frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI Has No Moat

https://geohot.github.io//blog/jekyll/update/2026/04/22/ai-has-no-moat.html
1•thoughtpeddler•2m ago•0 comments

Power without accountability: The Palantir manifesto

https://donmoynihan.substack.com/p/palantir-wants-power-without-accountability
1•tastyface•4m ago•0 comments

Show HN: Minimal visual chess openings explorer

https://aperturasdeajedrez.com.ar/en/
1•gperez78•10m ago•0 comments

Does everyone have the "Parents Decide Act" wrong?

https://www.privacyguides.org/videos/2026/04/22/does-everyone-have-the-parents-decide-act-wrong/
1•Cider9986•13m ago•0 comments

AGT – turning AI output into shareable pages

https://agt.pub
1•agentpublsh•13m ago•1 comments

Arc Raiders players decided to test who was friendlier, PC or console players

https://www.pcgamer.com/games/third-person-shooter/arc-raiders-players-decided-to-test-who-was-fr...
2•evo_9•17m ago•0 comments

New AI Lab from Jerry Tworek

https://www.coreauto.com/
1•sethbannon•21m ago•0 comments

AI is built to think like conspiracy theorists

https://substack.com/home/post/p-194947908
1•ScatmanSimba•24m ago•0 comments

Show HN: ModelX – Prediction Exchange for LLMs

https://model-x.up.railway.app/
3•Entropnt•25m ago•0 comments

OpenClaw stats don't add up

4•iliaov•28m ago•0 comments

Microsoft must face $2.8B UK lawsuit over cloud computing licences

https://www.reuters.com/sustainability/boards-policy-regulation/microsoft-must-face-28-billion-uk...
1•squiffsquiff•31m ago•1 comments

Macroeconomic Impacts of Defence Spending [pdf]

https://www.oecd.org/content/dam/oecd/en/publications/reports/2026/03/fiscal-and-macroeconomic-im...
1•sha_rad•32m ago•0 comments

Fun with an indecisive AI coding agent

https://benhoyt.com/writings/indecisive-ai-agent/
1•signa11•33m ago•1 comments

Pandas feels clunky coming from R. What about Haskell?

https://mchav.github.io/being-less-clunky/
1•mchav•35m ago•2 comments

The Things I Wanted to Know Before Buying Apple's Studio Display XDR

https://blog.tymscar.com/posts/studiodisplayxdr/
1•signa11•40m ago•0 comments

Cursor will get acquired by SpaceX

https://www.theguardian.com/technology/2026/apr/21/spacex-cursor-ai-startup
2•manishfp•45m ago•3 comments

Show HN: Gemini Plugin for Claude Code

https://github.com/m-ghalib/gemini-plugin-cc
2•morawr•45m ago•0 comments

First Time Filmed in a Decade – Underwater Volcano Eruption (Kavachi) [video]

https://www.youtube.com/watch?v=rK00tvzJ1Yc
2•sheepscreek•46m ago•0 comments

Show HN: Frame-by-Frame Previews of MPEGs and PDFs (Rust)

https://flipbook.browserbox.io/
1•keepamovin•47m ago•1 comments

NZ is using AI to take minutes and draft honours citations

https://www.interest.co.nz/public-policy/137822/new-zealand-using-ai-take-minutes-and-draft-honou...
1•indynz•48m ago•0 comments

Lawsuit Accuses Meta of Profiting from Widespread Fraud on Its Platforms

https://www.techpolicy.press/lawsuit-accuses-meta-of-profiting-from-widespread-fraud-on-its-platf...
1•jruohonen•48m ago•0 comments

So This is Peak Smartphone [video]

https://www.youtube.com/watch?v=c347oYQO57A
1•thelastgallon•58m ago•0 comments

The most overenginereed Chromium extension?

https://www.superchargebrowser.com/performance/
1•superchargeext•1h ago•0 comments

Ubuntu 26.04 is more than just a performance bump for thrill-seeking gamers

https://www.zdnet.com/article/ubuntu-26-04-performance/
1•teleforce•1h ago•0 comments

Reverse-engineering infrared-based electronic shelf labels

https://www.furrtek.org/?a=esl
1•pabs3•1h ago•0 comments

Rivian R2 won't have A/C buttons followed by CEO's decision

https://theevreport.com/rivian-r2s-screen-heavy-interior-was-a-top-down-ceo-decision
1•vincentchau•1h ago•1 comments

1981 Spanish cooking oil disaster

https://en.wikipedia.org/wiki/Toxic_oil_syndrome
1•burnt-resistor•1h ago•1 comments

Zero Days Clock

https://zerodayclock.com/
1•baxtr•1h ago•0 comments

Paraloid B-72

https://en.wikipedia.org/wiki/Paraloid_B-72
2•Ariarule•1h ago•0 comments

Five Simple Steps to Fix America

https://geohot.github.io//blog/jekyll/update/2026/04/18/five-simple-steps.html
2•inatreecrown2•1h 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.