frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Periodic Table of Tools

https://periodictableoftools.com/index.html
1•tosh•37s ago•0 comments

Blink – AI Assistant

https://blink-oi.vercel.app
1•Pascal1997•1m ago•0 comments

Claude Code RCE: Exploiting Deeplink Handlers via Settings Injection

https://0day.click/recipe/2026-05-12-cc-rce/
1•brianmcnulty•1m ago•0 comments

Must Read: Men, Machines, and Modern Times

1•daly•2m ago•0 comments

An 'Impossible' Idea Led to a Pancreatic Cancer Breakthrough

https://www.nytimes.com/2026/05/12/health/pancreatic-cancer-daraxonrasib-kras.html
1•Kaibeezy•3m ago•0 comments

Google announces "Googlebook": Android-based, AI-focused Chromebook replacement

https://www.pcguia.pt/2026/05/adeus-chromebook-a-google-anunciou-uma-nova-geracao-de-computadores...
1•theanonymousone•3m ago•0 comments

Microsoft's Kenya AI data center requires turning off power to half the country

https://www.tomshardware.com/tech-industry/microsofts-1-billion-kenya-data-center-stalls-over-dis...
1•ViktorRay•5m ago•0 comments

When Knowledge Is Cheap, Insight Is Everything

https://twitter.com/zoharatkins/status/2054168204658815070
1•Anon84•5m ago•0 comments

Claude Cowork vs. Claude Code: Security Differences for Enterprise

https://generalanalysis.com/guides/claude-cowork-vs-claude-code
1•taubek•7m ago•0 comments

Is the Future "AWS for Everything"?

https://www.construction-physics.com/p/is-the-future-aws-for-everything
1•surprisetalk•7m ago•0 comments

The Self-Serve Delusion

https://betterthanrandom.substack.com/p/the-self-serve-delusion
1•weltview•7m ago•0 comments

AI Agents Discovered a Reasoning Strategy That Cuts LLM Tokens by 70%

https://firethering.com/autotts-ai-inference-test-time-scaling/
1•steveharing1•8m ago•0 comments

The Truth Lies Somewhere in the Middle (Of the Generated Tokens)

https://www.sophielwang.com/tokens
2•yambrioche•9m ago•0 comments

Bitly handles 93 writes/s – URL shortener interviews ask for 1160

https://saneengineer.com/posts/2026-02-10-url-shortener/index.html
2•anivan_•11m ago•1 comments

I built a bot-free local meeting recorder that automates Jira tickets

https://blueberrybytes.com/en/blog/plan-ai-open-source-bot-free-meeting-recorder
1•xaviermasle•12m ago•0 comments

The "Book a Demo" Button Was Killing My Pipeline. Here's What I Replaced It With

https://getdale.com/blog/
1•asif_aziz•13m ago•0 comments

Test and Mock Framework for PowerShell

https://pester.dev/
1•ankitg12•17m ago•0 comments

High-intensity and blackout drinking impact on next-day cognitive functioning

https://wiley.scienceconnect.io/error?msg=ewogICJpZCIgOiAiMzg3MzlmNzYtYzUxMi00MDgxLWFhYjgtMTUwYTA...
2•PaulHoule•17m ago•0 comments

I built an iOS app that streams real-time Memoji avatars into video recordings

https://twitter.com/nedim0x01/status/2054167936416305502
1•nedim0x01•18m ago•0 comments

Ishikawa: 10 years of building an attack surface mapping tool I can't release

https://blog.laughingman.dev/article/Ishikawa_10_years_of_building_an_attack_surface_mapping_tool...
2•voodooEntity•18m ago•0 comments

About Coding Agents

https://fdeb.xyz/blog/2026-05-04-about-coding-agents.html
1•zdeb7•19m ago•0 comments

I lost a database and learned to use AI

https://aran.dev/posts/how-i-lost-a-database-and-learned-to-actually-use-ai/
1•ingve•19m ago•0 comments

Don't hijack my mouse pointer

https://ruky.me/dont-hijack-my-pointer/
4•rukshn•21m ago•0 comments

Distilling a strategic-reasoning framework into 7B weights

https://lerugray.github.io/writing/hundred-percent-then-broke-it/
1•ray_hammerstein•21m ago•0 comments

Terrably: Build Terraform Providers in TypeScript

https://paambaati.github.io/terrably/docs/
1•httgp•22m ago•1 comments

Trends in US Construction Productivity

https://www.construction-physics.com/p/trends-in-us-construction-productivity
3•surprisetalk•22m ago•0 comments

Show HN: How Scaleway brought the first RISC-V servers to the cloud

https://www.scaleway.com/en/blog/risc-v-servers-in-the-cloud/
2•enthusaist•23m ago•0 comments

Show HN: Team-of-agents, A multi-role SDLC orchestrator for Claude Code

https://github.com/pranav8494/team-of-agents
1•pranav8494•24m ago•0 comments

Give coding agents real product context so they stop guessing

https://docs.storiesonboard.com/en/articles/14625286-storiesonboard-model-context-protocol-mcp-se...
2•tomusm•25m ago•1 comments

Show HN: Kapbit – A Kafka-powered workflow orchestrator for Go

https://github.com/kapbit/kapbit-go
1•ymz_ncnk•26m 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/