frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Anti-patterns while working with LLMs

https://instavm.io/blog/llm-anti-patterns
1•mkagenius•15s ago•0 comments

C++ Web Server on my custom hobby OS

https://oshub.org/projects/retros-32/posts/getting-a-webserver-running
2•joexbayer•1m ago•0 comments

The Unexpected Effectiveness of One-Shot Decompilation with Claude

https://blog.chrislewis.au/the-unexpected-effectiveness-of-one-shot-decompilation-with-claude/
4•knackers•9m ago•1 comments

Bringing Sexy Back. Internet surveillance has killed eroticism

https://lux-magazine.com/article/privacy-eroticism/
4•eustoria•11m ago•0 comments

Matrix Core Programming on AMD CDNA4 Architecture

https://rocm.blogs.amd.com/software-tools-optimization/matrix-cores-cdna/README.html
2•salykova•12m ago•0 comments

Computer Says No:O

1•Pocomon•14m ago•0 comments

Apple and Intel Rumored to Partner on Mac Chips

https://www.macrumors.com/2025/11/28/intel-rumored-to-supply-new-mac-chip/
16•bigyabai•16m ago•1 comments

Who wins when we filter the open web through an opaque system?

https://hidde.blog/filtered-open-web/
2•ChrisArchitect•16m ago•0 comments

Go Proposal: Goroutine Metrics

https://antonz.org/accepted/goroutine-metrics/
3•blenderob•17m ago•0 comments

The Idiot Sandwich – On Embedding Alt Text

https://shkspr.mobi/blog/2025/11/the-idiot-sandwich-on-embedding-alt-text/
2•blenderob•18m ago•0 comments

200 Lines of Python beats $50M supercomputer – Navier-Stokes at Re=10⁸ [pdf]

https://philpapers.org/archive/CAMIIA-3.pdf
7•jcamlin•20m ago•3 comments

Hacker News AI newsletter – weekly round up of the most popular AI links from HN

https://hackernewsai.com
3•alexgotoi•21m ago•3 comments

So you wanna build a local RAG?

https://blog.yakkomajuri.com/blog/local-rag
5•pedriquepacheco•22m ago•0 comments

Happiness research doesn't make you happy

https://www.technotheoria.org/p/happiness-research-doesnt-make-you
1•paulpauper•25m ago•0 comments

Lowtype: Elegant Types in Ruby

https://codeberg.org/Iow/type
6•birdculture•26m ago•1 comments

New version of HugstonOne with Qwen Next 80B support and Memory

https://github.com/Mainframework/HugstonOne/releases/tag/HugstonOne_Enterprise_Edition_with_memory
1•trilogic•26m ago•0 comments

The Neoliberal Era Was Not Pro-Market Enough

https://www.richardhanania.com/p/the-neoliberal-era-was-not-pro-market
3•paulpauper•27m ago•0 comments

Airloom – 3D Flight Tracker

https://objectiveunclear.com/airloom.html
9•azinman2•27m ago•1 comments

Beads_viewer: Keyboard-driven terminal interface for the Beads issue tracker

https://github.com/Dicklesworthstone/beads_viewer
2•latchkey•31m ago•0 comments

Shrinking While Linking

https://www.tweag.io/blog/2025-11-27-shrinking-static-libs/
1•synergy20•31m ago•0 comments

(Digital) Elbows Up

https://pluralistic.net/2025/11/28/disenshittification-nation/
3•hn_acker•33m ago•0 comments

Lobsters Interview

https://susam.net/my-lobsters-interview.html
1•blenderob•34m ago•0 comments

Useful Black Friday dev resources I came across today

https://github.com/greatfrontend/black-friday-cyber-monday-deals
3•demon1421•36m ago•0 comments

Best URL Shortener – super clean / no ads

https://svwt.cc
5•swiftvault•39m ago•1 comments

The Fat-Tailed Sheep on the First Fleet; Australia's First Sheep

https://www.singletonmills.com/sydney-first-sheep.html
4•Y_Y•39m ago•1 comments

Stellantis Is Spamming Owners' Screens with Pop-Up Ads for New Car Discounts

https://www.thedrive.com/news/stellantis-is-spamming-owners-screens-with-pop-up-ads-for-new-car-d...
29•cf100clunk•39m ago•4 comments

True P2P Email on Top of Yggdrasil Network

https://github.com/JB-SelfCompany/Tyr
23•basemi•41m ago•1 comments

Show HN: Bodge.app – μFaaS for hacked-together personal tools and small projects

https://bodge.app/
4•azdle•41m ago•0 comments

Show HN: An AI powered Welcome Note Generator in Go (Moderation and LLM and UI)

https://github.com/vnaveen-mh/welcome-note-generator
2•vnaveen9296•42m ago•0 comments

A complete list of free Black Friday audio plugins and sample packs

https://bedroomproducersblog.com/2025/11/28/black-friday-freebies-2025/
3•kkinbpb•42m ago•3 comments
Open in hackernews

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

https://runnem.com
2•dsmurrell•7mo 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/