frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI Said This Wing Is 27% More Efficient. So I Built It and Flight-Tested It [video]

https://www.youtube.com/watch?v=1KUkbKKXZqw
1•xbmcuser•46s ago•0 comments

New Zero-Data Storage Password Vaulting Tool

https://www.devglan.com/online-tools/secure-password-vault
1•only2dhir•1m ago•0 comments

User-Adjustable Leather Tool Organizers

https://www.core77.com/posts/138928/User-Adjustable-Leather-Tool-Organizers
1•surprisetalk•3m ago•0 comments

Notes on Shadowing a Hospitalist

https://humaninvariant.substack.com/p/notes-on-shadowing-a-hospitalist
1•surprisetalk•4m ago•0 comments

Claude's Constitution

https://www.anthropic.com/news/claudes-constitution
2•surprisetalk•4m ago•0 comments

The end of the road for Kafka-delta-ingest

https://brokenco.de/2025/10/30/kafka-delta-ingest-was-fun.html
1•alex_hirner•4m ago•0 comments

Psychotic delusions evolving to incorporate phones and social media algorithms

https://www.psypost.org/psychotic-delusions-are-evolving-to-incorporate-smartphones-and-social-me...
1•DrierCycle•6m ago•0 comments

Dance Card

https://en.wikipedia.org/wiki/Dance_card
1•walterbell•8m ago•0 comments

Production-Ready n8n: error handling, graceful retries and security

https://www.codesmith.in/post/n8n-error-handling-debugging-security
1•sourabh86•11m ago•1 comments

Are We Sleepwalking into a Diesel Shortage?

https://thehonestsorcerer.substack.com/p/are-we-sleepwalking-into-a-diesel
1•ambientenv•11m ago•0 comments

A320 ELAC B L104 Software Update Emergency Ad [video]

https://www.youtube.com/watch?v=EqH7KsaA_RE
1•cratermoon•11m ago•0 comments

Show HN: a Rust template for highly testable, production-ready services

https://github.com/Berektassuly/testable-rust-architecture-template
1•Berektassuly•12m ago•1 comments

AI doesn't add up if you neglect the mathematicians

https://www.ft.com/content/b05318d1-12e5-49f1-9950-47e8b0f809ae
2•ekpyrotic•18m ago•1 comments

Keep these Stupid American Trucks out of Europe [video]

https://youtu.be/--832LV9a3I
2•shaicoleman•19m ago•1 comments

No AI December 2025

https://noaidecember.com/
1•sandruso•19m ago•0 comments

Transients in the Palomar Observatory Sky Survey

https://www.nature.com/articles/s41598-025-21620-3
2•geox•20m ago•0 comments

Show HN: AI agents that validate your product idea by talking to real users

https://app.holyshift.ai/ai/project
4•Matzalar•26m ago•3 comments

LLVM-MOS – Clang LLVM fork targeting the 6502

https://llvm-mos.org/wiki/Welcome
2•jdmoreira•26m ago•0 comments

Interop and MathML Core

https://conflor.es/blog/2025-11-27-interop-and-mathml/
1•todsacerdoti•27m ago•0 comments

My Interview| Please Give Feedback: Underdog Story of This Self-Made CEO [video]

https://www.youtube.com/watch?v=AL1PvyuEz7M
1•EhsanEtezad•27m ago•1 comments

Implementation Rust: One Billion Rows Challenge

https://www.youtube.com/watch?v=g2EKNXKKGM4
1•lichtenberger•29m ago•0 comments

Frankenstein the Book

https://dn790007.ca.archive.org/0/items/frankenstein00084gut/84.txt
1•DaveZale•30m ago•0 comments

Scientists find a hidden obesity trigger in soybean oil

https://www.sciencedaily.com/releases/2025/11/251129044503.htm
4•Noaidi•31m ago•1 comments

Party in the AI Lab (Parody of Parody "Party in the CIA." By Weird Al Yankovic) [video]

https://www.youtube.com/watch?v=b8yeQnP_ftw
1•lout332•34m ago•0 comments

Trolley Problems

https://neal.fun/absurd-trolley-problems/
1•m-hodges•39m ago•0 comments

Can you spot AI videos from real ones? Take our quiz

https://www.npr.org/2025/11/30/nx-s1-5610951/fake-ai-videos-slop-quiz
3•markerz•39m ago•0 comments

The Ethical Computing Initiative

https://aol.codeberg.page/eci/
2•iris-digital•41m ago•1 comments

Own a Graph

https://staysaasy.com/strategy/2025/11/25/own-a-graph.html
2•thisismytest•42m ago•0 comments

Collapse as a measurable structural event: Flexion Collapse Theory

https://zenodo.org/records/17726503
1•flexionU•43m ago•0 comments

Uncle Nerd Runs a Marathon

https://lupyuen.org/articles/marathon
2•lupyuen•43m ago•1 comments
Open in hackernews

Zig and GPUs

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

Comments

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