this post was submitted on 09 Apr 2025
1268 points (96.2% liked)

196

18042 readers
840 users here now

Be sure to follow the rule before you head out.


Rule: You must post before you leave.



Other rules

Behavior rules:

Posting rules:

NSFW: NSFW content is permitted but it must be tagged and have content warnings. Anything that doesn't adhere to this will be removed. Content warnings should be added like: [penis], [explicit description of sex]. Non-sexualized breasts of any gender are not considered inappropriate and therefore do not need to be blurred/tagged.

If you have any questions, feel free to contact us on our matrix channel or email.

Other 196's:

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] SaharaMaleikuhm@feddit.org 52 points 3 months ago (3 children)

Had it write some simple shader yesterday cause I have no idea how those work. It told me about how to use the mix and step functions to optimize for GPUs, then promptly added some errors I had to find myself. Actually not that bad cause now after fixing it I do understand the code. Very educational.

[–] TheOakTree@lemm.ee 25 points 3 months ago (1 children)

This is my experience using it for electrical engineering and programming. It will give me 80% of the answer, and the remainder 20% is hidden errors. Turns out the best way to learn math from GPT is to ask it a question you know the answer (but not the process) to. Then, reverse engineer the process and determine what mistakes were made and why they impact the result.

Alternatively, just refer to existing materials in the textbook and online. Then you learn it right the first time.

[–] Lyra_Lycan@lemmy.blahaj.zone 1 points 3 months ago* (last edited 3 months ago)

In this context AI-gen codescript sounds like a fast track to a final exam before qualification

[–] Klear@sh.itjust.works 15 points 3 months ago

Shaders are black magic so understandable. However, they're worth learning precisely because they are black magic. Makes you feel incredibly powerful once you start understanding them.

[–] Irelephant@lemm.ee 4 points 3 months ago (1 children)

I used it yesterday because I couldn't get mastodon's version of http signing working. It spat out a shell script which worked, which is more than my attempts did.

[–] SkaveRat@discuss.tchncs.de 2 points 3 months ago (1 children)

mastodon’s version of http signing

I hate it so damn much

[–] Irelephant@lemm.ee 4 points 3 months ago

Same. They don't even use the standard that was finalised, they are using an RFC draft that expired in 2022.