frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Andrew Tulloch has left Meta and joined Anthropic

https://twitter.com/ArfurGrok/status/2097862553552740846
1•bobrenjc93•2m ago•0 comments

The Prophet Mohammed's surprising life as a businessman [video]

https://www.youtube.com/watch?v=NkRHPEueW7Q
1•teleforce•4m ago•0 comments

Looped Transformers as Programmable Computers (2023)

https://arxiv.org/abs/2301.13196
3•peter_d_sherman•13m ago•1 comments

Why the Largest Megaproject Collapsed` [video]

https://www.youtube.com/watch?v=GbB3vFfiaVU
1•thelastgallon•15m ago•0 comments

Open source FPGA: the next frontier is silicon

https://www.reddit.com/r/FPGA/comments/1wbrrgi/open_source_fpga_the_next_frontier_is_silicon/
2•random__duck•21m ago•1 comments

FlavorDB: A resource to explore flavor molecules

https://cosylab.iiitd.edu.in/flavordb/
2•thunderbong•21m ago•0 comments

AI Made Delegation Easy: Structure Is Still the Skill

https://syntheticauth.ai/posts/ai-made-delegation-easy-structure-is-still-the-skill
1•zerolayers•26m ago•0 comments

Kepler Compute- New memory startup for AI

https://keplercompute.com
1•osnium123•27m ago•1 comments

Siri Recap: AI Memory with Apple Watch

https://www.apple.com/hk/en/apple-watch-series-12/
1•chepy•32m ago•0 comments

Carmichael numbers are quickly findable (Lean-verified) [pdf]

https://jdb19937.github.io/carmichael/carmichael.pdf
1•jdb1729•33m ago•1 comments

Show HN: They chose your competitor. Find out why

https://drop.space
3•zhangchen0411•40m ago•0 comments

Experimental Evaluation Methodology for the Era of No Steady Performance [pdf]

https://www.d3s.mff.cuni.cz/files/publications/antoch_experimental_2026.pdf
3•luu•41m ago•0 comments

Show HN: NYC rideshare market analysis (2019 – 2026)

https://github.com/omarirfa/rideshare_market
3•fl4res•41m ago•0 comments

Show HN: Find your next client on X

https://tiny.opencreators.ai
4•zhangchen0411•41m ago•0 comments

Hermeus Unveils Ramjet-X, a Low-Cost Test Vehicle for High-Mach Flight

https://www.hermeus.com/article/hermeus-unveils-ramjet-x
3•r2sk5t•43m ago•0 comments

IonQ secp256k1 Estimate: 20k Qubits, 26 Days per Try

https://postquantum.com/post-quantum/ionq-secp256k1-resource-estimate/
3•giuliomagnifico•45m ago•0 comments

Busabase for DeepSeek Harness: An Agent database that runs apps and skills

https://github.com/busabase/busabase-dsh-plugin
2•poppylorry•47m ago•0 comments

Is OpenAI the Achilles' Heel of the US Economy? [video]

https://www.youtube.com/watch?v=RhLLwfwlNAU
2•ferryth•48m ago•0 comments

Can LLM Agents Infer World Models? Evidence from Agentic Automata Learning

https://arxiv.org/abs/2606.16576
3•wslh•50m ago•0 comments

Training a 3.8B LLM to 0.384 CORE for $998 – Hugo Vergnes

https://hugovergnes.github.io/little-lm-3-8b/
2•Anon84•55m ago•0 comments

Prompt Trees: Training-Time Prefix Caching

https://www.scaledcognition.com/blog/prompt-trees
2•ankitg12•56m ago•0 comments

Designing a new conceptual package manager– tell me what's wrong

https://github.com/Rivis666/Leash
2•Rivis•59m ago•0 comments

A Stupid Idea for AI Alignment We Came with by Looking at Specification Gaming

https://slimemoldtimemold.com/2026/08/05/a-stupid-idea-for-ai-alignment-we-came-up-with-by-lookin...
3•cpeterso•1h ago•0 comments

Semi-Implicit Pairwise Descent for Nonlocal Continuum Mechanics

https://arxiv.org/abs/2609.09834
2•E-Reverance•1h ago•0 comments

Show HN: What if the speed of light was 5 km/h?

https://rivendell.dmitrybrant.com/relativity/
16•dmitrybrant•1h ago•12 comments

How we manage and engage with our horses shapes their personality

https://www.utu.fi/en/news/press-release/how-we-manage-and-engage-with-our-horses-shapes-their-pe...
6•thunderbong•1h ago•0 comments

RDC – Remote Desktop Control for AI Agents

https://github.com/bscott/rdc
3•blstech•1h ago•0 comments

How HN: Dashly – Cookieless analytics with revenue attribution and bot filtering

https://www.dashly.lol
2•Quise2003•1h ago•0 comments

Playing mario 64 using a fly's brain

https://twitter.com/barrelshifter/status/2097004115826200898
3•rguiscard•1h ago•2 comments

What Builders Made with GPT-6 Astra (So Far)

https://clipnotebook.com/p/103b93d0-65fe-4b3f-a4c3-a1d0275d29cc
3•diddddy•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.