frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: DeskMakeover – Restyle every Windows desktop icon in one click

https://dm.xiaominglab.com/
1•yangjinming•1m ago•0 comments

US Considers Creating Finra-Like Watchdog to Vet Top AI Models

https://www.bloomberg.com/news/articles/2026-07-17/us-considers-creating-finra-like-watchdog-to-v...
1•htrp•1m ago•0 comments

Show HN: IKEA Complexity Index

https://ikea.greg.technology/
2•gregsadetsky•4m ago•0 comments

PenEcho: An Open-Source Canvas with AI

https://github.com/erickong/penecho
2•mkw5053•4m ago•1 comments

Claude, with feedback from ChatGPT, writes a history of AI

https://docs.google.com/document/d/1SuekouRgA8NrQMOJdmpfowesV4-qTQxmhOe54aTYyw8/edit?tab=t.0
2•the-mitr•8m ago•0 comments

Tell HN: Codex may have reached 10M active users; usage limits reset again

3•linzhangrun•14m ago•0 comments

Certificate Expiry for Hacker News.com

https://news.ycombinator.com/
3•aarjaneiro•14m ago•1 comments

Kimi K3 vs. Meta: Muse Spark 1.1

https://runtimewire.com/article/head-to-head-kimi-k3-vs-meta-muse-spark-1-1
2•ryanmerket•21m ago•0 comments

Japan now has human refrigerators inspired by Japanese vending machines

https://soranews24.com/2026/07/18/japan-now-has-human-refrigerators-aims-to-help-save-lives-in-su...
3•rawgabbit•25m ago•0 comments

The Server Is a Sync Relay Now: Architecting Around Client-Owned State

https://tiarebalbi.com/en/blog/local-first-server-sync-relay-architecture
2•yruzin•34m ago•0 comments

Show HN: NS6 – Find your perfect domain

https://www.ns6.com/
2•nadermx•37m ago•2 comments

ASCII Art

https://github.com/doctorfree/Asciiville
2•audreyfei•39m ago•0 comments

Regressive JPEGs

https://maurycyz.com/projects/bad_jpeg/
3•vitaut•42m ago•0 comments

Erik J. Larson, The Myth of Artificial Intelligence (2021) [pdf]

https://dn721508.ca.archive.org/0/items/the-myth-of-artificial-intelligence/TheMythofArtificialIn...
1•1vuio0pswjnm7•47m ago•4 comments

Apitegromab for lean mass preservation during tirzepatide-induced weight loss

https://www.nature.com/articles/s41591-026-04440-4
1•nateb2022•51m ago•0 comments

Reading Between Dots: Decoding Hidden Computation Across Filler Tokens (ICML'26)

https://arxiv.org/abs/2607.03502
1•vismit2000•1h ago•0 comments

Tokyo Technarch Izakaya Night: Jensen like postwar industry captain

https://www.youtube.com/watch?v=X7ffSOzcYBc
2•oliculipolicula•1h ago•0 comments

Angie – Drop-In Replacement for Nginx

https://github.com/webserver-llc/angie
1•lwhsiao•1h ago•1 comments

TypePiao-Practice sheet music reading like typing, with instant feedback

https://typepiano.org
2•WenboS•1h ago•0 comments

Extra hidden computations in LLM using dot tokens for multi-hop reasoning

https://xcancel.com/kaleybrauer/status/2078185882926846044
1•vismit2000•1h ago•0 comments

Arduino Launches Plug-and-Play Modules for Long-Range Sensor Projects

https://www.allaboutcircuits.com/news/arduino-launches-plug-and-play-modules-for-long-range-senso...
1•WaitWaitWha•1h ago•0 comments

"Free Range" Offline and On

https://petergray.substack.com/p/121-free-range-offline-and-on
1•Ariarule•1h ago•0 comments

Ask HN: Are We Getting Dumber?

2•lyfeninja•1h ago•1 comments

Some surveillance I noticed today

https://nonogra.ph/some-surveillance-i-noticed-today-07-18-2026
1•arkhiver•1h ago•0 comments

A Test Isn't Racist. Assumptions About Black Kids Can Be

https://www.nytimes.com/2026/07/16/opinion/new-york-high-school-test-racism.html
3•apparent•1h ago•3 comments

StartupForge AI – Turn Any Business Idea into a Startup Blueprint

https://b07ada739af0b4a7c99daf84e96b066a.ctonew.app/
1•kvreal•1h ago•0 comments

Cataloging Growth: A Re-Evaluation of 1900–1990 [pdf]

https://veronicabp.github.io/website/VBP_BHW_CostOfLiving.pdf
1•alphabetatango•1h ago•0 comments

Ultraclose 2029 flyby of asteroid Apophis

https://www.livescience.com/space/asteroids/shared-cosmic-experience-potentially-hazardous-astero...
2•jinjin2•1h ago•0 comments

Show HN: Spiral – continuous-thrust orbit-transfer design in the browser

https://spiral.erikevenson.net
1•eevenson•1h ago•0 comments

How Websites Detect Ban Evasion-why creating new accounts isn't enough to escape

https://medium.com/@thesuperrepemail/how-websites-detect-ban-evasion-and-why-creating-a-new-accou...
2•mssblogs•1h 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.