frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What if mario had a gun?

https://devz.cl/posts/what-if-mario-had-a-gun/
1•DanielVZ•21s ago•0 comments

Okular – The Universal Document Viewer

https://okular.kde.org
1•smartmic•34s ago•0 comments

Show HN: I generated 235 system docs in a day using GPT-5.5

https://www.paxerp.com/docs
1•robeym•6m ago•0 comments

Generating OG Images in Elixir

https://jola.dev/posts/generating-og-images
1•shintoist•6m ago•0 comments

DCR Core Framework: A Core Library for Building Django Admin Tools

https://yassi.dev/projects/dj-control-room-base/
1•yassi_dev•6m ago•0 comments

World-first: therapy to make cells young again trialled in a person

https://www.nature.com/articles/d41586-026-01836-7
2•mhb•7m ago•0 comments

Bumble bees show spontaneous problem-solving, challenging big-brain assumptions

https://phys.org/news/2026-06-bumble-bees-spontaneous-problem-big.html
2•gmays•8m ago•0 comments

Show HN: Locaible – local AI agents for Cursor with pre-tuned marketplace/commu

https://locaible.com/cursor
1•locaible•8m ago•0 comments

Secure On-Premise Deployment of Open-Weights Large Language Models in Radiology

https://arxiv.org/abs/2604.22768
1•PaulHoule•9m ago•0 comments

Craig Federighi Explains Why Apple Pivoted to a Siri Chatbot App

https://www.macrumors.com/2026/06/10/federighi-explains-why-apple-pivoted-to-siri-chatbot/
1•tosh•10m ago•0 comments

I Hate (Most) Keyboard 'Fn' Keys

https://danq.me/2026/06/09/fn-keys/
3•speckx•10m ago•0 comments

Collective of economists considers 'growth' a doomed strategy

https://www.theguardian.com/commentisfree/2026/jun/10/economists-maths-growth-doomed-strategy-un-...
2•jmngomes•10m ago•0 comments

macOS 27 Golden Gate Is the Last to Support Intel Apps via Rosetta 2

https://www.macrumors.com/2026/06/10/macos-golden-gate-last-to-support-intel-apps/
1•tosh•11m ago•0 comments

LinkedIn wants to own B2B creator discovery with new creator marketplace

https://digiday.com/marketing/linkedin-wants-to-own-b2b-creator-discovery-with-new-creator-market...
2•thm•12m ago•0 comments

Oh Good, Screwworms Are Back

https://www.marginallycompelling.com/p/oh-good-screwworms-are-back
2•timr•12m ago•0 comments

Quantum error correction with the toric code on neutral atoms

https://arxiv.org/abs/2606.04079
2•nryoo•12m ago•1 comments

Show HN: GripeFind – find product pain points without Reddit API

https://gripefind.com
1•zeph_wheeler•13m ago•0 comments

Ask HN: Are most corporate SWE jobs performative?

3•hnthrow10282910•14m ago•0 comments

Scientists Precisely Edit Human Embryo Genes

https://www.nytimes.com/2026/06/04/science/embryos-gene-editing-crispr.html
1•gmays•16m ago•0 comments

Coding Agent Memory Benchmarks

1•kushalpatil07•16m ago•0 comments

Commonwealth Fusion makes the physics case for its 400 MW reactor

https://arstechnica.com/science/2026/06/__trashed-19/
2•LorenDB•18m ago•0 comments

Show HN: Employment contract analysis for Ontario's Workforce

https://basalaw.vercel.app
1•edimaudo•19m ago•0 comments

Show HN: Orange Crumbs - Wikipedia articles filtered by Hacker News

https://www.orangecrumbs.com/
1•oyster143•19m ago•0 comments

"I've lost sentences of text to this incompetent implementation."

https://unsung.aresluna.org/ive-lost-entire-sentences-of-text-to-this-incompetent-implementation/
4•speckx•20m ago•0 comments

Cybersecurity Product Launch Specifically Keeping AI in Focus

1•gladiator291288•21m ago•0 comments

Building a multi-tenant SaaS for an emerging market, what nobody tells you

https://medium.com/@walexy85/building-a-multi-tenant-saas-for-an-emerging-market-what-nobody-tell...
1•joshuaajayi•22m ago•1 comments

Not Wordle

https://notwordle0.netlify.app
1•kamphey•22m ago•1 comments

Meta's attempts to play catch-up with AI

https://arstechnica.com/ai/2026/06/inside-metas-attempts-to-play-catch-up-with-ai/
1•gmays•24m ago•0 comments

Show HN: Ray Hosting – Topology-aware game server orchestrator made from scratch

https://ray-hosting.com/en-US
1•bardhyliis•25m ago•0 comments

OWASP Dependency-Track 5.0 Is Now Generally Available

https://owasp.org/blog/2026/06/09/dependency-track-v5
1•jruohonen•26m 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.