frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Making portable my unportable transputer C compiler

https://nanochess.org/transputer_c_compiler.html
1•nanochess•2m ago•0 comments

Show HN: Marklite: Lightweight Markdown Viewer/Editor

https://marklite.app
1•mchilson•4m ago•0 comments

The A.I. Party House Where Networking Has a Dark Side

https://www.nytimes.com/2026/09/21/technology/agi-house-ai-culture.html
1•berkeleyjunk•4m ago•0 comments

Claude Status – Elevated errors for multiple models

https://status.claude.com/incidents/7g1qpkyz5gxh
9•corvad•5m ago•1 comments

Tinycc-cygwin (tcc-cygwin) compiler

https://github.com/Muras69/tinycc-cygwin
1•Muras•6m ago•0 comments

Show HN: Shapefile viewer that asks which datum when the .prj is missing

https://9revolution9.com/tools/geo/shp-geojson
1•glassonion999•9m ago•0 comments

Show HN: EagleQR – Privacy-first QR scanner with on-device decoding and summary

https://play.google.com/store/apps/details?id=com.safeqr.scancreate&hl=en_US
1•maazsofttech•10m ago•0 comments

Forging 1024-bit RSA signatures in nearly SNFS time

https://github.com/ucsd-hacc/NSNFSSSFSFN/
1•gslin•11m ago•0 comments

ECB will invest in tokenised securities, and settle trades on its own new rail

https://thenextweb.com/news/ecb-tokenised-securities-pontes-own-funds
1•rguiscard•12m ago•0 comments

RustyTux: Linux kernel n-day local privilege escalation

https://github.com/m0x41nos/RustyTux
5•Jiaqi060•14m ago•0 comments

Pyrowave: GPU-back video codec for high-bandwidth, low-latency streaming

https://github.com/Themaister/pyrowave
1•open-paren•14m ago•1 comments

I think it's time to hang up my Three.js hat

https://twitter.com/dangreenheck/status/2102137910921240807
3•fidotron•17m ago•0 comments

The first mRNA flu shot is now available. Here's who can get it

https://www.nbcnews.com/health/health-news/mrna-flu-vaccine-moderna-mflusiva-explained-rcna598524
2•elo2000•22m ago•2 comments

The Chern-Simons Function and the Quantum Hall Effect

https://arxiv.org/abs/2609.21182
1•tzury•22m ago•0 comments

Scaling Discovery Through Test-Time Communication

https://arxiv.org/abs/2609.21032
1•simonpure•23m ago•0 comments

BCBS Michigan posts $246M loss in 2025

https://www.beckerspayer.com/financial/bcbs-michigan-posts-246-million-loss-in-2025/
1•elo2000•24m ago•0 comments

ShinyHunters hijack rival Clop's leak site

https://www.theregister.com/cyber-crime/2026/09/21/clop-gets-a-taste-of-its-own-medicine-after-sh...
1•Gaishan•25m ago•0 comments

Raspberry Pi is intentionally blocking RAM capacity upgrades

https://www.notebookcheck.net/Raspberry-Pi-is-intentionally-blocking-RAM-capacity-upgrades.140497...
1•throwaway81523•26m ago•0 comments

REO Trucks teams up with frankstephenson design on its new Runabout lineup

https://reotrucks.com/newsroom/frankstephenson-design
1•b_mc2•29m ago•0 comments

Avoid White Noise at Work

https://www.inc.com/samantha-stevens/a-new-study-shows-why-you-should-avoid-white-noise-at-work/9...
1•Gaishan•29m ago•0 comments

First NetHack Ascension by an LLM

https://www.hardfought.org/userdata/C/CodexDelver/nethack/dumplog/1788964024.nh.html
1•kenforthewin•31m ago•0 comments

Trump admin won't give AI leaders a 'liability shield,' Bessent tells CNBC

https://www.cnbc.com/2026/09/21/treasury-bessent-cnbc-squawk-trump-bond-affordabilty.html
1•gradus_ad•32m ago•0 comments

Why Russia's New Jet-Powered Drones Are Harder to Stop

https://united24media.com/war-in-ukraine/why-russias-new-jet-powered-drones-are-harder-to-stop-22666
1•Gaishan•33m ago•0 comments

Magic Jev Ball

https://jevball.rorz.io/
1•sarreph•36m ago•0 comments

TIL: 0xCAFEBABE

https://www.artima.com/insidejvm/whyCAFEBABE.html
1•birdculture•36m ago•0 comments

Living is not for the weak

https://mikhailgarth.com/essays/living-not-for-weak/
1•mikhailgarth•37m ago•0 comments

No Easy Fix for Bogus Respondents in Online Opt-In Polls

https://www.pewresearch.org/methods/2026/08/27/no-easy-fix-for-bogus-respondents-in-online-opt-in...
1•luu•37m ago•0 comments

Show HN: Nvidia networking equipment masquerading as ATT consumer modems and PON

1•cududa•39m ago•0 comments

Argus II: The story of a $150k artificial retina

https://www.youtube.com/watch?v=l1jrlHovmpM
1•lroe•39m ago•0 comments

Jevframe: Typed semantic decisions for Pandas and Polars with Jev

https://pypi.org/project/jevframe/
1•jonbaer•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.