frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Doubletake – AirPlay Sender Implementation for Linux (X11 and Wayland)

https://github.com/omarroth/doubletake/
1•omarroth•27s ago•0 comments

Gemma 4 on iPhone

https://apps.apple.com/nl/app/google-ai-edge-gallery/id6749645337
2•janandonly•1m ago•0 comments

Redundancy, the Game about Getting Laid Off

https://games-by-will.com/redundancy/
1•wjuseck•2m ago•0 comments

Agent v0 Open-source multi-agent AI orchestration terminal

https://github.com/centeler34/Agent-v0
1•agent-v0•4m ago•1 comments

The AI Is Not Learning from You

https://jasonvella.com/posts/aiisnotlearningfromyou/
1•gpi•7m ago•0 comments

Fractran: A Simple Universal Programming Language for Arithmetic

https://leetarxiv.substack.com/p/fractran-a-simple-universal-programming
1•rantingdemon•9m ago•0 comments

LMMs-Lab Writer: AI-native LaTeX editor. Git built-in, open source

https://writer.lmms-lab.com/
1•m_kos•10m ago•0 comments

Show HN: Enter an Instagram/TikTok handle, get a data-backed price for collab

https://priceinfluencer.com
13•bozkan•10m ago•1 comments

How a British father and son made a fortune in Dubai then became wanted men

https://www.theguardian.com/world/2026/apr/05/british-father-son-dubai-fortune-wanted-men-prison-...
1•akbarnama•10m ago•0 comments

Show HN: Turn any prediction into ranked Kalshi/Polymarket trades [video]

https://www.youtube.com/watch?v=pC2N_jAEu78
1•oleksg•11m ago•0 comments

Show HN: A branching notebook runtime for AI and humans(written in Rust)

https://github.com/tinelabs/tine
1•thesidsat23•13m ago•0 comments

Books from Unrelated Fields

1•almonerthis•13m ago•0 comments

OpenJDK: Panama

https://openjdk.org/projects/panama/
1•tosh•14m ago•0 comments

Schedule It. Forget It. It Publishes

https://satolocinsight.substack.com/p/schedule-it-forget-it-it-publishes
1•satolocinsight•15m ago•0 comments

What Would You See Changed in Haskell?

https://blog.haskell.org/what-would-you-see-changed-in-haskell/
1•birdculture•16m ago•0 comments

Gender Equality and Work

https://www.oecd.org/en/topics/gender-equality-and-work.html
6•mooreds•16m ago•4 comments

Clockworks: Deterministic controllable time and time-ordered identifiers

https://dexcompiler.com/blog/clockworks
1•skynode•16m ago•0 comments

The Death Clock

https://www.weareinquisitive.com/news/introducing-the-death-clock
1•mooreds•17m ago•0 comments

Show HN: Fabro – open-source dark software factory

https://github.com/fabro-sh/fabro
1•brynary•17m ago•0 comments

The Free Market Lie: Why Switzerland Has 25 Gbit Internet and America Doesn't

https://sschueller.github.io/posts/the-free-market-lie/
21•sschueller•17m ago•10 comments

Your House as a Power Plant with Enphase's Marco Krapels [audio]

https://shows.acast.com/everybody-in-the-pool/episodes/episode-127-enphase
2•mooreds•17m ago•0 comments

Show HN: Sigil – A new programming language for AI agents

1•inerte•19m ago•0 comments

Show HN: Diffvoid.com – private, open source client side text comparison tool

http://diffvoid.com
1•user_timo•20m ago•0 comments

Show HN: macOS PDF Organizer Using Apple Intelligence

https://apps.apple.com/us/app/elephant-folio-pdf-organizer/id6758025984ElephantFolio:PDFOrganizer
1•abu_ameena•21m ago•0 comments

OmniSearch: Fast Windows file search built with Tauri, Rust, and C++

https://github.com/Eul45/omni-search
1•eyuel_engida•21m ago•0 comments

Ask HN: Lightweight GPU job queue for single-node setup?

1•dstrbad•24m ago•0 comments

LibreOffice – Let's put an end to the speculation

https://blog.documentfoundation.org/blog/2026/04/05/lets-put-an-end-to-the-speculation/
11•eisa01•24m ago•1 comments

Music for Programming

https://musicforprogramming.net
2•merusame•24m ago•0 comments

100x Defect Tolerance: How Cerebras Solved the Yield Problem (2025)

https://www.cerebras.ai/blog/100x-defect-tolerance-how-cerebras-solved-the-yield-problem
3•peter_d_sherman•27m ago•0 comments

Samsung Raises DRAM Prices Another ~30% for Q2 2026

https://old.reddit.com/user/BuySellRam/comments/1sd9z9k/samsung_raises_dram_prices_another_30_for...
4•jeffufl•27m ago•1 comments
Open in hackernews

Zig and GPUs

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

Comments

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