frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Media Offenders

https://www.whitehouse.gov/mediabias/
1•cocacola1•1m ago•0 comments

Bonestell Gallery

https://www.bonestellgallery.com/
1•rienbdj•2m ago•0 comments

People don't hate AI because of Zuck. They hate the version TechCrunch sells

https://runtimewire.com/article/people-don-t-hate-ai-because-of-zuckerberg-they-hate-the-version-...
1•ryanmerket•3m ago•0 comments

Théâtrophone: Proto-Spotify, 140 years ago

https://en.wikipedia.org/wiki/Th%C3%A9%C3%A2trophone
1•chtefi•5m ago•0 comments

Multi-agent version control with reactive feedback

https://lexifina.com/blog/adding-a-multi-agent-write-lock
1•alansaber•6m ago•0 comments

The Field Is Optional. The Death Threats Were Not

https://canartuc.medium.com/the-field-is-optional-the-death-threats-were-not-1e2f1f0ce772
1•andsoitis•9m ago•0 comments

Optimizing GEMM and Activation on CDNA4 with TLX

https://www.amd.com/en/developer/resources/technical-articles/2026/optimizing-gemm-with-tlx.html
1•matt_d•9m ago•0 comments

Show HN: Basht – A bash shell that handles multitasking better

https://github.com/samiam95124/basht
1•samiam95124•10m ago•1 comments

Show HN: The Annotated DiffusionGemma

https://mlberkeley.substack.com/p/the-annotated-diffusiongemma
1•timothygao•10m ago•0 comments

VectorGrid Core – Bare-metal C++ grid orchestration for AI data centers

https://github.com/MaximiH-86/GridPulse_Production_Server
1•Masama3•13m ago•0 comments

Simple 2D Grass Rendering with WebGPU

https://jarl-game.com/blog/2d-gpu-grass-rendering/
3•vladimirzaytsev•14m ago•0 comments

Show HN: Opencodex, a free open-source coding agent for VSCode

https://github.com/matonhp5108/Opencodex
1•thephantomhider•14m ago•0 comments

Human Approval Is a Privilege Escalation Path

https://corebasehq.com/blog/human-approval-is-a-privilege-escalation-path
1•y11t0•17m ago•0 comments

Nixpkgs-multiverse: every version that ever existed

https://fzakaria.com/2026/08/09/nixpkgs-multiverse-every-version-that-ever-existed
1•birdculture•20m ago•0 comments

YouTube Just Raised the Monetization Bar (Again)

https://pleasehustleresponsibly.substack.com/p/youtube-just-raised-the-monetization
1•angelahollowell•20m ago•0 comments

How safe is your sandbox when executing untrusted code?

https://twitter.com/nebusecurity/status/2086939881335607608
1•Finbarr•20m ago•0 comments

Rent and Pensions Eat Half of Your Disposable Income

https://julienreszka.com/blog/rent-and-pensions-eat-half-of-your-disposable-income/
2•julienreszka•22m ago•0 comments

Optimizing the Point Away

https://www.workbyjacob.com/thoughts/optimizing-the-point-away
1•slackpad•23m ago•0 comments

Show HN: Scroll through all 43252003274489856000 Rubik's Cube states

https://everycube.alen.is/
2•Alen123•26m ago•0 comments

Text AI watermarks will always be trivial to remove

https://www.seangoedecke.com/text-ai-watermarks/
2•gfysfm•30m ago•0 comments

Wanno – AI builder, cloud agent and infra for your apps

https://wanno.dev/
1•federiconbo•30m ago•0 comments

Show HN: News Aggregator for Science and Technology

https://paperrun.news/popular
1•fingerz17•32m ago•0 comments

Xbox PC and Game Pass titles coming to Linux through 'Xodus' open-source project

https://www.tomshardware.com/software/linux/xbox-pc-and-game-pass-titles-are-coming-to-linux-thro...
1•sbulaev•35m ago•1 comments

Yen sinks as effect of US-Japan intervention fades

https://www.ft.com/content/47d2ab3c-0423-49ed-89ca-68683761ed98
3•petethomas•37m ago•0 comments

My Homelab Got Hacked – A Postmortem

https://phunky.cafe/my-homelab-got-hacked/
6•cdrnsf•38m ago•0 comments

Show HN: AI-powered App Store replies that sound like you

https://www.replyargus.com
1•wowinter15•39m ago•0 comments

Trump signs order calling for spacing out childhood vaccines

https://apnews.com/article/vaccine-research-autism-trump-kennedy-rfk-d10f81f221c4ae9f5b2f83dd0ee9...
7•choult•45m ago•4 comments

Separating sex and gender is statistical malpractice

https://blog.djnavarro.net/posts/2026-08-06_separating-sex-and-gender-is-statistical-malpractice/
5•panic•46m ago•0 comments

Learning Sed or Using Claude?

https://playtechnique.io/blog/learning-sed-or-using-claude.html
2•gwynforthewyn•50m ago•2 comments

A Watermark for Large Language Models

https://arxiv.org/abs/2301.10226
3•m-chrzan•54m 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.