frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Intl API: The best browser API you're not using

https://polypane.app/blog/the-intl-api-the-best-browser-api-youre-not-using/
1•Terretta•2m ago•0 comments

This "rotten egg" brain gas could be the key to fighting Alzheimer's disease

https://www.sciencedaily.com/releases/2026/04/260408225933.htm
1•Noaidi•4m ago•1 comments

The State of Startups 2026

https://supabase.com/state-of-startups
1•fmerian•5m ago•0 comments

A Three- and a Four- Body Problem

https://www.johndcook.com/blog/2026/04/08/artemis-1-apollo-12/
1•ibobev•6m ago•0 comments

Andrica's conjecture on the gap between root primes

https://www.johndcook.com/blog/2026/04/08/andrica/
2•ibobev•7m ago•0 comments

An Atari 8-bit Computer Timeline

https://www.goto10retro.com/p/an-atari-8-bit-computer-timeline
1•ibobev•7m ago•0 comments

Show HN: Gaussian splatting for real estate promotion

https://lamotte-laturballe.see-around.app/
2•dezmou•11m ago•1 comments

Britain breaks solar energy record twice as UKs biggest solar farm gets approval

https://www.theguardian.com/environment/2026/apr/08/britain-breaks-solar-energy-record-twice-uk-b...
2•_____k•13m ago•1 comments

The Soviet Network

https://literaryreview.co.uk/the-soviet-network
1•prismatic•13m ago•0 comments

Hister: Automatic local full-text indexing for visited websites

https://github.com/asciimoo/hister
1•rendx•15m ago•0 comments

Show HN: CSS Studio. Design by hand, code by agent

https://cssstudio.ai
2•SirHound•16m ago•0 comments

Why Have Sentence Lengths Decreased?

https://arjunpanickssery.substack.com/p/why-have-sentence-lengths-decreased
2•surprisetalk•17m ago•0 comments

Ms. Rachel

https://gomakethings.com/ms.-rachel/
2•surprisetalk•17m ago•0 comments

Kiki: Array Programming DSL

https://smallandnearlysilent.com/kiki/
1•surprisetalk•17m ago•0 comments

Exploring the Design Space for Runtime Enforcement of Dynamic Capabilities [video]

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

Workflows: Durable Execution with Just Postgres

https://earendil-works.github.io/absurd/
1•birdculture•20m ago•0 comments

SuperCmd – open-source alternative to Raycast Pro, WisprFlow, and Speechify

https://supercmd.sh/
2•marksully•20m ago•0 comments

WireGuard VPN developer can't ship updates after Microsoft locks account

https://techcrunch.com/2026/04/08/wireguard-vpn-developer-cant-ship-software-updates-after-micros...
5•Liriel•21m ago•2 comments

Apple's chip 'binning' explained: What the heck does it mean?

https://www.macworld.com/article/3107278/apples-chip-binning-explained-what-is-it-and-why-does-it...
1•SonOfKyuss•22m ago•0 comments

Citeseerx.ist.psu.edu Archived, Breaking Tens of Thousands of Links

https://web.archive.org/web/20251230112235/https://citeseerx.ist.psu.edu/
1•maxaigner•24m ago•1 comments

Ask HN: What you use for quick API checks?

1•igtumt•25m ago•1 comments

Grading laptop and cell phone companies on the fixability of their products

https://pirg.org/edfund/resources/failing-the-fix-2026/
1•giuliomagnifico•26m ago•0 comments

Standardizing HLSL

https://devblogs.microsoft.com/directx/standardizing-hlsl/
1•crispinh•27m ago•0 comments

Deflate, gzip, zlib, libz, et al.

https://curiouscoding.nl/posts/gzip/
1•tosh•32m ago•0 comments

Ask HN: AI in production feels "off" even when everything looks fine? OK 4 anon

1•stratoatlas•32m ago•1 comments

Is fake grass a bad idea? The AstroTurf wars are far from over

https://www.technologyreview.com/2026/04/09/1135092/astroturf-fake-grass-artificial-heated-debates/
1•joozio•38m ago•0 comments

BreachForums administrator identified as well-known ethical hacker

https://www.escudodigital.com/en/cybersecurity/breachforums-administrator-identified-as-well-know...
1•anonhaven•39m ago•0 comments

AI and remote work is a disaster for junior software engineers

https://medium.com/@lukas_kosinski/ai-and-remote-work-is-a-disaster-for-junior-software-engineers...
4•gpi•48m ago•0 comments

Can a non – coder build a high tech product?

2•savvyR•51m ago•2 comments

Would a user orchestration rollout tool for Gemini be useful for managers?

1•yajur•53m ago•0 comments
Open in hackernews

Zig and GPUs

https://alichraghi.github.io/blog/zig-gpu/
57•Cloudef•11mo 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.