frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I built a Reddit Growth Engine, not another Reddit lead gen toy

https://sleepleads.io
1•aashrun•30s ago•0 comments

Show HN: Grrow – NDA to wire in one platform for PE funds and family offices

1•shreybakhai•54s ago•0 comments

Lessons from Deploying My First AI Agent and Delivering on 1k First Jobs

https://postking.app/blog/10-lessons-from-deploying-my-first-agent-on-virtuals
1•ditegashi•1m ago•1 comments

Show HN: My colleague said my prompts were unreadable. I built a prompt builder

https://flompt.dev/
1•hkonte•5m ago•0 comments

AAP: A portable, composable spec for AI agents taking action in the world

https://github.com/agentactionprotocol/aap
1•mooreds•5m ago•0 comments

How to Create a White Label Conversational AI?

https://www.youtube.com/watch?v=fI0qy0lnAWQ
1•alexander9866•5m ago•0 comments

Show HN: I built an app to manage chores where real-life tasks become RPG quests

https://chorebound.com
1•devarx•6m ago•0 comments

Show HN: ChernoffOT – Infrastructure Telemetry as Chernoff Faces

https://github.com/ashinvinod/chernoffOT
1•ashv•7m ago•1 comments

Mitra 15

https://en.wikipedia.org/wiki/Mitra_15
1•JPLeRouzic•10m ago•0 comments

Minecraft mod "The Aether" announced new alpha release, Aether II [video]

https://www.youtube.com/watch?v=uysbzFmZto4
1•Alifatisk•14m ago•0 comments

Nobody Gets Promoted for Simplicity

https://terriblesoftware.org/2026/03/03/nobody-gets-promoted-for-simplicity/
3•aamederen•18m ago•1 comments

Age Signaling and Interface Documentation and Design for Kicksecure

https://www.kicksecure.com/wiki/Age-api
1•fsflover•20m ago•0 comments

Stop using pickle already. Seriously, stop it

https://mina86.com/2026/pickle-should-be-a-war-crime/
1•benrutter•21m ago•0 comments

Show HN: Cross-platform system tray utility for GitHub PR notifications

https://github.com/coder/pr-buddy/releases/tag/v0.1.5
1•ibetitsmike•23m ago•0 comments

Show HN: I replaced Portainer and btop with a single Go binary for my homelab

https://github.com/Higangssh/homebutler
2•swq115•24m ago•0 comments

ODF is just the first of the advantages of LibreOffice

https://blog.documentfoundation.org/blog/2026/02/27/odf-is-just-the-first-of-lo-advantages/
2•breve•25m ago•0 comments

Researchers are developing a rewritable DNA hard drive

https://showme.missouri.edu/2026/mizzou-researchers-developing-a-rewritable-dna-hard-drive/
1•giuliomagnifico•25m ago•0 comments

Chat at your own risk Data brokers are selling deeply personal bot transcripts

https://www.theregister.com/2026/03/03/chatbot_data_harvesting_personal_info/
4•Bender•26m ago•1 comments

MIT boffins aim to build injectable mini-organs that fill in for a damaged liver

https://www.theregister.com/2026/03/03/need_more_liver_mit_boffins/
2•Bender•26m ago•0 comments

Show HN: An MCP server for the docs of any repo that uses Sphinx

https://github.com/AUrbanec/sphinxdocs_mcp
1•btcalex•27m ago•0 comments

Users fume over Outlook.com email 'carnage'

https://www.theregister.com/2026/03/04/users_fume_at_outlookcom_email/
19•Bender•27m ago•8 comments

Ask HN: How do C-level come up with % on their bold predictions?

2•freitzzz•31m ago•1 comments

Repair Shop Software

https://motara.tech/
1•vymukkat•34m ago•1 comments

Bending Emacs Episode 13: agent-shell + Claude Skills + Charts [video]

https://www.youtube.com/watch?v=HJQ86HuSIJI
1•xenodium•35m ago•0 comments

Show HN: I made free website that lets you make fullstack websites in minutes

https://nstantpage.com/
1•nightwishh•36m ago•0 comments

Policy Analysis Market

https://en.wikipedia.org/wiki/Policy_Analysis_Market
1•Anon84•37m ago•0 comments

Ask HN: Is there a willowvoice for TTS on Mac?

1•fiiico•37m ago•0 comments

DIY Home Network with OpenBSD, OpenWrt, and Pi-Hole

https://btxx.org/posts/diy-home-network/
1•bradley_taunt•37m ago•0 comments

Rtings.com: Revamping Our Membership Program

https://www.rtings.com/company/revamping-our-membership-program
1•incognitojam•39m ago•0 comments

Facing Its Third Data Center, an Iowa County Rolls Out Extensive Zoning Rules

https://insideclimatenews.org/news/01032026/iowa-county-data-center-ordinance/
3•ourmandave•39m ago•0 comments
Open in hackernews

Zig and GPUs

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

Comments

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