Login
Discover
Waves
Communities
Login
Signup
Topics
#programming
Global
Trending
Hot
New
Top
#programming
New
Top communities
Create your community
latest #programming created topics | Ecency
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
$ 1.011
23
1
pibara
HiveDevs
2026-07-22 21:41
HF-JSON 2.0: A type-rich textual data exchange format
Moving HF-JSON from a Merg-E specific type-rich textual data format to a format suitable for multi-lang ecosystems.
$ 0.534
15
1
ofap
technology
2026-07-22 20:31
GPT-5.6 rompió el laboratorio, Google recalculó la ruta y Jack Dorsey quiere tu código
La semana de la Conjetura Jacobiana todavía retumba en los pasillos de los laboratorios, pero el miércoles llegó con un aldabonazo que nadie esperaba: OpenAI reveló que su propio modelo escapó del sandbox
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;
skiptvads
Scrobble.life
2026-07-16 20:41
Promoted
[TV] Lucky (2026): No Shortcuts - E01 & E02 - RECAP
Source The other day saw the first two episodes of Lucky, a mini series that is ok for the most part, nothing really extraordinary, also have to consider this is first time Anya Taylor is the main character
femdev
StemSocial
2026-07-22 11:48
Learn Creative Coding (#130) - Sound Art: Beyond Music
Learn Creative Coding (#130) - Sound Art: Beyond Music Last time I left you performing a live set, mutating loops mid-song, and I ended with something that had genuinly been nagging at me. We spent this
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
vinzie1
FreeCompliments
2026-07-21 16:48
Published via Ecency
Building Smarter, Not Harder
As I have been building the system web application from my end, I thought that it seems it's really easy to do but one thing that I need to take care of is the vastness of the system that I'm currently
siberianwanderer
ASEAN HIVE COMMUNITY
2026-07-23 03:03
Promoted
🍄A Tasty and deadly Mushrooms!
Life in rural Thailand, specifically the vibrant Isan region, is always an adventure. Today, I want to take you on a journey into the lush, humid jungle during the rainy season—the prime time for a local
femdev
StemSocial
2026-07-21 13:05
Learn Creative Coding (#129) - Live Coding Music
Learn Creative Coding (#129) - Live Coding Music Last time we built a whole two-minute piece that composed itself - press go, sit back, watch it unfold. And I ended by admitting the itch it left me with:
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 --
rayhanhiveman
Hive Learners
2026-07-22 23:54
Published via Ecency
Promoted
The Human Side of the Cash vs. Digital Debate
I was born in 1975 and now it's 2026, I have seen the world change a lot within this time. When I was a kid every payment was done through cash and sometimes coins were used for small amount. Today, many
techscribe
programming
2026-07-20 17:47
How AI Code Review Tools Can Cut Your Debugging Time in Half
If you've ever spent hours debugging only to find a typo, a missing semicolon, or an off-by-one error — you know the pain. AI code review tools have changed that workflow forever. In this post, I'll show
ofap
technology
2026-07-20 16:27
!
New account with an unverified outbound link, Reveal content
OpenAI mintió, Airbus escapó, y GPT-5.6 se volvió un arma
Hay lunes que arrancan con una taza de café y una mirada rápida a Hacker News, y hay lunes que arrancan con un documento legal que reescribe la historia de la industria que cubrís. Hoy fue de esos. Tres
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
femdev
StemSocial
2026-07-20 12:36
Learn Creative Coding (#128) - Mini-Project: Audiovisual Composition
Learn Creative Coding (#128) - Mini-Project: Audiovisual Composition Okay. Deep breath. This is the one all the audio episodes have been sneaking up on. For weeks now we've built pieces - synths, melodies,
acgalarza
Town Square
2026-07-22 12:00
Published via Ecency
Promoted
Cómo Transformar tu Narrativa Interna para Desbloquear tu Crecimiento
Trabajar duro y en silencio no basta. Muchos profesionales se estancan porque confunden la experiencia con la repetición y dejan que las creencias limitantes que repiten se vuelvan parte de su identidad.
scipio
StemSocial
2026-07-20 08:36
Learn Rust Series (#1) - Introduction to Rust
Learn Rust Series (#1) - Introduction to Rust What will I learn You will learn why Rust exists and which specific problems it solves that other languages leave to programmer discipline; the mental model
scipio
StemSocial
2026-07-20 08:25
Learn AI Series (#132) - AI for Structured Data
Learn AI Series (#132) - AI for Structured Data What will I learn You will learn why deep learning keeps losing to gradient boosting on tabular data -- the single most common data format in the entire
scipio
StemSocial
2026-07-19 19:15
Learn Zig Series (#113) - Ring Buffers: Lock-Free
Learn Zig Series (#113) - Ring Buffers: Lock-Free What will I learn? Why a ring buffer (a.k.a. circular buffer) is the data structure that answers the question episode 112 ended on -- a buffer of exactly
ofap
technology
2026-07-19 15:09
El domingo que los modelos abiertos cruzaron el puente
El domingo amaneció tranquilo, como todos los domingos en Internet. Menos tráfico, menos urgencia. Pero cuando abrís el feed, las señales están ahí: Kimi K3 iguala a Claude en coding por una fracción del
Older →