anyone know how to choose the resistor for transistor
@MathCuriousity17 сағат бұрын
Ben may I ask you a question: What would a physical device that is just an implementation of RS232 without any level shifter or signal inverter etc be called? It seems anything that exists is called a “RS232 transceiver” - but why doesn’t anything exist that is just the PURE rs232 bipolar voltages and then some UART or other logic portion that takes the rs232 high voltage without needing to convert it ?
@apuyou18 сағат бұрын
Jerk Van Gay 😂
@CanisMythson19 сағат бұрын
I'd do a challenge to say something offensive that isn't blocked by this thing, but that's far too easy.
@alextravine942219 сағат бұрын
I trust the guy using paper explanations 10,000% more than someone with fancy computer generated imaging.
@CharlesDaigle-o2qКүн бұрын
VERY IMPORTANT WHEN USING WIRESHARK: Ensure that you are allowed to monitor packets on your network. If you do this at work, you might get into trouble.
@gigabekКүн бұрын
Funny. I started programming in 2017 with Python and Django. Through out years I've been hopping from lang to lang - from Python to JS/TS to Golang and Rust to Assembly to C with C++. Not to mention couple FP languages. And I've been watching this video several times and couldn't understand a thing what he was talking about. Fibonacci source code in C was understandable more or less, but Assembly counterpart was incomprehensible. Now I know what it means and actually it is easy as hell. (Only this example, asking for understanding a bootloader source code is fool's errand)
@assemsayed4275Күн бұрын
why the capacitors didn't explode as they are at half the frequency connected to a high source backward( when the timer output is zero)
@Louis-un5tiКүн бұрын
You explain better than my teacher
@Morbazan125Күн бұрын
Surprised a certain word isn’t substituted to duck😂
@quanghuyang65702 күн бұрын
Do making a game from "scratch".
@darranhatten74602 күн бұрын
The interesting thing here is that it uses memory to store and do the calculation but if you were programming this in assembly you would just be using registers directly and only storing the result I’m surprised the compilers are still so inefficient after 30 years (how long I have known assembly). Edit: To explain what I mean, each reference costs cpu time to get the data in and out of the cpu, if it’s done directly in the registers as it would be if you were programming in assembly it adds a heap of overhead and bulk in executable size. Edit2: It should go something like this: start: mov rdi, result ; Point to the result buffer mov rax, 0 ; First Fibonacci number mov rbx, 1 ; Second Fibonacci number mov rcx, 256 ; Generate 256 numbers generate_fib: ; Store the current Fibonacci number mov [rdi], raxb ; Store least significant byte add rdi, 1 ; Move to next byte ; Calculate next Fibonacci number add rax, rbx ; rax = rax + rbx xchg rax, rbx ; Swap rax and rbx loop generate_fib ; Decrement rcx and repeat
@БидонКадыкавич-х2ц2 күн бұрын
17:35 16384, not 6000
@berkefekeskin91722 күн бұрын
a blank sheet of paper is always gonna be my top tier debugger
@ArleneYLope2 күн бұрын
Thanks
@hyy18562 күн бұрын
pro qua
@ebolawarrior4513 күн бұрын
It’s a liberal box 😂
@agnisri12013 күн бұрын
Sir, I would greatly appreciate it if you could provide the C version of the UART buffer implementation. Thank you for your time and assistance!
@TriPham-j3b3 күн бұрын
That look like 555 atomic clock timer
@nomemande23973 күн бұрын
so... basically you just KNOW SHlT.... I could GUESS too, maybe even more acurately... What a way to waste people's time using dumbness and lies...
@MaxwellGauss-zn9yx3 күн бұрын
3:02 when she tells you she has a past
@alish54173 күн бұрын
its about trying ,i need first to know how many holes in the board and why ,secondly i neef d to know what material this board is made and why ,in order to know why the reached to this design
@alish54173 күн бұрын
unless i buy the board and start stip by stip ,i will not understand it
@alish54173 күн бұрын
already aproximately a week im not overshooting ,its seasons you know .
@quantumfluctuations14 күн бұрын
The square wave is produced by the 555, right? How come the caps do not distort it? We still see a near-perfect square wave on the oscilloscope. This is interesting. edit: oh ok thats come from channel 3 :) btw great vid mr as always.. thanks.
@alish54174 күн бұрын
or to send a signal to tell a motor to spin to crush the powder with high force ,no its exciting ,its better ,if u have survilance on the area ,but i need to cook now i will work on it as long as i live ,vecause you have to project power .
@alish54174 күн бұрын
i want to make it work on a timer ,and when it reached the 0 to make resistance iside a bag
@MapleBaconator4 күн бұрын
my xor gates somehow have a slight current in the inputs when no inputs are on. Can someone help?
@MapleBaconator3 күн бұрын
nevermind. The current doesn't matter. My problem was one of the inputs just didn't work
@vsczzzzzzzzzzz4 күн бұрын
Very nice method. Super simple and concise explanation.
@neerajpatil37364 күн бұрын
thank you
@dhfjgkkdrgsg4 күн бұрын
is this how games are put on a rom chip ? like snes , n64? because i asked chat gpt if the games are edged in the micro chip via lithography ( i could not think about another way of getting data on a chip and then stays there forever ) and it told me yes ^^ lol. looks like i have taken the read only part to serious.
@blackace12955 күн бұрын
Having jumped into the world of censoring for a family friendly server in the past, I can tell you that most of the extraneous stuff like "The" is related to weeding out false positives which is the biggest problem for correct censoring of data without it garbling the rest of your sentences. You should've seen the regex file I was working with ^^;; crazy stuff
@Jemacaza5 күн бұрын
Very usefull video Ben. Thank you!
@jeamzfilms5 күн бұрын
Ben, amazing video, Thank you. One question, in the real world how do devices communicating with each other agree on which generative polynomial to use for the CRC? I saw you included a reference to the standardization, so it is just always hardcoded configured into network devices like that? Or is the agreed upon polynomial ever included in the network packet information? Thanks!
@TTTTT615 күн бұрын
my switch is not latching
@JamesxBond0075 күн бұрын
What a fantastic series. Just starting study of networking and internet: and educational content like is what I love most: low-level, high-level, visual, comprehensive. Love it.
@LaserBread5 күн бұрын
So what you're saying is TCP is basically PaRappa the Rapper.
@stephenyoung89605 күн бұрын
This really simple thing just unlocked 100 new project ideas for me UGH
@MapleBaconator6 күн бұрын
My register is working, but it doesn't load all 1s. It starts up with all 0s. Is it just a difference between the chips we got vs what he has?
@hunam_6 күн бұрын
That’s such a cool video, like you show all the steps that’s really cool, I’m now thinking of getting one of those and trying myself
@codeyalexander67936 күн бұрын
Where can you find data sheets of this detail for chips?
@danielarthurs16986 күн бұрын
How does a mosfet contrast to a transistor?
@greencoder15946 күн бұрын
[19:31] Copy-Paste error for the STRING1? *"18 - Length is 0x0A"*
@SouthYarraMan6 күн бұрын
Hello Ben, do you have a general email contact address? Thanks in advance.
@Maulana_rhodes6 күн бұрын
What about making a video card just using transistors 💀
@SteepSix6 күн бұрын
Are you a wizard?
@ah99347 күн бұрын
saved my grade!!!
@secretaccount-o4x7 күн бұрын
Thanks, man! I wasn't having a great time trying to sleep, and you've made that easier! Now i cam sleep peacefully!
@eldiegx7 күн бұрын
Why did he use 57600 baud for transmission to the serial monitor?