frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

America's Large Homebuilders Shift the Cost of Shoddy Construction to Buyers

https://hntrbrk.com/investigations/homebuilders
2•JumpCrisscross•3m ago•0 comments

The parents movement that banned cellphones has a new target

https://www.politico.com/news/2026/06/27/schools-classroom-screentime-pushback-00974778
1•JumpCrisscross•4m ago•0 comments

A fiction archive for comparing frontier AI model behavior over time

https://frontierfictionarchive.org/en/news/a-fiction-archive-for-comparing-frontier-ai-model-beha...
1•DAIngerousFic•4m ago•0 comments

Regulations don't go far enough to protect privacy from smart glasses; experts

https://news.northeastern.edu/2026/06/22/meta-smart-glasses-privacy/
3•gnabgib•12m ago•0 comments

The Link Between Cancer and Fasting That They're Hiding from You [video]

https://www.youtube.com/watch?v=jDG1m_b5Ih0
2•Bender•19m ago•0 comments

Show HN: FIFA 2026 bracket predictor – see live crowd % as picks come in

https://quizzy.earth/p/0Dpwk5TjHe/fifa-world-cup-2026-predict-the-bracket-live
1•apostophet•21m ago•1 comments

AI as a Factor of Production

https://leadprompt.sh/a/736-AI-as-a-Factor-of-Production-2026w16
2•saltysalt•21m ago•0 comments

Phones alerted millions before quakes shook Venezuela

https://www.nytimes.com/interactive/2026/06/27/world/americas/venezuela-earthquakes-android-alert...
3•pash•26m ago•0 comments

Show HN: Pressn't, a site where you can have a single post

https://app.pressnt.net/
3•DanielVZ•31m ago•1 comments

Protocol Prying: zero-click vulns in AirDrop and Quick Share

https://arxiv.org/abs/2606.26967
1•Jimmc414•31m ago•0 comments

I Build a 10 Inch Mini Rack from Aluminium Extrusions

https://louwrentius.com/i-build-a-10-inch-mini-rack-from-aluminium-extrusions.html
2•louwrentius•32m ago•0 comments

The truth about datacenters in space [video]

https://www.youtube.com/watch?v=_qpdUNMt2yg
1•dgellow•36m ago•0 comments

Tell HN: Please stop posting political content

7•phyzix5761•39m ago•9 comments

Reality has a surprising amount of detail

https://johnsalvatier.org/blog/2017/reality-has-a-surprising-amount-of-detail
4•vinhnx•42m ago•0 comments

Enki – memory for AI agents that keeps ~half as much and answers as well

https://github.com/stephen487/enki-benchmarks
1•Enkilabs•42m ago•0 comments

Predictions for the Future of AI

https://www.scoutcorpsllc.com/blog/2026/6/2/predictions-for-the-future-of-ai
3•schrodinger•43m ago•1 comments

WAL-RUS: a Rust Rewrite of WAL-G for PostgreSQL Backups

https://clickhouse.com/blog/walrus-postgres-backups-in-rust
1•saisrirampur•45m ago•0 comments

Data Access Patterns That Makes Your CPU Angry

https://blog.weineng.me/posts/slowest_add
1•shellpipe•46m ago•0 comments

Kops: Extending the eBPF JIT with native ops you don't have to trust

https://arxiv.org/abs/2606.24213
2•Jimmc414•47m ago•0 comments

Fast feedback loops is the way

1•skyglider•48m ago•0 comments

Apple Neural Engine: Architecture, Programming, and Performance

https://arxiv.org/abs/2606.22283
1•Jimmc414•48m ago•0 comments

Digital Storage Detection Dogs: A Promising New Niche

https://www.eurosatory.com/en/digital-storage-detection-dogs-a-promising-new-niche/
1•g-b-r•50m ago•1 comments

Church of Cyberology

https://cyberology.church/
2•jodacola•50m ago•0 comments

Proton's crypto is not Transparent and not OPAQUE

https://schaerli.org/weblog/5-proton/
1•backlit4034•51m ago•0 comments

Agent Kits – Compliance Scanner

https://www.agent-kits.com/scan
1•stoicstoic•59m ago•0 comments

Wan Streamer v0.1: End-to-End Real-Time Interactive Foundation Models

https://wan-streamer.com/
1•smusamashah•59m ago•0 comments

Logigate: Session gating and ephemeral isolation framework

https://crates.io/crates/logigate
1•zkpvault•1h ago•0 comments

Carna Botnet

https://en.wikipedia.org/wiki/Carna_botnet
3•lelandfe•1h ago•0 comments

Single Point of Failure Apps

https://chrpaul.de/posts/2026-06-27-single-point-of-failure-apps/
3•aendruk•1h ago•0 comments

Grasshopper – Algorithmic Modeling for Rhino

https://www.grasshopper3d.com/
1•gurjeet•1h 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.