1:00:04 your web dev neighbour’s finally downloaded the 16,738 files in react for their hello world example and are now celebrating 🥳
@TsodingDaily11 ай бұрын
🥳
@SpaghettiRealm10 ай бұрын
Wrong, it’s 16,738 npm packages
@glowiak343011 ай бұрын
Write a Minecraft clone in brainfoock (of course using raylib)
@bacuri_capado11 ай бұрын
UPPPPPPPPPPPPP
@RandomGeometryDashStuff11 ай бұрын
raylib has brainfoock bindings?
@glowiak343011 ай бұрын
@@RandomGeometryDashStuff I'm sure he would use direct calls to the library.
@RandomGeometryDashStuff11 ай бұрын
@@glowiak3430brainfoock can call c functions?
@dieSpinnt11 ай бұрын
15:00 Saturday evening, CEO: "We have to implement a RECTANGLE! Wake up the devs, meeting at 9 o'clock!" Thank you for the video!:)
@dnkreative11 ай бұрын
Padding is inside the component, outside spacing called margins
@bhavyakukkar11 ай бұрын
he wouldn't know he doesn't use react
@diaboempessoa11 ай бұрын
It so seems this project is coming to an end, I've followed it right from the start and learned out a ton! It is a unfortunate thing Tsoding himself said he don't consider himself to be a good teacher I would pay hundreds of dollars to have this guy as a teacher/code reviewer/project recommendation system: LoL. But this is just the nature of learning. BTW - I don't know if tsoding read those comments - but since you done some playing with machine learning and data science recently why not try a reinforcement learning project in C next? A Basic Q-Learning "game" maybe maybe? what do you guys think? Or maybe some other machine learning algorithm... do Tsoding know about cryptoanalysis and breaking ciphers? it uses the same principles and I bet he would love to implement that too!
@weekipi581311 ай бұрын
An improvement for your popup would be to create a Texture shadow = BoxShadow(int width, int height, Color shadowColor, float shadowSize, float amount); function that generates a shadow using distance fields with rectangle SDF using custom shaders and framebuffers, and then draw this texture before drawing the popup at the popup position and then you say "Can your HTML do that?"
@homework896911 ай бұрын
47:18 this is also called complexity/hardness vs toughness toughness requires creativity, complexity requires knowledge.
@anon_y_mousse11 ай бұрын
Regarding complexity, the longer your application exists the more users it acquires and the more complex behavior they demand you incorporate and the more complexity is accrued. Then you scrap the whole project because it's too complex, rewrite it in a new programming language and the vicious circle begins again.
@vxcute011 ай бұрын
write an 8086 emulator that can run space invaders next
@brivism11 ай бұрын
Sweat, toast!
@boogly371611 ай бұрын
Why having abstraction doesn't make a discussed thing simpler? You've got less moving parts relevant for a perceiver of a system, so he cares about fewer details
@TsodingDaily11 ай бұрын
Abstractions always leak
@nyyakko11 ай бұрын
@@TsodingDailyand thats why every programming language is bad! actually, thats why mnemonics are bad! actually, thats why machine code is bad! actually, thats why binary is bad! actually, thats why computing is bad! actually, thats why physics is bad!
@RandomGeometryDashStuff11 ай бұрын
01:25:11 why pt is in parentheses but index is not in parentheses?
@kursad3fv11 ай бұрын
please code your own file library in c. example: tsicoding_file* file tsicodeing_open(...); size_t buffSize = tsicoding_size(file); etc.
@Recreman11 ай бұрын
Love you 🎉
@annybodykila11 ай бұрын
It needs to resize with the window like the track list
@blackhaze385611 ай бұрын
My adblock extension is not working... Good job.
@HatsuSixty11 ай бұрын
Oh, so it wasn't just me. I fixed my AdBlock by replacing chromium with ungoogled chromium in case it helps
@mobod682211 ай бұрын
you need electron for non annoying ones btw
@1Thor61storm811 ай бұрын
Is it here where we shit about web dev? 😂
@StevenMartinGuitar10 ай бұрын
Next up, render the waveform in the timeline?
@hashimoto12811 ай бұрын
Suggestion: make the initial lifetime of the pop-up be pt.slide (after adding) + HUD_POPUP_LIFETIME_SECS. This will guarantee that the pop-up stay HUD_POPUP_LIFETIME_SECS seconds fully displayed (unless it gets pushed out by many other pop-ups)
@BboyKeny11 ай бұрын
In web dev with just positions I do .viewport { position: relative; } .center { position: absolute; left: 50%; Right: 50%; translate: -50% -50%; } I think this is way more confusing than just rendering shapes. It's not obvious that the left and right percentages are about the first relative parent. But the translate percentage refers to the actual element. If you don't set a parent to relative, it will look to the body element. This is not obvious at all to me.
@hailuong929511 ай бұрын
in my experience always make parent flex and just use flex-content: center, avoid messing with top and left as much as possible since different screen size, different element can easily break it
@RandomGeometryDashStuff11 ай бұрын
@@hailuong9295flex-content isn't css property but .parent{display:flex} .child{margin:auto} doesn't cause pixel misalignment (child's pixel affects multiple parent pixels (pixel is screen pixel, not css px))
@leastexpected311511 ай бұрын
30 minutes and already 1k views. Glad to see so much nerds in here
@aamorous11 ай бұрын
love it
@ammarashraf898811 ай бұрын
can I know what color theme you are using for emacs ?
@RandomGeometryDashStuff11 ай бұрын
17:22 yes browser can crash!!! :(
@kezif11 ай бұрын
Use holyC more please. I saw web js based compiler, maybe you could make the same but as native desktop version
@Simone-qb4xr10 ай бұрын
How do you compile and reload UI without kill and relaunch app?
@ecosta10 ай бұрын
Yo! When did the porn folder grew from 8GiB to 61GiB? Glad to see a healthy increase.
@fullstack_journey11 ай бұрын
alert("nice try you crazy dude")
@sukina506611 ай бұрын
14:04 I can see where this is going... bruh
@Little-bird-told-me11 ай бұрын
how do we run C code directly in side vim ? i have to exit it out and compile every time
@ΣτάθηςΣταθόπουλος-σ7ρ11 ай бұрын
skill issue
@akshayrajput38759 ай бұрын
Hello, which font are you using?
@ludwintor498611 ай бұрын
попа
@D_VAULTZ11 ай бұрын
All hail the king!
@bhavyakukkar11 ай бұрын
no way he centered a div in C
@cesarHPM9111 ай бұрын
Anyone have the discord server link?
@tdoc666___11 ай бұрын
bro your like score has stopped just at *666*, that's not a good sign...
@medonedro301411 ай бұрын
What’s your operating system?
@bhavyakukkar11 ай бұрын
debian
@velikanskaglava208711 ай бұрын
Why not rust, what is the future of rust?
@Tezla011 ай бұрын
It's an over-complicated mess like C++
@fishsayhelo987211 ай бұрын
nice 👍
@nyyakko11 ай бұрын
pog
@hixac210511 ай бұрын
What about creating own immediate graphical user interface? Also you seems drunk this stream and seems for me little bit upset because of the moment where you telling us about volume changer complexity trying compensate bad mood. That very upsetting for me, поскольку ты очень способный программист, ведь дело не в таланте, а любовь к делу. Тот факт, что ты так долго программируешь и знаешь почти каждый язык программирования, очень мотивирует меня программировать и любить не просто нишевую сферу какую-то, а каждый аспект этого дела. Всего наилучшего тебе. Сообщество программистов не самое благоприятное с чем можно столкнуться в целом, в том числе и менеджеры, малый бизнес и тому подобная баламута, но это далеко не та самая причина, по которой нужно расстраиваться, хоть мы и социальные существа. Люблю твой канал, как и твои видео!!
@aamorous11 ай бұрын
всё из-за яблок, он сказал в начале, но даже если он ими закусывал контент все равно занимательный
@hixac210511 ай бұрын
@@aamorous слегка не понял тебя, можешь указать таймлайн? Я, видимо, пропустил это.
@masterlaplace11 ай бұрын
Ok
@DanelonNicolas11 ай бұрын
this app is getting more and more awesome everyday hehehehe love all the hate to webdev jajejej