Login
Discover
Waves
Communities
Login
Signup
scipio
@scipio
70
Does it matter who's right, or who's left?
Followers
1924
Following
112
Follow
Resource Credits
Available
Used
Created
2017-10-24 09:41
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
scipio
StemSocial
2026-07-27 09:05
Learn AI Series (#139) - AI for Code
Learn AI Series (#139) - AI for Code What will I learn How code generation models actually work under the hood -- the training data, the objective, and what "writing code" really means to a language
$ 0.873
35
1
scipio
StemSocial
2026-07-26 22:15
Learn Zig Series (#119) - BFS and DFS
Learn Zig Series (#119) - BFS and DFS What will I learn? Why breadth-first search (BFS) and depth-first search (DFS) are secretly the same algorithm, and how the only real difference is whether you pull
$ 0.743
21
1
1
scipio
StemSocial
2026-07-26 13:20
Learn Rust Series (#8) - Traits & Generics
Learn Rust Series (#8) - Traits & Generics What will I learn You will learn how traits define shared behavior across unrelated types, without a single line of inheritance; how to write generic functions
scipio
StemSocial
2026-07-26 09:36
Learn AI Series (#138) - Multimodal AI
Learn AI Series (#138) - Multimodal AI What will I learn What multimodal AI actually means, and why gluing modalities together is genuinely more than the sum of the parts; the three fusion architectures
scipio
StemSocial
2026-07-25 18:40
Learn Zig Series (#118) - Graph Representation
Learn Zig Series (#118) - Graph Representation What will I learn? Why a graph is the right shape for data that is connected rather than ordered -- roads, dependencies, friendships, web links -- and why
scipio
StemSocial
2026-07-25 14:07
Learn Rust Series (#7) - Collections
Learn Rust Series (#7) - Collections What will I learn You will learn how Vec gives you a growable array, and why capacity and length are two different numbers that matter for performance; how Rust's ownership
scipio
StemSocial
2026-07-25 06:43
Learn AI Series (#137) - Foundation Models
Learn AI Series (#137) - Foundation Models What will I learn What actually makes a model "foundational" -- and why that word is doing a lot more work than it looks; the common pre-training recipe
scipio
StemSocial
2026-07-24 18:04
Learn Zig Series (#117) - Binary Search Variations
Learn Zig Series (#117) - Binary Search Variations What will I learn? Why binary search is the payoff that sorting buys you -- an unsorted array answers "is this here?" in O(n), a sorted one
scipio
StemSocial
2026-07-24 12:05
Learn Rust Series (#6) - Error Handling
Learn Rust Series (#6) - Error Handling What will I learn You will learn why Rust models failure with Result values instead of throwing exceptions, and what that design actually buys you; how the ? operator
scipio
StemSocial
2026-07-24 08:55
Learn AI Series (#136) - Mini Project: Production AI Platform
Learn AI Series (#136) - Mini Project: Production AI Platform What will I learn How to wire the whole production arc from episodes #117-135 into ONE running system, not nineteen loose parts; a file-based
scipio
StemSocial
2026-07-23 19:02
Learn Zig Series (#116) - Sorting Algorithms in Zig
Learn Zig Series (#116) - Sorting Algorithms in Zig What will I learn? Why sorting is a solved problem you never stop paying for -- the comparison model, the O(n log n) lower bound, and why "just
scipio
StemSocial
2026-07-23 13:41
Learn Rust Series (#5) - Structs & Enums
Learn Rust Series (#5) - Structs & Enums What will I learn You will learn how structs group related data into a single named type, and how impl blocks give that data behaviour; the three forms of self
scipio
StemSocial
2026-07-23 07:10
Learn AI Series (#135) - Building AI Teams and Processes
Learn AI Series (#135) - Building AI Teams and Processes What will I learn The distinct roles in an AI team and why they do not map cleanly onto the frontend/backend/QA boxes you already know; the ML lifecycle
scipio
StemSocial
2026-07-22 13:32
Learn Rust Series (#4) - Control Flow & Pattern Matching
Learn Rust Series (#4) - Control Flow & Pattern Matching What will I learn You will learn why Rust treats if, loop, and blocks as expressions that produce values, not just statements that do things;
scipio
StemSocial
2026-07-22 08:03
Learn AI Series (#134) - AI Infrastructure Economics
Learn AI Series (#134) - AI Infrastructure Economics What will I learn What GPU compute actually costs across the big cloud providers -- and why the same A100 can cost you three times more depending on
scipio
StemSocial
2026-07-21 19:19
Learn Zig Series (#115) - Slab Allocators
Learn Zig Series (#115) - Slab Allocators What will I learn? What a slab allocator actually is -- not a new trick, but the machine episode 114 was pointing at: take the single-size memory pool we built
scipio
StemSocial
2026-07-21 12:54
Learn Rust Series (#3) - Ownership & Borrowing
Learn Rust Series (#3) - Ownership & Borrowing What will I learn You will learn the three ownership rules in depth, and what a value actually looks like on the stack and the heap; why assigning a String
scipio
StemSocial
2026-07-21 06:50
Learn AI Series (#133) - Synthetic Data Generation
Learn AI Series (#133) - Synthetic Data Generation What will I learn You will learn why synthetic data even exists -- the three itches it scratches: class imbalance, data scarcity, and privacy; CTGAN,
scipio
StemSocial
2026-07-20 20:23
Learn Zig Series (#114) - Memory Pools
Learn Zig Series (#114) - Memory Pools What will I learn? Why a memory pool (a.k.a. object pool, fixed-size block allocator, or free-list allocator) is the idea episode 113 was quietly walking toward --
scipio
StemSocial
2026-07-20 14:00
Learn Rust Series (#2) - Variables, Types, Functions
Learn Rust Series (#2) - Variables, Types, Functions What will I learn You will learn why Rust makes variables immutable by default, and how that one decision prevents whole categories of bugs; the difference
← Latest
Older →