frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Antigravity Is Down

1•samroar04•1m ago•0 comments

Sir Tony Hoare Obituary

https://www.theguardian.com/technology/2026/apr/12/sir-tony-hoare-obituary
1•ColinWright•1m ago•0 comments

PSA Crypto: The P is for Portability

https://danielmangum.com/posts/psa-crypto-portability/
1•hasheddan•2m ago•0 comments

Show HN: Wax Crate – Browse your Apple Music library like a crate of records

https://apps.apple.com/au/app/wax-crate-virtual-vinyl/id6760627334
1•nasht100•2m ago•0 comments

Swival is the AI agent I wanted

https://00f.net/2026/04/13/swival-ai-agent/
1•jedisct1•7m ago•0 comments

Checkpoints, Write Storms, and You

https://www.pgedge.com/blog/checkpoints-write-storms-and-you
1•tanelpoder•9m ago•0 comments

Zero Autovacuum_cost_delay, Write Storms, and You

https://ardentperf.com/2026/04/12/zero-autovacuum_cost_delay-write-storms-and-you/
1•tanelpoder•10m ago•0 comments

Our World by Agents

https://ourworldbyagents.com/
1•droidjj•10m ago•0 comments

Online courses, supply and demand, and academic integrity

https://eighteenthelephant.com/2026/04/13/online-courses-supply-and-demand-and-academic-integrity/
1•apwheele•11m ago•0 comments

AI could be the end of the digital wave, not the next big thing

https://thenextwavefutures.wordpress.com/2026/04/07/ai-end-digital-wave-technology-innovation-perez/
3•surprisetalk•13m ago•0 comments

You Do Need to Understand Mythos [video]

https://www.youtube.com/watch?v=V6pgZKVcKpw
1•surprisetalk•13m ago•0 comments

I went to America's worst national parks so you don't have to

https://substack.com/home/post/p-193626949
2•surprisetalk•13m ago•0 comments

中文 Literacy Speedrun II: Character Cyclotron

https://blog.kevinzwu.com/character-cyclotron/
2•surprisetalk•14m ago•0 comments

Cydintosh Turns Your Cheap Yellow Display into a Macintosh Plus

https://www.hackster.io/news/cydintosh-turns-your-cheap-yellow-display-into-a-macintosh-plus-and-...
1•benguild•15m ago•0 comments

I learned something about GPUs today

https://foon.uk/blackshift-sand-bug/
1•rogual•15m ago•2 comments

Built my AI agent a custom dashboard. Then replaced it with Fizzy

https://thoughts.jock.pl/p/wizboard-fizzy-ai-agent-interface-pivot-2026
2•joozio•15m ago•0 comments

Show HN: The Infinite Tolkien – endless narration of Middle-earth

http://infinitetolkien.com/
2•Jarlakxen•18m ago•0 comments

The Affordable Car Is Dead. What Happened?

https://www.nytimes.com/interactive/2026/04/13/opinion/affordable-car-cost.html
2•JKCalhoun•19m ago•0 comments

Show HN: Turn your favorite YouTube channels into a streaming experience

https://minitube.tv
2•renatoworks•22m ago•3 comments

Cursor Agent is Anthropic's Claude Code SDK running behind a local HTTP proxy

https://gist.github.com/jasonkneen/4c065df2d7a95610e4fd30c3e3398b17
1•freely0085•23m ago•1 comments

The hottest college major [Computer Science] hit a wall. What happened?

https://www.washingtonpost.com/technology/2026/04/13/computer-science-major-ai/
1•1vuio0pswjnm7•23m ago•0 comments

DuckLake v1.0

https://ducklake.select/2026/04/13/ducklake-10/
1•henrikhorluck•25m ago•0 comments

Trade for belief-based use drives hooded vultures to near-extinction in Benin

https://news.mongabay.com/2026/03/staggering-trade-for-belief-based-use-drives-hooded-vultures-to...
2•PaulHoule•26m ago•0 comments

Nuclear Salt-Water Rocket

https://en.wikipedia.org/wiki/Nuclear_salt-water_rocket
2•radeeyate•27m ago•0 comments

Microsoft begins removing Copilot from Notepad on Windows 11 but the AI persists

https://www.windowscentral.com/microsoft/windows-11/microsoft-finally-begins-removing-copilot-fro...
3•latexr•28m ago•0 comments

Do MCPs improve coding agent performance?

https://marginlab.ai/blog/do-mcps-improve-coding-agents-part-1/
6•jbatmargin•31m ago•0 comments

Servo is now available on crates.io

https://servo.org/blog/2026/04/13/servo-0.1.0-release/
2•ffin•31m ago•0 comments

Show HN: Formal – LLM-driven property checker, backed by Lean 4 and Mathlib

https://github.com/yamafaktory/formal
1•yamafaktory•31m ago•0 comments

EU and US near critical minerals deal to combat Chinese control

https://www.reuters.com/world/china/eu-us-near-critical-minerals-deal-combat-chinese-control-bloo...
2•giuliomagnifico•33m ago•0 comments

That Time Is Gone

https://marcobambini.substack.com/p/that-time-is-gone
1•marcobambini•33m ago•0 comments
Open in hackernews

Zig and GPUs

https://alichraghi.github.io/blog/zig-gpu/
57•Cloudef•12mo ago

Comments

LegNeato•11mo ago
See also https://github.com/Rust-GPU/rust-gpu and https://github.com/rust-gpu/rust-cuda
ladyanita22•11mo 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•11mo ago
Microsoft indicated they are switching to SPIR-V from DXIL: https://devblogs.microsoft.com/directx/directx-adopting-spir...
skywal_l•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo ago
The Zig compiler can compile C, though.