I Brought the Dislike Counter BACK, Sort Of...

  Рет қаралды 3,274

Victor Gordan

Victor Gordan

Күн бұрын

Пікірлер: 40
@silvertakana3932
@silvertakana3932 3 жыл бұрын
The 7 dislike are the KZbin devs!
@VictorGordan
@VictorGordan 3 жыл бұрын
lmao
@TuxikCE
@TuxikCE 3 жыл бұрын
I honestly don't know why KZbin has taken such a step, because almost all of the people don't like this update.
@VictorGordan
@VictorGordan 3 жыл бұрын
Yeah, probably has something to do with appeasing big corporations that used to get a lot of dislikes on some videos. No idea tbh
@VultureGamerPL
@VultureGamerPL 3 жыл бұрын
@@VictorGordan yes
@GameBacardi
@GameBacardi 3 жыл бұрын
Not for regular users, youtube protect big business companies with this.
@silvertakana3932
@silvertakana3932 3 жыл бұрын
@@VictorGordan I think KZbin were forced by some guys in a black suit with sun glasses!
@borkyborkborked
@borkyborkborked Жыл бұрын
Makes sense to me why you're a fantastic teacher. When you struggle a lot on things like this youre forced to go over everything with a fine toothed comb to find the issue. so by the time you go to explain it, you know exactly what to say and do to help someone get it, compartmentalize it.
@nimcompoo
@nimcompoo 3 жыл бұрын
this is why i want to be a computer scientist. someone says "no you cant do this" "haha programming go brrrrr". great project man.
@VictorGordan
@VictorGordan 3 жыл бұрын
Thx and good luck :)
@nimcompoo
@nimcompoo 3 жыл бұрын
@@VictorGordan thnx :)
@kyonas6047
@kyonas6047 2 жыл бұрын
"FOR HOURS" that hit me cuz i been learning opengl with ur channel and the some opengl websites and i spent like so long not knowing why my textures were a blank color until i relised i had them as a blank color in the actual texture LMAOOOO hours of my life wasted
@gantavya6708
@gantavya6708 3 жыл бұрын
Great Project Man
@VictorGordan
@VictorGordan 3 жыл бұрын
Thanks! :) It was pretty fun to experiment with an API so different from the ones I am used to work with
@akriminsoe5527
@akriminsoe5527 3 жыл бұрын
Hey Victor I have a question. How to include variable header name. Example: #include string name = "player.h" #include name But this is error. Do you know how to do that.
@VictorGordan
@VictorGordan 3 жыл бұрын
I've never seen that before. Why would you want to do that tho? 😅
@akriminsoe5527
@akriminsoe5527 3 жыл бұрын
I want to make modding program what will #include all files inside the mod folder but I don't know what files name inside the mod folder, how many files and what type of file.
@VictorGordan
@VictorGordan 3 жыл бұрын
Sorry but this isn't related to any of my videos, and I also don't know enough information about what you want to do, so I can't really help 😅
@akriminsoe5527
@akriminsoe5527 3 жыл бұрын
I searched about this but all results are not matched. So I think this is impossible to make . This is a problem of c++. C++ can't #include variable name. I found the issue of c++!!!!
@harshivpatel6238
@harshivpatel6238 3 жыл бұрын
@@akriminsoe5527 they typically do #def boolName earlier, then check it, #ifdef bollName then x #else y. I don't get why you want to dynamically change inclusion of header files that much because preprocessors are only evaluated at compilation & build times
@buddyze
@buddyze 3 жыл бұрын
Commenting to boost the algorithm. Nice stuff.
@VictorGordan
@VictorGordan 3 жыл бұрын
Thank you! ^-^
@akriminsoe5527
@akriminsoe5527 3 жыл бұрын
How many like and unlike do you have?
@AnalyzeForSafety
@AnalyzeForSafety 3 жыл бұрын
So, this is a great project and an interesting video Now... I have never judged the quality of a tutorial video by looking at the ratio between like and dislike. (like/dislike ratio is useful though, but more for prank/gossip type of videos) If you absolutely need a ratio, you could just look at the ratio between the likes and the total number of views and supposing that 5-10% is a good bet, but honestly, just watching the video and you'll soon have a good idea if the video is good or not. Dislike button is sometimes used as a tool to shame a creator by unscrupulous viewers (or bots?), so I believe that making is disappear is a good move as it puts unnecessary pressure on video creators which have a hard life creating content (I bet you know that!)
@VictorGordan
@VictorGordan 3 жыл бұрын
I almost always look at the like/dislike ratio when watching tutorials. I guess it differs from person to person. I sort of doubt the 5-10% ratio between likes and views works, but it would certainly be interesting to see some research be done on this. In the end I wish they could just give the creators the option to enable or disable the dislike counter 😅
@AnalyzeForSafety
@AnalyzeForSafety 3 жыл бұрын
@@VictorGordan Yes, very true!
@soupborsh8707
@soupborsh8707 2 жыл бұрын
KZbin Vanced has dislikes!!!!!
@VictorGordan
@VictorGordan 2 жыл бұрын
That's only for Android though, and it's basically impossible for their count to be as accurate as mine (since I literally have access to my data, while they don't since KZbin blocked it). But I'm sure they have a good approximation
@Bestsoft100
@Bestsoft100 3 жыл бұрын
That doesn't really make sense, you could just put the wrong numbers in the description.
@VictorGordan
@VictorGordan 3 жыл бұрын
I mean I could, but you can look at the code and see that it does fetch the correct ammount of dislikes. And if I really wanted to lie, I wouldn't have made this in the first place 😅
@Bestsoft100
@Bestsoft100 3 жыл бұрын
@@VictorGordan There's a better way to get dislikes back, I wrote an answer comment but I think it got spam filtered.
@encapsulatio
@encapsulatio 3 жыл бұрын
Can you make please tutorials on Vulkan? Yes paid ones, or recommend what you think are the best truly in depth resources to learn Vulkan. Thank you!
@VictorGordan
@VictorGordan 3 жыл бұрын
I recommend Brendan Galea on KZbin for Vulkan video tutorials. vulkan-tutorial.com is also great if you prefer things in a written format ;) I doubt I'll be doing any Vulkan tutorials anytime soon 😅 Good luck!
@encapsulatio
@encapsulatio 3 жыл бұрын
@@VictorGordan Thanks! Why the dislike for Vulkan?
@VictorGordan
@VictorGordan 3 жыл бұрын
I don't dislike it. I think it's great! Just haven't gotten around to learning it yet ¯\_(ツ)_/¯
@Agent_Ax
@Agent_Ax 3 жыл бұрын
Great now do it in cpp lmao
@VictorGordan
@VictorGordan 3 жыл бұрын
Yeah, write a wrapper for Python in cpp 💀
Why Are Open Source Alternatives So Bad?
13:06
Eric Murphy
Рет қаралды 726 М.
Programmer VS The Human Benchmark Test | Number Memory
17:47
Code Bullets Day Off
Рет қаралды 525 М.
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Stop using std::vector wrong
23:14
The Cherno
Рет қаралды 163 М.
Q&A - 1024 Subscribers Special
18:51
Victor Gordan
Рет қаралды 971
What Happened To Google Search?
14:05
Enrico Tartarotti
Рет қаралды 3,1 МЛН
7 Outside The Box Puzzles
12:16
MindYourDecisions
Рет қаралды 135 М.
The Most Legendary Programmers Of All Time
11:49
Aaron Jack
Рет қаралды 645 М.
Procedural Generation Tutorial 0 - Introduction
8:42
Victor Gordan
Рет қаралды 7 М.
Python Developer learns Rust (and remaking my chess engine)
16:18
TheSandwichCoder
Рет қаралды 75 М.
I made maps that show time instead of space
10:44
Václav Volhejn
Рет қаралды 1 МЛН