#steemstemUnmoderated tagAll postsTrending CommunitiesScrobble.lifeHIVE CN 中文社区WorldmappinSplinterlandsActifitSnapsBlack And WhiteHive LearnersHive FoodPhotography LoversGEMSLiketuExplore Communities...#steemstemTrendingHotNewPayoutsMutedscipio (71)in StemSocial • 11 hours agoLearn Rust Series (#61) - Send and Sync: The Traits Behind Fearless ConcurrencyLearn Rust Series (#61) - Send and Sync: The Traits Behind Fearless Concurrency What will I learn You will learn what "fearless concurrency" actually means and which two…scipio (71)in StemSocial • 18 hours agoLearn JS Series (#36) - Object.create and Pure Prototypal InheritanceLearn JS Series (#36) - Object.create and Pure Prototypal Inheritance What will I learn You will learn to build inheritance directly with Object.create , no classes…scipio (71)in StemSocial • 7 hours agoLearn Zig Series (#172) - Synthesis: Envelopes and FiltersLearn Zig Series (#172) - Synthesis: Envelopes and Filters What will I learn? What an envelope is, and why a note needs one -- how ADSR (attack, decay, sustain…scipio (71)in StemSocial • 8 hours agoLearn Go Series (#8) - Structs, Methods, and ReceiversLearn Go Series (#8) - Structs, Methods, and Receivers What will I learn How to define a struct , Go's way of bundling related data, and how to build and print…scipio (71)in StemSocial • 2 days agoLearn Go Series (#7) - Strings, Runes, and UnicodeLearn Go Series (#7) - Strings, Runes, and Unicode What will I learn What a Go string really is -- an immutable, read-only slice of bytes holding UTF-8; Why…scipio (71)in StemSocial • 3 days agoLearn Zig Series (#170) - Audio Output via C InteropLearn Zig Series (#170) - Audio Output via C Interop What will I learn? Why a real audio device is a pull model, not a push model -- the sound card calls you on…scipio (71)in StemSocial • 2 days agoLearn JS Series (#35) - The Prototype Chain: How Property Lookup Really WorksLearn JS Series (#35) - The Prototype Chain: How Property Lookup Really Works What will I learn You will learn the full prototype chain, from an object up to…scipio (71)in StemSocial • 2 days agoLearn Zig Series (#171) - Synthesis: OscillatorsLearn Zig Series (#171) - Synthesis: Oscillators What will I learn? What a phase accumulator really is, and why it is the single beating heart inside every…scipio (71)in StemSocial • 2 days agoLearn Rust Series (#60) - Mini Project: A Fully Tested, Documented, Published-Ready CSV Toolkit CrateLearn Rust Series (#60) - Mini Project: A Fully Tested, Documented, Published-Ready CSV Toolkit Crate What will I learn You will pull together everything from Phase 4…scipio (71)in StemSocial • 3 days agoLearn Go Series (#6) - Maps and SetsLearn Go Series (#6) - Maps and Sets What will I learn How to create, read, write and grow a map , Go's built-in hash table; The comma-ok idiom that tells…scipio (71)in StemSocial • 3 days agoLearn Rust Series (#59) - Clippy, rustfmt, and Writing Idiomatic RustLearn Rust Series (#59) - Clippy, rustfmt, and Writing Idiomatic Rust What will I learn You will learn what rustfmt and clippy are, and why running both on every…scipio (71)in StemSocial • 3 days agoLearn JS Series (#34) - The Prototype: JavaScript's Actual Inheritance MechanismLearn JS Series (#34) - The Prototype: JavaScript's Actual Inheritance Mechanism What will I learn You will learn what a prototype is: a hidden link from one object to…scipio (71)in StemSocial • 4 days agoLearn Zig Series (#169) - Audio Fundamentals: PCM and BuffersLearn Zig Series (#169) - Audio Fundamentals: PCM and Buffers What will I learn? What sound actually is to a computer -- PCM samples in a buffer -- and how…scipio (71)in StemSocial • 4 days agoLearn Rust Series (#58) - Build Scripts (build.rs) and Generating Code at Build TimeLearn Rust Series (#58) - Build Scripts (build.rs) and Generating Code at Build Time What will I learn You will learn what build.rs is: a Rust program Cargo compiles…gary.nunez (68)in StemSocial • 5 days ago📘Ecuaciones Diferenciales No Exactas Nivel Avanzado.(Entrega 1/3).¡Hola, comunidad Hive! Después de completar con éxito el Nivel Intermedio, damos el siguiente paso hacia el Nivel avanzado. En esta primera entrega encontrarás cinco (05)…scipio (71)in StemSocial • 4 days agoLearn Go Series (#5) - Arrays, Slices, and Slice InternalsLearn Go Series (#5) - Arrays, Slices, and Slice Internals What will I learn The difference between an array (fixed size, a value) and a slice (a growable view)…scipio (71)in StemSocial • 4 days agoLearn JS Series (#33) - Getters and Setters: Computed Properties That Look Like DataLearn JS Series (#33) - Getters and Setters: Computed Properties That Look Like Data What will I learn You will learn what getters and setters are: functions that behave…scipio (71)in StemSocial • 5 days agoLearn Zig Series (#168) - JPEG Decoder BasicsLearn Zig Series (#168) - JPEG Decoder Basics What will I learn? Why a JPEG is a completely different animal from a PNG -- lossy, frequency-domain compression in…scipio (71)in StemSocial • 5 days agoLearn Go Series (#4) - Control Flow: if, switch, and the Only LoopLearn Go Series (#4) - Control Flow: if, switch, and the Only Loop What will I learn The if statement and its handy init clause that scopes a variable to the…scipio (71)in StemSocial • 6 days agoLearn Go Series (#3) - Functions and First-Class FunctionsLearn Go Series (#3) - Functions and First-Class Functions What will I learn How Go functions return multiple values , and why that is the language's answer to…