Graphics livecoding in Common Lisp (Score: 150+ in 13 hours)
Link: https://readhacker.news/s/6tgMy
Comments: https://readhacker.news/c/6tgMy
Link: https://readhacker.news/s/6tgMy
Comments: https://readhacker.news/c/6tgMy
Kevingal
Graphics livecoding in Common Lisp
Developing a Boids program from scratch without restarting it.
The Future of MCPs (Score: 150+ in 17 hours)
Link: https://readhacker.news/s/6tgEr
Comments: https://readhacker.news/c/6tgEr
Link: https://readhacker.news/s/6tgEr
Comments: https://readhacker.news/c/6tgEr
Substack
MCPs, Gatekeepers, and the Future of AI
MCPs—Model Context Protocols—are set to transform AI from passive chatbots into powerful, action-taking agents. But the real story isn’t what MCPs enable—it’s who controls them.
"Careless People" the book that Meta tried to suppress (🔥 Score: 150+ in 2 hours)
Link: https://readhacker.news/s/6tiAd
Comments: https://readhacker.news/c/6tiAd
Link: https://readhacker.news/s/6tiAd
Comments: https://readhacker.news/c/6tiAd
Hyperwood – Open-Source Furniture (Score: 150+ in 1 day)
Link: https://readhacker.news/s/6tdef
Comments: https://readhacker.news/c/6tdef
Link: https://readhacker.news/s/6tdef
Comments: https://readhacker.news/c/6tdef
CubeCL: GPU Kernels in Rust for CUDA, ROCm, and WGPU (Score: 150+ in 12 hours)
Link: https://readhacker.news/s/6thKd
Comments: https://readhacker.news/c/6thKd
Link: https://readhacker.news/s/6thKd
Comments: https://readhacker.news/c/6thKd
GitHub
GitHub - tracel-ai/cubecl: Multi-platform high-performance compute language extension for Rust.
Multi-platform high-performance compute language extension for Rust. - tracel-ai/cubecl
The hidden cost of AI coding (Score: 150+ in 17 hours)
Link: https://readhacker.news/s/6tgYQ
Comments: https://readhacker.news/c/6tgYQ
Link: https://readhacker.news/s/6tgYQ
Comments: https://readhacker.news/c/6tgYQ
Terrible Software
The Hidden Cost of AI Coding
AI coding tools boost productivity but may sacrifice the flow state and deep satisfaction developers experience when writing code by hand. What are we losing?
First Successful Lightning Triggering and Guiding Using a Drone (Score: 150+ in 17 hours)
Link: https://readhacker.news/s/6th88
Comments: https://readhacker.news/c/6th88
Link: https://readhacker.news/s/6th88
Comments: https://readhacker.news/c/6th88
NTT | Nippon Telegraph and Telephone Corporation
World's First Successful Lightning Triggering and Guiding Using a Drone Protecting cities and infrastructure with a lightning drone—toward…
News Highlights: ◆We have achieved the world's first successful lightn...
I wrote to the address in the GPLv2 license notice (2022) (🔥 Score: 162+ in 1 hour)
Link: https://readhacker.news/s/6tj5s
Comments: https://readhacker.news/c/6tj5s
Link: https://readhacker.news/s/6tj5s
Comments: https://readhacker.news/c/6tj5s
Mendhak
I wrote to the address in the GPLv2 license notice and received the GPLv3 license
I was curious about the 51 Franklin Street address in the GPLv2 license notice so I wrote to them as they said
On loyalty to Your Employer (Score: 154+ in 5 hours)
Link: https://readhacker.news/s/6tiJh
Comments: https://readhacker.news/c/6tiJh
Link: https://readhacker.news/s/6tiJh
Comments: https://readhacker.news/c/6tiJh
Talent Stuff
On loyalty to your employer — Talent Stuff
Your employer pays you to spend more time with them than you spend with your family and/or loved ones. Your employer is one of the biggest influencers on your mental well-being. Your employer can and will replace you in a heartbeat if absolutely necessary.…
Mark Zuckerberg Says Social Media Is Over (Score: 152+ in 8 hours)
Link: https://readhacker.news/s/6tiAt
Comments: https://readhacker.news/c/6tiAt
Link: https://readhacker.news/s/6tiAt
Comments: https://readhacker.news/c/6tiAt
The New Yorker
Mark Zuckerberg Says Social Media Is Over
During testimony at Meta’s antitrust trial, the Facebook founder’s argument was, in so many words, that platforms like his are not what they used to be.
I Tried to Buy an Actual Barrel of Crude Oil (2015) (❄️ Score: 151+ in 2 days)
Link: https://readhacker.news/s/6tcAE
Comments: https://readhacker.news/c/6tcAE
Link: https://readhacker.news/s/6tcAE
Comments: https://readhacker.news/c/6tcAE
Bloomberg.com
That Time I Tried to Buy an Actual Barrel of Crude Oil
Tracy Alloway strikes one of the more ridiculous trades in commodities history.
Launch HN: Cua (YC X25) – Open-Source Docker Container for Computer-Use Agents (Score: 151+ in 1 day)
Link: https://readhacker.news/s/6tgqM
Comments: https://readhacker.news/c/6tgqM
Hey HN, we’re Francesco and Alessandro, the creators of c/ua (https://www.trycua.com), a Docker‑style container runtime that lets AI agents drive full operating systems in lightweight, isolated VMs. Our entire framework is open‑source (https://github.com/trycua/cua), and today we’re thrilled to have our Launch HN!
Check out our demo to see it in action: https://www.youtube.com/watch?v=Ee9qf-13gho, and for more examples - including Tableau, Photoshop, CAD workflows - see the demos in our repo: https://github.com/trycua/cua.
For Computer-Use AI agents to be genuinely useful, they must interact with your system's native applications. But giving full access to your host device is risky. What if the agent's process gets compromised, or the LLM hallucinates and leaks your data? And practically speaking, do you really want to give up control of your entire machine just so the agent can do its job?
The idea behind c/ua is simple: let agents operate in a mirror of the user’s system - isolated, secure, and disposable - so users can fire-and-forget complex tasks without needing to dedicate their entire system to the agent. By running in a virtualized environment, agents can carry out their work without interrupting your workflow or risking the integrity of your system.
While exploring this idea, I discovered Apple’s Virtualization.Framework and realized it offered fast and lightweight virtualization on Apple Silicon. This led us to build a high-performance virtualization layer and, eventually, a computer-use interface that allows agents to interact with apps just like a human would - without taking over the entire system.
As we built this, we decided to open-source the virtualization core as a standalone CLI tool called Lume (Show HN here: https://news.ycombinator.com/item?id=42908061). c/ua builds on top of Lume, providing a full framework for running agent workflows inside secure macOS or Linux VMs, so your system stays free for you to use while the agent works its magic in the background.
With Cua you can build an AI agent within a virtual environment to: - navigate and interact with any application's interface; - read screen content and perform keyboard/mouse actions; - switch between applications and self-debug when needed; - operate in a secure sandbox with controlled file access. All of this occurs in a fully isolated environment, ensuring your host system, files, and sensitive data remain completely secure, while you continue using your device without interruption.
People are using c/ua to: - Bypass CryptoJS-based encryption and anti-bot measures to interact with modern web apps reliably; - Automate Tableau dashboards and export insights via Claude Desktop; - Drive Photoshop for batch image editing by prompt; - Modify 3D models in Fusion 360 with a CAD Copilot; -Extract data from legacy ERP apps without brittle screen‑scraping scripts.
We’re currently working on multi‑VM orchestration for parallel agentic workflows, Windows and Linux VM support, and episodic and long-term memory for CUA Agents.
On the open‑source side, c/ua is 100 % free under the MIT license - run it locally with any LLM you like. We’re also gearing up a hosted orchestration service for teams who want zero‑ops setup (early access sign‑ups opening soon).
We’d love to hear from you. What desktop or legacy apps do you wish you could automate? Any thoughts, feedback, or horror stories from fragile AI automations are more than welcome!
Link: https://readhacker.news/s/6tgqM
Comments: https://readhacker.news/c/6tgqM
Hey HN, we’re Francesco and Alessandro, the creators of c/ua (https://www.trycua.com), a Docker‑style container runtime that lets AI agents drive full operating systems in lightweight, isolated VMs. Our entire framework is open‑source (https://github.com/trycua/cua), and today we’re thrilled to have our Launch HN!
Check out our demo to see it in action: https://www.youtube.com/watch?v=Ee9qf-13gho, and for more examples - including Tableau, Photoshop, CAD workflows - see the demos in our repo: https://github.com/trycua/cua.
For Computer-Use AI agents to be genuinely useful, they must interact with your system's native applications. But giving full access to your host device is risky. What if the agent's process gets compromised, or the LLM hallucinates and leaks your data? And practically speaking, do you really want to give up control of your entire machine just so the agent can do its job?
The idea behind c/ua is simple: let agents operate in a mirror of the user’s system - isolated, secure, and disposable - so users can fire-and-forget complex tasks without needing to dedicate their entire system to the agent. By running in a virtualized environment, agents can carry out their work without interrupting your workflow or risking the integrity of your system.
While exploring this idea, I discovered Apple’s Virtualization.Framework and realized it offered fast and lightweight virtualization on Apple Silicon. This led us to build a high-performance virtualization layer and, eventually, a computer-use interface that allows agents to interact with apps just like a human would - without taking over the entire system.
As we built this, we decided to open-source the virtualization core as a standalone CLI tool called Lume (Show HN here: https://news.ycombinator.com/item?id=42908061). c/ua builds on top of Lume, providing a full framework for running agent workflows inside secure macOS or Linux VMs, so your system stays free for you to use while the agent works its magic in the background.
With Cua you can build an AI agent within a virtual environment to: - navigate and interact with any application's interface; - read screen content and perform keyboard/mouse actions; - switch between applications and self-debug when needed; - operate in a secure sandbox with controlled file access. All of this occurs in a fully isolated environment, ensuring your host system, files, and sensitive data remain completely secure, while you continue using your device without interruption.
People are using c/ua to: - Bypass CryptoJS-based encryption and anti-bot measures to interact with modern web apps reliably; - Automate Tableau dashboards and export insights via Claude Desktop; - Drive Photoshop for batch image editing by prompt; - Modify 3D models in Fusion 360 with a CAD Copilot; -Extract data from legacy ERP apps without brittle screen‑scraping scripts.
We’re currently working on multi‑VM orchestration for parallel agentic workflows, Windows and Linux VM support, and episodic and long-term memory for CUA Agents.
On the open‑source side, c/ua is 100 % free under the MIT license - run it locally with any LLM you like. We’re also gearing up a hosted orchestration service for teams who want zero‑ops setup (early access sign‑ups opening soon).
We’d love to hear from you. What desktop or legacy apps do you wish you could automate? Any thoughts, feedback, or horror stories from fragile AI automations are more than welcome!
GitHub
GitHub - trycua/cua: c/ua is the Docker Container for Computer-Use AI Agents.
c/ua is the Docker Container for Computer-Use AI Agents. - trycua/cua
AMD Publishes Open-Source Driver for GPU Virtualization, Radeon "In the Roadmap" (Score: 151+ in 9 hours)
Link: https://readhacker.news/s/6tisT
Comments: https://readhacker.news/c/6tisT
Link: https://readhacker.news/s/6tisT
Comments: https://readhacker.news/c/6tisT
Phoronix
AMD Publishes Open-Source GIM Driver For GPU Virtualization, Radeon "In The Roadmap"
AMD has published as open-source their 'GPU-IOV Module' used for virtualization with Instinct accelerators
Instant SQL for results as you type in DuckDB UI (🔥 Score: 150+ in 3 hours)
Link: https://readhacker.news/s/6tjeG
Comments: https://readhacker.news/c/6tjeG
Link: https://readhacker.news/s/6tjeG
Comments: https://readhacker.news/c/6tjeG
MotherDuck
Instant SQL is here: Speedrun ad-hoc queries as you type - MotherDuck Blog
Type, see, tweak, repeat! Instant SQL is now in Preview in MotherDuck and the DuckDB Local UI. Bend reality with SQL superpowers to get real-time query results as you type.
Manufactured Consensus on X.com (🔥 Score: 154+ in 2 hours)
Link: https://readhacker.news/s/6tk3v
Comments: https://readhacker.news/c/6tk3v
Link: https://readhacker.news/s/6tk3v
Comments: https://readhacker.news/c/6tk3v
rook2root.co
Manufactured consensus on x.com
How algorithm-driven influence quietly replaces genuine discourse with engineered popularity—no fake users, no overt propaganda.
Assignment 5: Cars and Key Fobs (Score: 151+ in 9 hours)
Link: https://readhacker.news/s/6tiKn
Comments: https://readhacker.news/c/6tiKn
Link: https://readhacker.news/s/6tiKn
Comments: https://readhacker.news/c/6tiKn
One quantum transition makes light at 21 cm (Score: 153+ in 4 hours)
Link: https://readhacker.news/s/6tjY3
Comments: https://readhacker.news/c/6tjY3
Link: https://readhacker.news/s/6tjY3
Comments: https://readhacker.news/c/6tjY3
Big Think
Why 21 cm is our Universe's "magic length"
Photons come in every wavelength you can imagine. But one particular quantum transition makes light at precisely 21 cm, and it's magical.
NSF director to resign amid grant terminations, job cuts, and controversy (🔥 Score: 154+ in 2 hours)
Link: https://readhacker.news/s/6tkui
Comments: https://readhacker.news/c/6tkui
Link: https://readhacker.news/s/6tkui
Comments: https://readhacker.news/c/6tkui
Science
Exclusive: NSF director to resign amid grant terminations, job cuts, and controversy
“I have done all I can,” says Sethuraman Panchanathan, a Trump appointee who has led agency since 2020
OpenAI releases image generation in the API (🔥 Score: 150+ in 2 hours)
Link: https://readhacker.news/s/6tkxU
Comments: https://readhacker.news/c/6tkxU
Link: https://readhacker.news/s/6tkxU
Comments: https://readhacker.news/c/6tkxU
Openai
Introducing our latest image generation model in the API
Our latest image generation model is now available in the API via ‘gpt-image-1’—enabling developers and businesses to build professional-grade, customizable visuals directly into their own tools and platforms.
Ask HN: Share your AI prompt that stumps every model (Score: 150+ in 9 hours)
Link: https://readhacker.news/c/6tjcM
I had an idea for creating a crowdsourced database of AI prompts that no AI model could yet crack (wanted to use some of them as we're adding new models to Kilo Code).
I've seen a bunch of those prompts scattered across HN, so thought to open a thread here so we can maybe have a centralied location for this.
Share your prompt that stumps every AI model here.
Link: https://readhacker.news/c/6tjcM
I had an idea for creating a crowdsourced database of AI prompts that no AI model could yet crack (wanted to use some of them as we're adding new models to Kilo Code).
I've seen a bunch of those prompts scattered across HN, so thought to open a thread here so we can maybe have a centralied location for this.
Share your prompt that stumps every AI model here.