Core Dumped
Core Dumped
  • 16
  • 2 317 666
The Heartbeat of Computing: How Clocks Drive CPUs Forward
This video was sponsored by Brilliant.
To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/CoreDumped. You’ll also get 20% off an annual premium subscription.
In this video we explore why clocks are so important to computers.
Questions and business contact:
contact.coredumped@gmail.com
Sponsor my work on Github:
github.com/jdvillal
Join our discord server:
discord.gg/szyQsXfzuv
Follow me on twitter:
twittter.com/coredumpped
Twitch:
twitch.tv/coredumpped
มุมมอง: 34 125

วีดีโอ

How a Single Bit Inside Your Processor Shields Your Operating System's Integrity
มุมมอง 177K14 วันที่ผ่านมา
ACE your next technical interview! Get 10% off when subscribing to Neetcode Pro: neetcode.io/core Sponsor my work on Github: github.com/jdvillal In this video we learn about CPU kernel/user operational modes and how the hardware helps software (the operating system) to maintain complete control of the computer. Content: 00:00 Intro 00:57 CPU operational modes. 02:28 Interrupts 04:02 Op. Mode sw...
The Most Successful Idea in Computer Science
มุมมอง 44Kหลายเดือนก่อน
This video was sponsored by Brilliant. To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/CoreDumped. You’ll also get 20% off an annual premium subscription. In this video we dive into the technical details of processes. Questions and business contact: contact.coredumped@gmail.com Sponsor my work on Github: github.com/jdvillal Join our discord server: discord....
A PROGRAM is not a PROCESS.
มุมมอง 47Kหลายเดือนก่อน
Sponsor my work on Github: github.com/jdvillal This video was sponsored by Brilliant. To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/CoreDumped. You’ll also get 20% off an annual premium subscription. In this one, we learn the difference between a program and a process. Questions and business contact: contact.coredumped@gmail.com Join our discord server: d...
How computer processors run conditions and loops
มุมมอง 144K2 หลายเดือนก่อน
This video was sponsored by Brilliant. To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/CoreDumped. You’ll also get 20% off an annual premium subscription. In the final episode of this low-level series, we learn the fundamentals of how computers evaluate conditions and loops, a very important feature that makes them as useful as they are today. CPU "emulator...
Capacitors are terrible at remembering data. But for this reason we continue doing it.
มุมมอง 92K3 หลายเดือนก่อน
JLCPCB PCB Fab & Assembly from $2! Sign up to Get $60 Coupons: jlcpcb.com/?from=CoreDumpped In this episode we discuss about Dynamic RAM, and lear about all the fundamental-level challenges that makes it slow compared to Static RAM.
HOW COMPUTERS CAST STRINGS TO NUMBERS
มุมมอง 44K3 หลายเดือนก่อน
This video was sponsored by Flexispot. 💥FlexiSpot Amazon Prime Day Deal Up to 60% OFF💥 10 100% Free orders on July 16th & July 17th🎁 US site: amzn.to/3XBuaxV Upgrade your workspace with OC6 Ergonomic Chair:amzn.to/3XLNwAq In this episode we learn the whole process of casting a decimal number formated as a string to a number that the computer can use to perform calculations. Questions and busine...
CRAFTING A CPU TO RUN PROGRAMS
มุมมอง 104K4 หลายเดือนก่อน
This video was sponsored by Brilliant. To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/CoreDumped. You’ll also get 20% off an annual premium subscription. In this video we use all the components and concepts of previous episodes to build our own tiny CPU. Questions and business contact: contact.coredumped@gmail.com Join our discord server: discord.gg/szyQsX...
HOW TRANSISTORS REMEMBER DATA
มุมมอง 349K5 หลายเดือนก่อน
This video was sponsored by Codecrafters. Sign Up to CodeCrafters, it's free. Get a 40% discount if you upgrade: app.codecrafters.io/join?via=jdvillal In this episode we learn about how memory works at the "transistor" level. Join our discord server: discord.gg/drS6jC5Cgk Twitch channel: twitch.tv/coredumpped Follow me on twitter: twittter.com/coredumpped Follow me on Github: github.com/jdvilla...
HOW TRANSISTORS RUN CODE?
มุมมอง 519K6 หลายเดือนก่อน
This video was sponsored by Brilliant. To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/CoreDumped. You’ll also get 20% off an annual premium subscription. In this episode we learn about the basics of how transistors power computers. We start with how transistors work all the way up to creating more complicated circuits, like adders, decoders, and even ALUs....
CONCURRENCY IS NOT WHAT YOU THINK
มุมมอง 110K6 หลายเดือนก่อน
This video was sponsored by Brilliant. To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/CoreDumped. You’ll also get 20% off an annual premium subscription. In this episode, we learn about concurrency! A fundamental concept in computer science... also an older concept than you think. Sign Up to CodeCrafters: app.codecrafters.io/join?via=... Follow me on twitt...
ARRAYLIST VS LINKEDLIST
มุมมอง 73K7 หลายเดือนก่อน
In this one, we explore how ArrayLists and LinkedLists works at memory level and how scripting languages handle their "arrays." Sign Up to CodeCrafters: app.codecrafters.io/join?via=jdvillal Follow me on twitter: CoreDumpped Follow me on Github: github.com/jdvillal Questions and business contact: contact.coredumped@gmail.com
WHY IS THE HEAP SO SLOW?
มุมมอง 264K8 หลายเดือนก่อน
In this video we take a look at the heap. A memory region that is feared, but it exists because is necessary... Contact email: contact.coredumped@gmail.com Suggest topics for future videos by: Following me on twitter: CoreDumpped Becoming a member of my channel: th-cam.com/channels/GKEMK3s-ZPbjVOIuAV8clQ.htmljoin
WHY IS THE STACK SO FAST?
มุมมอง 168K9 หลายเดือนก่อน
In this video we take a look at the Stack, which sometimes is called Hardware Stack, Call Stack, Program Stack.... Keep in mind that this is made for educational purposes, so many of the information is oversimplified for easy understanding.
The size of your variables matters.
มุมมอง 132K9 หลายเดือนก่อน
This is the first video of a series where we learn about low level concepts that will help you to become a better developer in general. In this one, we learn about why low-level programing languages have a lot of variants for such a thing as a numeric type.
Rust in 2023. The definitive summary.
มุมมอง 23K10 หลายเดือนก่อน
Rust in 2023. The definitive summary.