frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Charges Dropped in Reflecting Pool Case as Prosecutors Say Work Was 'Botched'

https://www.nytimes.com/2026/07/31/us/politics/david-hearn-reflecting-pool-vandalism-charges.html
1•whack•53s ago•0 comments

The Busy Person's Guide to Thinking (2015)

https://fs.blog/how-to-think/
1•mrngm•1m ago•0 comments

Uringscope: Portable, Low-Overhead Observability for Io_uring

https://arxiv.org/abs/2606.15137
1•Jimmc414•1m ago•0 comments

Postmortem for Kernel Soundness Bug #14576

https://leodemoura.github.io/blog/2026-8-1-postmortem-for-kernel-soundness-bug-14576/
1•juhopitk•1m ago•1 comments

Model extraction of SynthID Watermark Detector and exploring adversarial attacks

https://fyx.me/articles/attempting-model-extraction-of-google-deepmind-synthid-image-watermark-de...
1•Retr0id•1m ago•0 comments

Show HN: OpenLongevity – Longevity × AI – open, verifiable, for everyone

https://github.com/edison7009/OpenLongevity
1•edison7009•1m ago•0 comments

How to Build a Modern Distributed SaaS from Scratch with AI Agents

https://www.aulinq.com/en/blog/build-distributed-saas-from-scratch-with-ai-agents
1•amadmike•2m ago•0 comments

House Committees Investigate DoorDash's Use of Chinese AI

https://chinaselectcommittee.house.gov/media/press-releases/house-committees-investigate-doordash...
1•Jimmc414•3m ago•0 comments

Lawsuit accuses four major publishers of extorting article processing charges

https://retractionwatch.com/2026/07/31/federal-lawsuit-major-publishers-article-processing-charge...
1•Jimmc414•5m ago•0 comments

FBI investigates as MI joins MN in reporting cyberattacks on its water systems

https://apnews.com/article/cyberattack-minnesota-water-systems-77d52a1d7356e608500a1ddb0ec373a6
1•pudgywalsh•5m ago•0 comments

Oil companies report sky-high profits thanks to wartime crude prices

https://www.npr.org/2026/07/31/nx-s1-5910660/big-oil-earnings-q2-2026
1•speckx•5m ago•0 comments

I Stop LLMs Drifting in Production Codebases

https://scottspence.com/posts/how-i-stop-llms-drifting-in-production-codebases
2•mainsong•8m ago•0 comments

Tell HN: I hate your fuzzy search

4•tehwebguy•8m ago•0 comments

Scanning 7.6 Petabytes of HuggingFace Training Data for Secrets

https://trufflesecurity.com/blog/scanning-7-6-petabytes-of-ai-training-data-for-secrets
2•882542F3884314B•12m ago•0 comments

To Find Happiness, I Stopped Talking. It Helped

https://www.nytimes.com/2026/08/01/opinion/happiness-silent-retreat.html
1•saikatsg•12m ago•0 comments

Random thoughts while gazing at the misty AI Frontier

https://blog.eladgil.com/p/random-thoughts-while-gazing-at-the
1•FinnKuhn•12m ago•0 comments

Why Fortran Is Still Used

https://www.matecdev.com/posts/why-fortran-still-used.html
3•leephillips•12m ago•0 comments

Supabase Evals: Benchmark for testing how well AI agents build using Supabase

https://supabase.com/blog/introducing-supabase-evals
1•maxloh•14m ago•0 comments

The Data Center Water Crisis Nobody's Talking About

https://comuniq.xyz/post?t=1476
1•01-_-•15m ago•1 comments

Lack of FISA reform lets federal govt surveil 'entire communities' with AI

https://www.thecentersquare.com/national/article_1e430e4c-82e5-48f7-aed1-681998d2cb02.html
1•01-_-•16m ago•0 comments

Why 95%+ of Startups Get the Forward Deployed Engineer Role Wrong

https://www.flybridge.com/ideas/the-bow/why-95-of-startups-get-the-forward-deployed-engineer-role...
2•nlpnerd•18m ago•0 comments

Show HN: SteerPlane – Deterministic runtime guardrails for AI agents

https://github.com/vijaym2k6/SteerPlane
1•vijaym2k6•24m ago•0 comments

How Google helped destroy adoption of RSS feeds (2023)

https://openrss.org/blog/how-google-helped-destroy-adoption-of-rss-feeds
2•pudgywalsh•26m ago•0 comments

Can a computer run [solely] on [unbacked] VRAM? (2016)

https://www.reddit.com/r/hardware/comments/4ooxyg/can_a_computer_run_on_vram/
1•peter_d_sherman•28m ago•0 comments

Ask HN: Should organizations be allowed to have all types of personl data(X.com)

1•dfps•30m ago•0 comments

Reddit Stock Collapses 23% as AI Eats Away at User Growth

https://www.barchart.com/story/news/3584357/reddit-stock-collapses-23-as-ai-eats-away-at-user-growth
7•thm•30m ago•2 comments

I Built Ziggers: A Marketplace to Hire Verified Gig Workers in Minutes

https://www.indiehackers.com/post/i-built-ziggers-a-marketplace-to-hire-verified-gig-workers-in-m...
1•Subanesh•31m ago•0 comments

NetBSD 11.0 Released

https://blog.netbsd.org/tnf/entry/netbsd_11_0_released
6•jaypatelani•37m ago•0 comments

Show HN: MakerStack: a pay-once maker page (SSR, OG images, custom domains)

https://makerstack.altuzar.dev/
1•altuzar•42m ago•0 comments

The Rise of Zero Fertility Desire in China

https://www.researchsquare.com/article/rs-8921502/v1
3•toomuchtodo•44m ago•2 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.