frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How We Built the Performance Layer for Modern Engineering

https://navigara.medium.com/the-story-of-navigara-how-we-built-the-performance-layer-for-modern-e...
1•alienll•3m ago•0 comments

Brightness Issue in Old S3 Graphics Cards

https://hackaday.com/2026/04/21/why-some-s3-videocards-have-a-brightness-issue/
2•networked•7m ago•0 comments

Turn any title into thumbnail, OG image or blogpost cover

https://thumbapi.dev
2•dinall•9m ago•1 comments

PWABuilder

https://pwabuilder.com/
3•Tomte•9m ago•0 comments

The Enemy (Part 4)

https://stephanrewind.itch.io/atlantic-41/devlog/1516937/the-enemy-part-4
2•ndr42•10m ago•1 comments

I Still Like Jenkins

https://til.andrew-quinn.me/posts/i-still-like-jenkins/
2•hiAndrewQuinn•14m ago•0 comments

A YouTube Music player that runs in your terminal

https://github.com/chuzcjoe/musicli
2•chuzcjoe•15m ago•0 comments

LeWorldModel: Stable End-to-End Predictive Architecture from Pixels

https://arxiv.org/abs/2603.19312
2•felineflock•17m ago•0 comments

LUKSbox: Encrypted vaults that survive the next decade

https://github.com/PentHertz/LUKSbox
5•fratellobigio•25m ago•0 comments

Show HN: I made an IPv6 proxy for GitHub

https://githubv6.com/
2•immibis2•29m ago•0 comments

Cherry Kearton – groundbreaking 19th-century nature photographer

https://www.bbc.com/future/article/20260507-cherry-kearton-the-eccentric-influence-on-a-young-sir...
3•jeffwass•33m ago•1 comments

I Will Never Use AI to Code

https://antman-does-software.com/i-will-never-use-ai-to-code-or-write
21•ishanz•34m ago•3 comments

Poka-Yoke

https://en.wikipedia.org/wiki/Poka-yoke
5•the-mitr•35m ago•0 comments

Anthropic weighs fundraising for near $1T valuation, FT reports

https://www.reuters.com/technology/anthropic-weighs-fundraising-near-1-trillion-valuation-ft-repo...
3•giuliomagnifico•37m ago•0 comments

Young people explicitly banned from openSUSE – urgent call for reversal

https://lists.opensuse.org/archives/list/project@lists.opensuse.org/message/6PU6JU2IGKDANYNN3KIXD...
10•robin_reala•38m ago•0 comments

The Birthplace of AI

https://www.cantorsparadise.com/the-birthplace-of-ai-9ab7d4e5fb00
3•tzury•41m ago•0 comments

Show HN: Know Any Good Jokes?

https://6jokes.com
1•dobodob•46m ago•0 comments

Stable Release of OpenClaw

https://agentwatch.aicompass.dev
1•davideuler•47m ago•1 comments

Code with Claude 2026 – San Francisco (playlist) [video]

https://www.youtube.com/watch?v=GMIWm5y90xA&list=PLmWCw1CzcFim2obQ-w3ohbULOfwp5lApR
1•pramodbiligiri•54m ago•0 comments

EU calls VPNs "a loophole that needs closing" in age verification push

https://cyberinsider.com/eu-calls-vpns-a-loophole-that-needs-closing-in-age-verification-push/
33•muse900•56m ago•13 comments

Building an AI-Powered IDE Companion App

https://mesmacosta.medium.com/google-cloud/from-idea-to-execution-building-an-ai-powered-ide-comp...
1•graup•56m ago•2 comments

How empty are the depths of space?

https://bigthink.com/starts-with-a-bang/how-empty-depths-space/
2•Kaibeezy•57m ago•0 comments

Color space conversion that transforms RGB/RYB colors in code/learn mode

https://rybitten.space/
1•jamiecurle•1h ago•0 comments

Perplexity Drops the Academic Integrity Mask

https://www.plagiarismtoday.com/2025/10/27/perplexity-drops-the-academic-integrity-mask/
3•jruohonen•1h ago•0 comments

Show HN: Hacker News Dark Mode Bookmarklet

https://github.com/gorgonian/hn-dark-bookmarklet
1•gorgonian•1h ago•0 comments

What Beijing learned about the U.S. from the Iran war

https://www.politico.com/news/2026/05/08/china-lessons-iran-trump-xi-00912539
3•KnuthIsGod•1h ago•0 comments

Data Visualisation Guide

https://data.europa.eu/apps/data-visualisation-guide/graphic-design-introduction
3•tosh•1h ago•0 comments

How Timeplus AgentGuard dectect realtime threats from Agent

https://timeplus-io.github.io/Presentation---AgentGuard-Introduction/
1•gangtao•1h ago•0 comments

Whistling-only WhatsApp groups are taking off in Brazil

https://www.theguardian.com/world/2026/may/05/brazil-craze-whistling-only-whatsapp-groups
3•sahar_builds•1h ago•0 comments

Porting Starlark to Pure Python with Claude

https://dbohdan.com/starlark-python
1•networked•1h 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.