Login
Discover
Waves
Communities
Login
Signup
Topics
#steemstem
Global
Trending
Hot
New
Top
#steemstem
Trending
Top communities
Create your community
latest #steemstem trending topics | Ecency
scipio
StemSocial
2026-08-11 19:31
Learn Zig Series (#135) - Bytecode Design
Learn 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 that a tree never can; What bytecode actually
$ 0.830
8
1
scipio
StemSocial
2026-08-11 15:03
Learn Rust Series (#24) - Blanket Implementations & the Newtype Pattern
Learn 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 trait for a whole family of types at
$ 0.932
25
1
femdev
StemSocial
2026-08-11 14:12
Learn Creative Coding (#150) - Evolutionary Art: Genetic Algorithms
Learn Creative Coding (#150) - Evolutionary Art: Genetic Algorithms The last few episodes we kept chasing the same holy grail: output that's varied but coherent. Stochastic grammar rules gave us buildings
scipio
StemSocial
2026-08-11 10:25
Learn AI Series (#154) - AI Research: How to Read Papers
Learn 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 for; reading strategies: how to extract
steemflow
Hive Learners
2026-08-11 10:14
Published via Ecency
Promoted
Home office vibes : Where comfort meets productivity !
The COVID-19 pandemic forced a global experiment that proved work from home (WFH) a practical and productive way of carrying out jobs. It not only transform the way work were carried out but also gives
scipio
StemSocial
2026-08-10 19:09
Learn Zig Series (#134) - Type Checking
Learn 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 is -- the stage that asks "does this
scipio
StemSocial
2026-08-10 14:49
Learn Rust Series (#23) - The Orphan Rule & Trait Coherence
Learn 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 own the trait or the type; what
femdev
StemSocial
2026-08-10 14:30
Learn Creative Coding (#149) - Grammar-Based Generation
Learn 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 coral in space, and right at
scipio
StemSocial
2026-08-10 10:13
Learn AI Series (#153) - Building AI Products
Learn 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 product nobody comes back to; designing
luchyl
LeoFinance
2026-08-09 23:59
Promoted
Slimy Little Gluttons.
How is it that you plant vegetables and these slimy little creatures won’t let them be? You plant, you tend, and when the vegetables start flourishing, these wild snails show up like they own the place.
scipio
StemSocial
2026-08-09 18:40
Learn Zig Series (#133) - AST Design and Traversal
Learn 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 anything with a program, and what a
scipio
StemSocial
2026-08-09 14:36
Learn Rust Series (#22) - Deriving Common Traits
Learn 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; what each of Debug, Clone, Copy, PartialEq,
femdev
StemSocial
2026-08-09 14:20
Learn Creative Coding (#148) - 3D L-Systems: Growing in Space
Learn 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 generating whole worlds that
scipio
StemSocial
2026-08-09 08:43
Learn AI Series (#152) - The AI Practitioner's Toolkit
Learn 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 approach before you write a single line
oadissin
LeoFinance
2026-08-09 22:15
Published via Ecency
Promoted
Back to the Diamond League: Lost 50% of my rental assets
Climbing from gold to diamond in splinterlands while surviving the journey to the upper league. I will show you the way I adapted and overcame challenge on the road to diamond. You can navigate through
scipio
StemSocial
2026-08-08 18:51
Learn Zig Series (#132) - Recursive Descent Parsing
Learn 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 almost mechanically onto the language
scipio
StemSocial
2026-08-08 15:27
Learn Rust Series (#21) - From, Into, TryFrom & Idiomatic Conversions
Learn Rust Series (#21) - From, Into, TryFrom & Idiomatic Conversions What will I learn You will learn how From and Into express infallible conversions, and why implementing From hands you Into for
femdev
StemSocial
2026-08-08 14:13
Learn Creative Coding (#147) - Space-Filling Curves
Learn Creative Coding (#147) - Space-Filling Curves Alright, promise time. Last week we spent the whole episode dividing space - scattering seeds and letting each one claim the territory closest to it,
scipio
StemSocial
2026-08-08 08:51
Learn AI Series (#151) - Mini Project: Building Something That Matters
Learn AI Series (#151) - Mini Project: Building Something That Matters What will I learn choosing a project that matters -- a blunt little scoring framework for telling a real problem from a toy demo before
onemoretea
Actifit
2026-08-08 21:46
Promoted
Three Completely Different Motifs Along the Way - My Actifit Report Card: August 8th, 2026
Welcome to Liquid Eye’s Actifit Blog Saturday ☀️ 12665 A beautiful, sunny, and crisp morning for the Mierendorfffinsel loop. Unfortunately, it’s also the route with the most spots where people illegally
scipio
StemSocial
2026-08-07 19:27
Learn Zig Series (#131) - Lexing a Simple Language
Learn 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 programming language, and what changes
scipio
StemSocial
2026-08-07 14:42
Learn 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 out of scope; what RAII means
scipio
StemSocial
2026-08-07 09:11
Learn AI Series (#150) - Emerging Frontiers
Learn 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 frames, and the spacetime-transformer
scipio
StemSocial
2026-08-06 21:40
Learn Zig Series (#130) - Mini Project: Database Engine - SQL Parser
Learn 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, not a database, and what the missing piece