frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

ZeroEntropy Joins Notion

https://zeroentropy.dev/articles/zeroentropy-is-joining-notion/
1•kisamoto•1m ago•0 comments

The Indie Hacker Economy Is a Pyramid Scheme

https://medium.com/westenberg/the-indie-hacker-economy-is-a-pyramid-scheme-d06cb5789648
2•latexr•4m ago•0 comments

China State Media Says Support for Open AI Models Has Limits

https://www.bloomberg.com/news/articles/2026-07-27/china-state-media-says-support-for-open-ai-mod...
1•maxloh•10m ago•1 comments

Warden – run a fleet of coding agents without losing your mind

https://github.com/srjn45/warden
1•srjn45•11m ago•0 comments

Shake: Stimulating Haptics Add-In for Kinematic Enhancement

https://github.com/sideline-int/SHAKE
1•wertyk•13m ago•0 comments

Git Without a Forge

https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/git-no-forge/
1•olexsmir•15m ago•0 comments

How Unix spell ran in 64 kB of RAM

https://blog.codingconfessions.com/p/how-unix-spell-ran-in-64kb-ram
2•donw•16m ago•0 comments

Opus Cost = Minimum Wage in South Africa

2•bridgettegraham•19m ago•0 comments

Show HN: We built an MCP server for document generation

https://docuqueue.com/#mcp
1•dvcoolarun•23m ago•0 comments

Why does everything feel so joyless?

https://www.theguardian.com/us-news/ng-interactive/2026/jul/26/age-of-decadence-pleasure-ai
1•mattjhall•27m ago•0 comments

Ask HN: Where do those LLM-generated outreach emails come from?

2•nicbou•30m ago•0 comments

Modern email can be built from borrowed parts

https://en.andros.dev/blog/d7ed8b07/modern-email-can-be-built-from-borrowed-parts/
2•andros•32m ago•0 comments

Would you choose £50k over the chance of £1M?

https://yougov.com/en-gb/daily-results/20260722-c0b92-3
2•yzydserd•35m ago•1 comments

Elevated errors on Claude Opus 5

https://status.claude.com/incidents/lhqp09kxq7pb
3•flyaway123•40m ago•1 comments

Sam Altman says we are in the singularity

https://www.businessinsider.com/sam-altman-openai-the-singularity-agi-prediction-anthropic-nvidia...
1•ColinEberhardt•41m ago•2 comments

Show HN: adCasa OS – AI marketing workspace built with Bayesian attribution

https://adcasa.io/
1•adcasa•42m ago•0 comments

Nvidia in talks with OpenAI to guarantee $250B financing for data center

https://www.reuters.com/business/media-telecom/nvidia-talks-with-openai-guarantee-250-billion-fin...
1•01-_-•43m ago•0 comments

Zeiss expands German site that caps ASML's EUV scanner output

https://www.tomshardware.com/tech-industry/zeiss-expands-german-site-that-caps-asmls-euv-scanner-...
1•01-_-•45m ago•0 comments

Doom Running on a Regex Engine

https://4rh1t3ct0r7.github.io/doom-regex/
1•abareplace•46m ago•0 comments

Meta launched a new AI optimism ad set to a song about human extinction

https://techcrunch.com/2026/07/23/meta-launched-a-new-ai-optimism-ad-set-to-a-song-about-human-ex...
7•robin_reala•50m ago•0 comments

Do Agent Benchmarks Measure Capability? Protocol Validity in the Age of Agentic

https://arxiv.org/abs/2607.22368
1•sbulaev•53m ago•0 comments

I'm running the ICFP programming contest

https://eieio.games/blog/im-running-the-icfp-programming-contest/
1•birdculture•53m ago•0 comments

The AI bioweapon risk isn't jailbreaks

https://point.free/blog/the-ai-bioweapon-risk-isnt-jailbreaks/
1•cafkafk•55m ago•1 comments

Keigo Higashino, author of The Devotion of Suspect X, dies at 68

https://www.oricon.co.jp/news/2470322/
4•linzhangrun•1h ago•0 comments

Even in Utah Families Are Getting Smaller

https://www.nytimes.com/2026/07/25/us/politics/utah-birth-rate-fertility-decline.html
2•geox•1h ago•0 comments

Show HN: A browser-based vector animation engine rendering animated objects

https://thorvg-janitor.vercel.app/
4•hermet•1h ago•2 comments

Show HN: I made a convenient and fast file sharing service

https://coldfiles.dev/
2•bunchy7s•1h ago•5 comments

Show HN: Comparing stock returns after cyber incidents

https://incidentimpact.com/
3•0xad•1h ago•1 comments

Build internal tools for your Startup with Construct AI

https://construct.computer/blog/build-internal-tools-with-construct/
1•ankushKun•1h ago•0 comments

From Seed to Startup: How AI Is Revolutionizing Cannabis Cultivation

https://www.researchgate.net/publication/410602482_From_Seed_to_Startup_How_AI_Is_Revolutionizing...
1•fofoz•1h 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.