frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Artificial Anthology: AI improving AI writing about AI

https://artificialanthology.com/
1•xianshou•1m ago•0 comments

UC Berkeley Admissions vs. Math Competency

https://tools.encona.com/uc-vs-sbac#year=2025&campus=Berkeley&county=San+Francisco&mode=count&sch...
2•rahimnathwani•5m ago•0 comments

Show HN: I built the YouTube Music TUI I wanted (Vim registers, 0-9 to seek, ..)

https://github.com/indigo0445/yt-collate
2•indigo0445•6m ago•0 comments

Brandolini's law, a.k.a. the bullshit asymmetry principle

https://en.wikipedia.org/wiki/Brandolini%27s_law
2•gurjeet•9m ago•0 comments

Explaining AI agents is like explaining 3D printers

https://www.jitbit.com/alexblog/ai-agents-and-3d-printers/
1•speckx•10m ago•0 comments

Show HN: An outliner where S3 is the database and there's no server

https://bulletlist.org/
2•laurentenhoor•11m ago•0 comments

Artificial Artificial Intelligence Just Gained a Third Artificial

1•michael_michael•12m ago•0 comments

The Ordinary Miracle of Existing

https://www.theatlantic.com/philosophy/2026/06/the-ordinary-miracle-of-existing/687351/
2•jdkee•21m ago•1 comments

Loimulohi

https://en.wikipedia.org/wiki/Loimulohi
2•silver92bullet•23m ago•0 comments

Space nuclear programs face near- and long-term challenges

https://spacenews.com/space-nuclear-programs-face-near-and-long-term-challenges/
3•defrost•24m ago•1 comments

Show HN: Control AI Agents on Your Old PC at Home from Any Device Anywhere

https://github.com/elin66alpha/Relay
4•elin66alpha•26m ago•1 comments

Careless People (2025)

https://en.wikipedia.org/wiki/Careless_People
3•vismit2000•27m ago•0 comments

Show HN: Csift – the missing tool to sift your Claude Code sessions

https://github.com/wdhwg001/csift
1•wdhwg001•29m ago•0 comments

Customize a lunar calendar generator. Try FREE

https://lunacal-sable.vercel.app/
2•unhigo•30m ago•2 comments

Vasovagal: Markdown-Based 2nd Brain

https://vasovagal.github.io/
2•razkarcy•32m ago•1 comments

A Multiplayer Survival Pong

https://antics.gg/p/side-out-94df7d
2•burgerquizz•33m ago•0 comments

The Recursive Economy: AI Self-Improvement and Scarcity

https://recursive-economy.pages.dev/
1•codelion•37m ago•0 comments

Harvard Agrees to $53M Settlement in Body Part Theft Scandal

https://www.nytimes.com/2026/08/18/us/harvard-stolen-body-parts-settlement.html
3•ChrisArchitect•43m ago•1 comments

Generalized Audio-Driven Synthesis of Precise Drummer Motion

https://studios.disneyresearch.com/2026/08/18/generalized-audio-driven-synthesis-of-precise-drumm...
1•DustinBrett•43m ago•0 comments

TinyRetroPad is 130 times smaller than Windows Notepad

https://www.xda-developers.com/tinyretropad-130-times-smaller-than-windows-notepad-but-functional/
4•nianderwallace•46m ago•1 comments

Agent2Agent (A2A) joins Agentic AI Foundation (AAIF)'s open agentic stack

https://aaif.io/blog/a2a-joins-aaif
1•ChrisArchitect•48m ago•0 comments

The Machines Are Getting Cheap. The Toolpaths Are Not

https://sliptonic.com/posts/machines-cheap-toolpaths-not/
2•sergebakharev•48m ago•0 comments

Ask HN: How are front end friends doing these days?

1•BearBest•50m ago•3 comments

Japan's Gen X workers are struggling

https://www.economist.com/asia/2026/08/18/japans-gen-x-workers-are-struggling
3•andsoitis•51m ago•0 comments

Cosmological natural selection: evolution beyond biology

https://www.smithsonianmag.com/science-nature/earths-organisms-developed-via-evolution-some-theor...
2•fidrelity•52m ago•1 comments

How Claude is accelerating protein design and analytical chemistry

https://www.anthropic.com/research/Claude-accelerates-protein-design
2•starshadowx2•53m ago•0 comments

Does anyone care about HR?

1•drguzman•53m ago•0 comments

Will Autonomous AI Exceed AI-Aided Physicians as the Best Medical Care?

https://jamanetwork.com/journals/jama/fullarticle/2852952?guestAccessKey=562af865-a038-4425-993f-...
1•liamkf•54m ago•0 comments

Want a Simple, Metasearch Engine?

https://github.com/LiamProsser77/gronnfalk
1•Gronnfalk•55m ago•0 comments

Qnote – a notepad in the browser with no account and no cloud

https://qnote.online/
1•yashsharma04•56m 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•1y 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•1y 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.