frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Quine Clique: 51 programs in 51 languages that all print each other

https://github.com/mame/quine-clique
1•Sajarin•1m ago•0 comments

My Claude.md

https://lws.io/blog/claude-dot-md/
1•saikatsg•5m ago•0 comments

Postgres 19: Monitoring only gets better

https://clickhouse.com/blog/postgres-19-monitoring-whats-new
1•saisrirampur•5m ago•0 comments

Antirez Brings Vision to DS4, DeepSeek V4 Flash Runs Locally on an M5 Max

https://pasqualepillitteri.it/en/news/13949/ds4-antirez-vision-local-deepseek-v4-flash-m5-max
2•fulafel•6m ago•0 comments

Brazilian scientist wins $500K for growing food with fewer chemicals

https://apnews.com/article/world-food-prize-brazil-soybeans-ebcb46d1a8384e67193ce2e64364ab42
1•thunderbong•9m ago•0 comments

Analysis of all companies in Y Combinator's S26 batch

https://accessfund.vc/insights/s26/batch-brief
2•tstime2•12m ago•1 comments

The Handshake Deal Protocol

https://www.ycombinator.com/handshake
1•tornikeo•12m ago•0 comments

Show HN: I Have Been Clawed – Index of coding agent incidents

https://ihavebeenclawed.com/
2•nezhar•14m ago•0 comments

Show HN: DirectXSplat – D3D12 Gaussian splat renderer, up to 2.4× gsplat FPS

https://github.com/pbkx/DirectXSplat
1•rmi0•18m ago•0 comments

Show HN: I built a tool that runs 258 automated checks against a WordPress site

https://wpaudit.cc/
1•mysticmetal•19m ago•0 comments

OpenAI's Astra uses "recurrent depth" to think silently

https://www.reddit.com/r/singularity/comments/1w4wc0p/openais_astra_uses_recurrent_depth_to_think/
1•armcat•20m ago•0 comments

Show HN: Gawkbot – open-source Grok bot with local vms for each bot

https://gawk.bot
3•najmuzzaman•27m ago•0 comments

Why Nvidia called their next generation compute "Feynman"

https://www.youtube.com/watch?v=TxM5B-9TFoM
1•echohive42•30m ago•1 comments

Sleep regularity – where do we go from here?

https://academic.oup.com/sleep/article/49/8/zsag114/8661334
1•petreradu•31m ago•0 comments

Who governs what autonomous AI agents execute?

https://zenodo.org/records/22003768
1•lcm3•33m ago•0 comments

We made it faster, it got worse

https://medium.com/@gurvinder372/article-2-we-made-it-faster-it-got-worse-75895de64a9e
2•gps372•33m ago•0 comments

A Little Over, a Little Under

https://granot.io/a-little-over-a-little-under/
1•tomgs•34m ago•0 comments

Show HN: 1Dial, an AI you can call/Text to get real-world tasks done

https://www.1dial.ai/
3•harshil9968•34m ago•0 comments

The John Ternus era begins at Apple

https://techcentral.co.za/john-ternus-apple-ceo-tim-cook/285604/
2•deepmem•34m ago•0 comments

Show HN: Orchestrate frontier AIs on the subscriptions you already pay for

https://github.com/PolyHelper/C1
1•PolyHelper•36m ago•0 comments

Discord's Bet on Gamified Ads

https://discorder.tools/blog/discord-play-quest-plus/
1•souvic•36m ago•0 comments

Meet the People Taking over Hacker News

https://www.ycombinator.com/blog/meet-the-people-taking-over-hacker-news
2•gurjeet•40m ago•0 comments

Show HN: Browser SplitView Master – view up to 16 websites in one Chrome window

https://chromewebstore.google.com/detail/browser-splitview-master/ngkcpcmnmbdchbejbgiegaiagpljkkhj
1•mysticmetal•42m ago•1 comments

Skills vs. MCP tools for AI agents: When to use which

https://blog.logrocket.com/skills-vs-mcp-tools-agent-guide/
2•qikouki•49m ago•0 comments

Community, Censorship, and Why Hope Still Matters: Naomi Kritzer Interview

https://forceandfable.com/2026/04/06/whyhopestillmatters_naomikritzerinterview/
2•bryanrasmussen•49m ago•0 comments

Dyson CameraJet: The only toothbrush with a camera and a jet

https://www.dyson.com/discover/news/latest/introducing-camerajet
1•samaysharma•52m ago•0 comments

Pelliamonds

https://achromath.substack.com/p/pelliamonds
1•vismit2000•57m ago•0 comments

AI safety is designed in the West, and failing users everywhere

https://restofworld.org/2026/ai-safety-bias/
1•thm•1h ago•0 comments

Fungible Memories for Automated Technology Mapping and Retargeting: PLDI'26 Talk [video]

https://www.youtube.com/watch?v=TgqyyV7GqC4
1•matt_d•1h ago•0 comments

Just Bury Your Trash

https://worksinprogress.co/issue/just-bury-your-trash/
3•barry-cotter•1h ago•1 comments
Open in hackernews

Show HN: Raw Binary Program Analysis Tool

https://github.com/nstarke/BaseAddressDiscoverererer
2•bootbloopers•1y ago
I built a tool for analyzing raw binary programs (programs without an ELF, PE, Mach-O header) to determine the file offset that the program begins at and the load address the program is mapped into memory at. The tool can also do find the instruction set architecture for common platforms. I put a lot of effort into making it as easy as possible to run, and there is a quick start script that takes a single argument: the absolute file path to a raw binary program file.