frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Bookmark Bar – Browser Hub (Open Any Bookmark in Any Browser on macOS)

https://apps.apple.com/us/app/bookmark-bar-browser-hub/id6755682496?mt=12
1•8mobile•4m ago•0 comments

Chainalysis Successful Deanonymization Attack on Monero

https://darkwebinformer.com/chainalysis-successful-deanonymization-attack-on-monero-2/
1•Anon84•6m ago•0 comments

The CRDT Dictionary: A Field Guide to Conflict-Free Replicated Data Types

https://www.iankduncan.com/engineering/2025-11-27-crdt-dictionary/
1•birdculture•7m ago•0 comments

You probably shouldn't block AI bots from your website

https://chronicles.mad-scientist.club/tales/you-probably-shouldnt-block-ai-bots-from-your-website/
1•smartmic•9m ago•0 comments

Langjam Gamejam: build a programming language and then make a game using it

https://langjamgamejam.com/
1•ingve•12m ago•0 comments

LLMs and the Human Condition

https://arxiv.org/abs/2402.08403
1•Anon84•12m ago•0 comments

Google CEO Sundar Pichai signals QC could be next big tech shift after AI

https://economictimes.indiatimes.com/tech/technology/google-ceo-sundar-pichai-signals-quantum-com...
1•donutloop•14m ago•0 comments

Show HN: Cuenv (CUE for to replace direnv, Just, and more)

https://github.com/cuenv/cuenv
1•rawkode•16m ago•0 comments

Chinese scientists create super stable building block for quantum computers

https://www.scmp.com/news/china/science/article/3334549/chinese-scientists-create-super-stable-bu...
1•donutloop•16m ago•0 comments

Show HN: A Low-Level Bluetooth Hid Remote for Blind Mobile UI Macroing

2•SEMIPREMIUM•23m ago•0 comments

Bee·bot is a multipurpose scanner

https://github.com/blacklanternsecurity/bbot
2•doener•23m ago•1 comments

Listen to Protons for Less Than $100

https://spectrum.ieee.org/listen-to-protons-diy-magnetometer
1•nullbyte808•28m ago•0 comments

Show HN: I built Magiclip – an all-in-one AI studio

https://magiclip.io/
1•kokau•29m ago•0 comments

Solid? Nope, Just Coupling and Cohesion

https://codeopinion.com/solid-nope-just-coupling-and-cohesion/
2•BinaryIgor•30m ago•0 comments

Dell Pro Max 16 Plus Laptop

https://www.dell.com/en-us/shop/dell-laptops/dell-pro-max-16-plus-laptop/spd/dell-pro-max-mb16250...
2•doener•30m ago•0 comments

About Signal Pin

https://s1m.fr/signal-pin/
1•notmine1337•30m ago•0 comments

Ouisync: Secure, open source, peer-to-peer file-sharing

https://ouisync.net/
1•cheshire_cat•30m ago•0 comments

Gerador de CPF – Free Brazilian CPF Generator and Validator

https://gerador-de-cpf.org
1•TinyMomentum•33m ago•1 comments

ArcOS: Amateur Radio Community Operating System

https://arcos-linux.com/
1•doener•38m ago•0 comments

Tech Resourse

https://github.com/deyaa1251/Awesome-tech-resource
1•omenn•38m ago•0 comments

DMT-induced shifts in criticality correlate with self-dissolution

https://www.jneurosci.org/content/early/2025/10/24/JNEUROSCI.0344-25.2025
2•Anon84•41m ago•0 comments

The Minoan Thera Eruption Predates Pharaoh Ahmose

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0330702
1•wslh•42m ago•0 comments

Show HN: uvkcp - Making KCP as a LibUV Extension

https://github.com/InstantWebP2P/libuvpp
1•sequoiar68•43m ago•0 comments

Sentry Is Down

https://status.sentry.io
4•jrouah•45m ago•2 comments

Blimps lifting quantum data centers to the stratosphere?

https://newatlas.com/quantum-computing/blimp-quantum-computers/
1•stOneskull•46m ago•0 comments

How to Find High-Intent Prompts for AI Search

https://www.tryzenith.ai/blog/b2b-aeo-high-intent-prompts-ai-search
1•manveerc•49m ago•0 comments

VIPCalendar-Free printable calendars with holidays for over 100 countries

https://vipcalendar.me/
1•SinanW•50m ago•0 comments

Where Is the Good Terminal?

2•caliweed•51m ago•1 comments

Hello Europe, Joe Biden is gone

https://berthub.eu/articles/posts/hello-europe-joe-biden-is-gone/
7•TechTechTech•53m ago•0 comments

Leak confirms OpenAI is preparing ads on ChatGPT for public roll out

https://www.bleepingcomputer.com/news/artificial-intelligence/leak-confirms-openai-is-preparing-a...
15•fleahunter•1h ago•5 comments
Open in hackernews

Show HN: Runnem – A CLI to manage local services with screen and YAML

https://runnem.com
2•dsmurrell•7mo 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/