frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I've Built a Lot. Now I'm Looking for What's Next

https://www.vijeetshah.com/
1•vijeet_•1m ago•1 comments

Grigori Perelman Documentary [video]

https://www.youtube.com/watch?v=Ng1W2KUHI2s
1•num42•1m ago•0 comments

Wan 3.0 AI – multimodal video generation

https://wan3.io/wan-3-0
1•Damons_cx•2m ago•0 comments

Recovering Alignment from Abliterated LLMs

https://rjmxtt.co.uk/#/blog/society
1•rjmxtt•6m ago•0 comments

Bloom's Taxonomy

https://en.wikipedia.org/wiki/Bloom%27s_taxonomy
1•num42•7m ago•0 comments

The Trundholm Sun Chariot

https://artsandculture.google.com/story/the-trundholm-sun-chariot/qAWxNOBES8ur5Q
1•zeristor•8m ago•0 comments

Show HN: Learn how to count Mahjong points

https://fan.themahjongsocialcompany.com/
1•bert2002•11m ago•0 comments

An ambiguity in c89 which will never be fixed

https://sebsite.pw/w/20260810-c89ambiguity.html
2•runningmike•11m ago•0 comments

Scientists Find Way to Turn Sperm Production Off and Back On

https://scitechdaily.com/male-birth-control-breakthrough-scientists-find-way-to-turn-sperm-produc...
2•thunderbong•14m ago•0 comments

FastMETEO: Obtain Meteorological Data for Flights

https://github.com/open-aviation/fastmeteo
1•marklit•18m ago•0 comments

OpenThatEmail, a private browser workspace for MSG and EML files

https://openthatemail.com
1•shravankb•25m ago•0 comments

CleverSocks – multithreaded, small, efficient SOCKS5 server

https://github.com/clevotec/cleversocks
1•kcrk•26m ago•0 comments

Let's Stop Calling Everything "Linear Attention"

https://htor.inf.ethz.ch/blog/index.php/2026/08/09/lets-stop-calling-everything-linear-attention/
1•matt_d•26m ago•0 comments

Open-Source, Off-Grid LoRa Pet Tracker (No Subscription, No Cloud)

https://www.instructables.com/LIA-an-Open-Source-Off-Grid-LoRa-Pet-Asset-Tracker/
1•sudo_cowsay•35m ago•1 comments

Composer 2 Technical Report

https://arxiv.org/abs/2603.24477
1•ronfriedhaber•35m ago•0 comments

'Every millimetre counts': Inside the beast tunnelling under Sydney Harbour

https://www.smh.com.au/national/nsw/every-millimetre-counts-inside-the-beast-tunnelling-under-syd...
1•hiharryhere•36m ago•0 comments

We Build an Autonomous SRE Agent for Kubernetes Deployments

https://www.langchain.com/blog/how-we-build-an-autonomous-sre-agent-for-kubernetes-deployments
1•markgavalda•37m ago•0 comments

Port the Enlightenment desktop environment to NetBSD

https://blog.netbsd.org/tnf/entry/gsoc2026_enlightenment
1•birdculture•38m ago•0 comments

Contra DSPy and GEPA

https://benanderson.work/blog/contra-dspy-gepa/
1•rzk•39m ago•0 comments

Are AI agents our industry's industrial robots?

https://www.marcusoft.net/2026/08/ai-robots.html
2•nialse•46m ago•1 comments

Royal Navy drone cameras sent signals to China

https://www.independent.co.uk/news/uk/home-news/royal-navy-drone-cameras-china-mod-b3030094.html
3•wolfi1•47m ago•0 comments

Show HN: Yaply – translate and learn English from your X feed

https://yaply.app
3•matthiasMRC•47m ago•0 comments

Towers of Silence

https://99percentinvisible.org/episode/579-towers-of-silence/
1•NoRagrets•51m ago•0 comments

Diffusion LLMs as Targets and Adversaries: Mechanistic Safety Exploits

https://arxiv.org/abs/2608.07430
2•sbulaev•53m ago•0 comments

Who Should Pay for Source Code Availability?

https://kristoff.it/blog/source-code-availability/
2•h1watt•56m ago•0 comments

The making of an advert before CGI – Chevy Impala 1966 [video]

https://www.youtube.com/shorts/VLBRvCaWIiY
2•lifeisstillgood•57m ago•0 comments

How to be an AI safety research engineer

https://www.lesswrong.com/posts/Wty5mcDBEmypap8o2/how-to-be-an-ai-safety-research-engineer
1•joozio•58m ago•0 comments

Is Europe safer than America?

https://www.economist.com/graphic-detail/2026/08/09/is-europe-safer-than-america
3•vinni2•1h ago•2 comments

Kimi K3 Sandbox Escape Exposes Weak Links in Agent Testing

https://ai-updates.net/kimi-k3-sandbox-escape-agent-testing/
1•ashurandi•1h ago•1 comments

MIT researchers tackle the economic realities of fusion power

https://news.mit.edu/2026/mit-researchers-tackle-economic-realities-fusion-power-0810
2•mdp2021•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.