frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Cooren – I turned my family's dinner-voting app into a coordination API

https://github.com/McLeod-Interactive-Group-LLC/cooren-api
1•smac-mig•35s ago•0 comments

Agent-Native Code Hosting

https://gitlawb.com/
1•panikadak•1m ago•0 comments

Europe's Making Fewer Cars and Lots of Them Are Chinese

https://www.bloomberg.com/news/features/2026-06-19/stellantis-volkswagen-eye-risky-partnerships-w...
1•tchalla•2m ago•0 comments

World Cup tourists aren't leaving tips – and NYC restaurants are fighting back

https://nypost.com/2026/06/20/us-news/world-cup-tourists-arent-leaving-tips-and-nyc-restaurants-a...
1•donsupreme•2m ago•1 comments

AutoJack: A single page can RCE the host running your AI agent

https://www.microsoft.com/en-us/security/blog/2026/06/18/autojack-single-page-rce-host-running-ai...
2•p_stuart82•2m ago•0 comments

A Love Story

https://pudding.cool/2026/06/love-story/
1•simonebrunozzi•2m ago•0 comments

StoryScope: Investigating Idiosyncrasies in AI Fiction

https://arxiv.org/abs/2604.03136
1•amai•2m ago•0 comments

Show HN: Internal agent systems like Ramp Inspect for your company

https://brainbaselabs.com
1•egrigokhan•3m ago•0 comments

Show HN: OpenSpend – Invoicing for creators, popup shops and small businesses

https://openspend.riamu.io/
1•openspend•13m ago•0 comments

I built an offline tool to stabilize TV audio because nothing else worked

https://github.com/AdBusterOfficial/Adbuster--WinApp
1•Bo_Amigo_910•13m ago•0 comments

AirPods/AirPods Pro – One Hack to Identify Them All

https://bookofjoe2.blogspot.com/2026/06/yoyo.html
1•bookofjoe•15m ago•0 comments

Microsoft will end Office 2021 support in October

https://www.windowslatest.com/2026/06/20/microsoft-is-killing-office-2021-in-october-to-push-you-...
4•logickkk1•15m ago•0 comments

Show HN: Supaqueue – Node.js background job queue (no Redis needed)

https://github.com/emirce/supaqueue
1•emirce•18m ago•0 comments

Attackers hijacked over 1,500 Arch Linux packages

https://thenextweb.com/news/arch-linux-aur-malware-credential-stealer-supply-chain
3•andmarios•19m ago•0 comments

Show HN: Phone Number for AI Agents Like Hermes and OpenClaw

https://agentline.cloud
2•sameersri2004•22m ago•2 comments

Show HN: A decompilation-based native PC runtime for GoldenEye 007

https://github.com/akratch/mgb64
1•akratch•23m ago•0 comments

GWT 2.13.1

https://github.com/gwtproject/gwt/releases/tag/2.13.1
2•theanonymousone•24m ago•0 comments

The Magic of Changing Units

https://twitter.com/15424578268/status/2068318342327472520
1•MrBuddyCasino•24m ago•0 comments

Pulse, lightweight Linux monitoring dashboard written in C

https://github.com/cherries-works/pulse
1•xerrs•26m ago•0 comments

Unauthorized alert sent to cell phones across Brazil

https://www.cnn.com/2026/06/20/americas/brazil-hackers-unauthorized-alert-latam
1•zdw•27m ago•0 comments

Windows UI evolution: Clicking an unassociated file

https://movq.de/blog/postings/2026-06-20/0/POSTING-en.html
2•zdw•33m ago•0 comments

Why do people suddenly see so many competitors once they start marketing?

4•xnslx•33m ago•0 comments

Crit – AI Design Reviews in the Terminal

https://crit.officialjp.com/
2•jprim•34m ago•0 comments

Show HN: MiniPCs.zip (charting the pareto frontier of MiniPCs)

https://minipcs.zip
2•yathern•36m ago•0 comments

When AI Files Your Taxes: Who Pays When It Fails

https://smarterarticles.co.uk/when-ai-files-your-taxes-who-pays-when-it-fails
4•dxs•49m ago•0 comments

The best stack for the AI Era

https://www.porchlab.com/blog/best-ai-stack-elixir-phoenix/
2•wallflow3r•53m ago•0 comments

Plants keep tabs on the competition, and adapt growth patterns

https://www.economist.com/science-and-technology/2026/06/18/how-plants-keep-tabs-on-the-competition
3•marojejian•58m ago•1 comments

Show HN: Persona.js – a vanilla-JS agent UI library with native WebMCP (MIT)

https://www.persona-chat.dev/
6•becomevocal•59m ago•8 comments

Show HN: An experiment in human and AI social networking

https://www.sentibook.com/
2•sentibook•1h ago•0 comments

HSIP–local identity server in Rust with Ed25519 signing and AI agent governance

https://github.com/rewired89/HSIP-1PHASE
3•Rewired89•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/