frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Like Gcloud but with Prepayment Only?

1•julienreszka•19s ago•0 comments

Can we make robots that eat other robots?

https://www.ft.com/content/9193ef93-d5b9-4270-b743-e7bb174bb811
1•kasperset•23s ago•0 comments

KDE developer's plans for a QML-based GPU-accelerated video/photo editing suite

https://www.youtube.com/watch?v=WlgrCqgnk-M
1•FireInsight•3m ago•0 comments

HackAIGC

https://www.hackaigc.com
1•AI-Directories•4m ago•0 comments

Show HN: verifiable API and MCP calls

https://github.com/peacprotocol/peac
1•jithinraj•6m ago•1 comments

Show HN: StegoForge – A tool to hide payloads and hunt them with offline AI

https://github.com/Nour833/StegoForge
1•nour833•7m ago•0 comments

The spacetime of code

https://kolu.dev/blog/hickey-lowy/
2•srid•8m ago•0 comments

Humanoid robot breaks half marathon world record in Beijing

https://www.aljazeera.com/sports/2026/4/19/humanoid-robot-breaks-half-marathon-world-record-in-be...
1•kasperni•9m ago•1 comments

Trump violated First Amendment by forcing Facebook, Apple to remove ICE-tracking

https://lawandcrime.com/high-profile/government-coerced-enforcement-trump-admin-violated-first-am...
1•vrganj•11m ago•0 comments

Intolerance of uncertainty (IU) positively associated with problematic phone use

https://www.sciencedirect.com/science/article/abs/pii/S0306460325002400
1•Terretta•16m ago•0 comments

Proposal: Moving ownCloud community discussion to GitHub Discussions

https://central.owncloud.org/t/proposal-moving-owncloud-community-discussion-to-github-discussion...
1•edent•20m ago•0 comments

Zine

https://zine-ssg.io/
1•Tomte•26m ago•0 comments

Turning Point USA Is Expanding Its Reach to K-12 Schools

https://www.edweek.org/policy-politics/how-charlie-kirks-turning-point-usa-is-expanding-its-reach...
11•geox•27m ago•1 comments

Airline worker arrested after sharing photos of bomb damage in WhatsApp group

https://www.lbc.co.uk/article/dubai-police-spied-private-whatsapp-5HjdXwr_2/
12•aa_is_op•33m ago•2 comments

History Is Running Backwards

https://www.theatlantic.com/magazine/2026/05/reactionary-traditionalism-worldview/686597/
1•Anon84•33m ago•0 comments

Claude system prompts as a Git timeline

https://simonwillison.net/2026/Apr/18/extract-system-prompts/
2•Brajeshwar•34m ago•0 comments

Panic says the Playdate Catalog won't accept games made with generative AI

https://www.engadget.com/gaming/panic-says-the-playdate-catalog-wont-accept-games-made-with-gener...
1•CharlesW•34m ago•0 comments

Modern Front end Complexity: essential or accidental?

https://binaryigor.com/modern-frontend-complexity.html
2•gsky•35m ago•0 comments

Show HN: Libredesk – self-hosted, single-binary Intercom/Zendesk alternative

https://libredesk.io
3•avr5500•37m ago•0 comments

The EU digital ID wallet can't deliver the privacy properties it claims

https://github.com/eu-digital-identity-wallet/av-doc-technical-specification/issues/26
7•gasull•38m ago•0 comments

A Multi‑Threaded Branchless Quicksort in C

https://easylang.online/blog/threaded_sorting
2•jsphtr•40m ago•0 comments

How Engineers Kick-Started the Scientific Method

https://spectrum.ieee.org/francis-bacon-scientific-method
1•salkahfi•41m ago•0 comments

CSS-Only Mario World

https://codepen.io/t_afif/full/JoKYwXO
1•bookofjoe•41m ago•0 comments

Tide: Token-Informed Depth Execution for Per-Token Early Exit in LLM Inference

https://arxiv.org/abs/2603.21365
2•OsamaJaber•42m ago•0 comments

Show HN: Scan domain for llms.txt LLMs-full.txt AI aware SEO tool

3•fcpguru•45m ago•0 comments

Wander Console Network Crawler

https://susam.net/code/news/wander/0.5.0.html
1•susam•48m ago•0 comments

Ask HN: How to handle desktop app security post-Mythos?

1•Archit3ch•51m ago•2 comments

Eternal November – this new influx of users may be better than the last one

https://sfconservancy.org/blog/2026/apr/15/eternal-november-generative-ai-llm/
1•nfriedly•53m ago•0 comments

Why we create architecture diagrams (2022)

https://www.ilograph.com/blog/posts/why-create-system-architecture-diagrams/
1•billyp-rva•59m ago•0 comments

Show HN: A collaborative SSH copilot for on-calls/DevOps/MLOps

https://github.com/few-sh/fewshell
1•hexer303•59m 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•12mo 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.