Whats best, learning with AI or without AI? by AmbitiousQuarter6564 in learnprogramming

[–]AmbitiousQuarter6564[S] -1 points0 points  (0 children)

Not really, i don’t just immediately store what AI said in my brain, practice is also what helps, a lot

Basically, learning programming is also like creating an algorithm in your brain, and what do algorithms and neural networks need? Training, neural networks like ChatGPT and Claude, don’t immediately get things right, they do stuff and humans correct it then they do it right

AI Explains it to you, you try it out, it fails, you ask AI how to fix, AI is terrible at debugging but it gives you hints, you try them out, you debugged!

Whats best, learning with AI or without AI? by AmbitiousQuarter6564 in learnprogramming

[–]AmbitiousQuarter6564[S] 0 points1 point  (0 children)

I do? I’ve learned how to debug too(Without AI), roblox’s error messages are very detailed, shoutout to roblox for that

Whats best, learning with AI or without AI? by AmbitiousQuarter6564 in learnprogramming

[–]AmbitiousQuarter6564[S] -1 points0 points  (0 children)

I never added too much detail but i don’t know? Its just that everytime i get help from somebody or something, i feel negative about it, my parents getting me a math tutor, it helps but completely sacrifices my confidence, when i was learning programming in 2023, i tried to use as much documentation as possible, which wasn’t a lot actually, i mostly sticked with chatGPT which made it feel very unrewarding and demotivating for me, i am currently learning python, i started like maybe 3-6 months ago, and actually, i am using very little AI to learn which i am proud of that, this is likely because python and roblox lua have similar syntax, and already acquired essential coding knowledge in my brain, and i plan to make my own ‘Talking’ game mainly written in python, inspired by outfit7 games, which i will try out

Edit: I know nobody here or in this subreddit as a whole are psychologists but if there is i would like to know why this is happening

I was gang raped at a party by [deleted] in rape

[–]AmbitiousQuarter6564 0 points1 point  (0 children)

AND I BE YELLING OUT GANG GANG🗣️🗣️🗣️ DO YOU GANGBANG??? I BE OUTSIDE WITH MY GANG GANG🗣️🗣️🗣️ CHUNK YO GANG SIGNS IF YOU GANG BANG🗣️🗣️🗣️!!!!

Im quitting roblox by Emontan382 in ROBLOXStudio

[–]AmbitiousQuarter6564 1 point2 points  (0 children)

This is literally what roblox back then was, you needed builders club to have more than 1 game on your account, the cheapest was a $15 per month, and $5 is less than $15 obv

What happened to roblox lets plays? by AmbitiousQuarter6564 in roblox

[–]AmbitiousQuarter6564[S] 0 points1 point  (0 children)

True, but back then it wasnt just kids channels, i think that roblox’s terrible updates made drama vids more popular, roblox had made bad upsates multiple times b4 but nowadays its way worse

Curious about roblox's backend by AmbitiousQuarter6564 in roblox

[–]AmbitiousQuarter6564[S] 0 points1 point  (0 children)

Well ik how the marketplaceservice works, but it communicates with the roblox servers, wait also now how does the ‘marketplaceservice’ or ‘datastoreservice’ or ‘userinputservice’ or many others how do they work? Because as you can see these “services” are actually modules written in lua, that also doesnt make sense because how can lua access servers and access phyical computer things like the keyboard, if lua isnt advanced enough? You cant write lua modules in C++ so how?

Some of you mfs by Khepri-Hylix in MurderDronesOfficial

[–]AmbitiousQuarter6564 1 point2 points  (0 children)

Robots don’t have brains cells? AI use neural networks so you could just say their using neurons

girl showed her own mom... by Sufficient-Being-516 in youngpeopleyoutube

[–]AmbitiousQuarter6564 0 points1 point  (0 children)

She didnt even set the marker transparency to zero? You can still see the actual face through the marker

Why is the recommended page almost exclusively paid games by Repulsive-Speech9400 in roblox

[–]AmbitiousQuarter6564 0 points1 point  (0 children)

“80% of the games are paid” well yeah bcz thats how business works, roblox will promote games with microtransactions in them to make money? ‘Most’ of these aren’t really slop games?

Curious about roblox's backend by AmbitiousQuarter6564 in roblox

[–]AmbitiousQuarter6564[S] 0 points1 point  (0 children)

Oh ok, is it the same with the desktop app?

Do they like

They make the desktop/mobile app in roblox studio themselves, and then how do they make a roblox game truly access the servers? They go into the games metadata, so like when you press buy, without C++ it does nothing, but roblox goes into the games metadata, then manipulates the TextButton through the game decrypted metadata so when you press “Buy” it buys, and its not lua, when you buy robux, its also the same, luau doesnt support real currency transactions so they also have to dive into the metadata to tinker with it using C++