frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Burpwn – Burp Suite but its for AI agents (it works)

https://github.com/own2pwn-fr/burpwn
1•own2pwn-fr•52s ago•0 comments

Show HN: Discover Wikipedia articles popular on Hacker News

https://www.orangecrumbs.com/
1•octopus143•1m ago•0 comments

Jane Elliott: Brown Eyes, Blue Eyes

https://www.lowellmilkencenter.org/programs/projects/view/brown-eyes-blue-eyes/hero
1•evo_9•1m ago•0 comments

Text Diffusion – Brendan O'Donoghue, Google DeepMind [video]

https://www.youtube.com/watch?v=r305-aQTaU0
2•Topfi•6m ago•0 comments

Feedback on Miz Framework GitHub

3•sajjadws•6m ago•0 comments

A clear fishing wire is tied around the island of Manhattan

https://old.reddit.com/r/Damnthatsinteresting/comments/boea4v/a_clear_fishing_wire_is_tied_around...
3•vinnyglennon•8m ago•0 comments

Anthropic Models in Microsoft Online Services

https://learn.microsoft.com/en-us/microsoft-365/copilot/connect-to-ai-subprocessor
2•sntran•8m ago•0 comments

Please Stay Calm and Listen

https://zhenyi.gibber.blog/please-stay-calm-and-listen
2•zhenyi•9m ago•0 comments

Oracle is changing free tier limits. Update by the 15th to avoid charges

https://old.reddit.com/r/selfhosted/comments/1u4wqnj/psa_oracle_is_changing_free_tier_limits_upda...
2•wrxd•10m ago•0 comments

Real-time tracker of AI-driven job displacement worldwide

https://ailayoffs.live/
2•streamer45•10m ago•0 comments

Meta moves to unwind $2B Manus deal after Beijing's demand

https://techcrunch.com/2026/06/13/meta-reportedly-moves-to-unwind-2b-manus-deal-after-beijings-de...
2•geox•12m ago•0 comments

Double, BigDecimal, or Fixed-Point?

https://blog.frankel.ch/bigdecimal-vs-double/
2•theanonymousone•12m ago•0 comments

RFC 5218: What Makes for a Successful Protocol? (2008)

https://www.rfc-editor.org/info/rfc5218/
2•themaxdavitt•12m ago•0 comments

Git merges can be better

https://brandondong.github.io/blog/git_merges_can_be_better/
2•thunderbong•13m ago•0 comments

The Future of Work Is Getting Out of the Way

https://julienreszka.com/blog/the-future-of-work-is-getting-out-of-the-way/
2•julienreszka•15m ago•0 comments

FFI in Miri at 8000 segfaults per second [video]

https://www.youtube.com/watch?v=9X-ngiKo_Y0
2•nia-e•15m ago•0 comments

Show HN: The Engineer – Drive Claude Code from a GitHub Issue to a Merged PR

https://github.com/FarzamMohammadi/the-engineer
5•m_farzam•20m ago•0 comments

Gemma 4 for Telephony: From Two AI Models to One – Until I Switched to Chinese

https://medium.com/@j.y.weng/gemma-4-for-telephony-i-replaced-two-ai-models-with-one-in-my-voice-...
2•fidotron•22m ago•0 comments

A frontier without an ecosystem is not stable

https://twitter.com/satyanadella/status/2066182223213293753
2•jger15•22m ago•0 comments

Defensible Deep Research from Open-Weight Models

https://thinkwright.ai/two-phase-research
2•oceanwaves•23m ago•0 comments

Show HN: Landmark AI and ML research explained, redrawn, animated

https://research.rudrite.com/
2•mridul_sahu•25m ago•0 comments

Show HN: Kage – Shadow any website to a single binary for offline viewing

https://github.com/tamnd/kage
20•tamnd•29m ago•4 comments

Prop-for-that: CSS reacts, JavaScript just listens

https://prop-for-that.netlify.app/
2•tobr•30m ago•0 comments

PDFs Don't Have One Meaning: Measuring Semantic Drift Across 24,824 Files

https://pqpdf.com/research.php
2•pqpdf•30m ago•0 comments

Flowscape – A Water Logic Tool

https://github.com/xraid/Flowscape
2•xraid•31m ago•0 comments

SillyTavern: LLM Front End for Power Users

https://sillytavern.app/
2•doener•32m ago•0 comments

The Capitoline Wolf

https://thehappytraveler.ca/travel-guide-italy/capitoline-wolf-siena-rome-myths/
2•jruohonen•33m ago•0 comments

The Trouble with Municipal-Level Population Projections

https://homefreesociology.com/2025/12/08/the-trouble-with-municipal-level-population-projections/
3•luu•34m ago•0 comments

Ask HN: What's the best way to advertise your startup without making videos?

2•ynxshiny•35m ago•0 comments

Not slow and not steady – Unsung

https://unsung.aresluna.org/not-slow-and-not-steady/
2•rbanffy•36m 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.