frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Last Apple Lisa Dealer: Inside the History and Hardware with John Woodall [video]

https://www.youtube.com/watch?v=NyIo7VnQXAo
1•oldnetguy•27s ago•0 comments

My Seven Claude Code Subagents Did the Easy Part

https://alirezarezvani.substack.com/p/my-seven-claude-code-subagents-did
1•jungard•29s ago•0 comments

I'm thinking of adding an AI chat support widget to the Pushover website

https://bsky.app/profile/pushover.net/post/3mmcmbxtcks2n
1•shaunpud•1m ago•0 comments

AI in a box: Windrose wants to containerize the data center [update]

https://electrek.co/2026/06/03/ai-in-a-box-windrose-wants-to-containerize-the-data-center/
1•Bender•2m ago•0 comments

Functional vs. Array Programming [video]

https://www.youtube.com/watch?v=UogkQ67d0nY
1•tosh•2m ago•0 comments

More agents, same human brain

https://codeaholicguy.com/2026/06/03/more-agents-same-human-brain/
1•hoangnnguyen•3m ago•0 comments

Marvell enters the AI network fray with 102.4 Tbps switch silicon

https://www.theregister.com/networks/2026/06/02/marvell-enters-the-ai-network-fray-with-1024-tbps...
1•Bender•3m ago•0 comments

Trump's AI E-(I)-O could let feds pick winners and losers

https://www.theregister.com/ai-and-ml/2026/06/02/trump-ai-executive-order-sets-30-day-frontier-mo...
1•Bender•4m ago•0 comments

Show HN: Verifiable E2E encrypted task manager built by a ceramics retailer

https://remote.team/en/
1•lopster999•4m ago•0 comments

Structure of Every LLM Chat

https://arpitbhayani.me/blogs/structure-of-llm-chat/
1•saikrishnanair•6m ago•0 comments

GitHub and Open-Source Is a Boon for the Underprivileged

https://amasad.me/github
1•andrewstuart•7m ago•0 comments

Google tests option to allow sites to opt out of appearing in AI search results

https://blog.google/products-and-platforms/products/search/new-controls-website-owners/
1•HelloUsername•9m ago•0 comments

JavaScript Crossword

https://lyra.horse/fun/jscrossword/
2•bookofjoe•12m ago•0 comments

Why uranium is depicted as glowing green

https://www.hopefulmons.com/p/reality-is-joking-about-u
2•arbesman•12m ago•0 comments

Nonhumans can continue voting in beach town after judge tosses ACLU's challenge

https://whyy.org/articles/delaware-fenwick-island-voting-nonhumans-superior-court-aclu/
3•jawns•15m ago•0 comments

Reading about surveillance: best place to live?

2•Jeff2Serve•19m ago•0 comments

Show HN: Ant-design/CLI – Offline CLI for Ant Design docs, lint and migration

https://github.com/ant-design/ant-design-cli
2•afc163•19m ago•0 comments

Future Dutch EU ID app to require Apple or Google account

https://github.com/MinBZK/nl-wallet/issues/34
4•drapado•21m ago•0 comments

Google is buying Play Store developers' code for AI training

https://runtimewire.com/article/google-play-store-code-ai-training-pilot
2•faangguyindia•21m ago•0 comments

Running 'Doom' on E. coli cells slowly

https://www.popsci.com/science/doom-e-coli-cells/
5•chakintosh•22m ago•0 comments

Letting publishers opt-out will not fix AI Overviews

https://doi.org/10.1093/jeclap/lpag025
2•todd-davies•23m ago•0 comments

Show HN: OpenSkynet Your AI Terminator

https://github.com/sediman-agent/OpenSkynet
5•jasonEinstien•25m ago•0 comments

Semantic reification: how to generate UB-free code with arbitrary control flow?

https://github.com/connglli/Reify
2•zsu•27m ago•1 comments

Show HN: Skawld – Open-source SDK for company-specific AI agents

https://github.com/skawld/skawld-sdk
2•MikahDang•28m ago•0 comments

Google requests permission to release 32M mosquitoes in California and Florida

https://www.theguardian.com/technology/2026/jun/01/google-permission-release-mosquitoes-californi...
3•mgh2•28m ago•2 comments

Sum Series and Time Complexity

https://kitallis.in/p/sum-series-and-time-complexity/
2•kitallis•28m ago•0 comments

GPT-4.1 Deprecated

https://github.blog/changelog/2026-06-02-gpt-4-1-deprecated/
2•prakashqwerty•31m ago•0 comments

ParsOS NEXT, a GUI OS Simulator in Pygame

https://github.com/amirali1390-bit/ParsOS-NEXT
2•amirali901•31m ago•1 comments

RIP 2000-2015 Sensors. Silicon Labs Incident Proves It. Don't Be Surprised

https://www.cambridge.org/engage/coe/article-details/6a054b304770e67d92e8c7a2
2•openrockets•34m ago•0 comments

MiniIRC is a standalone GUI-only IRC client for AmigaOS 1.3

https://aminet.net/package/comm/tcp/MiniIRC
2•doener•34m 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.