4
How not to be a script/ai kiddie? (for noobs)
(sh.itjust.works)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
I get very motivated to program things in pointless sandboxes, like ComputerCraft, Fancade, Logo (programming language), Geometry Dash. This might train my brain and teach me some basic concepts like SoA vs AoS (fancade, but accidentally), network architecture (ComputerCraft), but I'm also not really sure what to do for relevant reality topics.
I also do codegolf.stackexchange.com which has some pretty cool challenges.
Also Tris 'No Boilerplate' Oaten got me into programming some random stuff in Rust, which is a very cool language because it has enums and a type system and a distinction between borrowing an object via a pointer and giving it over via a pointer (really sucks to implement a lisp in C because it doesn't have this, or at least it requires new C experience I don't have that borrow checking elegantly replaces)
Also you might read https://browser.engineering/ or you might read https://wayland-book.com/ to implement what browser engineering does while importing less other peoples code, or watch Handmade Hero, though I haven't personally gotten very far on that.