frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

For an app claiming end-to-end encryption, what evidence would earn your trust?

1•Brandon-Coll•1m ago•0 comments

NASA Engineers Help Prolong Voyager 2's Science Mission

https://science.nasa.gov/blogs/voyager/2026/08/04/nasa-engineers-help-prolong-voyager-2s-science-...
1•sohkamyung•2m ago•0 comments

Birds and Frogs in Physics

https://3quarksdaily.com/3quarksdaily/2020/11/birds-and-frogs-in-physics.html
1•geneticdrifts•6m ago•1 comments

OpenAI, Anthropic AI agents implicated in new security breaches

https://www.reuters.com/legal/litigation/openai-anthropic-ai-agents-implicated-new-security-breac...
2•tagyro•7m ago•0 comments

Worth Accepting: Evaluating Mellum at JetBrains

https://evalovernite.substack.com/p/worth-accepting-mellum
1•scoresmoke•9m ago•0 comments

Unified Neuro Symbolic Engine AGPL 3.0

https://zenodo.org/records/21809861
1•hiddenarchitect•10m ago•0 comments

How to Improve the AI Frontier

https://www.chaidhat.com/blog
1•chaidhat•10m ago•0 comments

AI companies destroy physical books – let's scan rare books before it's too late

https://annas-archive.gl/blog/physical-destruction.html
2•EffrafaxOfWug•10m ago•0 comments

SpaceX Rocket Crashes into Moon

https://apnews.com/article/spacex-rocket-moon-crash-elon-musk-d64a98138fd19241700461c87b49e201
1•jumploops•11m ago•0 comments

Repurpose Your VR Content for Any Screen by Converting to Standard Video

https://news.qencode.com/posts/repurpose-your-vr-content-for-any-screen-by-converting-to-standard...
1•QencodeCorp•11m ago•0 comments

Modelregistry: Decentralizing distribution of open-source AI models

https://github.com/marella/modelregistry
1•simonpure•12m ago•0 comments

BasicSync and Synctrain: solid apps for bringing Syncthing to phones

https://manualdousuario.net/en/basicsync-android-synctrain-ios-syncthing-apps/
1•rpgbr•12m ago•0 comments

Impact Drones: Air Defense as a Service for Civilian Infrastructure

https://www.ycombinator.com/launches/SKo-impact-drones-air-defense-as-a-service-for-civilian-infr...
1•atlasunshrugged•13m ago•1 comments

Decimen Optical Transfer: fountain-coded QR file transfer

https://github.com/bashalarmistalt/decimen-optical-transfer/
1•rzk•15m ago•0 comments

No One Can Afford to Make Myst Games Anymore

https://www.wired.com/story/no-one-can-afford-to-make-myst-games-anymore/
2•littlexsparkee•17m ago•1 comments

El Nino Live

https://www.elninolive.com
2•Noaidi•23m ago•1 comments

Voice mode for Claude Code. Claude Code now answers you like a real person

https://heyski.io/
3•pattern-ai•23m ago•0 comments

Extinct toad from the Ice Age discovered at Los Angeles' La Brea Tar Pits

https://www.cnn.com/2026/08/05/science/ice-age-toad-la-brea-pits
3•1659447091•24m ago•0 comments

DuckDuckGo launches glasses and promises they're private

https://manualdousuario.net/en/duckduckgo-oculos-de-sol-normais/
2•rpgbr•24m ago•0 comments

The New DeepSeek Moment

https://cuecloud.substack.com/p/the-new-deepseek-moment-and-what
1•krav-sales•24m ago•0 comments

The Hidden Tax of Memory in Model Inference

https://cuecloud.substack.com/p/the-hidden-tax-of-memory-in-model
2•krav-sales•26m ago•0 comments

Literary Sins

https://www.thedial.world/articles/news/seven-literary-sins
1•lermontov•26m ago•0 comments

Free book (software development in the AI era)

https://books.kodel.com.br/pt-br/livros/software-development-ia-era/
1•JCKodel•30m ago•0 comments

Django 6.1 Released

https://docs.djangoproject.com/en/6.1/releases/6.1/
3•tony•30m ago•0 comments

AI Agents for Healthcare?

https://www.youtube.com/watch?v=XVgedf0TzYc
1•karissafho•34m ago•0 comments

Wikipedia Turned on Its Volunteers. Now It's Coming for Its Workers

https://www.quippd.com/writing/2026/08/04/wikipedia-turned-on-its-volunteers-now-its-coming-for-i...
2•cdrnsf•37m ago•0 comments

Your phone is the most intricate machine you've ever held. Let's take it apart.

https://everythingmachine.io/phone/
1•bookofjoe•37m ago•0 comments

Saudi wealth fund and Jared Kushner's Affinity finalize $55B EA Sports deal

https://www.cnbc.com/2026/08/05/saudi-wealth-fund-jared-kushner-ea-sports-deal.html
2•debo_•38m ago•0 comments

Show HN: Emporia Research

https://www.emporiaresearch.com/
1•not_wowinter14•39m ago•0 comments

STMicroelectronics profit misses estimates, shares fall 14%

https://www.reuters.com/technology/stmicros-q3-revenue-view-slightly-lags-estimates-even-chip-dem...
1•measurablefunc•40m 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.