Taco Bell Programming (2010)

olexsmir 19 points 4 comments September 17, 2026
widgetsandshit.com · View on Hacker News

Discussion Highlights (4 comments)

datadrivenangel

And bash is fast! Reminds me of the 230x faster than hadoop blog: https://adamdrake.com/command-line-tools-can-be-235x-faster-...

keeda

Ah, this must be the precursor to Chipotle Vibe Coding: https://www.reddit.com/r/ClaudeCode/comments/1rsbxn9/stop_sp...

MisterTea

This is how the Plan 9 fork 9front does a lot of its major plumbing, rc scripts. Many tools are just scripts that use rc, awk, sed, bc and other common tools originating on Unix. e.g. the ipconfig tool is an rc script. This creates a zero dependency environment as well as shakes out bugs and shortcomings in foundational software which need improvement.

hosel

This is fun. You can get a long way with simple tools and a lot of the time it makes sense to not over complicate things, but obviously breaks down at a certain point. What about: State / failures / retries / indempotency / latency / multithreading correctness.. Data sets larger than one machine can hold. The fact that other humans (maybe not anymore) have to maintain your shell scripts.

Semantic search powered by Rivestack pgvector
7,105 stories · 65,136 chunks indexed