frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Stigmergy for capability selection in LLM agent loops

https://sebastianhanke.substack.com/p/stigmergy-for-capability-selection
1•pssah4•1m ago•0 comments

Show HN: Lookspan – local-first observability for AI agents (npx lookspan)

https://github.com/JoniMartin27/lookspan
1•JoniMartin•3m ago•0 comments

Using AI for Writing Like a Responsible Adult

https://www.thediff.co/archive/using-ai-for-writing-like-a-responsible-adult/
1•Ariarule•5m ago•0 comments

Writing Code vs. Shipping Code: Productivity Effects Across AI Tool Generations

https://www.nber.org/papers/w35275
1•czinck•7m ago•1 comments

Show HN: Dictivo – local-first Mac dictation for $49 once

https://dictivo.app/
1•rswcf•7m ago•0 comments

What Is an Operator?

https://fdeblog.com/what-is-an-operator/
1•realityfactchex•8m ago•0 comments

We're temporarily restricting Show HNs because of an influx

2•cskilbeck•9m ago•0 comments

Babble and Prune

https://www.lesswrong.com/w/babble-and-prune
1•Ariarule•9m ago•0 comments

The Final Word

https://theamericanscholar.org/the-final-word/
1•tintinnabula•11m ago•0 comments

10 Years with Google Glass – Thomas Suarez (2023)

https://tomthecarrot.notion.site/10-years-with-Google-Glass-b39d8268a48d4e1089598316f721d8b4
1•tash_2s•13m ago•0 comments

Grab what you can while you can: The new reality in the South China Sea

https://www.bbc.com/news/articles/cy823n3ln29o
1•breve•13m ago•0 comments

'Driving like teenagers': Waymo robotaxis run red lights, nearly hit pedestrians

https://www.cnn.com/us/waymo-robotaxis-safety-invs
4•breve•14m ago•0 comments

Tony Gilroy Accepts Award for Andor: "Fuck the Empire "

https://kottke.org/26/06/tony-gilroy-accepts-award-for-andor-fuck-the-empire-1
2•jay_kyburz•21m ago•1 comments

Demand Is Booming for New No Tech, Repairable Tractor

https://www.404media.co/demand-is-booming-for-ursa-ag-new-no-tech-repairable-tractor/
11•jay_kyburz•24m ago•1 comments

24. Goulash Programming Night

https://entropia.de/GPN24/en
2•throw_await•25m ago•1 comments

Intel bit off more than it could chew with 18A process node

https://www.theregister.com/systems/2026/06/03/intel-bit-off-more-than-it-could-chew-with-18a-pro...
2•WarOnPrivacy•26m ago•0 comments

People with cancer / HIV could lose Medicaid under new work rules, advocates say

https://www.npr.org/2026/06/03/nx-s1-5845097/medicaid-work-requirements-cuts-hiv-cancer
4•littlexsparkee•26m ago•1 comments

Can you go 82-0?

https://www.82-0.com/
1•jxmorris12•26m ago•0 comments

Transparency.org Accuses Trump of Using Anti-Corruption Agenda Against Brazil [pdf]

https://files.transparencycdn.org/images/Letter-from-Transparency-International_PAC_2026-01-12-08...
2•peq42•27m ago•0 comments

DNS-Aid

https://github.com/dns-aid
1•simonpure•31m ago•0 comments

Anchor – Zero-dependency LLM hallucination detector

https://github.com/malaxiya202505https://github.com/malaxiya20250530-glitch/anchor-llm-in-truth
1•hubeiligsng429•33m ago•0 comments

Microsoft Office 2019 for Mac Will Soon Stop Letting You Edit Documents

https://www.macrumors.com/2026/06/02/microsoft-office-2019-for-mac-no-edit-documents/
5•CharlesW•33m ago•0 comments

We Uncovered a Hidden Wealth Transfer in the SpaceX IPO. You're Holding the Bag [video]

https://www.youtube.com/watch?v=sYA-z0Y8WRQ
8•CharlesW•35m ago•1 comments

ADHD: Parallel Divergent Ideation for Coding Agents

https://adhdstack.github.io/
2•pgedge_postgres•37m ago•1 comments

I made a realtime world model for games that works on consumer GPUs

https://www.youtube.com/watch?v=GzQLwAXCKqo
1•abhisoflucidml•38m ago•0 comments

We shrank our TimescaleDB chunks from 30 days to 7

https://tech.wmg.com/why-we-shrank-our-timescaledb-chunks-from-30-days-to-7-07cab8afefc5
1•yask123•41m ago•0 comments

Haiku, a generative music album for Mac OS

https://www.giorgiosancristoforo.net/ooame/
1•CharlesW•41m ago•0 comments

H-1B Crackdown on Indian Workers Erodes a Texas Real Estate Boom

https://www.bloomberg.com/features/2026-dallas-h1b-housing-market/
10•littlexsparkee•43m ago•1 comments

Read vehicle license plates this API gives you 2,500 free reads per month

https://www.platenexus.com/?lang=en
2•androg•44m ago•0 comments

Show HN: Fork of Rsync

https://github.com/benja2998/better-sync
3•benja2998•47m 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.