frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

New AirSnitch attack breaks Wi-Fi encryption in homes, offices, and enterprises

https://arstechnica.com/security/2026/02/new-airsnitch-attack-breaks-wi-fi-encryption-in-homes-of...
22•DamnInteresting•20m ago•5 comments

Show HN: Terminal Phone – E2EE Walkie Talkie from the Command Line

https://gitlab.com/here_forawhile/terminalphone
190•smalltorch•5h ago•50 comments

Anthropic ditches its core safety promise

https://www.cnn.com/2026/02/25/tech/anthropic-safety-policy-change
359•motbus3•3h ago•189 comments

Google API keys weren't secrets, but then Gemini changed the rules

https://trufflesecurity.com/blog/google-api-keys-werent-secrets-but-then-gemini-changed-the-rules
985•hiisthisthingon•20h ago•237 comments

just-bash: Bash for Agents

https://github.com/vercel-labs/just-bash
31•tosh•2h ago•22 comments

BuildKit: Docker's Hidden Gem That Can Build Almost Anything

https://tuananh.net/2026/02/25/buildkit-docker-hidden-gem/
15•jasonpeacock•2h ago•10 comments

Show HN: Agent Swarm – Multi-agent self-learning teams (OSS)

https://github.com/desplega-ai/agent-swarm
61•tarasyarema•4h ago•39 comments

Tell HN: YC companies scrape GitHub activity, send spam emails to users

341•miki123211•6h ago•111 comments

In 2025, Meta paid an effective federal tax rate of 3.5%

https://bsky.app/profile/rbreich.bsky.social/post/3mfptlfeucn2i
97•doener•1h ago•58 comments

Jimi Hendrix was a systems engineer

https://spectrum.ieee.org/jimi-hendrix-systems-engineer
585•tintinnabula•19h ago•189 comments

Banned in California

https://www.bannedincalifornia.org/
334•pie_flavor•16h ago•393 comments

Hightouch (YC S19) Is Hiring

https://hightouch.com/careers#open-positions
1•joshwget•4h ago

How will OpenAI compete?

https://www.ben-evans.com/benedictevans/2026/2/19/how-will-openai-compete-nkg2x
372•iamskeole•17h ago•522 comments

Fentanyl makeover: Core structural redesign could lead to safer pain medications

https://www.scripps.edu/news-and-events/press-room/2026/20260211-janda-molecule.html
45•littlexsparkee•3h ago•42 comments

Those who can, teach history

https://www.historytoday.com/archive/making-history/those-who-can-teach-history
16•hhs•4d ago•16 comments

Ferret-UI Lite: Lessons from Building Small On-Device GUI Agents

https://machinelearning.apple.com/research/ferret-ui
5•CharlesW•4d ago•1 comments

Story of XZ Backdoor [video]

https://www.youtube.com/watch?v=aoag03mSuXQ
39•Ulf950•1h ago•11 comments

First Website (1992)

https://info.cern.ch
278•shrikaranhanda•17h ago•76 comments

A 26-Gram Butterfly-Inspired Robot Achieving Autonomous Tailless Flight

https://arxiv.org/abs/2602.06811
40•Terretta•4d ago•9 comments

Some silly Z3 scripts I wrote

https://www.hillelwayne.com/post/z3-examples/
15•azhenley•2d ago•3 comments

Making MCP cheaper via CLI

https://kanyilmaz.me/2026/02/23/cli-vs-mcp.html
284•thellimist•19h ago•109 comments

Windows 11 Notepad to support Markdown

https://blogs.windows.com/windows-insider/2026/01/21/notepad-and-paint-updates-begin-rolling-out-...
327•andreynering•23h ago•494 comments

Artist who “paints” portraits on glass by hitting it with a hammer

https://simonbergerart.com
225•cs702•3d ago•96 comments

Time Is Different

https://shkspr.mobi/blog/2026/02/this-time-is-different/
7•speckx•2h ago•0 comments

Bus stop balancing is fast, cheap, and effective

https://worksinprogress.co/issue/the-united-states-needs-fewer-bus-stops/
396•surprisetalk•23h ago•577 comments

Large-Scale Online Deanonymization with LLMs

https://simonlermen.substack.com/p/large-scale-online-deanonymization
320•DalasNoin•1d ago•223 comments

Apple Launch on Monday

https://twitter.com/tim_cook/status/2027020842396475410
6•redox_•27m ago•0 comments

Show HN: Modern Reimplementation of the Speck Molecule Renderer

https://github.com/vangelov/modern-speck
18•vlad_angelov•4d ago•2 comments

Writers and Their Day Jobs

https://lithub.com/the-work-behind-the-writing-on-writers-and-their-day-jobs/
64•simplegeek•4d ago•22 comments

Show HN: Respectify – A comment moderator that teaches people to argue better

https://respectify.org/
201•vintagedave•1d ago•197 comments
Open in hackernews

just-bash: Bash for Agents

https://github.com/vercel-labs/just-bash
31•tosh•2h ago

Comments

gaigalas•1h ago
https://github.com/vercel-labs/just-bash/blob/main/src/spec-...

That's a lot of incompatibilities.

LLMs like to use the shell because it's stable and virtually unchanged for decades.

It doesn't need to worry much about versions or whether something is supported or not, it can just assume it is.

Re-implementing bash is a herculean effort. I wish good luck.

esafak•1h ago
No, they use it because there's a lot of training material.

pro-tip: vercel's https://agent-browser.dev/ is a great CLI for agent-based browser automation.

gaigalas•1h ago
> No, they use it because there's a lot of training material.

Trained on an interpreter that is stable is virtually unchanged for decades. That's precisely my point.

It was never trained on an incompatible, partial implementation.

> agent-based browser automation

Clearly out of scope. You a bot?

athorax•1h ago
Why do you think there is a lot of training data? Could it be because it's stable and virtually unchanged for decades? Hmmm.
esafak•51m ago
Because bash is everywhere. Stability is a separate concern. And we know this because LLMs routinely generate deprecated code for libraries that change a lot.
gaigalas•46m ago
This project runs on all shells, totally portable:

https://github.com/alganet/coral

busybox, bash, zsh, dash, you name it. If smells bourne, it runs. Here's the list: https://github.com/alganet/coral/blob/main/test/matrix#L50 (more than 20 years of compatibility, runs even on bash 3)

It's a great litmus test, that many have passed. Let me know when just-bash is able to run it.

esafak•14m ago
I have no connection to coral or just-bash. Why don't you do it yourself and let us know, since you are familiar with it?
simonw•11m ago
Incompatibilities don't matter much provided your error messages are actionable - an LLM can hit a problem, read the error message and try again. They'll also remember that solution for the rest of that session.
jpitz•59m ago
Just curious: why wouldn't you attack this with a jail?
wild_egg•23m ago
Jails are alien magic and typescript is safe and familiar
IceWreck•57m ago
At this point why not make the agents use a restricted subset of python, typescript or lua or something.

Bash has been unchanged for decades but its not a very nice language.

I know pydantic has been experimenting with https://github.com/pydantic/monty (restricted python) and I think Cloudflare and co were experimenting with giving typescript to agents.

wild_egg•25m ago
Agents really do not care at all how "nice" a language is. You only need to be picky with language if a human is going to be working with the code. I get the impression that is not the use case here though
simonw•13m ago
Being unchanged for decades means that the training data should provide great results even for the smaller models.
sheept•5m ago
I feel like Deno would be perfect for this because it already has a permissions model enforced by the runtime
huntaub•57m ago
We just released a driver that allows users of just-bash to attach a full Archil file system, synced to S3. This would let you run just-bash in an enrivonment where you don't have a full VM and get high-performance access to data that's in your S3 bucket already to do like greps or edits.

Check it out here: https://www.npmjs.com/package/@archildata/just-bash

Lerc•53m ago
I have been playing around with something like this.

I'm not going for compatibility, but something that is a bit hackable. Deliberately not having /lib /share and /etc to avoid confusion that it might be posix

On neocoties for proof of static hosting

https://lerc.neocities.org

RobertLong•43m ago
This ends up reading files into node.js and then running a command like grep but implemented in JS. I love the concept but isn’t this incredibly slow compared to native cli tools? Building everything in JS on top of just readFile and writeFile interfaces seems pretty limited in what you can do for performance.
simonw•12m ago
Performance of the tools doesn't really matter when you have a full LLM inference loop in between each tool call.
_pdp_•28m ago
Interesting concept but I think the issue is to make the tools compatible with the official tools otherwise you will get odd behaviour. I think it is useful for very specific scenarios where you want to control the environment with a subset of tools only while benefiting from some form of scripts.