frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Artemis II Is Back

1•anju-kushwaha•1m ago•0 comments

Did you notice the command error exit in the shell?

https://monzool.net/blog/2026/04/10/error-banner-in-shell/
1•birdculture•2m ago•0 comments

Beyond the Sky: How Jeffery Yan built Hyperliquid

https://colossus.com/article/beyond-the-sky-jeffrey-yan-hyperliquid/
1•firloop•2m ago•0 comments

Show HN: Turn Text into Beautiful Font

https://fontgeneratorx.com/
1•artiomyak•2m ago•0 comments

Cognitive science can help us design better software – CogZest

https://cogzest.com/2026/04/how-cognitive-science-can-help-us-design-better-software/
1•LucCogZest•5m ago•0 comments

137-Year-Old Piece of Eiffel Tower to Be Auctioned in Paris

https://www.nytimes.com/2026/04/09/world/europe/eiffel-tower-auction.html
1•paulpauper•5m ago•0 comments

Show HN: A Chatting Website That Uses Nostr

https://inbondz-chat.pages.dev
1•wasimsk•5m ago•1 comments

The Effects of Gender Integration on Men: Evidence from the U.S. Military

https://academic.oup.com/qje/advance-article/doi/10.1093/qje/qjag016/8551347?login=false
1•paulpauper•5m ago•0 comments

Show HN: Bloomberg Terminal for LLM ops – free and open source

2•amans9712•5m ago•0 comments

What explains heterogeneity in AI adoption?

https://www.siliconcontinent.com/p/what-explains-heterogeneity-in-ai
1•paulpauper•6m ago•0 comments

Draining Wallets via Prompt Injection in Coinbase AgentKit

https://457e884c.x402warden-blog.pages.dev/research/coinbase-agentkit-prompt-injection/
1•xxmrlnxx•8m ago•0 comments

The Process Is the Product

https://tylermaran.substack.com/p/the-process-is-the-product
1•themanmaran•8m ago•0 comments

The Rational Conclusion of Doomerism Is Violence

https://www.campbellramble.ai/p/the-rational-conclusion
2•thedudeabides5•8m ago•0 comments

Average Is All You Need

https://rawquery.dev/blog/average-is-all-you-need
1•AlexC04•9m ago•0 comments

Multiplicity

https://m-u-l-t-i-p-l-i-c-i-t-y.org/
1•marukodo•9m ago•0 comments

Consensus Formation and Change Are Enhanced by Neutrality

https://advanced.onlinelibrary.wiley.com/doi/10.1002/advs.202512301
1•PaulHoule•9m ago•0 comments

Warp DB

https://warp.thegeeksquad.io/
1•thunderbong•10m ago•0 comments

Gram 1.0 Released

https://gram.liten.app/posts/first-release/
1•DiabloD3•11m ago•0 comments

I Built an Autonomous Flying Umbrella [video]

https://www.youtube.com/watch?v=EYRrUiM_A6g
1•CharlesW•11m ago•0 comments

Show HN: Mcptube – Karpathy's LLM Wiki idea applied to YouTube videos

https://github.com/0xchamin/mcptube
1•0xchamin•11m ago•0 comments

Hermes Agent (by Nous Hermes) quickly ranked #1 on OpenRouter

https://twitter.com/Teknium/status/2043122514986139763
1•larodi•11m ago•1 comments

After Criticizing Pope, Trump Posts Image of Himself as a Jesus-Like Figure

https://www.nytimes.com/2026/04/13/us/politics/trump-jesus-pope-leo-truth-social-post.html
2•treetalker•12m ago•1 comments

Texas Tech cancels academic programs "centered on" sexual orientation, gender

https://www.texastribune.org/2026/04/10/texas-tech-ban-gender-identity-sexual-orientation-academics/
1•hn_acker•13m ago•1 comments

Configuration flags are where software goes to rot

https://00f.net/2026/04/11/config-flags/
1•mperham•14m ago•0 comments

You're gonna need a bigger benchmark, METR

https://www.lesswrong.com/posts/3SywPAjGQWCtQFafb/you-re-gonna-need-a-bigger-boat-benchmark-metr
1•frmsaul•14m ago•0 comments

Problems Before the Real Problem: The First Lessons of Apollo 13

https://w3.ibm.com/ibm/open-innovation-community/initiatives/69ba803f20eb5edfdccbbb90
2•flyingbarron•15m ago•0 comments

From Pal to Verilog: Writing the A4092 Logic from Scratch

https://amiga.technology/blog/from-pal-to-verilog/
1•freediver•16m ago•0 comments

Cozy Cafe Idle Game

https://beans.cozyidle.click/
1•kstaykov•16m ago•0 comments

Patterns.dev Skills

https://github.com/PatternsDev/skills
3•iqen93•17m ago•0 comments

Flowers for Algernon

https://en.wikipedia.org/wiki/Flowers_for_Algernon
1•tosh•18m ago•0 comments
Open in hackernews

Lerd, an open source Herd-like PHP development environment for Linux and macOS

https://github.com/geodro/lerd
1•geodro•1h ago

Comments

geodro•1h ago
I built lerd to solve a problem I had as a PHP developer on Linux. Laravel Herd is great but it's macOS and Windows only, and the existing alternatives all depend on Docker. I wanted something that felt as simple as Herd but was Podman-native, rootless, and without a Docker dependency.

Lerd runs Nginx, PHP-FPM and optional services like MySQL, Redis, PostgreSQL, Meilisearch, Minio, Mailpit, Stripe Mock and Reverb as rootless Podman containers. It gives you automatic .test domains, per-project PHP and Node version isolation, and one-command TLS without touching your system PHP or requiring elevated permissions anywhere.

There is also a built-in web UI you can install as a PWA where you can manage sites, switch PHP and Node versions, toggle services and watch live logs per project.

On Linux it integrates with systemd user services. On macOS it uses launchd and Podman Machine, which I just released as a stable version today.

The project has been getting organic traction, was featured by Laravel News, and already has external contributors sending pull requests.

Tech stack is Go for the CLI and daemon.

github.com/geodro/lerd docs: geodro.github.io/lerd