Easy Annoying Popups in C

preview_player
Показать описание

References:

Chapters:
- 0:00:00 - TBD
Рекомендации по теме
Комментарии
Автор

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 🥳

chriswinslow
Автор

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!:)

dieSpinnt
Автор

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!

diaboempessoa
Автор

Write a Minecraft clone in brainfoock (of course using raylib)

glowiak
Автор

Padding is inside the component, outside spacing called margins

dnkreative
Автор

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?"

weekipi
Автор

47:18 this is also called complexity/hardness vs toughness toughness requires creativity, complexity requires knowledge.

homework
Автор

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.

anon_y_mousse
Автор

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

boogly
Автор

please code your own file library in c. example:
tsicoding_file* file tsicodeing_open(...);
size_t buffSize = tsicoding_size(file);
etc.

kursadfv
Автор

30 minutes and already 1k views. Glad to see so much nerds in here

leastexpected
Автор

write an 8086 emulator that can run space invaders next

vxcute
Автор

Next up, render the waveform in the timeline?

StevenMartinGuitar
Автор

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)

hashimoto
Автор

Yo! When did the porn folder grew from 8GiB to 61GiB? Glad to see a healthy increase.

ecosta
Автор

alert("nice try you crazy dude")

fullstack_journey
Автор

01:25:11 why pt is in parentheses but index is not in parentheses?

RandomGeometryDashStuff
Автор

Is it here where we shit about web dev? 😂

Thorstorm
Автор

bro your like score has stopped just at *666*, that's not a good sign...

tdoc___
Автор

It needs to resize with the window like the track list

annybodykila