frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tell HN: HN's IPv6 address is down

1•nneonneo•1m ago•0 comments

2027 AI Power Shortfall of 15 GW

https://grok.com/share/bGVnYWN5_4f06d401-90e9-4ed4-bad8-89e3b4fadde2
2•gmays•5m ago•0 comments

Show HN: Murmell – Collaborative cloud canvas for coding agents

https://murmell.com/
3•Mossab22•6m ago•0 comments

Dolphins and Other Lovers

https://aeon.co/essays/why-the-andoque-of-the-amazon-fear-the-seductive-dolphin
2•the-mitr•8m ago•0 comments

What agent skills are made of: programming languages

https://plicara.ai/research/agent-skill-programming-languages/
2•3Mathematicians•9m ago•0 comments

Show HN: Sapporta – build database applications for power users

https://sapporta.com/
2•jasim•12m ago•0 comments

Revision Prompting asks the LLM for a patch when the input changes

https://revisionprompting.info/home
1•blasssky•12m ago•0 comments

Wealthy Americans Find Another Tax-Free Way to Invest

https://www.wsj.com/finance/investing/a-roth-ira-on-steroids-wealthy-americans-find-another-tax-f...
2•Betelbuddy•15m ago•0 comments

Zig: Pointer Stability for ArrayLists

https://ziglang.org/devlog/2026/#2026-08-27
1•tosh•16m ago•0 comments

Scaling Domain Data Repetition in LLM Pretraining

https://arxiv.org/abs/2608.14071
1•gmays•19m ago•0 comments

Emacs vs. Vim 2026: 24.3% vs. 8% Usage, 20x Memory Gap

https://tech-insider.org/emacs-vs-vim-2026/
3•pir8life4me•21m ago•0 comments

Free and Open-Source Web Search for Your AI Agents

https://pypi.org/project/simurg/
1•lebagetdefrance•22m ago•0 comments

Remembering the King who Drowned

https://komando1.substack.com/p/remembering-the-king-who-drowned
2•inglor_cz•22m ago•2 comments

Show HN: FinBridge – Korean stock market data for AI agents (MCP)

https://www.gronox.kr/
1•gronox-kr•24m ago•0 comments

Keeping an open source project going when GitHub stars slow down

https://twitter.com/paul_h0rn/status/2094070350120091915
3•BlueBerry2001•25m ago•1 comments

Ethical Issues in Advanced Artificial Intelligence

https://nickbostrom.com/ethics/ai
2•Anon84•26m ago•0 comments

Show HN: Cushion – PouchDB on Deno KV

https://jsr.io/@mikehall314/cushion
4•mikehall314•26m ago•0 comments

DNS Abuse and Criminal Infrastructure

https://labs.ripe.net/author/andrew_campling/dns-abuse-and-criminal-infrastructure-beyond-definit...
2•jruohonen•27m ago•0 comments

Doom Played on Series of 555 Timers

https://hackaday.com/2026/08/28/doom-played-on-series-of-555-timers/
2•nickbild•27m ago•0 comments

Europe's summer drought is so extreme that desertification is a growing threat

https://fortune.com/2026/08/29/europe-summer-drought-desertification-threat-rivers-fish/
13•Brajeshwar•28m ago•0 comments

Getting into Flow with AI Coding

https://www.natashatherobot.com/p/flow-ai-coding
2•ingve•29m ago•1 comments

Founder Mode vs. Founder Drift

https://keithbrown.com/founder-mode-vs-drift/
1•tech-pulse•29m ago•0 comments

Open Pinball Database

https://opdb.org/
1•Tomte•31m ago•0 comments

Search BioNumbers – The Database of Useful Biological Numbers

https://bionumbers.hms.harvard.edu/Search.aspx?task=searchbypop
1•Tomte•32m ago•0 comments

Ask HN: Fun Productive Phone Hobbies?

2•bix6•33m ago•3 comments

Iran's Unit 4000 and the new architecture of outsourced terrorism

https://www.israelnationalnews.com/news/432418
1•pir8life4me•39m ago•0 comments

Show HN: An anonymous, no-signup alert app – try it live with GitHub incidents

https://thenotifier.app/developers/see-it-work/
1•bubbamack•42m ago•0 comments

7th Branch Prediction Championship: Part I

https://www.sigarch.org/7th-branch-prediction-championship-part-i/
1•jruohonen•42m ago•0 comments

Robots: We Can't Look Away – and Can't Stop Worrying

https://www.bajura.online/2026/08/robots-why-we-cant-look-away-and-cant.html
1•AllForAll•42m ago•0 comments

Rapidly spreading genetic variants make parasites resistant to malaria treatment

https://www.brown.edu/news/2026-08-17/malaria-drug-resistance
2•gmays•42m ago•0 comments
Open in hackernews

Zig and GPUs

https://alichraghi.github.io/blog/zig-gpu/
57•Cloudef•1y ago

Comments

LegNeato•1y ago
See also https://github.com/Rust-GPU/rust-gpu and https://github.com/rust-gpu/rust-cuda
ladyanita22•1y ago
Surprisingly, it seems this project just supports Spir-V and PTX, but not DXIL or AMDGCN.

I say surprisingly, because I'd expect Rust support to be more mature than Zig's.

lostmsu•1y ago
Microsoft indicated they are switching to SPIR-V from DXIL: https://devblogs.microsoft.com/directx/directx-adopting-spir...
skywal_l•1y ago
I am a complete noob in GPU but is AMDGCN the older generation with the new one being RDNA? If you generate a binary for AMDGCN, will it run on the newest cards?

Also, I though that these GPU ISAs were "proprietary". I wonder how reliable the binary generation can be.

AliChraghi•1y ago
AMD ISAs are changing for almost every generation so LLVM[1] continues to keep the architecture name "amdgcn" and handle the variation based on the model flag (e.g., -mcpu=gfx1030 for RDNA2, -mcpu=gfx1100 for RDNA3).

> I though that these GPU ISAs were "proprietary"

PTX spec[2] is publicly available but the actual hardware assembly (SASS) is not. Although i believe Nsight allows you to view it.

1. https://llvm.org/docs/AMDGPUUsage.html#processors

2. https://docs.nvidia.com/cuda/parallel-thread-execution

imtringued•1y ago
If LLVM can target AMD GPUs what exactly prevents AMD and ROCm from supporting all the damn GPUs?

At this point I'm convinced that the real problem with AMD GPUs isn't necessarily the compilers (although they do produce mediocre code) or even the hardware itself, but some crappy C++ driver code that can't handle running graphics and compute at the same time. The datacenter GPUs never had to run graphics in the first place, so they are safe.

slavik81•1y ago
In my experience, the compiler, compute drivers, and HIP runtime work fine for all modern AMD GPUs. The only parts of the stack that don't run on all GPUs are the math and AI libraries. And that is mostly because AMD isn't building and testing those libraries for unsupported GPUs. The actual work required to enable functional support was straightforward enough that I ported them myself when packaging the libraries for Debian. Though, I had a lot of help on the testing.

See the Debian Trixie Supported GPU list: https://salsa.debian.org/rocm-team/community/team-project/-/...

SomaticPirate•1y ago
While I admire the work of hobbyists it still looks like C/C++ will be the default until a GPU vender makes the decision to support these libraries.

From my understanding, Vulkan and OpenGL are nice but the true performance lies in the specific toolkits (ie CUDA, Metal).

Wrapping the vendor provided frameworks is liable to break and that isn't tenable for someone who wants to do this on a professional basis.

pjmlp•1y ago
They also miss that on CUDA's case it is an ecosystem.

Actually it is C, C++, Fortran, OpenACC and OpenMP, PTX support for Java, Haskell, Julia, C#, alongside the libraries, IDE tooling and GPU graphical debugging.

Likewise Metal is plain C++14 plus extensions.

On the graphics side, HLSL dominates, following by GLSL and now slang. There are then MSL, PSSL and whatever NVN uses.

By the way, at GTC NVIDIA announced going all in with Python JIT compilers for CUDA, with feature parity with existing C++ tooling. There is now a new IR for doing array programming, Tile IR.

dismalaf•1y ago
I don't quite get this comment.

This is supposed to be used in place of CUDA, HIP, Metal, Vulkan, OpenGL, etc... It's targeting the hardware directly so doesn't need to be supported as such.

The site also seems to clearly state it's a work in progress. It's just an interesting blog post...

slowmovintarget•1y ago
The Zig compiler can compile C, though.