frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

No Database Operations Found: What Writing a Spring Boot Analyzer Taught Me

https://foojay.io/today/no-database-operations-found-what-writing-a-spring-boot-analyzer-taught-m...
1•ejboy•1m ago•0 comments

Using semantic benchmarks to build a self-improving text-to-query agent

https://conversion.ai/blog/text-to-query-agent/
1•jimmyl02•1m ago•0 comments

Automakers urge Congress to quickly pass law banning Chinese cars

https://www.reuters.com/world/automakers-urge-congress-quickly-pass-law-banning-chinese-cars-2026...
1•tartoran•1m ago•0 comments

Dwarkesh Patel: I think pausing would increase the risk of AI takeover

https://twitter.com/dwarkesh_sp/status/2095580145603977413
1•tosh•2m ago•0 comments

H.R. 4795, Protect Economic and Academic Freedom Act of 2026

https://www.cbo.gov/publication/62739
1•homeslice69•2m ago•1 comments

Why Big Tech's War on Game Servers Should Terrify Every Home Lab Enthusiast

https://unknownuniverse.uk/privacy-security/big-tech-war-on-self-hosting/
1•RobotToaster•3m ago•0 comments

GPT-6 Astra

https://openai.com/index/gpt-6-astra/
34•kibae•3m ago•7 comments

Babylonian Lamb Stew with Beets (1750–1730 BCE)

https://babylonian-collection.yale.edu/about/babylonian-cooking
1•yubblegum•4m ago•0 comments

Maybe you don't need GraphQL

https://alexandrehtrb.github.io/posts/2026/09/maybe-you-dont-need-graphql/
2•birdculture•5m ago•0 comments

Nvidia's Open Secure AI Alliance Moves to Linux Foundation

https://techstrong.ai/articles/nvidias-open-secure-ai-alliance-moves-to-linux-foundation/
1•CrankyBear•7m ago•0 comments

How should we handle the 2LDs of the .name TLD?

https://github.com/publicsuffix/list/issues/2306
3•Bluestein•7m ago•0 comments

OpenAI launches Astra, its powerful (and controversial) new model

https://techcrunch.com/2026/09/03/openai-launches-astra-its-powerful-and-controversial-new-model/
4•tosh•8m ago•0 comments

Show HN: Tests for your Claude Code setup that run on every release

https://jameskomo.github.io/config-drift-checker/
1•smartwordworld•8m ago•0 comments

OpenAI hails 'new era of AGI' with Astra release

https://www.theguardian.com/technology/2026/sep/03/openai-artificial-general-intelligence-astra-r...
2•cmrdporcupine•9m ago•0 comments

GPT-6 Astra Benchmarks Image

https://cdn.thenewstack.io/media/2026/09/358eb84a-screenshot-2026-09-03-at-10.51.35-am.png
7•Leary•9m ago•0 comments

Eat cheap Uber eats every day

https://eatbogo.com/
1•metaversling•10m ago•0 comments

Birdcourses.com

https://birdcourses.com/
2•debo_•11m ago•0 comments

Qwen 3.8 27B available on Cerebras at 1500 tok/SEC

https://inference-docs.cerebras.ai/models/overview
45•altertable•12m ago•5 comments

Xiaomi Auto Enters European Market in 2027

https://www.xiaomiauto.com/global/newsroom/36
1•sparkling•12m ago•0 comments

Bernie Ban Artificial Superintelligence Act

https://twitter.com/AndrewCurran_/status/2095541502827233325
2•tekacs•12m ago•1 comments

PICO-8 is a fantasy console

https://www.lexaloffle.com/pico-8.php
2•Bluestein•14m ago•0 comments

Why the rise in government debt is freaking out the bond market

https://theconversation.com/why-the-rise-in-government-debt-is-freaking-out-the-bond-market-290240
1•DemiGuru•14m ago•0 comments

Per-request authorization for Temporal Nexus

https://tenuo.ai/blog/temporal-nexus-authorization.html
1•niyikiza•14m ago•0 comments

Hundreds gather to urge Scottish government to pause datacentre boom

https://www.theguardian.com/uk-news/2026/sep/03/hundreds-holyrood-pause-scotland-datacentre-boom-ai
2•edward•14m ago•0 comments

GoPro acquired, getting into 'defense, government, robotics and aerospace'

https://www.theverge.com/news/987494/gopro-starman-holding-merger-aquisition
3•tempestn•15m ago•0 comments

OpenAI launches GPT-6 Astra and says welcome to the "AGI era"

https://thenewstack.io/openai-gpt6-astra-benchmarks/
5•alvis•16m ago•1 comments

OpenAI's next big AI model has 'entered the AGI era'

https://www.theverge.com/ai-artificial-intelligence/989601/openai-gpt-6-astra-release
4•SomeonesAccount•16m ago•0 comments

Hilbert's Paradox of the Grand Hotel

https://en.wikipedia.org/wiki/Hilbert%27s_paradox_of_the_Grand_Hotel
2•jdauriemma•16m ago•0 comments

OpenAI launches GPT-6 Astra

https://venturebeat.com/technology/welcome-to-the-agi-era-openai-launches-gpt-6-astra
4•tosh•17m ago•0 comments

Tensordyne Napier: What If One Rack Could Do the Work of Nine?

https://www.tensordyne.ai/tensordyne-napier-whitepaper
1•gmays•18m 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.