frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

IT Wage Slave Simulator

https://knowledgeworker.alexmeub.com/
1•ed_mercer•1m ago•0 comments

The Anthropic Fable Mess

https://www.cautiousoptimism.news/the-anthropic-fable-mess-explained/
1•handoflixue•3m ago•0 comments

How to pass Series A security due diligence (before it catches you off guard)

https://faultlinesec.com
1•albernaz•4m ago•0 comments

"is just a state change" [video]

https://www.youtube.com/shorts/Wl2bFXEDdJ0
1•modinfo•4m ago•0 comments

Is Vibe Coding Dead? Even Karpathy Is Moving On

https://www.forbes.com/sites/jodiecook/2026/06/12/is-vibe-coding-already-dead-even-karpathy-is-mo...
1•indigodaddy•11m ago•0 comments

SvGrid – A Svelte 5 data grid with a headless core and an MCP server

https://svgrid.com/
1•boikom•12m ago•0 comments

SAT-Based Approaches for the General High School Timetabling Problem (2017) [pdf]

https://dbai.tuwien.ac.at/staff/musliu/emird.pdf
2•tosh•12m ago•0 comments

AI SQL Advisor integrated into a famous database tool

https://github.com/Wisser/Jailer
1•rwisser•16m ago•0 comments

Psilocybin Unlocks Lost Memories in an Alzheimer's Patient

https://neurosciencenews.com/psilocybin-memory-alzheimers-30084/
1•giuliomagnifico•17m ago•0 comments

Services by Lifecycle

https://www.michaelnygard.com/blog/2018/01/services-by-lifecycle/
1•alex_brajkovic•18m ago•0 comments

Anthropic's Safety Superpower

https://stratechery.com/2026/anthropics-safety-superpower/
1•swolpers•22m ago•0 comments

Ask HN: Why are Spec-kit specs like that

1•pretorian_paul•24m ago•0 comments

Philippines now China's 2nd biggest market for solar panels

https://www.philstar.com/business/2026/05/29/2531211/philippines-now-chinas-2nd-biggest-market-so...
2•doener•26m ago•0 comments

Neuroscientists discover cognitive benefits of reading physical comic books

https://www.psypost.org/neuroscientists-discover-previously-unknown-cognitive-benefits-of-reading...
2•emot•27m ago•0 comments

When Tailwinds Vanish

https://foundersfund.com/2023/06/when-tailwinds-vanish/
2•ronfriedhaber•29m ago•0 comments

Returning to Zig

https://gracefulliberty.com/articles/return-to-zig/
1•kristoff_it•29m ago•0 comments

Why Reddit blocked unauthenticated JSON in 2026

https://medium.com/@tonywangcn/why-reddit-blocked-unauthenticated-json-in-2026-and-how-to-still-g...
2•tonywangcn•31m ago•0 comments

You probably don't need private PKI for internal infrastructure

https://www.certkit.io/blog/private-pki-internal-infrastructure
1•plopilop•32m ago•0 comments

Mid-tier US knives vs. cheap imports

https://www.paragon-knives.com/
1•bgzlsxaz•33m ago•0 comments

T1A Brings Its Full Data Stack to Dais 2026: 5 Products AndSubscription Giveaway

https://lakesentry.io/
1•tsyliya•37m ago•0 comments

Show HN: Fastembed-rs – Rust library for generating vector embeddings, reranking

https://github.com/Anush008/fastembed-rs
1•thoughtfullyso•41m ago•0 comments

Browser game about movie guessing

https://frameguesser.vercel.app/
1•mmschreiber•47m ago•0 comments

Nike Launches Sneaker Line with Russian Designer Who Backed Crimea Annexation

https://united24media.com/world/nike-launches-sneaker-line-with-russian-designer-who-backed-crime...
8•fodmap•48m ago•0 comments

Graphtatui: In terminal graph explorer made with ratatui

https://github.com/Sok205/graphtatui
2•sok205•50m ago•0 comments

Yield Curves and Volatility Surfaces Are Built in Modern Finance

https://medium.com/@DolphinDB_Inc/the-hidden-foundation-of-pricing-and-risk-how-ficc-curves-and-s...
2•Polly_Liu•51m ago•0 comments

CPMpy: Constraint Programming and Modeling library in Python, based on NumPy

https://github.com/CPMpy/cpmpy
1•tosh•52m ago•0 comments

Why Digital Twins Need Low-Latency Data Processing

https://medium.com/@DolphinDB_Inc/real-time-decision-making-how-ai-and-low-latency-computing-are-...
2•CrazyTomato•53m ago•1 comments

Githipedia – The Wiki for GitHub

https://github.com/Vendetaaaa/Githipedia
1•Vendeta•53m ago•1 comments

Show HN: I wrote a C++ ray tracer from scratch without AI

https://github.com/themartiano/luz
3•martiano•54m ago•1 comments

Ask HN: How do you handle browser tab overload?

1•formit34•54m ago•3 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.