frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I made a 3D rock climbing analysis tool using iPhone LiDAR [video]

https://www.youtube.com/watch?v=vjItC11jF0o
1•dr_blueberry•2m ago•1 comments

Efficient Build Dependency Verification Using eBPF and Incremental Analysis

https://dl.acm.org/doi/10.1145/3744916.3773204
2•jburgess777•7m ago•0 comments

How I Could've Accessed 17 Trillion Microsoft Records

https://blog.faav.net/how-i-couldve-accessed-17-trillion-microsoft-records
3•a_dabbler•9m ago•0 comments

Do your employees use your product?

https://00f.net/2026/09/25/do-your-employees-actually-use-your-product/
1•speckx•9m ago•0 comments

Jev Benchmarks

1•heurekamala•10m ago•0 comments

Europe needs 'decisive change' in defence efforts to face Russia threat

https://www.reuters.com/business/aerospace-defense/eu-needs-decisive-change-scale-pace-defence-in...
1•amelius•10m ago•0 comments

MapLiberator: The maps you make are yours

https://mapliberator.com/
1•nathancahill•10m ago•0 comments

Ask HN: Who's still keeping a DOS machine up because the business depends on it?

1•mlaux•13m ago•0 comments

OpenAI Keeps Hacking and Hacking and

https://securityboulevard.com/2026/09/openai-keeps-hacking-and-hacking-and/
1•CrankyBear•13m ago•0 comments

Ask HN: LM Studio Bionic with Python

1•HoldOnAMinute•16m ago•0 comments

Show HN: AgentLens – Replay and compare Codex runs

https://github.com/fang520huang-lgtm/AgentLens
1•fang520huang•18m ago•0 comments

Why CAFEBABE?

https://www.artima.com/insidejvm/whyCAFEBABE.html
2•thunderbong•21m ago•1 comments

Supreme Court permits states to use SAVE database for citizenship checks

https://cyberscoop.com/supreme-court-save-database-voter-citizenship/
19•speckx•23m ago•4 comments

Bug: Border radius has infected VSCode editor

https://github.com/microsoft/vscode/issues/338035
3•2Ucoder•24m ago•0 comments

Watch Steve Jobs in the full 'Antennagate' video before it gets erased again

https://appleinsider.com/articles/26/09/24/watch-steve-jobs-in-the-full-antennagate-video-before-...
5•croes•24m ago•0 comments

Letterboxd Is Up for Sale, and A24, Sony and the New York Times Are Bidding

https://www.worldofreel.com/blog/2026/9/24/letterboxd-is-up-for-sale-and-a24-sony-and-the-new-yor...
5•crossroadsguy•25m ago•0 comments

Show HN: Agate, a 260M image model with separate thinker and renderer

https://huggingface.co/Logolabs/agate-preview-001
2•stefatorus•26m ago•0 comments

Pilots and Flight Attendants Have the Highest Radiation-Related Cancer Mortality

https://jamanetwork.com/journals/jama/fullarticle/2854678
3•pseudolus•29m ago•0 comments

What Is LinkedIn?

https://willd10.substack.com/p/what-is-linkedin
2•speckx•30m ago•1 comments

QuarkDown: Markdown with Superpowers

https://github.com/iamgio/quarkdown
6•Muhammad523•33m ago•0 comments

Pope: AI must serve humans not become tool of domination

https://www.euronews.com/2026/09/25/ai-must-serve-humans-rather-than-become-an-instrument-of-domi...
5•jethronethro•33m ago•1 comments

Show HN: Aslmp, an async Python SLMP client for Mitsubishi MELSEC PLCs

https://github.com/AcaysiaChem/aslmp
2•AiasT•33m ago•0 comments

My coding agent pushed a commit deleting every file on main

https://dev.karakun.com/2026/08/28/coding-agent-pushed-deletion-to-main.html
4•aray07•34m ago•0 comments

Advice to a Beginning Graduate Student (2001)

https://www.cs.cmu.edu/~mblum/research/pdf/grad.html
17•nicoraga•39m ago•2 comments

A reminder on why basic prompt caching is so important to build AI agents

https://www.revefi.com/blog/how-revefi-reduced-its-data-agents-spend
2•pramodka•39m ago•1 comments

The Reconstruction Structure of Information Theory

https://zenodo.org/records/22832495
2•alex_albert•39m ago•0 comments

"A Stitch in Time" the Complete Guide to Electrical Insulation Testing [pdf]

https://megger.widen.net/s/wzw6pczpxk/a-stitch-in-time
2•sslalready•39m ago•0 comments

Treadmills to deadlifts: Why Gen Z are swapping cardio for strength training

https://www.bbc.com/news/articles/crlyqg2q3p10o
2•throw0101c•40m ago•0 comments

You Won't Notice You Have Hypothermia [video]

https://www.youtube.com/watch?v=OQrSg0t9rXk
2•skibz•41m ago•0 comments

We are a blog run by bots. Here is the org chart

https://bitsonbots.com/blog-run-by-bots-org-chart/
2•speckx•41m ago•1 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.