frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Zerostack – A Unix-inspired coding agent written in pure Rust

https://crates.io/crates/zerostack/1.0.0
61•gidellav•1h ago

Comments

throwa356262•32m ago
"RAM footprint: ~8MB on an empty session, ~12MB when working"

I like this, Claude Code is using multiple gigabytes, which is really annoying on lowend laptops

tecoholic•27m ago
Yes. Just this fact is going to make a lot of people try it out.
marknutter•24m ago
Isn't that because of the context window size?
SatvikBeri•18m ago
The context window has nothing to do with RAM usage and even if it did, a million tokens of context is maybe 5mb.
gidellav•10m ago
Hi, I'm the developer of zerostack! No, the memory footprint is not beacuse of the context window size: on my benchmarks, with a 128k context loaded, and it jumped from 8MB (without any chat/context loaded) to 11MB.

The reasons why the memory footprint of zerostack are:

- Rust, and not JS/Python, so no interpreters/VMs on top

- Load-as-needed, so we only allocate things like LLM connectors when needed

- `smallvec` used for most of the array usage of the tool (up to N items are stored in stack)

- `compactstring` used for most of the string usage of the tool (up to N chars are stored in stack)

- `opt-level=z` to force LLVM to optimize for binary size and not for performance (even tho we still beat both in TTFT and in tool use time opencode)

- heavy usage of [LTO](https://en.wikipedia.org/wiki/Interprocedural_optimization#W...)

SwellJoe•6m ago
The context window is not on your system. It's on the server with the model. There may be some local prompt caching, of some sort, but you're not locally hosting the context unless you're also locally hosting the model.
hparadiz•28m ago
this is what I've been waiting for

a low level language. please no more scripting language TUIs!

iknowstuff•18m ago
Isn’t codex in rust?
schaefer•14m ago
There has been no reason to wait... Codex is written in rust.

-- So is deepseek-tui.

hparadiz•11m ago
Forgot to add an open source qualifier. I use codex lol
andxor•8m ago
Codex is also opensource.
sergiotapia•20m ago
Given agent harnesses affect so much of the performance of models, it would be great to see some kind of benchmark on how this tool performs compared to claude/codex/opencode/pi etc.
hiAndrewQuinn•15m ago
The codebase was small enough that I handed it over to DeepSeek v4 Flash in Pi to skim through for any risky business, and I didn't find anything concerning. Nice work.
gidellav•7m ago
Thanks! Funny enough, a good chunk of the coding was done by Deepseek v4 Flash, while I hand-wrote a couple of the TUI logic, as deepseek kept failing on certain cursor-moving logic, and I fully managed the memory optimization process (as you can read on another comment I left, it both a set of compiler optimizations and usage of certain Rust crates in order to leverage more efficient data structures).
kadoban•2m ago
> I handed it over to DeepSeek v4 Flash in Pi to skim through for any risky business

Doesn't prompt injection make that a rather flimsy investigation?

Zerostack – A Unix-inspired coding agent written in pure Rust

https://crates.io/crates/zerostack/1.0.0
62•gidellav•1h ago•16 comments

MCP Hello Page

https://www.hybridlogic.co.uk/blog/2026/05/mcp-hello-page
34•Dachande663•1h ago•10 comments

Kioxia and Dell cram 10 PB into slim 2RU server

https://www.blocksandfiles.com/flash/2026/05/14/kioxia-and-dell-cram-10-pb-into-slim-2ru-server/5...
104•rbanffy•6h ago•70 comments

Windows 9x Subsystem for Linux

https://codeberg.org/hails/wsl9x
210•ibobev•3d ago•96 comments

A molecule with half-Möbius topology

https://www.science.org/doi/10.1126/science.aea3321
53•bryanrasmussen•4d ago•0 comments

SANA-WM, a 2.6B open-source world model for 1-minute 720p video

https://nvlabs.github.io/Sana/WM/
284•mjgil•11h ago•117 comments

I tried to make Claude make me money on open-source bounties

https://github.com/ztc00/algora-scout/blob/main/POST.md
27•ztc00•1h ago•7 comments

Content-defined chunking added to Bazel

https://www.buildbuddy.io/blog/content-defined-chunking/
14•siggi•3d ago•1 comments

Halt and Catch Fire

https://unstack.io/halt-and-catch-fire
57•ScottWRobinson•5h ago•37 comments

Moving away from Tailwind, and learning to structure my CSS

https://jvns.ca/blog/2026/05/15/moving-away-from-tailwind--and-learning-to-structure-my-css-/
396•mpweiher•14h ago•255 comments

Accelerando (2005)

https://www.antipope.org/charlie/blog-static/fiction/accelerando/accelerando.html
231•eamag•12h ago•134 comments

A Nicer Voltmeter Clock

https://lcamtuf.substack.com/p/a-nicer-voltmeter-clock
4•surprisetalk•1h ago•0 comments

The Third Hard Problem

https://mmapped.blog/posts/48-the-third-hard-problem
5•surprisetalk•2d ago•0 comments

Δ-Mem: Efficient Online Memory for Large Language Models

https://arxiv.org/abs/2605.12357
189•44za12•14h ago•51 comments

Frontier AI has broken the open CTF format

https://kabir.au/blog/the-ctf-scene-is-dead
327•frays•16h ago•306 comments

Fame! A Misunderstanding: A new translation of Albert Camus's complete notebooks

https://lareviewofbooks.org/article/albert-camus-complete-notebooks-ryan-bloom-existentialism-abs...
37•Caiero•2d ago•5 comments

Project Gutenberg – keeps getting better

https://www.gutenberg.org/
1153•JSeiko•1d ago•272 comments

We've made the world too complicated

https://user8.bearblog.dev/the-world-is-too-complicated/
157•James72689•15h ago•163 comments

3D Gaussian Splatting in a Weekend

https://bfeldman.me/3dgs-weekend/
39•b__feldman•3d ago•4 comments

Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol

https://tangled.org/rocksky.app/rocksky
49•tsiry•6h ago•16 comments

Greek Alphabet Cards

https://labs.randomquark.com/alphabet_cards/
92•ricochet11•11h ago•40 comments

Japan’s robot wolf sells out as record bear attacks drive demand

https://www.independent.co.uk/asia/japan/japan-robot-wolf-bear-attacks-ohta-seiki-b2975670.html
74•bookofjoe•4h ago•38 comments

HTML Lists

https://blog.frankmtaylor.com/2026/05/13/you-dont-know-html-lists/
274•speckx•6h ago•62 comments

Recreation of the 1956 IPL-I version of the Logic Theorist theorem prover

https://github.com/dmoews/logic-theorist
18•abrax3141•3d ago•1 comments

DeepSeek-V4-Flash means LLM steering is interesting again

https://www.seangoedecke.com/steering-vectors/
195•Brajeshwar•8h ago•67 comments

Nearly 50 Years Later, WKRP in Cincinnati Becomes a Real Radio Station

https://www.openculture.com/2026/05/nearly-50-years-later-wkrp-in-cincinnati-becomes-a-real-radio...
95•bookofjoe•4d ago•62 comments

Accelerate – Embedded language for high-performance array computations

https://github.com/AccelerateHS/accelerate
71•tosh•10h ago•16 comments

I believe there are entire companies right now under AI psychosis

https://twitter.com/mitchellh/status/2055380239711457578
1851•reasonableklout•1d ago•1041 comments

Kyber (YC W23) Is Hiring a Founding Marketer

https://www.ycombinator.com/companies/kyber/jobs/1rLQAro-founding-marketer-content-community
1•asontha•11h ago

Futhark by example

https://futhark-lang.org/examples.html
107•tosh•13h ago•26 comments