#programmingUnmoderated tagAll postsTrending CommunitiesSplinterlandsHIVE CN 中文社区WorldmappinScrobble.lifeSnapsActifitBlack And WhiteHive LearnersHive FoodPhotography LoversTown SquareGaming PhotographyExplore Communities...#programmingTrendingHotNewPayoutsMutedscipio (71)in StemSocial • 7 hours 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 • 16 hours 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 • 11 hours 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…nftea.gallery (71)in BitShares • 2 days agoBeetVault (Formerly BeetEOS) updated to v1.3.02! Now supports the Hive blockchain!Announcing the latest major release of the BeetVault multiwallet - now supporting hive blockchain!scipio (71)in StemSocial • 2 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 • 2 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 • 2 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…scipio (71)in StemSocial • 3 days agoLearn Zig Series (#132) - Recursive Descent ParsingLearn Zig Series (#132) - Recursive Descent Parsing What will I learn? Why a recursive-descent parser is just one small function per grammar rule, and how that maps…scipio (71)in StemSocial • 3 days agoLearn AI Series (#151) - Mini Project: Building Something That MattersLearn AI Series (#151) - Mini Project: Building Something That Matters What will I learn choosing a project that matters -- a blunt little scoring framework for…scipio (71)in StemSocial • 3 days agoLearn Rust Series (#21) - From, Into, TryFrom & Idiomatic ConversionsLearn Rust Series (#21) - From, Into, TryFrom & Idiomatic Conversions What will I learn You will learn how From and Into express infallible conversions, and why…femdev (65)in StemSocial • 11 hours agoLearn Creative Coding (#149) - Grammar-Based GenerationLearn Creative Coding (#149) - Grammar-Based Generation Last time I left you with a proper cliffhanger. We'd just given our L-system turtle a full 3D body, grown trees and…vinzie1 (76)in FreeCompliments • 5 days agoProgress Through ProblemsIt's really cool to see that your system is being deployed, well, I haven't been able to deploy my system yet because I hit problems after problems and that's what I'm doing right now, to fix these problemsscipio (71)in StemSocial • 4 days agoLearn Zig Series (#131) - Lexing a Simple LanguageLearn Zig Series (#131) - Lexing a Simple Language What will I learn? Why the tokenizer we wrote for SQL last episode is the exact same tool we need to build a whole…scipio (71)in StemSocial • 4 days agoLearn AI Series (#150) - Emerging FrontiersLearn AI Series (#150) - Emerging Frontiers What will I learn AI video generation -- how systems like Sora extend diffusion from a single image to a whole sequence of…scipio (71)in StemSocial • 4 days agoLearn Rust Series (#20) - Drop & Deterministic Destruction (RAII)Learn Rust Series (#20) - Drop & Deterministic Destruction (RAII) What will I learn You will learn how the Drop trait runs cleanup code automatically when a value goes…femdev (65)in StemSocial • 2 days agoLearn Creative Coding (#148) - 3D L-Systems: Growing in SpaceLearn Creative Coding (#148) - 3D L-Systems: Growing in Space Last week I sent you off with a big promise: I said next time we'd stop decorating one fixed square and start…scipio (71)in StemSocial • 5 days agoLearn Zig Series (#130) - Mini Project: Database Engine - SQL ParserLearn Zig Series (#130) - Mini Project: Database Engine - SQL Parser What will I learn? Why an index you drive by calling insert and search from Zig is a library…femdev (65)in StemSocial • 3 days agoLearn Creative Coding (#147) - Space-Filling CurvesLearn Creative Coding (#147) - Space-Filling Curves Alright, promise time. Last week we spent the whole episode dividing space - scattering seeds and letting each one…scipio (71)in StemSocial • 5 days agoLearn Rust Series (#19) - Deref, DerefMut & Deref CoercionLearn Rust Series (#19) - Deref, DerefMut & Deref Coercion What will I learn You will learn how the Deref trait makes a type behave like a reference to another…scipio (71)in StemSocial • 5 days agoLearn AI Series (#149) - AI Ethics in PracticeLearn AI Series (#149) - AI Ethics in Practice What will I learn Bias auditing -- how to systematically detect and MEASURE bias in a model before it ever reaches a…