frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Private Hearts Club

https://www.meet2live.online/
1•blackblossom•2m ago•1 comments

Workspaces in 4todo

https://4to.do/blog/2026/05/13/workspace
1•haoya•2m ago•0 comments

Quiet in the Zoo

https://danverbraganza.com/writings/quiet-in-the-zoo
1•nvader•3m ago•0 comments

Worrying is self-fulfilling; what to do instead

https://longform.asmartbear.com/worry/
1•herbertl•6m ago•0 comments

The 18-foot-high fence that turned Sonoma and Marin communities upside down

https://www.sfgate.com/sf-culture/article/bay-area-running-fence-22265175.php
1•Stratoscope•7m ago•0 comments

Private Passion Playground

http://layana.meet2live.online
2•misjackson•11m ago•0 comments

Bone Keeper AI Assisted Feature Film

https://sosuke.com/bone-keeper-ai-assisted-feature-film/
1•sosuke•11m ago•0 comments

Show HN: My homelab is outperforming the stock market

https://stocks.sjer.red
1•shepherdjerred•12m ago•0 comments

Parsing IPv6 Addresses Crazily Fast with AVX-512

https://lemire.me/blog/2026/05/23/parsing-ipv6-addresses-crazily-fast-with-avx-512/
2•mfiguiere•13m ago•0 comments

Ten Basic Clouds

https://www.noaa.gov/jetstream/clouds/ten-basic-clouds
2•nopg•13m ago•0 comments

Windows 11 LTSC update issue

2•nicp•14m ago•1 comments

ClaimTrace – open-source engine that traces public claims to preserved evidence

https://github.com/machinesoul11/ClaimTrace
1•machinesoul11•15m ago•0 comments

Hosomaki. A local tool for understanding Linux system output.contributors wanted

https://github.com/rivernova/hosomaki
2•rivernova•16m ago•1 comments

Nuance in all things. A dive into (Anti-) "AI" Myths (2025)

https://k4tana.github.io/blog/2025/06/04/AI-Nuanced-Take.html
2•rendx•16m ago•0 comments

Show HN: My tool found 1 DELETE TABLE log from 1M logs

https://rocketgraph.app/ml
2•kvaranasi_•20m ago•1 comments

Ask HN: Where to begin in removing "safety" features from new cars?

1•sky2224•20m ago•2 comments

Postings for software engineering jobs increasing

https://twitter.com/DavidSacks/status/2058606722110107970
1•JessieJanie•23m ago•0 comments

Bolt Challenges Nvidia with a Focus on Cutting-Edge Graphics

https://spectrum.ieee.org/bolt-graphics-zeus-gpu
2•mroche•23m ago•0 comments

Peer-to-peer collaborative code playground in a single 0.5 MB HTML file

https://github.com/micouy/koper
1•micouay•30m ago•0 comments

Vibe-learning: the answer to cognitive debt

https://blog.airistotle.org/vibe-learning
1•tigitouchdown•30m ago•0 comments

Wi-R: Using the human body as a "wire" for inter-device communication

https://www.ixana.ai/blog/wi-r-technology-white-paper
1•strongpigeon•31m ago•0 comments

Richard Feynman is Now A.I. Slop [video]

https://www.youtube.com/watch?v=A2_8199CL1I
1•dreamcompiler•34m ago•0 comments

Berkeley toddler who inspired 'Go the Fuck to Sleep' is now off to college

https://oaklandside.org/2026/05/22/go-the-fk-to-college-adam-mansbach-author-go-the-fk-to-sleep/
3•gnabgib•35m ago•0 comments

SpaceX is being killed to save Grok

https://peq42.com/blog/spacex-is-being-killed-to-save-grok/
1•peq42•36m ago•0 comments

Professional Cognitive Surrenderer

https://unlike.ly/professional-cognitive-surrenderer/
1•eviluncle•40m ago•0 comments

Delivery Is a Routing Problem, Not a Messaging Problem

https://blog.bridgexapi.io/delivery-is-a-routing-problem-not-a-messaging-problem
1•Bridgexapi•40m ago•0 comments

Is DDD Overkill for My CRUD Project?

https://docs.eventsourcingdb.io/blog/2026/05/25/is-ddd-overkill-for-my-crud-project/
1•goloroden•43m ago•0 comments

IBM Confidential: System/360 File Organization [video]

https://www.youtube.com/watch?v=zokKqP0plrM
1•DaiPlusPlus•44m ago•0 comments

Design Token Drift: Audited 375 Sites. Only 7.5% Got It Right

https://overlayqa.com/blog/design-token-drift-study/
1•emvied•45m ago•0 comments

Take the Plain Challange

https://plainnews.app
1•anjrued•45m 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.