Hacker News
Show HN: We polled 2,122 Americans on AI and regulation, and built a visualizer
We are researchers from Johns Hopkins University who wanted to measure American attitudes toward specific AI regulations. So we ran a poll, with SurveyUSA as our partner, to collect the data from a nationally representative sample, and we built a data-explorer to share it. We included questions about where people trust or do not trust AI, and how they expect AI to alter power, inequality, and the meaningfulness of work. There is also a quiz to try, if (a) you want to locate your own AI attitudes relative to the population, or (b) if you're just one of those people who love taking quizzes.
The data explorer on the site lets you break down the results by age, political identity, and other demographics. And the data and the questionnaire are downloadable, so you can break down the results any way you prefer. Happy to say more about the methods and motivation.
Comments URL: https://news.ycombinator.com/item?id=48543301
Points: 1
# Comments: 0
"They screwed us": Personality clashes sent Anthropic's models offline
Article URL: https://simonwillison.net/2026/Jun/15/axios-clashes-anthropics/
Comments URL: https://news.ycombinator.com/item?id=48543293
Points: 1
# Comments: 0
Chebyshev Polynomials and Their Derivatives in C
Article URL: https://leetarxiv.substack.com/p/chebyshev-polynomials-are-ferraris
Comments URL: https://news.ycombinator.com/item?id=48543288
Points: 1
# Comments: 0
Boot Naked Linux
Article URL: https://nick.zoic.org/art/boot-naked-linux/
Comments URL: https://news.ycombinator.com/item?id=48543269
Points: 2
# Comments: 0
HTTPS: //webhook.site live testing of web hooks
Article URL: https://webhook.site
Comments URL: https://news.ycombinator.com/item?id=48543261
Points: 2
# Comments: 0
AI Slop Has Taken over LinkedIn
Article URL: https://keegan.codes/blog/a-slop-has-taken-over-linkedin
Comments URL: https://news.ycombinator.com/item?id=48543246
Points: 2
# Comments: 0
Show HN: Machine0 – Persistent NixOS VMs You Control from the CLI
Hi HN! Excited to launch machine0, a CLI that makes it easy to create, provision and snapshot persistent NixOS (& Ubuntu) VMs.
You can think of machine0 as a modern VPS provider. VMs stay on unless switched-off (with 99.99% uptime), they have static IPs and HTTPS endpoints, 1-60 vCPU, up to 240GB RAM and optionally GPUs. The CLI provides commands to manage lifecycle, snapshots and also provision the VMs using Nix flakes or Ansible playbooks. VMs are priced by the minute of usage.
What makes machine0 unique is that it has first class support for NixOS! In a nutshell, NixOS lets you define your entire OS as code (think Terraform but for your Linux). A flake declares your system state (packages, services, firewall rules, users...) and pins all dependencies via a lockfile. Given the same flake.nix and flake.lock, `nixos-rebuild switch` always produces the exact same system.
The NixOS ecosystem is mature, and flakes are expressive: at the system level you can define packages, what's in /etc, firewall rules, users & groups etc. At the user level, you can define your shell, aliases, tmux and vim config. Having your entire environment defined as code makes it easy to audit what's installed and how things are set up. You can rollback by reverting the last commit. And agents can write the code for you and test it against disposable machine0 VMs.
If you'd like to dive right in, these commands will get you started:
npm install -g @machine0/cli machine0 new my-vm --image nixos-25-11 # create a new nixos VM machine0 provision my-vm ./flake#my-profile # provision it using a nix flake machine0 ssh my-vm # ssh in machine0 stop my-vm # stop the VM machine0 images new my-vm my-snapshot # create a snapshot machine0 new my-clone --image my-snapshot # create a new VM from the snapshot - Demo of installation + NixOS provisioning via Claude Code: https://www.youtube.com/watch?v=RT8N0_e3Vfg
- Documentation: https://docs.machine0.io/introduction/overview
- machine0 NixOS flakes: https://github.com/fdmtl/machine0-nixos
If you're in the habit of using VMs, or want to know what the NixOS fuss is about, would love for you to give machine0 a try!
Comments URL: https://news.ycombinator.com/item?id=48543245
Points: 2
# Comments: 0
GPT-5 Nano Vulnerability test results you should know before deploying
Article URL: https://lateos.ai/llm-research/gpt5-nano/
Comments URL: https://news.ycombinator.com/item?id=48543243
Points: 2
# Comments: 0
Show HN: An interactive Snake circuit you can take apart, no CPU
Article URL: https://simten.dev/blog/snake-in-hardware
Comments URL: https://news.ycombinator.com/item?id=48543238
Points: 2
# Comments: 0
Why Dragon Quest Has Always Been More Popular in Japan (2023)
Article URL: https://www.denofgeek.com/games/dragon-quest-popularity-japan-explained/
Comments URL: https://news.ycombinator.com/item?id=48543236
Points: 2
# Comments: 0
Verifiable Execution: Proving How Work Happened in Workflows and Agents
Article URL: https://www.cncf.io/blog/2026/06/11/introducing-verifiable-execution-in-dapr-1-18/
Comments URL: https://news.ycombinator.com/item?id=48543227
Points: 2
# Comments: 0
Ficus Elastica
Article URL: https://en.wikipedia.org/wiki/Ficus_elastica
Comments URL: https://news.ycombinator.com/item?id=48543226
Points: 2
# Comments: 0
"I reverse engineered Verizon's VoWiFi and called from a laptop modem"
Article URL: https://twitter.com/AliceInDisarray/status/2066417720292163960
Comments URL: https://news.ycombinator.com/item?id=48543224
Points: 2
# Comments: 0
Linux 7.0 Adds Support for BPF Filtering to IO_uring
Article URL: https://www.phoronix.com/news/Linux-7.0-IO-uring-BPF-Filter
Comments URL: https://news.ycombinator.com/item?id=48543211
Points: 2
# Comments: 0
Code a Database in 45 Steps
Article URL: https://trialofcode.org/database/
Comments URL: https://news.ycombinator.com/item?id=48543159
Points: 2
# Comments: 0
AI GPUs probably live longer than three years
Article URL: https://www.seangoedecke.com/ai-gpus-live-longer-than-three-years/
Comments URL: https://news.ycombinator.com/item?id=48543146
Points: 1
# Comments: 0
UK unveils social media ban for users under 16
Article URL: https://techcrunch.com/2026/06/15/uk-unveils-sweeping-social-media-ban-for-users-under-16/
Comments URL: https://news.ycombinator.com/item?id=48543110
Points: 1
# Comments: 1
Show HN: We put voice agent on our website, learned retrieval isn't bottleneck
Article URL: https://www.moss.dev/blog/founding-agent
Comments URL: https://news.ycombinator.com/item?id=48543105
Points: 4
# Comments: 0
Companies are scrambling to curtail soaring AI costs
Article URL: https://www.economist.com/business/2026/06/14/companies-are-scrambling-to-curtail-soaring-ai-costs
Comments URL: https://news.ycombinator.com/item?id=48542311
Points: 1
# Comments: 0
Aegis: A Backup Reflex for Physical AI
Article URL: https://arxiv.org/abs/2606.06660
Comments URL: https://news.ycombinator.com/item?id=48542307
Points: 1
# Comments: 0
