frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

SpaceX Shares Open at $150, Above IPO Price of $135

https://www.wsj.com/livecoverage/spacex-ipo-stock-market-06-12-2026/card/spacex-shares-open-at-15...
1•JumpCrisscross•1m ago•0 comments

MTG Arena Rule Engine Overview

https://magic.wizards.com/en/news/mtg-arena/on-whiteboards-naps-and-living-breakthrough
1•BoingBoomTschak•2m ago•1 comments

Tattva AI – detects when ML research consensus is shifting using Bayesian CUSUM

https://tattvaai.org
1•prashanthja•3m ago•0 comments

Ask HN: I Need Help for a Product

1•memoryleakgame•5m ago•1 comments

Custom Prompts: a minimal, customizable alternative to Skills

https://rocketup.pages.dev/posts/alternative-to-skills/
1•gidellav•5m ago•0 comments

Ask HN: Favorite prompts for improving LLM output?

1•maxutility•5m ago•1 comments

Self declare engineering fails to meet expectations

https://hackaday.com/2026/06/11/the-merits-of-comment-driven-development-as-counterweight-to-tdd/
1•topham•7m ago•1 comments

My Claude Code Setup

https://illuminatedcomputing.com/posts/2026/06/my-claude-code-setup/
1•pjungwir•7m ago•0 comments

SpaceX: Flying High on Impunity

https://www.patreon.com/BindingChaos/posts/spacex-flying-on-159613360
1•ortr•7m ago•0 comments

Accountants in Brentwood

https://skzee.co.uk/accountants-in-brentwood/
1•syedsherazahmed•7m ago•0 comments

Show HN: Tokenbrook Vale, a cozy office village for your AI agents

https://github.com/Jodacola/tokenbrook
1•jodacola•10m ago•0 comments

Sam Bankman-Fried loses bid to overturn crypto fraud conviction

https://www.reuters.com/legal/government/sam-bankman-fried-loses-bid-overturn-crypto-fraud-convic...
1•thm•11m ago•0 comments

Apple Deepfakes

https://dbushell.com/2026/06/12/apple-deepfakes/
1•speckx•11m ago•0 comments

The Tex Showcase

https://www.tug.org/texshowcase/
2•tzury•11m ago•0 comments

Show HN: Janus – MCP that collects context from browser and terminal

https://github.com/kmcheung12/janus
1•a_c•13m ago•0 comments

Euro-Office, open standards, and native ODF

https://blog.documentfoundation.org/blog/2026/06/11/euro-office-open-standards-and-native-odf/
4•ChrisArchitect•13m ago•1 comments

Elon Musk becomes the first trillionaire

https://www.cbsnews.com/news/elon-musk-spacex-ipo-trillionaire-wealth/
1•hibern8•14m ago•0 comments

Solid-state batteries are now powering EVs in the real world

https://electrek.co/2026/06/11/solid-state-batteries-now-powering-evs-in-real-world/
2•Brajeshwar•14m ago•0 comments

Putin's road to ruin: Ukraine hits key Russian supply line in new drone campaign

https://www.nbcnews.com/world/ukraine/ukraine-russia-highway-drone-campaign-crimea-fuel-crisis-rc...
2•MilnerRoute•16m ago•0 comments

SpaceX IPO: The great fleecing of retail investors just took another dark turn

https://www.msn.com/en-us/money/topstocks/spacex-ipo-the-great-fleecing-of-retail-investors-just-...
2•petethomas•17m ago•0 comments

The Nerdy Escorts Cashing in on Silicon Valley's AI Boom

https://www.forbes.com/sites/annatong/2026/06/07/the-nerdy-escorts-cashing-in-on-silicon-valleys-...
2•fortran77•17m ago•0 comments

Draw the rest of the ___ owl (software factory edition)

https://www.germanvelasco.com/blog/draw-the-rest-of-the-owl-software-factory-edition
1•germsvel•18m ago•0 comments

Arch Linux's AUR Sees More Than 400 Packages Compromised with Malware

https://lists.archlinux.org/archives/list/aur-general@lists.archlinux.org/thread/FGXPCB3ZVCJIV7FX...
1•m463•19m ago•0 comments

Responding to Plausibility of Alien Visitors

1•dabadabad00•19m ago•1 comments

Joint Guidance on Vulnerability Naming and Disclosure

https://nesbitt.io/2026/06/12/joint-guidance-on-vulnerability-naming-and-disclosure.html
1•phoronixrly•21m ago•0 comments

Euro-Office must default to ODF to be considered "genuinely European"

https://www.neowin.net/news/euro-office-must-default-to-odf-to-be-considered-genuinely-european-l...
4•bundie•22m ago•1 comments

Ruby on Rails' DHH on Basecamp 5, Vibe Coding, and the Future of Rails [video]

https://www.youtube.com/watch?v=1JYTtAODjN8
1•nomilk•22m ago•0 comments

Keygen.music

https://keygen.music
1•soupspaces•23m ago•0 comments

Show HN: IP Crawl, the best public webcam discovery tool

https://ipcrawl.com
2•arm32•23m ago•1 comments

Individual locomotor bias drives counterclockwise motion in pedestrian crowds

https://www.nature.com/articles/s41467-026-73713-w
1•bookofjoe•24m 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.