This Library Make Parsing in C Easier
2:57:15
Generative Shaders
2:54:45
Күн бұрын
Server-Side Rendering in C
2:06:31
2 күн бұрын
Implementing Scientific Paper in C
4:42:54
Stress Testing WebSocket Implementation
2:36:44
WebSocket Server from Zero by Specs
3:56:10
They made Python in Python
1:36:25
21 күн бұрын
The Web Does No Innovation
3:44:57
I Hacked C3 Compiler for This
2:37:40
Hacking GNU utilities - m4
2:07:20
Back-face Culling in C on Linux
1:30:08
Configuring Emacs on My New Laptop
2:00:09
Parsing 3D File in C
1:24:01
2 ай бұрын
BASIC in 2024 has Potential
2:09:01
2 ай бұрын
WASM on Backend is the Future
3:31:13
Everyone Should Use WebAssembly
3:34:09
Breeding Words with C3 Language
1:44:32
I Wrote Superhuman Code By Hands
1:40:02
How tf Doom Even Did That?!
1:39:26
3 ай бұрын
Programming w/o Language
1:47:00
3 ай бұрын
Programming in C3 to Annoy Zig fans
1:51:55
Пікірлер
@GreggHarris-gm7ef
@GreggHarris-gm7ef Күн бұрын
welcome to yet another raylib programming session with a mister azozin
@Aayushh07
@Aayushh07 Күн бұрын
I only respect c and rust programmers. Rest are not even real engineers I believe. Even complete CS branch is not real engineering. Those who make semiconductors are the real og.
@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
@KathyMcIntosh-x5k
@KathyMcIntosh-x5k Күн бұрын
Thanks for the breakdown! Just a quick off-topic question: My OKX wallet holds some 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?
@JannesDragon
@JannesDragon Күн бұрын
7:27 Sturm der Liebe kam unerwartet
@ecosta
@ecosta Күн бұрын
2:08:00 The idea of using MSG_PEEK was :chef-kiss:. Genius usage of a flag from a sys call also available on OSX and Windows. Can your Rust do that? 😆
@AnuragMishraYT
@AnuragMishraYT Күн бұрын
37:25 bro puts a comma in the wrong place and blames json for existing. these crybabies lol
@hubstrangers3450
@hubstrangers3450 Күн бұрын
Thank you....
@errelin1326
@errelin1326 Күн бұрын
30:06 Programming is long that’s true but GitHub has two uppercase letters 😂, which is not that cool
@amirmomehp
@amirmomehp Күн бұрын
Port BOOMER to it
@hetias
@hetias Күн бұрын
Im gonna c on her zig until i rust
@StevenMartinGuitar
@StevenMartinGuitar Күн бұрын
Zozin down on views? Y'all aren't commenting and liking enough. Turn the sub bell on
@sargis2239
@sargis2239 Күн бұрын
you write a few pages of pure html and asking why we need react? cause it's allowed us to use hooks,component style,build your own architecture by different libraries and so on.wtf dude
@InMemoryOfNeo
@InMemoryOfNeo Күн бұрын
"if you're using raylib, you're running my code." I won't use raylib anymore ;) just a joke bro
@heavymetalmixer91
@heavymetalmixer91 Күн бұрын
Ngl C3 looks relaly interesting, though it's still quite early in development.
@bzboii
@bzboii Күн бұрын
12:30 nice photo :P
@dorianligthart3378
@dorianligthart3378 Күн бұрын
7bith comment!
@Mitchicus94
@Mitchicus94 Күн бұрын
The RGFW documentation got updated thanks to this
@naranyala_dev
@naranyala_dev Күн бұрын
c3, c3, c3
@robertsimmons9563
@robertsimmons9563 Күн бұрын
Literally I watched your video on eMacs and then KZbin didn’t show me another video of yours until today.
@alh-xj6gt
@alh-xj6gt Күн бұрын
The labelled breaks at 38:30. I mean C can have labels too but will have to use goto. With a few nested long ifs I tend to add comments on the longer closing curly brackets anyway to keep track of the different scopes. So the c3 example would have _/* \FOO */_ or _// \FOO_ at the closing curly brackets anyway and with that it wouldn't look much different from the C equivalent. Here that C3 example in C with comma operator lhs to resemble C3s example a bit to indicate that this if is breakable with goto and the label. Also it is handy to have the label right there to use editor jutsu and jump. void test(int i) { if ( (void)"FOO: breakable outer if", 1 > 0 ) { while (1) { printf("%d ", i); // Break out of the top if statement. if (i++ > 10) goto FOO; } } FOO:; } Could also use a more descriptive label than FOO. The use of comma operator lhs was to get near a c3 feel could also use comments to convey that the outer if breaks. YMMV.
@dazoedave
@dazoedave Күн бұрын
You touched on many reasons why I dislike many custom GUI's missing features. Like CTRL-<arrow> jump words, CTRL-SHIFT-<arrow> 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.
@gempf
@gempf Күн бұрын
Around 37:00 Is he being sarcastic, right?
@wxwf934
@wxwf934 Күн бұрын
your red t-shirt there is something wired about it i am not sure what it is, just be careful
@fu886
@fu886 Күн бұрын
5:44 supply chain attack now airing on youtube.
@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.
@lievenpetersen
@lievenpetersen Күн бұрын
16:02 funny, cause that's what she said too
@xsamuelx3603
@xsamuelx3603 Күн бұрын
: )
@Joih08
@Joih08 Күн бұрын
Ютуб призвал меня сюда. А можно видео про то что такое Raylib и что его отличает от других движков и от самописных движков?
@burakgazicetin3628
@burakgazicetin3628 Күн бұрын
kzbin.info/www/bejne/bYutaqOAf9OrnKs i3 is just a wm but if you still want to have those futures you can use some additional tools like picom Also if you want to have dark theme for gtk apps u can use lxappearance It helps to tweak gtk configuration for i3
@albinekb
@albinekb Күн бұрын
OH MY ****!! A new raylib. This is revolutionary!
@henrykkaufman1488
@henrykkaufman1488 Күн бұрын
Yes, you should do stream on SDL3, it changes user's code flow and it's pretty interesting
@prozacgodretro
@prozacgodretro Күн бұрын
@5:45 - If you run nvm you're running my code... DO YOU TRUST ME!..! (feel free have a giggle at the actual number of lines of code I contributed @ prozacgod)
@MoKaLu
@MoKaLu Күн бұрын
a pure joy to watch your videos!
@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...
@thefields_
@thefields_ Күн бұрын
Why does C look even cleaner and straight-to-the-point than JavaScript, or in this case, React? C's lower on the programming iceberg than JavaScript, yet looks easy as hell to learn?
@notuxnobux
@notuxnobux Күн бұрын
It's always frustrating to watch tsoding. For example at 10:38 he clicks on a link that describes it properly, then clicks on the tab and clicks away before looking at the page. ADHD brain preventing you from learning properly.
@microspacer
@microspacer Күн бұрын
Son, how the job search is going?
@justfly1984
@justfly1984 Күн бұрын
Hope raylib is not GPL
@ilikebananas342
@ilikebananas342 Күн бұрын
It's zlib which is way more permisive than gpl3
@SoftBreadSoft
@SoftBreadSoft Күн бұрын
zlib license, similar to MIT/x11 license
@19joni69
@19joni69 Күн бұрын
You and raylib is what got me to enjoy and understand C
@petermaltzoff1684
@petermaltzoff1684 Күн бұрын
zigrats missed incredible opportunity to call it build.zig.zag
@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
@petermaltzoff1684
@petermaltzoff1684 Күн бұрын
chug the slop deep and true
@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!)
@Reading-v12
@Reading-v12 Күн бұрын
lmao 😂😂😂, project name ehh urmom. fu*kin hell.🤣🤣🤣
@tarn_jihas
@tarn_jihas Күн бұрын
This is the most programming channel out of all programming channels on youtube
@DelgardAlven
@DelgardAlven Күн бұрын
Hello Mr. Zoz Straustroup
@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
@reiwichiaoqueipu8490
@reiwichiaoqueipu8490 Күн бұрын
Dude. You have year on your clock. Why?...
@mire6134
@mire6134 Күн бұрын
33:17 had me in shambles LMAO