#programmingUnmoderated tagAll postsTrending CommunitiesScrobble.lifeHIVE CN 中文社区WorldmappinSplinterlandsActifitBlack And WhiteSnapsHive LearnersPhotography LoversHive FoodLiketuGEMSExplore Communities...#programmingTrendingHotNewPayoutsMutedscipio (71)in StemSocial • 10 minutes 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 • 4 hours 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 • 8 hours 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 • 15 hours 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 • yesterdayLearn 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 • yesterdayLearn 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…gamer00 (72)in #hive • 5 days agoTen YearsWell, apparently it's been ten years now. In late 2016, I created an account on Steem. It was in the height of #GamerGate, so as someone who liked games, I named it gamer00. I thought I was going to usescipio (71)in StemSocial • yesterdayLearn 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 • yesterdayLearn 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…tecnotronics (71)in #steam • 4 days agoUn poco de Arduino para no perder la costumbre🔥//A bit of Arduino to keep the habit alive🔥.¡Buenas gente! 🚀 Hoy quería pasar a charlar un rato y contarles un poco de cómo vengo viviendo mi experiencia programando con Arduino ⚡, algo que empezó casi como una curiosidad…scipio (71)in StemSocial • 2 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 • 2 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…an1info (61)in Indiaunited • 2 days agoInstall Python and Pip with All Dependencies on LinuxPython is one of the most popular programming languages right now, and it’s also easy to learn. We can use Python to build websites and apps, and it has becomescipio (71)in #blog • 2 days agoLearn JS Series (#32) - Property Descriptors: writable, enumerable, configurableLearn JS Series (#32) - Property Descriptors: writable, enumerable, configurable What will I learn You will learn that every property carries three hidden flags that…scipio (71)in StemSocial • 3 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…scipio (71)in StemSocial • 2 days agoLearn Rust Series (#57) - Feature Flags and Conditional Compilation (cfg)Learn Rust Series (#57) - Feature Flags and Conditional Compilation (cfg) What will I learn You will learn how the #[cfg(...)] attribute compiles code in or out based…scipio (71)in StemSocial • 3 days agoLearn Rust Series (#56) - Cargo Workspaces and Multi-Crate ProjectsLearn Rust Series (#56) - Cargo Workspaces and Multi-Crate Projects What will I learn You will learn what a Cargo workspace is and why large projects split into many…rzazo24 (51)in HiveDevs • 3 days agoDisaster Watch: un mapa global de catástrofes en tiempo real, sin backend ni frameworks / A Real-Time Global Disaster Map, Zero Backend, Zero FrameworksMapa en vivo de catástrofes globales, con datos de GDACS / Live map of global disasters, powered by GDACSscipio (71)in StemSocial • 3 days agoLearn Zig Series (#167) - PNG Decoder in ZigLearn Zig Series (#167) - PNG Decoder in Zig What will I learn? The actual byte layout of a PNG file: the 8-byte signature, the chunk framing ( length , type …scipio (71)in #blog • 3 days agoLearn JS Series (#31) - Object Literals, Shorthand, and Computed Property NamesLearn JS Series (#31) - Object Literals, Shorthand, and Computed Property Names What will I learn You will learn the modern object-literal syntax in full: shorthand…