frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Iosevka and Berkeley = Ioskeley

https://github.com/ahatem/IoskeleyMono
1•hggh•39s ago•0 comments

Show HN: Gambling/math/typing for screen time (iOS)

https://apps.apple.com/us/app/second-thought-less-scrolling/id6749641307
1•yaseenhalabi•1m ago•0 comments

No big deal or the end of the world?

https://world.hey.com/jason/no-big-deal-or-the-end-of-the-world-0b0d8619
1•ravenical•3m ago•0 comments

Haiku OS runs on M1 Macs now

https://discuss.haiku-os.org/t/my-haiku-arm64-progress/19044?page=2
1•tekkertje•3m ago•0 comments

10Gb/s Ethernet: using mini-heatsinks with a 10GBASE-T SFP+ module

https://www.gilesthomas.com/2026/05/10g-ethernet-sfpplus-mini-heatsinks
1•gpjt•4m ago•0 comments

Andrew Huberman's Peptide Recommendations 2026

https://peptideportal.org/blog/andrew-huberman-peptide-recommendations-2026
1•goldkey•4m ago•0 comments

Simulating Infinity in Conway's Game of Life with Modern C++

https://ryanjk5.github.io/posts/GOLDE/
1•HeliumHydride•5m ago•0 comments

Show HN: StrudelBot – 3D printed humanoid robotic hand with teleoperation glove

https://www.youtube.com/watch?v=G9rqOqkuWdw
1•abr0ahm•8m ago•0 comments

Elon Musk losses OpenAI lawsuit as jury sides with Sam Altman and Greg Brockman

https://www.msn.com/en-us/news/crime/breaking-elon-musk-losses-openai-lawsuit-as-jury-sides-with-...
3•voisin•8m ago•0 comments

The linear Diophantine system N = 25A and 12B, where p ≡ 1 (mod q)

https://github.com/A19dammer91/the-exact-algebraic-condition-for-clock-behaviour.
1•A19dammer91•8m ago•0 comments

Americans Oppose AI Data Centers in Their Area

https://news.gallup.com/poll/709772/americans-oppose-data-centers-area.aspx
2•speckx•9m ago•0 comments

Being Political in the Right Way: On reasoning about society

https://chillphysicsenjoyer.substack.com/p/being-political-in-the-right-way
1•crescit_eundo•12m ago•0 comments

India missed out on AI and now its run as market darling may be over

https://www.japantimes.co.jp/business/2026/05/17/india-missing-out-ai-boom/
2•saikatsg•14m ago•0 comments

Critical: Compromised Nx Console version 18.95.0

https://github.com/nrwl/nx-console/security/advisories/GHSA-c9j4-9m59-847w
2•urbandw311er•15m ago•2 comments

Show HN: An LLM that's better at writing

https://dft.rosmine.ai/
1•rosmine•16m ago•0 comments

Microsoft is retiring Teams' Together Mode

https://www.theverge.com/tech/932215/microsoft-teams-together-mode
2•saikatsg•16m ago•0 comments

Agentic AI Runtime Security and Self-Defense (2025)

https://arxiv.org/abs/2510.13825
1•mooreds•17m ago•0 comments

You can make an app for that

https://www.theverge.com/tech/928905/vibe-code-personal-software-revolution
1•saikatsg•17m ago•0 comments

Haiku OS runs on M1 Macs now

https://www.osnews.com/story/144985/haiku-os-runs-on-m1-macs-now/
6•speckx•17m ago•0 comments

The Efficiency Moat: Why China Is Beating the U.S. on AI and Everything Else

https://www.thebignewsletter.com/p/the-efficiency-moat-why-china-is
5•PaulHoule•17m ago•0 comments

Show HN: AppleGuessr – GeoGuessr for Apple Stores

https://appleguessr.vercel.app/
1•EvanZhouDev•20m ago•0 comments

First They Came for the Programmers

https://blog.miljko.org/2026/05/17/first-they-came-for-the.html
1•speckx•20m ago•0 comments

We let AIs run radio stations

https://andonlabs.com/blog/andon-fm
1•lukaspetersson•22m ago•1 comments

Agora-1: The Multi-Agent World Model

https://agora.odyssey.ml
1•olivercameron•22m ago•0 comments

Recursive Language Models (RLM): near-infinite context via recursive sub-queries

https://github.com/alexzhang13/rlm
1•mjgil•23m ago•0 comments

Musk vs. OpenAI Verdict: Musk Lost

https://twitter.com/ns123abc/status/2056436278682669112
4•hmate9•27m ago•0 comments

Show HN: Marlin-2B: a tiny VLM to extract structured information from videos

https://huggingface.co/NemoStation/Marlin-2B
1•HappyPablo•28m ago•1 comments

Protocols for transactional usage of object storage

https://www.bitsxpages.com/p/protocols-for-transactional-usage
2•agavra•28m ago•0 comments

Delivering with No End in Sight

https://personalis.io/blog/sustainable-development
1•sylvanjsmit•28m ago•0 comments

SmallCode – A coding agent that gets 87% on benchmarks with a 4B parameter model

https://old.reddit.com/r/LocalLLaMA/comments/1tgecrq/i_built_a_coding_agent_that_gets_87_on_bench...
2•aagha•29m 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.