frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ransomware gangs skip the CEO, head straight for the 40-something IT manager

https://www.theregister.com/security/2026/08/09/ransomware-gangs-skip-the-ceo-head-straight-for-t...
1•joebuckwilliams•1m ago•0 comments

A brief introduction to e-beam lithography [video]

https://www.youtube.com/watch?v=yJF9s2MJLLM
1•binyu•1m ago•0 comments

Show HN: Kamod UI – open-code components built natively for Preact

https://kamod-ch.github.io/kamod-ui/
1•zahir777•3m ago•0 comments

LLM Scaler – LLM Support for Intel's Arc Pro B60 and B70 GPUs

https://github.com/intel/llm-scaler
2•peter_d_sherman•4m ago•1 comments

I use LLMs to learn complex topics

https://laurentiugabriel.github.io/blog/articles/how-i-use-llms-to-learn/
2•laurentiurad•5m ago•0 comments

Ask HN: Are functional programmers more upset about how good AI is at coding?

1•amichail•7m ago•2 comments

Why is Wispr Flow a $2B company?

https://wisprflow.ai
1•strax01•7m ago•1 comments

How do you manage multiple agents?

https://skribbl.dev
1•JawadJalal•11m ago•1 comments

Sigrid helped break a physics barrier that made 3D ultrasound in air possible [video]

https://www.youtube.com/watch?v=pVpznf7gCxs
1•torotime•12m ago•0 comments

Noctua finds more than half of PC cases misstate CPU cooler clearances

https://www.tomshardware.com/pc-components/pc-cases/noctua-finds-more-than-half-of-tested-pc-case...
1•sbulaev•14m ago•0 comments

NYC Tenants Sue over Spying Operation in Public Housing

https://prospect.org/2026/08/07/nyc-tenants-sue-over-spying-operation-in-public-housing/
2•hn_acker•21m ago•0 comments

A zero-dependency, ultra-lightweight database time machine for SQLite

https://github.com/nsrht/time-travel-sqlite-debugger
6•thunderbong•22m ago•0 comments

I got an email about resistance

https://www.seangoedecke.com/i-got-an-email-about-resistance/
3•danielhaven•25m ago•3 comments

The Applicants (A Short Story)

https://skaersoe.com/the-applicants/
1•lokimedes•28m ago•0 comments

What's new in Swift: July 2026 Edition

https://www.swift.org/blog/whats-new-in-swift-july-2026/
1•maguszin•28m ago•0 comments

Trump administration warns against using federal dollars on fentanyl test strips

https://www.statnews.com/2026/04/27/trump-administration-samhsa-clear-shift-from-harm-reduction/
2•hn_acker•28m ago•1 comments

Plug-In Solar Panels Starting to Sprout in U.S. Backyards

https://www.nytimes.com/2026/07/31/business/energy-environment/plug-in-balcony-solar.html
10•bookofjoe•29m ago•4 comments

Saying No

https://rozumem.xyz/posts/19
15•rozumem•30m ago•5 comments

Open source emojis for designers, developers and everyone else

https://openmoji.org
1•kannanpoem1984•33m ago•0 comments

Show HN: VerusCite, a tool to check for hallucinations in academic articles

https://veruscite-data.com/login?next=%2Fdashboard
1•apwheele•36m ago•0 comments

Reuniting important documents in English theatre history first time in 200 years

https://theconversation.com/how-i-reunited-the-most-important-documents-in-english-theatre-histor...
1•bryanrasmussen•37m ago•1 comments

If experience is the goal, then you always win

https://www.startingfromnix.com/p/if-experience-is-the-goal-then-you
7•jger15•39m ago•0 comments

I Made Tinnitus My Friend (Then It Disappeared)

https://mynoise.net/vlog.php?ep=20260803
1•gregsadetsky•40m ago•0 comments

Anti-AI Populism Is Reshaping American Politics

https://www.motherjones.com/politics/2026/08/anti-ai-populism-is-reshaping-american-politics/
3•cdrnsf•40m ago•0 comments

Microsoft confirms it accidentally installed new OneDrive app on Windows 11 PCs

https://www.windowslatest.com/2026/08/09/microsoft-confirms-it-accidentally-installed-new-onedriv...
3•binsquare•41m ago•1 comments

How Tippi Hedren made Vietnamese refugees into nail salon magnates

https://www.bbc.com/news/magazine-32544343
3•thunderbong•42m ago•0 comments

Tesla Driver Tries 'I Wasn't Driving' Excuse to Get Out of Speeding Ticket

https://gizmodo.com/tesla-driver-tries-the-old-i-wasnt-driving-excuse-to-get-out-of-speeding-tick...
4•ripe•43m ago•2 comments

Agentic Constellations: Cartography of the Hidden

https://zkm.de/en/2026/10/agentic-constellations-cartography-of-the-hidden
1•bryanrasmussen•46m ago•0 comments

Google doesn't need the LLM crown

https://www.semafor.com/article/08/07/2026/google-doesnt-need-the-llm-crown
2•thm•47m ago•0 comments

Windows 11's Weather app uses ~1GB RAM

https://www.omgubuntu.co.uk/2026/08/linux-vs-windows-weather-app-ram
2•prymitive•48m ago•0 comments
Open in hackernews

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

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