frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Flowing with Agents with Beyang Liu, CTO of Sourcegraph

https://changelog.com/podcast/658
1•fagnerbrack•1m ago•0 comments

I prepare for high-stakes technical AI demos

https://katecatlin.substack.com/p/how-i-prepare-for-high-stakes-technical
1•mooreds•1m ago•0 comments

Software Engineers Make Productive Decisions (without slowing the team down)

https://strategizeyourcareer.com/p/how-software-engineers-make-productive-decisions
1•fagnerbrack•1m ago•0 comments

The Trials of Satya Nadella

https://www.newcomer.co/p/the-trials-of-satya-nadella
1•imartin2k•2m ago•0 comments

How Reading books regulates your nervous system

https://bigthink.com/mind-behavior/how-reading-books-regulates-your-nervous-system/
1•the-mitr•4m ago•0 comments

Brewdog founder admits 'many mistakes' as hundreds lose jobs in sale

https://www.bbc.com/news/articles/cze00ddyw27o
1•mooreds•5m ago•0 comments

Typing Speed Might Matter Now

https://jarbus.net/blog/typing-speed-might-matter-now/
1•jarbus•11m ago•1 comments

ToolTrust Scanner – detect backdoored MCP packages (litellm 1.82.8)

https://github.com/AgentSafe-AI/tooltrust-scanner
1•brian93512•13m ago•0 comments

AI automation is quietly de-skilling white-collar workers

https://www.inc.com/andrea-olson/how-ai-automation-is-quietly-deskilling-white-collar-workers/913...
1•ryan_j_naughton•17m ago•0 comments

Show HN: Pixelbeat – A pixel-art terminal music player daemon written in Rust

https://github.com/Dylanwooo/pixelbeat
1•Dylanwoo•18m ago•0 comments

Implementing automatic eSIM installation on Android

https://medium.com/proandroiddev/integration-of-automatic-esim-installation-on-android-6c5f6d7124cb
8•nesterenkopavel•21m ago•0 comments

MirageOS – Build Unikernels in OCaml

https://mirage.io/
3•h4ch1•23m ago•1 comments

iStat Menus < 7.20.5 local privilege escalation

https://markuta.com/istat-menus-local-privilege-escalation/
1•jandeboevrie•30m ago•0 comments

D B Smith says "Einstein dead" and releases full stack of revolutionary papers

https://zenodo.org/records/19212785
2•tintweezl•31m ago•0 comments

Saving money by switching from PHP to D (2019)

https://dlang.org/blog/2019/09/30/saving-money-by-switching-from-php-to-d/
1•teleforce•36m ago•0 comments

Self-Parking Car Evolution

https://trekhleb.dev/self-parking-car-evolution/
1•trekhleb•36m ago•0 comments

Remove curl and wget aliases from PowerShell

https://github.com/PowerShell/PowerShell/pull/1901
1•tuananh•44m ago•0 comments

Pseudo-3D Photo Maker – iOS App

https://apps.apple.com/us/app/ioutbox-pseudo-3d-photo-maker/id6760662310
1•dares2573•50m ago•0 comments

Show HN: Travelwithsira: Find Cheapest Flights

https://travelwithsira.com/
1•malwaregeeeek•51m ago•0 comments

PyHanko: Cryptographically sign and verify PDF files

https://github.com/MatthiasValvekens/pyHanko
2•colonCapitalDee•55m ago•1 comments

1929: Inside the Greatest Crash in Wall Street History

https://www.nybooks.com/articles/2026/03/26/tick-tick-boom-1929-andrew-ross-sorkin/
3•mitchbob•1h ago•1 comments

Meadow: An ultra-compact smartphone without web browser, social media or email

https://www.notebookcheck.net/The-Meadow-launches-as-an-ultra-compact-smartphone-without-web-brow...
2•thunderbong•1h ago•0 comments

TurboQuant: Redefining AI efficiency with extreme compression

https://research.google/blog/turboquant-redefining-ai-efficiency-with-extreme-compression/
11•ray__•1h ago•0 comments

Iran camera network to control dissent turned into Israel targeting tool

https://apnews.com/article/iran-war-security-cameras-surveillance-5f9a1fe5845d94894f3edd50af560d3a
3•divbzero•1h ago•0 comments

Keryx – One TypeScript action class, five transports (HTTP, WS, CLI, MCP, tasks)

https://www.keryxjs.com/
3•evantahler•1h ago•0 comments

VMware – Strengthening the Cloud-Native Ecosystem Through Upstream Collaboration

https://blogs.vmware.com/cloud-foundation/2026/03/23/strengthening-the-cloud-native-ecosystem-thr...
2•donutshop•1h ago•0 comments

China mapping the ocean floor as it prepares for submarine warfare with the US

https://www.japantimes.co.jp/news/2026/03/24/asia-pacific/politics/china-ocean-submarine-warfare-us/
8•anigbrowl•1h ago•0 comments

Ask HN: Is Google AI overview good enough now?

7•coldtrait•1h ago•3 comments

Ask HN: Is anyone here giving their MCP server a code execution environment?

3•steadyelk•1h ago•1 comments

The Rise of the 'Backup Passport'

https://www.bbc.com/travel/article/20260318-the-rise-of-the-backup-passport
3•1659447091•1h 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.