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•3m ago•1 comments

Efficient Build Dependency Verification Using eBPF and Incremental Analysis

https://dl.acm.org/doi/10.1145/3744916.3773204
2•jburgess777•8m 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•10m ago•0 comments

Do your employees use your product?

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

Jev Benchmarks

1•heurekamala•11m 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•11m ago•0 comments

MapLiberator: The maps you make are yours

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

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

1•mlaux•15m ago•0 comments

OpenAI Keeps Hacking and Hacking and

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

Ask HN: LM Studio Bionic with Python

1•HoldOnAMinute•17m ago•0 comments

Show HN: AgentLens – Replay and compare Codex runs

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

Why CAFEBABE?

https://www.artima.com/insidejvm/whyCAFEBABE.html
2•thunderbong•22m 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•24m ago•4 comments

Bug: Border radius has infected VSCode editor

https://github.com/microsoft/vscode/issues/338035
3•2Ucoder•25m 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•26m 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...
6•crossroadsguy•26m ago•0 comments

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

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

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

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

What Is LinkedIn?

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

QuarkDown: Markdown with Superpowers

https://github.com/iamgio/quarkdown
6•Muhammad523•34m 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...
6•jethronethro•34m ago•1 comments

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

https://github.com/AcaysiaChem/aslmp
2•AiasT•34m 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•35m ago•0 comments

Advice to a Beginning Graduate Student (2001)

https://www.cs.cmu.edu/~mblum/research/pdf/grad.html
17•nicoraga•40m 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•40m ago•1 comments

The Reconstruction Structure of Information Theory

https://zenodo.org/records/22832495
2•alex_albert•40m 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•41m ago•0 comments

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

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

You Won't Notice You Have Hypothermia [video]

https://www.youtube.com/watch?v=OQrSg0t9rXk
2•skibz•42m 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•42m ago•1 comments
Open in hackernews

Ask HN: Are you running production workloads in Pytorch eager mode?

2•stdcall83•1y ago
I have an idea for optimizations using a dedicated backend for pytorch. It only applies to eager mode execution. From my understanding, eager mode is used for development and debugging. Are there real production workloads that work in that way ? I assume people optimize by compiling graphs using JIT but then again, people are lazy...