frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Where Have All the Cycles Gone? [video]

https://www.youtube.com/watch?v=B-aDBB34o6Y
1•tosh•4m ago•0 comments

Show HN: Typeset sitelen pona and copy a PNG (for toki pona speakers)

https://sitelen.vercel.app/
1•vitaly-pavlenko•6m ago•0 comments

Scaffold a complete 1990s Geocities-themed static website in seconds

https://gitea.com/sugardaddyapp/geocities-boilerplate
2•hankerapp•10m ago•0 comments

Age Assurance on the Internet: Identity, Privacy, and the Limits of Verification

https://sphericalcowconsulting.com/2026/04/14/age-assurance/
1•mooreds•10m ago•0 comments

Bun's problem may be developing in the open

https://00f.net/2026/05/17/developping-in-the-open/
1•avinassh•10m ago•0 comments

Polylux: Open-source replacement for Asus Armoury Crate that saves 470MB RAM

https://github.com/vladulus/polylux
1•polylux•11m ago•0 comments

U.K. Economy Accelerates to Outpace U.S. as War Headwinds Loom

https://www.wsj.com/economy/u-k-economy-accelerated-at-start-of-year-7c70878b
2•mmarian•16m ago•1 comments

Breakdown of X algorithm published on GitHub

https://twitter.com/javilopen/status/2055681064085938429
1•guiambros•16m ago•0 comments

Show HN: Agnt – Free open-source CLI to run any public or MIT-licensed AI agent

1•meajsinghk22•19m ago•0 comments

Show HN: Due Diligence Agents – 13 AI agents for M&A contract analysis

https://github.com/zoharbabin/due-diligence-agents
1•zoharbabin•19m ago•0 comments

Realtime Stocks Prices that you can put Fullscreen

https://stocks.stagas.deno.net/
1•stagas•20m ago•0 comments

Open Itinerary

http://bryanhu.com/open-itin/
1•thatxliner•21m ago•1 comments

A Family Secret No More

https://www.nytimes.com/2026/05/15/us/degrange-family-history-race.html
1•js2•22m ago•1 comments

Checking Multiplication Overflow

https://lemire.me/blog/2026/05/06/checking-multiplication-overflow/
1•tosh•22m ago•0 comments

CarTalk-AMP: Search and Play Car Talk Episodes

https://cartalk-amp.exe.xyz
1•indigodaddy•23m ago•0 comments

Back in My Day

https://old.reddit.com/r/opencodeCLI/comments/1tftit9/back_in_my_day/
3•theanonymousone•23m ago•0 comments

Show HN: Kami Subs – Live AI subtitles overlay for any browser video

https://github.com/MohammdKopa/kami-subs
2•mohamedkeba•24m ago•1 comments

Neptune: Direct3D Virtualization for QEMU

https://blog.getutm.app/2026/introducing-neptune-direct3d-virtualization-for-qemu/
1•linolevan•25m ago•0 comments

Almost there: Aptera has built five solar EVs on their validation assembly line

https://aptera.us/first-five-vehicles/
1•TeaVMFan•25m ago•2 comments

Why this 26-year-old software engineer doesn't want a promotion

https://www.reuters.com/markets/on-the-money/why-this-26-year-old-software-engineer-doesnt-want-p...
2•tartoran•28m ago•0 comments

Can Bloom Energy build them?

https://theloadgrowth.substack.com/p/can-bloom-energy-build-them
2•agordhandas•31m ago•0 comments

WHO declares Ebola outbreak in Congo, Uganda emergency of international concern

https://www.reuters.com/business/healthcare-pharmaceuticals/who-declares-ebola-outbreak-congo-uga...
2•tartoran•31m ago•0 comments

F.03 Livestream – Watch a team of humanoid robots running a full 8-HR shift [video]

https://www.youtube.com/watch?v=luU57hMhkak
1•Teever•31m ago•0 comments

A bad blog post led to GamerGate and the rise of the alt-right

https://www.dontbeasucker.blog/p/you-are-what-you-beat
1•betterthanever•31m ago•0 comments

Curated list of 736 verified remote tech companies hiring (May 2026)

https://dj5333111-ux.github.io/traction-data/
3•tractiondata•32m ago•1 comments

Dontsurveil.me

https://opencivics-labs.github.io/dontsurveil.me/c22.html
1•laurex•33m ago•1 comments

The clean-up cost of AI-generated code is what the velocity narrative leaves out

https://webflow.com/blog/cleanup-cost-ai-generated-code
2•Brajeshwar•34m ago•0 comments

AI can fix the fragmented online public transport space

https://simianwords.bearblog.dev/ai-can-fix-the-fragmented-online-public-transport-space/
1•simianwords•38m ago•0 comments

He Federal Data Field Guide

https://www.federaldatafieldguide.us/
1•firexcy•40m ago•0 comments

Pokemon NPCs Powered by Local LLMs

https://www.owenmc.dev/posts/local-inference-npcs
1•owenmccadden•42m 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.