frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Backlit Keyboard API for Python

https://github.com/itsmeadarsh2008/backlit-kbd
1•itsmeadarsh•2m ago•0 comments

The Technological Republic, in Brief

https://twitter.com/palantirtech/status/2045574398573453312
1•phantomathkg•7m ago•1 comments

Show HN: Make Video from Photo for Free

https://makevideofromphoto.com/
1•pekingzcc•11m ago•0 comments

Beijing humanoid robot half-marathon

https://www.youtube.com/watch?v=NwBK8EH5KlY
1•Animats•27m ago•0 comments

The Flipper Zero is now rewriting electronic price tags (The Verge)

https://www.theverge.com/tech/912713/the-flipper-zero-is-now-rickrolling-electronic-price-tags-at...
1•hackerfizh•30m ago•0 comments

We ran 1,000 queries through ChatGPT: 48 domains produced 22.5% of citations

https://growtika.com/blog/chatgpt-citation-economy
1•Growtika•33m ago•0 comments

Book Summary: "Essentialism" by Greg McKeown

https://nielsbohrmann.com/essentialism-book-summary/
1•dsego•33m ago•0 comments

GitHub – Merit-Systems/Echo: The User Pays AI SDK

https://github.com/Merit-Systems/echo
2•fagnerbrack•44m ago•0 comments

Show HN: Fuelgauge – a Claude Code status line that doesn't need Node

https://github.com/adityaarakeri/fuelgauge
2•humblejedi•46m ago•0 comments

Third Place

https://en.wikipedia.org/wiki/Third_place
1•thunderbong•47m ago•0 comments

Meta to cut 8k jobs 10% of workforce in major bloodbath next month

https://nypost.com/2026/04/17/business/meta-to-cut-8000-jobs-in-major-bloodbath-next-month-report/
4•1vuio0pswjnm7•53m ago•1 comments

Prefill-as-a-Service:KVCache of Next-Generation Models Could Go Cross-Datacenter

https://arxiv.org/abs/2604.15039
2•matt_d•55m ago•0 comments

Ultrafast spectral primes generator (Python code)

https://github.com/model-vpr/ultrafast-spectral-primes
2•vpr-research•1h ago•0 comments

Generative artificial intelligence for computational chemistry

https://arxiv.org/abs/2409.03118
1•bdg•1h ago•0 comments

Design.md

https://github.com/VoltAgent/awesome-design-md
1•granto•1h ago•0 comments

Chernobyl's last wedding: The couple who married as a nuclear disaster unfolded

https://www.bbc.com/news/articles/c0q92lx8q75o
1•1659447091•1h ago•0 comments

Cheng Li-Wun: From Hunger Strike for Taiwan Independence to Meeting Xi Jinping

https://taiwan.md/en/people/cheng-li-wun/
1•salkahfi•1h ago•0 comments

Breakthrough Prize Announces 2026 Laureates

https://breakthroughprize.org/News/98
1•diwank•1h ago•0 comments

Show HN: AgentKey – Access governance for AI agents

https://agentkey.dev
2•cracadumi•1h ago•3 comments

Study suggests some Alzheimer's symptoms may begin outside the brain

https://medicalxpress.com/news/2026-04-alzheimer-symptoms-brain.html
2•bookmtn•1h ago•0 comments

2026 humanoid robot half-marathon kicks off in Beijing [video]

https://www.youtube.com/watch?v=zqgc9C3cC6U
1•kasperni•1h ago•0 comments

Master of chaos wins $3M math prize for 'blowing up' equations

https://www.scientificamerican.com/article/master-of-chaos-wins-usd3m-math-prize-for-blowing-up-e...
1•tzury•1h ago•0 comments

The next food crisis may have begun

https://www.irishtimes.com/world/middle-east/2026/04/16/the-worlds-next-food-crisis-may-have-alre...
3•measurablefunc•1h ago•0 comments

Shanghai Relocates Neighbourhood with Robots (2025)

https://parametric-architecture.com/shanghai-relocates-7500-ton-shikumen-complex-with-robots/
1•thenthenthen•1h ago•0 comments

Berkeley EECS undergraduate TAs paid $89-102/HR

https://twitter.com/minilek/status/2045632119087448164
2•osnium123•1h ago•1 comments

Show HN: Fuelgauge – a Claude Code status line that doesn't need Node

https://github.com/adityaarakeri/fuelguage
1•humblejedi•1h ago•1 comments

Ask HN: Which IDE are you using?

1•wasimsk•1h ago•3 comments

Trump orders fast tracking review of psychedelics for mental health disorders

https://www.npr.org/2026/04/18/nx-s1-5789859/psychedelic-treatments-mental-health
6•mikhael•2h ago•1 comments

Show HN: Customer Reviews can be represented through Voice capture/generation

https://customersvoices.com
1•Zavora•2h ago•0 comments

Garbage Collection Without Unsafe Code

https://fitzgen.com/2024/02/06/safe-gc.html
2•foota•2h 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•12mo 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.