frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open architecture multi-beam EBL for sub-10nm sovereign chip manufacturing

https://github.com/robmorin0-hash/multibeam-ebl-open
1•TheDoctorII•1m ago•0 comments

Braids and Dynamics Frontiers in Theory and Modelling with Scarce Data

https://people.math.wisc.edu/~thiffeault/talks/gordon2022.pdf
1•marysminefnuf•6m ago•0 comments

Tell HN: Mindie.dev is scraping emails from profiles to send spam

1•stackghost•7m ago•0 comments

Quack: A TUI for managing and cancelling active OpenCode sessions

https://github.com/SmolNero/quack
1•edgar_ortega•8m ago•0 comments

The night I dreamed of Archangel Michael

https://mylightstillshines.wordpress.com/2026/04/27/the-time-i-dreamt-of-archangel-michael/
2•jaygirl•14m ago•0 comments

Humans VS AI.IO – Update, New features and turrets

https://humansvsai.io
1•creatorcuffee•18m ago•0 comments

"Deep Generative Modeling": Introductory Examples

https://github.com/jmtomczak/intro_dgm
1•modinfo•18m ago•0 comments

Scalar and Binary Quantization for Pgvector Vector Search and Storage (2024)

https://jkatz05.com/post/postgres/pgvector-scalar-binary-quantization/
1•eigenBasis•22m ago•0 comments

A compact coding agent written in pure C, syscall tools, memory, pi-style TUI

https://github.com/douglascorrea/syscall-agent
2•douglascorrea•24m ago•0 comments

Turnspit Dog

https://en.wikipedia.org/wiki/Turnspit_dog
4•doener•32m ago•0 comments

Chinese University Student Expelled for Improper Contact with a Foreigner (2025)

https://thediplomat.com/2025/09/why-a-chinese-university-expelled-a-student-for-improper-contact-...
2•toilet•35m ago•0 comments

What A.I. Kant Do

https://www.nytimes.com/2026/05/16/opinion/ai-liberal-arts.html
1•doener•36m ago•0 comments

[deleted]

https://www.economist.com/china/2025/07/17/why-a-fling-with-a-foreigner-insults-chinas-national-d...
3•toilet•38m ago•2 comments

Paid HTTP APIs that AI agents auto-pay per-call (x402 and USDC)

https://bshelby88.github.io/x402-portfolio/
1•bshelby88•40m ago•0 comments

Make ZIP files smaller with ZIP Shrinker

https://evanhahn.com/make-zip-files-smaller-with-zip-shrinker/
1•zdw•47m ago•0 comments

FCP – Free Communication Protocol

https://fcp.md/
2•chalyi•48m ago•1 comments

Add –implementation-language flag to Bun

https://github.com/oven-sh/bun/issues/30897
1•quasigloam•1h ago•0 comments

Show HN: Built a verifiable, open-source SoC 2 readiness scanner

https://loxeai.com
1•arjavmehta•1h ago•0 comments

Show HN: I built a free PDF editor to fix Claude's horribly-generated PDFs

https://composer-sepia.vercel.app
2•chaidhat•1h ago•1 comments

Quick, Draw - can a neural network learn to recognize doodling?

https://quickdraw.withgoogle.com/
1•nilsbunger•1h ago•0 comments

Independent dev's physics code stuns PhysicsSE admin

https://physics.stackexchange.com/questions/872398/self-organizing-acceleration-and-stability-in-...
1•spenx•1h ago•1 comments

Fisker went bankrupt and owners built an open source car company from the ashes

https://electrek.co/2026/05/16/fisker-ocean-open-source-ev-story-after-bankruptcy/
21•breve•1h ago•0 comments

OpenAI seals deal in Malta to give all Maltese access to ChatGPT Plus

https://finance.yahoo.com/sectors/technology/articles/openai-seals-deal-malta-maltese-103120887.html
2•embedding-shape•1h ago•0 comments

Self-Complementary Graphs

https://mathworld.wolfram.com/Self-ComplementaryGraph.html
1•lorenzohess•1h ago•1 comments

Curl maintainer: AI security reports are no longer slop

https://daniel.haxx.se/blog/2026/04/22/high-quality-chaos/
2•notRobot•1h ago•1 comments

Show HN: Anagardens: A Daily Word Game

https://www.anagardens.com/
1•mperrotta•1h ago•0 comments

The offline desk gadget that got me to sit up straight

https://techcrunch.com/2026/05/16/the-offline-desk-gadget-that-actually-got-me-to-sit-up-straight/
1•jnord•1h ago•1 comments

Insdubai.com: Motor insurance policies, data of insured persons was exposed

https://write-ups.security-chu.com/2026/05/insdubai-data-breach-incident.html
1•news_rt•1h ago•0 comments

Quantum-COSMOLOGICAL ALIGNMENT (d=16)

https://github.com/lizbeth307/quantum-superactivation-refutation
1•NeoOdim•1h ago•0 comments

Near-Earth Asteroid 2026 JH2 close encounter: 18 May 2026

https://www.virtualtelescope.eu/2026/05/12/near-earth-asteroid-2026-jh2-extremely-close-encounter...
2•rolph•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/