frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

$200 subscription VS $3,650 in compute

https://sderosiaux.substack.com/p/200-subscription-vs-3650-in-compute
1•chtefi•3m ago•0 comments

Hacking Google Support: Leaking call logs and deanonymising agents

https://michaeldalton.au/posts/hacking-google-support
2•llui85•5m ago•1 comments

Uberbrain – Open-source photonic neuromorphic computing architecture (CC0)

https://github.com/GreenSharpieSmell/uberbrain
1•RockyDBear•6m ago•0 comments

Child Safety Blueprint

https://openai.com/index/introducing-child-safety-blueprint/
1•salkahfi•7m ago•0 comments

Selfhosting Vaultwarden (2023)

https://nachtimwald.com/2023/03/16/vaultwarden-a-self-hosted-password-vault/
1•nivethan•7m ago•0 comments

The Fixed Point – God, governance, and contraction mappings

https://hadleylab.org/blogs/2026-04-07-the-fixed-point/
1•idrdex•7m ago•0 comments

Disgruntled researcher leaks "BlueHammer" Windows zero-day exploit

https://www.bleepingcomputer.com/news/security/disgruntled-researcher-leaks-bluehammer-windows-ze...
1•ianrahman•7m ago•0 comments

Show HN: A 400-page book on agentic engineering with Codex CLI

https://leanpub.com/codex-cli/c/HACKERNEWS30
2•dvaughan•10m ago•0 comments

Chlorpromazine

https://en.wikipedia.org/wiki/Chlorpromazine
1•ogogmad•10m ago•0 comments

The Devil's Dictionary of Vibe Coding

https://gist.github.com/artfwo/63eaaffdb47cbba342b04f989bd9463b
2•latexr•14m ago•0 comments

Trier OS – Industrial Operating System

https://github.com/DougTrier/trier-os
1•DougTrier•14m ago•1 comments

Readership Maths Skills

https://entropicthoughts.com/readership-math-skills
1•ibobev•15m ago•0 comments

Anthropic's most powerful AI model Mythos Preview is too dangerous for release

https://www.euronews.com/next/2026/04/08/why-anthropics-most-powerful-ai-model-mythos-preview-is-...
1•frizlab•15m ago•0 comments

Valse Vrienden in Het Onderwijs

https://chuniversiteit.nl/dutch/valse-vrienden-in-het-onderwijs
1•ibobev•15m ago•0 comments

Writing an LLM from scratch, part 32i – Interventions: what is in the noise?

https://www.gilesthomas.com/2026/04/llm-from-scratch-32i-interventions-what-is-in-the-noise
1•ibobev•15m ago•0 comments

GIMP: The Movie [video]

https://www.youtube.com/watch?v=rs56ILRcYTg
1•pentagrama•16m ago•0 comments

Anthropic banned Pi, a third party harness

1•rapiz•17m ago•0 comments

The Reasoning Harness: Preserving What's Understood, Not Just What's Said

https://michael124.substack.com/p/the-reasoning-harness-preserving
1•miketep•18m ago•0 comments

Tell HN: I think my colleagues are just piping my replies into an LLM

4•trwhite•18m ago•2 comments

MemPalace review: strong ChromaDB baseline, weak moat

https://twitter.com/TheRiceFather/status/2041839033794408624
1•averrouz•20m ago•0 comments

TierFast – Tier List Maker

https://www.tierfast.com/
2•Afermetes•20m ago•1 comments

SpecLock – Your Claude.md is a suggestion. This makes it a law

https://github.com/sgroy10/speclock
1•sgroy10•24m ago•0 comments

A Claude Code plugin with 20 specialist agents for Elixir/Phoenix

https://github.com/oliver-kriska/claude-elixir-phoenix
3•quatermain•25m ago•0 comments

Anatomy of a GitHub Actions Supply Chain Attack Targeting MCP Repos

https://www.wshoffner.dev/blog/anatomy-of-a-github-actions-supply-chain-attack-targeting-mcp-repos
3•ticktockbent•26m ago•0 comments

The Bright Side of Life: Optimism and Risk of Dementia

https://agsjournals.onlinelibrary.wiley.com/doi/10.1111/jgs.70392
1•geox•27m ago•0 comments

Spack: A Package Manager for Supercomputers

https://spack.io/
1•tosh•27m ago•0 comments

Apple's chips are the core of a new landscape, but its biggest win is Windows

https://www.theregister.com/2026/04/07/opinion_column_apple_vs_microsoft/
2•nickcw•30m ago•1 comments

OpenRouter Model Fusion

https://openrouter.ai/labs/fusion
2•Topfi•33m ago•0 comments

Study: Neighborhood conditions may be driving aging at the cellular level

https://www.nyu.edu/about/news-publications/news/2026/april/neighborhood-aging.html?challenge=d06...
1•giuliomagnifico•33m ago•0 comments

Google Offers Free PC Upgrade for 500M Windows Users

https://www.forbes.com/sites/zakdoffman/2026/04/07/google-offers-free-pc-upgrade-for-500-million-...
2•blitzar•38m ago•1 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.