frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI-Powered Multi Tenant Platform

https://svoxx.com/int/en
1•kilincarslan•1m ago•0 comments

Rustnet: Per-process network monitoring with deep packet inspectio

https://github.com/domcyrus/rustnet
1•thunderbong•2m ago•0 comments

Claude Fable 5 access extended through July 19

https://xcancel.com/claudeai/status/2076351399999557669#m
2•Topfi•3m ago•0 comments

Show HN: Free AI travel destination search across Asia

https://asianexpats.com
1•developeron29•5m ago•0 comments

Restarting Germany's Reactors: Viability and Outlook [pdf]

https://www.radiantenergygroup.com/_files/ugd/ae75b7_bc5db590cf5a4ac6a4a0d6812a58ada6.pdf
1•throw0101d•8m ago•1 comments

The Four "Ions", or How to Provision CIAM Users (2023)

https://ciamweekly.substack.com/p/the-four-ions-or-how-to-provision
1•mooreds•8m ago•0 comments

Local-first image annotation–try it in the browser, no signup, nothing uploaded

https://thevision.works/demo
2•Wiseye•11m ago•0 comments

Show HN: SayItDev LLM and Speech capabilities with 0 dependencies and no models

https://github.com/innovatorved/sayitdev
3•innovatorved•11m ago•0 comments

Welcome to the Era of the Forever Layoff

https://www.businessinsider.com/why-tech-companies-keep-doing-layoffs-ai-2026-7
6•pseudolus•15m ago•0 comments

China-made CXMT memory now supports faster speeds on MSI's AMD motherboards

https://www.tomshardware.com/pc-components/ddr5/china-made-cxmt-memory-now-supports-faster-speeds...
2•binyu•16m ago•0 comments

In defense of not understanding your codebase

https://www.seangoedecke.com/in-defense-of-not-understanding-your-codebase/
2•saikatsg•20m ago•1 comments

GuardianDB: High-performance, local-first decentralized database built on Rust

https://www.willsearch.com.br/guardian-db/
2•wmaslonek•21m ago•0 comments

An orbiting disco ball gave Einstein's theory its most precise test yet

https://arstechnica.com/science/2026/07/an-orbiting-disco-ball-gave-einsteins-theory-its-most-pre...
3•Logans_Run•22m ago•0 comments

Whats the Hardest Challenges in AI?

2•debpalash•23m ago•0 comments

Fable extended until 19 July

https://twitter.com/claudeai/status/2076351399999557669
19•protoman3000•26m ago•7 comments

Like a cheat code for your car: We investigate ECU tuning

https://arstechnica.com/cars/2026/07/like-a-cheat-code-for-your-car-we-investigate-ecu-tuning/
2•pseudolus•26m ago•0 comments

Migrating a production AI agent to GPT-5.6: 2.2x faster, 27% cheaper

https://ploy.ai/blog/migrating-a-production-ai-agent-to-gpt-5-6
3•brryant•27m ago•0 comments

Cursor and VSCode Code review flow for GitLab (for now)

https://github.com/LuyandaLia/reviewflow
2•Luyanda•28m ago•1 comments

Knowledge-based verification: is it state-of-the-art?

https://workshop.vennfactory.com/p/knowledge-based-verification-is-it
2•mooreds•28m ago•0 comments

How Ukraine Built a War Fighting State

https://www.austinvernon.site/blog/ukrainewar.html
8•delichon•29m ago•1 comments

The Unintended Consequences of Genetic Tests

https://www.theatlantic.com/ideas/2026/07/genetic-testing-children-diseases/687869/
2•bookofjoe•30m ago•1 comments

NameThat: A visual dictionary of UI elements

https://namethatui.com
1•DantesKite•30m ago•0 comments

Show HN: Wisp – open-source private desktop AI overlay with MCP support

https://github.com/SunnyLich/Wisp-AI-Assistant
1•WispAIOverlay•30m ago•0 comments

Jonesforth – A sometimes minimal Forth compiler and tutorial (2007)

https://github.com/nornagon/jonesforth/blob/master/jonesforth.S
1•Tomte•31m ago•0 comments

Tesla claims Cybercab driving employees at Giga Texas – in a parking lot

https://electrek.co/2026/07/11/tesla-cybercab-giga-texas-parking-lot/
1•root-parent•32m ago•0 comments

Mitigating Factual Hallucination in LRMs via Mixed-Mode Advantage Regularization

https://arxiv.org/abs/2607.05861
1•root-parent•34m ago•0 comments

AI Fuels Startup Boom Across the US

https://www.bloomberg.com/news/features/2026-07-10/ai-powered-entrepreneurs-set-to-launch-record-...
2•Teever•36m ago•1 comments

Apple's failed self-driving car program left a legacy of powerful AI chips

https://www.theverge.com/tech/964519/apple-silicon-self-driving-car-ai-m7-ultra
2•droidjj•36m ago•0 comments

GPT-5.6, Fable 5, and Grok 4.5 rebuild Basecamp from the same spec

https://smw.ai/blog/basecamp-bench
3•aethelyon•38m ago•0 comments

The Battery Startup Taking on China's Giants

https://www.wired.com/story/prologium-battery-startup-betting-against-china/
2•joozio•39m 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.