frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Benchmarking Jev, Laya, and five open models under three stresses

https://github.com/gazelle93/decision-models-under-pressure
1•lovegreenlife•1m ago•0 comments

ASML says it sold 'absolutely nothing' in Europe in 2026

https://www.tomshardware.com/tech-industry/semiconductors/asml-says-its-sells-absolutely-nothing-...
1•MC995•1m ago•0 comments

Does Georgism Work? Five Years Later

https://www.astralcodexten.com/p/does-georgism-work-five-years-later
1•silveraxe93•2m ago•0 comments

30 Years of Backwards Compatibility in a Development Tool Since 1993

https://visualneo.com/visualneo-win/from-neobook-to-visualneo-win-30-years-of-keeping-a-developme...
1•birdculture•2m ago•0 comments

Tell agents the why, not just the how

https://www.seangoedecke.com/tell-agents-the-why/
1•mooreds•3m ago•0 comments

What happens when you analyze your favorite college football team like the CIA?

https://www.cultivatelabs.com/posts/what-happens-when-you-analyze-college-football-like-the-cia
1•adam•3m ago•0 comments

Cracks in Oracle's AI Data-Center Build-Out Appear in New Mexico Project

https://www.wsj.com/finance/investing/cracks-in-oracles-ai-data-center-build-out-appear-in-massiv...
1•hodgesrm•4m ago•0 comments

CommonGrid: The open source registry of the US power grid

https://www.texturehq.com/blog/commongrid
1•orangechairs•4m ago•0 comments

The state of SIMD in Rust in 2026

https://shnatsel.github.io/state-of-simd-rust-2026/
1•verdagon•4m ago•0 comments

XDude

https://xdude.com
1•rob•5m ago•0 comments

My Take on Jev

https://sunbeams.ai/blog/jev-new-class-of-models/
1•mooreds•6m ago•0 comments

Evaluating the Tax Character of Options-Based Income [pdf]

https://sterlingcapital.com/cdn/Sterling-OptionsIntegrity-V3-4.pdf
1•mooreds•7m ago•0 comments

A Model Context Protocol (MCP) server for NATS messaging system integration

https://github.com/sinadarbouy/mcp-nats
1•Bluestein•8m ago•0 comments

The New Copilot with Home, Code and Autopilot

https://blogs.microsoft.com/blog/2026/09/25/introducing-the-new-copilot-with-home-code-and-autopi...
1•hdz•8m ago•0 comments

Show HN: Sifthound – self-hosted, Tavily-compatible search API for AI agents

https://github.com/khsarvar/sifthound
1•khsarvar•8m ago•0 comments

You need to pass all unhandled messages to DefWindowProc, part 2

https://devblogs.microsoft.com/oldnewthing/20260924-00/?p=112728/
2•ibobev•8m ago•0 comments

When working with Win32 FILETIME, don't forget that you have std:chrono now

https://devblogs.microsoft.com/oldnewthing/20260923-00/?p=112726/
1•ibobev•9m ago•0 comments

Feast feature and vector serving at ScyllaDB speed

https://feast.dev/blog/scylladb-feast-online-store/
1•tzach•9m ago•1 comments

What's the highest legal FILETIME? Is it safe to use?

https://devblogs.microsoft.com/oldnewthing/20260921-00/?p=112711/
1•ibobev•9m ago•0 comments

The Spacecraft Hacker's Handbook

https://nostarch.com/spacecraft-hackers-handbook
1•0x54MUR41•9m ago•0 comments

Monotremes Oviparous, Ovum Meroblastic

https://www.futilitycloset.com/2026/09/20/frugal/
1•surprisetalk•10m ago•0 comments

Georges St-Pierre (GSP) vs. increasingly dangerous Dinosaurs [video]

https://www.youtube.com/watch?v=xgzWjWlTIOA
1•theGeatZhopa•11m ago•1 comments

Apple Is Testing a Screenless Fitness Band

https://garminrumors.com/apple-testing-screenless-fitness-band-whoop-garmin-cirqa/
1•geox•12m ago•0 comments

It turns out Canada's population isn't shrinking after all

https://www.theglobeandmail.com/business/article-it-turns-out-canadas-population-isnt-shrinking-a...
1•efavdb•12m ago•0 comments

QNX Demo Disk

http://toastytech.com/guis/qnxdemo.html
1•pelagicAustral•12m ago•0 comments

Show HN: Hacker Atlas - A map of what Hacker News talks about

https://hackeratlas.com/
1•andrearitossa•12m ago•0 comments

Show HN: Concrete Calculator – Estimate Cubic Yards, Bags and Cost

https://concretemixcalc.com
1•struy•13m ago•0 comments

The Atoms Are Deployed

https://itsmeduncan.com/2026/09/22/the-atoms-are-already-deployed/
1•itsmeduncan•15m ago•0 comments

Advanced soft-bodies for games with the Rapier physics engine

https://dimforge.com:443/blog/2026/09/25/advanced-soft-bodies-for-games-in-the-rapier-physics-eng...
1•sebcrozet•17m ago•0 comments

AI, Consciousness and Emergent Behaviors

https://blog.borrego.dev/entries/ai-consciousness-emergent-behaviors.html
1•agubelu•17m 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.