frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Erlang style pure Scheme Webserver and further

https://igropyr.com
1•guenchi•1m ago•1 comments

Dismissive Dan's Review of the Overplane AI Coding Harness

https://www.overplane.dev/overview/dan/
1•mayank•2m ago•0 comments

Learning-to-Optimize via Deep Unfolded Flows

https://mit-realm.github.io/flowopt/
1•E-Reverance•5m ago•0 comments

Hitting $125k MRR as a solo founder by doubling down on the right segment

https://www.indiehackers.com/post/tech/hitting-125k-mrr-as-a-solo-founder-by-doubling-down-on-the...
1•jason_zig•5m ago•0 comments

A pure scheme web programming tool

https://goeteia.dev
1•guenchi•7m ago•1 comments

A dock that wakes up reliably

https://fabiensanglard.net/tb4/index.html
2•ingve•16m ago•1 comments

WLV-01, a monochrome digital photography camera built from scratch

https://camerahacksbymalcolmjay.com/
1•car•16m ago•0 comments

The biggest steam locomotive is whistle-stopping across the U.S.

https://www.npr.org/2026/07/11/nx-s1-5872656/big-boy-locomotive-steam
1•ghtbircshotbe•25m ago•0 comments

Autopsy Study Finds Replicating SARS-CoV-2 in the Hearts of Long Covid

https://my.uscap.org/uscap/program/S0tc675/index.cfm?pgid=5167&sid=14770&abid=51228
1•thenerdhead•27m ago•0 comments

I made a horror game that's IMPOSSIBLE to SCREENSHOT [video]

https://www.youtube.com/watch?v=RNhiT-SmR1Q
1•goodmythical•28m ago•1 comments

Social.Wiki is a wiki for editing social web pages

https://social.wiki/
1•raybb•29m ago•0 comments

Long Covid May Physically Damage the Nerves That Control the Stomach

https://www.ijidonline.com/article/S1201-9712(26)00608-9/fulltext
1•thenerdhead•29m ago•0 comments

Search for isRecord on any open source codebase

https://old.reddit.com/r/PrincipalAi/comments/1utzh5w/added_the_ability_to_search_for_isrecord_in...
1•fernando-ram•31m ago•0 comments

Martha Lillard, last US polio patient using iron lung, dies at 78 in Oklahoma

https://abcnews.com/US/wireStory/martha-lillard-us-polio-patient-iron-lung-dies-134668491
2•daniel_iversen•32m ago•0 comments

We built a free CVE and threat-Intel command center – no login, no paywall

https://community.resilientx.com/
1•R3dxpl0it•33m ago•0 comments

What happens between entering the prompt and seeing the first word appear

https://shbhmrzd.github.io/ai/ml-foundations/llm-training/2026/07/11/using-the-trained-model.html
2•shbhmrzd•36m ago•1 comments

GC shape stenciling in Go generics

https://rednafi.com/go/gc-shape-stenciling/
1•ingve•37m ago•0 comments

Old Icons

https://leancrew.com/all-this/2026/07/old-icons/
1•zdw•40m ago•0 comments

Hello

2•cogs132•40m ago•1 comments

El Nino forms, expected to strengthen, say NOAA forecasters

https://www.noaa.gov/news-release/el-nino-forms-expected-to-strengthen-say-noaa-forecasters
3•andsoitis•41m ago•0 comments

A Visual Catalog of Retro Macintosh Software

https://www.marciot.com/mac68k-visual-catalog/
1•zdw•42m ago•0 comments

How the Chinese use wires to catch rocket boosters

https://old.reddit.com/r/interestingasfuck/comments/1utyo87/how_the_chinese_use_wires_to_catch_ro...
2•jonbaer•53m ago•1 comments

Bring seamless PQC encryption into every messenger you already use

3•kvasilev•54m ago•0 comments

How to enforce bare-metal Rust constraints on an unaligned GAI?

https://github.com/osjc/CRITICAL-SURVIVAL-Sovereign-Core-Hypervisor-Alignment-GAI-Patch--Project-...
1•osjc•1h ago•0 comments

The Population Bust Is Coming Sooner Than Anyone Is Prepared For

https://www.nytimes.com/2026/07/11/opinion/population-forecast-birth-rate.html
4•toomuchtodo•1h ago•1 comments

A public ledger of cloud outages and the SLA credits they trigger

https://slacreditwatch.com
3•devd1976•1h ago•1 comments

The Future of Digital Money: The Race Between Tortoise, Hare and Rhino

https://sites.duke.edu/thefinregblog/2026/07/09/the-future-of-digital-money-the-race-between-the-...
2•zaik•1h ago•0 comments

3.5M Developers. Then Microsoft Pulled the Plug [video]

https://www.youtube.com/watch?v=CPhAkzb4kUo
1•BiraIgnacio•1h ago•0 comments

Patriotism in the US, Europe and Canada, Charted

https://www.politico.com/news/2026/07/11/poll-politics-patriotism-us-europe-canada-00993636
1•koolba•1h ago•0 comments

First images of Quest wreck reveal Shackleton's last ship

https://canadiangeographic.ca/articles/first-images-of-quest-wreck-reveal-shackletons-last-ship-d...
1•pseudolus•1h ago•0 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...