frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

My Husband Has No Friends

https://www.thecut.com/article/my-husband-has-no-friends.html
1•nixass•1m ago•1 comments

Canada welcomes EU proposal to become 'associate member'

https://www.bbc.com/news/articles/cwly7vkke4jxo
3•witweb•3m ago•0 comments

What Stripe data shows about fraud at AI startups

https://stripe.com/blog/what-stripe-data-shows-about-fraud-at-ai-startups
2•torutofu•5m ago•0 comments

How some cyclists paradoxically start 'from rest' with a non-zero velocity

https://phys.org/news/2026-09-cyclists-paradoxically-rest-velocity.html
2•pseudolus•5m ago•0 comments

Show HN: Fast and minimal image/video viewer for Linux. Carosello

https://www.youtube.com/watch?v=383WgwVmepI
1•grigio•6m ago•0 comments

It's time for cryptography to get its own abstraction layer

https://research.ibm.com/blog/cryptography-abstraction-layer
2•plopilop•7m ago•0 comments

Show HN: Intent Based Infrastructure on Top of Terraform

https://octo.quadnix.com/
1•rash805115•10m ago•0 comments

New Study: AI Co-Workers Added to Human Meetings Significant Boosts Accuracy

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=7468538
1•hogwash•11m ago•0 comments

Taco Bell Programming (2010)

https://widgetsandshit.com/teddziuba/2010/10/taco-bell-programming.html
2•olexsmir•11m ago•0 comments

Show HN: DrillFlow – a diagram editor where every node opens into a sub-diagram

https://drillflow.de/de/
1•capydev42•11m ago•1 comments

Declarative GUI toolkit Slint 1.18 Released

https://slint.dev/blog/slint-1.18-released
2•birdculture•12m ago•0 comments

M8M – See what your AI remembers about you and detect memory poisoning

https://github.com/th0t3p/m8m
1•th0t3p•13m ago•0 comments

Show HN: Databloom – Turn recordings into structured notes and quizzes

https://databloom.app
1•warrowarro•13m ago•0 comments

Ladies of the '80s

https://longreads.com/2026/08/27/80s-ladies-lisa-whittington-hill/
1•mooreds•13m ago•0 comments

Tin: full-text search for Postgres

https://planetscale.com/blog/introducing-tin
1•ibobev•13m ago•1 comments

"From Geometry to Algebra and Back Again: 4000 Years of Papers" by Jack Rusher [video]

https://www.youtube.com/watch?v=1cRFfYQYGxE
1•surprisetalk•14m ago•0 comments

How to safely add paid AI features to a desktop app

https://flaviocopes.com/desktop-ai-costs/
1•ibobev•14m ago•0 comments

The humans are rejecting the machines that were supposed to help them

https://www.cnn.com/2026/09/17/business/technology-retail-food-economy
2•mooreds•14m ago•1 comments

Newfound 'Baby' Planet Smashes Record for Youngest Known World

https://science.nasa.gov/universe/newfound-baby-planet-smashes-record-for-youngest-known-world/
2•nhatcher•15m ago•0 comments

Testing low-end, affordable pens

https://www.sacrideo.us/testing-low-end-affordable-pens/
2•sebg•16m ago•0 comments

Agentic Coding Techniques

https://micahflee.com/agentic-coding-techniques/
1•mooreds•16m ago•0 comments

Observability in Go: What Goes in a Metric, a Log, and a Trace

https://skoredin.pro/blog/golang/observability-go
2•ibobev•16m ago•0 comments

I had Gemini train its own replacement for $9

https://www.petervijeh.com/projects/reddit-ner
2•p-s-v•16m ago•0 comments

Spec-Lock-Diff: a framework for agentic dbt development

https://github.com/miloskimatheus/spec-lock-diff/
1•miloski•17m ago•1 comments

How much does one hour of bots cost on Cloudflare Workers?

https://gfuse.dev/one-hour-of-bots-on-cloudflare-workers
2•Leading-Enginee•17m ago•0 comments

Show HN: A GraphRAG knowledge base of the Commodore 64 for AI coding agents

https://github.com/bdgscotland/c64-kb
1•duncanbowring•18m ago•0 comments

Plan Advice in PostgreSQL 19

https://tapoueh.org/blog/2026/09/plan-advice-in-postgresql-19/
1•plaur782•18m ago•0 comments

High-Throughput OLTP in Three Simple Steps

https://tigerbeetle.com/blog/2026-09-17-performant-use-of-tigerbeetle/
2•maxi-k•19m ago•0 comments

AiPBX – Open-source PBX uniting Asterisk 22 and Port 443 ALPN multiplexing

https://github.com/mahirgul/AiPBX
1•mahirgul•20m ago•0 comments

C++23 Port of Mozilla Readability

https://github.com/L-A-Marchetti/readability-cpp
1•Lucas_Marchetti•21m ago•0 comments
Open in hackernews

Show HN: Native Immediate-Mode UI Library

https://github.com/petabyt/rim
3•petabyt•1y 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.