frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How much do Tokens Cost? [video]

https://www.youtube.com/watch?v=u7jO5slUiUw
1•ankit70•2m ago•0 comments

Muse Spark: Scaling Towards Personal Superintelligence

https://ai.meta.com/blog/introducing-muse-spark-msl/?_fb_noscript=1
2•chabons•2m ago•1 comments

Japan relaxes privacy laws to make itself the 'easiest country to develop AI'

https://www.theregister.com/2026/04/08/japan_privacy_law_changes_ai/
1•neitsab•3m ago•0 comments

Show HN: SpoonBaboon – From "I want to make X" to a guided cooking session

https://www.spoonbaboon.com
1•Averkin•3m ago•0 comments

Obsidian will receive the 0.0.3-rc3 brief. You can see and follow clicking here

https://github.com/roading-os/Obsidian-Kernel
1•oretuff•4m ago•0 comments

The twilight of America's sky knights – Fighter jets are an anachronism

https://unherd.com/2026/04/the-twilight-of-americas-sky-knights/
1•voxleone•5m ago•0 comments

Anthropic Just Handed Apache $1.5M to Secure the Open Source Stack AI Depends On

https://itsfoss.com/news/anthropic-apache-software-foundation-donation/
2•speckx•6m ago•1 comments

Omid Teimory

https://omidteimory.com
1•omid2007hope•6m ago•0 comments

Why your new computer is slower than your old computer [video]

https://www.youtube.com/watch?v=t992ul_IKtc
1•ernesto905•9m ago•0 comments

The Privacy Black Hole: Third-Party Doctrine

https://incognitocat.me/the-privacy-black-hole-third-party-doctrine/
1•abnercoimbre•9m ago•0 comments

Ferretlog: Git log for your Claude Code agent runs

https://github.com/eitanlebras/ferretlog
1•eitanlebras•9m ago•0 comments

Show HN: India Trade CLI

https://github.com/hopit-ai/india-trade-cli
7•ArchieIndian•10m ago•0 comments

FFmpeg maintainers thank Anthropic for Mythos patches

https://xcancel.com/FFmpeg/status/2041595801483264002
2•hmokiguess•11m ago•0 comments

Legibility Is Ruining You

https://jimmyhmiller.com/legibility-is-ruining-you
1•jimmyhmiller•11m ago•1 comments

The three villains to agentic observability: retention, sampling and rollups

https://clickhouse.com/blog/three-villains-agentic-observability
1•blueybingo•13m ago•0 comments

Façade (2005 Video Game)

https://en.wikipedia.org/wiki/Fa%C3%A7ade_(video_game)
1•jjmarr•14m ago•0 comments

Supply chain nightmare: How Rust will be attacked and how to mitigate attacks

https://kerkour.com/rust-supply-chain-nightmare
4•randomint64•14m ago•0 comments

No more American Dream? Housing market strains buyers and owners

https://www.usatoday.com/story/money/personalfinance/real-estate/2026/04/06/american-dream-dead-h...
1•speckx•15m ago•0 comments

Show HN: A benchmark for SAST exploit chain and evasion detection

https://github.com/TheAuditorTool/sast-benchmark
1•ThailandJohn•15m ago•1 comments

The official Paul McCartney account banned?

https://old.reddit.com/r/PaulMcCartney/comments/1s6yy9x/the_official_paul_mccartney_account_banned/
1•divbzero•16m ago•0 comments

85-token caveman prompt that outperforms the 552-token original

https://github.com/kuba-guzik/caveman-micro
2•jakguzik•18m ago•0 comments

Tesla won't build its own chip fab – Intel is going to do it

https://electrek.co/2026/04/07/tesla-terafab-intel-joins-foundry/
1•compuficial•18m ago•0 comments

Contributors, cross-stack improvements: Collabora's work on GStreamer 1.28

https://www.collabora.com/news-and-blog/news-and-events/16-contributors-cross-stack-improvements-...
2•losgehts•18m ago•0 comments

Making Self-XSS Great Again: Unauthorized Access Request Approvals in Cloudflare

https://kazama.in/self-xss-to-cloudflare-single-click-approvals/
1•matured_kazama•19m ago•0 comments

Lila-Leech – First Geometric Transformer Based on Leech Lattice Symmetry

https://github.com/SPUTNIKAI/LeechTransformer
2•bootstraptor•19m ago•3 comments

Is this the end for data analysts? AI agent, 500GB, 100 rounds, 134.9s, $1.66

https://medium.com/generative-ai/i-talked-to-500gb-of-retail-data-with-zero-domain-knowledge-ai-d...
1•agent_anuj•21m ago•2 comments

AWS has climbed on the AI-in-space bandwagon with more bad science

https://aws.amazon.com/
1•boutell•22m ago•2 comments

How to Unleash GStreamer for Low Latency Streaming?

https://www.red5.net/blog/gstreamer-for-low-latency-streaming/
1•mondainx•23m ago•0 comments

"Bidding" for Jobs?

https://jackbmeyer.substack.com/p/bidding-for-jobs
1•speckx•23m ago•1 comments

I Ported Mac OS X to the Nintendo Wii

https://bryankeller.github.io/2026/04/08/porting-mac-os-x-nintendo-wii.html
13•blkhp19•24m ago•0 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.