frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The U.S. Military Is Running a Bitcoin Node, Admiral Says

https://bitcoinmagazine.com/news/the-us-military-is-running-a-bitcoin-node
1•giuliomagnifico•1m ago•0 comments

How big is the Wander Console Network?

https://susam.codeberg.page/wander/wcn.html
1•susam•1m ago•0 comments

Crypto scam lures ships into Strait of Hormuz

https://arstechnica.com/security/2026/04/crypto-scam-lures-ships-into-strait-of-hormuz-falsely-pr...
1•bmitch3020•1m ago•0 comments

Cognometry: The Measurement of Machine Cognition

https://fathom.darkflobi.com/cognometry
1•darkflobi•2m ago•0 comments

Show HN: Game Server Backend – backend services for multiplayer games

https://gsb.supercraft.host/
1•supercrafthost•3m ago•0 comments

98% of all recent environmental claims can be categorized as "greenwashing"

https://www.eurekalert.org/news-releases/1124525
2•robtherobber•4m ago•0 comments

Creative Enfeeblement

https://herbertlui.net/creative-enfeeblement/
1•herbertl•6m ago•0 comments

Show HN: LazyAgent – All in one observerbility TUI app for coding agents

https://github.com/chojs23/lazyagent
2•neozz•6m ago•0 comments

HN Blackout Poetry

https://mrdee.in/vibecoding/vibecoding-019-hn-blackout-poetry/
1•cyb0rg0•8m ago•0 comments

Oshkosh council rescinds Flock camera contract after 'false statements'

https://www.wbay.com/2026/04/23/oshkosh-council-rescinds-flock-camera-contract-after-false-statem...
2•healsdata•10m ago•0 comments

AngelList Announces USVC

https://usvc.com/
1•manishfp•12m ago•0 comments

Gone but Not Forgotten: Recovering the Dead Web

https://blog.archive.org/2026/04/23/gone-but-not-forgotten-recovering-the-dead-web/
4•TangerineDream•12m ago•0 comments

AI bias can creep into online content moderation

https://news.uq.edu.au/2026-04-how-ai-bias-can-creep-online-content-moderation
2•demartini•13m ago•0 comments

Stop being honest in job interviews

https://old.reddit.com/r/jobhunting/comments/1ssj0pf/stop_being_honest_in_job_interviews_i_say_th...
2•tomcam•15m ago•0 comments

List of predictions for autonomous Tesla vehicles by Elon Musk

https://en.wikipedia.org/wiki/List_of_predictions_for_autonomous_Tesla_vehicles_by_Elon_Musk
1•xqcgrek2•17m ago•0 comments

Capital Without Labour: A Founder's Guide to the Changing VC Equation

https://felixbarbalet.com/capital-without-labour-a-founders-guide-to-the-changing-vc-equation/
1•xlfe•19m ago•0 comments

Can you MoCap a parkour video?

https://galbanis.dev/blog/viewer.html?post=climb-mocap
1•Tycho87•19m ago•0 comments

Agents CLI in Agent Platform: Create to Production in One CLI Blog

https://developers.googleblog.com/agents-cli-in-agent-platform-create-to-production-in-one-cli/
3•Anon84•19m ago•0 comments

Milla Jovovich's AI memory claims to beat all paid ones. Benchmarks disagree

https://atlas-rag.com/vs-mempalace
1•apolloraines•24m ago•0 comments

Python security headers without copy-paste policy drift

https://github.com/TypeError/secure
2•cak•25m ago•0 comments

SideQuick – A free desktop app to stop abandoning side projects

https://www.sidequick.co
3•splodgebox•32m ago•0 comments

ShadowStrike-Labs: ShadowStrike Phantom Home UI

1•Soocile•34m ago•1 comments

Kubernetes release that kills Ingress Nginx, contains Japanese poetry and art

https://www.theregister.com/2026/04/23/kubernetes_1_36_haru/
2•romaniitedomum•35m ago•0 comments

Per-Project Terminal Colours

https://andrew-jones.com/blog/per-project-terminal-colours/
1•arjones•36m ago•0 comments

Open Source Claude Mythos Reconstruction

https://firethering.com/openmythos-open-source-claude-mythos-reconstruction/
1•worldvoyageur•37m ago•0 comments

Outplaying elite table tennis players with an autonomous robot

https://www.nature.com/articles/s41586-026-10338-5
1•bookofjoe•38m ago•0 comments

How to Check Active Loan on My Name Online – SMFG India Credit

https://www.smfgindiacredit.com/knowledge-center/how-to-check-active-loan-on-my-name.aspx
1•saumyaraut11•40m ago•0 comments

Ask HN: Do you comment on a code/Markdown files, then get your agent to reread?

1•FailMore•40m ago•1 comments

The Subnautica 2 legal dispute is far from over

https://www.gamedeveloper.com/business/the-subnautica-2-early-access-dispute-is-far-from-over
1•HelloUsername•42m ago•0 comments

Particle thought to break physics followed rules all along, research reveals

https://phys.org/news/2026-04-particle-thought-physics-reveals.html
3•pseudolus•43m ago•0 comments
Open in hackernews

Show HN: Native Immediate-Mode UI Library

https://github.com/petabyt/rim
3•petabyt•11mo ago
For the past few months I've been working on Rim, an immediate-mode UI library that renders down to native retained-mode toolkit widgets.

I've always preferred using native desktop toolkits for my projects, but it's always such a pain to use a retained-mode approach and maintain state in two different places.

This, and my jealousy of how easy people in the ImGui world have it (it's so much easier!), led me to create a virtual DOM for desktop toolkits.

This gives me the full power of the immediate-mode paradigm, but still allows me to target native toolkits.

Feel free to ask any questions or provide suggestions.