frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

China overtakes the US as Germany's largest trading partner

https://www.aljazeera.com/economy/2025/10/22/china-overtakes-the-us-as-germanys-largest-trading-p...
1•paulpauper•34s ago•0 comments

Bureau of Meteorology ordered to fix new website after torrent of complaints

https://www.abc.net.au/news/2025-10-29/bureau-of-meteorology-ordered-to-fix-website-after-backlas...
1•thombles•41s ago•0 comments

People are having fewer kids. Their choice is transforming the economy

https://www.npr.org/2025/10/27/nx-s1-5576355/population-babies-capitalism
1•paulpauper•49s ago•0 comments

What Happens When You Print to the Console? [video]

https://www.youtube.com/watch?v=-sULjNWBaTM
1•artisandip7•50s ago•0 comments

America's Car Debt Bomb Goes Off–Major Lender Folds Under $500M Load

https://www.msn.com/en-us/money/realestate/america-s-car-debt-bomb-goes-off-major-lender-folds-un...
1•paulpauper•1m ago•0 comments

New York and California are taking on the housing NIMBYs

https://www.cnn.com/2025/10/28/business/new-york-california-housing-nimby
1•1659447091•1m ago•0 comments

Ask HN: Why do flight apps show different prices for the same route?

1•Revalis•5m ago•0 comments

Keep Android Open

http://keepandroidopen.org/
1•LorenDB•14m ago•0 comments

ICE Watch

https://slate.com/business/2025/10/donald-trump-immigration-ice-raids-arrests-la.html
1•metabagel•16m ago•1 comments

GPT-OSS-Safeguard

https://openai.com/index/introducing-gpt-oss-safeguard/
1•meetpateltech•16m ago•0 comments

Board: New game console recognizes physical pieces, with an open SDK

https://board.fun/
7•nicoles•19m ago•3 comments

uBlock Origin Lite Apple App Store

https://apps.apple.com/in/app/ublock-origin-lite/id6745342698
2•mumber_typhoon•21m ago•0 comments

Tips for stroke-surviving software engineers

https://blog.j11y.io/2025-10-29_stroke_tips_for_engineers/
4•padolsey•26m ago•2 comments

Argc: A Bash CLI framework, also a Bash command runner

https://github.com/sigoden/argc
1•sea-gold•27m ago•1 comments

Show HN: Promptlight – A Universal Prompt Manager for All Your AI Tools

https://promptlight.app/
1•wooing0306•30m ago•0 comments

Grokipedia Review

https://www.tbray.org/ongoing/When/202x/2025/10/28/Grokipedia
4•zdw•33m ago•1 comments

Writing a C Compiler, in Zig

https://asibahi.github.io/thoughts/c-compiler-1-zig/
2•Bogdanp•34m ago•0 comments

Show HN: WayOfThat, Automatically detect and place fields and checkboxes on PDFs

https://wayofthat.com
1•ChanceOfficial•37m ago•0 comments

Reverse engineering Kilter board app

https://bazun.me/blog/kiterboard/
1•civilchaos•41m ago•0 comments

First Look at Java Valhalla: Flattening and Memory Alignment of Value Objects

https://substack.com/home/post/p-177347562
2•mands•42m ago•0 comments

Tesla and Panasonic to produce anode-free battery, increasing range 25%

https://electrek.co/2025/09/18/panasonic-claims-battery-can-give-tesla-model-y-450-miles-range/
2•guywithahat•50m ago•0 comments

Release the Terry A. Davis and Vitalii Skikun (me) Files, FBI

1•deepstateisfbi•51m ago•0 comments

Claude Agent Skills: A First Principles Deep Dive

https://leehanchung.github.io/blogs/2025/10/26/claude-skills-deep-dive/
2•aratahikaru5•1h ago•0 comments

Meta Ads Expert in Tamil Nadu

1•indiaupdate•1h ago•0 comments

OpenAI wants to get to $1T a year in infrastructure spend, Altman says

https://www.axios.com/2025/10/28/openai-1-trillion-altman
1•doppp•1h ago•1 comments

Farming Under Solar Panels

https://www.bbc.com/news/articles/c2en1yyp4d9o
1•1659447091•1h ago•1 comments

Using JavaScript in Debusine without depending on JavaScript

https://www.freexian.com/blog/debusine-and-javascript/
1•pabs3•1h ago•0 comments

US Air Force video shows the eye of Hurricane Melissa [video]

https://www.youtube.com/watch?v=O_LIuonLTiQ
1•gnabgib•1h ago•0 comments

Llm.exe -R -v low -e minimal, how I code with language models

https://www.youtube.com/watch?v=Xq2Gx8iU8I8
1•journal•1h ago•1 comments

Pixelfox AI – Free AI Edit photos/video online free

https://pixelfox.ai/
1•zuoning•1h ago•1 comments
Open in hackernews

Zig and GPUs

https://alichraghi.github.io/blog/zig-gpu/
57•Cloudef•6mo ago

Comments

LegNeato•6mo ago
See also https://github.com/Rust-GPU/rust-gpu and https://github.com/rust-gpu/rust-cuda
ladyanita22•6mo 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•6mo ago
Microsoft indicated they are switching to SPIR-V from DXIL: https://devblogs.microsoft.com/directx/directx-adopting-spir...
skywal_l•6mo 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•6mo 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•6mo 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•6mo 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•6mo 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•6mo 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•6mo 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•6mo ago
The Zig compiler can compile C, though.