frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

9000 RPM is faster than your screen refreshes

https://ma.ttias.be/9000-rpm/
1•Mojah•1m ago•0 comments

Using jq to format JSON on the clipboard

https://chris48s.github.io/blogmarks/posts/2021/jsontidy/
2•stefanvdw1•3m ago•1 comments

Show HN: Local Personal Financial Asistant

https://apps.apple.com/us/app/linggen/id6798304906
2•linggen•5m ago•0 comments

Chladni Plate

https://skytales.nl/visualizations/chladni-plate.html
2•vismit2000•6m ago•0 comments

An update on our dispute with Disney

https://www.interdigital.com/post/an-update-on-our-dispute-with-disney
2•ledoge•6m ago•0 comments

Autopsy of an N=1 Cybernetic Therapy: Multimodal AI for Grief (Case Report)

https://zenodo.org/records/22169978
2•poejionkyo•7m ago•0 comments

Mistral trains on user input by default, except on enterprise tier

https://help.mistral.ai/en/articles/455207-can-i-opt-out-of-my-input-or-output-data-being-used-fo...
3•teekert•7m ago•1 comments

Show HN: Review Markdown files like a document

https://github.com/shudv/easy-markdown-review-ado
2•shudv•7m ago•0 comments

B200 Attention Kernel from Scratch to Near-SOTA in 60 Diagrams

https://iaroslavelistratov.github.io/b200-attention/
3•magoghm•8m ago•0 comments

Ask HN: Where do you get your AI (technology) news?

2•BtM909•8m ago•0 comments

Csveee – parsing CSV at up to 192 GB/s in Rust

https://github.com/ackxolotl/csveee
1•foooo4•9m ago•0 comments

A call for collective action on cyber defense

https://openai.com/collective-cyberdefense/
1•RickJWagner•10m ago•1 comments

Uber is laying off 10% of staff

https://www.uber.com/us/en/newsroom/simplerfasteruber/
1•DeepLogin•10m ago•0 comments

Adversarial Collaboration in Philosophy

https://dailynous.com/2026/09/02/adversarial-collaboration-in-philosophy-guest-post/
1•mdp2021•11m ago•0 comments

Why I prefer using LLM API aggregators over subscription services

https://crazysteve.bearblog.dev/why-i-prefer-using-llm-api-aggregators-over-subscription-services/
1•expedited123•14m ago•0 comments

Check if a file was made with Claude

https://claude.com/check-content
2•frexs•15m ago•0 comments

What to Do While Waiting for AI Code Assistants

https://super-productivity.com/blog/what-to-do-while-waiting-for-claude-code/
1•eustoria•15m ago•0 comments

Building a personal book library with NotebookLM and Claude Code

https://blog.dornea.nu/2026/06/02/building-a-personal-book-library-with-notebooklm-and-claude-code/
1•eustoria•16m ago•0 comments

Comms – Show and tell, for your agents

https://trycomms.app
1•eustoria•18m ago•0 comments

Favorite TypeScript Learnings from TypeNotes

https://www.jakeworth.com/posts/favorite-typescript-learnings-from-typenotes
1•surprisetalk•18m ago•0 comments

Show HN: Windrunner – AI-powered project collaboration workspace

https://shzlw.github.io/windrunner/
2•yuegui•18m ago•0 comments

Beware Global Scoreboards

https://alearningaday.blog/2026/09/02/beware-global-scoreboards/
1•herbertl•18m ago•0 comments

AI Slop Is Ruining Cute Animals on the Internet

https://www.wired.com/story/ai-slop-is-ruining-the-internets-cute-animal-economy/
5•amelius•18m ago•0 comments

Anthropic changes data retention policy after pushback from customers

https://www.cnbc.com/2026/09/01/anthropic-data-retention.html
1•cramer4next•19m ago•0 comments

Show HN: SecMask – a 66M parameter model for finding secrets in source code

https://github.com/AndrewAndrewsen/secmask
2•AndrewAndrewsen•20m ago•1 comments

A Proof of Conway's Refinement Conjecture

https://github.com/gaearon/conway-refinement
3•m-hodges•22m ago•0 comments

The Empire of Information

https://lareviewofbooks.org/article/data-empire-roopika-risam-information-organize-control-dominate/
2•Petiver•22m ago•0 comments

An Update on FSD Supervised in Europe

https://twitter.com/teslaeurope/status/2094661569582096779
1•tosh•24m ago•0 comments

AI Agent Memory Design: What Works and What Doesn't

https://machinelearningmastery.com/ai-agent-memory-design-what-works-and-what-doesnt/
1•eigenBasis•25m ago•0 comments

AI goes where the oracle is cheap

https://dilpreet.co/blog/2026/9/1/ai-goes-where-the-oracle-is-cheap
1•argilium•25m 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.