frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Looking for an ArXiv Endorser – AI / Computer Science

https://github.com/paibyun9/EGA-V9
1•lcm3•1m ago•1 comments

BYOKs for an LLM with a Brain

https://alicebraincore.web.app
1•kindsocial•1m ago•0 comments

The DuckDB MySQL engine at 500 GB

https://www.percona.com/blog/the-duckdb-mysql-engine-at-500-gb/
1•theanonymousone•4m ago•0 comments

Penn State cocaine trafficking ring involved 2 fraternities, authorities say

https://abcnews.com/US/wireStory/penn-state-cocaine-trafficking-ring-involved-2-fraternities-1357...
1•vinni2•5m ago•0 comments

Deft – an authentic human writing model

https://deftwriting.com
1•andrewlin247•18m ago•0 comments

Neuroscience is in big trouble [video]

https://www.youtube.com/watch?v=jHGx7HBB-J4
2•thelastgallon•20m ago•0 comments

A new era of biohacking in a retro medium

https://elasticstage.com/36n9/releases/36n9-genetics-audiotransduction-album
1•jollydragonroge•22m ago•0 comments

More screen time since childhood associated with better cognitive processing

https://www.jyu.fi/en/news/more-screen-time-since-childhood-associated-with-better-cognitive-proc...
1•jv22222•22m ago•0 comments

Google Drive outage – at what point is slow, down?

https://www.google.com/appsstatus/dashboard/incidents/sjDiph2NXGAfkYYLfK7T
1•chi_features•24m ago•1 comments

Show HN: I made a comic series explaining Claude – Chat, Cowork, and Code

https://github.com/Fake4d/claude-school
1•Fake4d•24m ago•0 comments

BloxStack: The professional network for Roblox creators

https://bloxstack.app/
2•hotshotqq•27m ago•0 comments

Nanvix: A Multikernel OS Design for High-Density Serverless Deployments

https://arxiv.org/abs/2604.11669
1•handfuloflight•30m ago•0 comments

Opus 5 doesn't use em-dashes in code comments

https://lalitm.com/post/code-comments-are-a-model-fingerprint/
1•lalitmaganti•32m ago•0 comments

Running Anachronistic Demakes on Vintage Atari VCS Hardware

http://deater.net/weave/vmwprod/myst_vcs/e7_cart.html
2•bananaboy•33m ago•1 comments

There's No Reason to Buy a New Phone Anymore

https://www.theatlantic.com/technology/2026/08/secondhand-tech-boom/688309/
5•annzabelle•41m ago•0 comments

Millions of Ukrainian Men Are Fleeing a Cruel Conscription System

https://www.thenation.com/article/world/ukraine-military-conscription-draft-dodgers/
5•petethomas•42m ago•0 comments

US moves to open tracts of pristine forests to logging

https://www.france24.com/en/live-news/20260818-us-moves-to-open-vast-tracts-of-pristine-forests-t...
3•geox•42m ago•0 comments

Progress in Modernizing Kernel Cryptography

https://lwn.net/Articles/1077427/
4•pykello•49m ago•0 comments

AI mines 500 years of Spanish colonial records to find hidden wrecks, lost cargo

https://www.tomshardware.com/tech-industry/artificial-intelligence/ai-company-hiring-a-literal-pi...
1•harambae•50m ago•0 comments

Securely share biotech data, but without all the setup hassle

1•Peony_VDR•51m ago•0 comments

DBimg – free image/video/audio hosting with permanent direct links

https://dbimg.app/en
1•dannbx•54m ago•0 comments

Show HN: 4bit bridge between AI and humans

https://github.com/YOalphabet/YOalphabet
3•YOalphabet•55m ago•1 comments

Mystery of 'space activity' forcing plane's Antarctic U-turn solved

https://www.stuff.co.nz/travel/361022053/us-antarctic-flight-forced-back-over-feared-russian-spac...
4•speckx•1h ago•0 comments

Types of Neural Networks You Should Know

https://ischool.syracuse.edu/types-of-neural-networks/
2•peter_d_sherman•1h ago•0 comments

Satellite operators are in panic mode due to a worsening launch crisis

https://arstechnica.com/space/2026/08/theres-a-huge-launch-crunch-right-now-and-it-will-probably-...
2•chha•1h ago•0 comments

Ask HN: Are AI credits too locked to individual applications?

1•nextma•1h ago•0 comments

Binquery – local CLI that shortlists 8–15 clips from an edit intent

https://github.com/jennifferweslowski-design/binquery
1•junwanghechu123•1h ago•0 comments

Model Hypnosis: Strong control of AI via additive subliminal effects

https://arxiv.org/abs/2608.16834
1•sbulaev•1h ago•0 comments

Kim Jong-Un Is Not Our Friend

https://www.nationalreview.com/2026/08/kim-jong-un-is-not-our-friend/
7•petethomas•1h ago•1 comments

Show HN: CommitLore – Git memory for decisions coding agents keep forgetting

https://github.com/MongLong0214/commitlore
1•weplay0628•1h 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/