Play Your AI Keeps Forgetting! (Do This Instead)
Structured Memory for AI Agents
🧠

Your AI Keeps Forgetting! (Do This Instead)

Standard RAG systems fail for AI agents because they treat data as isolated text chunks without relationships, causing agents to forget information across different files and platforms. Cognee solves this by implementing a unified database...

KunalKushwaha
2026-07-20
842
Play Becoming eve-rich with Gleam (w/ Guillaume Heu)
Gleam: A Dual-Target Functional Programming Language for Web and Backend Development
🧠

Becoming eve-rich with Gleam (w/ Guillaume Heu)

Gleam is a functional programming language that compiles to both JavaScript and Erlang/BEAM, serving as a bridge between front-end and backend developer communities. The language emphasizes simplicity, pattern matching over traditional if-statements, and the 'use'...

impurepics
2026-07-20
164
Play [CS 61A SU26] Ants Problem Getting Started
Implementing the Hungry Ant Class in CS 61A
🎬

[CS 61A SU26] Ants Problem Getting Started

This video teaches how to implement the Hungry Ant class in Python for the CS 61A Ants problem, covering class inheritance from the Ant class, defining class attributes (name='hungry', implemented=True, food_cost=4, chew_cooldown=3), creating instance attributes...

cs61a
2026-07-20
126
Play How Long Should a Password Be?
Password Length and Security
🧠

How Long Should a Password Be?

Modern password security requires longer passwords because traditional 8-character passwords can be cracked in hours through brute force attacks; passwords should be at least 16 characters long, with 20 characters being ideal, and using multi-word...

askleonotenboom
2026-07-20
257
Play What Actually Powers the AI Tools You Use Every Day?
Understanding AI Hardware Infrastructure: The Critical Role of CPUs and GPUs in AI Operations
🧠

What Actually Powers the AI Tools You Use Every Day?

AI tools require physical hardware infrastructure in data centers, where GPUs handle heavy computation-intensive tasks (like the 'cooking' of model responses) while CPUs manage coordination, routing, and planning across thousands of simultaneous requests. The distinction...

mo-chen
2026-07-20
106
Play When Agents Meet Physical Data: The Other Physics of Agent Harnesses - Dmitry Petrov, DataChain
The Physics of Data Harnesses for Physical AI
🧠

When Agents Meet Physical Data: The Other Physics of Agent Harnesses - Dmitry Petrov, DataChain

When working with physical data like video, sensor logs, and robot telemetry, AI agents face fundamentally different 'physics' than coding or business automation: recompute is expensive, verification requires new inference jobs, and context windows cannot...

aiDotEngineer
2026-07-20
254
Play RIG Azri jump
Animation Principles and Rig Control Selection
🧠

RIG Azri jump

This video demonstrates the 12 principles of animation, specifically focusing on squash and stretch for creating the illusion of weight and volume, while teaching industry-standard practices for selecting and animating only curve controllers in Maya...

BrianSalisburyArt
2026-07-20
340
Play C++ Weekly - Ep 542 - C++26's inplace_vector
C++26's inplace_vector: Stack-Based Vector with constexpr Support
🎬

C++ Weekly - Ep 542 - C++26's inplace_vector

C++26 introduces inplace_vector, a stack-allocated vector that provides vector-like functionality while being constexpr, enabling compile-time evaluation; it supports standard vector operations like push_back, size, capacity, and list initialization, and can throw and catch exceptions at...

cppweekly
2026-07-20
278
Play [CS 61A SU26] Ants Problem Getting Started
Implementing Fire Ant Reflected Damage in CS 61A
🎬

[CS 61A SU26] Ants Problem Getting Started

To implement fire ants in CS 61A, override the reduce_health method to first call the inherited method to reduce the fire ant's own health, then save the place before reducing health (since the ant may...

cs61a
2026-07-20
1K
Play SQL lecture - 16 | SQL CTE | NMD PVT LTD
SQL Window Functions and CTEs for Advanced Querying
🧠

SQL lecture - 16 | SQL CTE | NMD PVT LTD

SQL window functions like LAG and LEAD enable access to previous and next row values within a partition, allowing calculations such as year-wise salary growth by subtracting previous salary from current salary. CTEs (Common Table...

Nmdpvtltd
2026-07-20
102
Play AI Tools
Understanding AI Tools and Machine Learning Fundamentals
🧠

AI Tools

This workshop introduces AI tools and machine learning concepts, explaining that while LLMs like ChatGPT are useful, they suffer from hallucinations and require human verification. The session covers key AI terminology including LLMs (Large Language...

vishalpup
2026-07-20
184
Play Art Plays Wordle For Monday July 20
Strategic Wordle Solving: Pattern Recognition and Elimination
🎬

Art Plays Wordle For Monday July 20

In Wordle, effective solving requires strategic word selection that maximizes information gain, such as choosing words with multiple unique letters to eliminate possibilities efficiently, and recognizing patterns like the 'ER trap' where certain letter combinations...

RisetotheEquation
2026-07-20
839
Play Image Stylisation - Foundations
Image Stylisation - Foundations
🎬

Image Stylisation - Foundations

Image stylization is achieved through image processing filters that manipulate pixel frequencies: low-pass filters (like Gaussian blur) remove high frequencies to create smooth effects, while high-pass filters (like Laplacian) isolate edges by preserving rapid color...

VisualTechArt
2026-07-20
148
Play [CS 61A SU26] Ants Problem Getting Started
Adding Environmental Challenges Through Class Attributes in Object-Oriented Programming
🎬

[CS 61A SU26] Ants Problem Getting Started

In object-oriented programming, class attributes can be used to track environmental compatibility, where subclasses can override default values to define specific behaviors. For example, creating an 'is_waterproof' attribute in an Insect class allows developers to...

cs61a
2026-07-20
568
Play TUG 2026—Sunday, July 19th, Part B
Asymptote 3D Graphics Evolution and V3D Format
🧠

TUG 2026—Sunday, July 19th, Part B

Asymptote, a TeX-based vector graphics system developed by John Bowman and Andy Hammerland starting in 2002, has evolved from 2D to 3D graphics through innovations including Bezier triangle patches, OpenGL/Vulkan rendering, and the new V3D...

TeXUsersGroup
2026-07-20
185
Play HTMX + Go Is All You Need (Next.js Is Overkill)
HTMX + Go: A Lightweight Alternative to React/Next.js for Most Web Applications
🎬

HTMX + Go Is All You Need (Next.js Is Overkill)

For approximately 90% of web applications (forms, tables, buttons over databases), HTMX—a 14KB JavaScript library that extends plain HTML with attributes like hxget and hxpost to make HTTP requests without full page reloads—combined with a...

Cloud-Codes
2026-07-20
267
Play FreeBSD - Using and Configuring a VLAN
VLAN Configuration in FreeBSD
🧠

FreeBSD - Using and Configuring a VLAN

VLANs (Virtual Local Area Networks) provide logical separation of network traffic, allowing machines in the same VLAN to communicate while preventing communication between different VLANs; in FreeBSD, VLANs are configured by creating virtual interfaces (e.g.,...

BSDJedi
2026-07-20
233
Play PicoPCMCIA Update - Mass Storage & More
Shared Memory Architecture for Hardware Emulation
🧠

PicoPCMCIA Update - Mass Storage & More

The PicoPCMCIA project demonstrates how shared memory architecture can replace traditional IO port allocation for hardware emulation, enabling multiple devices (CD-ROM, mouse, USB storage, gamepads) to operate simultaneously without IO address conflicts, achieving significantly faster...

yyzkevin416
2026-07-20
336
Play Code + Coffee + Chat: Learn Go with boot.dev
Go Programming: Error Handling and Data Structures
🧠

Code + Coffee + Chat: Learn Go with boot.dev

This video teaches Go programming concepts including error handling (where functions return errors as values rather than using try-catch blocks), interfaces (which should have minimal methods to reduce complexity), arrays versus slices (arrays are fixed-size...

stevanfreeborn
2026-07-20
139
Play This File Archiver was PWNed
7-Zip Remote Code Execution Vulnerability
🧠

This File Archiver was PWNed

A critical security vulnerability in 7-Zip, one of the most popular archive utilities, allows remote attackers to execute arbitrary code by exploiting a heap overflow when opening specially crafted archive files. This vulnerability, reported by...

EricParker
2026-07-20
8K