Login
Discover
Waves
Communities
Login
Signup
Topics
#programming
Global
Trending
Hot
New
Top
#programming
Trending
Top communities
Create your community
latest #programming trending topics on internet
scipio
StemSocial
2026-06-28 12:51
Learn Ethical Hacking (#70) - Building a Pentesting Practice - Going Professional
Learn Ethical Hacking (#70) - Building a Pentesting Practice - Going Professional What will I learn The pentesting career path -- from hobbyist to professional, and what the industry actually looks like;
$ 0.796
23
1
femdev
StemSocial
2026-06-28 12:05
Learn Creative Coding (#107) - Advanced Plotter Techniques
Learn Creative Coding (#107) - Advanced Plotter Techniques Last episode we got properly nerdy about the algorithms that make a plotter sing - stippling a photo into a cloud of dots, weaving all those dots
$ 0.114
14
1
scipio
StemSocial
2026-06-28 08:18
Learn AI Series (#110) - Model-Based Reinforcement Learning
Learn AI Series (#110) - Model-Based Reinforcement Learning What will I learn You will learn the real difference between model-free and model-based RL -- and why the second family exists at all; how to
limonta
StemSocial
2026-06-28 06:34
A Modular Python Pipeline to Track Specific Federal Apportionments — Part 2
The tale of an unintended second part.
wendyth16
BEER
2026-06-28 02:03
Promoted
The Beersaturday Challenge week 469|| Celebrate With beer Polar
🍻Welcome to My Blog🍻 Happy Saturday, #beerlovers! Wishing you all the best. I’m back in this wonderful #beersaturday community to share my beer-filled moments from my weekend outings as part of this
scipio
StemSocial
2026-06-27 19:47
Learn Zig Series (#91) - MessagePack Format
Learn Zig Series (#91) - MessagePack Format What will I learn? Why a self-describing binary format exists, and how it differs from the schema-driven protobuf we built last episode; How MessagePack packs
scipio
StemSocial
2026-06-27 13:07
Learn Ethical Hacking (#69) - Mobile Application Security - Android and iOS
Learn Ethical Hacking (#69) - Mobile Application Security - Android and iOS What will I learn Mobile attack surface -- how mobile apps differ from web apps and why they require specialized testing; Android
femdev
StemSocial
2026-06-27 12:36
Learn Creative Coding (#106) - Algorithms for Pen Plotters
Learn Creative Coding (#106) - Algorithms for Pen Plotters Last episode we got our code out from behind the glass and onto paper. We learned what a plotter actually is (a machine that drags one pen along
scipio
StemSocial
2026-06-27 08:48
Learn AI Series (#109) - Advanced Policy Optimization
Learn AI Series (#109) - Advanced Policy Optimization What will I learn You will learn what a trust region is, and why bounding how far a policy may move in one update is the single idea that turns flaky
tonyz
Photography Lovers
2026-06-20 10:31
Promoted
Sicilian Jetty.
Movement on the jetty. As seen near Trapani, Sicily.
scipio
StemSocial
2026-06-26 17:27
Learn Zig Series (#90) - Protocol Buffers Serialization
Learn Zig Series (#90) - Protocol Buffers Serialization What will I learn? Why a binary serialization format exists at all, and what protobuf buys you over hand-rolled byte layouts or JSON; How protobuf's
scipio
StemSocial
2026-06-26 12:34
Learn Ethical Hacking (#68) - Wireless and Bluetooth Exploitation Deep Dive
Learn Ethical Hacking (#68) - Wireless and Bluetooth Exploitation Deep Dive What will I learn Bluetooth security architecture -- the attack surface of Classic Bluetooth, BLE, and the pairing process; BlueBorne
femdev
StemSocial
2026-06-26 11:44
Learn Creative Coding (#105) - Pen Plotters: Code Meets Paper
Learn Creative Coding (#105) - Pen Plotters: Code Meets Paper For ninety-five episodes we have been trapped behind glass. Every single thing we made lived inside a screen - pixels, shaders, canvases, webcams
scipio
StemSocial
2026-06-26 07:44
Learn AI Series (#108) - Policy Gradient Methods
Learn AI Series (#108) - Policy Gradient Methods What will I learn You will learn why directly optimizing the policy is sometimes a far better idea than learning a value function first; the policy gradient
forykw
hpud
2026-06-28 06:40
Promoted
PowerUp 💪 July 2026 - A NEW Chapter for Hive 🙃
(this is the #51 giveaway enabled post - check the giveaway details below) This 💓 post has a 💎 GIVEAWAY
scipio
StemSocial
2026-06-25 19:53
Learn Zig Series (#89) - MQTT Messaging Protocol
Learn Zig Series (#89) - MQTT Messaging Protocol What will I learn? Why MQTT exists, and what the publish/subscribe-through-a-broker model buys you over plain sockets; How the fixed header packs a packet
scipio
StemSocial
2026-06-25 12:38
Learn Ethical Hacking (#67) - Continuous Security - DevSecOps and Pipeline Security
Learn Ethical Hacking (#67) - Continuous Security - DevSecOps and Pipeline Security What will I learn What DevSecOps means and why "shift left" is more than a buzzword; Security in CI/CD pipelines
scipio
StemSocial
2026-06-25 08:28
Learn AI Series (#107) - Deep Q-Networks (DQN)
Learn AI Series (#107) - Deep Q-Networks (DQN) What will I learn You will learn why tabular Q-Learning falls apart the moment the state space gets big, and why a lookup table was never going to scale to
limonta
StemSocial
2026-06-24 22:04
A Technical Deep Dive into Budget Apportionment Tracking Using the OpenOMB API
Following the task of developing tools to feed a specific technoscientific workflow, making public data simpler to read for common users.
gamingwithme
Proof of Brain
2026-06-22 04:31
Promoted
Why I Started Blogging On These Sites
In 2017, not too long after YouTube changed its monetization rules. They had a rule where you needed 10K channel views before the 4k watch hours and 1k subs. (which was modified to 500 subs and 4k watch
scipio
StemSocial
2026-06-24 16:59
Learn Zig Series (#88) - WebSocket Server
Learn Zig Series (#88) - WebSocket Server What will I learn? How a WebSocket connection lives and dies -- the handshaking, open, closing, closed state machine; How to perform the server-side upgrade by
scipio
StemSocial
2026-06-24 12:43
Learn Ethical Hacking (#66) - Reporting and Documentation - The Professional Difference
Learn Ethical Hacking (#66) - Reporting and Documentation - The Professional Difference What will I learn Why reporting is the most important pentest deliverable -- the report is what the client pays for,
scipio
StemSocial
2026-06-24 07:06
Learn AI Series (#106) - Temporal Difference Learning
Learn AI Series (#106) - Temporal Difference Learning What will I learn You will learn TD(0): updating value estimates from single transitions, without ever waiting for an episode to finish; bootstrapping:
limonta
StemSocial
2026-06-22 19:51
Building a Python app with Claude to query the USASpending.gov API
With Claude´s assistance, I built a Python tool to query USASpending.gov for Cuba-related contracts and grants. The API had some quirks —500 errors, pagination limits, and not-so-visible endpoints. Here's