frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: The Jobs Index

https://jobs.voxos.ai/
1•Falimonda•38s ago•0 comments

Successes and Breakdowns in Everyday Non-Display Smart Glasses Use

https://arxiv.org/abs/2602.22340
1•PaulHoule•1m ago•0 comments

The Great American Condo Crisis

https://www.theatlantic.com/ideas/2026/03/condo-housing-affordability-crisis/686353/
1•JumpCrisscross•2m ago•0 comments

The Return of Travis Kalanick: Fact and Fluff

https://om.co/2026/03/14/the-fact-fluff-of-return-of-travis-kalanick/
1•rmason•3m ago•0 comments

Mainframes Are Not Dead – They Are Becoming the Engine of Modern Banking

https://thebanking50.nl/mainframes-are-not-dead-they-are-becoming-the-engine-of-modern-banking/
1•rbanffy•4m ago•0 comments

China Open-Sources "Origin Pilot": The First Domestically Developed Quantum OS

https://quantumcomputingreport.com/china-open-sources-origin-pilot-the-first-domestically-develop...
1•rbanffy•5m ago•0 comments

Putting my stamp on a lost art: Why I still send postcards

https://www.csmonitor.com/The-Home-Forum/2026/0227/mail-USPS-art
2•Tomte•6m ago•1 comments

In This Cleveland Newsroom, AI Is Writing (But Not Reporting) the News

https://www.cjr.org/news/cleveland-newsroom-ai-rewrite-desk-chris-quinn-plain-dealer.php
1•Tomte•6m ago•0 comments

Extend or replace – how to evaluate your billing stack at AI scale

https://arnon.dk/extend-or-replace-how-to-evaluate-your-billing-stack-at-ai-scale/
1•arnon•7m ago•0 comments

Ask HN: How to Learn C++ in 2026?

1•creatorcoder•8m ago•0 comments

PulseLog – Python logger that opens a live browser dashboard (263k logs/SEC)

https://pypi.org/project/pulselog/
1•Rankush•8m ago•1 comments

OpenJarvis: Personal AI, on Personal Devices

https://scalingintelligence.stanford.edu/blogs/openjarvis/
3•jostylr•13m ago•0 comments

Show HN: Free OpenAI API Access with ChatGPT Account

https://github.com/EvanZhouDev/openai-oauth
2•EvanZhouDev•16m ago•2 comments

The Pentagon Went to War with Anthropic. What’s Really at Stake?

https://www.newyorker.com/news/annals-of-inquiry/the-pentagon-went-to-war-with-anthropic-whats-re...
2•Anon84•18m ago•0 comments

Show HN: iFrame Tester Gator

https://iframetest.com/
1•tonysurfly•22m ago•0 comments

Show HN: Graft – Your local environment, everywhere

https://graft.run
2•erdaniels•23m ago•1 comments

Canada's Bill C-22 Mandates Mass Metadata Surveillance of Canadians

https://www.parl.ca/DocumentViewer/en/45-1/bill/C-22/first-reading
2•opengrass•24m ago•0 comments

Russia's new elite hit squad was compromised by using Google Translate

https://theins.ru/en/inv/290235
2•amarcheschi•24m ago•0 comments

DriverExplorer – Windows kernel driver loader and viewer in Rust

https://github.com/orinimron123/DriverExplorer
1•orinimron123•25m ago•0 comments

I'm Too Lazy to Check Datadog Every Morning, So I Made AI Do It

https://quickchat.ai/post/automate-bug-triage-with-claude-code-and-datadog
1•piotrgrudzien•26m ago•0 comments

Turing, Gödel, and Church at Princeton in the 1930s (2012) [video]

https://www.youtube.com/watch?v=kO-8RteMwfw
2•gone35•29m ago•0 comments

Wizaskdo

https://github.com/xmonader/wizaskdo
1•aredirect•32m ago•1 comments

Show HN: Lux – Drop-in Redis replacement in Rust. 5.6x faster, ~1MB Docker image

https://github.com/lux-db/lux
3•mattyhogan•33m ago•1 comments

LessWrong Policy on LLM Use

https://www.lesswrong.com/posts/nQWavk9mnwcv6ScMR/new-lesswrong-editor-also-an-update-to-our-llm-...
3•xpe•34m ago•1 comments

It Ought to Be a Pull Door

https://elliotbonneville.com/it-really-ought-to-be-a-pull-door/
2•elliotbnvl•34m ago•0 comments

Show HN: Flutterby, an App for Flutter Developers

https://flutterby.app/
2•DavidCanHelp•35m ago•1 comments

Sewage Dump Is Now One of America's Best Bird Sanctuaries [video]

https://www.youtube.com/watch?v=gt_eVx5AX2s
1•EwanG•37m ago•0 comments

Show HN: PostSupremo – Generate authentically inauthentic LinkedIn content

https://www.postsupremo.com/
1•raphaelsoeiro•39m ago•0 comments

Show HN: HUMANTODO

https://humantodo.dev/
4•bodash•40m ago•1 comments

State Department Cuts Price of Renouncing U.S. Citizenship to $450

https://www.nytimes.com/2026/03/15/us/us-citizenship-renounce-price-cut.html
6•vinni2•43m 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.