frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Consciousness Is a Dedekind Cut

https://www.evalapply.org/posts/consciousness-lives-in-a-dedekind-cut/index.html
1•andsoitis•42s ago•0 comments

Frustrated at state of commentary of economic impact of AI

1•erads•1m ago•0 comments

A new kind of AI model from a ChatGPT inventor is thrilling developers

https://techcrunch.com/2026/09/18/a-new-kind-of-ai-model-from-a-chatgpt-inventor-is-thrilling-dev...
1•andsoitis•5m ago•0 comments

Unsolved Historical Ciphers

https://dbourdeau.github.io/cyphersolver/index.html
1•Bluestein•6m ago•0 comments

The lucrative business of reactionary AI-generated posts on Facebook

https://www.lemonde.fr/en/pixels/article/2026/09/19/the-lucrative-business-of-reactionary-ai-gene...
1•geox•7m ago•0 comments

DNS Honeypots Don't Fail at Banners,They Fail at the Protocol

https://medium.com/meetcyber/dns-honeypots-dont-fail-at-banners-they-fail-at-the-protocol-cf21c7e...
1•ls1911•9m ago•0 comments

Open Weights Are Good. Open Source Is Better

https://opensource.org/blog/open-weights-are-good-open-source-is-better
4•theanonymousone•10m ago•0 comments

The senior engineer death spiral

https://sunilpai.dev/posts/the-senior-engineer-death-spiral/
5•napolux•11m ago•0 comments

Show HN: The meal planner that gets all your dishes ready at once

https://robotrecipes.co/mise/
1•maverik•12m ago•0 comments

Your robotic vacuum is a witness: evidence, privacy and the law

https://theconversation.com/your-robotic-vacuum-is-a-witness-what-home-robots-mean-for-evidence-p...
1•hn_acker•13m ago•1 comments

Poster Prompts One hundred design styles as copy-paste prompts

https://john.hartnup.uk/poster-prompts/
1•Bluestein•14m ago•0 comments

Show HN: Stardrift – A 3D galaxy of all music, to explore and learn

https://stardrift.gerlach.dev/
1•sovok•14m ago•0 comments

Bingel

https://www.bingel.se/welcome/
2•pighacker•16m ago•0 comments

The right way to learn from Genghis Khan

https://economist.com/culture/2026/09/17/the-right-way-to-learn-from-genghis-khan
1•andsoitis•16m ago•0 comments

How A Chinese Hacking Firm Tapped AI to Supercharge Cyber-Spying

https://www.wsj.com/tech/how-a-chinese-hacking-firm-tapped-ai-to-supercharge-cyber-spying-b577c846
1•harry_nutsachs•18m ago•0 comments

Turning the iPhone Duo Hinge into an Accordion

https://www.reddit.com/r/iOSProgramming/comments/1wkt7i7/i_turned_iphone_duo_hinge_into_accordion/
1•busymom0•19m ago•0 comments

Trump Announces an 'AI Force'

https://www.wsj.com/tech/ai/trump-announces-an-ai-force-after-industry-sounded-alarm-7c189b8f
4•david_shaw•20m ago•0 comments

When Does AI Stop Needing Us?

https://cacm.acm.org/blogcacm/when-does-ai-stop-needing-us/
1•pseudolus•21m ago•0 comments

Show HN: Video Size Reducer – compress video in the browser for sharing

https://videosizereducer.net/
1•liweipt•21m ago•0 comments

More Than Music with MIDI and Processing

https://george.mand.is/2026/09/processing-community-day-nyc-2026-midi-workshop-preview/
1•georgemandis•21m ago•1 comments

Freeze Drying

https://en.wikipedia.org/wiki/Freeze_drying
1•BiraIgnacio•22m ago•0 comments

Which stories about academia matter?

https://donmoynihan.substack.com/p/which-stories-about-academia-matter
1•hn_acker•24m ago•0 comments

Lawsuit says Anthropic, OpenAI and others made illegal agreement on AI slowdown

https://apnews.com/article/antitrust-lawsuit-ai-slowdown-anthropic-openai-spacexai-google-960af43...
6•embedding-shape•24m ago•1 comments

AI Is Just Greg – Inside an AI Datacenter [video]

https://www.youtube.com/watch?v=0GofbjETCS4
1•beacon09•27m ago•1 comments

Nowhere Air – Get a first class ticket to nowhere

https://nowhereair.com/
2•titusblair•29m ago•0 comments

Free calculators, no tracking client-side

https://getutilary.com
1•acbirja•31m ago•0 comments

Do you remember the Harvard student Eldo Kim?

https://www.cnn.com/2013/12/17/justice/massachusetts-harvard-hoax
1•mashally•35m ago•0 comments

Running a business made me hate capitalism – Go Make Things

https://gomakethings.com/articles/running-a-business-made-me-hate-capitalism/
2•ulrischa•40m ago•0 comments

Microsoft director: AI scraping 'the largest theft of labor in human history'

https://www.tomshardware.com/tech-industry/artificial-intelligence/microsoft-director-called-ai-s...
2•jonbaer•40m ago•0 comments

OpenDTC – Read ya Diagnostic codes with no ads n that

https://opendtc.net/
2•x0z•41m ago•1 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/