frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Can AI design circuit boards yet?

https://eebench.org/blog/can-ai-design-circuit-boards-yet/
1•iopapa•4m ago•0 comments

Character Development: A story about subtitles, cinema, and the Satos (2022)

https://media.typography.or.jp/typographicst/1194
1•1317•6m ago•0 comments

GPT-6-Astra Generally Available on Vercel's AI Gateway

https://twitter.com/vercel_dev/status/2095957372850389186
2•samyok•12m ago•0 comments

GotChat – Apache 2.0 LLM chat with installable full-stacked plugins

https://github.com/gotchat-ai/foundry
1•gotchat•12m ago•0 comments

Genetic diversity is a predictor of mortality in humans

https://link.springer.com/article/10.1186/s12863-014-0159-7
2•consumer451•12m ago•0 comments

Driftwood Deli to Offer Poutine, Steve Cites Canadian Solidarity

1•b112•15m ago•0 comments

Saloni's Guide to Data Visualization

https://www.scientificdiscovery.dev/p/salonis-guide-to-data-visualization
1•Michelangelo11•16m ago•0 comments

Ask HN: What Is AGI?

1•mathieu_aithos•18m ago•1 comments

Boom Supersonic's SuperPower Jet Engine Is Real [video]

https://www.youtube.com/watch?v=vPOUfcpOSDg
1•sbuttgereit•19m ago•0 comments

UN tells the world: Stop making Africa look small

https://news.un.org/en/story/2026/09/1168284
2•ChrisArchitect•21m ago•2 comments

More Targets of the OpenAI Agent Swarm

https://fi-le.net/vanderbilt/
1•fi-le•21m ago•0 comments

No Silver Bullets

https://writing.jan.io/2026/09/04/no-silver-bullets.html
1•gpi•21m ago•0 comments

Show HN: Sageling – free, private, local, Cowork AI harness for non-devs

https://sageling.ai/
1•kirillklimuk•22m ago•0 comments

Show HN: Airuncode – an AI runtime coding agent with a built-in 3D game engine

https://airuncode.com/
1•GUSTAVOSIS•23m ago•0 comments

Burning Man Project

https://burningman.org/
1•simonebrunozzi•23m ago•0 comments

The Glass Bead Game

https://en.wikipedia.org/wiki/The_Glass_Bead_Game
1•petethomas•25m ago•0 comments

UN approves resolution in support of map that shows Africa's true size

https://www.reuters.com/world/africa/un-approves-resolution-support-map-that-shows-africas-true-s...
4•pella•25m ago•1 comments

Training a Specialist Code Search Agent with Turbopuffer

https://www.appliedcompute.com/case-studies/turbopuffer
1•_peregrine_•26m ago•0 comments

U.S. Navy Spent $3.4B on Idled Submarines, Could Spend Another $3.1B More

https://www.jalopnik.com/2249392/u-s-navy-3-4-billion-idled-submarines/
2•cf100clunk•27m ago•0 comments

CD sales are making an unexpected comeback amid a retro tech boom

https://techcrunch.com/2026/09/04/cd-sales-are-making-an-unexpected-comeback-amid-a-retro-tech-boom/
1•speckx•28m ago•0 comments

In a First, a Pig Kidney Kept a Patient Alive Until He Got a Human One

https://www.nytimes.com/2026/09/03/well/pig-kidney-bridge-transplant.html
1•paulpauper•29m ago•0 comments

Finding Emily

https://www.commonreader.co.uk/p/finding-emily
1•paulpauper•30m ago•0 comments

One geometric idea that explains SGD, AdamW, and Muon

https://kbwal.github.io/writing/notes-on-muon/
3•kbwal7•30m ago•4 comments

After Work, We'll Have Each Other Clara Collier

https://asteriskmag.com/issues/15/after-work-we-ll-have-each-other
1•paulpauper•30m ago•0 comments

Show HN: Covenant – A governance framework for multi-agent AI systems

https://github.com/asalsali/covenant-framework-community
2•alexjsalsali•32m ago•0 comments

When Search Eats the Web: A Model of Corpus Erosion Under Generative Extraction

https://arxiv.org/abs/2608.15896
2•sypsyp•35m ago•1 comments

OpenAI's AI Agents Build a Secret Community to Talk with Each Other

https://www.aiexperts.com/blog/openai-agents-broke-out-of-their-sandboxes
2•lucaserb•38m ago•2 comments

Show HN: Fast-Paced Action Tile-Swapping Challenge

https://nopy.io
2•cplepage•38m ago•0 comments

PGLite: Embeddable Postgres with real-time, reactive bindings

https://github.com/electric-sql/pglite
1•theanonymousone•39m ago•0 comments

Job postings show early signs of AI automation impact

https://www.dallasfed.org/research/economics/2026/0901
1•speckx•40m 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.