frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: One question a day for the whole planet, sealed until 20:00 UTC

https://wisehumans.org/
1•nickevante•30s ago•0 comments

Browser-based Autodesk Inventor file viewer – no Autodesk software required

https://jfk-solutions.github.io/inventor-viewer/
1•jogibear9988•47s ago•0 comments

I gave an AI £150 and three months to earn its own subscription

https://agentwrought.com/
1•oceantidote•2m ago•0 comments

Gmail attachment IDs are not stable (and how they doubled our index)

https://dioveo.com/blog/gmail-attachment-ids-are-not-stable
1•stranger90•6m ago•0 comments

Amazon bars customers from filing lawsuits

https://www.ecommercebytes.com/C/abblog/blog.pl?/pl/2026/8/1786759108.html
1•ilamont•6m ago•0 comments

Paper on Architecture for AI-Assisted Software Development

https://arxiv.org/abs/2606.27045
1•puuush•8m ago•0 comments

Show HN: A zero-symbol engine to mathematically rank Windows RPC attack surface

https://github.com/talha-nazeef-ahmed/RPC-Triage
1•Sphinx_321•8m ago•0 comments

YACS 2.0 – Yet Another Curta Simulator

https://satadorus.eu/x_ite/yacs_2_0/yacs_2_0.html
1•neom•10m ago•0 comments

Make Claude Say Less

https://mooch.agency/say-less
1•tahigichigi•11m ago•0 comments

A Spectre Is Haunting Unicode

https://www.dampfkraft.com/ghost-characters.html
1•sensanaty•17m ago•0 comments

Venn Diagram of the Internet

https://diagram.website/
1•Gecko4072•17m ago•0 comments

EPA sued for approving semiconductor chemicals that may pose health risks

https://thehill.com/policy/energy-environment/6030328-epa-chemical-approval-lawsuit/
2•pudgywalsh•18m ago•0 comments

Ukraine strikes Russia's only Soyuz rocket plant with Flamingo missiles

https://www.turkiyetoday.com/world/ukraine-strikes-russias-only-soyuz-rocket-plant-with-flamingo-...
2•rbanffy•19m ago•0 comments

Gen Z has rediscovered the joy of going to the movies

https://www.economist.com/culture/2026/08/11/gen-z-has-rediscovered-the-joy-of-going-to-the-movies
2•edward•21m ago•0 comments

The Mystery of Dark Oxygen

https://www.newyorker.com/science/elements/the-mystery-of-dark-oxygen
1•mitchbob•23m ago•1 comments

Qwen3.8-27B – Release Day Demos

https://loktar00.github.io/qwen3-8-27b-demos/
1•yogthos•24m ago•0 comments

I Ported Moonshine to JavaScript

https://petewarden.com/2026/08/15/why-i-ported-moonshine-to-javascript/
2•jreynar•25m ago•0 comments

Turns every merge into release notes

https://www.changelogfa.st
2•aziaziazi•25m ago•0 comments

Capacity planning with hyper local events

https://www.allevents.ai/blog/events-capacity-planning
2•bharatgel•27m ago•0 comments

Show HN: I evaluated file, vector, graph and RL based memory frameworks

https://www.pinglin.tw/blog/the-shapes-of-agent-memory
3•pinglin•28m ago•0 comments

Dwarkesh Patel's Podcast with Ryan Greenblatt

https://thezvi.substack.com/p/on-dwarkesh-patels-podcast-with-ryan
2•7777777phil•28m ago•0 comments

SlopScan: Displays a "slop score" when viewing public Git repositories

https://addons.mozilla.org/en-US/firefox/addon/slopscan/
3•birdculture•28m ago•1 comments

Printytron – Type it. 3D Print it

https://printytron.com
2•statenjason•29m ago•0 comments

Use Context.dev in a eve software factory

https://twitter.com/i/status/2088610340158476514
2•flashbrew•30m ago•0 comments

Open-source wallet SDK for AI agents

https://github.com/Squid-Pay/Squid-Agent-Wallet-SDK
2•horatiucode•32m ago•0 comments

High-Performance Optimistic Concurrency Cache

https://github.com/adanil-code/OptimisticCache
2•adanil_•36m ago•1 comments

U.S. to tell partners they must pick sides in AI race with China

https://www.japantimes.co.jp/business/2026/08/15/tech/us-ai-coalition-china-warning/
2•osivertsson•37m ago•1 comments

The most dangerous iPhone Game (beta)

https://testflight.apple.com/join/z1yM1vbj
2•guidouil•38m ago•0 comments

As speed cameras spread to more states, so does the backlash from drivers

https://www.npr.org/2026/08/14/nx-s1-5927506/speed-cameras-ticket-backlash
2•thehoff•38m ago•0 comments

The AI Situation in Software Development

https://srikanth.ch/posts/the-ai-situation/
2•srikanthdotch•39m 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/