frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Anthropic installs spyware when you install Claude Desktop

https://www.thatprivacyguy.com/blog/anthropic-spyware/
1•twapi•1m ago•0 comments

The Khan Ted Institute [video]

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

Contra Benn Jordan, data center (and all) sub-audible infrasound issues are fake

https://blog.andymasley.com/p/contra-benn-jordan-data-center-and
1•logicprog•6m ago•0 comments

Where Did FIFA Seat Lottery Winners?

https://seat-transparency.com/
2•hnburnsy•9m ago•0 comments

Deception is strongly amplified in the job market (a statistical model)

https://bosoncutter.substack.com/p/deception-is-amplified-by-default
3•the_tyger•14m ago•1 comments

Why every developer needs their own agent-skills

https://olshansky.substack.com/p/why-every-developer-needs-their-own
1•Olshansky•15m ago•0 comments

Vercel Incident Response Playbook

https://github.com/OpenSourceMalware/vercel-april2026-incident-response
3•6mile•22m ago•3 comments

Third New Glenn launch suffers upper stage malfunction

https://spacenews.com/third-new-glenn-launch-suffers-upper-stage-malfunction/
2•ExpertAdvisor01•32m ago•2 comments

Google should allow third-party search engines access to data, EU says

https://www.reuters.com/world/google-should-allow-third-party-search-engines-access-data-eu-says-...
3•1vuio0pswjnm7•33m ago•1 comments

Show HN: TikTok-style mobile scroller for Civitai, self-hosted recs on a $5 VPS

https://testflight.apple.com/join/JkKUCXY6
1•alongbottom•33m ago•0 comments

Earthset

https://twitter.com/astro_reid/status/2046009031613907029
1•jbegley•40m ago•0 comments

Salesforce Announces AI Initiative and Calls It 'Headless 360'

https://gizmodo.com/salesforce-announces-huge-ai-initiative-and-calls-it-headless-360-2000748243
4•Brajeshwar•44m ago•0 comments

Show HN: A free, offline-capable math quiz app

https://quiz.neuralrad.com
1•coolwulf•45m ago•1 comments

AAVE price sinks 18% as KelpDAO exploit spreads

https://ambcrypto.com/aave-price-sinks-18-as-kelpdao-exploit-spreads-what-happened/
1•wslh•48m ago•0 comments

China's 7-tonne cargo drone completes maiden flight

https://news.cgtn.com/news/2026-03-31/China-s-new-7-tonne-unmanned-cargo-drone-set-for-maiden-fli...
4•pseudolus•50m ago•1 comments

"In Your Darkest Days, How Did You Keep Going?"

https://www.youtube.com/watch?v=D_E4Be4Or_E
1•Brysonbw•51m ago•1 comments

Show HN: Vastlint, inline linting for ad tags in VS Code, Kiro, Cursor

https://github.com/aleksUIX/vastlint
3•aleksuix•51m ago•0 comments

The insider trading suspicions looming over Trump's presidency

https://www.bbc.com/news/articles/cge0grppe3po
61•blondie9x•52m ago•11 comments

Claude-desktop-buddy [small ESP32 hardware companion software]

https://github.com/anthropics/claude-desktop-buddy
1•daniel_iversen•56m ago•0 comments

Vinjari – Decentralized Browser

https://github.com/jj10133/vinjari
1•jj_3•1h ago•1 comments

GPT-6 released: Symphony architecture unifies text/image/audio/video

https://www.theverge.com/2026/4/14/openai-gpt-6-symphony-architecture
3•demiurges•1h ago•0 comments

Mosaico: A fast, configurable tiling window manager for Windows

https://github.com/jmelosegui/mosaico
2•jmelosegui•1h ago•0 comments

Chamath Palihapitiya's 30 Years of Business Advice in 13 Minutes

https://www.youtube.com/watch?v=0-LAT4HjWPo
1•Brysonbw•1h ago•0 comments

Show HN: I built a spaced-repetition vocab app tied to the books you read

https://read.erictyrrell.com/
2•Cicero22•1h ago•1 comments

Screenless Smartphone Patent

https://carsafe.org/soundmode/
2•ASFsound•1h ago•0 comments

Show HN: Modular – drop AI features into your app with two function calls

https://modular.run
5•modular_dev•1h ago•1 comments

Show HN: I built a local Elixir/Python pipeline to curate 14,000 RAW photos

https://qwelian.com/posts/FINE_SHYT_Intelligent_Curation_Tagging_for_Creative_Workflows
2•qweliantanner•1h ago•1 comments

How to Set Up OneBusAway Maglev with Bay Area Transit Data

https://opentransitsoftwarefoundation.org/2026/04/setting-up-maglev-bay-area-transit-data/
3•aaronbrethorst•1h ago•0 comments

Linux Foundation: Building a RISC-V CPU Core (LFD111x)

https://training.linuxfoundation.org/training/building-a-riscv-cpu-core-lfd111x/
3•xlmnxp•1h ago•0 comments

Humanoid robots race runners at Beijing half marathon [video]

https://www.youtube.com/watch?v=WnCfMRhbhZQ
1•mgh2•1h ago•0 comments
Open in hackernews

Show HN: Native Immediate-Mode UI Library

https://github.com/petabyt/rim
3•petabyt•11mo 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.