frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Making Hundreds of Mugs by Hand

https://www.youtube.com/watch?v=O163JMvWixg
1•brudgers•45s ago•0 comments

Artifactory: In-the-Wild Exploitation of CVE-2026-42016,CVE-2026-42018

https://www.wiz.io/blog/artifactory-under-attack-in-the-wild-exploitation-of-cve-2026-42016-cve-2...
1•ls1911•3m ago•0 comments

OEMpocalypse: Unprivileged Android app to root on Samsung, Xiaomi, others

https://calif.io/research/oempocalypse
2•negura•4m ago•0 comments

Brief Legal [1A] Thoughts on the "AI Safety" Fights to Come

https://prestonbyrne.com/2026/09/13/brief-legal-thoughts-on-the-ai-safety-fights-to-come/
2•blueSky1989•5m ago•1 comments

A.I. Slopware Is Everywhere Now. Nobody Is Using It

https://www.nytimes.com/2026/09/12/opinion/ai-software-coding-apps.html
4•walterbell•7m ago•0 comments

Show HN: Kairo – Fail-closed LLM inference routing from RTX 5090 measurements

https://github.com/peter941221/Kairo
2•peter941221•9m ago•0 comments

Bernie Sanders proposes 20 years in prison for developers pursuing ASI plans

https://www.tomshardware.com/tech-industry/artificial-intelligence/sanders-proposes-20-year-priso...
2•girish_r•9m ago•0 comments

Show HN: PaperFlip – the bird never moves, you fold the paper

https://apps.apple.com/us/app/paperflip/id6807705987
1•hongbiaoluo15•9m ago•0 comments

Why Forth Matters

https://nomlang.org/post/post.14.sep.2026.html
1•mjbq•11m ago•1 comments

Historic Business Machines Collection

https://cdm16471.contentdm.oclc.org/digital/collection/p16471coll9/search
2•Group_B•13m ago•0 comments

Sere, a compiled Python-like systems programming language

https://sere-lang.com
2•handheldheart•14m ago•3 comments

Show HN: Bipluk, Open-source browser Web MIDI librarian for vintage synthesizers

https://github.com/maxcomperatore/bipluk.com
2•halfradaition•14m ago•0 comments

Show HN: Dllog – Replay debug logs when an operation fails

https://github.com/arhuman/dllog
2•doolta•14m ago•0 comments

The logging dilemma: keeping debug context without debug noise

https://blog.assad.fr/en/post/log-dilemma/
2•doolta•16m ago•0 comments

AI Forces You to Commit to Your Initial Belief

https://idiallo.com/blog/making-changes-mid-sentence
2•walterbell•16m ago•0 comments

Show HN: I made a tiny MoE/Engram viz tool

https://sw-ml-study.github.io/moe-microscope/
2•softwarewright•30m ago•0 comments

The Accelerationist Case for Frontier Pacing

https://contraptions.venkateshrao.com/p/the-accelerationist-case-for-frontier
3•wskinner•31m ago•0 comments

Show HN: Is It Greg?

https://github.com/antoineleclair/is-it-greg
17•antoineleclair•31m ago•3 comments

Bruce Schneier: No, AI doesn't mean the end of mathematics – at least not yet

https://www.theguardian.com/commentisfree/2026/aug/25/ai-mathematics-careers
5•emil-lp•34m ago•0 comments

"Oopsies " FreeBSD Devs Say There's Still GPL in the Kernel

https://fossforce.com/2026/07/oopsies-freebsd-devs-say-theres-still-gpl-in-the-kernel/
2•pizzaiolo•38m ago•0 comments

new free website for people who are interested in free trading tools

2•Mohamed_Amineio•44m ago•0 comments

Made a Simple Link Extractor from HN Comments

https://hn-links.netlify.app/?id=49684393
2•rammy1234•50m ago•1 comments

The Malicious Use of Artificial Intelligence

https://arxiv.org/abs/1802.07228
2•rasengan0•1h ago•0 comments

Sandbox-API

https://hub.docker.com/r/credkellar/sandbox-api
2•credkellarboop•1h ago•0 comments

System 3 Thinking

2•rexossbear•1h ago•0 comments

The Biology of Claude's Tokenizer

https://tokencontributions.substack.com/p/on-the-biology-of-claudes-tokenizer
3•brimtown•1h ago•0 comments

Opportunistic AI detects colorectal cancer using routine, noncontrast CT

https://radiologybusiness.com/topics/artificial-intelligence/opportunistic-ai-detects-colorectal-...
3•pseudolus•1h ago•1 comments

Show HN: Exploring the intersection of prediction markets and social media

https://www.thevidmarket.com/
2•ryanpere2298•1h ago•0 comments

Jeff-a-Sketch

https://www.drjeffdaniels.com/jeffasketch
4•cebert•1h ago•2 comments

Fossil: Private Branches

https://fossil-scm.org/home/doc/trunk/www/private.wiki
4•thunderbong•1h 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.