this post was submitted on 09 Apr 2025
1309 points (96.3% liked)

196

17473 readers
1920 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 54 points 6 days 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 29 points 6 days ago (2 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.

[–] Cataphract@lemmy.ml 4 points 5 days ago (1 children)

thank you for that last sentence because I thought I was going crazy reading through these responses.

[–] Goretantath@lemm.ee 5 points 5 days ago

Some people retain information easier by doing than reading.

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

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

[–] Klear@sh.itjust.works 16 points 6 days 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 6 days 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 5 days ago (1 children)

mastodon’s version of http signing

I hate it so damn much

[–] Irelephant@lemm.ee 4 points 5 days ago

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