frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Battle Bot Royale – multiplayer web game

https://battle-bot-royale.cloudflare-ryan.workers.dev
1•ryanbuening•1m ago•0 comments

LLMs are real, AI is fake

https://pluralistic.net/2026/09/12/god-in-the-box/
1•danaris•3m ago•0 comments

GameMath

https://github.com/TheAssemblyArmada/GameMath
1•skibz•4m ago•0 comments

Paired with Greptile = No Bugs

https://abloh.dev/
1•LoloENG•8m ago•0 comments

Novgraph: Persistent Knowledge Graph for Codebases

1•Shourya_55•11m ago•0 comments

Kubernetes v1.37: KubeletInUserNamespace (Rootless) to Beta

https://kubernetes.io/blog/2026/09/04/kubernetes-v1-37-rootless-beta/
1•torutofu•12m ago•0 comments

Larry Ellison to sell up to $7.5B worth of Oracle stock

https://www.ft.com/content/25b1abb0-790f-4315-9b0c-530d959a086f
2•potatobox•13m ago•1 comments

Fruit Fly Trades Stocks

https://www.theregister.com/offbeat/2026/09/11/disembodied-fruit-fly-brain-joins-the-crypto-specu...
1•NtG_UK•13m ago•1 comments

Show HN: Java MCP Runtime for virtual threads

https://tachyonmcp.dev
1•lumestro•15m ago•1 comments

Restrictions on Geographic Data in China

https://en.wikipedia.org/wiki/Restrictions_on_geographic_data_in_China
1•radeeyate•16m ago•0 comments

Dwarf Star Support for DeepSeek 4.1 Flash on MBPro 128GB

1•fghorow•16m ago•0 comments

How to Become an Ethical Hacker – HTTP Request Tampering

https://medium.com/@Koukyosyumei/web-security-tutorial-with-h5i-part-1-http-request-tampering-39c...
1•syumei•17m ago•0 comments

Kill All Humans lets you reserve a spot on AIs nice list before it's too late

https://kill-all-humans.ai/
2•VintageData•19m ago•1 comments

Show HN: Duo Studio – Open-source iPhone Duo mockup maker

https://iduo.clothpath.com/
1•huang4fun•20m ago•1 comments

Scientists Create a New Form of Ice at More Than 2k °C

https://www.sciencealert.com/scientists-create-a-new-form-of-ice-at-more-than-2000-c
1•signa11•25m ago•0 comments

Shrink your Go binaries with this one weird trick

https://words.filippo.io/shrink-your-go-binaries-with-this-one-weird-trick/
2•thunderbong•27m ago•0 comments

000

https://www.thethesaurusrex.com/000/
1•yosefjaved1•27m ago•0 comments

Don't build tools for AI agents

https://www.seangoedecke.com/dont-build-tools-for-ai-agents/
1•ingve•30m ago•0 comments

Coding Is Over. Get over It

https://blog.pitermarx.com/2026/09/coding-is-over.-get-over-it./
3•pitermarx•34m ago•1 comments

Political AI Field Guide: Factions and Beliefs

https://kategage.substack.com/p/political-ai-field-guide-factions
1•m-hodges•34m ago•0 comments

Scanning Sweden on a Raspberry Pi

https://lorentz.app/blog-item.html?id=scanning-sweden
1•baalimago•37m ago•0 comments

GVS5H: Five Qwen3.8-27B Models Match Claude Fable 5 on LiveCodeBench Hard

https://github.com/slee-persis/GVS5H
1•OakNinja•39m ago•0 comments

NMS Ceefax

https://nmsceefax.co.uk/#id=WyJubXMtY2VlZmF4IiwiaW50ZXJuYWwubmF0aGFubWVkaWFzZXJ2aWNlcy5jby51ayIsI...
1•Eridanus2•40m ago•0 comments

A Few Good Ideas in Programming Languages

https://prydt.xyz/blog/a-few-good-ideas-in-pl/
1•airhangerf15•42m ago•0 comments

At This French Marathon, Runners Make Pit Stops for Wine and Oysters

https://www.nytimes.com/2026/09/12/well/move/marathon-du-medoc-france-wine.html
2•ceejayoz•43m ago•0 comments

You Are Not an Artisan (2013)

https://ribbonfarm.com/2013/07/10/you-are-not-an-artisan/
1•tolerance•43m ago•0 comments

FPGA: Programming an FPGA with Verilog, Simulation, and Hardware Verification

https://medium.com/@deeptiman/fpga-programming-an-fpga-with-verilog-simulation-and-hardware-verif...
1•Deeptiman•44m ago•0 comments

FPGA: Clocks, Timing, Metastability, and Clock Domain Crossing

https://codingpirate.com/fpga-clocks-timing-metastability-and-clock-domain-crossing-50192478be77
2•Deeptiman•44m ago•0 comments

Show HN: Blender MCP by ArchBench

https://github.com/3d-mcp/blender-mcp
1•eddieweng•45m ago•0 comments

Teen reading slumps to worst this century due to surge in screen time

https://www.reuters.com/world/china/teen-reading-slumps-worst-this-century-due-surge-screen-time-...
2•m-hodges•46m ago•4 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.