frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Dibs: Yet another agent communications tool; made out of frustration

https://github.com/Agenxy/dibs
1•xaef•18s ago•1 comments

Apple's Persona Body Animation Solver Running on Mac, No Vision Pro Needed

https://edgecaseexistence.com/articles/apple-persona-coreik/
1•soylentbeige•1m ago•0 comments

Australia Summons Israeli Envoy over Not to Probe Killing of Aid Workers

https://www.haaretz.com/israel-news/israel-security/2026-08-20/ty-article/australia-summons-israe...
1•abdelhousni•2m ago•0 comments

Apple is laying off staffers working on the Vision Pro and Siri

https://www.theverge.com/tech/983451/apple-layoffs-vision-pro-siri
2•speckx•6m ago•0 comments

Supermicro fired staff after probe into $2.5B GPUs-to-China smuggling operation

https://www.theregister.com/legal/2026/08/21/supermicro-fired-staff-after-probe-into-25-billion-g...
2•DemiGuru•8m ago•0 comments

I Tracked Down the Hidden Workers Powering ChatGPT

https://www.youtube.com/watch?v=aooiDA-AsNo
1•gitowiec•8m ago•1 comments

Rust Glancer: Rust LSP using 100x less RAM

https://rust-glancer.github.io/blog/hello-world/
2•matklad•8m ago•1 comments

Quick impressions: A week of using Codex more than Claude

https://allaboutcoding.ghinda.com/a-week-of-using-codex-more-than-claude/
2•speckx•8m ago•0 comments

The Wage Effects of Generative AI

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5842084
1•exceptione•11m ago•1 comments

Canada is buying sovereign hardware, but renting the software

https://www.vanguarddefence.ca/p/canada-is-buying-sovereign-hardware-but-renting-the-software
1•ClearwayLaw•12m ago•0 comments

Show HN: secret_share - simple CLI to share secrets with PKE

https://github.com/scosman/secret_share
1•scosman•13m ago•0 comments

Sweep Dreams: Get street alerts before the ticket

https://www.sweepdreams.org/
1•delcotrash•16m ago•0 comments

Show HN: Ambient Drone Synth URL Preset Encoding

https://akindoflikeness.net/instruments/phyllotaxis/
2•wraithsys•19m ago•0 comments

The Mark of the Machine

https://www.newyorker.com/culture/infinite-scroll/the-mark-of-the-machine
2•saikatsg•20m ago•0 comments

Waiter, there's a watermark in my slop

https://blog.zgp.org/waiter-there-s-a-watermark-in-my-slop/
2•speckx•20m ago•0 comments

The Neolabs Are a Bet Against Superintelligence

https://futuresearch.ai/neolab-challengers-forecast/
2•gmays•20m ago•0 comments

OpenAI: We're dropping API and credit pricing of GPT-5.6 Sol by over 20%

https://twitter.com/OpenAI/status/2090885187634905500
4•modeless•21m ago•3 comments

Getting GLM-5.2 NVFP4 Post-Training off the ground

https://patronus.ai/blog/getting-glm-5-2-nvfp4-post-training-off-the-ground
2•makaimc•23m ago•0 comments

Church of the TigerBeetle: A Look at Tech Evangelism

https://www.wespiser.com/posts/2026-08-03-church-of-the-tigerbeetle.html
4•wespiser_2018•25m ago•0 comments

Vibe Writing

https://www.jotaen.net/23sHT/vibe-writing/
3•jotaen•29m ago•1 comments

Readers can't identify watermarked AI text

https://www.seangoedecke.com/readers-cant-identify-watermarked-ai-text/
5•dmarto•30m ago•0 comments

The Agent Access Model

https://blog.cloudflare.com/the-agent-access-model/
2•gmays•38m ago•0 comments

YC co is organizing an event in SF on AI in regulated industries

https://groundtruth.getsphere.com/
3•gonsanchezs•38m ago•0 comments

Dossier, astrology for your texts (no uploading by default)

https://justdossier.com
2•jcannonmajr•38m ago•1 comments

Existential Risk from Artificial Intelligence

https://en.wikipedia.org/wiki/Existential_risk_from_artificial_intelligence
2•marshblocker•40m ago•0 comments

Walking the Length of Manhattan

https://craigmod.com/ridgeline/232/
2•karakoram•40m ago•0 comments

How would you know whether an ancient culture had zero?

https://www.johndcook.com/blog/2026/08/21/ancient-number-system/
2•ibobev•40m ago•0 comments

'Huge Breakthrough' in the Math of Imbalance

https://www.quantamagazine.org/huge-breakthrough-in-the-math-of-imbalance-20260821/
2•ibobev•41m ago•0 comments

Zcomplete – Shell Typo Correction

https://github.com/omarfakih1/zcomplete
2•omarfakih•42m ago•1 comments

Getting Started with Neovim

https://xnacly.me/posts/2022/neovim-ped-1/
2•ibobev•42m 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.