frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Modern Computer Architecture and Organization (3rd Edition)

https://github.com/PacktPublishing/Modern-Computer-Architecture-and-Organization-Third-Edition
1•teleforce•19s ago•0 comments

Xteink X3 is the little e-reader the world's not quite ready for

https://sixcolors.com/post/2026/07/review-xteink-x3-is-the-little-e-reader-the-worlds-not-quite-r...
1•subset•1m ago•0 comments

Electric aviation is taking off

https://economist.com/science-and-technology/2026/07/22/electric-aviation-is-taking-off
1•andsoitis•1m ago•0 comments

The Economics of Recursive Self-Improvement

https://metr.org/notes/2026-07-22-economics-of-recursive-self-improvement/
1•ai2027•3m ago•0 comments

How powerful is your passport? What's your mobility score?

https://www.theguardian.com/world/ng-interactive/2026/jul/23/most-powerful-passports-ranked
1•robaato•4m ago•0 comments

Show HN: VHS Playback Physics Simulator

https://blog.opengbh.net/posts/0017-vhs-playback-simulator/
1•Krutonium•5m ago•1 comments

Show HN: Ego lite – A Chromium browser where you and AI agents work in parallel

https://lite.ego.app
1•howardlun7•5m ago•1 comments

Show HN: NeedFeed – Turn Reddit noise into a feed of needs

https://needfeed.io/
2•niliu123•7m ago•0 comments

Does SpaceX's plan for a data centre in space add up?

https://economist.com/science-and-technology/2026/07/22/does-spacexs-plan-for-a-data-centre-in-sp...
1•andsoitis•8m ago•0 comments

The Future Was Here the Commodore Amiga

https://mitpress.mit.edu/9780262535694/the-future-was-here/
2•doener•18m ago•1 comments

Show HN: Elpis – a Rust TUI for LLM agents with context pruning

https://github.com/MasihMoafi/Elpis
1•masihmoafi•19m ago•0 comments

Everybody Wants to Be a Dev

https://theturingmachine.net/everybody-wants-to-be-a-dev
2•andychiare•21m ago•0 comments

New quantum gravity theory links entropy, dark energy, and life

https://www.sciencedaily.com/releases/2026/07/260719035947.htm
2•aard•21m ago•0 comments

The Incumbent Bias: How Big Tech and VCs Devalue Independent Deep Tech

https://rentry.co/9cv6ev48
1•davidingalls•26m ago•0 comments

What I got wrong about ClickHouse as a Kafka Person

https://aiven.io/blog/what-i-got-wrong-about-clickhouse-as-a-kafka-person
2•oskari•26m ago•0 comments

Don't Contribute Anything Relevant in Web Forums Like Reddit (2020)

https://karl-voit.at/2020/10/23/avoid-web-forums/
3•downbad_•30m ago•0 comments

OpenAI Models Spent Hours on Hack That Usually Takes Weeks

https://www.bloomberg.com/news/articles/2026-07-23/openai-models-lurked-in-hugging-face-system-fo...
1•sbulaev•32m ago•0 comments

Apache SeaTunnel CDC: How the System Works

https://medium.com/codex/inside-apache-seatunnel-cdc-how-the-system-really-works-f5b224d22a4c
1•SeaTunnel•35m ago•0 comments

Automated Discovery Has No Universally Superior Harness

https://arxiv.org/abs/2607.18235
1•matt_d•37m ago•0 comments

Robotaxi law could ban Tesla in N.J

https://www.nj.com/news/2026/07/robotaxi-law-could-ban-tesla-in-nj.html
2•helsinkiandrew•37m ago•0 comments

The White House Is Trying to Figure Out What to Do About Chinese AI

https://www.wired.com/story/the-white-house-is-trying-to-figure-out-what-to-do-about-chinese-ai/
1•joozio•37m ago•0 comments

Show HN: Ours.network – give your AI agents a direct line to each other

https://ours.network
2•shakhvit•38m ago•0 comments

The world’s first hands-free touchpad

https://www.augmental.tech/
2•dsr12•38m ago•0 comments

RFC 9457 Problem Details for HTTP APIs

https://httpstatuses.net/guides/rfc-9457-problem-details/
1•hboon•39m ago•0 comments

Show HN: Hanesu – An experimental workflow layer for AI coding agents

https://github.com/jezmn/hanesu
1•jezmn•41m ago•0 comments

Weight loss drugs 'linked to hair loss' – study

https://www.rte.ie/news/2026/0723/1584712-health-mounjaro-hair-loss/
1•austinallegro•43m ago•0 comments

I audited Stanford's CS336 and built an LLM from scratch for $353

https://andytimm.github.io/posts/cs336/cs336_review.html
1•kurinikku•44m ago•0 comments

Why Did Christopher Nolan's the Odyssey Divide the Internet?

https://medium.com/theentertainmentbreakdown/why-did-christopher-nolans-the-odyssey-divide-the-in...
1•raynchad•51m ago•0 comments

Wenfeng Liang: Four-Hour Investor Meeting Transcript

https://elsewhere.news/en/elsewhere/wenfeng-liangs-four-hour-investor-meeting-full-transcript
3•mefengl•54m ago•0 comments

Why copper still rules the motherboard trace

https://psyll.com/articles/technology/why-copper-still-rules-the-motherboard-trace
2•lucasfletcher•55m ago•1 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.