#steemstemUnmoderated tagAll postsTrending CommunitiesSplinterlandsHIVE CN 中文社区WorldmappinScrobble.lifeSnapsActifitTown SquarePhotography LoversBlack And WhiteHive LearnersGaming PhotographyHive GamingExplore Communities...#steemstemTrendingHotNewPayoutsMutedscipio (71)in StemSocial • 12 hours agoLearn AI Series (#148) - The Economics of AILearn AI Series (#148) - The Economics of AI What will I learn AI and labor markets -- why AI eats TASKS and not whole jobs, why this wave hits white-collar cognitive…scipio (71)in StemSocial • 4 hours agoLearn Zig Series (#129) - Mini Project: Database Engine - B-Tree IndexLearn Zig Series (#129) - Mini Project: Database Engine - B-Tree Index What will I learn? Why a flat heap of records in pages is storage but not yet a database , and…scipio (71)in StemSocial • 8 hours agoLearn Rust Series (#18) - Operator Overloading with std::opsLearn Rust Series (#18) - Operator Overloading with std::ops What will I learn You will learn how operators like + , * , and [] are really just traits living in…scipio (71)in StemSocial • yesterdayLearn Zig Series (#128) - Mini Project: Database Engine - Page StorageLearn Zig Series (#128) - Mini Project: Database Engine - Page Storage What will I learn? Why real databases store their data in fixed-size pages in stead of writing…scipio (71)in StemSocial • yesterdayLearn Rust Series (#17) - Associated Types vs Generic ParametersLearn Rust Series (#17) - Associated Types vs Generic Parameters What will I learn You will learn the difference between an associated type and a generic type…scipio (71)in StemSocial • yesterdayLearn AI Series (#147) - AI Safety and AlignmentLearn AI Series (#147) - AI Safety and Alignment What will I learn The alignment problem -- why getting an AI to do what you actually MEANT is a much nastier problem…scipio (71)in StemSocial • 2 days agoLearn Zig Series (#127) - Mini Project: Search Engine - Query ParserLearn Zig Series (#127) - Mini Project: Search Engine - Query Parser What will I learn? Why a search box that only takes a flat bag of words is missing the thing users…gary.nunez (67)in StemSocial • 2 days ago📘Ecuaciones Diferenciales No Exactas Nivel Básico.(Entrega 3/3).¡Bienvenido a la tercera y última entrega del Nivel Básico de Ecuaciones Diferenciales No Exactas! A lo largo de las entregas anteriores, aprendiste a identificar cuándo una…scipio (71)in StemSocial • 2 days agoLearn Rust Series (#16) - Static vs Dynamic DispatchLearn Rust Series (#16) - Static vs Dynamic Dispatch What will I learn You will learn what monomorphization is, and how generics turn into per-type machine code at…scipio (71)in StemSocial • 2 days agoLearn AI Series (#146) - Explainability and InterpretabilityLearn AI Series (#146) - Explainability and Interpretability What will I learn The black box problem and why it is not an academic worry -- trust, debugging, and…scipio (71)in StemSocial • 3 days agoLearn Rust Series (#15) - Trait Objects & Dynamic DispatchLearn Rust Series (#15) - Trait Objects & Dynamic Dispatch What will I learn You will learn what a trait object is and how dyn Trait gives you polymorphism…femdev (65)in StemSocial • 10 hours agoLearn Creative Coding (#144) - Tiling and TessellationLearn Creative Coding (#144) - Tiling and Tessellation Last week I sent you off with a real bit of homework - put one of your sketches online with a licence and a friendly…scipio (71)in StemSocial • 3 days agoLearn Zig Series (#126) - Mini Project: Search Engine - TF-IDFLearn Zig Series (#126) - Mini Project: Search Engine - TF-IDF What will I learn? Why an engine that only finds matching documents is only half a search box, and…scipio (71)in StemSocial • 3 days agoLearn AI Series (#145) - Neuro-Symbolic AILearn AI Series (#145) - Neuro-Symbolic AI What will I learn Why the two oldest tribes in AI keep failing at each other's job : neural nets that perceive brilliantly…femdev (65)in StemSocial • yesterdayLearn Creative Coding (#143) - Open Source Creative CodingLearn Creative Coding (#143) - Open Source Creative Coding Last time we built hue-forge together - a real little tool with a friendly front door, sensible defaults, a…femdev (65)in StemSocial • 2 days agoLearn Creative Coding (#142) - Mini-Project: Build a Creative ToolLearn Creative Coding (#142) - Mini-Project: Build a Creative Tool Last episode I left you sitting in the driver's seat of a brand new engine, promising that the very next…scipio (71)in StemSocial • 4 days agoLearn AI Series (#144) - Few-Shot and Zero-Shot LearningLearn AI Series (#144) - Few-Shot and Zero-Shot Learning What will I learn The N-way K-shot setup : the vocabulary of few-shot learning, and why we train in "episodes"…scipio (71)in StemSocial • 4 days agoLearn Zig Series (#125) - Mini Project: Search Engine - Inverted IndexLearn Zig Series (#125) - Mini Project: Search Engine - Inverted Index What will I learn? Why the obvious way to search -- scan every document for the word on every…femdev (65)in StemSocial • 3 days agoLearn Creative Coding (#141) - WebGPU: The Next GenerationLearn Creative Coding (#141) - WebGPU: The Next Generation Last episode I ended on a little cliffhanger and then just... walked off. We spent the whole thing learning to…scipio (71)in StemSocial • 4 days agoLearn Rust Series (#14) - Mini Project: A Command-Line To-Do AppLearn Rust Series (#14) - Mini Project: A Command-Line To-Do App What will I learn You will learn how to read command-line arguments with std::env::args ; how to…