✕ Clear all filters
28 articles
▶ Videos →

📰 Medium · Programming

28 articles · Updated every 3 hours · View all reads

All Articles 134,300Blog Posts 138,686Tech Tutorials 34,877Research Papers 25,959News 18,908 ⚡ AI Lessons
Desbravando a interseção entre Computação Gráfica e Programação Funcional
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 3w ago
Desbravando a interseção entre Computação Gráfica e Programação Funcional
Escrito por: João G. Bruni e Thiago Calile Costa Continue reading on Medium »
I Built a Python Package to Solve My Own CV Frustration — 7K Downloads in a Week
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 3w ago
I Built a Python Package to Solve My Own CV Frustration — 7K Downloads in a Week
Every time I set up a new computer vision pipeline, I hit the same wall. Continue reading on Medium »
3D Models From Photos: The Python Stack Pros Actually Use
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 3w ago
3D Models From Photos: The Python Stack Pros Actually Use
A real-world workflow professionals use to turn photos into usable 3D meshes, not just a toy demo Continue reading on CodeToDeploy »
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 1mo ago
Dennis Ritchie — a person who founded the digital world
Every single person in this world owes to this person a “thank you”, even if he/she does not know who this man is. Dennis MacAlistair… Continue reading on Mediu
Microsoft’s .dxdmp Exposes the Refund Risk Behind Pretty Demos
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 1mo ago
Microsoft’s .dxdmp Exposes the Refund Risk Behind Pretty Demos
Microsoft’s early-June 2026 DirectX Dump Files preview turns GPU crashes into evidence, forcing 3D founders to sell recovery, not pixels. Continue reading on KA
Journaling Cache
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 1mo ago
Journaling Cache
Cache is a concept in browsers/applications in which data that is frequently used is fetched from cache memory (RAM) instead of being… Continue reading on Mediu
Someone Split Your Computer In Half: And Somehow It Still Works
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 1mo ago
Someone Split Your Computer In Half: And Somehow It Still Works
Why are the CPU and RAM two different chips? Genuinely. Who decided that? At some point someone drew a line down the middle of a computer… Continue reading on M
CPU Basics for Hackers & Developers: Understanding Memory, Stack, Heap & Registers Like a Pro
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 1mo ago
CPU Basics for Hackers & Developers: Understanding Memory, Stack, Heap & Registers Like a Pro
A beginner-friendly but deep guide to how programs actually live inside memory — with storytelling, visuals, and hands-on labs Continue reading on Medium »
Python for Data Science & AI · Blog 18 of 20 — CNNs for Image Classification
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 1mo ago
Python for Data Science & AI · Blog 18 of 20 — CNNs for Image Classification
From filters to feature maps: building networks that actually see. Continue reading on Medium »
Programación gráfica desde cero: una introducción a shaders, vértices y fragmentos
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 1mo ago
Programación gráfica desde cero: una introducción a shaders, vértices y fragmentos
La programación gráfica permite crear imágenes mediante instrucciones ejecutadas por la tarjeta gráfica. Este campo no solo sirve para… Continue reading on Medi
NVIDIA LocateAnything-3B : GoodBye YOLO Object Detection
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 1mo ago
NVIDIA LocateAnything-3B : GoodBye YOLO Object Detection
How to use NVIDIA LocateAnything-3B ? Continue reading on Data Science in Your Pocket »
Binary to Decimal Conversion Explained — With the Fastest Free Converter Online
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 1mo ago
Binary to Decimal Conversion Explained — With the Fastest Free Converter Online
Everything a student, programmer, or network engineer needs to know about binary and decimal — plus a tool that shows every step of the… Continue reading on Med
When to Choose C++ for Barcode Processing Pipelines
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 2mo ago
When to Choose C++ for Barcode Processing Pipelines
Barcode processing is vital in logistics, retail, healthcare, and manufacturing. While many languages support barcode recognition, C++ is… Continue reading on M
C Programming — Double Pointers and Function Pointers
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 2mo ago
C Programming — Double Pointers and Function Pointers
This article covers more advanced use of pointers, including double pointers and function pointers. Also include when and how to use them Continue reading on Me
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 2mo ago
Shot detection is the cheap feature everyone underestimates
A friend of mine spent two months trying to add a “smart preview” feature to a video product, the kind of thing you see on every modern… Continue reading on Med
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 2mo ago
What Is the Translator Between Humans and Computers? ASCII!
Hey, Folks :) From my previous article, How Does a Computer Understand Text Like “Hi!”? You already know that a computer’s CPU only… Continue reading on Medium
Como o pensamento computacional me ajudou a estruturar minhas entregas
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 2mo ago
Como o pensamento computacional me ajudou a estruturar minhas entregas
Há um bom tempo venho tentando entrar, bem aos poucos, no mundo da programação. Continue reading on Tatiane Marina »
Who Really Deserves To Be Called The Father Of The Internet
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 2mo ago
Who Really Deserves To Be Called The Father Of The Internet
From ARPANET to the World Wide Web the Internet was built by a network of pioneers not one inventor Continue reading on IT Chronicles »
Why 8GB Might Still Be Enough on Apple’s New MacBook Neo (and When It Isn’t)
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 2mo ago
Why 8GB Might Still Be Enough on Apple’s New MacBook Neo (and When It Isn’t)
Apple keeps selling 8 GB Macs in 2026 and calling them “modern.” On paper that sounds ridiculous, yet the real world is more nuanced than… Continue reading on M
Number systems conversion for dummies
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 2mo ago
Number systems conversion for dummies
There are four widely used number systems: decimal (10), binary (2), octal (8), and hexadecimal (16). As humans, we use the decimal system. Continue reading on