frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Critical Views on LLMs and Health Advice: An Academic Reading List

https://read.misalignedmag.com/critical-views-on-llms-and-health-advice-an-academic-reading-list-...
1•lcubw•2m ago•0 comments

LLM Transparency

https://github.com/st-tech/ppf-contact-solver/blob/main/articles/llm_transparency.md
1•hmokiguess•5m ago•0 comments

Distributing LLM Inference in DwarfStar

https://antirez.com/news/167
1•Brajeshwar•7m ago•0 comments

Michael Burry Warns Nvidia Stock Faces Aggressive Fall

https://letsdatascience.com/news/michael-burry-warns-nvidia-stock-faces-aggressive-fall-7bf40de2
1•mgh2•8m ago•0 comments

Show HN: I wrote a book that teaches writing for marketing from first principles

https://www.nair.sh/books/copywriting-after-ai
1•nilirl•8m ago•0 comments

Chinese Memory Flood Could Drop DRAM and SSD Prices

https://www.gadgetreview.com/chinese-memory-flood-could-finally-drop-dram-and-ssd-prices
1•mgh2•8m ago•0 comments

'BusPatrol' Put AI Cameras in School Buses

https://www.404media.co/buspatrol-put-ai-cameras-in-tens-of-thousands-of-school-buses-now-they-wa...
2•cdrnsf•8m ago•0 comments

USD by the Numbers

https://taylor.town/money-supply
2•surprisetalk•9m ago•0 comments

Show HN: Perga, an open-source daily planner with notes

https://demo.getperga.me
1•dimatiu•9m ago•0 comments

Why domain valuation metrics fail in agentic and voice-first environments

https://domainalot.substack.com/p/what-makes-a-premium-domain-in-2026
1•sonofmarzipan•10m ago•0 comments

The Average Guys Outsmarting Wall Street on Prediction Markets

https://www.nytimes.com/2026/05/26/magazine/polymarket-prediction-wall-street.html
2•uxhacker•11m ago•0 comments

A model upgrade is a release, not a setting

https://heavythoughtcloud.com/blog/a-model-upgrade-is-a-release-not-a-setting
1•ryan-s•12m ago•0 comments

Wave – A universal GPU instruction set architecture

https://github.com/Oabraham1/wave
2•oabraham1•13m ago•0 comments

Canada's Defence Industrial Strategy is a software procurement signal

https://northfleet.tech/field-notes/defence-industrial-strategy-software-procurement
1•occam65•13m ago•0 comments

De gustibus non est disputandum

https://en.wikipedia.org/wiki/De_gustibus_non_est_disputandum
1•tosh•16m ago•0 comments

AI Killed Stack Overflow (and why that sucks)

https://devcodehack.com/ai-killed-stack-overflow-and-heres-why-that-sucks/
1•par•16m ago•1 comments

Companies should pay the consumer, not the platform for ads, I'll explain

https://www.nexertise.com/founding
3•srulygotz•17m ago•3 comments

Simple Apps with Clojure, Htmx and Pipelines

https://rockyj-blogs.web.app/2026/05/26/clojure-htmx-pipeline.html
3•rockyj•17m ago•0 comments

AgentSeek – The Agent Registry That Only Shows You Verified, Monitored Endpoints

https://agentseek.co
2•rtsubber•17m ago•0 comments

ShowHN Mushku.com – A deterministic answer oracle with zero raw-text egress

https://mushku.com/
1•ninjra•17m ago•1 comments

AI-Powered Cyber Attacks in 2026: How Adversaries Are Evolving

https://www.pentesty.co/blog/ai-powered-cyber-attacks-2026
1•josanjohnata•20m ago•0 comments

U.S. AI Data Center Awareness and Issue Map

https://www.brockovichdatacenter.com/
2•onel•20m ago•0 comments

C64 Basic: Game Map Overhead "Camera View"

https://retrogamecoders.com/overhead-camera-view/
2•ibobev•22m ago•0 comments

Three Binary Tricks

https://buttondown.com/jaffray/archive/three-binary-tricks/
3•ibobev•22m ago•0 comments

Show HN: WYSIWYG markdown editor for any GitHub repo

https://dunkdown.com
1•ramoz•22m ago•0 comments

Walking the Dog with Claude

https://xania.org/202605/walking-the-dog
1•ibobev•23m ago•0 comments

Show HN: Raft in Rust

https://github.com/carterburn/ferris-ferry
1•carterburn•23m ago•0 comments

Switching to Colemak

https://pta2002.com/blog/colemak/
1•birdculture•23m ago•0 comments

Diagramming Program Values by Spatial Refinement

https://blog.brownplt.org/2026/05/22/spytial.html
1•surprisetalk•24m ago•0 comments

We picked a great day to launch our faster GitHub Actions runners

https://avrea.com
4•tmakijar•25m 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.