Live data from Hacker News

Nvidia announces native GPU programming in Rust

developer.nvidia.com

141–150 of 334 posts

Re: Nvidia announces native GPU programming in Rust

#141
post #99
post #6

> The launch is checked rather than trusted. Damn even Nvidia is putting out fully Claude-written articles.

It is the number 1 thing I cannot stand with Claude slop. It's a sort of anthropomorphization of language. Every "thing" does, produces, feels, wants, asks, answers, etc.... - "Launch is checked" - "Question is asked" - "The implementation answers" - "The model wants" - "The results name" - "The connection surfaces" - "The prompt wires" - "The feature rides the mechanism" Every single fucking thing is alive, wants th…

Create any page with a file uploader. They all look the same now. It's like the Twitter Bootstrap days of responsive design. You'll get an icon which looks like ones on (on the drop space) those sites which are like "you must wait 60 seconds for this file to download".

It's so horrible. The human element has been completely removed and replaced by..... mediocre.

Re: Nvidia announces native GPU programming in Rust

#142
post #128

Earlier quoted context omitted.

> Are win32 APIs proprietary? Yes. And crap. Not in my code bases.

If you're going to make apps in windows, you need to call their proprietary API somehow. Maybe you do it via a wrapper library, or via electron or something. But that's the same thing, just with more indirection.

Find a way to get ring 0 without touching any system APIs and you can just make your own APIs. My programs shall never say "please."

Re: Nvidia announces native GPU programming in Rust

#143
post #64

Earlier quoted context omitted.

What are we for, I ask? What the hell are we now. Chatters to LLMs now? Is this our future? It really is starting to feel like it now.

Do you have the stomach to walk into a high school in the USA these days? Teachers use AI to generate assignments. Students feed the assignments to AI and submit the responses. Teachers feed the student submissions to an AI for grading.

As a high schooler going to a school with stricter rules on AI than most in my area, I can say that it's been going downhill ever since GPT 4. Teachers constantly use AI to create assignments(my French Teacher regularly handed us work with GPT 5.1 prose and emojis). Students are also rampantly using AI and bypassing school restrictions(We have a google account, making it easy to use Gemini if we just sign out), causing an inflation in GPAs and test scores. There's no easy solution to the problem, banning AI-tools only help somewhat as even typing into Google has AI web results, and students are quickly overcoming ways to restrict them. I have a friend that vibe coded an application that allowed his Mac Mini's desktop to be mirrored on his school chromebook, bypassing every restriction with sub 1-second latency. Of course, that opens the can of worms to whether schools should allow students to use AI...

Re: Nvidia announces native GPU programming in Rust

#144

I strongly dislike CUDA. Once you have allowed that proprietary cr*p into your C++ codebase, it is very hard to get rid, and you end up with code that is either tied to a single vendor or an #ifdef hell, probably both. The best way to program GPUs is face up to the reality that they are not the same machine as the CPU, write your kernels in separate files, and launch them manually, like in Metal, OpenCL, and D3D12, e…

Anyone here looking at Modular's offerings?

Re: Nvidia announces native GPU programming in Rust

#150
post #9

In this age of LLM written everything which has softly killed my motivation for learning Rust somewhat, this has revived my interest if not only for the fact the LLMs haven't yet been trained on this yet!

Sad to break it to you, but... I had LLMs write a pile of cuda-rust code and they were quite competent at it. Ported a bunch of (C++) CUDA kernels over, and ground away on them til they got equivalent performance https://github.com/rdaum/eider/tree/main/backends/cuda-oxide And mostly just DeepSeek 4.1 Flash, too. Not even a frontier model. Sorry.

[flagged]
Post reply on HN