frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Learnings around building systems to automate with AI

https://newsletter.cloudsquid.io/p/we-built-a-scalable-agent-sandbox
1•universesquid•1m ago•0 comments

Plainly Flows – automate creative production with workflows

https://plainlyflows.com/
1•plainlyvideos•4m ago•0 comments

Scaling a WebSocket gateway to 40k+ concurrent users with Redis pub/sub

https://e-mahmoudi.me/blog/fanout-architecture-millions-concurrent-websockets/
2•jeyem•5m ago•0 comments

Hugging Face exploring sale at $13B valuation

https://siliconangle.com/2026/08/23/report-ai-model-hub-hugging-face-exploring-sale-at-13b-valuat...
1•giuliomagnifico•5m ago•0 comments

The Future Belongs to the Weird

https://essays.georgestrakhov.com/weird/
1•georgestrakhov•7m ago•0 comments

Learning Vision-Driven Reactive Soccer Skills for Humanoid Robots

https://www.science.org/doi/10.1126/scirobotics.aed1152
1•realysy•9m ago•0 comments

Aggregating the Aggregators

https://paul.tinypost.blog/aggregating-the-aggregators
1•rdmuser•9m ago•0 comments

Six historic volcanic eruptions changed the world and history

https://knowablemagazine.org/content/article/physical-world/2026/volcanoes-that-made-history
1•dp-hackernews•9m ago•0 comments

Ask HN: What's the best-managed open source repo you've seen on GitHub?

2•kacperlukawski•12m ago•0 comments

The Observability Pain Cycle

https://nikola-petkovic.com/blog/2026/08/07/observability-pain-cycle/
1•nikola_petkovic•13m ago•0 comments

Self – The Structured Executable and Linkable Format

https://github.com/fzakaria/selfdb
1•gjvc•15m ago•1 comments

Show HN: Reverse-engineered Half-Life's 2001 WON launcher with LLM agents

https://github.com/oxiKKK/re-goldsrc-won-launcher-1792
1•oxi113•17m ago•0 comments

Show HN: One AWS Bill Went from Almost $8k a Month Toward $6k

https://greenops.cloud/blog/blog-cost-drop-8k-to-6k
1•spidgorny•19m ago•0 comments

Wikipedia globally blacklisted archive.today after DDoS and snapshot tampering

https://gyrovague.com/2026/06/24/archive-yesterday-an-empirical-study-of-the-streisand-effect/
2•salahadawi•22m ago•0 comments

We replaced our ledger with two functions

https://river.com/content/we-replaced-our-ledger-with-two-functions
2•alexmolas•22m ago•0 comments

Ask HN: What have you reverse engineered with LLMs recently?

2•trencedamp•23m ago•0 comments

Emotional Diversification

https://www.lifestyleintegrity.com/blog/emotional-diversification
1•kiyanwang•24m ago•0 comments

Show HN: Same – I built a toy to see what the world has in common

https://same.imelabs.co.uk
1•wrams•26m ago•0 comments

Bolt Graphics' Advanced GPU to Take on Nvidia – Architosh

https://architosh.com/2026/07/bolt-graphics-advanced-gpu-to-take-on-nvidia/
1•rbanffy•26m ago•0 comments

Responsibility Is Taken Before It Is Given

https://lalitm.com/responsibility-is-taken-before-it-is-given/
1•kiyanwang•27m ago•0 comments

Cursiva is an open-source tool to compile ATS LaTeX resumes with LangGraph

https://www.cursiva.se/
1•heishi•27m ago•0 comments

Can an LLM price a World Cup match better than the market (and make money)?

https://christian.bock.bio/posts/frontier_xg_worldcup/
1•Pseudomanifold•27m ago•0 comments

The sorry state of SKILL distribution

https://blog.trailofbits.com/2026/06/03/the-sorry-state-of-skill-distribution/
1•michael-sumner•27m ago•0 comments

Show HN: Live preview/render Go templates with custom data

https://github.com/vividvilla/gotp
1•v512•29m ago•0 comments

Show HN: Douze – turn any website into MCP tools from the browser session

https://github.com/jamalavedra/douze
1•jamalavedra•29m ago•0 comments

Photon Gas

https://en.wikipedia.org/wiki/Photon_gas
1•maxall4•32m ago•0 comments

Hiding a Prompt in a Tokenizer

https://stephantul.github.io/blog/prompt/
2•stephantul•37m ago•0 comments

Startup Sells Synthetic Influencers Manipulates Social Media as a Service (2025)

https://www.404media.co/a16z-backed-startup-sells-thousands-of-synthetic-influencers-to-manipulat...
1•Bluestein•37m ago•0 comments

Inside The Fake Copyright Racket Silencing News Outlets

https://www.occrp.org/en/news/i-terminated-this-channel-inside-the-fake-copyright-racket-silencin...
1•robtherobber•38m ago•0 comments

Dactyl – Build real iOS apps just by describing them

https://dactyl.dev/
3•losfair•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.