frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Scriptable 3D Graph Visualization

https://verticesandedges.net/?nburl=./examples/Cube.ipynb
1•countgraph•1m ago•0 comments

How does the front page algorithm work?

1•firefax•1m ago•0 comments

Enterprise cloud infrastructure uptake shows no sign of slowing

https://www.theregister.com/off-prem/2026/08/01/enterprise-cloud-infrastructure-uptake-shows-no-s...
2•magoghm•2m ago•0 comments

How to Prompt Any LLM?

https://blog.sparsh.dev/how-to-prompt-llms/
1•sparshrestha•4m ago•1 comments

BitChat: When the government bans the app, but not the network

https://ownyourdatamp.substack.com/p/bitchat-when-the-government-bans
1•marcoparisi•4m ago•0 comments

What is distributed Key Generation (DKG)?

https://stoffelmpc.com/stoffel-blog/what-is-distributed-key-generation-(dkg)
1•badcryptobitch•6m ago•0 comments

Show HN: WordJS – Open-source CMS where plugins run in OS sandboxes

https://github.com/jaimemartinez/wordjs
1•jaimedmartinezh•10m ago•0 comments

Startup Game

1•FDX2018•13m ago•0 comments

A Surveillance Treaty in Disguise: Canada Signs UN Cybercrime Convention

https://www.michaelgeist.ca/2026/07/a-surveillance-treaty-in-disguise-the-trouble-with-canadas-qu...
3•iamnothere•14m ago•0 comments

The World First AI Agentic Radio, for vibe coders, good vibes only

https://www.twitch.tv/myimaginationai
1•myimaginationai•16m ago•1 comments

Codex reimplemented in 8k lines of C++, <1MB binary

https://github.com/paoloanzn/microcodex
1•paoloanzn•20m ago•0 comments

Show HN: CSP Validator and Generator

https://dmarcguard.io/tools/csp-validator/
1•meysamazad•22m ago•0 comments

China's tech advances are causing chaos from Silicon Valley to the White House

https://www.theguardian.com/technology/2026/aug/01/china-silicon-valley-white-house
5•beardyw•23m ago•1 comments

Ask HN: Can AI breakthroughs in mathematics help non-mathematicians feel better?

1•amichail•24m ago•1 comments

The Art of 64-bit Assembly

https://nostarch.com/art-64-bit-assembly-v2
1•0x54MUR41•25m ago•0 comments

Cradle. Animated Web Companions

https://cradlestudio.vercel.app/
1•maranga•26m ago•1 comments

Beauty in My Backyard

https://worksinprogress.co/issue/beauty-in-my-backyard/
1•jger15•27m ago•0 comments

Grok: Imagine Video 1.5

https://twitter.com/grok/status/2083353607370416632
2•tosh•33m ago•0 comments

The Collatz conjecture was false [video]

https://www.youtube.com/watch?v=RnfFC_LowtU
2•ykonstant•34m ago•1 comments

Supply and Demand Is Not What Most People Think

https://shonczinner.substack.com/p/supply-and-demand-is-not-what-most
2•kjshsh123•35m ago•0 comments

Strategic Petroleum Reserve

https://en.wikipedia.org/wiki/Strategic_Petroleum_Reserve_(United_States)
4•tosh•35m ago•0 comments

Show HN: Aurora – AI Gateway built in Go

https://github.com/aurorallm/aurora
4•gurveer51•37m ago•0 comments

What a Growing Telegram Disinformation Network Reveals About the DSA

https://www.techpolicy.press/what-a-growing-telegram-disinformation-network-reveals-about-the-dsa/
2•donohoe•37m ago•0 comments

Show HN: TUFHub – Autosync TakeUForward DSA Solutions to GitHub Accepted Verdict

https://github.com/Arora-Sir/TUFHub
2•arora-sir•38m ago•0 comments

A low-latency sandbox for untrusted Python execution

https://sucuri.abstra.io/
3•brunovcosta•41m ago•0 comments

Don't stop early: Case-folding source code at memory speed

https://github.blog/engineering/architecture-optimization/dont-stop-early-case-folding-source-cod...
2•Brajeshwar•41m ago•0 comments

Open-Source AI Platform Orbit

https://github.com/schmitech/orbit
2•r_martinez•42m ago•0 comments

Genshin Impact 7.0 Adds a TPS Mode and the Eye of Graeae in Snezhnaya

https://www.notebookcheck.net/Genshin-Impact-7-0-adds-a-TPS-mode-and-the-Eye-of-Graeae-in-Snezhna...
2•DarrylLinington•43m ago•0 comments

The hallmarks of protein and amino acid restriction in aging and longevity

https://www.cell.com/cell-press-blue/fulltext/S3051-3839(26)00077-0
1•bookofjoe•43m ago•1 comments

GhostMetadata – strip EXIF/GPS data from images locally, runs on mobile term

https://github.com/Zakariaghoudi/Privacy-Cleaner-Tool-
1•zakariaghoudi•45m 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.