frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: HolyCode Cloud – persistent Linux workstations for AI

https://holycode.cloud
1•CoderLuii•29s ago•0 comments

KubeTective: Deterministic Incident Investigation for Kubernetes

https://github.com/GlediLami/kubetective
1•Gledis•1m ago•0 comments

ACM Europe Summer School on MLIR 2026: Streamed Live, August 10-14

https://mlir-school.github.io/summer-2026/program/
1•matt_d•3m ago•0 comments

We have a chance to fix the Jones Act

https://www.abundanceandgrowth.org/p/we-have-a-chance-to-fix-the-jones
1•JumpCrisscross•3m ago•0 comments

The Costs of Environmental Land Use Regulation

https://mtabarrok.com/publications/environmental-land-use
1•JumpCrisscross•4m ago•0 comments

Show HN: Zero-bloat, client-side utility suite with zero telemetry

https://summit-side-utilities.pages.dev/
1•james_utils•4m ago•1 comments

Whisked: The Food Corridor's Shared Kitchen Summit [video]

https://www.youtube.com/watch?v=frhsHb8CFDs
1•mooreds•5m ago•0 comments

The Architecture of Open Source Applications

https://aosabook.org/en/
1•amperleft•5m ago•0 comments

Picking berries is my meditation

https://www.tsoon.com/posts/picking-berries-meditation/
1•mooreds•6m ago•0 comments

The German Mittelstand

https://kieranvelasquez.substack.com/p/on-the-german-mittelstand
1•mooreds•7m ago•0 comments

OWASP-amass – In-depth attack surface mapping and asset discovery

https://github.com/owasp-amass/amass
1•gurjeet•9m ago•0 comments

Benchmarking LLMs on File System Design and Implementation

https://arxiv.org/abs/2608.00280
2•matt_d•11m ago•0 comments

Subdomain Center – Largest Subdomain Database

https://www.subdomain.center/
1•gurjeet•11m ago•0 comments

Thomas Wolf thread on the AISI incident

https://twitter.com/Thom_Wolf/status/2085084718320464230
1•cyanbane•16m ago•0 comments

Show HN: agent-hop – reverse-engineered session formats to resume in any agent

https://github.com/hetpatel-11/agent-hop
1•HetPatel106•20m ago•0 comments

Differential heuristics: learning about a way to optimize the A* heuristic

https://www.redblobgames.com/blog/2026-08-08-differential-heuristics/
1•matt_d•21m ago•0 comments

MCP Server Budgeting Tool

https://www.designshippers.com/work/context-budget.html
1•krm01•21m ago•0 comments

AI and War Is Being Oversold

https://phillipspobrien.substack.com/p/ai-and-war-is-being-oversold-right
3•JumpCrisscross•22m ago•0 comments

New: Create AI marketing games in your brand style

https://refybe.com/en
1•refybe•24m ago•0 comments

Console.log recursively processes format specifiers introduced by %s

https://issues.chromium.org/issues/543972096?pli=1
1•dfranke•25m ago•1 comments

A beginner's guide to improving your digital security

https://hashman.ca/security-101/
2•luu•28m ago•0 comments

Probabilistic Estimation for Localizing a Radioactive Source in an Urban Setting

https://repository.lib.ncsu.edu/items/451b001d-e63a-4968-866d-3fb3a599b1e7
1•toomuchtodo•29m ago•1 comments

LLM-oriented programming – statistically revealed components

1•hyperpallium2•29m ago•0 comments

Sketching with Math and Quasi Physics (2022)

https://kyndinfo.notion.site/Sketching-with-Math-and-Quasi-Physics-837e231967134bb5a8307bb9f41c8ea1
1•sargstuff•30m ago•0 comments

macOS vulnerability: authenticate Screen Sharing without valid credentials

https://twitter.com/calif_io/status/2086022794840793454
2•haxiomic•31m ago•0 comments

Show HN: parakeet-tdt-0.6b-v2 in the browser via WebGPU

https://parakeet.narcotic.sh/
1•hamza_q_•32m ago•0 comments

SNET offline internet Cuba [pdf]

https://michaelannethomas.com/wp-content/uploads/2019/09/snet_cscw_2019_repair_r_r-5.pdf
2•rfmoz•34m ago•1 comments

Oblivious Compute – distributed state progression without history

https://github.com/ObliviousCompute
1•InfiniteMass•36m ago•0 comments

By placing an ad on this site, you can also help Ukrainians earn money

https://serpclix.com/
2•Kizert•38m ago•0 comments

Checked my dashboard mid-launch and saw a referral I've never seen before

https://www.rainydaygc.com
2•mdstrobe•41m 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.