frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Is This the End of Handwritten Math? Introducing Lean [video]

https://www.youtube.com/watch?v=0QZI_m8WZ0Q
1•AbstractPlay•2m ago•0 comments

Minimal Bitcoin Price Tracker

https://bitcoinprice.sh
1•shmuelix420•3m ago•1 comments

Open source tool to collect data for computer use agent models

https://github.com/bobcoi03/computeruse-data-collection
1•bobcoi•5m ago•1 comments

Dropout Crosses 1M Subscribers

https://variety.com/2025/tv/news/dropout-superfan-tier-price-explained-sam-reich-1236564699/
1•haunter•7m ago•0 comments

Flashvsr: Towards Real-Time Diffusion-Based Streaming Video Super-Resolution

https://zhuang2002.github.io/FlashVSR/index.html
1•rbanffy•9m ago•0 comments

US Drone Observes Aid Truck Looted by Hamas in Gaza

https://www.centcom.mil/MEDIA/STATEMENTS/Statements-View/Article/4327585/us-drone-observes-aid-tr...
4•mhb•11m ago•0 comments

Verifiably Private AI

https://ai.vp.net
2•rasengan•14m ago•0 comments

What's New in Fedora KDE Plasma Desktop 43

https://fedoramagazine.org/whats-new-in-fedora-kde-plasma-desktop-43/
2•jlpcsl•18m ago•0 comments

Iterative Lightmap Updates for Scene Editing

https://momentsingraphics.de/PG2025.html
1•ibobev•18m ago•0 comments

Jackknife Transmittance and MIS Weight Estimation

https://momentsingraphics.de/SiggraphAsia2025.html
1•ibobev•18m ago•0 comments

I've open-sourced the Terracore TC-1, a cartridge-based food synthesizer

https://github.com/JDM95aus/OpenSourceTerraCore/blob/main/Complete-commercial.md
1•JRDM95•19m ago•1 comments

Retro Pixel Image Editor

https://retrogamecoders.com/retro-pixel-image-editor/
2•ibobev•20m ago•0 comments

Unix Recovery Legend

https://www.ee.torontomu.ca/~elf/hack/recovery.html
3•rbanffy•20m ago•0 comments

Google warns non-Pixel Wear OS users will lose Clock app support soon

https://www.androidcentral.com/wearables/google-pixel-watch/google-says-its-clock-app-will-drop-s...
2•josephcsible•21m ago•0 comments

Show HN: FFmpeg.wasm In-Browser Video Conversion

https://ethan.dev/utilities/video-converter/
3•Beefin•23m ago•0 comments

A Svelte 5 Custom Elements Demonstration – Framework Agnostic Web Components

https://www.appsoftware.com/tools/utilities/svelte-custom-elements-demo
1•appsoftware•23m ago•1 comments

Show HN: I built a tool to sort a Northern Lights dataset for a CV model

https://picsort.coolapso.sh
1•coolapso•24m ago•0 comments

Ask HN: What do you think of this Christmas movie idea involving AI?

1•amichail•25m ago•0 comments

Back to the future: On the typography of electronic flight deck documentation

https://www.sciencedirect.com/science/article/pii/S0925753523003399
1•rbanffy•25m ago•0 comments

Fix Your FODs: A supply-chain attack on Nix

https://garnix.io/blog/fix-your-fods
2•jkarni•25m ago•0 comments

I Fell in Love with Erlang

https://boragonul.com/post/falling-in-love-with-erlang
3•asabil•25m ago•0 comments

FFmpeg Dealing with a Security Researcher

https://twitter.com/ffmpeg/status/1984207514389586050
3•trollied•26m ago•0 comments

Rendering Conways Game of Life with Braille

https://asherfalcon.com/blog/posts/4
2•ashfn•33m ago•0 comments

The online world is optimized for algorithms, not humans

5•SachinnJainn•35m ago•0 comments

Jaho Coffee Roaster

https://www.jaho.com/
1•Bogdanp•39m ago•0 comments

Show HN: Game where players write real JavaScript to battle other players online

https://store.steampowered.com/app/1137320/Screeps_Arena/
1•artchiv•40m ago•0 comments

Commodore LCD Emulator

http://commodore-lcd.lgb.hu/jsemu/
1•erickhill•41m ago•0 comments

Fuck Linux

https://fucklinux.org/
5•Jotalea•41m ago•2 comments

Think Weirder: The Year's Best SciFi Ideas

https://thinkweirder.com
1•mooreds•43m ago•0 comments

Ask HN: Mathematics Version of "The Missing Semester of Your CS Education?"

3•partypete•45m ago•0 comments
Open in hackernews

Nvidia GPU Boost: My Stock RTX 5080 Is Consistently Beating Advertised

3•ArchitectAI•4h ago
I’ve been running AI workloads on a fully unlocked RTX 5080 for the past few weeks. Not overclocked, not spoofed — unlocked.

When I bought the 5080, I realized NVIDIA’s driver stack was silently rejecting the new sm_120 (Blackwell) architecture. PyTorch and CUDA would fall back to sm_89, throttling tensor dispatch and compute units. Benchmarks looked great on paper, but real workloads — matrix ops, UNet training, fused kernels — were running at maybe 70 % of what the silicon could actually do.

So I tore apart the driver.

Inside libcuda.so, there’s a function that checks architecture capability and sets a status byte before dispatching. On the 5080, that byte was hard-coded to return “unsupported.” Patch that flag, rebuild, and suddenly the card lights up like a supercomputer.

I rebuilt PyTorch 2.10 from source, recompiled for sm_120, and the difference was immediate:

GPU compute: 23,529 (PassMark 11.1)

3D Graphics Mark: 46,214 — 99th percentile globally

Stable 51 °C under 100 % utilization

No overclocking

BF16 training speed: equal to or faster than a retail 5090

I’m currently using it to run GSIN — a global seismic forecasting AI that trains autonomously on cached physics grids and predicts stress-field changes before earthquakes happen. The GPU finally isn’t the bottleneck.

Why this matters: NVIDIA’s driver locks don’t just gate performance; they gate innovation.

Developers and researchers lose months of compute potential because the architecture IDs are throttled in software for “product segmentation.” It’s not about safety or stability — it’s market control.

I’m not selling anything. I’m not distributing NVIDIA’s code.

Just proving that the silicon you already paid for is capable of a lot more.

Comments

bigyabai•4h ago
I've seen this a lot in GPU drivers, it's likely that Nvidia is pushing users to fallback drivers until the sm_120 series is fully stable.

AMD called this strategy "FineWine" back in the day.

p_ing•3h ago
The Quack3.exe strategy - https://web.archive.org/web/20011212022612/http://www.hardoc...