frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How Fresh Are Your Blueberries? And What Would You Do If You Knew?

https://oliverevans.dev/blog/blueberries-voi/
1•oliverevans96•9m ago•0 comments

Ok, but Does It Scale?

https://spacetimedb.com/blog/how-does-spacetime-scale
1•sbysb•13m ago•0 comments

SEO vs. AEO vs. Geo vs. AIO

https://canonry.ai/blog/seo-vs-aeo-vs-geo-vs-aio
1•arberx•17m ago•0 comments

Why Air Batteries Are Finally Beating Lithium [video]

https://www.youtube.com/watch?v=GoiECSXOvQE
2•thelastgallon•18m ago•0 comments

MauroPello/stop-the-slop: Spot AI-generated YouTube scripts

https://github.com/MauroPello/stop-the-slop
2•rdmuser•19m ago•0 comments

Exploiting food embeddings for ingredient substitution

https://github.com/ChantalMP/Exploiting-Food-Embeddings-for-Ingredient-Substitution
1•rickcarlino•21m ago•0 comments

Chinese Espionage Threat: Suspected Spy Drone Caught over Sensitive U.S. Missile

https://www.theyeshivaworld.com/news/general/2592346/chinese-espionage-threat-suspected-spy-drone...
3•pir8life4me•21m ago•1 comments

Mouse tops FrontierHarness at 24/30 with Kimi K3 using completion loops

https://mouse.dev/blog/mouse-on-frontierharness/
2•Aeroi•24m ago•1 comments

Catalan's Constant Is Irrational

https://arxiv.org/abs/2609.04176
3•bananaflag•32m ago•1 comments

High Oil Prices Speed Up China's Shift Away from Crude

https://oilprice.com/Latest-Energy-News/World-News/High-Oil-Prices-Speed-Up-Chinas-Shift-Away-Fro...
2•thelastgallon•33m ago•0 comments

Switcher

https://www.folklore.org/Switcher.html
4•tambourine_man•35m ago•0 comments

Hugging Face open-sources Funes, a local-first memory layer for coding agents

https://huggingface.co/blog/funes
6•fourfire•40m ago•1 comments

After OpenAI's Bots Went Rogue, Watchdogs Were Kept on a Short Leash

https://www.nytimes.com/2026/09/03/technology/openai-hugging-face-hack.html
2•jaredwiener•41m ago•0 comments

Confronting Risks of Mirror Life

https://www.science.org/doi/10.1126/science.ads9158
2•mhb•43m ago•0 comments

Grep beats LSP? Why coding agents ignore your fancier tools

https://www.agentconnect.md/blog/grep-beat-lsp-harness/
12•kaonashi-tyc-01•44m ago•1 comments

Inside Gabe Newell’s 111m superyacht Leviathan

https://www.boatinternational.com/yachts/reports/gabe-newell-111m-superyacht-leviathan-oceanco
4•papa-whisky•45m ago•0 comments

Gemini 3.8 Flash

https://deepmind.google/models/model-cards/gemini-3-8-flash/
3•KinetiNode•45m ago•0 comments

Making LEDs from an Epiwafer

https://www.semiconductor.diy/guides/making-leds/
3•quantumwannabe•48m ago•0 comments

Show HN: JarPeek – Online JAR viewer, decompile classes locally (no upload)

https://jarpeek.com/
2•xooch_95•54m ago•0 comments

Rust 1.98.1

https://blog.rust-lang.org/2026/09/03/Rust-1.98.1/
3•theemathas•55m ago•0 comments

The 1990s Web vs. today's AI

https://arnoldkling.substack.com/p/the-1990s-web-vs-todays-ai
4•paulpauper•59m ago•0 comments

Ask HN: Why do many websites use a sign-in code instead of a password?

4•bariumbitmap•59m ago•2 comments

Is controllability becoming the real bottleneck for computer-use agents?

https://twitter.com/markchen90/status/2095597534412673109
2•oliviayii•1h ago•0 comments

Agentic Search

https://mistral.ai/news/agentic-search/
6•gmays•1h ago•0 comments

An 'Exercise Pill' Just Cleared Its First Human Test

https://gizmodo.com/an-exercise-pill-just-cleared-its-first-human-test-2000800380
5•tempestn•1h ago•1 comments

Tesla opens search for Cybercab fleet sales, but FSD owners are still left out

https://electrek.co/2026/09/03/tesla-opens-search-for-cybercab-fleet-sales-but-fsd-owners-are-sti...
3•jijojv•1h ago•0 comments

Nvidia Acquiring HuggingFace

https://blogs.nvidia.com/blog/nvidia-to-acquire-hugging-face/
4•zezaggering•1h ago•1 comments

The Impact of AI-Generated Text on the Internet

https://ai-on-the-internet.github.io
5•alphabetatango•1h ago•0 comments

How Much of the Internet Is Written with AI?

https://www.pewresearch.org/data-labs/2026/08/20/how-much-of-the-internet-is-written-with-ai/
4•alphabetatango•1h ago•0 comments

Post-Training Language Models for Gold-Medal Performance in Coding Competitions

https://arxiv.org/abs/2609.02849
2•sbulaev•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.