#steemstemUnmoderated tagAll postsTrending CommunitiesWorldmappinHIVE CN 中文社区SplinterlandsScrobble.lifeActifitSnapsTown SquareBlack And WhiteHive LearnersPhotography LoversGEMSHive FoodExplore Communities...#steemstemTrendingHotNewPayoutsMutedscipio (71)in StemSocial • 13 hours agoLearn JS Series (#1) - What Is JavaScript, Why It Runs Everywhere, and How to Run ItLearn JS Series (#1) - What Is JavaScript, Why It Runs Everywhere, and How to Run It What will I learn You will learn what JavaScript actually is, and why it has almost…scipio (71)in StemSocial • 22 hours agoLearn Zig Series (#137) - Closures and UpvaluesLearn Zig Series (#137) - Closures and Upvalues What will I learn? What a closure really is once you strip away the mystique -- a function bundled together with the…scipio (71)in StemSocial • yesterdayLearn Rust Series (#26) - Const Generics: Types That Depend on ValuesLearn Rust Series (#26) - Const Generics: Types That Depend on Values What will I learn You will learn what const generics are: type parameters that are values …scipio (71)in StemSocial • yesterdayLearn AI Series (#156) - What's Next: Your AI JourneyLearn AI Series (#156) - What's Next: Your AI Journey What will I learn? You will learn how far you've come across 156 episodes and what that knowledge actually…scipio (71)in StemSocial • 2 days agoLearn Rust Series (#25) - Marker Traits: Sized, Send, Sync & CopyLearn Rust Series (#25) - Marker Traits: Sized, Send, Sync & Copy What will I learn You will learn what a marker trait is: a trait with no methods that exists purely…scipio (71)in StemSocial • 2 days agoLearn AI Series (#155) - The Complete AI Stack: Architecture ReviewLearn AI Series (#155) - The Complete AI Stack: Architecture Review What will I learn? You will learn how every technique from 154 episodes connects into a coherent…scipio (71)in StemSocial • 2 days agoLearn Zig Series (#136) - Stack-Based Virtual MachineLearn Zig Series (#136) - Stack-Based Virtual Machine What will I learn? What a virtual machine actually is once the mystique is stripped away -- a loop, an…femdev (65)in StemSocial • 5 hours agoLearn Creative Coding (#153) - Procedural World GenerationLearn Creative Coding (#153) - Procedural World Generation Last time I left you standing on a little 400x400 square of terrain, and I made you a promise: a real world…scipio (71)in StemSocial • 3 days agoLearn Zig Series (#135) - Bytecode DesignLearn Zig Series (#135) - Bytecode Design What will I learn? Why a tree-walking interpreter is slow by construction, and what a flat instruction stream buys you…scipio (71)in StemSocial • 3 days agoLearn Rust Series (#24) - Blanket Implementations & the Newtype PatternLearn Rust Series (#24) - Blanket Implementations & the Newtype Pattern What will I learn You will learn what a blanket implementation is and how it implements a…femdev (65)in StemSocial • yesterdayLearn Creative Coding (#152) - Advanced Noise: Worley, Curl, and BeyondLearn Creative Coding (#152) - Advanced Noise: Worley, Curl, and Beyond Last time I left you with a little promise, remember? We grew a whole living pattern out of one seed…scipio (71)in StemSocial • 4 days agoLearn Zig Series (#134) - Type CheckingLearn Zig Series (#134) - Type Checking What will I learn? Why a program that parses perfectly can still be complete nonsense, and what a type checker actually…scipio (71)in StemSocial • 4 days agoLearn AI Series (#153) - Building AI ProductsLearn AI Series (#153) - Building AI Products What will I learn the gap between a working model and a product -- why a model that aces the test set can still ship a…scipio (71)in StemSocial • 3 days agoLearn AI Series (#154) - AI Research: How to Read PapersLearn AI Series (#154) - AI Research: How to Read Papers What will I learn? You will learn the anatomy of a machine learning paper and what each section is actually…scipio (71)in StemSocial • 4 days agoLearn Rust Series (#23) - The Orphan Rule & Trait CoherenceLearn Rust Series (#23) - The Orphan Rule & Trait Coherence What will I learn You will learn the orphan rule : that you may implement a trait for a type only when you…femdev (65)in StemSocial • 2 days agoLearn Creative Coding (#151) - Neural Cellular AutomataLearn Creative Coding (#151) - Neural Cellular Automata Last time we did something that still feels a little bit like witchcraft: we stopped designing pictures directly and…scipio (71)in StemSocial • 5 days agoLearn Zig Series (#133) - AST Design and TraversalLearn Zig Series (#133) - AST Design and Traversal What will I learn? Why the bare tree we hacked together last episode is not good enough the moment you want to do…scipio (71)in StemSocial • 5 days agoLearn Rust Series (#22) - Deriving Common TraitsLearn Rust Series (#22) - Deriving Common Traits What will I learn You will learn what the #[derive(...)] attribute does and how it auto-implements common traits;…scipio (71)in StemSocial • 5 days agoLearn AI Series (#152) - The AI Practitioner's ToolkitLearn AI Series (#152) - The AI Practitioner's Toolkit What will I learn the decision framework I actually use -- a set of blunt questions for picking the right…femdev (65)in StemSocial • 3 days agoLearn Creative Coding (#150) - Evolutionary Art: Genetic AlgorithmsLearn Creative Coding (#150) - Evolutionary Art: Genetic Algorithms The last few episodes we kept chasing the same holy grail: output that's varied but coherent .…