frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tokyo rent map: ¥70k gap between cheapest and priciest 1K (May 2026 data)

https://housingassist.com/blog/tokyo-rent-report-may-2026/
1•momentmaker•52s ago•0 comments

SpaceX skeptics added reason for concern; Musk comments diverge from IPO filing

https://www.cnbc.com/2026/05/29/spacex-skeptics-concerned-as-musk-comments-diverge-from-ipo-filin...
1•1vuio0pswjnm7•58s ago•0 comments

SpaceX's index fund debut will look nothing like what most investors expect

https://www.investmentnews.com/practice-management/spacexs-index-fund-debut-will-look-nothing-lik...
1•avidiax•1m ago•0 comments

OldPhilly: Mapping historical photos from the Philadelphia City Archive

https://oldphilly.org/
1•h0rv•1m ago•0 comments

Why Your Pentest Report Is Lying to You (and What to Do About It)

https://www.pentesty.co/blog/why-your-pentest-report-is-lying-to-you
1•czaar•1m ago•0 comments

EU-Backed Appeals Center Accidentally Confirms DSA Censorship Regime Is Broken

https://reclaimthenet.org/eu-dsa-appeals-centre-report-exposes-content-censorship-failures
2•anonymousiam•5m ago•0 comments

Show HN: Sverklo – repo memory for coding agents

https://sverklo.com/
2•nike-17•6m ago•0 comments

It's Front end's Lost Decade [video]

https://www.youtube.com/watch?v=7ge8iwaNNAw
3•tosh•8m ago•0 comments

Unpatched Ollama Vulnerabilities: Phishing Overlays and Data Exfiltration

https://www.promptarmor.com/resources/unpatched-ollama-vulnerabilities-phishing-overlays-and-data...
2•Kneenex•10m ago•0 comments

Ask HN: If I cancel Codex today whats the next best local inference agent?

2•Bulbasaur2015•11m ago•1 comments

SpaceX and the 'Enshittification' of Markets

https://www.ft.com/content/f724d500-fd45-4f38-86b8-549b5cae88ba
3•avidiax•11m ago•0 comments

Low-Level Network Optimizations: Socket Options That Matter

https://goperf.dev/02-networking/low-level-optimizations/
1•thunderbong•12m ago•0 comments

Why Teachers Quit [video]

https://www.youtube.com/watch?v=CPcxpcCgZMw
1•obscurette•13m ago•0 comments

Megastorm: Multi-framework brainstorming for Claude Code/Cowork

https://creativepm.substack.com/p/megastorm
1•Roll_The_Bones•13m ago•0 comments

Jolt3D Engine – 3D Game Engine

https://jolt-3d.sourceforge.net/
1•nazgulsenpai•13m ago•1 comments

My "blocked-by-default" approach to working with coding agents

https://oscarswanros.com/2026/05/29/risk-management-lessons-from-cave-diving-applied-to-working-w...
1•swanros•14m ago•0 comments

Fingerprinting Remotely using OPFS-based SSD Timing [pdf]

https://hannesweissteiner.com/pdfs/frost.pdf
2•HelloUsername•16m ago•0 comments

UK Visa Portal exposed passports and selfies – then called the lawyers on us

https://techcrunch.com/2026/05/27/uk-visa-portal-spilled-thousands-of-applicants-passports-and-se...
1•cassianoleal•16m ago•0 comments

Trial by Fire

https://yusufaytas.com/trial-by-fire
10•mdfiver•18m ago•0 comments

New Study Reveals the Manipulative 'Dark Patterns' of AI Chatbots

https://www.404media.co/new-study-reveals-the-manipulative-dark-patterns-of-ai-chatbots/
4•Brajeshwar•19m ago•0 comments

Show HN: Gaia Atlas – Local Stellar Map

https://valhovey.github.io/gaia-atlas/
2•speleo•20m ago•1 comments

Show HN: A page that hides a sentence for AI and lets you check if it came back

https://sinceyouarrived.world/taken/agents
1•mwheelz•21m ago•0 comments

Used CSS is now available in a free WordPress plugin (no account required)

https://wordpress.org/plugins/searchpro/
1•hamzamairaj•22m ago•0 comments

Reconciling Kubernetes cost estimates with CUR / FOCUS billing data

https://github.com/tanrikuluozlem/burn
1•OzlemT•25m ago•0 comments

Bill C-22 Is a Mess of the Government's Own Making

https://ethanplant.ca/writing/bill-c22-is-a-mess/
3•ethanplant•25m ago•0 comments

What a Good Website Does

https://specification.website/
2•taubek•25m ago•0 comments

The Download: unlocking lithium and controlling Ebola

https://www.technologyreview.com/2026/05/29/1138110/the-download-lithium-extraction-ebola-ai-pope/
1•joozio•28m ago•0 comments

Llama.cpp now has an official website: llama.app

https://llama.app/
4•wronglebowski•32m ago•1 comments

How Many GPUs? A simple LLM inference sizing calculator

https://howmanygpus.streamlit.app/
1•dadbod•32m ago•0 comments

Amdahl's Law and the Limits to Growth

https://steinacker.name/articles/amdahls-law-en/
1•gsteinacker•33m 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.