frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Bernie Sanders wants to ban 'superintelligence' and put violators in prison

https://www.theverge.com/ai-artificial-intelligence/999443/bernie-sanders-ai-superintelligence-ba...
1•droidjj•1m ago•0 comments

Rat Stack: reference for building an app and its cloud as one typed program

https://ratstack.sh/
1•handfuloflight•3m ago•0 comments

The Social Reckoning

https://thesocialreckoning.com.au/home/
1•andrewstuart•3m ago•0 comments

The web being slow is a choice (and it's a stupid choice)

https://albanbrooke.com/slow-web/
1•speckx•3m ago•0 comments

Programming Tutorials Are Dead

https://robrace.dev/blog/programming-tutorials-are-dead/
1•polysaturate•4m ago•0 comments

Paramount weighs tapping Musk for equity investment

https://www.semafor.com/article/09/23/2026/paramount-weighs-tapping-musk-for-equity-investment
1•cdrnsf•4m ago•0 comments

Show HN: Ox – A local agent that uses the internet for you

https://openox.ai/
1•ziyzhu•5m ago•0 comments

Fire the slop cannons (safely): on coding agents and sandboxing

https://www.latacora.com/blog/2026/09/18/fire-the-slop-cannons-safely-on-coding-agents-and-sandbo...
1•aray07•5m ago•0 comments

Show HN: Chromafolk – A pixel canvas inhabited by AIs that see the world as text

https://chromafolk.world/
1•bcorigliano•6m ago•1 comments

Show HN: Open Java Format – a maintained fork of Palantir-Java-format

https://github.com/openjavaformat/open-java-format
1•abashev•12m ago•0 comments

Cognex to Acquire RealSense, Expanding Machine Vision Robotic Perception Market

https://www.cognex.com/en/company/press-releases/cognex-to-acquire-realsense
1•ripe•15m ago•1 comments

28% of job postings on company career sites have been open over 90 days

https://unlisted.careers/ghost-jobs/report/2026-09
2•rubatrejo•17m ago•2 comments

Show HN: Karpathy's microgpt in Rust and an array language

https://softwarewrighter.github.io/microgpt-mlpl/
1•softwarewright•17m ago•0 comments

Compound Delay: The Causes and Consequences of Later Grandmotherhood

https://www.nber.org/papers/w35773
1•paulpauper•18m ago•0 comments

Nunchux on AMD MI355X: 5s MiniMax-H3 Videos in 1.3s

https://www.nunchux.ai/blog/video-generation-on-amd-mi355x
4•lmxyy•18m ago•1 comments

What I've Been Reading

https://marginalrevolution.com/marginalrevolution/2026/09/what-ive-been-reading-295.html
2•paulpauper•18m ago•0 comments

The Plunging Price of Thought

https://epoch.ai/publications/the-plunging-price-of-thought
4•paulpauper•19m ago•0 comments

AI Is a Boring Technology

https://www.chrbutler.com/ai-is-a-boring-technology
3•delaugust•19m ago•0 comments

You cannot manage your peers

https://louisedeason.substack.com/p/you-cannot-manage-your-peers
3•mheap•19m ago•0 comments

How Scientists Contained a Threat That Could Have Destroyed Humanity

https://www.nytimes.com/2026/09/23/us/asilomar-dna-ai-self-regulation-laws.html
2•dataflow•21m ago•0 comments

gev beats jev and takes images as input too

https://anyeval.com/eval/jevbench/versus?a=typesafe-ai%252Fjev&b=trustedrouter%252Fgev-1.0
1•ljlolel•21m ago•1 comments

Amateur Naturalists Are Helping Scientists Track What Everything Eats

https://news.ncsu.edu/2026/09/who-eats-whom-research/
1•rdmuser•21m ago•0 comments

Show HN: Tenderness – open-source synthetic data generation for VLM/OCR

https://github.com/paperchase-labs/tenderness
1•ohmyjob•21m ago•1 comments

Everyone is hilariously prompt-injecting AI via llms.txt and you aren't

https://installmap.com/research/llms-txt-ai-instructions
2•jakobgreenfeld•23m ago•0 comments

How Deep Is Tulainyo Lake?

https://caseyhandmer.wordpress.com/2026/09/20/how-deep-is-tulainyo-lake/
1•dannyobrien•24m ago•0 comments

The Windows message loop: how applications became reactive

https://www.diagrid.io/blog/agentic-execution-evolution-2-windows-message-loop
1•mwfussell•24m ago•0 comments

Hardware-Agnostic Models in vLLM

https://pytorch.org/blog/hardware-agnostic-models-in-vllm/
1•matt_d•25m ago•0 comments

Slop grenade – demo of Window Management API

https://slop-grenade.yeah.io/
1•ownerr•26m ago•0 comments

Apple Removes iPhone 16 and iPhone 17 from Texture and Grain Support

https://www.macobserver.com/news/apple-locks-iphone-16-17-out-texture-grain-controls/
1•ValentineC•26m ago•0 comments

Show HN: HookDeploy – Webhook infra with mTLS private delivery

https://hookdeploy.dev
1•mbernstein01•27m 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.