frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Which OSS projects are accepting PR for UI Design contributions

1•krm01•33s ago•0 comments

When Feature Flags Do and Don't Make Sense

https://software.rajivprab.com/2019/12/19/when-feature-flags-do-and-dont-make-sense/
1•whack•2m ago•0 comments

Show HN: Keystroke – open sourcing our internal agents and automations platform

1•dallinbentley•2m ago•0 comments

A Tucson man worried about swatting. Now he's paralyzed

https://tucson.com/news/local/crime-courts/article_9ae8e2d7-1db8-4c86-9dee-7c439f4ea7c0.html
2•speckx•4m ago•1 comments

16 Year old used AI to disprove professor

https://twitter.com/MaseehG_/status/2084327646209392907
3•nicoraga•5m ago•0 comments

Ask HN: I had Codex and GPT 5.6 Sol running for 12 days, 870k+ LOC. Now what?

1•iagooar•6m ago•0 comments

Gravity is not a force – it's an error-correcting code?

https://medium.com/@kisnorbert87/gravity-is-not-a-force-its-an-error-correcting-code-68a48374e575
2•kisnorbert•6m ago•0 comments

A Stargate for Data

https://willdepue.net/writings/a-stargate-for-data/
1•mellosouls•6m ago•0 comments

I Moved Back from Gradle to Maven (2022)

https://phauer.com/2018/moving-back-from-gradle-to-maven/
1•Tomte•12m ago•0 comments

Free daily dataset of 15,919 job postings across nine ATS platforms

https://github.com/ConorsCode/open-jobs-data
1•Wevegotscrapys•12m ago•0 comments

GNU Compiler Collection – AI Policy

https://gcc.gnu.org/ai-policy.html
1•foxmoss•13m ago•0 comments

So many fake AI marketing articles on home page of HN in working days? So evil?

2•lilerjee•14m ago•0 comments

Everyone signs decisions. Nobody verifies done

https://zerotrustintelligence.io/verified-done.html
1•tgfw17•15m ago•1 comments

Show HN: MoneyCo – A coding agent built for accounting

https://thecompany.money/
1•warthog•20m ago•0 comments

New dataclass features for old Pythons

https://github.com/arvidma/dataclasses
1•apelapan•23m ago•1 comments

Newly unveiled Scottish fossils fill Romer's Gap (2012)

https://www.thehistoryblog.com/archives/15375
1•simonebrunozzi•26m ago•0 comments

Not a Website

https://notawebsite.fun
3•spaceman_2020•27m ago•1 comments

Many businesses using AI to save time, but do they know what they're doing?

https://www.rnz.co.nz/news/business/874814/many-businesses-using-ai-to-save-time-but-do-they-know...
4•billybuckwheat•29m ago•0 comments

Business Impersonation Fraud: When Trust Is the Target

https://medium.com/@alanscottencinas/business-impersonation-fraud-when-trust-is-the-target-1f4882...
1•encinas88•30m ago•0 comments

Mind the Gap: Policy vs. Reality in Post-Quantum TLS Deployment

https://arxiv.org/abs/2607.29005
1•sbulaev•30m ago•0 comments

OpenAI's Unreleased Model Astra Solves Ten Major Open Mathematics Problems

https://thezvi.substack.com/p/openais-unreleased-model-astra-solves
2•7777777phil•30m ago•0 comments

Run your agent's code where the LLM, TTS, and calls run

https://microsite-actor-demo-cfca6e9d-3.telnyxcompute.com/
1•fionaattelnyx•33m ago•1 comments

The Vietnam of Computer Science (2006) [pdf]

https://www.odbms.org/wp-content/uploads/2013/11/031.01-Neward-The-Vietnam-of-Computer-Science-Ju...
1•Tomte•36m ago•0 comments

Castlemap – Guess the Castle Game

https://thecastlemap.com/guess/
1•Flightmussy•38m ago•1 comments

Submillisecond

https://www.submillisecond.com/
1•knaier•38m ago•0 comments

Apple challenges UK government's latest demand for iCloud backdoor: report

https://techcrunch.com/2026/08/03/apple-challenges-uk-governments-latest-demand-for-icloud-backdo...
2•speckx•38m ago•0 comments

KisakCOD – open-source reimplementation of Call of Duty 4 Multiplayer

https://github.com/SwagSoftware/KisakCOD
2•skibz•39m ago•0 comments

Further Developments About Internal AI Models Hacking Things

https://thezvi.substack.com/p/further-developments-about-internal
1•paulpauper•39m ago•0 comments

The One Town That Wants a Data Center

https://www.theatlantic.com/technology/2026/08/jay-maine-wants-data-center/688043/
3•paulpauper•39m ago•0 comments

Show HN: City-wise comparison of Bribes across India – bribes.fyi

https://bribes.fyi/cities
1•neverenderr•40m ago•1 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.