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
rockingfinger
Hive Open Mic
2026-08-08 02:59
Published via Ecency
Promoted
Hive Open Mic Week 330 | "In Christ Alone" – Piano and Vocal Performance
Hello, wonderful members of the Hive Open Mic community! Greetings to everyone participating in Hive Open Mic Week 330. It is always a privilege to be part of this incredible community where musicians
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
wiseagent
Loving HIVE ❤
2026-08-08 20:10
Promoted
The whales' “modus operandi”.
This publication was also writen in SPANISH and PORTUGUESE. Decrypt First of all, I would like to make it clear that this post is not any kind of criticism of how the whales here in this ecosystem behave,
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
agsst
Hive Pets
2026-08-11 11:08
Published via Ecency
Promoted
Day 9 with My Carpet Rex Rabbits : A Simple Feeding Time
Today is Day 9 of taking care of my Carpet Rex rabbits. Here in Indonesia, it’s Tuesday, and this afternoon I prepared their food again. Nothing particularly special happened, but watching them eat together
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
jongolson
The Kingdom
2026-08-07 04:10
Promoted
The Single Column Verse by Verse NKJV [Review]
Note: This is a repurposed video form my YouTube #bible review channel. I always want to make sure these are uploaded on chain incase...Google 'googles' me lol Ever since I received my single column Premier
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