frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Underwater Photographer of the Year 2026

https://www.positive.news/lifestyle/arts/underwater-photographer-of-the-year-2026-the-winning-image/
1•lemonberry•13s ago•0 comments

Jotform AI App Builder

https://www.jotform.com/ai/apps/
1•aytekin•38s ago•0 comments

We rejected the export-and-fork model for visual UI editing

https://blog.crossui.com/2026/05/why-we-rejected-the-export-and-fork-model-for-visual-ui-editing
1•linb•2m ago•0 comments

Memory-as-a-Graph for Coding Assistants

https://labs.flur.ee/docs/memory
2•kdoubleday•5m ago•0 comments

Tech giant Oracle cuts 21,000 jobs as it embraces AI

https://www.bbc.com/news/articles/c4gy0x0j5deo
3•Lyngbakr•5m ago•0 comments

Summer Is the Most Underused Window in the Marketing Calendar

https://mellobarreto.com/blog/summer-is-the-most-underused-window-in-the-marketing-calendar
1•MelloS•5m ago•0 comments

Junie: The JetBrains AI Coding Agent Leaves Beta

https://blog.jetbrains.com/junie/2026/06/junie-coding-agent-out-of-beta/
1•roflcopter69•7m ago•0 comments

Even "illegible" Mythos reasoning traces seem pretty legible

https://www.lesswrong.com/posts/wCSEpT3dTGz4N86Wi/even-illegible-mythos-reasoning-traces-seem-pre...
1•SoKamil•10m ago•0 comments

Reviving a Quarter Century-Old Server

https://c7.se/reviving-a-quarter-century-old-server/
2•Eridanus2•12m ago•0 comments

Show HN: Tubo – E2E file transfer for locked-down servers (curl and OpenSSL)

https://github.com/endlessite/tubo
1•mazz0ni•12m ago•0 comments

Linter for Open Knowledge Format (OKF) – Google's Take on Karpathy's LLM Wiki

https://github.com/thisismydesign/okf-lint
1•thisismydesign•13m ago•0 comments

Website Showing Up but Not Working – Here Is Why

https://urlwatch.io/blog/website-up-but-not-working.php
1•rajkverma123•14m ago•0 comments

Forkd: Fork() for AI Agent MicroVMs

https://github.com/deeplethe/forkd
1•simonpure•16m ago•0 comments

StubZero: $148,337 RCE in Google Cloud Production

https://brutecat.com/articles/google-cloud-rce/
1•theanonymousone•16m ago•0 comments

HR consultant wins English court case using AI lawyer in apparent legal first

https://www.theguardian.com/technology/2026/jun/22/artificial-intelligence-law-firm-wins-court-ca...
1•bookofjoe•19m ago•0 comments

The Low-Tech AI of Elden Ring

https://nega.tv/posts/low-tech-ai-of-elden-ring.html
1•g0xA52A2A•19m ago•0 comments

Show HN: LoopTroop – local orchestrator for long-running autonomous AI coding

https://github.com/looptroop-ai/LoopTroop
1•liviux•20m ago•0 comments

Modern GPU Programming for MLSys

https://mlc.ai/modern-gpu-programming-for-mlsys/
1•crowwork•21m ago•0 comments

The Noid

https://en.wikipedia.org/wiki/The_Noid
1•PaulHoule•21m ago•0 comments

Non-x86 servers reached $58.7B +107.6% YoY, 47.9% of total market revenue

https://www.idc.com/resource-center/press-releases/1q26-server-tracker/
1•giuliomagnifico•22m ago•0 comments

Pixar's First Billboard #1: Toy Story 5 "I Knew It, I Knew You" by Taylor Swift

https://liveclip.substack.com/p/toy-story-5-i-knew-it-i-knew-you-billboard
1•firasd•22m ago•0 comments

Show HN: Subscription churn breakdown 4 problems, 4 fixes

https://launchshots.app/blog/app-subscription-churn-2026
1•okutan•22m ago•0 comments

LineShine debuts as the most powerful supercomputer

https://top500.org/news/lineshine-debuts-no-1-top500-enters-new-global-exascale-era/
1•sciurus•23m ago•0 comments

Unlimited OCR: One-Shot Long-Horizon Parsing

https://github.com/baidu/Unlimited-OCR
2•ingve•25m ago•0 comments

Kya is hiring Design Engineers

https://www.kyahq.com/careers/design-engineer
1•Johnall_n•25m ago•0 comments

Ask HN: Where are you finding clients now that everyone is using AI?

2•akashwadhwani35•26m ago•0 comments

Wikipedia cofounder Larry Sanger blocked from editing Wikipedia

https://en.wikipedia.org/wiki/User:Larry_Sanger
2•FergusArgyll•26m ago•0 comments

VeriEvol: Scaling Multimodal Mathematical Reasoning via Verifiable Evol-Instruct

https://robertmarton.github.io/verievol/
1•ilreb•29m ago•0 comments

Police officer investigated over AI-generated evidence

https://www.theguardian.com/technology/2026/jun/12/police-officer-under-criminal-investigation-ov...
1•notRobot•32m ago•0 comments

Windows-Style Taskbar for macOS

https://lawand.io/taskbar/
1•mysterydip•32m 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.