Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
Trending
Trending
Hot
New
Trending
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create your community
latest #steemstem trending topics on internet
scipio
StemSocial
2026-05-19 12:23
Learn Ethical Hacking (#32) - Privilege Escalation - Windows
Learn Ethical Hacking (#32) - Privilege Escalation - Windows What will I learn Windows privilege model -- local accounts, service accounts, SYSTEM, and the difference between Administrator and SYSTEM;
$ 0.732
26
1
femdev
StemSocial
2026-05-19 11:34
Learn Creative Coding (#69) - Post-Processing in 3D
Learn Creative Coding (#69) - Post-Processing in 3D Last episode we built a full lighting toolkit -- six light types, shadow mapping, three-point cinematic setups, colored mood lighting, fog, emissive
$ 0.118
13
scipio
StemSocial
2026-05-19 07:51
Learn AI Series (#71) - Text Generation Techniques
Learn AI Series (#71) - Text Generation Techniques What will I learn You will learn how language models actually generate text, one token at a time; greedy decoding, beam search, and sampling strategies;
$ 0.529
23
scipio
StemSocial
2026-05-18 16:54
Learn Zig Series (#52) - HTTP Server: Router and Responses
Learn Zig Series (#52) - HTTP Server: Router and Responses Project E: HTTP Server from Scratch (2/4) What will I learn You will learn how to build a Response struct with status code, headers, and body;
$ 0.874
15
cliffblank
oracle
2026-05-11 05:36
Promoted
Past Life
ESOTERIC WISDOM · SOUL MEMORY · BEYOND THE VEIL The Library Between Lives Recovering the soul's hidden autobiography through the Akashic Records Somewhere beyond the reach of ordinary mind — beyond the
$ 0.484
56
scipio
StemSocial
2026-05-18 13:55
Learn Ethical Hacking (#31) - Privilege Escalation - Linux
Learn Ethical Hacking (#31) - Privilege Escalation - Linux What will I learn What privilege escalation is and why it is the single most critical post-exploitation step; SUID/SGID binaries -- finding and
$ 1.087
22
femdev
StemSocial
2026-05-18 13:00
Learn Creative Coding (#68) - Creative Lighting and Shadows
Learn Creative Coding (#68) - Creative Lighting and Shadows Last episode we animated everything -- frame-independent timing, procedural motion from layered sine waves, spring physics for bounce, morph
$ 0.121
13
scipio
StemSocial
2026-05-18 06:48
Learn AI Series (#70) - Running Local Models
Learn AI Series (#70) - Running Local Models What will I learn You will learn why running models locally matters: privacy, cost, control, and offline capability; the local inference stack: Ollama, llama.cpp,
$ 1.098
32
scipio
StemSocial
2026-05-17 17:20
Learn Zig Series (#51) - HTTP Server: Accept Loop and Parsing
Learn Zig Series (#51) - HTTP Server: Accept Loop and Parsing Project E: HTTP Server from Scratch (1/4) What will I learn You will learn how to build a TCP accept loop tuned for HTTP: keep-alive and timeouts;
$ 2.222
414
2
pamilerin1
Freewriters
2026-05-17 19:26
Promoted
The Great Beyond
Generated Via Ecency Mobile App Captain Jack was on his way to the great beyond. However, captivated by the queen's beauty, he decided to take some time to appreciate the wonder of God Almighty. He said
$ 0.316
49
1
femdev
StemSocial
2026-05-17 11:42
Learn Creative Coding (#67) - 3D Animation and Motion
Learn Creative Coding (#67) - 3D Animation and Motion Last episode we built complex 3D forms from pure math -- terrain islands, noise-displaced asteroids, marching cubes metaballs, recursive crystals,
$ 0.125
12
1
scipio
StemSocial
2026-05-16 20:16
Learn Zig Series (#50) - Build a Shell: Job Control and Signals
Learn Zig Series (#50) - Build a Shell: Job Control and Signals Project D: Build Your Own Shell (4/4) What will I learn You will learn signal handling: installing signal handlers with sigaction so Ctrl+C
$ 0.901
31
femdev
StemSocial
2026-05-16 12:14
Learn Creative Coding (#66) - Procedural Mesh Generation
Learn Creative Coding (#66) - Procedural Mesh Generation Last episode we filled 3D space with particles -- points drifting through noise fields, emitters spawning and recycling, InstancedMesh giving us
$ 0.128
12
scipio
StemSocial
2026-05-16 07:35
Learn AI Series (#69) - Fine-Tuning Language Models
Learn AI Series (#69) - Fine-Tuning Language Models What will I learn You will learn when fine-tuning beats prompting and when it doesn't; full fine-tuning vs parameter-efficient methods; LoRA: low-rank
$ 1.110
22
cliffblank
spiritanimal
2026-05-06 07:02
Promoted
The Stork as Animal Spirit & Totem Guide
The stork carries rich symbolic weight across many traditions, and as a totem or spirit guide, it speaks to some deeply meaningful themes: Core Symbolism New Beginnings & Birth The stork's most universally
$ 0.050
11
1
scipio
StemSocial
2026-05-15 19:28
Learn Zig Series (#49) - Build a Shell: Built-in Commands
Learn Zig Series (#49) - Build a Shell: Built-in Commands Project D: Build Your Own Shell (3/4) What will I learn You will learn built-in vs external commands: why cd can't be external; You will learn
$ 0.956
16
scipio
StemSocial
2026-05-15 13:48
Learn Ethical Hacking (#30) - Wireless Network Attacks - Breaking Wi-Fi
Learn Ethical Hacking (#30) - Wireless Network Attacks - Breaking Wi-Fi What will I learn Wi-Fi security protocols: WEP, WPA, WPA2, WPA3 -- what is broken and what is not; Monitor mode and wireless packet
$ 1.625
356
1
scipio
StemSocial
2026-05-15 08:50
Learn AI Series (#68) - Building AI Agents (Part 2) - Advanced Patterns
Learn AI Series (#68) - Building AI Agents (Part 2) - Advanced Patterns What will I learn You will learn multi-agent systems: specialized agents that collaborate on complex tasks; hierarchical agents:
$ 1.266
26
scipio
StemSocial
2026-05-14 17:14
Learn Zig Series (#48) - Build a Shell: Process Spawning
Learn Zig Series (#48) - Build a Shell: Process Spawning Project D: Build Your Own Shell (2/4) What will I learn You will learn how std.process.Child works for spawning external programs from Zig; You
$ 0.950
10
tonyz
Photography Lovers
2026-05-13 19:36
Promoted
Grand Palais Dome Paris.
We visited ArtParis in Grand Palais. More than 900 artists represented, one of them is a friend of us. The Dome is a landmark along the Seine river. Built for the World's Fair in 1900.
$ 4.105
266
10
scipio
StemSocial
2026-05-14 12:56
Learn Ethical Hacking (#29) - Network Sniffing - Seeing Everything on the Wire
Learn Ethical Hacking (#29) - Network Sniffing - Seeing Everything on the Wire What will I learn Packet capture fundamentals with tcpdump and Wireshark; ARP spoofing: becoming the man-in-the-middle on
$ 0.966
28
scipio
StemSocial
2026-05-14 07:11
Learn AI Series (#67) - Building AI Agents (Part 1) - Foundations
Learn AI Series (#67) - Building AI Agents (Part 1) - Foundations What will I learn You will learn what "agents" actually means beyond the marketing hype; the agent loop: observe, think, act,
$ 1.000
22
scipio
StemSocial
2026-05-13 16:35
Learn Zig Series (#47) - Build a Shell: Parsing Commands
Learn Zig Series (#47) - Build a Shell: Parsing Commands Project D: Build Your Own Shell (1/4) What will I learn You will learn tokenizing a command line: splitting on spaces, handling quoted strings and
$ 1.269
14
1
scipio
StemSocial
2026-05-13 12:24
Learn Ethical Hacking (#28) - The AI Web Attack Surface - AI Features as Vulnerabilities
Learn Ethical Hacking (#28) - The AI Web Attack Surface - AI Features as Vulnerabilities What will I learn Prompt injection: the new SQL injection for AI-powered applications; Indirect prompt injection:
$ 1.348
349
1