frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

So I've Been Thinking About Static Site Generators

https://wolfgirl.dev/blog/2026-02-23-so-ive-been-thinking-about-static-site-generators/
1•birdculture•1m ago•0 comments

Custom FP4 CUDA Kernel – 129 Tflops on DGX Spark with Pre-Quantized Weight Cache

https://forums.developer.nvidia.com/t/custom-fp4-cuda-kernel-129-tflops-on-dgx-spark-with-pre-qua...
1•vkaufmann•2m ago•1 comments

V2: The next generations of Bubble Tea, Lip Gloss, and Bubbles are available now

https://charm.land/blog/v2/
1•thunderbong•5m ago•0 comments

Show HN: Ideon – open-source spatial canvas for project context

https://github.com/3xpyth0n/ideon
1•expyth0n•6m ago•1 comments

Lightweight OpenClaw Written in C#

https://github.com/AkiKurisu/DotBot
1•stevefan1999•6m ago•0 comments

Show HN: ImagineIf – Collaborative storytelling where AI visualizes each segment

https://imagineif.app
1•tugaypala•9m ago•0 comments

100M-Row Challenge with PHP

https://github.com/tempestphp/100-million-row-challenge
1•brentroose•10m ago•1 comments

Show HN: Gryt – self-hosted, open-source Discord-style voice chat

https://gryt.chat
3•simpvert•12m ago•0 comments

Show HN: Synlets – Assign Jira/Asana tickets to AI, get working PRs back

https://www.synlets.com
1•stas-user•12m ago•0 comments

GitHub website is down

1•thomasfl•12m ago•1 comments

A thought on quantum error correction: accuracy without replay feels fragile

1•enigmaticsaini•14m ago•1 comments

Shor's Algorithm

https://en.wikipedia.org/wiki/Shor%27s_algorithm
1•tosh•16m ago•0 comments

Danish Gov agency to ditch Microsoft software in push for digital independence

https://therecord.media/denmark-digital-agency-microsoft-digital-independence
4•robtherobber•18m ago•1 comments

Quod, a Quake-like game in 64 KB

https://daivuk.itch.io/quod
2•WithinReason•20m ago•0 comments

OpenAI finds global Chinese intimidation operation by official's use of ChatGPT

https://www.cnn.com/2026/02/25/politics/chatgpt-china-intimidation-operation
2•jb1991•20m ago•1 comments

What happened after Elon Musk took the Russian army offline

https://www.politico.com/news/2026/02/25/elon-musk-russian-army-starlink-00793742
2•Anon84•23m ago•0 comments

The Imagination Curriculum

https://zoescaman.substack.com/p/the-imagination-curriculum
1•MindGods•24m ago•0 comments

Hobby Equipment Organisation Using Ottoman Single Bed

https://dreamhomestore.co.uk/collections/ottoman-beds
1•jessica01decor•25m ago•1 comments

Securing Coturn: Configuration Guide with Copy-Paste Templates

https://www.enablesecurity.com/blog/coturn-security-configuration-guide/
1•obscure6•26m ago•0 comments

The watchers, pt. 2: the correspondence

https://vmfunc.re/blog/persona-2/
1•pamcake•27m ago•1 comments

Implementing WebNN with the Help of AI

https://medium.com/@polyglot_factotum/sketching-webnn-with-ai-part-two-of-the-slop-diaries-8df62d...
1•polyglotfacto•29m ago•1 comments

Is auto-logging UPI spends from payment receipts a useful feature?

https://icorpus.vercel.app/
1•mathan_karthik•29m ago•1 comments

Why your Vitest test suite is slow (and how to fix it)

https://medium.com/ekino-france/why-your-vitest-test-suite-is-slow-and-how-to-fix-it-068fbaf6d6eb
1•damnhotuser•30m ago•0 comments

Show HN: Frouter – Live-ping and auto-configure free AI models for coding agents

https://github.com/jyoung105/frouter
1•jyoung105•30m ago•0 comments

Coalton: Efficient, statically typed functional programming language

https://github.com/coalton-lang/coalton
1•tosh•31m ago•0 comments

Cybertank – Hand code or Bring your AI agent and destroy the enemy

https://cybertank.squidcode.com
1•pro_methe5•31m ago•0 comments

Show HN: A real-time strategy game that AI agents can play

https://llmskirmish.com/
23•__cayenne__•31m ago•3 comments

Debian Removes Free Pascal Compiler / Lazarus IDE

https://forum.lazarus.freepascal.org/index.php?topic=73405.0
5•mariuz•31m ago•0 comments

Show HN: The gap between tracking time and getting paid is frustratingly manual

1•jonobird1•34m ago•0 comments

Russia fines Google for distributing VPN services

https://www.reuters.com/world/russia-fines-google-distributing-vpn-services-tass-reports-2026-02-25/
1•giuliomagnifico•35m ago•0 comments
Open in hackernews

Zig and GPUs

https://alichraghi.github.io/blog/zig-gpu/
57•Cloudef•10mo ago

Comments

LegNeato•10mo ago
See also https://github.com/Rust-GPU/rust-gpu and https://github.com/rust-gpu/rust-cuda
ladyanita22•10mo 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•10mo ago
Microsoft indicated they are switching to SPIR-V from DXIL: https://devblogs.microsoft.com/directx/directx-adopting-spir...
skywal_l•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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•10mo ago
The Zig compiler can compile C, though.