#programmingUnmoderated tagAll postsTrending CommunitiesHIVE CN 中文社区WorldmappinSplinterlandsScrobble.lifeActifitSnapsHive LearnersBlack And WhiteTown SquareGEMSHive FoodPhotography LoversExplore Communities...#programmingTrendingHotNewPayoutsMutedscipio (71)in StemSocial • 2 hours 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 • 7 hours 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…scipio (71)in StemSocial • yesterdayLearn 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 • yesterdayLearn 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 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 • yesterdayLearn 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…femdev (65)in StemSocial • 8 hours 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 .…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 • yesterdayLearn 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 problemsjza (67)in Linux • 5 days agoDeep dive into the Softlanding Linux System (SLS)Before Slackware, Debian and Ubuntu, there was SLS, a successful way to install the Linux kernel with all the basic tools to make it usable.scipio (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…