frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Code Page 437

https://en.wikipedia.org/wiki/Code_page_437
1•tosh•43s ago•0 comments

When I failed the Microsoft interview

https://ochagavia.nl/blog/that-time-when-i-failed-the-microsoft-interview/
1•birdculture•2m ago•0 comments

"The Proximal Origin of SARS-CoV-2"

https://www.whitehouse.gov/lab-leak-true-origins-of-covid-19/
1•just_some_user•3m ago•0 comments

Mythos attack on 3rd-round PQC algorithm candidate puts it out of commission

https://arstechnica.com/security/2026/07/mythos-uncovers-crypto-weaknesses-that-went-unknown-for-...
2•throw0101a•5m ago•0 comments

k/simple

https://github.com/kparc/ksimple
1•tosh•8m ago•0 comments

BeHive – Open-source research engine that outputs structured claims, not essays

https://github.com/qa10devteam/behive
1•qadevteam•10m ago•0 comments

Origami research takes top prize at 2026 Regeneron ISEF competition

https://www.snexplores.org/article/2026-regeneron-isef-winners-origami
1•viscousviolin•11m ago•1 comments

Created Mono8 (PICO-8 style game engine built on MonoGame, .NET 8)

https://mono8games.itch.io/mono8
1•rurhdhdije•11m ago•1 comments

Coinbase moved to open models. Cut AI spend in half while increasing token usage

https://twitter.com/brian_armstrong/status/2070670644577280109
1•smurda•11m ago•0 comments

A Most Comfortable Dead End

https://monokai.com/articles/a-most-comfortable-dead-end/
1•monokai_nl•12m ago•0 comments

Frhog

https://www.frhog.com/?ribbit
1•krm01•12m ago•0 comments

In AI arms race, Swiss neutrality is double-edged sword

https://www.swissinfo.ch/eng/foreign-affairs/swiss-neutrality-is-double-edged-sword-in-ai-arms-ra...
1•TMWNN•15m ago•0 comments

Gpiozero Flow

https://bennuttall.com/blog/2026/07/gpiozero-flow/
9•benn_88•22m ago•0 comments

Atomarine: Nuclear Data Centers at Sea

https://atomarine.co/
15•ndr•23m ago•6 comments

GPT-5.6 SOL pushing 25h towards a goal

https://testflight.apple.com/join/vWrJPqk5
2•dreambiggg•26m ago•3 comments

What can I do with Google AI Essentials

https://galaxyonknowledge.substack.com/p/what-can-i-do-with-google-ai-essentials
3•galaxyonknowled•33m ago•0 comments

AI Automation Without the Hype

4•lawalkola•35m ago•1 comments

Show HN: Terminal Ad Network

https://profullstack.com/motd
2•buffer_overlord•36m ago•0 comments

AI Automation Without the Hype

2•lawalkola•39m ago•0 comments

How HN: Hearthkin – family presence for iOS without location tracking

https://hearthkinapp.com/
3•serhio_dev•40m ago•0 comments

Nix Overrides That Expire Themselves

https://jezenthomas.com/2026/07/nix-overrides-that-expire-themselves/
4•yakshaving_jgt•40m ago•0 comments

Google will expand age checks on Android worldwide till the end of the year

https://android-developers.googleblog.com/2026/07/google-play-age-signals-api-safer-experiences.html
45•dmantis•41m ago•32 comments

Quantum computing roundup: Still more technologies making waves

https://arstechnica.com/science/2026/07/quantum-computing-roundup-still-more-technologies-making-...
3•rbanffy•42m ago•1 comments

2001: Cameras..On Phones?

https://www.youtube.com/watch?v=6ywODcJ8yu8
9•chistev•46m ago•1 comments

EU opens call for seven 'gigafactories' to train next-generation AI

https://www.euronews.com/my-europe/2026/07/30/eu-opens-call-for-seven-gigafactories-to-train-next...
7•geox•46m ago•2 comments

Donto: An Evidence Operating System for Contested Knowledge

https://donto.org/reports/donto-paper-2026-05-28
5•jerlendds•47m ago•0 comments

OpeClaud AI – Catch runtime bugs in AI-generated code before production

https://opeclaud.com
2•rumeshdyr•49m ago•0 comments

Image Shows What 14 Years of Driving Has Done to NASA's Mars Rover

https://www.bgr.com/2226633/14-years-nasa-mars-rover-image-wear-tear/
2•giuliomagnifico•50m ago•0 comments

Jacobian, a high level maths toolkit for agents

https://github.com/morluto/jacobian
3•Mplto•50m ago•0 comments

I built a free AI curriculum from philosophy to LLMs

https://howmachinesthink.substack.com/
3•abhaysinghr516•53m ago•2 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/