frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Automattic confirms Mullenweg back as CEO after attempted ouster by board

https://techcrunch.com/2026/09/12/automattic-confirms-mullenweg-has-returned-as-ceo-after-attempt...
1•_djo_•7m ago•0 comments

1.1.1.1 now supports post-quantum DNSSEC, all 2,420 bytes of it

https://blog.cloudflare.com/post-quantum-dnssec-1111/
1•Retro_Dev•11m ago•0 comments

AgentsDock: An IDE designed for agentic AI research

https://agentsdock.net/
3•ZihuiGeorgia•13m ago•0 comments

Leo: Organize Code and Ideas Your Way

https://leo-editor.github.io/leo-editor/index.html
2•octopoc•14m ago•0 comments

No Atlantic hurricanes by Sept. 12 breaks a 60-year record

https://www.accuweather.com/en/hurricane/no-atlantic-hurricanes-by-sept-12-breaks-a-60-year-recor...
2•RickJWagner•14m ago•0 comments

TailTalk: A modern async user space AppleTalk stack with Rust and Tokio

https://github.com/FeralFirmware/TailTalk/
1•zdw•15m ago•0 comments

Atlantic hurricane season 2026 sets a new record

https://www.usatoday.com/story/news/weather/2026/09/12/atlantic-hurricane-season-2026-sets-record...
1•RickJWagner•16m ago•0 comments

Vince Carter called out modern NBA players for checking social media at halftime

https://www.basketballnetwork.net/latest-news/vince-carter-called-out-modern-nba-players-for-chec...
1•hbcondo714•16m ago•0 comments

Essential Pathways and Circuits of Autism Pathogenesis

https://pmc.ncbi.nlm.nih.gov/articles/PMC4844597/
1•andsoitis•24m ago•0 comments

I created Nitro Skills to reduce token usage of my Claude agents

https://nitroskills.com
1•dextrata•24m ago•0 comments

Show HN: DiskTriage – A simple CLI tool to reclaim space on your Win C drive

https://github.com/ricardoborges/DiskTriage
2•r2ob•27m ago•0 comments

The Trainable Skill File: Where Sovereign Value Lives in Local Coding Agents

https://medium.com/@michael.hannecke/the-trainable-skill-file-where-sovereign-value-lives-in-loca...
2•rasengan0•32m ago•0 comments

Oura's rings found their way onto millions fingers

https://www.economist.com/business/2026/09/04/how-ouras-rings-found-their-way-onto-millions-of-fi...
2•andsoitis•33m ago•0 comments

Show HN: A Technical Book for the Age of AI

https://codeberg.org/juurej/p4cu
1•juurej•34m ago•0 comments

Transferable sessions between Claude Code instances

https://getcesar.dev/
2•apkhydr•39m ago•0 comments

Explore Changes with Drafts

https://docs.lovable.dev/features/drafts
1•doener•41m ago•0 comments

Sam Altman: I agree with Dario that we need to pace the frontier

https://twitter.com/sama/status/2098811563415150910
4•mfiguiere•43m ago•0 comments

AI writing debate is similar to the one that rocked ancient Greece 2700 yrs ago

https://fortune.com/2026/09/10/ai-writing-debate-ancient-greece-euripides-aristotle-nietzsche/
1•gpi•45m ago•1 comments

The Fear Index [Book]

https://en.wikipedia.org/wiki/The_Fear_Index
2•BiraIgnacio•49m ago•0 comments

Show HN: Lumae Native macOS screen-demo recorder that agents can edit over MCP

https://lumae.app
2•happyyeti•50m ago•2 comments

"I discovered a new medium for storytelling"

https://sublimeinternet.substack.com/p/i-discovered-a-new-medium-for-storytelling
1•ynac•52m ago•0 comments

Find investors for your startup – Investor Match Guarantee

https://leadagentx.ai
2•liranbr•58m ago•0 comments

An Alternative Syntax for Type Inference in Java

https://aghasemi.github.io/blog/?p=P0002
1•theanonymousone•1h ago•0 comments

Endless Execution

https://world.hey.com/dhh/endless-execution-4157e065
1•andsoitis•1h ago•0 comments

Forecasting the AI Boom till 2030

https://hunchfox.substack.com/p/the-cost-of-abundance-ai-2030
1•sahil_chaudhary•1h ago•0 comments

The Pace

https://vertigo.kuber.studio/diary/016-the-pace.html
1•vertigoruntime•1h ago•0 comments

Show HN: Everything a web page can learn about you, in plain English

https://sessioncontext.org
2•oddurs•1h ago•1 comments

Why Beyond Traditional RAG?

https://chandula7.gumroad.com/l/Advanced_RAG_LangGraph_Patterns
7•GeorgeTj•1h ago•4 comments

The Three Eras of Undergraduate Education

https://forklightning.substack.com/p/the-three-eras-of-undergraduate-education
1•herbertl•1h ago•0 comments

A full-duplex AI phone agent that listens while speaking

https://www.famulor.io
2•imankoma•1h 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/