frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

LeRobot v0.5.0: Scaling Every Dimension

https://huggingface.co/blog/lerobot-release-v050
1•ibobev•1m ago•0 comments

Ulysses Sequence Parallelism: Training with Million-Token Contexts

https://huggingface.co/blog/ulysses-sp
1•ibobev•2m ago•0 comments

In the '90s Germany's air traffic control ran on Emacs

https://old.reddit.com/r/emacs/comments/lly7po/comment/gnvzisy/
2•clyfe•2m ago•0 comments

Simulating Queueing 2

https://buttondown.com/jaffray/archive/simulating-queueing-2/
1•ibobev•2m ago•0 comments

Trump says Iran 'war is complete,' talks to Putin

https://www.cnbc.com/2026/03/09/trump-iran-war-end.html
3•kamaraju•3m ago•0 comments

Feed Palestine

1•alpple•3m ago•0 comments

Skill to slim down your bloated AGENTS.md file

https://mheadd.github.io/agent-slimmer/
1•mjheadd•3m ago•0 comments

I wrote a OpenClaw Operators Field Guide for operating multi-agent AI systems

https://bethegorilla.com/
1•pathowlett•4m ago•1 comments

Snice – 130 web components and a decorator-based framework

1•hedzer•5m ago•0 comments

Some skills become second nature

https://news.mit.edu/2026/how-some-skills-become-second-nature-0304
1•rbanffy•5m ago•0 comments

One Year with Hyprland

https://www.whileforloop.com/en/blog/2026/03/09/one-year-with-hyprland/
1•wookashh•6m ago•0 comments

Oracle is building yesterday's data centers with tomorrow's debt

https://www.cnbc.com/2026/03/09/oracle-is-building-yesterdays-data-centers-with-tomorrows-debt.html
4•spenvo•7m ago•0 comments

Show HN: Making Codex stop rediscovering the same repository over and over

1•oldskultxo•8m ago•1 comments

Setting Up a Debug Environment for QEMU PCI Device Exploitation

https://varik.dev/blog/htb/nftdrm/debug-env-for-qemu-pwn
1•varik77•9m ago•0 comments

Taara Beam

https://taaraconnect.com/product/beam
2•rglover•10m ago•0 comments

Talking Face Animation Using a Learned Kalman Filter on Mobile Devices

https://www.mdpi.com/1424-8220/26/4/1377
2•PaulHoule•10m ago•0 comments

Show HN: DevToolbox – 13 browser-based dev tools, privacy-first

https://geld-verdienen-app-kbpcmxfq.devinapps.com
1•DevToolboxApp•11m ago•1 comments

Thomas Selfridge: The First Airplane Fatality

https://www.amusingplanet.com/2026/03/thomas-selfridge-first-airplane-fatality.html
3•Hooke•11m ago•0 comments

Show HN: MDviewer – native macOS app for opening Markdown as print-ready docs

https://github.com/JackYoung27/mdviewer
1•jacknotold•13m ago•1 comments

'Love Is Strong as Death' Review: Triangles of Life

https://www.wsj.com/arts-culture/books/love-is-strong-as-death-review-a-theologians-triangles-of-...
1•apollinaire•13m ago•0 comments

Closing the verification loop: Observability-driven harnesses for agents

https://www.datadoghq.com/blog/ai/harness-first-agents/
1•alpaylan•13m ago•0 comments

Show HN: Efficient LLM Architectures for 32GB RAM (Ternary and Sparse Inference)

https://github.com/opengraviton/graviton-native
1•fatihturker•14m ago•1 comments

Show HN: SubmitGate – catch mobile submission/compliance issues before release

https://submit-gate.com/
2•drkhannah•16m ago•0 comments

Show HN: Agents.txt – proposed standard for AI agent permissions on the web

https://github.com/jaspervanveen/agents-txt
1•jaspervanveen•17m ago•3 comments

Bluesky CEO Jay Graber will step aside

https://www.theverge.com/tech/891562/bluesky-new-ceo
2•microsoftedging•18m ago•1 comments

Anthropic launches code review tool to check flood of AI-generated code

https://techcrunch.com/2026/03/09/anthropic-launches-code-review-tool-to-check-flood-of-ai-genera...
1•LostMyLogin•21m ago•0 comments

Musk takes the stand at trial for deflating Twitter stock ahead of purchase

https://www.latimes.com/business/story/2026-03-04/musk-takes-stand-in-trial-accusing-him-of-defla...
4•1vuio0pswjnm7•22m ago•0 comments

Forge 4D – a native runtime for building apps without the browser stack -new URL

https://codeberg.org/CrowdWare/Forge4D
2•artanidos•25m ago•1 comments

What I Learned Building Two Large Products with AI

https://medium.com/@pavel.manovich/can-a-non-developer-build-serious-software-with-cursor-0fbf1e3...
1•pavel_man•29m ago•1 comments

Show HN: DopaLoop – Habit tracker for ADHD brains, local-first, no streaks

https://dopaloop.app/de
2•steviee•34m ago•0 comments
Open in hackernews

Show HN: Native Immediate-Mode UI Library

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