frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

1•botonomous•9s ago

Zooming Out: WebinarTV's Rampant Scraping of Online Meetings

https://cyberalberta.ca/zooming-out-webinartvs-rampant-scraping-of-online-meetings
1•toomuchtodo•1m ago•0 comments

WordPress Image Optimization: Next-Gen images with cross browser compatibility

https://berqwp.com/how-berqwp-fluid-images-delivers-the-perfect-image-to-every-device/
1•hamzamairaj•2m ago•0 comments

Musk says SpaceX and Tesla to build advanced chip factories in Austin

https://www.reuters.com/business/autos-transportation/musk-says-spacex-tesla-build-advanced-chip-...
1•born2web•2m ago•0 comments

Fragile States Index

https://fragilestatesindex.org/
1•manx•2m ago•0 comments

Andy Weir on Writing the Hit Book Behind the Movie 'Project Hail Mary'

https://www.nytimes.com/2026/03/20/podcasts/andy-weir-hail-mary.html
1•pseudolus•3m ago•1 comments

The Engineer Who Tried to Put Age Verification into Linux

https://www.sambent.com/the-engineer-who-tried-to-put-age-verification-into-linux-5/
1•rjmunro•4m ago•0 comments

Deepfake X-Rays Fool Radiologists and AI

https://www.rsna.org/news/2026/march/chatgpt-generated-radiographs
1•geox•4m ago•0 comments

Telegram Outages Spike in Kremlin's Push for Digital Control

https://jamestown.org/telegram-outages-spike-in-kremlins-push-for-digital-control/
1•kome•4m ago•0 comments

Tango Therapy: How the Dance of Passion Is Helping Parkinson's Patients

https://www.nytimes.com/2026/03/24/health/tango-therapy-parkinsons.html
1•Brajeshwar•5m ago•0 comments

Designing a Test Runner for AI Agents

https://www.pureinference.com/insights/designing-a-test-runner-for-ai-agents
2•eagerpace•7m ago•1 comments

The Game of Terminal Maneuvers

https://www.ethanheilman.com/x/31/index.html
1•EthanHeilman•7m ago•0 comments

My boss won't let OpenClaw run SSH commands anymore – until I added this guard

https://github.com/yanbo92/ssh-guard
2•yanbo92•8m ago•0 comments

Tell HN: report@cisa.dhs.gov no longer operational

2•toomuchtodo•12m ago•0 comments

The more AI I used, the worse my code got

https://www.wespiser.com/posts/2026-03-22-AI-Expansion-vs-Software-Pruning.html
5•wespiser_2018•13m ago•4 comments

Databricks Announces Lakewatch: New Open, Agentic SIEM

https://www.databricks.com/blog/databricks-announces-lakewatch-new-open-agentic-siem
1•zX41ZdbW•13m ago•0 comments

Inceptionlabs AI SDK Provider

https://github.com/welidev/inception-ai-provider
1•weli•15m ago•0 comments

AGPLv3 argument against clean room (re)engineering

2•northlondoner•15m ago•0 comments

Don't Forget Your Superpower

https://superpath-weekly.beehiiv.com/p/don-t-forget-your-superpower
1•herbertl•16m ago•0 comments

VesselJS – A JavaScript library for conceptual ship design

https://github.com/shiplab/vesseljs
1•alumic•16m ago•0 comments

A tool that learns to write like you

https://toneswap.app
1•cammyjr•16m ago•0 comments

The bridge to wealth is being pulled up with AI

https://danielhomola.com/m%20&%20e/ai/your-bridge-to-wealth-is-being-pulled-up/
3•dankai•16m ago•2 comments

Einstellung Effect

https://en.wikipedia.org/wiki/Einstellung_effect
1•georgestrakhov•17m ago•1 comments

Revolut warns it risks backlash over support for energy-intensive AI and crypto

https://www.theguardian.com/business/2026/mar/24/revolut-ai-crypto-profits-us-banking-licence-uk
3•chrisjj•18m ago•1 comments

Slow Charging, Fast Charging, and Battery Swapping in Electric Truck Logistics

https://www.mdpi.com/2032-6653/17/3/112
1•PaulHoule•19m ago•0 comments

FCC bans import and sale of routers produced in a foreign country

https://www.fcc.gov/supplychain/coveredlist
1•fcjr•20m ago•1 comments

Today's Layoffs

https://www.epicgames.com/site/en-US/news/todays-layoffs
6•adrianhon•20m ago•2 comments

Show HN: BionicForms – Form builder with AI analysis, $49 one-time vs. $1k's/yr

https://bionicforms.com
1•bidwellm•20m ago•0 comments

Show HN: I made a map where you can meet AI characters in cafés and bars

https://hushmap.xyz
2•Bhagaban•20m ago•0 comments

Trivy Attacks

https://ramimac.me/trivy-teampcp/#phase-09
1•dheerajmp•21m ago•0 comments
Open in hackernews

Zig and GPUs

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

Comments

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