frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Internet needs an antibotty immune system, stat

https://anil.recoil.org/notes/internet-immune-system
1•avsm•45s ago•0 comments

Show HN: Running a 1.7B parameters LLM on an Apple Watch

https://twitter.com/nobodywho_ai/status/2042179816925864209
1•pielouNW•1m ago•0 comments

Wine on Astral OS

https://astral-os.org/posts/2026/04/03/wine-on-astral.html
2•mrunix•3m ago•0 comments

America Has Lost the Arab World

https://www.foreignaffairs.com/iran/america-has-lost-arab-world
3•robtherobber•4m ago•0 comments

Fluent – AI Language Learning Kit for Claude Code and Others

https://github.com/m98/fluent
1•surrTurr•5m ago•0 comments

HookVerify – Webhook reliability layer for the receiving side

https://hookverify.com/
1•phntmdz•9m ago•0 comments

Oracle's 30k Employee Layoffs

https://tech-insider.org/oracle-30000-layoffs-ai-data-center-restructuring-2026/
3•01-_-•14m ago•0 comments

Russia sees China's WeChat, Douyin as models for its homegrown Max messenger

https://www.reuters.com/world/china/russia-sees-chinas-wechat-douyin-models-its-homegrown-max-mes...
2•01-_-•15m ago•0 comments

Multi-Core by Default – By Ryan Fleury – Digital Grove

https://www.dgtlgrove.com/p/multi-core-by-default
1•birdculture•24m ago•0 comments

Ortto Is Joining Canva

https://ortto.com/blog/ortto-is-joining-canva/
2•kehers•27m ago•0 comments

Mano-P: Open-source on-device GUI agent, #1 on OSWorld benchmark

https://arxiv.org/abs/2509.17336
1•mininglamp•29m ago•0 comments

The day you get cut out of the economy

https://geohot.github.io//blog/jekyll/update/2026/04/08/the-day-you-get-cut-out.html
2•rvz•29m ago•1 comments

Search page for Rust developer blogs

https://rustgrep.dev
1•adamsmo•29m ago•0 comments

Bring Buddy Back

https://github.com/anthropics/claude-code/issues/45596
2•cientifico•31m ago•0 comments

Claude mixes up who said what and that's not OK

https://dwyer.co.za/static/claude-mixes-up-who-said-what-and-thats-not-ok.html
2•sixhobbits•32m ago•0 comments

AnyInspect – Service Inspections made simple with AI

https://anyinspect.ai/en-GB
1•Velc•35m ago•0 comments

Unofficial Linux 7.0-rc7 Release Notes, AI-generated

https://lexplain.net/release-notes/v7.0-rc7
2•daisydevel•36m ago•0 comments

Gemini-CLI, zeroclaw, Llama.cpp, Qwen3.5 on TK1

https://forums.developer.nvidia.com/t/gemini-cli-zeroclaw-llama-cpp-qwen3-5-on-tk1/365653
1•benbojangles•36m ago•1 comments

An international analysis of psychedelic drug effects on brain circuit function

https://www.nature.com/articles/s41591-026-04287-9
2•XzetaU8•36m ago•0 comments

FreeBSD Laptop Compatibility: Top Laptops to Use with FreeBSD

https://freebsdfoundation.github.io/freebsd-laptop-testing/
2•fork-bomber•40m ago•0 comments

Show HN: I built a Harvey-style tabular review app, then open sourced the code

https://isaacus.com/blog/hallucination-free-tabular-review-from-scratch
1•afistfullof•41m ago•0 comments

Microsoft's executive shake-up continues as developer division chief resigns

https://www.theverge.com/tech/908793/microsoft-devdiv-julia-liuson-resignation
1•pjmlp•41m ago•0 comments

Debugy: Runtime Logs for Coding Agents

https://www.debugy.dev
1•amitay1599•42m ago•0 comments

We measured copyrighted-text memorization in 81 open-weight language models

https://zenodo.org/records/19431804
2•crovia•43m ago•0 comments

Show HN: [PKG47] AI-Controlled Package Registry

https://pkg47.com/
2•seuros•43m ago•1 comments

Afterchain – Deterministic inheritance protocol for digital assets

https://github.com/Afterchain/afterchain-protocol-public
1•Afterchain•44m ago•0 comments

Creating the Futurescape for the Fifth Element [2019]

https://theasc.com/articles/fantastic-voyage-creating-the-futurescape-for-the-fifth-element
13•nixass•46m ago•3 comments

Do links hurt news publishers on Twitter? Our analysis suggests yes

https://www.niemanlab.org/2026/04/do-links-hurt-news-publishers-on-twitter-our-analysis-suggests-...
1•giuliomagnifico•52m ago•0 comments

Nigel Farage wants to build a British ICE. Starmer may have handed him the tools

https://www.thenerve.news/p/reform-deportation-operation-restoring-justice-data-surveillance-pala...
3•doener•53m ago•3 comments

Fast, cheap AI-assisted decompilation of binary code is here

https://twitter.com/esrtweet/status/2042002143045890412
1•tosh•54m ago•0 comments
Open in hackernews

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

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