Live data from Hacker News

Nvidia announces native GPU programming in Rust

developer.nvidia.com

211–220 of 321 posts

Re: Nvidia announces native GPU programming in Rust

#211
post #45

Earlier quoted context omitted.

> I strongly dislike CUDA. Once you have allowed that proprietary cr*p Genuine question...why not just type "crap"? It's not even that much of a curse, but I've never really understood the point of self-censorship. If you don't want to curse then you could just use a non-curse word.

* is used to give emphasis and show that they are using the word as curse word rather just calling it bad

i do this to put emphasis, i always type "h*ck".

(although it is a half-joke since it's definitely not a curse word imo)

Re: Nvidia announces native GPU programming in Rust

#212

Earlier quoted context omitted.

Sounds like a generational thing. I grew up texting. But in the 90s any profanity filters could just be turned off in settings.

People are getting used to censor themselves in order not to be reported, banned, or «hurt » other sensibilities. The words « rape » couldn’t be written in instagram for example, what a great way to deal with such a serious issue. Mainly an American thing spreading away from young people if you ask me. Sorry America, just being honest here.

America is partly guilty, but TikTok censorship is a big part of the younger generation's tendency toward self censorship.

Re: Nvidia announces native GPU programming in Rust

#213
post #183

Earlier quoted context omitted.

Having also played with Metal and WebGPU (at least years ago), I would say that CUDA is, amazingly, the best GPGPU API we have. Do I wish we had an open source parallel programming language as good or better than it? Yes. But asymmetrically hating on CUDA like this is how we continue to lag behind it in UX. > The best way to program GPUs is face up to the reality that they are not the same machine as the CPU, write y…

People that attack proprietary APIs always miss the point why most devs outside FOSS circles prefer them. Turns out when one isn't ideologically against something they aren't willing to put up with a lesser experience just for the cause.

I know it's not the same thing because proprietary vs open software it's way less important but, generally if you are not ideologically against something you can easily follow the stream and do lot of nefarious actions, especially if the action has enough degrees of separations from the actual nefast outcome.

Re: Nvidia announces native GPU programming in Rust

#215
post #170

Earlier quoted context omitted.

The CPU on most machines is quite proprietary. I don’t understand this faux purity dogma. Practical computing is not and never has been an abstract pure concept. It’s about making machines built by corporations to do usefull things at scale. There is no ”non proprietary” computing unless you make your own stack.

Yes but there are business costs to using high-level proprietary tools and libraries. If you write your app using win32, you won’t be able to port is very easily. You’re also stuck with whatever bad or bizarre decisions Microsoft made. It’s even worse for CUDA. GPUs are expensive, and now you’re vendor locked. You’re between a rock and a hard place. Either spend millions in engineering time, or millions on price-gaug…

Win32 is the most stable abi on the Linux desktop.

Re: Nvidia announces native GPU programming in Rust

#216

Earlier quoted context omitted.

People are getting used to censor themselves in order not to be reported, banned, or «hurt » other sensibilities. The words « rape » couldn’t be written in instagram for example, what a great way to deal with such a serious issue. Mainly an American thing spreading away from young people if you ask me. Sorry America, just being honest here.

America is partly guilty, but TikTok censorship is a big part of the younger generation's tendency toward self censorship.

As much as I personally dislike TikTok, I don't think it is fair to it: cultural willingness for more sensor sheep on Internet started years before TikTok's popularity in the west.

Re: Nvidia announces native GPU programming in Rust

#217

Earlier quoted context omitted.

It doesn't read as emphasis to me. It reads like the person is trying hard not to curse, and they think "crap" is a curse word. It's a little bit adorable, like I'm reading a comment from an obedient child.

I guess you are not from the generation of texters. This how languages work we used to use * as a way to avoid getting censored it over time became a way to curse or give emphasis.

I’ve been texting since it was first a thing (sms on Nokia phones) and no one I knows does this. We just say shit, fuck, and crap.

Re: Nvidia announces native GPU programming in Rust

#218

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…

[dead]

Re: Nvidia announces native GPU programming in Rust

#219

Really exciting but it reads like Claude instead of what Nvidia posts have generally been like in the past. I don't need nor want my tech blogs to sound like a young adult novel.

Yeah definitely Claude. Lazy authors, if you're going to get AI to write for you please use Astra instead - it makes way less annoying prose than Claude.

Re: Nvidia announces native GPU programming in Rust

#220

Earlier quoted context omitted.

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), causi…

> Of course, that opens the can of worms to whether schools should allow students to use AI...

We are starting to see results indicating cognitive decline due to AI in education, so no, we should do everything possible to ban it except for very limited fields.

LLMs aren't calculators or even computers, their generated output is too flexible, generic and basically starts replacing thinking.

Most likely they should only be allowed during late highschool years or just at university level, when people at least have a chance to learn how to research on their own.

Post reply on HN