frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Wandering Mind Is an Unhappy Mind [pdf]

https://greatergood.berkeley.edu/images/uploads/A_Wandering_Mind_Is_an_Unhappy_Mind.pdf
1•aray07•48s ago•0 comments

Discovery of a new IRC bot message board (2018)

https://drewdevault.com/blog/How-to-write-an-IRC-bot/
1•Zsfe510asG•56s ago•0 comments

Show HN: Functional options design pattern and implementation in Go

https://archetechmes.vercel.app/blog/functional-options-go
1•rzwsan•1m ago•1 comments

Sears is alive and well in Mexico

https://www.washingtonpost.com/world/2026/09/05/sears-isnt-dead-its-alive-well-mexico/
1•bookofjoe•1m ago•1 comments

GPT 6 Astra for Developers [video]

https://www.youtube.com/watch?v=9xp1XWmJ_Wo
1•s3p•2m ago•0 comments

Cash in on the AI Boom by Renting Out Your Spare Compute

https://spectrum.ieee.org/ai-inference-distributed-computing
2•pseudolus•4m ago•0 comments

Org chart is your cycle time

https://keithbrown.com/org-cycle-time/
2•optimizethis•6m ago•1 comments

SpaceX is building its own gas turbine blade factory to power AI faster

https://qz.com/spacex-turbine-blade-foundry-ai-data-centers-090226
1•JumpCrisscross•6m ago•1 comments

"Kill All Humans"

https://bsky.app/profile/ruggsea.eurosky.social/post/3murj32dbvs26
2•Bluestein•6m ago•0 comments

Processing power for folding@home has dropped significantly

https://stats.foldingathome.org/os
1•alightsoul•7m ago•1 comments

Almost Anyone Can Make Money Selling Electricity with AI and Batteries

https://www.bloomberg.com/news/features/2026-09-03/consumers-profit-off-solar-batteries-selling-e...
1•JumpCrisscross•8m ago•1 comments

New urinal designs prevent messy splashes onto legs and the floor (2022)

https://www.cbc.ca/news/canada/kitchener-waterloo/urinal-designs-no-splash-backs-university-water...
1•fidotron•11m ago•0 comments

NYC law could force Uber and Lyft to keep dangerous drivers on the road

https://reason.com/2026/09/05/nyc-law-could-force-uber-and-lyft-to-keep-dangerous-drivers-on-the-...
2•leephillips•12m ago•0 comments

Separating Parsing Expression Grammars Using Cell-Probe Lower Bounds

https://arxiv.org/abs/2608.29592
1•pcfwik•12m ago•0 comments

Prompt Evolution Engine

https://vahetorozyan.com/prompt-engineering-engine/
1•VaheT•12m ago•0 comments

Ask HN: Why does it seem like the game industry is stagnating?

1•ishener•13m ago•1 comments

Run AI in the Browser: A Practical Guide to Transformers.js

https://tighten.com/insights/run-ai-in-the-browser-a-practical-guide-to-transformers-js/
1•eustoria•13m ago•0 comments

PJM drops Oklo advanced nuclear project from interconnection study cycle

https://www.utilitydive.com/news/pjm-oklo-advanced-nuclear-ferc-interconnection/829150/
1•JumpCrisscross•14m ago•0 comments

Patching Qualcomm QHEE to Get KVM Running on Arduino Uno Q

https://jaseg.de/blog/kvm-on-qualcomm-arduino-uno-q/
1•ahlCVA•14m ago•0 comments

Turn your AI into a world-class designer

https://www.lennysnewsletter.com/p/how-to-turn-your-ai-into-a-world
2•eustoria•15m ago•0 comments

Drawesome: Drawing Toolbar for React

https://benji.org/drawesome
1•eustoria•16m ago•0 comments

There's No Limit to How Bad Code Can Get

https://zachkehs.com/blog/theres_no_limit_to_how_bad_code_can_get/
4•zkehs•22m ago•1 comments

Quarto 2

https://opensource.posit.co/blog/2026-04-06_whats-next-quarto-2/
2•Tomte•26m ago•2 comments

Show HN: Declarative-forms – await an object the way prompt() awaits a string

https://github.com/wolfoo2931/declarative-forms
1•WolfOliver•26m ago•0 comments

TypeScript boilerplate-free strictly typed RPC

https://osra.banou.dev/
1•Banou•26m ago•0 comments

Possibly another discovery of OpenAI agent message board

https://bsky.app/profile/ruggsea.eurosky.social/post/3murj2puwos26
2•erhuve•27m ago•0 comments

Ask HN: Anyone increasingly worried after Hugging Face and now collusion.wiki?

3•ronbenton•28m ago•3 comments

CommuteBar – Live commute times in your menu bar

https://www.commute.bar
1•aamshukov•30m ago•0 comments

A snapshot in time: Reflections on AI usage for vertumnus

https://vertumnus.fyi/about/ai/
1•perspectivezoom•30m ago•0 comments

Meet the Ig Nobel Prize Winners

https://arstechnica.com/science/2026/09/meet-the-2026-ig-nobel-prize-winners/
12•mkl•33m 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.