frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Updating Robots in the Field

https://blog.bensoussan.de/post/2026-08-11-updating-robots-in-the-field/
1•davidbensoussan•1m ago•1 comments

Voxa – open-source video dubbing that doesn't drift out of sync

https://github.com/akshinmrv/Voxa
1•akshinmrv•2m ago•0 comments

French lawyers are being told to use open source AI models for confidential data

https://huggingface.co/blog/jedisct1/lawyers-and-local-ai
1•jedisct1•3m ago•0 comments

Spark Overview

https://learn.adacore.com/courses/intro-to-spark/chapters/01_Overview.html
1•Bluestein•3m ago•0 comments

Creusot is a deductive verifier for the Rust programming language

https://creusot.rs/
1•Bluestein•5m ago•0 comments

Show HN: BaaStream – CLI for scanning infrastructure for compliance risks

https://github.com/amulyakashyap09/baastream
1•amulyakashyap09•8m ago•0 comments

The Careware Idea

https://arachnoid.com/careware/
1•pingou•11m ago•0 comments

Show HN: VoxHearth / small local privacy-focused STT Mac app

https://github.com/stephansturges/voxhearth-mac
1•stephanst•11m ago•0 comments

The End of Reading Is Here

https://www.theringer.com/podcasts/plain-english-with-derek-thompson/2026/07/28/the-end-of-readin...
1•wertyk•12m ago•0 comments

I was accused of using AI in my dissertation but I wrote it all myself

https://www.bbc.com/news/articles/crelev8gw5xo
4•tcp_handshaker•16m ago•1 comments

Autonomous robots are much closer than you think – Sergey Levine [video]

https://www.youtube.com/watch?v=48pxVdmkMIE
2•ronfriedhaber•16m ago•0 comments

(EU age verification) Alternative protocol idea that doesn't require specific OS

https://github.com/eu-digital-identity-wallet/av-doc-technical-specification/issues/64
3•roundabout-host•16m ago•1 comments

Farewell etaoin shrdlu: the end of the Linotype at the New York Times

https://www.youtube.com/watch?v=1MGjFKs9bnU
2•fanf2•20m ago•0 comments

Tokenflation: When "Hi" triggers 33 tool calls

https://quesma.com/blog/tokenflation-when-hi-triggers-33-tool-calls/
3•Bluestein•21m ago•0 comments

HTML over WebSockets: real-time SPAs with barely any JavaScript

https://en.andros.dev/blog/ef4968f5/html-over-websockets-real-time-spas-with-barely-any-javascript/
1•andros•23m ago•0 comments

Log-Aesthetic Curves

https://www.yoshida-lab.net/english/research-e/log-aesthetic-curves
1•lioeters•25m ago•0 comments

Claude Code pricing: same tokens, same model, up to 40x the price

https://quesma.com/blog/claude-code-pricing-for-enterprise/
5•jakozaur•28m ago•0 comments

Eight Myths About Architecture Refuted

https://www.bensouthwood.co.uk/p/eight-architecture-myths-busted-by
2•barry-cotter•31m ago•0 comments

What changes Claude Code behaviour in Claude.md (with a free generator)

https://smeltworks.com/claudemd/
1•shipkit_pbzs•32m ago•0 comments

Highlight reel for white #14 was generated by open source

https://www.reddit.com/r/highschoolsports/comments/1vlbjay/this_highlight_reel_for_white_14_playe...
1•buffer_overlord•35m ago•0 comments

To anyone thinking of buying JetKVM

https://mastodon.social/@fernvenue/117075911253206097
2•fernvenue•38m ago•0 comments

Show HN: HN karma in your menu bar

https://github.com/rorz/karma-bar
1•sarreph•39m ago•0 comments

Tell HN: Anthropic is starting to inject ads into Claude Code turns

3•skeledrew•41m ago•3 comments

First we shape our social graph; then it shapes us (2022)

https://www.henrikkarlsson.xyz/p/first-we-shape-our-social-graph-then
1•downbad_•41m ago•0 comments

Why won't some people pay for news? (2022)

https://diaspora.glasswings.com/posts/867c94d0ba87013aca41448a5b29e257
1•downbad_•42m ago•0 comments

Gangs using Airbnb-type rentals as drug stash houses, top Belgian official says

https://www.theguardian.com/technology/2026/aug/11/airbnb-type-rentals-drugs-crime-gangs-belgium
2•mv9•42m ago•0 comments

Ask HN: ChatGPT named chat with Chinese characters

2•freakynit•42m ago•0 comments

Flock cameras could go before voters in two Houston-area cities

https://www.chron.com/news/article/flock-cameras-conroe-league-city-22382212.php
2•Cider9986•45m ago•0 comments

Show HN: OpenCode-memory – local persistent memory for OpenCode

https://github.com/cioffiAI/opencode-memory
1•cioffiAI•46m ago•1 comments

Closing Canario Terminal source code

https://rapha.land/closing-canario-terminal-source-code/
1•atan2•46m 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/