frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Spaceship Service Outage Update

https://www.spaceship.com/blog/spaceship-service-outage-update/
1•anonu•10m ago•0 comments

Haitians in Springfield are required to report to ICE and wear ankle monitors

https://ohiocapitaljournal.com/2026/08/14/haitians-in-springfield-are-required-to-report-to-ohios...
5•hn_acker•15m ago•0 comments

Youngest Black professor at Cambridge who faced plagiarism claims is found dead

https://apnews.com/article/jason-arday-cambridge-professor-london-dead-reports-9036e2b405f5849415...
2•petethomas•23m ago•0 comments

Magnitude 7.7 Earthquake – 68 km NNW of Ende, Indonesia

https://earthquake.usgs.gov/earthquakes/eventpage/us6000tkt2/executive
6•Bender•27m ago•0 comments

A New Alzheimer's Therapy – Or Is It?

https://www.science.org/content/blog-post/new-alzheimer-s-therapy-or-it
3•maxall4•31m ago•1 comments

Yes, Code Review Is Still Necessary

https://mattmccormick.ca/yes-code-review-is-still-necessary/
3•mattm•32m ago•1 comments

Nvidia Downsizes Plans for $250B Guarantee of OpenAI Data Center

https://www.wsj.com/tech/nvidia-downsizes-plans-for-250-billion-guarantee-of-openai-data-center-b...
3•JumpCrisscross•35m ago•0 comments

Deliverance from 27,000 feet (2017)

https://www.nytimes.com/interactive/2017/12/18/sports/everest-deaths.html
2•ValentineC•36m ago•0 comments

Ramabana – Rama's Arrow

https://github.com/vedicreader/ramabana
2•karthikrajgopal•38m ago•0 comments

Nvidia discloses $21B stake in SpaceX

https://www.ft.com/content/6f66a76d-0b2d-4301-886c-87ecc046731b
4•JumpCrisscross•38m ago•2 comments

Show HN: Dictata – Local Whisper dictation with LLM cleanup

https://github.com/AntoineChatry/Dictata
2•AntoineC_•43m ago•0 comments

Can LLMs work in the wet lab?

https://www.benchling.com/blog/can-llms-work-in-the-wet-lab
2•geneticdrifts•43m ago•0 comments

The Ploopy A+ Trackball Is Here

https://blog.ploopy.co/the-aplus-is-finally-here-499
11•big_toast•46m ago•3 comments

NSA and IETF, Part 9

https://blog.cr.yp.to/20260814-update.html
4•libroot•47m ago•0 comments

Clawtopus

https://clawtopus.com
2•gajus•49m ago•0 comments

Show HN: Nikon F100 Film Camera Repair Notes

https://github.com/enthdegree/f100
2•enthdegree•50m ago•1 comments

The Commons – experiments in inherited knowledge and errors between LLM agents

https://github.com/coladul/the_commons/tree/main
2•coladul•53m ago•0 comments

Annual Summary Report of Coral Reef Condition 2025/26

https://www.aims.gov.au/monitoring-great-barrier-reef/gbr-condition-summary-2025-26
3•thunderbong•55m ago•0 comments

ShieldFont: Bludgeoning AI Scrapers That Disrespect Robots.txt

https://hackaday.com/2026/08/14/shieldfont-bludgeoning-ai-scrapers-that-disrespect-robots-txt/
2•anonymousiam•57m ago•0 comments

2D Gaussian Splatting for Bézier Spline Line Art Vectorization

https://studios.disneyresearch.com/2026/07/16/2d-gaussian-splatting-for-bezier-spline-line-art-ve...
3•Jimmc414•1h ago•1 comments

Ask HN: What physical publication do you still buy?

2•sergiotapia•1h ago•6 comments

Trump says USS Lincoln's record time at sea during operations not long enough

https://apnews.com/article/trump-iran-aircraft-carrier-uss-lincoln-023413c38373d4a6ba033612a1f552c6
4•petethomas•1h ago•0 comments

Supersonic Trebuchet [video]

https://www.youtube.com/watch?v=Co57SfcT-h0
4•CharlesW•1h ago•0 comments

Simplifying and Refactoring Introductory Calculus

https://arxiv.org/abs/1811.03459
8•E-Reverance•1h ago•0 comments

The Most Famous AI Writing Tic Is Also the Most Mysterious

https://www.theatlantic.com/technology/2026/07/ai-chatbot-writing-tic-negative-parallelism/687892/
2•paulpauper•1h ago•0 comments

I made the fastest open source CAD renderer in the world

https://twitter.com/i/status/2088075553077072088
5•StefanGolas•1h ago•1 comments

The Erdős–Simonovits degeneracy conjecture is false for all R ≥ 2

https://twitter.com/ctjlewis/status/2088332537231704186
2•ctjlewis•1h ago•0 comments

Show HN: Bloxwap – The Easiest Way to Trade

https://bloxwap.com/trade/HYPE
3•joeblau•1h ago•0 comments

Corgi kills short-lived website that ranked its female employees

https://sf.gazetteer.co/corgi-kills-short-lived-website-that-ranked-its-female-employees
10•randycupertino•1h ago•2 comments

Mobile Adapter GB

https://en.wikipedia.org/wiki/Mobile_Adapter_GB
5•LaserDiscMan•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.