frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

New Retype for Obsidian Plugin

https://retype.com/blog/2026-05-25-retype-for-obsidian/
1•geoffreymcgill•52s ago•0 comments

A company turned visas to Europe into big business

https://www.politico.eu/article/how-a-company-turned-visas-to-europe-into-big-business/
1•rustoo•1m ago•0 comments

One week later, the same AWS t3.large VM changed personalities again

https://webbynode.com/articles/one-week-later-aws-t3-large-looked-completely-different-again
1•gsgreen•1m ago•0 comments

Ask HN: What Do You Struggle With?

1•chistev•1m ago•0 comments

International Masturbation Month

https://en.wikipedia.org/wiki/International_Masturbation_Month
1•bpavuk•2m ago•0 comments

I built an Android-like OS that runs in the browser

1•haozaz•2m ago•0 comments

OpenClaw Architecture – Part 1: Control Plane, Sessions, and the Event Loop

https://theagentstack.substack.com/p/openclaw-architecture-part-1-control
1•0xchamin•2m ago•1 comments

Nuclear Space Power and Propulsion [video]

https://www.youtube.com/watch?v=fhwE8Ll4YNQ
2•rustoo•3m ago•0 comments

Real-time LLM Inference on Standard GPUs (3k tokens/s per request)

https://blog.kog.ai/real-time-llm-inference-on-standard-gpus-3-000-tokens-s-per-request/
4•morgangiraud•5m ago•0 comments

Deep Tech Companies Are Built Different

https://www.codingvc.com/p/deep-tech-companies-are-built-different
1•mahirsaid•5m ago•0 comments

The Download: climate tech goes public and the AI Hype Index returns

https://www.technologyreview.com/2026/05/28/1138085/the-download-climate-tech-ipos-ai-hype-index/
1•joozio•6m ago•0 comments

Leibniz's Explanation of binary arithmetic (1703)

https://www.leibniz-translations.com/binary
2•aragonite•11m ago•0 comments

What the Pope said about AI

https://www.newyorker.com/news/the-lede/what-pope-leo-xiv-said-about-ai
1•FinnLobsien•12m ago•0 comments

Cities Are Covering Flock Cameras with Trash Bags

https://www.404media.co/cities-are-covering-flock-cameras-with-trash-bags/
3•droidjj•14m ago•0 comments

The AI Productivity Trap

https://www.wespiser.com/posts/2026-05-28-ai-productivity-trap.html
1•wespiser_2018•14m ago•1 comments

Linux is a dumpster fire – somebody call the fire department

https://tuomov.medium.com/linux-is-a-dumpster-fire-7e67d1f85a19
1•alekq•14m ago•0 comments

Tame your pesky little scripts

https://hamatti.org/posts/tame-your-pesky-little-scripts/
1•speckx•14m ago•0 comments

Large Language Models in Software Security Analysis

https://cacm.acm.org/research/large-language-models-in-software-security-analysis/
1•yarapavan•15m ago•0 comments

Dynamic Workflows in Claude Code

https://claude.com/blog/introducing-dynamic-workflows-in-claude-code
6•mil22•16m ago•1 comments

Un asistente de IA que termina tareas reales en tu ordenador

1•dash_ai•17m ago•0 comments

Claude Opus 4.8

https://www.anthropic.com/news/claude-opus-4-8
183•craigmart•19m ago•84 comments

Beyond the Prompt: Claude Code

https://arps18.github.io/posts/claude-code-mastery/p
1•Sandman•19m ago•0 comments

Show HN: Timelocked – local, offline timed-release file encryption

https://www.timelocked.app/
1•caltanjun•20m ago•0 comments

Tracing HTTP Requests with Go's net/HTTP/httptrace

https://blainsmith.com/articles/httptrace-with-go/
1•speckx•22m ago•0 comments

Tuning LLVM's SLP Vectorizer Cost Model

https://blog.kaving.me/blog/tuning-llvms-slp-vectorizer-cost-model/
2•matt_d•24m ago•0 comments

The Agent Trust Stack: A Layered Framework

https://www.citizenofthecloud.com/blog/agent-trust-stack-layered-framework
2•williamk101•25m ago•0 comments

Trivial Pursuits

https://www.lrb.co.uk/the-paper/v48/n10/david-runciman/trivial-pursuits
3•diodorus•25m ago•0 comments

US and Iranian negotiators reach tentative deal to launch nuclear talks

https://apnews.com/article/iran-us-war-oil-may-28-2026-8f5ed2813ba63df7ae9ccbe991688d29
2•geox•26m ago•0 comments

Chatbots' Downward Spiral

https://cacm.acm.org/news/chatbots-downward-spiral/
3•yarapavan•26m ago•0 comments

Who Makes the Makefiles?

https://www.youtube.com/watch?v=YUUMidevekc
4•birdculture•28m 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/