frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

PagedAttention is more than virtual memory

https://thecomputersciencebook.com/posts/pagedattention-is-more-than-virtual-memory/
1•bambataa•13s ago•0 comments

Margin is an open annotation layer for the web

https://margin.at/
1•doener•2m ago•0 comments

Sill: Top news shared by the people you trust

https://sill.social
1•doener•2m ago•0 comments

The nerds are building a new internet, and I could feel it in the room

https://timtrautmann.com/blog/the-nerds-are-building-a-new-internet-and-i-could-feel-it-in-the-room/
1•doener•3m ago•0 comments

Arson targeting Keir Starmer properties originated in Russia

https://www.ft.com/content/dd79d6eb-44e4-4365-8c6e-a4fd64b211c8
1•iamflimflam1•4m ago•0 comments

TSME no longer available on AMD consumer CPUs

https://arstechnica.com/
3•esarbe•5m ago•1 comments

DMARCbis to DMARC: Spec updates and new RFCs

https://www.valimail.com/blog/dmarc-spec-updates-rfcs/
1•w3ll_w3ll_w3ll•9m ago•0 comments

What Happens When Your Domain Expires

https://urlwatch.io/blog/what-happens-when-domain-expires.php
1•rajkverma123•13m ago•0 comments

Agent-Friendly Interfaces Are a Token-Efficiency Strategy

https://nokv.io/blog/agents-want-filesystems/
1•wchwawa•15m ago•0 comments

SpaceX IPO Is a Giant Unworkable Con

https://karlbode.com/the-spacex-ipo-is-a-giant-unworkable-con-orchestrated-by-an-overt-white-supr...
3•only_in_america•15m ago•0 comments

Linux Optimization Shows +5% For EXT4, XFS After Moving Around 2 Lines Of Code

https://www.phoronix.com/news/Linux-7.2-IOmap-EXT4-XFS
1•t-3•19m ago•0 comments

The first trillionaire is a killer

https://www.theverge.com/tech/949259/the-worlds-first-trillionaire-is-a-killer
5•ksec•20m ago•1 comments

Seth Rogen Knows the Secret to Marriage – and Being Rich in Hollywood

https://www.nytimes.com/2026/06/13/magazine/seth-rogen-interview.html
1•Michelangelo11•22m ago•0 comments

The Most Important Scientist You've Never Heard of (2017)

https://www.mentalfloss.com/science/environment/clair-patterson-scientist-who-determined-age-eart...
1•RetroTechie•23m ago•0 comments

Framework Computer Making Progress on Coreboot support

https://www.phoronix.com/news/Framework-Intel-Coreboot-2026
2•cromka•24m ago•0 comments

Show HN: Langusta – an AI voice tutor for practicing spoken languages (PWA)

https://langusta.me/
1•grajo•24m ago•0 comments

Rate AI coding agents and gain reputation

https://elolup.com/
3•reStrugly•27m ago•2 comments

Is Mistral cooking something big or is it pure meme/psyops?

https://twitter.com/arthurmensch/status/2066456715650793956
2•PL_Venard•28m ago•0 comments

AI and National Security – Something Doesn't Add Up

https://paulbrownok.substack.com/p/ai-and-national-security-something
1•pjb88•28m ago•0 comments

FoxBox – Native MCP support for sending and receiving SMS from AI agents

https://www.smsfoxbox.it/ai-agent-ready-sms-api/
2•kantadev•31m ago•0 comments

Discover the most interesting, weird and Websites of the Internet

https://cloudhiker.net
1•vismit2000•35m ago•0 comments

ANIP – open protocol so websites can talk directly to AI agents

https://github.com/shivanshmah14/anip
2•Shivanshmah14•36m ago•0 comments

How to Write Computer Programs [pdf]

https://www.dyalog.com/uploads/documents/Papers/declarative_prog.pdf
1•tosh•40m ago•0 comments

Show HN: Ghostty in-browser with real client-side back end

https://ghosttyplayground.com/
1•leebeef•41m ago•0 comments

20 years of Intel Macs: Why Apple switched, and why it switched again

https://arstechnica.com/gadgets/2026/06/20-years-of-intel-macs-why-apple-switched-and-why-it-swit...
1•rbanffy•42m ago•0 comments

The End of Refugee Resettlement

https://www.newyorker.com/news/letter-from-jordan/the-end-of-refugee-resettlement
2•littlexsparkee•44m ago•0 comments

Typst 0.15 Is Out

https://typst.app/blog/2026/typst-0.15/
1•semantecture•47m ago•1 comments

We Built NeuroAutomata: protein variant effect prediction

https://axonagentic.ai/blog/why-we-built-neuroautomata
1•rhokstar•48m ago•0 comments

The Most Interesting Articles on Wikipedia

https://www.mostdiscussed.com
1•vismit2000•50m ago•0 comments

Are Memories Transferable – Or Edible?

https://www.quantamagazine.org/are-memories-transferable-or-edible-20260605/
2•doener•52m ago•0 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.