Articles by Tag #memory

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Building AI That Doesn't Lose Its Mind: A Universal Architecture for Stable Memory Systems

From Problem to Concept This article continues the discussion of memory recursion in AI...

Learn More 1 0Jan 6

AI Agent Memory: Manual, Mem0, LangMem, & AWS AgentCore

Introduction AI agents need memory to remember past conversations, user preferences, and...

Learn More 3 0Nov 25 '25

Python Mystery Quiz: Can You Crack This Code?

A deceptively simple puzzle that reveals one of Python's most fundamental concepts The...

Learn More 4 0Sep 10 '25

What Deep Learning Theory Teaches Us About AI Memory

How rate reduction and lossy compression principles from Berkeley's new textbook could reshape how we...

Learn More 0 0Dec 26 '25

SwiftUI Memory Management & Retain Cycle Pitfalls (Production Guide)

SwiftUI hides a lot of memory complexity — until it doesn’t. At scale, teams run into: ViewModels...

Learn More 0 0Jan 5

std::vector: From Basics to Implementation Intricacies

A comprehensive practical guide to one of the most popular containers in C++ ...

Learn More 0 0Nov 5 '25

Rust: Ownership/Borrowing and Memory Leak Prevention

Introduction The Rust language is based on the following core ideas: Memory safety,...

Learn More 0 0Jan 5

Rust Slices

Most of my writings about Rust come from a JS/TS developer’s point of view. Intuitively, when you...

Learn More 0 0Dec 23 '25

Android Profiler – Memory, GC, and Leaks That Slowly Kill Performance

A senior-level guide to understanding memory behavior, garbage collection, and memory leaks using Android Memory Profiler. Learn why GC does not save you from performance problems.

Learn More 0 0Dec 17 '25

eBPF Tutorial by Example: BPF Arena for Zero-Copy Shared Memory

Ever tried building a linked list in eBPF and got stuck using awkward integer indices instead of real...

Learn More 0 0Jan 6

Debugging Chromium Crashes When Taking Full-Page Screenshots with Playwright

We recently ran into a frustrating issue with our screenshot API: Chromium was crashing with a...

Learn More 1 0Jan 6

Why Your Brain Dumps LeetCode Solutions (And How to Fix It)

Forget solutions instantly? It’s not you; it’s biology. Learn to hack your brain’s encoding process to turn fleeting code into permanent memory.

Learn More 0 0Dec 26 '25

Building a Local Memory MCP for Claude Desktop - A Journey of AI Memory

How I built a custom Memory MCP for Claude Desktop and why it changed my AI interactions forever

Learn More 0 1Aug 31 '25

Smart Pointers

Memory Management in C/C++ Unlike languages such as Java that automatically manage memory...

Learn More 0 0Nov 14 '25

🧠 How Java Handles Memory — What Are Stack, Heap, and Garbage Collection?

Learn how Java handles memory with Stack, Heap, and Garbage Collection. Understand these core Java...

Learn More 5 0Oct 17 '25

How Computers Store Data — From Memory to Meaning

How Computers Store Data — From Memory to Meaning Why Understanding Memory...

Learn More 2 0Jan 2

What Is Memory and Why You Should Learn How It Works

A Beginner Friendly Guide to Understanding Process Memory and DLL Concepts Memory is one of the most...

Learn More 0 0Nov 21 '25

How Memory Supports Problem Solving

Problem solving often gets described as a skill of logic, creativity, or reasoning. We picture...

Learn More 1 0Jan 2

libmalloc, jemalloc, tcmalloc, mimalloc - Exploring Different Memory Allocators

In this post we are going to compare a few well-known allocators on MacOS in terms of throughput, latency, memory usage, tooling, and security.

Learn More 10 0Dec 1 '25

𝗩𝗼𝗶𝗰𝗲 𝗔𝗜: 𝗖𝗼𝗻𝘁𝗲𝘅𝘁 & 𝗠𝗲𝗺𝗼𝗿𝘆 - 𝗪𝗵𝘆 𝗖𝗼𝗻𝘃𝗲𝗿𝘀𝗮𝘁𝗶𝗼𝗻𝘀 𝗗𝗼𝗻'𝘁 𝗥𝗲𝘀𝗲𝘁

Dialog Management means = deciding what to do next. But something else makes Voice AI feel human...

Learn More 0 0Dec 21 '25

How Memory Builds Through Iteration

Memory Is Not Just Storage Memory is often described as storage — a place where...

Learn More 0 0Jan 5

How Information Becomes Long-Term Memory

Learning often feels successful in the moment. While reading a chapter or listening to a lecture,...

Learn More 0 0Jan 5

Cross-Tool Memory Remote MCP Server for AI Assistants

I spend a significant amount of time explaining the same context to different AI assistants. Not...

Learn More 0 0Nov 18 '25

🌟introducing orbynt database:OrbMem

OCDB (Orbynt Cognitive Database) is an experimental 4-layer architecture designed to explore how AI...

Learn More 0 0Dec 6 '25

Why Forgetting Is Part of Learning

Forgetting is often treated as a failure of learning. When information fades, it is commonly assumed...

Learn More 0 0Jan 6

Clean your Memory: From Finalize to Cleaner

A brief description of your post

Learn More 6 0Mar 30 '25

The Python Loop You Already Love (and Why It's So Smart)

Introduction We all use for loops in Python. They feel so intuitive—simple and clean. But...

Learn More 3 2Sep 13 '25

Memory Layout in Embedded Systems: How C Code Really Ends Up in FLASH and RAM

The CPU does not understand variables, types, or sections. It only executes raw commands to "read...

Learn More 3 0Jan 29

Beyond the Label: How Python Variables Really Work with Memory

You've mastered the basics: variables are labels, not boxes. You know about is vs. ==. Now, let's...

Learn More 0 0Sep 13 '25

How the GIL Affects Real Python Workloads

Discover how Python's Global Interpreter Lock (GIL) impacts real-world backend performance. This post breaks down the difference between CPU-bound and I/O-bound tasks, benchmarks threading vs multiprocessing, and shows you when Python threads help.

Learn More 0 0Sep 25 '25