Where is the indepth deep dive extra long extended Version of this? Could watch this for hours. The ped function in the car you could not understand must be a search of which type of person are in the area. Rich, poor, cop, bum, granny, gang and so on. Based on that it will chose the driver. Although there also be a part for checking where the player is, which gang might be present in the area and which extra vehicles to spawn like triad truck or mafia sentinels. Fucking exiting 🎉😂
@ottergauze3 күн бұрын
The portal analogy for unbuffered channels is seriously such an intuitive way of looking at them
@MrSandshadow4 күн бұрын
9mo no vid, you ok?
@havefun5997 күн бұрын
thanks bro
@elderofzion7 күн бұрын
yata yata yata... nothing you haven't heard before
@oskarristolang11 күн бұрын
that was such a clean video, can't believe what i just watched. very condensed and straight to the point! loved it
@WowPlusWow11 күн бұрын
You're not even reviewing the code. You're just looking through it and reading some of the words aloud.
@spuriusscapula48295 күн бұрын
same, I was expecting good understanding of the implementation of at least one function.
@144camj12 күн бұрын
This was the perfect follow up to the Holiday Go course.
@onepiece07-hl4hj15 күн бұрын
Mine is same but just replace golang with java. 😅
@rajwardhansinha913022 күн бұрын
Dude the way you explained channels is so underrated. You are a true master of mystic arts!
@rahulshendre708925 күн бұрын
this was cool
@RockTo11Ай бұрын
I need to ask: Why leave the Dock visible when working with maximized windows? The Dock has always looked awkward. Too centered. It wouldn't be bad if it was like a full screen width.
@YoungGrizzlyАй бұрын
Great work dude. I’m filling knowledge gaps with this video and it’s got me liking interfaces now. Thanks a lot.
@firasghedir7623Ай бұрын
This is wrong, With Cluster (native NodeJS module) you can have multiple threads sharing the same port.
@doomguy1496Ай бұрын
The huge switch statement inside fire weapon logic tho... why not use subclasses instead of that huge switch statement ? And then the nesting as well... huge spaghetti, could be definitely cropped at least few levels by using inverted logic and exit fast style. Am surprised.
@vinniciusrosa8284Ай бұрын
Programmers at that time had smaller screens so they used to make tons of little functions. The code was all based on little functions. This is a good practice at all. They were more about assembly to C and C++ in terms of academic learning. But they were a bunch of young adults trying to "make games" you know. So I do not think the code was good overall. :D
@novell8025 күн бұрын
There is no overall good code and there will never be such thing.
@alvaromoeАй бұрын
Barry White did a great job raising his kid.
@Asahi_991Ай бұрын
BRO WHY DID NO ONE TELL ME THAT I COULD USE MULTIPLE THREADS IN NODE.JS TILL NOWWWWWW
@kpbalajiАй бұрын
Bros gonna be the Neil degrasse tyson of the Golang world
@dadecky5276Ай бұрын
i seen method of limiting by using wait groups what's the difference?
@supremecodr961Ай бұрын
The problem with using web socket is that you'll have restructure your application completely and make if fully event driven so that you can send data to frontend at correct point. Yet another reason to use server events.
@xelfmadeDIYАй бұрын
Your explanation is clear,simple and easy to understand. You just gained a subscriber from 254.
@bocilkematian9940Ай бұрын
with happen with 430 and 130... i still cant understand why 430 not calculate fee? 🤦
@JoshSmith-sr6ksАй бұрын
nice vid
@longb1913Ай бұрын
whys the facecam sideways lmao
@AdamHoelscherАй бұрын
First video of yours I've seen: really good job of balancing between "Here's the IEEE standard" and "A programming language is a way to give a computer instructions". Gotta check out more of your stuff.
@bouncythingАй бұрын
I am so impressed that someone can reverse engineer a whole game executable file this is insane
@TellevoTellevoАй бұрын
What a voice!
@zektch8867Ай бұрын
stupid
@andrewiglinski148Ай бұрын
Lol I clicked on this just for the vibes. Doing this in bed is like next level Gopher. Rust dev's would be doing this on a treadmill.
@Firm_letter9Gaming2 ай бұрын
Can GTA 3 be modded?
@mrc15002 ай бұрын
Good vid. Great voice.
@mek101whatif72 ай бұрын
Thank you 🙏
@YawPythonAkoto2 ай бұрын
Thanks Ryan for this amazing video - loving the fact that you're doing it from your bed haha keep up the good work and sharing your knowledge to newbies like myself !
@Aucacoyan2 ай бұрын
Awesome video! it summaries _a lot_ of knowledge, and the youtube comments gives you the missing piece. A treasure in the internet!
@LeinMarley2 ай бұрын
Thanks for sharing such valuable information! Could you help me with something unrelated: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). What's the best way to send them to Binance?
@alexanderscott24562 ай бұрын
This was the comfiest explanation of Go Channels I've ever seen.
@usuarioaleatorio3362 ай бұрын
Congratulations, explained with mastery and it resulted to be an historicall meaniungful video to understand JS
@robbylebotha2 ай бұрын
I’m suprised that people don’t know that if you don’t obfuscate your source code, it can be decompiled. Maybe it’s young developers who don’t know this.
@Mayurii942 ай бұрын
dope stuff to teach kids in school about Objects, Classes etc on such examples
@tam_sal802 ай бұрын
I'm a newbie to Go and that is such an amazing way to decipher the cumbersome Go syntax for an average java, python, js guy 😂 Hats off 👏 🙌
@ozzyfromspace2 ай бұрын
This was a superb exposition of Server-sent events, thanks Ryan!
@srh802 ай бұрын
Its fine if all clients receive all events. For most use cases like a chat app you need a stateful connection per client. Either u maintain that state or a framework does. There are tons of frameworks that maintain connection state and provide you just an endpoint. So yea, just use websockets and scale with a cloud provider solution when your app moons.
@m4rt_2 ай бұрын
Great video.
@laith65082 ай бұрын
where can i get the code ?
@anzu86982 ай бұрын
thanks bro
@ColoDelCartucho2 ай бұрын
Coming from languages where generics are not a thing, that was a head scratcher. But you explained it very well, thank you !
@kmaximoff2 ай бұрын
Websockets use TCP
@jamesgoforth56442 ай бұрын
I appreciate the way you describe generics in go. I believe the constraints page has changed. I got it to work by using constraint.OrExp where you used constraints.Ordered.
@tigranrostomyan92312 ай бұрын
Try raylib with odin lang! It’s an amazing low-level language, and nice ergonomics Anyway, great job!