#steemstemUnmoderated tagAll postsTrending CommunitiesSplinterlandsHIVE CN 中文社区Scrobble.lifeWorldmappinActifitSnapsHive FoodBlack And WhitePhotography LoversTown SquareHive LearnersGEMSExplore Communities...#steemstemTrendingHotNewPayoutsMutedscipio (71)in StemSocial • 4 hours agoLearn Rust Series (#40) - Arena & Bump Allocation PatternsLearn Rust Series (#40) - Arena & Bump Allocation Patterns What will I learn You will learn what arena and bump allocation are, and why they are so fast; how…scipio (71)in StemSocial • 11 hours agoLearn JS Series (#15) - First-Class Functions: Passing, Returning, and Storing FunctionsLearn JS Series (#15) - First-Class Functions: Passing, Returning, and Storing Functions What will I learn You will learn what "first-class functions" actually means…scipio (71)in StemSocial • 21 hours agoLearn Zig Series (#151) - Mini Project: Lisp - EvaluatorLearn Zig Series (#151) - Mini Project: Lisp - Evaluator Part of a multi-episode project What will I learn? What the "eval" in Read-Eval-Print-Loop actually…scipio (71)in StemSocial • yesterdayLearn Rust Series (#39) - Variance: Covariance, Contravariance & Why It MattersLearn Rust Series (#39) - Variance: Covariance, Contravariance & Why It Matters What will I learn You will learn what lifetime subtyping is, and why a longer lifetime…scipio (71)in StemSocial • yesterdayLearn JS Series (#14) - Mini Project: A Command-Line Tip CalculatorLearn JS Series (#14) - Mini Project: A Command-Line Tip Calculator What will I learn You will build a complete, real command-line program from scratch, tying together…scipio (71)in StemSocial • 2 days agoLearn Zig Series (#150) - Mini Project: Lisp - ReaderLearn Zig Series (#150) - Mini Project: Lisp - Reader Part of a multi-episode project What will I learn? What the "read" in Read-Eval-Print-Loop actually means…scipio (71)in StemSocial • 2 days agoLearn Rust Series (#38) - PhantomData, Zero-Sized Types & Marker LifetimesLearn Rust Series (#38) - PhantomData, Zero-Sized Types & Marker Lifetimes What will I learn You will learn what a zero-sized type is and why it occupies no memory…femdev (65)in StemSocial • 6 hours agoLearn Creative Coding (#167) - Sustainable Creative PracticeLearn Creative Coding (#167) - Sustainable Creative Practice Last time we spent a whole episode on voice -- the fingerprint that runs through everything you make, the thing…gary.nunez (67)in StemSocial • 4 days ago📘 Solución del Grupo 23 Geometría Analítica de Lehmann (Entrega 2/3).¡Hola, comunidad de Hive! Bienvenidos a la segunda entrega de nuestra serie dedicada al Grupo 23 Geometría Analítica de Lehmann. Mantendremos un enfoque sencillo, con un…femdev (65)in StemSocial • yesterdayLearn Creative Coding (#166) - Finding Your Creative VoiceLearn Creative Coding (#166) - Finding Your Creative Voice Last time we stood at the edge of the future -- WebGPU, machine learning, headsets, cheap sensors -- and every…scipio (71)in StemSocial • 3 days agoLearn JS Series (#12) - Objects: Key-Value Data, Dot vs Bracket Access, and NestingLearn JS Series (#12) - Objects: Key-Value Data, Dot vs Bracket Access, and Nesting What will I learn You will learn how to model real-world things as objects with named…scipio (71)in StemSocial • 3 days agoLearn Zig Series (#149) - Mini Project: Calculator - VM with DebuggerLearn Zig Series (#149) - Mini Project: Calculator - VM with Debugger Part of a multi-episode project What will I learn? Why the "bare-bones runner" from last…scipio (71)in StemSocial • 2 days agoLearn JS Series (#13) - Truthiness, Equality, and Coercion: == vs === Done ProperlyLearn JS Series (#13) - Truthiness, Equality, and Coercion: == vs === Done Properly What will I learn You will learn the exact list of falsy values and why everything…scipio (71)in StemSocial • 3 days agoLearn Rust Series (#37) - Pin & Self-Referential StructsLearn Rust Series (#37) - Pin & Self-Referential Structs What will I learn You will learn why a struct that holds a pointer into its own data breaks the moment it is…scipio (71)in StemSocial • 4 days agoLearn Rust Series (#36) - Cow: Clone-on-Write for Borrow-or-Own APIsLearn Rust Series (#36) - Cow: Clone-on-Write for Borrow-or-Own APIs What will I learn You will learn what Cow<'a, B> is: a smart pointer that is either…scipio (71)in StemSocial • 4 days agoLearn JS Series (#11) - Arrays: The Workhorse Data Structure and Its Core MethodsLearn JS Series (#11) - Arrays: The Workhorse Data Structure and Its Core Methods What will I learn You will learn how to create arrays and access their elements…scipio (71)in StemSocial • 4 days agoLearn Zig Series (#148) - Mini Project: Calculator - Bytecode CompilerLearn Zig Series (#148) - Mini Project: Calculator - Bytecode Compiler Part of a multi-episode project What will I learn? Why a tree-walking interpreter is a…femdev (65)in StemSocial • 2 days agoLearn Creative Coding (#165) - The Future of Creative CodingLearn Creative Coding (#165) - The Future of Creative Coding Last time we walked the whole long chain backwards -- Jacquard looms, the Bauhaus, the plotter pioneers of 1965…scipio (71)in StemSocial • 5 days agoLearn Zig Series (#147) - Mini Project: Calculator - InterpreterLearn Zig Series (#147) - Mini Project: Calculator - Interpreter Part of a multi-episode project What will I learn? How to turn the AST we built last time into…scipio (71)in StemSocial • 5 days agoLearn Rust Series (#35) - Weak References & Breaking Reference CyclesLearn Rust Series (#35) - Weak References & Breaking Reference Cycles What will I learn You will learn how a reference cycle causes Rc and Arc to leak memory, even…