This Release is Crazy!!

  Рет қаралды 54,675

Tsoding Daily

Tsoding Daily

Күн бұрын

Пікірлер: 210
@tarn_jihas
@tarn_jihas Ай бұрын
This is the most programming channel out of all programming channels on youtube
@OverWilliam
@OverWilliam Ай бұрын
"Consistency is the best documentation"
@gonzaloramos8721
@gonzaloramos8721 Ай бұрын
I've learned so much from you, thanks! (Specially the way of thinking software). Cheers from Argentina
@wiseskeshom4673
@wiseskeshom4673 Ай бұрын
+1 me too, I've learned a lot from Mr.Tsoding. He is absolutely a brilliant programmer. Thank you so much.
@nikkehtine
@nikkehtine 12 күн бұрын
Same, I don't think I would've learned half of the things on my own without watching someone him do cool stuff like this
@Kknewkles
@Kknewkles Ай бұрын
"This new release of Raylib allows you to speedrun it in any language 10% faster! 🤯" ЖОЖИН where is my end-of-stream screen?! 😠 I demand answers! >:V
@alpha210
@alpha210 Ай бұрын
3:22 I was NOT expecting this lol. I think laughed for a hot minute
@921Ether
@921Ether Ай бұрын
Raylib singlehandedly brought back my enjoyment for programming
@Siroitin
@Siroitin Ай бұрын
YOutube algorithm is clearly abusing Mr Tsoding
@grullborg
@grullborg Ай бұрын
Can confirm I would be watching all the uploads if they actually showed up on my feed
@Siroitin
@Siroitin Ай бұрын
@@grullborg Yeah, my KZbin feed is also filled with Vtuber videos. Can't figure out why... ... . ... .
@maybenot909
@maybenot909 Ай бұрын
@@Siroitin It's me. I've been watching vtuber videos alongside Mister Azozin VODs to manipulate KZbin into thinking he is a vtuber.
@AS-rl5vr
@AS-rl5vr Ай бұрын
@@maybenot909 Zozina, Programming Vtuber
@nikkehtine
@nikkehtine 9 күн бұрын
@@maybenot909 You know what? We can't 100% prove the facecam is actually him and not a very well rigged 3D model. Makes you think...
@user-lz2oh9zz4y
@user-lz2oh9zz4y Ай бұрын
5:24 Good thing mr JSoding is unemployed, so the US can't embargo him from contributing to this Spanish project
@Nootlink
@Nootlink Ай бұрын
Wdym Spanish, it's clearly a French project
@HairyPixels
@HairyPixels Ай бұрын
Yes, of course you should do another stream on SDL3. This should go without saying.
@KristOFF-T
@KristOFF-T Ай бұрын
29:56 I just have "~/dev/", which might be confusing, since "/dev/" is short for a completely different word.
@kodesoul
@kodesoul Ай бұрын
As a Ziguana this is untenable. We must have a build.zig everywhere. Fixing it shortly.
@rj7250a
@rj7250a Ай бұрын
Zigma balls. Lol
@slendi9623
@slendi9623 Ай бұрын
22:30 yeah but as least c++ doesn't force you to use the STL, you can still enjoy the conveniences of c++ while using C libraries for example
@ashton7981
@ashton7981 Ай бұрын
C++'s guiding philosophy is "you don't pay for what you don't use" and follows it for the most part. C fans always seem to forget that C++ is nearly completely backwards compatible with C
@eddiebreeg3885
@eddiebreeg3885 Ай бұрын
I genuinely don't understand why C programmers like to complain so much about stuff they literally do not need to use. I'll be the first to admit C++ has a lot of quirks, the fact we don't get designated initializers before C++20 for example is a freaking disgrace.
@pierreollivier1
@pierreollivier1 Ай бұрын
@@eddiebreeg3885 The whole language is a disgrace, but I think it boils down to a difference of philosophy. C++ is great for moving quickly, albeit at the price of worst code, that's less readable, and riddled with implicit stuff that you can only be comfortable with when you have a good background with it. On the other hand, C is so simple, that there isn't much mental overhead but it comes at the price of taking more time to get stuff done if you are not used to use C.
@thebatchicle3429
@thebatchicle3429 Ай бұрын
@@eddiebreeg3885C programmers complain because it’s not just about you not using it, but you need to make sure everyone else you work with ALSO doesn’t use those C++ features.
@TheDoomerBlox
@TheDoomerBlox 28 күн бұрын
11:18 - "Is putting a new mesh on a skeleton called skinning?" Yes, as (skeleton) rigs are oftentimes reused for different things - you don't necessarily want to spend time and effort animating each individual representation of something. You might do a "rig" of a big humanoid-like thing, with some optional add-on bones. A big lizard-man, with an optional tail - for example. Then you could reuse the same animations, but for a big humanoid-like thing without a tail. Inverse kinematics funstuff are there to handle the different sizes of the "skins", like thick stumpy feet vs. thin raptor feet, different bone lengths .. 3D animation systems have a lot of cool recycling going on.
@albinekb
@albinekb Ай бұрын
OH MY ****!! A new raylib. This is revolutionary!
@fishsayhelo9872
@fishsayhelo9872 Ай бұрын
today's "slopic" was truly invigorating, dankje, mr zozin
@alexey2044
@alexey2044 Ай бұрын
Raylib on Windows is so chonky because it ships an entire MinGW toolchain
@Marhaenism1930
@Marhaenism1930 Ай бұрын
isnt raylib has provided msvc16 for windows user? i thought mingw64 is an alternative or optional but not sure..
@alexey2044
@alexey2044 Ай бұрын
@@Marhaenism1930 specifically it ships w64devkit with mingw64 and bunch of other stuff. But you can always use your own toolchain or VS by just throwing a libraylib.a and headers into your project.
@Arniores
@Arniores Ай бұрын
The guy develops raylib in windows
@SoftBreadSoft
@SoftBreadSoft Ай бұрын
​​@@Marhaenism1930 Its optional, you can delete the w64toolkit and use your own tool chain
@xravenx24fe
@xravenx24fe Ай бұрын
Ngl that sounds like a pretty sane way of delivering a cross platform library for Windows in 2024 lmao
@dazoedave
@dazoedave Ай бұрын
You touched on many reasons why I dislike many custom GUI's missing features. Like CTRL- jump words, CTRL-SHIFT- jump select, home, end... etc. But the thing that really gets me is the use of the primary clipboard on linux. I use a screen reader where all i do is select text and press Pause and a script uses TTS to read the Primary clipboard. But many custom GUIs don't populate the Primary clipboard when selecting text.
@SoftBreadSoft
@SoftBreadSoft Ай бұрын
ctrl shift c / v or ctrl/shift insert for main clipboard, not sure about mouse selection, could try holding ctrl and or shift
@dazoedave
@dazoedave Ай бұрын
@@SoftBreadSoft On linux there is 2 clipboards. The primary clipboard is used by just selecting text and middle clicking where you want to paste it. That feature goes way back to very early days and the majority of linux gui tool kits, gtk, kde, etc use it even though it's an under used feature. The secondary clipboard is used by Ctrl - C/V etc.
@SoftBreadSoft
@SoftBreadSoft Ай бұрын
@@dazoedave I know
@caspianmerlin6434
@caspianmerlin6434 24 күн бұрын
​@@dazoedaveI didn't know that, that's pretty cool. I'll try it on my Linux machine tomorrow.
@EdwardPsCL
@EdwardPsCL Ай бұрын
Running Kutepov code makes me feel like a demi-god
@caruccio
@caruccio 29 күн бұрын
this is the coolest guy i've seen in internet for years
@malikasim3959
@malikasim3959 Ай бұрын
8:41 what are the "specific" things that you learn to do something and then forget.
@SoftBreadSoft
@SoftBreadSoft Ай бұрын
for me anything about databases, oauth, networking, is gone from memory after a day.
@Czeckie
@Czeckie Ай бұрын
happy raylib day everyone!
@raykirushiroyshi2752
@raykirushiroyshi2752 Ай бұрын
21:36 uhm akchually☝️🤓, Odin has vector/matrix multiplication/addition support by default. Can you c,cpp,zig,c3 do that!?
@heyvers7923
@heyvers7923 Ай бұрын
the more you tell him the more he hates odin
@raykirushiroyshi2752
@raykirushiroyshi2752 Ай бұрын
@@heyvers7923 maybe that's my plan all along
@desnerger6346
@desnerger6346 9 күн бұрын
If even mathematicians-led Rust doesn't have those things out of the box, then other system programming langs shouldn't bother either!)
@foodlfg
@foodlfg 21 күн бұрын
5:09 ok. but how is it a good solution? you are supposed to check the sample size of the device first and decide what to do based on that. if their WAV implementation hardcodes sht, then you have to fix that too.
@arushford
@arushford Ай бұрын
His reactions might seem too intense, a bit over the top, but in fact they are quite accurate. I'm just discovering the wonders of raylib5.5 myself, it is a bit comical.
@iamdozerq
@iamdozerq Ай бұрын
Hes kinda autistic its ok
@darknetworld
@darknetworld 23 күн бұрын
Just the guess is version change is of a lot of merges and change to time stamp and features that was in dev branch test. Plus working on it is not easy task.
@Ross96D
@Ross96D Ай бұрын
Didn't xdg portals solve the file selector problem?
@GreggHarris-gm7ef
@GreggHarris-gm7ef Ай бұрын
welcome to yet another raylib programming session with a mister azozin
@henrykkaufman1488
@henrykkaufman1488 Ай бұрын
Yes, you should do stream on SDL3, it changes user's code flow and it's pretty interesting
@JannesDragon
@JannesDragon Ай бұрын
I noticed in a lot of videos, that zozin's search results are in German a lot of times. Is it because of some kind of VPN or what is the reason? Just curious
@mire6134
@mire6134 Ай бұрын
33:17 had me in shambles LMAO
@thepaulcraft957
@thepaulcraft957 Ай бұрын
3:22 at least in germany this is a moderately bad racial slur for some eastern European peoples (caught me off guard)
@RustIsWinning
@RustIsWinning Ай бұрын
Zigooners?
@tim.martin
@tim.martin Ай бұрын
Ziguanas. Wait until you hear the slur about C++ers.
@RustIsWinning
@RustIsWinning Ай бұрын
@@tim.martin I need to know that one since they call us rustards and sometimes troons which I dont understand yet what that means :(
@CJCJCJCJ
@CJCJCJCJ 7 күн бұрын
@@RustIsWinning troon is a transphobic insult, and is used against rust users since it just so happens a rust has a very inclusive community which leads to more lgbtq folk learning the language
@magicnumber1337
@magicnumber1337 Ай бұрын
21:39 just had to be said 🙏 I can't stand this kind of argument any longer. Every time a co-worker tries to convince me to try out their new cool language because it fixes a single fkn problem nobody cares about, I just want to run away and quit my job.
@ABV8OOT
@ABV8OOT Ай бұрын
im have basic knowledge about c++ you guys think what should i do firstly to get better sight of fields of coding, that i can learn easily to how anything coded with a documentation, i know this qustion is really generally and confusing, but if you know anything near of that i'll be really glad to know
@ovi1326
@ovi1326 Ай бұрын
Cross-vendor consistent lighting, can your opengl 1.x do that? Didn't think so... Didn't freaking think so. .
@ovi1326
@ovi1326 Ай бұрын
Fine for 2D obviously tho
@Mitchicus94
@Mitchicus94 Ай бұрын
The RGFW documentation got updated thanks to this
@raykirushiroyshi2752
@raykirushiroyshi2752 Ай бұрын
Real question. Why use immediate mode in Opengl instead of using vbo,vao,ebo etc. I get that its easier, but there has to be a performance penalty for writing to gpu memory often?
@alphenex8974
@alphenex8974 8 күн бұрын
So that the ancient greek computers can run the program. Other than that as far as I know, no reason at all.
@AloisMahdal
@AloisMahdal 14 күн бұрын
22:30 "where are all the adult engineers". Bro! Factorio 2.0 + Space Age came out. They are on different planets now.
@allxrise
@allxrise Ай бұрын
Installing webkit sounds like a package manager's issue, its optional says in the repo. It's not that sloppy to add support for zenity in musializer. Webkit used for rendering HTML but WHY someone would want to anyway?
@xspager
@xspager Ай бұрын
9:33 The only console I owned until like three years ago was a Sega Master System and I only had it for a like a week 😢
@cybernit3
@cybernit3 29 күн бұрын
I notice RGFW doesn't support wayland desktop but may in the future; so I will just stick to GLFW for now. If anyone on linux doesn't know, raylib is using x11 by default so if you have a wayland desktop you will have to edit the raylib Makefile in a few places and then make raylib for wayland desktop. I think this is wise to do, cause if you just use raylib x11 on wayland the performance will suffer since it will use the Xwayland compatibility layer. I hope future versions of raylib support Vulkan api for the future; raysan mentioned he will review it but would require a redesign of RLGL. Perhaps, raysan could do something similar as how SDL3 get Vulkan to work. Oh BTW you couldn't find SDL3 on the repos, well you have to download SDL3 source and compile/build it; still quite new.
@colleagueriley860
@colleagueriley860 29 күн бұрын
RGFW had an experimental backend for Wayland, it’s not really finished at all but it exists. I don’t know how much a vulkan backend would actually help with performance because of RLGL’s simple(ish) design.
@cybernit3
@cybernit3 29 күн бұрын
@@colleagueriley860 For most simple gaming projects rlgl suffices; but if you have very complex 3d Vulkan is suppose to be better for performance. Oh ya, you should check out Tsoding Daily he does a raylib 5.5 review.
@senkrouf
@senkrouf Ай бұрын
what's wrong with operators overloading? thats the only feature that I like from C++
@desertfish74
@desertfish74 Ай бұрын
It violates the principle of least surprise. You can’t tell anymore what an expression does without knowing about how operators are or aren’t overloaded.
@cryptonative
@cryptonative Ай бұрын
remember casey muratori saying the same thing - it’s the only cpp feature he likes, but not sure if that’s worth introducing cpp for
@__Brandon__
@__Brandon__ Ай бұрын
Templates without macros for your data structures, namespaces, constexpr, concepts, and modules are all good reasons to use Cpp. Also better type casting
@senkrouf
@senkrouf Ай бұрын
@@__Brandon__ I like my software to compile from scratch in less than 1 second
@__Brandon__
@__Brandon__ Ай бұрын
@@senkrouf Cpp compiles fast if you don't use some crazy build tool
@MoKaLu
@MoKaLu Ай бұрын
a pure joy to watch your videos!
@michaelvanzyl9418
@michaelvanzyl9418 Ай бұрын
Olivec as a Raylib backend when?
@jesusmgw
@jesusmgw Ай бұрын
What's the lore behind *actual name*, rexim and tsoding? Split personalities or something?
@warko4
@warko4 Ай бұрын
"Unzipping experience" 😂
@Joih08
@Joih08 Ай бұрын
Ютуб призвал меня сюда. А можно видео про то что такое Raylib и что его отличает от других движков и от самописных движков?
@Spongman
@Spongman Ай бұрын
'const float& rhs' WHY??!!
@kelyncrandall7452
@kelyncrandall7452 11 күн бұрын
I hate to admit this is the first video of yours I have watched for a couple months... I am one of the sloppers 😔
@zeusdeux
@zeusdeux 18 күн бұрын
57:12 full windows solitaire experience on Linux
@19joni69
@19joni69 Ай бұрын
You and raylib is what got me to enjoy and understand C
@paxdriver
@paxdriver 28 күн бұрын
49:30 lol 😂❤ my favourite moment ever right here ~"it's not like you have choice, it's like with javascript - mother fucker just built the entire infrastructure around the language. You can't just avoid it"
@FDominicus
@FDominicus 28 күн бұрын
I really do like your comments about computer programming languages, it's really some fricking religion, with the following wars about the "one-and-only-right-way"
@LudoChil
@LudoChil Ай бұрын
почему often без t произносишь?
@iamdozerq
@iamdozerq Ай бұрын
Because все так делают, ни разу т не слышал
@LudoChil
@LudoChil Ай бұрын
@iamdozerq мало слышал, большинство американцев произносят t, лишь изредка как раз таки можно услышать в говоре когда t опускают - в основном с британским акцентом
@robertsimmons9563
@robertsimmons9563 Ай бұрын
Literally I watched your video on eMacs and then KZbin didn’t show me another video of yours until today.
@oliverdowning1543
@oliverdowning1543 21 күн бұрын
Presumably you could just use C++ exactly like you would C with the single exception of using these new operators though. At which point you're not really giving anything up as long as you have that discipline.
@waltherstolzing9719
@waltherstolzing9719 Ай бұрын
There's a fork of zenity called 'yad' that's supposed to be more actively developed.
@миииц
@миииц Ай бұрын
Btw, imgui also updated :D
@fu886
@fu886 Ай бұрын
5:44 supply chain attack now airing on youtube.
@allxrise
@allxrise Ай бұрын
Raylib installer not just contains raylib, it has mingw compiler and compiler's dependencies and it comes with notepad++ with ready-to-compile scripts sooo... Anyway no one cares :L
@pookiepats
@pookiepats 20 күн бұрын
I appreciate this comment, thanks for the info-i too now…will include these things in my windows binaries, great idea 💡
@jackcvr
@jackcvr 28 күн бұрын
Hey Tsoding! I discovered a new cool language "Nelua". How about to try it?
@миииц
@миииц Ай бұрын
Chat recreating in subtitles? Genial
@asrael_io
@asrael_io Ай бұрын
These ziglings are unhinged.
@kianureeves2519
@kianureeves2519 Ай бұрын
CC is the best part of the video lmao
@Highwind_
@Highwind_ Ай бұрын
1:11:25 *Allegro* is the one with the coolest name
@arcxm
@arcxm Ай бұрын
Would love to see some N64 or Dreamcast Raylib from Mr. "RayLib" Zozin 👍
@samuelwaller4924
@samuelwaller4924 Ай бұрын
is there a reason you can't just use c++ for the operator overloading and nothing else? nobody is forcing you to go into OOP hell...
@xravenx24fe
@xravenx24fe 24 күн бұрын
Who wants to second guess what an operator does based on the type of its operands in a language where type deduction features like auto are encouraged? Tsoding was right to say it's a gimmick lol operator overloading is reinventing the wheel and making it worse
@samuelwaller4924
@samuelwaller4924 24 күн бұрын
@xravenx24fe you say that like it's a gotcha lol. Is it really that hard? Do you not know the types of your variables or something? Nobody is forcing you to do anything, you can ignore auto if you want, it's okay. Also how is operator overloading "reinventing the wheel but worse", what does that even mean lmao. This reminds me of those people who think using pointers in C will make your PC explode lol, it's fine and won't hurt you
@xravenx24fe
@xravenx24fe 24 күн бұрын
@samuelwaller4924 Wow you're just a projecting jerk, huh? Let's stick to the topic. Can you tell me what operator overloading even gives you? I'm discussing the topic and you're telling me you don't understand what I'm saying, then calling me a bad C developer or something? Are you saying you literally can't discuss the actual topic or did I just hurt your feefees or what? No one is forcing you to do anything is not an argument. It says nothing about whether something is useful or not. I'm making an argument that operator overloading is borderline useless, dumb, and bound to be confusing. You seem to take issue with this. Want to make a counterargument or not? I like putting good, useful programming information out there, you're telling me I can't do that and not giving me a reason why.
@RichardLofty
@RichardLofty 22 күн бұрын
C++ is ever growing bloated trash. And C++ compilers are worse than pure C compiles. Overloading isn't worth it.
@puncherinokripperino2500
@puncherinokripperino2500 Ай бұрын
funny how your random name library name starts with libsdf
@JohnKouts
@JohnKouts Ай бұрын
We love you man
@dryice99343
@dryice99343 Ай бұрын
Ah, delicious slop.
@tianned
@tianned Ай бұрын
28:28 🤨🤨🤨
@SlinkyD
@SlinkyD Ай бұрын
13:58 That "h" on line 14 is sooo outta pocket I wanna beat it into conformity. And I love oddities, but that one is just disrespectful.
@wheezard
@wheezard Ай бұрын
That's the mouse cursor...
@hubstrangers3450
@hubstrangers3450 Ай бұрын
Thank you....
@bzboii
@bzboii Ай бұрын
12:30 nice photo :P
@crysiank
@crysiank Ай бұрын
For support
@sohn7767
@sohn7767 Ай бұрын
New speedrun category….
@JannesDragon
@JannesDragon Ай бұрын
7:27 Sturm der Liebe kam unerwartet
@Lulonaut
@Lulonaut Ай бұрын
Sein Google ist schon länger deutsch, ich denke mal seine VPN ist in Deutschland
@StevenMartinGuitar
@StevenMartinGuitar Ай бұрын
Zozin down on views? Y'all aren't commenting and liking enough. Turn the sub bell on
@lievenpetersen
@lievenpetersen Ай бұрын
We are reading finest satire at this point 1:15:10
@n3y
@n3y Ай бұрын
I wonder who taught mr zozin about the word slop
@ABCABC-sw8mh
@ABCABC-sw8mh Ай бұрын
3:08, my unzipping experience: Me: just downloaded a zip of a software I forgot the name Unzipping ... Noticing the download folder fills up with more than 100 extra files/folders 💀💀💀💀
@27onionnebell40
@27onionnebell40 Ай бұрын
I always create a new folder and decompress things in that folder to prevent this kind of things happen
@arkeynserhayn8370
@arkeynserhayn8370 Ай бұрын
Yeap, even worse is that sometimes compression software pretains filesystem metadata, and you cannot just sort by date.
@freenull
@freenull Ай бұрын
atool gives you aunpack which unpacks pretty much any archive always into a directory, it checks automatically if the archive has a single directory inside or if it's a bunch of files in the root
@antropod
@antropod 28 күн бұрын
Today I learned that linux does not have open file dialog
@veganaiZe
@veganaiZe Ай бұрын
Ironically, that goofy little "(c)" that people throw in the middle of their copyright statement, technically, makes the entire copyright declaration invalid. Legally, at least in the United States, it's supposed to read "Copyright YEAR Legal Name"... or one can substitute the *real* copyright sign "©" (technically different from the "circled Latin C"!) in place of the word "Copyright". Even Rocket Lawyer gets it wrong on their generated forms -- but, interestingly, they get their own copyright declaration correct at the bottom of their web pages. 🤔 (Also, I'm not a lawyer and this isn't legal advice!)
@V0KIAL
@V0KIAL 27 күн бұрын
still no ios :c
@Vulto166
@Vulto166 24 күн бұрын
Oh no! i just noticed that i got slopped again.
@amuerta3041
@amuerta3041 Ай бұрын
Considering how annoying it is to explain to a new to programming person how to get started with C programming with raylib. And the installation process on windows is just hell. This new installer is a real deal. Now it its bearable to help a new developer get started
@desertfish74
@desertfish74 Ай бұрын
Don’t dev on windows if you can avoid it
@amuerta3041
@amuerta3041 Ай бұрын
@@desertfish74 i don`t, i`ve been using linux for around 7 years, but my friend who wanted to try C only used windows, so trying to help him setup developer environment was very frustrating
@rkc137
@rkc137 Ай бұрын
13:10 i literally crying under bad every fucking time when he throws shit at c++ for no reason 😢
@iamdozerq
@iamdozerq Ай бұрын
Best cpp is c99+classes
@marinvarivoda9646
@marinvarivoda9646 Ай бұрын
Horrible take. Newer standard library is great, for stuff like threading and filesystem
@ryanburnside38
@ryanburnside38 20 күн бұрын
The only thing easier than immediate mode in OpenGL is Borland's graphics.h. I've said it for a long time modern OpenGL is a disaster it has its place I suppose for masochists but I sure as hell want nothing to do with it.
@Marhaenism1930
@Marhaenism1930 Ай бұрын
4:40 name revealed, Mr Kutepov
@thesenamesaretaken
@thesenamesaretaken Ай бұрын
Zozin Kuteboi
@InMemoryOfNeo
@InMemoryOfNeo Ай бұрын
"if you're using raylib, you're running my code." I won't use raylib anymore ;) just a joke bro
@anon_y_mousse
@anon_y_mousse 28 күн бұрын
I know what you mean about project-based dementia. I don't just forget how to use libraries though. I'll need a program for something, find that it's not in the repository, download the source, build it, then use it once and forget it exists. Then a year or two later I'll go looking for it again and find that I've already built it but never installed it. As far as shortened names and organization, I keep everything in ~/code/ and I've got a permanent shell variable "$c" to navigate there. I've got a bunch of common paths in my various Bash config files. I use $g for my games folder and you would not believe how much is in there.
@puncherinokripperino2500
@puncherinokripperino2500 Ай бұрын
I have an argument against having project creation tool at all, if there is such tool it will be easier to complicate manual creation and and it will be no problems to put tons of shit into default empty project which will complicate everything.
@krazymeanie
@krazymeanie Ай бұрын
How does it complicate manual creation???
@puncherinokripperino2500
@puncherinokripperino2500 Ай бұрын
@@krazymeanie the tool is already putting lots of stuff in, not hard to imagine if some of it will become mandatory for manual use too
@petermaltzoff1684
@petermaltzoff1684 Ай бұрын
chug the slop deep and true
@DelgardAlven
@DelgardAlven Ай бұрын
Hello Mr. Zoz Straustroup
@snatvb
@snatvb 29 күн бұрын
Hey, are u russian speaker? Just ur name looks like u should be)
@patrickslota351
@patrickslota351 Ай бұрын
Engagement
@BboyKeny
@BboyKeny Ай бұрын
Message for more engagement
@skripp
@skripp Ай бұрын
Disagreeing for rage-baiting. You are wrong, “pal”.
@shydegenerate77
@shydegenerate77 Ай бұрын
@@skripp I don't agree with your disagreement.
@reiwichiaoqueipu8490
@reiwichiaoqueipu8490 Ай бұрын
Dude. You have year on your clock. Why?...
@user-sb5vt8iy5q
@user-sb5vt8iy5q Ай бұрын
I just released
@multicoloredwiz
@multicoloredwiz Ай бұрын
U guys.. the algorithm brrbrbrrhrbeb
@zeta0590
@zeta0590 Ай бұрын
32:02 too late LUL
I made Futures from scratch
1:56:09
Tsoding Daily
Рет қаралды 23 М.
Terminal Family Feud
1:36:03
ThePrimeTime
Рет қаралды 89 М.
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
You Don't Know Network Programming
2:20:44
Tsoding Daily
Рет қаралды 59 М.
10 Gamedev Libraries For 10 Needs (used by AAA companies)
11:33
Oskar Schramm
Рет қаралды 30 М.
The NASA Open Source Tool You Never Heard About (I like it)
16:32
Introducing Clay - High Performance UI Layout in C
35:19
Nic Barker
Рет қаралды 103 М.
i dove down the 7zip rabbit hole (extremely deep)
12:50
Low Level
Рет қаралды 415 М.
I made a horror game that's IMPOSSIBLE to SCREENSHOT!
3:52
Branta Games
Рет қаралды 1,8 МЛН
5 VS 5 DEVS - Which TEAM Makes the BEST GAME without COMMUNICATING?
17:01
Configuring Emacs on My New Laptop
2:00:09
Tsoding Daily
Рет қаралды 95 М.
Every programming language explained in 15 minutes | Prime Reacts
43:42