frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ternary Bonsai: Top Intelligence at 1.58 Bits

https://prismml.com/news/ternary-bonsai
1•throwaway2027•18s ago•0 comments

An interesting art style: Warli Art

https://portraitart.app/photo-to-indian-warli
1•bethemoly•1m ago•0 comments

Open-world evaluations for measuring frontier AI capabilities [pdf]

https://cruxevals.com/open-world-evaluations.pdf
1•randomwalker•1m ago•0 comments

New undersea cable cutter risks Internet's backbone

https://arstechnica.com/gadgets/2026/04/china-tests-an-undersea-cable-cutter-as-suspected-sabotag...
1•pseudolus•2m ago•0 comments

Show HN: Open-source Perplexity clone one file back end, streaming answers

https://github.com/oncellai/oncell-research
6•anupsing_ai•4m ago•0 comments

Cavalry Is Now Free

https://cavalry.studio/en/
1•Seich•5m ago•1 comments

I Made the "Next-Level" Camera and I love it

https://thelibre.news/i-made-the-next-level-camera-and-i-love-it/
1•ndr•5m ago•0 comments

Leaving Gas Town – What Happens When the AI Bubble Bursts?

https://slowlywilliam.com/2026/04/12/leaving-gas-town.html
1•quicklywilliam•8m ago•1 comments

Show HN: Constellate – Finding patterns by reasoning about groups, not pairs

https://constellate.fyi
1•harthor•9m ago•0 comments

Show HN: A native Rust TUI for Claude Code, because Ink got slow

https://www.npmjs.com/package/claude-code-rust
1•srothgan•11m ago•0 comments

Make AI agents that never see your data

https://codeastra.dev/
1•mpakaobed•14m ago•1 comments

Val Kilmer set to be be resurrected with AI for new film

https://www.theguardian.com/film/2026/mar/18/val-kilmer-resurrected-in-movie-ai
2•cdrnsf•17m ago•0 comments

Coregit – Serverless Git API for AI agents (3.6x faster than GitHub)

https://coregit.dev/blog/introducing-coregit
1•AlenzhanJ•17m ago•0 comments

List of World Naked Bike Rides

https://wiki.worldnakedbikeride.org/wiki/List_of_rides
2•rolph•21m ago•0 comments

Solana Token Market Go – on-chain pool metrics (price, liq, mcap, FDV) in Go

https://github.com/TokensHive/solana-token-market-go
1•AppsDoc•22m ago•0 comments

Fine-tuning and deploying Gemma 4 is not that easy

https://ghost.oxen.ai/writing-a-fine-tuning-and-deployment-pipeline-isnt-as-easy-as-it-looks-gemm...
3•eloyalbmartinez•24m ago•0 comments

Literate documentation: treating docs as contracts over system behavior

https://mwittie.io/posts/literate-documentation/
1•mikewittie•24m ago•1 comments

Show HN: Metamorphic – Zero-knowledge, end-to-end encrypted habit tracker

https://metamorphic.app/
2•mosspigletdev•25m ago•0 comments

Hy-World 2.0: Model for Reconstructing, Generating, and Simulating 3D Worlds

https://github.com/Tencent-Hunyuan/HY-World-2.0
2•SXX•25m ago•0 comments

FAQ about the IOC Policy on Protection of the Female Category in Olympic Sport

https://www.olympics.com/ioc/athletes/medical-research/faq-ioc-policy-protection-female-category
1•aobs•26m ago•0 comments

Beloved 7 Up series will end after 62 years with final chapter 70 Up

https://www.radiotimes.com/tv/documentaries/itv-7-up-series-finale-announced-newsupdate/
1•mellosouls•26m ago•0 comments

Open Systems Are Healthy

https://chriskurdziel.com/2026/04/08/the-open-source-advantage.html
2•speckx•26m ago•0 comments

Let AI query your live database instead of guessing

https://github.com/risingwavelabs/risingwave-mcp
1•AnneWodell•27m ago•0 comments

Vitra Workstation

https://abduzeedo.com/node/89288
1•levmiseri•32m ago•0 comments

TextPocket: Save and Paste Text Anywhere

https://chromewebstore.google.com/detail/textpocket-save-paste-tex/ieapehlaglbomepkjgffbmckpfmkmpjp
1•hassananayi•33m ago•0 comments

Qwen3.6-35B-A3B draws a better pelican than Opus 4.7

https://twitter.com/simonw/status/2044830134885306701
2•armcat•34m ago•0 comments

South African-led HIV vaccine trial offers a significant moment of promise

https://www.up.ac.za/news/expert-opinion-south-african-led-hiv-vaccine-trial-offers-significant-m...
2•andsoitis•35m ago•0 comments

We May No Longer Need Kafka Compatibility in the Age of AI Agents

https://risingwave.com/blog/we-may-no-longer-need-kafka-compatibility/
1•WavyPeng•38m ago•0 comments

Intel Arc Pro B70 Open-Source Linux Performance Against AMD Radeon AI Pro R9700

https://www.phoronix.com/review/intel-arc-pro-b70
3•zargon•39m ago•1 comments

Google, Pentagon discuss classified AI deal, the Information reports

https://www.reuters.com/technology/google-pentagon-discuss-classified-ai-deal-information-reports...
3•Palmik•39m ago•1 comments
Open in hackernews

Zig and GPUs

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

Comments

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