frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Casper: Apple's initial Voice First system from 1992

https://www.youtube.com/watch?v=8De_KxYt1pQ
1•floweronthehill•40s ago•0 comments

Dario worried people were joining Anthropic for the money, not the mission

https://twitter.com/Techmeme/status/2084238055368687932
1•bobrenjc93•5m ago•0 comments

Show HN: Product analytics (and evals) for agent sessions on your MCP

https://armature.tech/
3•screm•5m ago•0 comments

Decimen Optical Transfer: fountain-coded QR file transfer

https://github.com/bashalarmistalt/decimen-optical-transfer
1•ksec•6m ago•0 comments

AI news without using X

https://www.manton.org/2026/08/03/ai-news-without-using-x.html
1•speckx•6m ago•1 comments

What's the largest software project AI can complete on its own?

https://epoch.ai/MirrorCode
1•yusufozkan•6m ago•0 comments

US Schools Are Ditching Chromebooks for MacBooks by the Thousands

https://finance.yahoo.com/technology/articles/us-schools-ditching-chromebooks-macbooks-233015401....
1•thunderbong•7m ago•0 comments

Qwen 3.8 Max is on OpenRouter

https://openrouter.ai/qwen/qwen3.8-max
1•theanonymousone•7m ago•0 comments

Guarded Methods in OCaml

https://xvw.lol/en/articles/oop-refl.html
2•birdculture•7m ago•0 comments

When "Secure by Default" Means "Microsoft by Default"

https://sjg.io/writing/when-secure-by-default-means-microsoft-by-default/
1•simonjgreen•9m ago•0 comments

If AI Outputs Aren't Speech, Who Has to Prove They're Human?

https://www.lawfaremedia.org/article/if-ai-outputs-aren-t-speech--who-has-to-prove-they-re-human
1•hn_acker•10m ago•0 comments

Show HN: An interactive explorer of Rand Paul's opening at Fauci's hearing

https://faucis-indictment.fly.dev/
1•zemariagp•11m ago•0 comments

Ten Advances in Mathematics and Theoretical Computer Science

https://github.com/openai/ten-proofs
1•landonxjames•12m ago•0 comments

How AI is killing smartphone apps in China

https://www.computerworld.com/article/4203560/how-ai-in-china-is-killing-smartphone-apps.html
4•mikelgan•12m ago•2 comments

Please Don't Make Spreadsheets Pretty

https://thisismylast.bearblog.dev/please-dont-make-spreadsheets-pretty/
2•speckx•14m ago•1 comments

Our Moon is two-faced. Science missions unravel its layers

https://jatan.space/the-two-faced-moon/
1•JPLeRouzic•14m ago•0 comments

Measuring an eBPF Cache Without Leaving the Kernel

https://naveensrinivasan.com/posts/2026-08-02-measuring-an-ebpf-cache-without-leaving-the-kernel/
3•snaveen•15m ago•0 comments

Show HN: Rudder – Own Your Agent's Code Again with Test-Driven Development

https://github.com/RudderCode/Rudder
1•vivekyyy•15m ago•0 comments

Explanation of INT8 ConvRot (FP8 is no longer needed)

https://note.com/hirorohi03/n/n047a8c5f7f8b?hl=en
2•peter_d_sherman•16m ago•1 comments

Bankruptcy rates among NFL players with short-lived income spikes (2015)[pdf]

https://www.nber.org/system/files/working_papers/w21085/w21085.pdf
1•EndXA•17m ago•0 comments

The no-bullshit guide to Agentic Engineering

https://juraj.blog/p/the-no-bullshit-guide-to-agentic
6•jurajmasar•17m ago•0 comments

A DNS Record Now Flags Domains for Sale. Adoption Is Up to Registrars

https://webhosting.today/2026/08/03/a-dns-record-now-flags-domains-for-sale-adoption-is-up-to-reg...
2•speckx•18m ago•0 comments

The Paper in Your Paper Towel Is a Candidate for an Overhaul

https://www.wsj.com/business/the-paper-in-your-paper-towel-is-a-candidate-for-a-radical-overhaul-...
3•mudil•18m ago•0 comments

Toil and Trouble: Don't Get Burned Shorting Bubbles

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3782759
1•highfrequency•19m ago•0 comments

July was driest month in southern England since records began

https://www.theguardian.com/environment/2026/aug/03/july-driest-month-southern-england-since-reco...
3•geox•21m ago•1 comments

Will the RAM crunch force a return to optimisation?

https://mattcasmith.net/2026/07/26/ram-crunch-optimisation
1•abnercoimbre•22m ago•1 comments

Watch the Evolution of Manhattan Unfold in a Timelapse Video, from 1600 to 2026

https://www.openculture.com/2026/08/watch-the-evolution-of-manhattan-unfold-in-a-timelapse-video-...
1•Brajeshwar•24m ago•0 comments

Show HN: Drive.py – Find duplicate files and manage disks across offline drives

https://github.com/web3cryptowallet/drive-py
1•ellis0n•25m ago•0 comments

I shouldn't go to church anymore

https://endsdontjustifythemeans.com/p/why-i-shouldnt-go-to-church-anymore
4•paulpauper•26m ago•1 comments

If you havent recently used Claude Code, you might not understand where AI is at

https://davidpreichert.substack.com/p/if-you-havent-recently-used-claude
3•wertyk•26m ago•1 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.