frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why does Britain keep changing prime ministers?

https://www.ft.com/content/cd15556f-8f52-4b7a-8af9-578fdbbaa9c6
1•JumpCrisscross•1m ago•0 comments

Japanese symbols that speak without words

https://arun.is/blog/japan-symbols/
1•msephton•2m ago•0 comments

British Columbia, Time Zones, and Postgres

https://www.crunchydata.com/blog/british-columbia-and-time-zone-changes
1•sprawl_•3m ago•0 comments

Optocam Zero: a Pi Zero based digital camera made using off the shelf components

https://github.com/dorukkumkumoglu/optocamzero
1•iamnothere•4m ago•0 comments

Can You Pass the Test That Strikes Fear into China's High-Schoolers?

https://www.wsj.com/world/china/chinese-gaokao-test-quiz-c38937db
1•bookofjoe•5m ago•1 comments

ReleaseBytes – Central feed for tracking Platform releases

https://releasebytes.com/
1•shadowmonk•6m ago•0 comments

ClawHub's 23 plugins squat the official @openclaw and @clawhub scopes

https://www.manifold.security/blog/scope-squatting-clawhub-plugins
1•axsharma•8m ago•0 comments

Claude: Elevated errors across many models

https://status.claude.com/incidents/bbcpk0t2cj4p
1•forks•8m ago•0 comments

Why American data centers can't plug in

https://worksinprogress.co/issue/why-american-data-centers-cant-plug-in/
1•speckx•8m ago•0 comments

Adaptive speculative decoding: picking draft lengths at runtime

https://fergusfinn.com/blog/adaptive-speculation/
1•hasheddan•9m ago•0 comments

Flock-Powered Police Chiefs Stalking Women Shows Why Warrants Are Needed

https://ipvm.com/reports/police-chiefs-track
8•jhonovich•11m ago•0 comments

The Theoretical Limit of Image Compression [video]

https://www.youtube.com/watch?v=W39hBPOk9Hk
1•eln1•11m ago•0 comments

Sovereign AI: Why Owning the Full Stack Is the New Strategic Imperative

https://www.forbes.com/sites/chuckbrooks/2026/04/22/sovereign-ai-why-owning-the-full-stack-is-the...
1•zzzeek•12m ago•1 comments

One Year with Codeberg

https://guix.gnu.org/blog/2026/one-year-with-codeberg//
3•iamnothere•12m ago•0 comments

OpenAI Codex has a bug that could kill your SSD in under a year

https://www.notebookcheck.net/OpenAI-Codex-has-a-bug-that-could-kill-your-SSD-in-under-a-year.132...
4•abixb•13m ago•0 comments

Canada is looking to build up to 10 new nuclear reactors over the next 15 years

https://www.cbc.ca/news/politics/federal-nuclear-strategy-9.7244509
7•geox•17m ago•0 comments

Ratchets Run Faster with Resharp

https://danverbraganza.com/writings/ratchets-run-faster-with-resharp
1•nvader•18m ago•0 comments

FFmpegKit, revived – a maintained Android build after the original was retired

https://github.com/ffmpegkit-maintained/ffmpeg-kit
3•FFmpegKit•18m ago•0 comments

The art of the swarm: Systemic rivalry with China on European terms

https://ecfr.eu/publication/the-art-of-the-swarm-systemic-rivalry-with-china-on-european-terms/
1•simonebrunozzi•19m ago•0 comments

Memory crisis is getting so bad that even retro RAM prices are going to the Moon

https://www.theregister.com/personal-tech/2026/06/22/the-memory-crisis-is-getting-so-bad-that-eve...
5•speckx•19m ago•0 comments

A self-hosted auditor that tells you if your portfolio thesis still holds

https://daniwave313.gumroad.com/l/tlghil
1•dgomloz•20m ago•0 comments

Paradise Revisited: What Darwin Saw in the Galápagos

https://www.theatlantic.com/magazine/2026/08/writers-way-galapagos-charles-darwin-travel/687480/
2•lbeckman314•25m ago•1 comments

Blobly

https://blobly.medv.io/
2•medv•26m ago•0 comments

Kafka's Broken Promise: There Is No Goldilocks Log

https://www.opendata.dev/blog/announcing-opendata-log/
4•apurvamehta•27m ago•0 comments

Show HN: Making a new video game every day (Day 69: Hot Death Zero)

https://freepocketgames.com/69-hot-death-zero
2•pzxc•27m ago•0 comments

Ask HN: How to manage AI spam in inbox?

1•bmau5•28m ago•0 comments

Company Brain – Open-Source

https://github.com/KubaKoobz/sotu-copilot
1•kuba87•29m ago•0 comments

Doorbell cam filmed Tesla Autopilot crash that killed woman in her home

https://arstechnica.com/tech-policy/2026/06/woman-killed-when-tesla-driver-using-autopilot-crashe...
2•speckx•30m ago•0 comments

Little Alchemy 2

https://www.crazygames.com/game/little-alchemy-2
2•thunderbong•32m ago•0 comments

A Dark Dimension Could Link Two of the Universe's Great Unknowns

https://www.quantamagazine.org/a-dark-dimension-could-link-two-of-the-universes-great-unknowns-20...
1•pavel_lishin•32m 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.