frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Are Corruption and Regulation Less Burdensome in Special Economic Zones?

https://www.mdpi.com/2227-7099/14/2/69
1•PaulHoule•1m ago•0 comments

Remote small business in Africa is an asymmetric opportunity

1•mike_waltrude•1m ago•0 comments

Landmark trial in New Mexico to decide if Meta misled kids about safety risks

https://apnews.com/article/meta-trial-child-sexual-exploitation-5ad9f7bf1ad05bef9d177938e94f0e8b
1•1vuio0pswjnm7•1m ago•0 comments

Intel Fred Can Yield Greater Performance – Fred Benchmarks on Panther Lake

https://www.phoronix.com/review/intel-fred-panther-lake
1•2bluesc•2m ago•0 comments

Added BBS-style chat room to voteamericaonly.org SSH TUI

https://voteamericaonly.org
1•joematrix•2m ago•0 comments

Show HN: Sleuther, a ohmyzsh plugin for local LLM debugging with Ollama

https://github.com/chocks/sleuther
1•chocks•3m ago•0 comments

Sed, a powerfull mini-language from the 70s

https://julienlargetpiet.tech/articles/sed-a-powerfull-mini-language-from-the-70s.html
1•random__duck•4m ago•0 comments

Archive of Almost – 250 objects left behind by love

https://www.archiveofalmost.co/
2•zafizing•6m ago•0 comments

How I Discover and Validate

https://hurrymind.com
2•bekerdev•7m ago•1 comments

Esli – I tried every flashcard app and ended up building my own

https://app.esli.app
2•FeruzaA•8m ago•0 comments

Podcast Video: Kubernetes at the Edge

2•chhum•8m ago•0 comments

Let's See an ARM Neon SIMD CSV Parser

http://chunkofcoal.com/posts/simd-csv/
2•fanf2•9m ago•0 comments

Slow LLM – a browser extension that makes LLMs appear to run slowly

https://slowllm.lav.io/
2•gnabgib•9m ago•0 comments

The Anatomy of an Agent Loop

https://stevekinney.com/writing/agent-loops
2•stevekinney•9m ago•1 comments

100s of petrol stations in Australia out of fuel as Labor inks supply deal w. SG

https://www.theguardian.com/australia-news/2026/mar/23/petrol-stations-australia-fuel-crisis
2•prmph•9m ago•0 comments

70% of new software engineering papers on ArXiv are LLM related

https://shape-of-code.com/2026/03/22/70-of-new-software-engineering-papers-on-arxiv-are-llm-related/
2•realshadow•10m ago•0 comments

Understanding Neoliberalism as a System of Power [video]

https://www.youtube.com/watch?v=hLtkJ-AgLuY
2•teleforce•11m ago•0 comments

The world just lived through the 11 hottest years on record

https://www.nature.com/articles/d41586-026-00946-6
10•Brajeshwar•13m ago•1 comments

Behind the Scenes: How Database Traffic Control Works

https://planetscale.com/blog/behind-the-scenes-how-traffic-control-works
4•tortilla•13m ago•0 comments

Flowroute locked my account after passing identity verification, won't say why

2•pettycashstash2•14m ago•0 comments

When your Vibe Coded app goes viral – and then goes down

https://every.to/chain-of-thought/when-your-vibe-coded-app-goes-viral-and-then-goes-down
2•sysoleg•14m ago•0 comments

OnlyFans owner Leonid Radvinsky dies at 43

https://www.bbc.com/news/articles/c33le6yv7pno
2•tartoran•14m ago•0 comments

HookScope – Webhook inspector with schema drift detection and CLI tunnel

https://app.hookscope.dev
1•kubanowacki•14m ago•0 comments

Experimental Publishing Compendium

https://compendium.copim.pub/
1•the-mitr•15m ago•0 comments

Independent Browser Engines Matter

https://blog.mozilla.org/netpolicy/2026/03/23/competition-innovation-and-the-future-of-the-web/
2•Vinnl•16m ago•0 comments

Terafab, a planned semiconductor fab plant by Tesla, xAI, and SpaceX

https://en.wikipedia.org/wiki/Terafab
1•OutOfHere•16m ago•0 comments

Wait It Out

https://bell.bz/wait-it-out/
2•siddhant•19m ago•0 comments

Project Babylon: Gerald Bull's Downfall (2006)

https://www.damninteresting.com/project-babylon-gerald-bulls-downfall/
1•bookofjoe•19m ago•0 comments

Postgres Traffic Control

https://planetscale.com/blog/introducing-database-traffic-control
9•samlambert•19m ago•1 comments

Show HN: I built a tool for vibe-coding multiplayer games, polls, quizzes

https://ficus.io/
1•molefrog•19m ago•0 comments
Open in hackernews

Show HN: Runnem – A CLI to manage local services with screen and YAML

https://runnem.com
2•dsmurrell•10mo ago
Hi all! This is my second ever Show HN post, my first was back in 2020.

I built runnem, a CLI for managing local services in projects with multiple components like frontend, backend, and database.

I have a few projects going at once, each with several services. When I come back to one after a few weeks to fix a bug or make a change, I always forget how to spin everything up. Which command runs what? What depends on what?

runnem solves that for me:

- runnem up and runnem down to start or stop everything - Handles service dependencies automatically - Uses screen under the hood (I'm keen on screen) - Manages logs, rotates them, and cleans up ports - Simple YAML config per project (runnem.yaml)

I didn’t research alternatives deeply. I’ve used Tilt before, mainly with Docker, but wanted something lightweight and terminal-native for projects with mixed stacks. Also, did I mention that I like screen? :)

I haven’t tested it much with services that run inside Docker, or local databases (I use neon.tech), or unusual screen setups. There may be edge cases it doesn’t handle yet. It would be great if people find issues I can patch over time.

It's made my dev workflow a bit smoother. I'd love to hear what you think!

Docs: https://runnem.com

GitHub: https://github.com/dsmurrell/runnem

PyPI: https://pypi.org/project/runnem/