frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Om Malik – Symbolic Capitalism

https://om.co/2026/03/13/symbolic-capitalism/
1•rmason•30s ago•0 comments

Use GPT-5.4/CODEX to reverse engineer ancient machine code

https://github.com/jhallen/exorsim/blob/master/stuff/edos_images/fort/fort_notes.md
1•jhallenworld•1m ago•1 comments

Cruiser Carrier Board v1.0

https://www.exaviz.com/product-page/cruiser-carrier-board-v1-0
1•teleforce•1m ago•0 comments

The US slashed research for cancer, Alzheimer's, mental health – and more

https://www.vox.com/future-perfect/482363/nih-medical-research-grants-cut-2025
1•epistasis•2m ago•0 comments

Show HN: Hardened OpenClaw on AWS with Terraform

https://github.com/infrahouse/terraform-aws-openclaw
1•aleks2•2m ago•0 comments

Grammarly removes AI Expert Review feature mimicking writers after backlash

https://www.theguardian.com/books/2026/mar/13/grammarly-removes-ai-expert-review-feature-mimickin...
1•trocado•4m ago•1 comments

Show HN: Agents shouldn't operate software–they should coordinate commitments

2•csehammad•6m ago•0 comments

Dolt – Git for Data

https://github.com/dolthub/dolt
1•geoffbp•6m ago•0 comments

Ladybird Is in for a Rust Future – Andreas Kling [video]

https://www.youtube.com/watch?v=fXnuR6nXJzc
1•tcfhgj•6m ago•0 comments

These robots are born to run – and never die

https://news.northwestern.edu/stories/2026/03/evolved-robots-are-born-to-run-and-refuse-to-die
2•wjSgoWPm5bWAhXB•7m ago•0 comments

US orders 2,200 Marines to Middle East

https://www.iranintl.com/en/202603131206
2•taikon•9m ago•0 comments

Show HN: Better HN – Realtime Comment Updates and Cleaner Look

https://github.com/xpl/better-hn
2•xpl•9m ago•0 comments

Magic mushrooms' closest wild relative discovered in Africa

https://www.scimex.org/newsfeed/magic-mushrooms-closest-wild-relative-discovered-in-africa
2•bookofjoe•9m ago•0 comments

ChronologyAI – Open-Source AI

https://github.com/ricardoahague/chronology-ai
1•ricardoahague•10m ago•1 comments

Scientists use 'negative light' to send secret messages hidden inside heat

https://www.livescience.com/physics-mathematics/scientists-use-negative-light-to-send-secret-mess...
1•jonbaer•10m ago•0 comments

REM Sleep Detection: A Machine Learning Approach Using Vital Signs

https://www.mdpi.com/2673-4591/129/1/6
1•PaulHoule•11m ago•0 comments

Experimenting with healthcare AI agents using OpenClaw

https://clawsifyai.com
1•Vanshfin•11m ago•1 comments

A Day in the Life of an Enshittificator [video]

https://www.youtube.com/watch?v=T4Upf_B9RLQ
1•davyAdewoyin•13m ago•0 comments

'Disaster waiting to happen' as 85 large oil tankers lie trapped in the Gulf

https://www.greenpeace.org/international/press-release/82052/greenpeace-disaster-oil-tankers-in-p...
3•geox•14m ago•0 comments

AI, Human Cognition and Knowledge Collapse – Daren Acemoglu

2•aanet•14m ago•1 comments

Find the perfect icon for your design

https://iconsroom.com/
2•mdanassaif•16m ago•0 comments

DuckDB Kernel for Jupyter

https://medium.com/@gribanov.vladimir/building-a-full-featured-duckdb-kernel-for-jupyter-with-a-d...
3•jonbaer•16m ago•0 comments

The Pyramid and the Tomb

https://minutes.substack.com/p/the-pyramid-and-the-tomb
1•jger15•17m ago•0 comments

Diablo 2 in First Person with Unreal Engine [video]

https://www.youtube.com/watch?v=0NPl7ZGg14E
1•metadat•22m ago•0 comments

Lp(a) testing is now recommended to prevent heart disease

https://www.npr.org/2026/03/13/nx-s1-5747111/cholesterol-guidelines-lipoproteina-test
1•brandonb•22m ago•0 comments

Simulations on Xbox 360: Cardiac arrhythmias, re-entry and the Halting problem

https://www.sciencedirect.com/science/article/abs/pii/S1476927109000486
1•rbanffy•25m ago•0 comments

Pug 3.0.4

https://github.com/pugjs/pug/releases
1•guzik•25m ago•0 comments

AutoHarness: Improving LLM agents by automatically synthesizing a code harness

https://arxiv.org/abs/2603.03329
1•simonpure•26m ago•0 comments

LightSwarm – A script making ClaudeCodeMax into a free light easy swarm

https://github.com/craftfortress/lightswarm
1•ionwake•27m ago•0 comments

People using Tesla Autopilot to drive while drunk

https://bsky.app/profile/niedermeyer.online/post/3mgxbqti3yc22
3•doener•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•10mo 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/