frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Divide by Depth for Instant 3D

https://gabrieloc.com/2026/09/15/perspective.html
1•gabrieloc•1m ago•1 comments

PC ports of old console games are the new AI vibe coding battleground

https://www.pcgamer.com/gaming-industry/pc-ports-of-old-console-games-are-the-new-ai-vibe-coding-...
2•adunk•1m ago•0 comments

Detecting and mitigating a multi-stage AiTM phishing and BEC campaign (2023)

https://www.microsoft.com/en-us/security/blog/2023/06/08/detecting-and-mitigating-a-multi-stage-a...
2•colinprince•3m ago•0 comments

How the incident happened: a play in one act

https://surfingcomplexity.blog/2026/09/19/how-the-incident-happened-a-play-in-one-act/
2•azhenley•3m ago•0 comments

Show HN: KillSwitch – a programming language designed to be difficult for LLMs

https://killswitch-lang.org
3•dom96•3m ago•0 comments

Escaping Docker's Hypervisor

https://accomplish.ai/blog/escaping-dockers-hypervisor/
2•RohanAdwankar•8m ago•1 comments

Testing Jev as a validation gate for drug-discovery agents

https://frederickparsons.substack.com/p/can-a-fast-ai-gate-catch-chemistry
2•fred_tandemai•9m ago•0 comments

Jevmetrics – probabilistic metric reduction inside OpenTelemetry

https://github.com/ishantanu/jevmetrics
2•ishantanu10•9m ago•0 comments

Solving rubiks cubes "without search"

https://arxiv.org/abs/2508.13113
2•E-Reverance•11m ago•0 comments

Firefox Telemetry Dictionary

https://dictionary.telemetry.mozilla.org/apps/firefox_desktop
1•M95D•12m ago•1 comments

Finding Bugs

https://matklad.github.io/2026/09/19/finding-bugs.html
1•surprisetalk•14m ago•0 comments

What do you think is the prevalence of this phenomenon in current AI discourse?

https://en.wikipedia.org/wiki/Preference_falsification
1•symbolicai•15m ago•2 comments

Economics Nobel Laureates' Letter Supporting the California Billionaire Tax [pdf]

https://gabriel-zucman.eu/files/prop40letter.pdf
3•marojejian•18m ago•3 comments

Markers to Deter Human Intrusion into Waste Isolation Pilot Plant (1993) [pdf]

https://gwern.net/doc/technology/1993-trauth.pdf
1•walrus01•18m ago•0 comments

ZK-JPEG: Zero-Knowledge Image Editing and Compression

https://eprint.iacr.org/2026/2039
2•gslin•20m ago•0 comments

Disney+ changes subscriber agreement to allow ads on every plan

https://www.dexerto.com/tv-movies/disney-changes-subscriber-agreement-to-allow-ads-on-every-plan-...
11•DemiGuru•22m ago•1 comments

Screens Ubiquitous in Classrooms; Teachers Split on Efficacy

https://news.gallup.com/poll/714479/screens-ubiquitous-classrooms-teachers-split-efficacy.aspx
2•hn_acker•23m ago•0 comments

Tiny radio transmitters reveal a hidden survival tactic in birds

https://theconversation.com/tiny-radio-transmitters-reveal-a-hidden-survival-tactic-in-birds-274517
3•bryanrasmussen•24m ago•0 comments

The Working Class Face a 'Class Ceiling' in Elite Occupations

https://www.nytimes.com/2026/09/18/business/class-barrier-academia.html
4•marojejian•32m ago•1 comments

Proxmox runs QEMU-img convert with cache=unsafe; write errors are dropped

https://bugzilla.proxmox.com/show_bug.cgi?id=8054
1•alfonsokuen•33m ago•0 comments

No Easy Fix for Bogus Respondents in Online Opt-In Polls

https://www.pewresearch.org/methods/2026/08/27/no-easy-fix-for-bogus-respondents-in-online-opt-in...
2•hn_acker•34m ago•0 comments

I scraped all the ivf cycles that have ever been posted on the internet

https://eggs.help
1•grapefruitjuice•36m ago•0 comments

A social network where posts are minigames generated from tweet-sized prompts

https://gamecrumbs.online/
1•saint_angels•37m ago•1 comments

Vitaebase – an interactive map of longevity research

https://www.vitaebase.net
1•oibafcodes•37m ago•2 comments

FBI memo warned ICE agents could be targeted by fake 'tradwife' dating profiles

https://www.theguardian.com/us-news/2026/sep/17/fbi-ice-tradwife-doxing
2•hn_acker•37m ago•1 comments

Show HN: Jev to JSON-Schema

https://github.com/Kiln-AI/jev_jsonschema
1•scosman•40m ago•0 comments

Warning Signs [Economics of AI]

https://newleftreview.org/sidecar/posts/warning-signs
1•ckmate-king-2•42m ago•0 comments

A Consciousness Is a Dedekind Cut

https://www.evalapply.org/posts/consciousness-lives-in-a-dedekind-cut/index.html
1•andsoitis•43m ago•0 comments

Frustrated at state of commentary of economic impact of AI

1•erads•43m ago•0 comments

A new kind of AI model from a ChatGPT inventor is thrilling developers

https://techcrunch.com/2026/09/18/a-new-kind-of-ai-model-from-a-chatgpt-inventor-is-thrilling-dev...
3•andsoitis•48m 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.