frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenAI: Migrating to HTTPX2

https://github.com/openai/openai-python/blob/main/httpx2.md
45•tosh•1h ago•16 comments

Hilariously Fast Volume Computation with the Divergence Theorem

https://alyssarosenzweig.ca/blog/hilariously-fast-volume-computation-with-the-divergence-theorem....
130•luu•4h ago•30 comments

Pentagon's blacklisting of Anthropic was unlawful, US judge rules

https://www.reuters.com/legal/government/us-judge-blocks-pentagons-anthropic-blacklisting-2026-08...
103•softwaredoug•1h ago•22 comments

Show HN: SubSmith – Turn your own videos into language-learning material

https://subsmith.app
22•IbrahimF96•2h ago•26 comments

Saving 100 terabytes of memory by optimizing 1.1.1.1's DNS cache

https://blog.cloudflare.com/dns-cache-memory-optimization-1111/
821•TangerineDream•19h ago•243 comments

Luanti removed from Google Play due to baseless AI copyright notice

https://blog.luanti.org/2026/08/27/luanti-dmca-tracer-ai/
97•miniBill•6h ago•25 comments

Small Models Have Arrived

https://calv.info/small-models-have-arrived
704•tosh•21h ago•308 comments

Interactive Warhammer 40k Galaxy Map – Cartographia Imperialis

https://cartographia40k.com/
37•gbxyz•4h ago•9 comments

507 Mechanical Movements

https://507movements.com/
612•helloplanets•23h ago•76 comments

Sovereign Tech Agency invests €500k in Flatpak

https://modal.cx/blog/announcing-flatpak-sta/
193•eigenspace•7h ago•115 comments

Show HN: OpenTIE and OpenXWA, Modern Ports of Tie Fighter and X-Wing Alliance

https://github.com/elyosh/OpenTIE/
191•elyosh•15h ago•47 comments

Doctors are finally learning to manage antidepressant withdrawal

https://www.newscientist.com/article/2584861-antidepressant-withdrawal-symptoms-are-prompting-a-r...
191•eutropheon•14h ago•194 comments

Microduck

https://pollen-robotics.com/microduck/
713•robotswantdata•1d ago•227 comments

Gemini-3.5-Transcribe

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-5-transcribe/
321•k9294•19h ago•107 comments

We found a division by zero bug in FFmpeg with a vibecoded fuzzer

https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/24290
268•dclavijo•19h ago•231 comments

Smaller reactors bring nuclear power closer to fulfilling its promise

https://www.nature.com/articles/d41586-026-02506-4
11•sohkamyung•46m ago•7 comments

Gemini Omni 1.1 Flash

https://blog.google/innovation-and-ai/technology/developers-tools/build-with-gemini-omni-1-1-flash/
280•saretup•20h ago•207 comments

Show HN: The load-bearing vocabulary of Claude

https://louisabraham.github.io/load-bearing/
591•Labo333•1d ago•285 comments

Terminal-Bench-Science: Evaluating AI agents on scientific research workflows

https://www.terminal-bench-science.ai/announcement
104•matt_d•13h ago•30 comments

GoGoGrandparent (YC S16) is hiring back end engineers

https://www.ycombinator.com/companies/gogograndparent/jobs/2vbzAw8-backend-engineer
1•davidchl•9h ago

Show HN: We built open OpenRouter that turns usage into a better model

https://github.com/experientiallabs/experiential
196•SilenN•15h ago•38 comments

Climate change is strengthening El Niño, coral records suggest

https://www.science.org/content/article/climate-change-strengthening-el-ni%C3%B1o-coral-records-s...
95•shymaple•5h ago•76 comments

The turbulent AI era is here

https://www.gatesnotes.com/a-turbulent-ai-era-and-critical-choices-to-make
330•nanna•2d ago•585 comments

Nvidia agrees to acquire Hugging Face for $13B

https://www.businessinsider.com/nvidia-in-talks-to-buy-hugging-face-13-billion-dollars-2026-8
1916•mfiguiere•1d ago•888 comments

Afterglow: Run classic After Dark screen savers on modern macOS

https://morphing.cloud/afterglow/
172•NaOH•1d ago•48 comments

Select * from Internet.blogposts

https://pfrazee.leaflet.pub/3mu3p2smmis22
110•mmattbtw•14h ago•46 comments

Emacs 31: An unofficial guide to Markdown-ts-mode

https://rahuljuliato.com/posts/markdown-ts-mode-emacs-31
188•RahulMJ•23h ago•75 comments

M5Stack Launches PaperMono

https://shop.m5stack.com/blogs/news/m5stack-launches-papermono-a-compact-e-ink-development-termin...
155•marksully•19h ago•52 comments

Decompiling a Nintendo 64 game in 84 days

https://blog.chrislewis.au/decompiling-a-nintendo-64-game-in-84-days/
257•knackers•22h ago•162 comments

Show HN: Voronoi Go

https://voronoigo.com/
140•igpay•19h ago•21 comments
Open in hackernews

AI Agent Has Root

https://infernalcode.com/posts/your-ai-agent-has-root/
31•lowcache•1h ago

Comments

grey-area•1h ago
Wouldn’t it be safer to set up another user entirely for AI agents?
petesergeant•55m ago
Then they can access each others' data, which may also not be what you want
walrus01•1h ago
This is why I run opencode and similar things in a dedicated KVM virtual machine that lives on a system under my desk that doesn't have access to my user account data, documents folder, photos/video, ~/.ssh/, other API keys, ~/.anything-else/, you name it.

I think it's absolutely wild that there are people out there running cutting-edge LLMs and agent harnesses and tools on the same hardware and same user/disk/session environment that contains like, PDFs of their paystubs, their 401k records, their tax returns for previous years, contracts/real estate details, whatever other personal things you keep in your Documents folder as an educated modern professional with obligations and debts and assets.

Sometimes this VM gets duplicated for specific projects and then various dependencies for testing installed in it that are specific to what the needs are.

As an additional advantage it means I can leave it running in the background doing things when I want to shut my laptop, then resume talking to it later.

(edit, for everyone who hasn't seen it yet, take a look at the "grok uploads your entire code base" category of problem: https://www.google.com/search?client=firefox-b-d&q=grok+uplo... )

jbstack•52m ago
I do something similar. I have a base NixOS image in Incus, with whatever tools apply to every project (e.g. Git, OpenCode) already installed. When I work on a project, I spin up a VM instance, use nix shell to add any project-specific tools, then share only the project folder from the host to the guest. This way, the worst the agent can do is destroy my project folder, and I can always restore that from another clone of the repo.

I know a lot of people are using containers for sandboxing, but given how capable the latest models have shown themselves to be for breaking out of sandboxes, I prefer the extra isolation of VMs for this.

I do all this locally - it's an interesting point to able to turn the laptop off but keep the agents running. I might consider running some of these on my homelab server just for that.

walrus01•44m ago
My setup is basically, the 'runs harnesses' VM is accessible by ssh (of course) but it also has an xfce4/xorg desktop environment running on it. I can easily form an ssh tunnel to it and then use tigervnc on my workstation laptop.

The VNC session is sized to be exactly pixel 1:1 match of my laptop screen size, so I run it as fullscreen and use the macos hot-corner functionality or multi-desktop session switch hotkeys to toggle between it and my 'real' laptop/bare metal workstation.

Having a GUI on the thing lets me leave all kinds of things running persistently in the background that might be bothersome if interrupted running on my laptop. It also has much higher average speed/reliability 24x7 internet access via my home broadband connection than wherever I might happen to be with my laptop.

The main hassle that I've found is that I have to mentally train myself to remember that a lot of the keyboard shortcuts in a boring stock xfce4 desktop environment (and other applications I can run with gnome and kde libraries installed) are quite different than MacOS, when toggling back and forth between the two.

NitpickLawyer•36m ago
> Having a GUI on the thing lets me leave all kinds of things running persistently in the background that might be bothersome if interrupted running on my laptop.

Unless you actually need GUIs, you could just use screen/tmux or the newer versions like zellij/etc.

teekert•58m ago
I once opened Zed, howdy there was an agent window on the side, I log into Claude. I asked it to list what it could see and work with... And there my (priv) ssh keys come scrolling by. I don't know what I was expecting really, it's very logical, but also very in your face. They didn't leave my computer I guess, I just showed me the output of some `ls` commands. But still.

So now I have CC in a container, mounting it's own credentials/memory folder per project and only mounting one repo at a time (script in the repo itself). I feel a bit better about it now. It can still access my networks of course.

petesergeant•55m ago
If you ever want a few more features on top of "CC in a container", then do consider byre. It's literally that, but also a nice TUI for adding extra folders, reusable skills, encrypted credentials, etc, and you can eject back to plain Docker (or Podman) whenever you want. Useful if you want to just be able to go to any folder and spin it up with your toolbox with one command: https://github.com/pjlsergeant/byre
Phemist•55m ago
> They didn't leave my computer I guess, I just showed me the output of some `ls` commands

Not sure exactly how Zed works, but wouldn't the results of the `ls` tool call be fed back into claude?

teekert•53m ago
Not sure. It didn’t do “cat” so I guess that the file itself did’t leave the computer? Uploading all files in my ~/ would have taken noticible time and didn’t happen I think.
ShinyLeftPad
nameless912•58m ago
This article smells AI generated, which is _very_ funny given the argument being made.

Either way, while this is true in the absolute, this is the value of building good MCP servers: they should expose only exactly the surface you expect your agent to need, and adding functionality should be carefully considered. The best MCP servers I use day to day (Cloudflare sticks out) do a really good job of exposing only what an agent might actually want to do on my behalf, rather than just all and sundry. Unfortunately the Chrome Dev tools MCP is less discriminating and is only as secure as a browser sandbox with full JS access (not fatal but not as strong as a well scoped REST API).

All of this is sidestepped somewhat by using good isolation primitives - I'm running a Hermes agent as of recently on a DigitalOcean VM that only accepts connections from my devices over tailscale, and it has all its own credentials so I can revoke them easily should they be used maliciously. Giving an agent root on a box is not _necessarily_ a huge deal, you just have to make sure that box has nothing valuable on it.

I kinda feel like we're rediscovering "Cattle, not Pets" when it comes to the environments we run our agents: give it root, sure, but a root that is almost meaningless outside of the functionality you granted it.

walrus01•56m ago
I also think it's really funny that it sort of comes to the conclusion of "we're gonna make something not that different than a FreeBSD jail 25 years ago" as the best possible sandboxing solution.
lowcache•54m ago
I didn't know that a smug sense of superiority was a pre-requisite....oh wait forgot this was the internet.
walrus01•51m ago
I mean, it's not like, rocket science to basically boil down your page (which I don't fundamentally disagree with) to "we should put these things in a jail". As I already commented here I implement this for myself at the whole operating system level. There's lots of ways that have existed for a very long time to do things like freebsd jail or chroot or similar so it's not really a novel concept.

Edit: I am completely in agreement with you that we need to remind people that running a lot of these harnesses/agents and LLMs gives them access to everything in your user profile. Some of works so well now, so rapidly and so painlessly that it's easy to forget about what could happen if it went wrong.

tux3•58m ago
So this looks like Claude is discussing the idea that when you run untrusted code on your computer, it can do arbitrary things. If there is malicious code, maybe it'll read your files and steal your credentials.

Here's a sample: "That’s not hypothetical. That’s POSIX working exactly as designed. None of it requires exploiting anything. It’s your user account doing normal user account things."

I would recommend clicking TFA if you haven't heard of a supply chain attack, or if you just like getting the honest load-bearing facts that are worth mentioning.

stavros•50m ago
I have to say, I'm currently trying to write a post and it's taking hours, and I can definitely see why people just pay the $0.02 to generate it instead. I like writing, so I keep doing it, but sometimes it can really be a slog.
mynegation•48m ago
It’s not just a comment — it is also a joke about LLM speak.
petesergeant•57m ago
A fairly comprehensive list of ways you should be sandboxing your agents: https://pleasedonotescape.com/

If you like a real focus on developer experience and want lots of bells and whistles that a lot of thought has gone in to, I wrote byre, which I think is very good: https://github.com/pjlsergeant/byre

apex_sloth•56m ago
After the grok cli fisaco (uploading the full repo) I moved my different projects to seperate users, seperate sandbox around each harness (nono). Vm is of course even better but resources and easy of use start to be an issue
lowcache•56m ago
Author of the post, and dev of mcp-box here. Wrote this after realizing every MCP server on my machine had the same access to ~/.ssh that I do, and nothing in the installation messages posting to stdout mentions it. I think prompt injection is the vector and the permissions model is the red carpet giving a warm welcome. Interested in where that's wrong.
chollida1•54m ago
Isn't a best practice to run llm's and agents under their own user that gives them only access to what they require?

How would an llm suddenly get access to your ~/.ssh folder if you didn't expressly give it access?

themgt•29m ago
Wrote this after realizing every MCP server on my machine had the same access to ~/.ssh that I do

I have some bad news ... I hope you're sitting down.

panny•51m ago
>That’s not hypothetical. That’s POSIX working exactly as designed.

I'm so tired of AI voice.

horsawlarway•30m ago
This line also undercuts the whole fucking article too.

Because as it damn well says - this is POSIX working exactly as designed.

I don't know why he's in here playing this up as some unexpectedly crazy, scary, dramatic music style thing (I mean... I do, it's so he can try to sell you something after scaring you...).

He started the damn process. Of course it's running as his damn user.

It would be one thing to honestly evaluate that security model and its merits (of which there are many, despite the risks). It's another to play this up as some giant surprise.

---

Constant stream of junk articles in here like

"You know when you hit that nail with the hammer you were holding? Did you consider you could have hit something else in reach instead? It's like, that hammer was like, you, man! Isn't that cray-cray and super duper scary??!?!?!"

fidotron•50m ago
Expecting an agent harness to respect security boundaries is definitely the wrong thing.

We need to have easy to use auditable sandboxing of agents and their harnesses, because it's quite clear certain model providers are going to try to lock us in at the harness level, and it's those harnesses that seem most likely to go nuts.

ShinyLeftPad•50m ago
> Install things via pip, npm, cargo, wherever you have write access

More importantly, publish.

api•49m ago
I run these things in VMs, and as a user in the VM, and give them access to just the tree I want to work on via mounting. I use Parallels on macOS for this but any VM will do.

That way my actual primary machine is at least strongly isolated. I also run them on VMs on my home Proxmox box.

Zed, as an IDE, can connect to a VM via ssh and both edit and run things like Claude or its built-in agentic harness on your code with the stuff running in the VM.

That way if an AI goes Skynet all over the machine, it's at least isolated. There's malicious injection attacks but there's also edge case failures I've seen where the AI decides it "needs" to do something asinine.

caretrs•46m ago
Always put things in a container and ensure its safe before using something like AI! I put my opencode agent (with full permissions on an up-to-date debian VM with a DMZ virtual network configuration). If it figures out how to get out, then I'll have fun documenting that at least!
someothherguyy•44m ago
a discussion from a little while ago where many of the comments discuss sandboxing strategies: https://news.ycombinator.com/item?id=49239751
denysvitali•42m ago
I've created boxy [1] to sandbox the agents via Landlock and gh-proxy [2] to not share GH PATs that might leak over the internet.

I have a far better setup on my Kubernetes cluster [3], but these are good building block (IMHO) to start preventing these kind of issues.

I also "recklessly" run `claude` / `codex` as root for certain things - but that happens on a completely separate machine that is meant to be pruned afterwards, and it's what unlocks the kernel development feedback loop that is needed to port a device (such as the Daylight DC-1 / Surface Pro X) to mainline Linux.

[1]: https://github.com/denysvitali/boxy

[2]: https://github.com/denysvitali/gh-proxy

[3]: https://blog.denv.it/posts/im-happy-engineer-now/

[4]: https://x.com/DenysVitali/status/2091238391710888416

codeduck•42m ago
how is this any different to naively running a webserver or database server or, in fact, anything as yourself?

People are forgetting the basic rules of operating systems. Do not run sensitive programs as a user account - especially not as a root account!

walrus01•38m ago
a little bit - if I install apache2 from a debian package I have at least some sense of warm and fuzzy feeling that it would be a very rare and exceptional event for like, a rogue apache2 binary to go rampaging through my system or uploading everything it finds to god knows where.

Installing "all of this was built in the last 3 months and is cutting edge" LLM stuff is very different than like, installing mariadb and then doing 'sudo mysql_secure_installation', since you mentioned database servers.

It's like comparing FedEx flying cargo airplanes in/out of Memphis in the most boring route way hundreds of times a day vs. some guy in a red bull sponsorship painted pylon racing aerobatic craft performing at an airshow in difference of risk.

rvz•42m ago
This entire blog post is AI generated with the most obvious AI patterns and this post was totally botted to the top of HN.

Nothing that we did not already know before but this post has fooled quite a lot of HN readers.

agentdev001•32m ago
Did you even review this? Holy moly. "I'm just trying to generate content that’s informative and useful, to someone, anyone". Come on now, you're joking right?

"or send a paranoid infoSEC analyst into a full lockdown and round the clock obsessive kernel hardening sessions."

Please look inward. You're saying you want to 'generate' useful content. You are doing harm. This is vague, confusing, and filled with incorrect or inaccurate information. There is of value here. You are completely unclear of what tools are being used as examples.

I've typed and deleted a sentence here 5 times in a row before realizing im putting more effort into explaining the slop, than seems to have been put into reviewing the content of the article.

Edit: I cant help myself. cue the dramatic music Who are you writing this for? What person exists that will come away from this with actual value? I'm willing to bet that a user who doesn't already consider this stuff, will also think you mean Claude Web when you say "claude" without explaining which damn tool you're talking about.

I implore you to stop, close your eyes, take everything you know about users, permissions, and start thinking harder about the implications.

vollbrecht•32m ago
step 1) create a Dockerfile with claude-code / pi.dev + acp_agents + whatever dev env you need. step 2) use microsandbox to create a fs image from that Dockerfile image. ( All secrets you need inside the vm live only on the host and are injected in the tcp stream on egress) step 3) microsandbox by default speak ssh without you needing to have a ssh server in the vm. You can proxy forward everything through it if you need. In my case i use zed and connect into the vm. Bonus points all zed "agent" stuff now runs inside the vm. E.g zed threads via acp calls and all agent stuff live only in the vm.
tosh•32m ago
you can run the agent in a different environment
skybrian•27m ago
I think it’s safest to never run AI in your own machine. I only run it in Linux VM’s I created on exe.dev.

Other advantages: the AI doesn’t stop working when I close the laptop lid. I also prefer running the AI in a browser tab to a terminal.

ma2kx•5m ago
That's exactly why I'm migrating all my secrets to infisical (of course I guess there are many other provider as well), securing my ssh keys with Ubikey and in general "refactor" my security concept. Still much today and I doubt that I would stand a chance against a frontier model trying to hack me but I don't see an easier alternative.
walrus01•34m ago
I use screen extensively, the GUI is for leaving things like QGIS running full screen (which is sure not going to work in a TUI). Both CLI environment and GUI get used.
phoghed•42m ago
My work computer has nothing of personal value to me. It has everything I need to do work. The agent does my work. Why wouldn’t I just run this shit?

We’ve all been executing arbitrary code from a gorillion packages from pypi, npm, cargo, etc for well over a decade. Getting anyone to care much will be an uphill battle.

walrus01•41m ago
If you work for $bigcorp and have a work computer with nothing of personal value to you, all the more power to you. Great way to keep things separated. I'm writing more from the perspective of somebody whose home office and workstation environments contain both tons of personal data and tons of consulting/freelance/project/tasks-for-clients stuff.
phoghed•33m ago
I wouldn’t mix those two things anyway. What if they sue you and in discovery your 42 gigs of furry porn comes out?
walrus01•29m ago
42GB of furry porn, no, but they're welcome to the billable man hours involved in sifting through 30TB of public GIS datasets and similar.
dolmen•19m ago
The article goes beyond and warn about jailing MCP servers independently of the agent itself (which also deserves to be jailed).
•
49m ago
I heard containers aren't very secure and VM is better?
bayindirh•49m ago
There's no smug sense of superiority. While we are a Linux shop primarily, we always admired BSD jails until Linux had proper containers, and installed BSD systems where we needed strong borders or boxes.

Also, we need to accept that some of the "new" problems we face are already solved well decades ago, and many people are rediscovering these solutions...

...after yelling to the very same people who were kindly pointing the right direction for being old-school, backwards and luddite minded.

cyanydeez•40m ago
right, and I dont understand or haven't looked long enough, why there isnt a centralized agent harness that just uses existing protocols like ssh or docker container exec to do all it's work. Why does every agent have to be deployed directly into a VM or whatever. Why arn't we pushing them through the narrowly defined hole of a protocol?
bayindirh•35m ago
That'll take time. In the AI bubble, nobody has time. Latest SOTA model should have came out last week, and the latest harness 5 days ago.

Nobody has time to optimize for anything. They can run as fast as they can and regularly catch fire on the fly.

It's dangerous.

cyanydeez•23m ago
well, I wouldn't say they dont have time.

It's probably better to say: they're dogfooding the cheapest route to the quickfix the agent provides.

I remember a year ago we asked "Where are all the great products AI should be delivering" and now the answer is: tons and tons of AI products to consume AI, in a snake eating it's tail.

I've stopped chasing the dragon for the moment so I can push out real products.

bayindirh•16m ago
That's a perfectly valid probability as well.

I'm deliberately late to the game. I don't use any of the agents, harnesses, code generation, and what I see is mostly slop.

Currently, for my use case, AI is a tool for finding entrances to rabbit holes with solid references, so I can take it from there and continue digging myself.

I believe instead of diving to the deep end head-first, one needs to regulate their usage of AI, so they can get what they can get and accomplish real work with these nuggets.