Added on July 30, 2025
· 1 min read
Added on July 30, 2025
· 1 min read
Added on July 30, 2025
· 1 min read
Added on July 30, 2025
· 1 min read
Added on July 30, 2025
· 1 min read
Added on July 29, 2025
· 1 min read
Added on July 26, 2025
· 1 min read
Added on July 25, 2025
· · views
Added on July 25, 2025
· 1 min read
Added on July 24, 2025
· · views
Added on July 24, 2025
· 30:59 · 49.4K views
Fireside keynote with Linus Torvalds covering the evolution of the Linux kernel, open-source development practices, and future directions of operating-system engineering.
Added on July 24, 2025
· · views
Added on July 24, 2025
· · views
Added on July 24, 2025
· 8:36 · 105.6K views
Jonathan Blow critiques typical computer-science curricula, proposing alternative course structures and teaching approaches aimed at producing stronger practical programmers.
Added on July 24, 2025
· · views
Added on July 24, 2025
· 133:39 · 26.6K views
Live-coding session in C that modifies and debugs Raylib to extend the Musializer project, covering real-time rendering techniques, event handling, and practical graphics-oriented engineering workflows.
Added on July 24, 2025
· 194:02 · 59.0K views
Walk-through of implementing a classic ray-casting engine in TypeScript, rendering a 3D maze in the browser while explaining projection math and performance considerations.
Added on July 24, 2025
· · views
Added on July 24, 2025
· 91:00 · 8.6K views
Detailed lecture on foundational CUDA performance techniques—memory coalescing, occupancy, and kernel launch parameters—illustrated through hands-on code profiling and optimization steps.
Added on July 24, 2025
· 113:38 · 3.2K views
Live-coded session that implements a bump allocator from scratch, demonstrates eliminating dynamic malloc calls during module initialization, and refactors dependent modules to use the custom allocator.
Added on July 24, 2025
· · views
Added on July 24, 2025
· 130:45 · 2.2K views
Live-coding session that compiles a Zig simulation to WebAssembly, deploys it server-side and hooks it to a browser client, demonstrating build flags, WASM bindings and debugging workflow.
Added on July 24, 2025
· 9:57 · 9.6K views
Step-by-step tutorial showing how to write and use foreign-function interfaces in Gleam to call Erlang and JavaScript code, including syntax, default impls, and platform-specific tips.
Added on July 24, 2025
· · views
Added on July 24, 2025
· · views
Added on July 24, 2025
· · views
Added on July 24, 2025
· · views
Added on July 24, 2025
· · views
Added on July 24, 2025
· 18:15 · 84.5K views
Step-by-step lesson introducing ARM assembly programming—registers, MOV instruction, SWI syscall, compiling, and emulation—providing foundational skills for low-level ARM development.
Added on July 24, 2025
· 22:54 · 238.9K views
Jonathan Blow critiques modern software practices and argues for simpler, more efficient programming models, discussing language and tooling design principles that could redefine future development.
Added on July 24, 2025
· 43:19 · 75.7K views
Andrew Kelley outlines the 2023 roadmap for the Zig programming language, detailing planned language features, compiler back-end work, tooling, and data-oriented design goals for systems-level development.
Added on July 24, 2025
· · views
Added on July 24, 2025
· · views
Added on July 24, 2025
· · views
Added on July 24, 2025
· 62:03 · 1.7M views
Deep dive into the 8-bit game Elite, showing how procedural generation, split-screen 3D, back-face culling and tight 6502 assembly fit a full universe into 22 KB, highlighting graphics techniques and extreme optimization on limited hardware.
Added on July 24, 2025
· 20:04 · 489.3K views
Historical and technical tour of virtual memory—paging, MMUs and TLBs—from the Atlas supercomputer to modern x86/ARM/RISC-V, detailing how hardware and OS cooperate to enable multitasking and locality-driven performance.
Added on July 24, 2025
· · views
Added on July 24, 2025
· 32:35 · 22.4K views
Demonstrates applying constraint satisfaction algorithms to procedural content generation, detailing algorithmic concepts and code examples for maps, plants, and textures.
Added on July 24, 2025
· 8:31 · 17.2K views
Technical deep dive into DragonflyDB’s architecture, concurrency model, memory layout, and trade-offs that enable >6 M ops/sec in a Redis-compatible distributed datastore.
Added on July 24, 2025
· 302:09 · 723.6K views
Live coding session where George Hotz designs and trains a simple neural-network chess engine, examining model architecture, training loop, and gameplay integration.
Added on July 24, 2025
· 72:33 · 229.7K views
Explores how undefined behavior in C enables aggressive compiler optimizations, illustrating subtle performance-related bugs and best practices for writing safe, fast code.
Added on July 24, 2025
· · views
Added on July 24, 2025
· 19:48 · 231.3K views
Step-by-step project that assembles fundamental digital components into a functioning minimalist CPU, explaining instruction decoding, control signals and integration of prior ALU and memory modules.
Added on July 24, 2025
· 40:41 · 2.5K views
Conference talk distilling principles and practices for designing, operating and evolving large-scale, failure-tolerant software systems, with emphasis on complexity, change management and reliability patterns.
Added on July 24, 2025
· 157:51 · 1.4K views
Live coding session that builds a WebAssembly software renderer from scratch, adding stb_image loading, alpha blending and rotation logic to texture-map a rectangle while profiling code size.
Added on July 24, 2025
· 18:08 · 8.9K views
Walk-through comparing array-oriented languages APL, BQN and Uiua by re-implementing and refactoring the standard-deviation algorithm, highlighting language semantics, combinators and idiomatic coding patterns.
Added on July 24, 2025
· · views
Added on July 24, 2025
· 34:59 · 16.7K views
Practical talk on parallel programming that outlines why naïve multithreading can degrade performance and details debugging techniques, cache effects, and CPU utilization strategies for writing efficient concurrent code.
Added on July 24, 2025
· · views
Added on July 24, 2025
· 30:12 · 102.2K views
Casey Muratori analyzes smart-pointers, RAII, Rust’s borrow checker, and zero-initialization, advocating alternative memory-handling and error-handling patterns that foster clearer program design and mental models.
Added on July 24, 2025
· 39:58 · 43.0K views
Fireside-style discussion with a former Stripe applied-AI engineer about the technical evolution of GPT-3/4 and other generative language models, and the broader ethical, workforce, and AGI implications of such transformer-based systems.
Added on July 24, 2025
· 83:07 · 22.1K views
Simon Peyton Jones discusses small-core language design in Haskell and the new Verse language, delving into functional-logic programming concepts and their educational implications.
Added on July 24, 2025
· 13:50 · 12.2K views
Jonathan Blow outlines the design philosophy, type system, and compilation goals of his Jai programming language, offering insights into modern language design trade-offs.
Added on July 24, 2025
· · views
Added on July 24, 2025
· 121:08 · 22.4K views
Jonathan Blow’s talk “The Gauntlet” critiques contemporary software practices and outlines design principles and language-level features (drawn from his Jai work) aimed at more robust, maintainable systems.
Added on July 24, 2025
· 62:45 · 9.5K views
Walk-through of refactoring LearnOpenGL’s font-rendering sample—profiling GPU/CPU bottlenecks, redesigning glyph batching, and achieving a 10× frame-rate improvement.
Added on July 24, 2025
· · views
Added on July 24, 2025
· 16:16 · 75.3K views
A guided derivation and proof-oriented explanation of A* search and related path-finding algorithms used in mapping applications, emphasizing optimality and heuristic design.
Added on July 24, 2025
· 170:14 · 322.9K views
A case study demonstrating how refactoring large, complex codebases into simpler designs can yield order-of-magnitude speedups, with detailed profiling and optimization techniques.
Added on July 24, 2025
· 39:02 · 15.6K views
A practitioner talk on adopting the Zig programming language in real-world production environments, covering build system details, tooling, deployment lessons, and low-level systems considerations.
Added on July 24, 2025
· 27:01 · 27.9K views
Technical lecture showing how to accelerate text parsing by leveraging SIMD instructions, delving into low-level CPU mechanics, data alignment, and practical code optimization strategies.
Added on July 24, 2025
· · views
Added on July 24, 2025
· 48:27 · 16.5K views
Conference talk introducing data-oriented programming in Java 21, outlining its four core principles and showing how records, sealed classes, and pattern matching enable immutable, validated, and ad-hoc polymorphic data modeling compared to traditional OOP.
Added on July 24, 2025
· 39:39 · 42.4K views
A detailed tutorial that walks through binary loading, stack and heap operation, and the exact in-memory layout of Rust primitives, structs, enums, and smart pointers—illustrating how the Rust compiler represents and optimizes each data type.
Added on July 24, 2025
· 18:23 · 327.5K views
An educational deep-dive into the source coding theorem, entropy, arithmetic coding, and asymmetric numeral systems, illustrating how these information-theoretic ideas can dramatically reduce image file sizes.
Added on July 24, 2025
· · views
Added on July 24, 2025
· 110:14 · 139.2K views
Chandler Carruth explains how modern C++ compilers perform optimization passes, inlining, and code generation, helping developers write code that the optimizer can better transform into efficient machine instructions.
Added on July 24, 2025
· · views
Added on July 24, 2025
· 59:44 · 185.2K views
CppCon talk illustrating how cache hierarchies, branch prediction, alignment, and SIMD influence C++ performance and providing guidelines for writing hardware-conscious, high-speed code.
Added on July 24, 2025
· 30:54 · 10.7K views
Demonstrates building and training a single-layer neural network entirely in x86-64 assembly language, covering forward pass, MSE loss, back-propagation, and low-level numeric routines.
Added on July 24, 2025
· 136:40 · 87.5K views
A wide-ranging interview with Casey Muratori focusing on lessons learned from decades of writing highly optimized code and cultivating a performance-aware programming mindset.
Added on July 24, 2025
· · views
Added on July 24, 2025
· · views
Added on July 24, 2025
· 12:45 · 126.1K views
Introduces an early, concrete application of category theory via algebraic topology, illustrating how categorical constructs map to homotopy concepts within topological spaces.
Added on July 24, 2025
· 20:18 · 635.9K views
Explains the mechanics and trade-offs of modern generative models, contrasting autoregressive transformer pipelines with denoising diffusion processes and detailing why diffusion excels at image generation while transformers dominate text.
Added on July 24, 2025
· · views
Added on July 24, 2025
· 10:43 · 109.5K views
Practical C++ demonstration of how cache locality and branch prediction affect real-world runtime, showcasing code patterns and optimizations to exploit modern CPU behaviour for faster programs.
Added on July 24, 2025
· · views
Added on July 24, 2025
· · views
Added on July 24, 2025
· 46:22 · 118.5K views
François Chollet’s AGI-24 keynote critiques current LLM capabilities, uses ARC benchmark results to expose compositional reasoning gaps, and proposes integrating transformer models with program-synthesis to achieve more abstract, generalizable language intelligence.
Added on July 24, 2025
· 30:26 · 3.4K views
Daily livestream coding session that incrementally implements core kernel functionality—memory management, drivers, and boot code—while explaining practical OS development techniques from scratch.
Added on July 24, 2025
· 52:01 · 55.6K views
Stephen Wolfram’s keynote explores the broad “computational paradigm” as a unifying lens across physics, technology, AI, biology and mathematics—an ideas-driven talk without focused technical implementation details.
Added on July 24, 2025
· 11:01 · 69.4K views
Survey-style overview of several famous open mathematical conjectures related to calculus and analysis, outlining what is known and why they remain unsolved.
Added on July 24, 2025
· 83:09 · 2.1K views
A live coding / debugging session with the TigerBeetle team that digs into tracing, measurement and architectural choices to diagnose the latency bottlenecks inside their distributed financial-ledger database.
Added on July 24, 2025
· 24:40 · 2.9K views
RustConf 2024 talk demonstrating how developers can leverage Rust’s compiler diagnostics, type system, and tooling to iteratively write correct, idiomatic code—serving as a practical tutorial in compiler-driven development.
Added on July 24, 2025
· 203:23 · 9.6K views
Long-form industry analysis show covering semiconductor manufacturing roadmaps, AMD’s 2 nm “Venice” chiplets, yield calculations, HBM4, CHIPS Act developments, and organizational changes at Intel and Nvidia—providing practitioners with deep context on cutting-edge processor and foundry hardware.
Added on July 24, 2025
· 126:52 · 55.4K views
Terry A. Davis live-codes and explains portions of the TempleOS compiler and associated OS internals, providing firsthand systems-programming insight into a home-built operating system and its compilation pipeline.
Added on July 24, 2025
· 18:18 · 67.6K views
Walk-through of why GPU programming lacks the portability and toolchain simplicity enjoyed by CPUs, covering driver fragmentation, vendor-specific shading languages, compiler issues, market forces, and how regulations could move the ecosystem toward more standardized graphics APIs.
Added on July 24, 2025
· 26:14 · 30.5K views
An example-driven primer on categorical limits, building from sets and vector spaces to equalisers, fibre products, cones, and universal properties, aimed at newcomers to abstract category theory.
Added on July 24, 2025
· 25:26 · 626 views
The first lecture in a sheaf-theory series, defining presheaf stalks, sheafification, and exactness concepts such as kernels and images within a categorical framework.
Added on July 24, 2025
· 44:23 · 935.2K views
Provides a rapid, physics-motivated introduction to geometric algebra, covering multivectors, grades, geometric products, and rotors as an extension of linear-algebraic concepts.
Added on July 24, 2025
· 76:05 · 1.4K views
Live demonstration of the Lean interactive theorem prover, showing how formal logic rules are encoded, manipulated, and verified, and discussing its role in mathematical research and future software tooling.
Added on July 24, 2025
· 17:57 · 201.6K views
Explains the P vs NP problem by reducing arbitrary algorithms to SAT circuits, illustrating NP-completeness, reversibility, and implications for cryptography.
Added on July 24, 2025
· 1 min read
Added on July 23, 2025
· 1 min read
Added on July 22, 2025
· 12:39 · 751.0K views
Clear, in-depth explanation of B-trees, a fundamental data structure used in databases and file systems.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 124:25 · 32.1K views
In-depth discussion with two language designers on compiler construction and programming-language paradigms—relevant, expert-level content.
Added on July 22, 2025
· 23:54 · 147.7K views
Clear technical explanation of the groundbreaking MIP*=RE complexity-theory result—valuable foundational content for theoretical computer scientists.
Added on July 22, 2025
· 92:51 · 3.7K views
Lecture on CUDA fundamental optimizations provides specialized technical guidance for high-performance GPU computing.
Added on July 22, 2025
· 47:46 · 53.6K views
Conference keynote by Zig creator Andrew Kelley on lowering barriers to systems programming is directly relevant to professional development in low-level software.
Added on July 22, 2025
· 14:22 · 131.3K views
Discussion clip where Jonathan Blow outlines principles for operating-system design offers conceptual insights relevant to systems programmers.
Added on July 22, 2025
· 39:38 · 10.6K views
Step-by-step series on writing a compiler and interpreter in Rust is a valuable, in-depth educational resource on compiler construction.
Added on July 22, 2025
· 119:25 · 54.6K views
Live-coding session showing how to port code from Zig to the experimental Jai language provides practical insight into systems-level programming and language design.
Added on July 22, 2025
· 21:06 · 18.8K views
Technical presentation of the rope data structure with code overview, useful for efficient string manipulation knowledge.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 16:57 · 539.0K views
Clear explanation of how memory storage works at the transistor level, valuable for understanding computer architecture fundamentals.
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 25:13 · 8.2K views
Sasha Rush delivers practical estimation techniques for Transformer/LLM models, beneficial for ML researchers and practitioners.
Added on July 22, 2025
· 57:20 · 14.0K views
Technical presentation explaining Zig’s build system (build.zig) to C++ engineers; practical content for build and tooling specialists.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 8:24 · 22.8K views
Provides a detailed walkthrough of the Zig 0.13 release notes, covering compiler, std-lib and build-system changes—useful for programmers using or evaluating Zig.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 61:21 · 7.2K views
In-depth discussion on designing a programming language around its AST, covering type systems, effects, and implementation details—valuable for language and compiler enthusiasts.
Added on July 22, 2025
· 22:30 · 287.1K views
Explains the algorithmic technique of dynamic programming and is relevant for software engineers preparing for technical interviews or improving algorithmic skills.
Added on July 22, 2025
· 86:27 · 12.7K views
Conference talk previewing upcoming C++26 language features—directly relevant technical content for software engineers.
Added on July 22, 2025
· 107:49 · 75.8K views
In-depth talk on arena allocators and lifetime management, offering practical memory-management strategies for systems programmers.
Added on July 22, 2025
· 60:46 · 251.1K views
CppCon lecture presenting data-oriented design versus OOP with concrete performance case studies—highly relevant to C++ practitioners.
Added on July 22, 2025
· 37:40 · 21.6K views
Conference talk by a well-known expert examining lesser-known Java behaviors and pitfalls—valuable for practicing developers.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 57:46 · 241.8K views
CppCon lecture systematically covering all 105 STL algorithms, a high-value educational resource for C++ developers.
Added on July 22, 2025
· 10:03 · 368.0K views
Explains a remote-code-execution exploit and provides source code, offering valuable security and reverse-engineering insights.
Added on July 22, 2025
· 160:29 · 5.2K views
Long-form technical interview with the creator of the C3 programming language covering language design and the speaker’s engineering career.
Added on July 22, 2025
· 34:06 · 5.6K views
Conference talk detailing a novel fast linking approach for the Roc language, directly relevant to compilers/linkers and build performance.
Added on July 22, 2025
· 60:07 · 307.6K views
CppCon conference talk delivering in-depth techniques for ultra-low-latency C++ systems, directly relevant to performance-critical software engineering.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 22:42 · 1.5M views
High-quality educational lecture on how transformers store factual information, directly relevant to AI interpretability.
Added on July 22, 2025
· 59:23 · 89.7K views
Provides an in-depth mathematical explanation of tensors, suitable for learners of linear algebra and theoretical physics.
Added on July 22, 2025
· 24:47 · 145 views
Technical summary of a current arXiv paper on large-scale model merging, providing up-to-date insights for ML practitioners.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 75:14 · 95.6K views
Bartosz Milewski provides an intensive introduction to category theory with programming examples, fitting both educational and theoretical criteria.
Added on July 22, 2025
· 63:14 · 71.0K views
Conference-style talk by Erik Meijer connecting category theory to interface-based design and Java 8 lambdas; valuable for programmers interested in theoretical underpinnings.
Added on July 22, 2025
· 39:27 · 35.0K views
Interview with the Zig language creator discussing compiler-integrated linting and tooling—practical insights for language and tooling enthusiasts.
Added on July 22, 2025
· 41:40 · 68.7K views
Philip Wadler’s lecture introduces category theory concepts for programmers, bridging mathematics and software development.
Added on July 22, 2025
· 59:42 · 36.7K views
CppCon talk focused on everyday performance techniques in modern C++, directly useful for software engineers concerned with optimization.
Added on July 22, 2025
· 19:24 · 21.1K views
Technical presentation linking Rust’s type system with type theory and proof techniques, valuable for language theorists and systems programmers.
Added on July 22, 2025
· 41:35 · 8.0K views
Academic talk from the Simons Institute presenting a unified framework for efficient linear layers in Transformers—highly relevant to deep-learning researchers and practitioners.
Added on July 22, 2025
· 47:55 · 15.1K views
Technical presentation on building a type system from scratch, relevant to language and compiler enthusiasts.
Added on July 22, 2025
· 50:52 · 96.2K views
Conference talk by Philip Wadler connecting category theory to programming; foundational material for programmers interested in type theory.
Added on July 22, 2025
· 112:46 · 127.3K views
Extended, in-depth interview with AI researcher Joscha Bach covering advanced AI architectures, cognition, and regulatory issues—valuable for AI and cognitive science audiences.
Added on July 22, 2025
· 68:59 · 19.6K views
Stanford CS 229S lecture on large-scale inference math and AI megaclusters—direct, advanced technical content useful to ML researchers and engineers.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 54:23 · 107.2K views
Panel discussion with leading scientists on how AI accelerates scientific discovery; offers strategic and technical perspectives on AI applications in research.
Added on July 22, 2025
· 25:16 · 14.9K views
Keynote outlining the technical and organizational roadmap of the Rust language—important insight for systems programmers and language researchers.
Added on July 22, 2025
· 105:37 · 28.0K views
In-depth lecture by AI researcher Joscha Bach on philosophical and cognitive aspects of AI, valuable for understanding conceptual foundations and ethics.
Added on July 22, 2025
· 70:34 · 1.0K views
Academic tutorial on computational models of visual attention with hands-on MATLAB code; directly relevant for researchers in computational neuroscience and AI.
Added on July 22, 2025
· 96:54 · 71.8K views
Added on July 22, 2025
· 66:12 · 15.4K views
Added on July 22, 2025
· 61:07 · 38.7K views
Added on July 22, 2025
· 20:28 · 7.7K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 46:24 · 30.1K views
Added on July 22, 2025
· 88:00 · 6.3K views
Added on July 22, 2025
· 68:49 · 14.5K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 46:44 · 16.3K views
Added on July 22, 2025
· 27:41 · 3.4K views
Added on July 22, 2025
· 27:37 · 5.2K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 22:06 · 54.0K views
Added on July 22, 2025
· 25:49 · 43.2K views
Added on July 22, 2025
· 29:05 · 191.9K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 140:44 · 100.1K views
Although recorded as a live Twitch stream, it is a hands-on coding session on low-level TCP/network programming with references to code and technical articles, providing educational value.
Added on July 22, 2025
· 31:38 · 5.6K views
Added on July 22, 2025
· 19:24 · 36.4K views
Added on July 22, 2025
· 41:28 · 3.4K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 28:49 · 4.0K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 75:45 · 170.9K views
Added on July 22, 2025
· 66:39 · 132.3K views
Added on July 22, 2025
· 32:55 · 283.1K views
Added on July 22, 2025
· 12:19 · 6.4K views
Added on July 22, 2025
· 60:04 · 6.4K views
Conversation with an engineer about designing a functional UI framework in OCaml, covering architecture decisions and related tooling—fits technical-educational scope.
Added on July 22, 2025
· 87:34 · 8.3K views
Added on July 22, 2025
· 13:19 · 61.6K views
Added on July 22, 2025
· 22:24 · 68.9K views
Added on July 22, 2025
· 73:45 · 9.5K views
Added on July 22, 2025
· 14:28 · 79.7K views
Added on July 22, 2025
· 228:10 · 27.3K views
Extended Q&A by a respected Rust educator covering numerous technical questions, development practices, and career advice—useful educational resource.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 35:19 · 392.3K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 16:09 · 1.2M views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 45:27 · 27.6K views
Added on July 22, 2025
· 16:50 · 62.2K views
Added on July 22, 2025
· 18:32 · 1.4M views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 86:47 · 85.8K views
Added on July 22, 2025
· 28:05 · 28.1K views
Added on July 22, 2025
· 13:53 · 120.5K views
Added on July 22, 2025
· 11:50 · 251.2K views
Added on July 22, 2025
· 166:59 · 24.3K views
Added on July 22, 2025
· 51:49 · 101.0K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 87:21 · 10.6K views
Added on July 22, 2025
· 42:32 · 1.8M views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 64:53 · 75.5K views
Added on July 22, 2025
· 55:58 · 38.9K views
Added on July 22, 2025
· 15:55 · 883.3K views
Added on July 22, 2025
· 184:30 · 101.4K views
Long-form discussion with Jonathan Blow focused on the design and status of the Jai programming language—valuable insight into language design and game-engine tooling.
Added on July 22, 2025
· 60:53 · 6.4K views
Added on July 22, 2025
· 34:40 · 212.7K views
Added on July 22, 2025
· 58:16 · 223.3K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 18:36 · 3.8M views
Added on July 22, 2025
· 63:21 · 175.2K views
Added on July 22, 2025
· 29:45 · 20.6K views
Added on July 22, 2025
· 18:20 · 26.5K views
Added on July 22, 2025
· 27:16 · 28.4K views
Added on July 22, 2025
· 49:54 · 8.3K views
Added on July 22, 2025
· 63:41 · 146.2K views
Added on July 22, 2025
· 25:04 · 46.9K views
Added on July 22, 2025
· 26:52 · 455.5K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 37:47 · 3.9K views
Added on July 22, 2025
· 14:31 · 50.6K views
Added on July 22, 2025
· 36:46 · 6.4K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 19:55 · 4.3M views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 7:53 · 28.2K views
Added on July 22, 2025
· 59:44 · 256.8K views
Added on July 22, 2025
· 27:10 · 78.4K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 28:33 · 2.8M views
Added on July 22, 2025
· 34:53 · 105.6K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 18:10 · 134.8K views
Focuses on techniques for high-performance C++ code, aligning with software optimization and best practices.
Added on July 22, 2025
· 108:19 · 16.0K views
Added on July 22, 2025
· 40:33 · 87.9K views
Added on July 22, 2025
· 53:45 · 126.2K views
Added on July 22, 2025
· 51:26 · 14.8K views
Added on July 22, 2025
· 69:05 · 17.1K views
Added on July 22, 2025
· 67:02 · 25.3K views
Added on July 22, 2025
· 22:07 · 628.0K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 173:25 · 23.7K views
Added on July 22, 2025
· 21:14 · 48.8K views
Added on July 22, 2025
· 133:10 · 6.6K views
Added on July 22, 2025
· 20:50 · 18.0K views
Added on July 22, 2025
· 48:25 · 800.5K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 98:49 · 42.5K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 141:04 · 12.4K views
Added on July 22, 2025
· 18:09 · 680.7K views
In-depth analysis of a transformer variant (DeepSeek MLA) covering architecture, performance, and equations—highly relevant deep-learning material.
Added on July 22, 2025
· 13:00 · 12.1K views
Added on July 22, 2025
· 42:48 · 21.8K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 39:42 · 2.9K views
Added on July 22, 2025
· 10:52 · 154.2K views
Added on July 22, 2025
· 10:31 · 64.6K views
Added on July 22, 2025
· 9:18 · 13.2K views
Detailed code walk-through of a game engine in x64 assembly provides valuable low-level programming insight.
Added on July 22, 2025
· 19:51 · 407.6K views
Clear, well-structured explanation of zero-knowledge proofs with examples—solid educational cryptography content.
Added on July 22, 2025
· 252:10 · 32.1K views
Added on July 22, 2025
· 61:16 · 99.9K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 23:00 · 2.9K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 56:23 · 117.5K views
Added on July 22, 2025
· 61:48 · 11.3K views
Added on July 22, 2025
· 90:46 · 1.6K views
Added on July 22, 2025
· 105:39 · 331.5K views
Added on July 22, 2025
· 51:12 · 494.4K views
Added on July 22, 2025
· 19:16 · 149.4K views
Added on July 22, 2025
· 23:01 · 376 views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 21:31 · 16.0K views
Added on July 22, 2025
· 52:51 · 274 views
Added on July 22, 2025
· 29:59 · 20.5K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 43:28 · 135.6K views
Added on July 22, 2025
· 36:21 · 30.4K views
Added on July 22, 2025
· 32:51 · 4.5K views
Added on July 22, 2025
· 11:47 · 872.6K views
Added on July 22, 2025
· 59:25 · 1.9K views
Added on July 22, 2025
· 55:56 · 25.2K views
Conference talk that surveys historical and emerging trends in programming languages, providing contextual and educational value for software engineers.
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 40:05 · 8.7K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 19:36 · 182.1K views
Added on July 22, 2025
· 64:50 · 16.6K views
Added on July 22, 2025
· 89:06 · 49.9K views
Added on July 22, 2025
· 84:07 · 29.0K views
Added on July 22, 2025
· 66:43 · 49.2K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 84:57 · 29.3K views
Added on July 22, 2025
· 94:22 · 7.5K views
Added on July 22, 2025
· 45:46 · 5.4K views
Added on July 22, 2025
· 42:43 · 136.7K views
Added on July 22, 2025
· 75:49 · 312.5K views
Long-form interview with Mark Zuckerberg discussing Llama 4, productivity gains from AI coding tools, and broader AGI implications—useful insight for AI/ML practitioners and researchers.
Added on July 22, 2025
· 36:54 · 1.9M views
Added on July 22, 2025
· 11:01 · 63.2K views
Concise technical analysis of a forthcoming ARMv9 CPU, covering micro-architectural features, packaging, and compiler strategy—highly relevant to computer-architecture enthusiasts.
Added on July 22, 2025
· 10:19 · 360.6K views
Added on July 22, 2025
· 30:30 · 32.9K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 56:26 · 14.6K views
Added on July 22, 2025
· 18:29 · 5.9K views
Added on July 22, 2025
· 67:54 · 8.6K views
Added on July 22, 2025
· 87:38 · 15.5K views
Added on July 22, 2025
· 133:11 · 3.1K views
Added on July 22, 2025
· 38:04 · 4.3K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 34:38 · 68.4K views
Added on July 22, 2025
· 61:56 · 18.9K views
Added on July 22, 2025
· 79:58 · 137.6K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 154:23 · 4.1K views
Added on July 22, 2025
· 147:14 · 2.2K views
Despite the informal Twitch-stream format, the content is a hands-on walkthrough of PCB design/fabrication, a valuable technical skill for hardware/embedded engineers.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 60:51 · 12.3K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 27:03 · 3.0K views
Added on July 22, 2025
· 31:44 · 46.1K views
Added on July 22, 2025
· 11:33 · 50.7K views
Added on July 22, 2025
· 37:40 · 64.3K views
Added on July 22, 2025
· 11:40 · 71.7K views
Added on July 22, 2025
· 116:32 · 9.6K views
Added on July 22, 2025
· 72:35 · 16.1K views
Added on July 22, 2025
· 129:04 · 10.6K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 11:13 · 5.1M views
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 11:57 · 10.1K views
Added on July 22, 2025
· 41:15 · 320.7K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 59:48 · 118.8K views
Added on July 22, 2025
· 23:16 · 18.5K views
Added on July 22, 2025
· 15:06 · 772.1K views
Added on July 22, 2025
· 32:05 · 28.2K views
Added on July 22, 2025
· 63:00 · 26.2K views
In-depth technical walkthrough of Transformer architecture by an AI researcher, directly aligned with deep-learning educational content.
Added on July 22, 2025
· 38:11 · 49.4K views
Added on July 22, 2025
· 34:48 · 1.2M views
Added on July 22, 2025
· 13:25 · 24.6K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 114:16 · 250.0K views
Added on July 22, 2025
· 26:23 · 276.5K views
Added on July 22, 2025
· 19:31 · 148.1K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 11:16 · 110.8K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 28:28 · 940.4K views
Added on July 22, 2025
· 41:14 · 25.8K views
Added on July 22, 2025
· 6:01 · 40.9K views
Added on July 22, 2025
· 23:39 · 133.5K views
Comprehensive tutorial explaining Nix package manager, deterministic builds, and related tooling, valuable for devops and reproducible development.
Added on July 22, 2025
· 23:21 · 37.7K views
Added on July 22, 2025
· 194:34 · 1.1M views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 121:07 · 12.5K views
Added on July 22, 2025
· 52:28 · 27.7K views
Added on July 22, 2025
· 61:04 · 29.8K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 31:11 · 124.6K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 37:43 · 35.6K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 75:45 · 296.3K views
Added on July 22, 2025
· 146:03 · 24.6K views
Added on July 22, 2025
· 23:33 · 88.7K views
Added on July 22, 2025
· 31:11 · 14.5K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 41:42 · 2.2K views
Added on July 22, 2025
· 24:23 · 56.6K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 47:52 · 2.3M views
Added on July 22, 2025
· 31:52 · 3.3K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 28:20 · 320 views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 74:48 · 1.6K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 9:58 · 65.0K views
Added on July 22, 2025
· 58:52 · 6.1K views
Added on July 22, 2025
· 28:10 · 4.5K views
Added on July 22, 2025
· 53:06 · 27.1K views
Added on July 22, 2025
· 59:11 · 98.0K views
Added on July 22, 2025
· 95:36 · 399 views
Conference talk presenting advanced C++ design techniques for declarative programming, directly relevant to professional software development.
Added on July 22, 2025
· 78:13 · 7.6K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 62:17 · 214.2K views
Added on July 22, 2025
· 173:59 · 10.6K views
Added on July 22, 2025
· 109:02 · 7.8K views
University lecture by cognitive scientist Joscha Bach examining AI architecture and machine consciousness; fits educational and technical focus on cognition and AI philosophy.
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 39:23 · 75.5K views
Added on July 22, 2025
· 46:57 · 13.7K views
Added on July 22, 2025
· 62:36 · 4.3K views
Added on July 22, 2025
· 73:00 · 100.9K views
Added on July 22, 2025
· 21:37 · 64.4K views
Added on July 22, 2025
· 40:14 · 27.9K views
Added on July 22, 2025
· 43:25 · 1.4K views
Added on July 22, 2025
· 50:14 · 17.5K views
Added on July 22, 2025
· 34:01 · 2.8K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 54:25 · 1.2K views
Added on July 22, 2025
· 8:15 · 25.6K views
Clear technical explanation of FPGA architecture and its use in low-latency HFT systems, fitting the hardware and systems design focus.
Added on July 22, 2025
· 94:57 · 12.4K views
Added on July 22, 2025
· 69:29 · 1.0K views
Added on July 22, 2025
· 54:34 · 16.5K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 44:14 · 14.4K views
Added on July 22, 2025
· 70:36 · 79.3K views
Added on July 22, 2025
· 40:43 · 16.5K views
Added on July 22, 2025
· 17:13 · 23.7K views
Added on July 22, 2025
· 82:51 · 18.0K views
Added on July 22, 2025
· 36:14 · 311.7K views
Added on July 22, 2025
· 22:01 · 729.5K views
Added on July 22, 2025
· 16:58 · 170.4K views
Added on July 22, 2025
· 18:57 · 3.6M views
Added on July 22, 2025
· 13:32 · 19.0K views
Added on July 22, 2025
· 34:34 · 91.1K views
Added on July 22, 2025
· 147:33 · 271.0K views
Added on July 22, 2025
· 23:42 · 417.0K views
Added on July 22, 2025
· 8:42 · 26.0K views
Added on July 22, 2025
· 23:57 · 61.7K views
Added on July 22, 2025
· 180:21 · 5.6M views
Added on July 22, 2025
· 47:51 · 14.6K views
In-depth review of a recent research paper on Energy-Based Transformers, offering technical insights into advanced deep-learning architectures.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 27:14 · 2.1M views
Added on July 22, 2025
· 67:08 · 26.8K views
Conference talk detailing techniques for parallelizing a physics solver; highly relevant to concurrency and performance optimization in software engineering.
Added on July 22, 2025
· 14:44 · 523.9K views
Added on July 22, 2025
· 29:08 · 1.1K views
Added on July 22, 2025
· 68:23 · 24.0K views
Added on July 22, 2025
· 54:16 · 15.1K views
Added on July 22, 2025
· 130:52 · 3.7K views
Added on July 22, 2025
· 58:06 · 2.1K views
Walk-through of the full text-rendering pipeline, showing how Unicode code points are mapped by shaping engines and font tables into the glyph bitmaps that appear on screen.
Added on July 22, 2025
· 195:51 · 1.7M views
Guido van Rossum discusses CPython internals, the GIL, type-hinting, and forthcoming language and performance changes shaping Python’s future.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 50:48 · 97.0K views
AWS chalk-talk on designing microservice systems with event-driven architectures and cloud messaging to decouple and scale enterprise workloads.
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 21:01 · 126.5K views
Visual, high-level explanation of scaled dot-product attention and why it enables large language models to capture long-range dependencies.
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 54:43 · 1.2M views
Historical deep-dive into the MP944 F-14 Central Air Data Computer and its claim as the first microprocessor, including architecture and programming model.
Added on July 22, 2025
· 31:17 · 1.0M views
Explains how CPUs implement hardware timers, covering divider chains, counter registers, interrupts, and their use in precise timing control.
Added on July 22, 2025
· 36:55 · 2.0M views
Andrew Ng outlines current AI trends, enterprise adoption patterns, and startup opportunities with an emphasis on data-centric supervised learning.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 105:56 · 479.7K views
Donald Knuth reflects on algorithmic analysis, computational complexity, and insights from The Art of Computer Programming.
Added on July 22, 2025
· 58:01 · 38.7K views
Tutorial distills LLM behavior into five key formulas—perplexity, attention, GEMM efficiency, scaling laws, and RASP reasoning.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 33:28 · 2.1M views
Comprehensive survey of quantum computing principles, algorithms, physical qubit implementations, and engineering challenges in the field.
Added on July 22, 2025
· 88:22 · 2.2M views
Introduces the quantum computing model to computer scientists, deriving qubits, gates, and Deutsch’s algorithm using linear-algebra formalisms.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 59:01 · 8.1K views
Presents the Assembly Hypothesis—a rigorous mathematical model for emergent learning and computation in cortical neural assemblies.
Added on July 22, 2025
· 71:40 · 874.4K views
Andrej Karpathy kicks off Stanford CS25 with a primer on Transformer architecture, its history, and cross-domain applications.
Added on July 22, 2025
· 31:14 · 4.0M views
3Blue1Brown visually proves and contextualizes the Central Limit Theorem and its importance in probability and data analysis.
Added on July 22, 2025
· 31:48 · 1.7M views
Animated overview of the Standard Model, explaining fundamental particles, forces, symmetries, and open questions in modern particle physics.
Added on July 22, 2025
· 21:52 · 440 views
Master’s thesis defense video with insufficient publicly available detail to assign a precise technical category.
Added on July 22, 2025
· 56:26 · 5.5K views
Research talk on Dense Associative Memory networks, exploring high-capacity energy-based models for pattern storage and retrieval.
Added on July 22, 2025
· 9:15 · 13.1K views
Clarifies entropy as a measure of information—not disorder—linking thermodynamic and Shannon definitions via microstate counting.
Added on July 22, 2025
· 84:07 · 492.9K views
Stephen Wolfram discusses his computational approach to the second law of thermodynamics, entropy growth, and implications for AI governance.
Added on July 22, 2025
· 59:05 · 3.9K views
Talk explores reciprocal advances between neuroscience and AI, highlighting how brain insights inform interpretable machine-learning models.
Added on July 22, 2025
· 60:42 · 2.7K views
Google DeepMind’s Douglas Eck surveys state-of-the-art generative AI systems for music, video, and images, detailing model architectures and datasets.
Added on July 22, 2025
· 60:06 · 1.1K views
Seminar proves the self-regularizing sparsity of nonparametric MLEs for mixture models, yielding logarithmic bounds on component count.
Added on July 22, 2025
· 140:15 · 344.4K views
Wide-ranging conversation with Po-Shen Loh about competitive mathematics, combinatorics, and effective strategies for learning and teaching math.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 75:04 · 694.6K views
Live coding stream showing workflow, tooling, and patch submission process for Linux kernel maintenance and security back-porting.
Added on July 22, 2025
· 16:24 · 140.5K views
Technical overview of memristor technology and its role in power-efficient analog in-memory computing for AI accelerators.
Added on July 22, 2025
· 21:43 · 3.6M views
Recreates Feynman’s geometric proof of Keplerian orbits, demonstrating why planetary motion forms ellipses using elementary mechanics.
Added on July 22, 2025
· 120:34 · 2.8M views
Feature-length documentary exposing the production pipeline, tools, and design decisions behind Naughty Dog’s The Last of Us Part II.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 18:03 · 187.2K views
Explores why linear algebra underpins diverse scientific computations, illustrating its unifying power across optimization and physics.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 13:00 · 1.7M views
Explains how DeepMind’s AlphaTensor discovered record-breaking tensor-decomposition algorithms that speed up matrix multiplication.
Added on July 22, 2025
· 72:30 · 180.4K views
Jeff Dean reviews recent algorithmic and hardware advances enabling Gemini-class multimodal LLMs and highlights scientific applications.
Added on July 22, 2025
· 50:03 · 47.5K views
Paper walk-through of V-JEPA, detailing a predictive video representation model trained without labels for downstream vision tasks.
Added on July 22, 2025
· 133:34 · 860.3K views
Andrej Karpathy codes a GPT Byte-Pair-Encoding tokenizer from scratch, dissecting Unicode handling and frequency-based merges.
Added on July 22, 2025
· 17:06 · 100.2K views
Concise primer on LoRA and QLoRA, showing how low-rank adapters enable parameter-efficient fine-tuning of Transformer models under quantization.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 15:10 · 5.1M views
Visual geometric interpretation of Bayes’ theorem, illustrating belief updates and prior-posterior relationships in probabilistic inference.
Added on July 22, 2025
· 31:53 · 20.6K views
Keynote analyzes the limits of Moore’s Law scaling and advocates mixed-signal and ADC-centric approaches for power-efficient RF/digital design.
Added on July 22, 2025
· 10:50 · 10.1K views
Step-by-step visual and PyTorch implementation of the Transformer—covering self-attention, positional encoding, and multi-head mechanisms.
Added on July 22, 2025
· 19:56 · 1.2M views
Engineering overview of ITER, detailing magnetic confinement, cryogenics, vacuum vessel construction, and the challenges of large-scale fusion reactors.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 60:35 · 1.3M views
Introductory Stanford lecture surveys brain anatomy, neuronal signaling, and pharmacology, setting foundations for understanding human cognition.
Added on July 22, 2025
· 19:22 · 987.6K views
Demonstrates how consistent heuristics transform Dijkstra into the A* algorithm, with proofs, implementation tips, and geographic path-finding demos.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 71:45 · 23.3K views
Deep technical interview on Groq’s Language Processing Unit architecture—single-cycle SIMD fabric, compiler stack, and network scaling versus GPUs.
Added on July 22, 2025
· 51:15 · 477.1K views
Talk uses geometric algebra to show why no unique general vector-vector product exists in 3-D, highlighting dot, cross, and outer products.
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 8:20 · 4.7K views
Hands-on Jupyter notebook walks line-by-line through performing LoRA fine-tuning of a large language model using HuggingFace PEFT.
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 28:46 · 41.0K views
Illustrated guide to Stable Diffusion explaining latent-diffusion training, CLIP text encoders, and reverse-diffusion image generation.
Added on July 22, 2025
· 16:56 · 309.4K views
Computerphile coding session builds and tweaks Stable Diffusion models in Python/Colab, clarifying sampler parameters and latent spaces.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 33:00 · 2.6M views
Connects quantum/molecular dynamics to macroscopic Navier-Stokes behavior, laying theoretical groundwork for building a CFD simulator.
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 116:20 · 6.0M views
End-to-end coding tutorial constructs a minimal GPT Transformer—including dataset, BPE tokenizer, self-attention, and training loop—from scratch.
Added on July 22, 2025
· 10:16 · 417.9K views
Shows how simple inter-particle attraction/repulsion rules give rise to complex “Particle Life” behaviors, with open-source code for experimentation.
Added on July 22, 2025
· · views
Added on July 22, 2025
· 173:17 · 79.3K views
Long-form hacking session explores building a toy language front-end targeting the QBE backend, illustrating SSA IR, parsing, and register allocation.
Added on July 22, 2025
· 106:04 · 32.7K views
George Hotz refactors tinygrad’s linearizer, exposing low-level tensor compiler optimizations that map high-level ops to efficient GPU kernels.
Added on July 22, 2025
· 49:13 · 3.1M views
Details how a 6502 CPU fetches and decodes machine instructions, covering control lines, micro-sequencing, and timing states at the transistor level.
Added on July 22, 2025
· 17:56 · 449.0K views
Added on July 22, 2025
· 12:34 · 97.3K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 193:13 · 181.2K views
Added on July 22, 2025
· 13:40 · 387.6K views
Added on July 22, 2025
· 71:34 · 113.7K views
Added on July 22, 2025
· 26:20 · 483.9K views
Added on July 22, 2025
· 56:32 · 93.3K views
Added on July 22, 2025
· 31:13 · 1.2M views
Added on July 22, 2025
· 40:08 · 767.5K views
Added on July 22, 2025
· 68:49 · 31.9K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 10:40 · 372.5K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 77:59 · 12.1K views
Added on July 22, 2025
· 31:12 · 5.5K views
Added on July 22, 2025
· · views
Added on July 22, 2025
· 42:24 · 6.6K views
Added on July 22, 2025
· · views
Added on July 21, 2025
· 5 min read
Added on July 21, 2025
· 28 min read
Added on July 21, 2025
· 17 min read
Added on July 21, 2025
· 14 min read
Added on July 21, 2025
· 3h 38m read
Added on July 21, 2025
· 2h 0m read
Added on July 21, 2025
· 3h 17m read
Added on July 21, 2025
· 6 min read
Added on July 18, 2025
· 20 min read
Added on July 16, 2025
· 3 min read
Added on July 16, 2025
· 2 min read
Added on July 15, 2025
· 12 min read
Added on July 15, 2025
· 12 min read
Added on July 15, 2025
· 5 min read
Added on July 15, 2025
· 16 min read
Added on July 15, 2025
· 1 min read
Added on July 15, 2025
· 17 min read
Added on July 15, 2025
· 3h 17m read
Added on July 15, 2025
· 41 min read
Added on July 14, 2025
· 19 min read
Added on July 10, 2025
· 3 min read
Added on July 9, 2025
· 5 min read
Added on July 9, 2025
· 13 min read
Added on July 9, 2025
· 1 min read
Added on July 9, 2025
· 5 min read
Added on July 9, 2025
· 5 min read
Added on July 9, 2025
· 7 min read
Added on July 9, 2025
· 5 min read
Added on July 9, 2025
· 31 min read
Added on July 9, 2025
· 23 min read
Added on July 5, 2025
· 1h 30m read
Added on July 2, 2025
· 19 min read
Added on July 1, 2025
· 18 min read
Added on June 28, 2025
· 51 min read
Added on June 27, 2025
· 18 min read
Added on June 27, 2025
· 41 min read
Added on June 27, 2025
· 10 min read
Added on June 27, 2025
· 3 min read
Added on June 27, 2025
· 9 min read
Added on June 27, 2025
· 1 min read
Added on June 27, 2025
· 7 min read
Added on June 27, 2025
· 40 min read
Added on June 27, 2025
· 24 min read
Added on June 26, 2025
· 10 min read
Added on June 26, 2025
· 17 min read
Added on June 26, 2025
· 1 min read
Added on June 26, 2025
· 2 min read
Added on June 26, 2025
· 18 min read
Added on June 26, 2025
· 11 min read
Added on June 26, 2025
· 1 min read
Added on June 26, 2025
· 6 min read
Added on June 26, 2025
· 26 min read
Added on June 26, 2025
· 1 min read
Added on June 26, 2025
· 1 min read
Added on June 26, 2025
· 17 min read
Added on June 26, 2025
· 35 min read
Added on June 5, 2025
· 8 min read
Added on May 29, 2025
· 32 min read
Added on May 29, 2025
· 9 min read
Added on May 16, 2025
· 6 min read
Added on May 16, 2025
· 13 min read
Added on May 16, 2025
· 11 min read
Added on May 16, 2025
· 14 min read
Added on May 16, 2025
· 19 min read
Added on May 16, 2025
· 11 min read
Added on May 16, 2025
· 9 min read
Added on May 16, 2025
· 1 min read
Added on May 13, 2025
· 53 min read
Added on May 6, 2025
· 29 min read
Added on May 3, 2025
· 1 min read
Added on May 3, 2025
· 1 min read
Added on April 27, 2025
· 3 min read
Added on April 27, 2025
· 9 min read
Added on April 24, 2025
· 50 min read
Added on April 24, 2025
· 16 min read
Added on April 24, 2025
· 5 min read
Added on April 22, 2025
· 6 min read
Added on April 22, 2025
· 13 min read
Added on April 22, 2025
· 2 min read
Added on April 22, 2025
· 10 min read
Added on April 22, 2025
· 1 min read
Added on April 22, 2025
· 1 min read
Added on April 22, 2025
· 3h 34m read
Added on April 22, 2025
· 1 min read
Added on April 22, 2025
· 15 min read
Added on April 22, 2025
· 3 min read
Added on April 19, 2025
· 5 min read
Added on April 19, 2025
· 14 min read
Added on April 19, 2025
· 4 min read
Added on April 19, 2025
· 36 min read
Added on April 19, 2025
· 4 min read
Added on April 19, 2025
· 7 min read
Added on April 19, 2025
· 19 min read
Added on April 19, 2025
· 45 min read
Added on April 17, 2025
· 17 min read
Added on April 15, 2025
· 1h 33m read
Added on April 10, 2025
· 1 min read
Added on April 7, 2025
· 1 min read
Added on April 7, 2025
· 11 min read
Added on April 5, 2025
· 10 min read
Added on April 5, 2025
· 1 min read
Added on April 1, 2025
· 34 min read
Added on March 29, 2025
· 1 min read
Added on March 29, 2025
· 1 min read
Added on March 29, 2025
· 3h 43m read
Added on March 29, 2025
· 5 min read
Added on March 29, 2025
· 1 min read
Added on March 29, 2025
· 26 min read
Added on March 28, 2025
· 6 min read
Added on March 28, 2025
· 6 min read
Added on March 28, 2025
· 46 min read
Added on March 27, 2025
· 1h 15m read
Added on March 25, 2025
· 10 min read
Added on March 25, 2025
· 14 min read
Added on March 24, 2025
· 1h 45m read
Added on March 24, 2025
· 30 min read
Added on March 24, 2025
· 13 min read
Added on March 23, 2025
· 38 min read
Added on March 22, 2025
· 21 min read
Added on March 18, 2025
· 21 min read
Added on March 18, 2025
· 4 min read
Added on March 18, 2025
· 1 min read
Added on March 18, 2025
· 6 min read
Added on March 17, 2025
· 9 min read
Added on March 17, 2025
· 11 min read
Added on March 17, 2025
· 1 min read
Added on March 17, 2025
· 1 min read
Added on March 17, 2025
· 4 min read
Added on March 17, 2025
· 4 min read
Added on March 9, 2025
· 15 min read
Added on March 9, 2025
· 2 min read
Added on March 9, 2025
· 1 min read
Added on March 9, 2025
· 10 min read
Added on March 7, 2025
· 4 min read
Added on March 6, 2025
· 11 min read
Added on March 6, 2025
· 1 min read
Added on March 6, 2025
· 11 min read
Added on March 1, 2025
· 11 min read
Added on February 27, 2025
· 1 min read
Added on February 26, 2025
· 25 min read
Added on February 25, 2025
· 1 min read
Added on February 25, 2025
· 5 min read
Added on February 25, 2025
· 5 min read
Added on February 17, 2025
· 23 min read
Added on February 17, 2025
· 10 min read
Added on February 17, 2025
· 1 min read
Added on February 15, 2025
· 10 min read
Added on February 15, 2025
· 1 min read
Added on February 15, 2025
· 3 min read
Added on February 12, 2025
· 1 min read
Added on January 27, 2025
· 1 min read
Added on January 25, 2025
· 2 min read
Added on January 25, 2025
· 16 min read
Added on January 25, 2025
· 1 min read
Added on January 25, 2025
· 1 min read
Added on January 22, 2025
· 8 min read
Added on January 19, 2025
· 11 min read
Added on January 18, 2025
· 9 min read
Added on January 17, 2025
· 1 min read
Added on January 10, 2025
· 8 min read
Added on January 9, 2025
· 1 min read