frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Big Tech Needs to Justify AI Spending as Investors Dump Stocks

https://www.bloomberg.com/news/articles/2026-07-19/big-tech-needs-to-justify-ai-spending-as-inves...
2•1vuio0pswjnm7•2m ago•0 comments

We need more artists on earth.tattoo

https://earth.tattoo
3•earth-tattoo•4m ago•1 comments

Freeact – undetectable browser automation CLI for AI agents via real browsers

2•xuviga•5m ago•0 comments

The Waldo Moment – How Close Are We?

https://www.howclosetoblackmirror.com/the-waldo-moment
1•beatthatflight•5m ago•1 comments

Skills for Building Software Factories

https://github.com/dzhng/skills
1•handfuloflight•7m ago•0 comments

Meta Oversight Board: AI may be most perfect propaganda machine ever invented

https://fortune.com/2026/07/16/claude-trump-china-ai-double-standard/
1•1vuio0pswjnm7•9m ago•0 comments

Claude's Fable Model Saved My Gear and Got Me Excited About Playing Guitar Again

https://saada.github.io/blog/fcb1010-biasfx2/
1•saadazzz•10m ago•0 comments

An Elegy to Git Push

https://stackdiver.com/posts/an-elegy-to-git-push/
5•osmoscraft•11m ago•2 comments

LoRA Speedrun – a public wall-clock leaderboard for fine-tuning techniques

https://github.com/Saivineeth147/lora-speedrun
1•Vineeth147•19m ago•0 comments

Pkgxray

https://github.com/adamsjack711-ux/pkgxray
1•jadamsl•19m ago•0 comments

Fractl.art – a fractal generator with 8 octillion different patterns

https://fractl.art
1•gilded-lilly•23m ago•1 comments

Israel Has a "Silicon Shield"

https://www.israeltechinsider.com/p/the-silicon-shield
1•chasil•24m ago•3 comments

Power companies are using eminent domain to seize land for data centers

https://fortune.com/2026/07/19/data-center-eminent-domain-public-use/
7•1vuio0pswjnm7•24m ago•0 comments

Japan logistics provider for Amazon to use JPYC stablecoin in operations

https://asia.nikkei.com/spotlight/cryptocurrencies/japan-logistics-provider-for-amazon-to-use-jpy...
2•mikhael•24m ago•0 comments

ICD-11

https://en.wikipedia.org/wiki/ICD-11
2•teleforce•36m ago•0 comments

AI Thinks the Internet Is Reddit. We Have 8,616 Answers Proving It

https://growtika.com/blog/reddit-ai-visibility-research
3•Growtika•36m ago•0 comments

Cultural Influence of Music as Propaganda (2025)

https://westpointpressjournals.westpoint.edu/index.php/iser/article/view/209
1•jayhoon•37m ago•0 comments

Created a free browser-based lyric video maker

https://deadmod.com/studio/
1•jimmyshoez•40m ago•1 comments

AI-Native Firms

https://download.ssrn.com/2026/6/9/6905079.pdf?response-content-disposition=inline&X-Amz-Security...
1•sonabinu•41m ago•0 comments

Rep Cammack says China has deployed 'digital twins' of every lawmaker

https://thehill.com/homenews/house/5970422-cammack-warns-china-ai-threat/
1•gscott•46m ago•0 comments

Tweet claiming Claude Fable 5 has helped disprove the Jacobian conjecture

https://twitter.com/__alpoge__/status/2079028340955197566
6•meowface•56m ago•2 comments

Show HN: Local-first CLI to make Obsidian vaults searchable for AI agents

https://github.com/nmdra/notebrain-cli
3•nmdra•56m ago•1 comments

Gmail AI Inbox

https://support.google.com/mail/answer/16845247?hl=en&co=GENIE.Platform%3DAndroid
2•thejacenxpress•59m ago•0 comments

Coding Skills Development Report

1•juntz•1h ago•1 comments

Tyler Cowen: The Future Belongs to AI Maniacs

https://www.thefp.com/p/tyler-cowen-ai-maniacs-future-economy
2•ripe•1h ago•0 comments

How you use AI AS HELPER?

1•anitroves•1h ago•1 comments

LLM Wiki Maintenance: Drift, Contradictions and Review

https://www.glukhov.org/knowledge-management/knowledge-systems-architectures/compiled-knowledge/l...
1•navigate8310•1h ago•0 comments

Lake Natron

https://en.wikipedia.org/wiki/Lake_Natron
2•toomuchtodo•1h ago•1 comments

WhaleTrack I track the biggest Polymarket bettors and grade them by consistency

https://whaletrack.app
2•whaletrack•1h ago•1 comments

The Brick Game, Through the Ages

https://nicole.express/2026/bricked-up-and-no-amontillado.html
2•zdw•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.