Тёмный

More Questions on StackOverflow... 

zyapguy
Подписаться 38 тыс.
Просмотров 69 тыс.
50% 1

Sorry this took a while!
Join The Discord : / discord
If you like this, please check out some of my other videos. Thanks for watching!
Algorithm Appetiser:
In this video I talked about the problems we face while programming. Stackoverflow is a website that helps programmers. zyapguy is a programmer as well. Dani is a programmer as well. Elon Musk is a programmer as well. Barji is a programmer as well.

Опубликовано:

 

11 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 229   
@yeicore
@yeicore 3 года назад
"nvm, I fixed it" *Closes the freaking thread*
@aldi_nh
@aldi_nh 3 года назад
Me who have the same problem : "HOW DID YOU FIX IT??????"
@infienite9215
@infienite9215 3 года назад
It's like deleting/not writing the documentation, so only you can understand how to fix it by the end
@DjVortex-w
@DjVortex-w 3 года назад
Slightly less annoying, but still a bit: "How can I make think X work?" "Have you tried thing Y?" "Thanks. I'll try it when I get home." Never follows up with whether it actually worked or not. (This is especially annoying if that thing Y is difficult or laborious to do, and you really wouldn't want to try it unless it's confirmed to work.)
@halfbakedproductions7887
@halfbakedproductions7887 2 года назад
Anyone who does the whole "nvm fixed it myself lol" thing needs to face a firing squad. One of the worst things you can do online, would it really hurt that much to take an extra 30 seconds to give even just a basic hint about what you did?
@nomsterdude
@nomsterdude 2 года назад
Fr, and then in the future all similar questions are marked as duplicates of said thread.
@HYKANTUS
@HYKANTUS 3 года назад
People answering with “that isn’t really the best practice” in their answer without following it up with their “best practice” is the worst.
@engendrox
@engendrox 3 года назад
not to mention it really depends on the context of your project to know exactly what is best practice or not. thats like me saying LIFO is better than FIFO period!... you should never use bubble sort! omg what kind of n00b are you? i hate those aholes in SO
@Tvngsten
@Tvngsten 3 года назад
I'm thinking they often don't know the "best practice", they just want to inflate their ego
@vulpine3431
@vulpine3431 3 года назад
@@engendrox Tbh I can’t think of a single instance where bubble sort would be a better fit than any of the faster sorting algorithms.
@nomsterdude
@nomsterdude 2 года назад
Fr
@Nolord_
@Nolord_ Год назад
Litteraly just happened to me. Ask for explanation or why saying that I couldn't be convinved if they didn't. Never got an answer.
@creativenametxt2960
@creativenametxt2960 3 года назад
1:03 ok, to be fair, Scratch has no recursion limit, so that answer is technically helpful.
@Orincaby
@Orincaby 3 года назад
[repeat (int) times] block
@farhanaditya2647
@farhanaditya2647 3 года назад
@@Orincaby Maybe because there is no recursion in scratch? (but loop)
@modables
@modables Год назад
WHAT THE FUCK IS A RECURSION LIMIT???? 🐈🐈🐈🐈🐈🐈
@double7s41
@double7s41 Год назад
@@farhanaditya2647I think there is actually, I know there’s functions in scratch and they can have arguments
@astolfo-official
@astolfo-official 3 года назад
Stack Overflow is truly just full of Redditors.
@antoniomarangon1823
@antoniomarangon1823 3 года назад
Actually you get actual useful answers if you ask programming questions on reddit, at least from my experience
@ari_archer
@ari_archer 3 года назад
@@antoniomarangon1823 yeah
@sillus2981
@sillus2981 3 года назад
@@antoniomarangon1823 Ha more on that later...
@peacemekka
@peacemekka 3 года назад
@@sohaib_t true. There's always a question that is exact or very close to your problem if you're using a popular programming language.
@igorswies5913
@igorswies5913 3 года назад
@@peacemekka unless you're doing a niche thing
@7heMech
@7heMech 3 года назад
Tbh, I've never seen answers like that, the people in stack overflow are really helpful
@yournemesis8232
@yournemesis8232 3 года назад
Yeah true, generally these types are downvoted and not recommended so you dont see these types
@hirushaadi
@hirushaadi 3 года назад
hell no
@Nexus-rt1bm
@Nexus-rt1bm 3 года назад
It depends on the question. Although, this video is definitely over exaggerated for comedic purposes.
@pouriapmd6077
@pouriapmd6077 3 года назад
Fr
@xXrandomryzeXx
@xXrandomryzeXx 2 года назад
Unless you ask a question, people are really nice. The bad o es are not recommended on the first page of google.
@DjVortex-w
@DjVortex-w 3 года назад
The answers I love the most are the ones that abide by the principle of "don't answer what the person asked, answer what (you think) the person is _actually_ needing". Sure, maybe that sometimes is useful for beginner programmers. However, when a professional programmer with 20+ years of experience asks a question, yes, he _really means_ that question, not something else.
@scheimong
@scheimong 2 года назад
That IS the problem of stackoverflow isn't it, what helps a beginner is possibly useless to a senior dev and vice versa. It tries to be too many things at the same time and there's a clear lack of organisation.
@Commander_Chopper
@Commander_Chopper 2 года назад
This! If someone asks "How to do while using of ?" for instance, it's very likely that they have the strict requirement to use that exact version. Therefore answers like "Oh you should really use , then you can do ." are really unhelpful. The same is of course true for "How do I do ?" " is dumb do instead." I think in these scenarios it would be best if the answer were something like: "So you might not want to do this with / because of . Therefore I suggest using /. If you are positively sure you have to do it with /, here is how I would go about doing it: " That way the answer will benefit both beginners and more experienced programmers. PS: The whole answering what you think I need instead of what I aksed for reminds me of a trend in the behavior of some programs to assume what the user wanted to do and to then do it for them. (I hate that too) For instance when I bought something a few weeks ago and I had to fill out billing and shipping address and wanted the package to be shipped somewhere else. So I click on "change billing address" and fill it out and that immediately also fills the shipping address. And when I click on "change shipping address" guess what? That's right it also updates both fields. Like why do you even list both if I literally cannot make them differ?
@DjVortex-w
@DjVortex-w 2 года назад
@@Commander_Chopper Or how about those programs that assume what language you want to use based on... your timezone settings, rather than, you know, the language that Windows itself is set to. (Some websites do this too: They assume your preferred language based on your location. The absolute worst offender is nvidia's website. Not only does it assume your language based on your location, but in fact there's no way to select anything else! If, for example, your location is Finland, it will force Finnish on you and will not offer anything else. What's worse, if you are located in Belgium it will force French on you, even though the majority of Belgians speak Flemish and don't know a word of French. There's no option to change to anything else.)
@phitc4242
@phitc4242 3 года назад
only a 4:3 format and low resolution would make this a piece of absolute perfection, change my mind
@rayaannabi5275
@rayaannabi5275 3 года назад
Zyapguy is extremely consistent and his content always makes my day. It amazes me this channel isn’t way more popular, but I guarantee it will explode soon! Thank you for the great content. :)
@Purp1eVR
@Purp1eVR 3 года назад
i think it is exploding, found it like yesterday, already has 1k subs more
@musluktandokulenkarabatak
@musluktandokulenkarabatak 3 года назад
It's already exploding, he got 13k subs in 2-3 weeks.
@redred7674
@redred7674 2 года назад
Ikr
@turolretar
@turolretar 11 месяцев назад
It definitely exploded
@basti3944
@basti3944 3 года назад
1:30 these are the best tags for this question i've ever seen
@justcuriousjumperbot_6724
@justcuriousjumperbot_6724 3 года назад
0:53 "Only use C or C++" Me who uses Java for Android dev: I don't exist yet, ignore me.
@justcuriousjumperbot_6724
@justcuriousjumperbot_6724 3 года назад
@@ubuyashi735 I know that, I just took the other way around.
@VictorRodriguez-zp2do
@VictorRodriguez-zp2do 3 года назад
@@ubuyashi735 You can using kivy or pyQT
@VictorRodriguez-zp2do
@VictorRodriguez-zp2do 3 года назад
@Syed Mohammad Sannan There's always a way.
@VictorRodriguez-zp2do
@VictorRodriguez-zp2do 3 года назад
@@ubuyashi735 There's always a way, not necessarily an easy way...
@VictorRodriguez-zp2do
@VictorRodriguez-zp2do 3 года назад
@Syed Mohammad Sannan You can make andorid apps from pretty much any language that has the SDL2 library (pretty much all languages have it), it's not easy, but you can.
@imelitist2828
@imelitist2828 3 года назад
If I may interject for a moment , what you're referring to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.
@imelitist2828
@imelitist2828 3 года назад
@Marshy with a sickly wheeze the last of my life is ejected from my body....I lie on the floor limp and dead
@JeyPeyy
@JeyPeyy 3 года назад
@Marshy is this a copy pasta or did you actually put this much effort to answer a memer?
@andreimiga8101
@andreimiga8101 3 года назад
@Marshy An OS doesn't necessarily have to limit access to hardware resources
@st-wq3kj
@st-wq3kj 2 года назад
Linux fanboys are cringe
@imelitist2828
@imelitist2828 2 года назад
@@st-wq3kj yes
@nutsirimaunjit7427
@nutsirimaunjit7427 3 года назад
python do have classes , even it is not that obvious to found when you learn them from websites or apps but if you dig deeper you will find
@whoeverseesthatbehappy2722
@whoeverseesthatbehappy2722 3 года назад
The OOP in python is horrible
@whoeverseesthatbehappy2722
@whoeverseesthatbehappy2722 3 года назад
Not only the absence of private/protected keywords (in fact there's a dirty hack with double underscore)
@whoeverseesthatbehappy2722
@whoeverseesthatbehappy2722 3 года назад
But also the absence of interfaces, and the mandatory "self" argument
@yeicore
@yeicore 3 года назад
@@whoeverseesthatbehappy2722 even though I like python, it's a pain to work with "proper" OOP on it when compared to Java or PHP
@nutsirimaunjit7427
@nutsirimaunjit7427 3 года назад
@@whoeverseesthatbehappy2722 I was thinking like that so that's why oop is not mentioned in python
@bubby1595
@bubby1595 3 года назад
You keep making videos on relatable things and it just hits harder than any videos I watch outside of this channel, good job
@twotothehalf3725
@twotothehalf3725 3 года назад
Have you done a reading of that "You can't parse HTML with regex" StackOverflow post? It's a classic, that one.
@not_herobrine3752
@not_herobrine3752 3 года назад
made my day
@inconnn
@inconnn 3 года назад
you know its good when you witness a linux nerd going off on someone's question.
@hmm7458
@hmm7458 3 года назад
i hate them lol
@ultimatedude5686
@ultimatedude5686 3 года назад
@@hmm7458 We’re not all bad :(
@hmm7458
@hmm7458 3 года назад
@@ultimatedude5686 thnks for being a sensible one
@modables
@modables Год назад
@@ultimatedude5686 not from what I've seen!!! also all arch subreddit users are the same, don't ask shit from them
@techwizpc4484
@techwizpc4484 3 года назад
Describing python as a kid's programming language must be the funniest, but Python's real issue for me is its use of indentation to separate blocks of code.
@souvikghosh6966
@souvikghosh6966 3 года назад
Python is not a kid's programming language, it can rather be called as a mature language.
@not_vinkami
@not_vinkami 2 года назад
Well data scientists who use Python for hundreds of dollars a day are probably kids The supreme kids possibly
@FirstnameLastname-cl4op
@FirstnameLastname-cl4op Год назад
​@@souvikghosh6966 it's a toy language for kids
@hperm6230
@hperm6230 3 года назад
Thank you so much for making a part two of this vid!! Can we pleaseee make this a series?
@40oz82
@40oz82 3 года назад
Just wanted to drop this comment here that i just got asking about headless rendering with OpenGL on C++. "What books (printed on paper) did your read about C++, OpenGL, etc... Cite them in your question please. For C++, read this book. Also, tell us what operating system your remote server is running (it could be Linux, Windows, ....). And tell us more about your C++ compiler (it could be GCC...) "
@40oz82
@40oz82 3 года назад
@@golf398 do you want the link?
@blunygeorge
@blunygeorge 3 года назад
All of these may be jokes in the first place but it is still funny. I like this stackoverflow series
@danielmoura4821
@danielmoura4821 3 года назад
I am FullStack programmer.... FullStack Over Flow. AHAHAHAHAH I liked so much this video guy. it was awesomeee ! I am brazillian :D
@insertx2k_dev
@insertx2k_dev 3 года назад
Bro I love these series of videos, Please do more in this series Please...
@kenan2386
@kenan2386 3 года назад
The duplicate question thing got me
@nyx1284
@nyx1284 3 года назад
use C++ if u like being handed a pistol without any safety and your pointing that pistol to your memory, which I do. If you don't like that use RUST no biggie
@not_herobrine3752
@not_herobrine3752 3 года назад
idk i use c, i must like being handed a .50 caliber rifle, to be precise the rifle featured in kentuky ballistics
@ictogon
@ictogon 3 года назад
I like to code first in a "development phase" where i forget memory leaks exist, and then in a "release phase" where i forget memory leaks exist
@hmm7458
@hmm7458 3 года назад
that's why you have to learn ins and outs of a powerful weapon before using it
@christianurso7284
@christianurso7284 3 года назад
I hope you will be a one-million-RU-vidr, because I love your content and I think you can do it.
@Talon_24
@Talon_24 3 года назад
1:11 That's Amazon Customer Questions & Answers
@MasterArrow
@MasterArrow 3 года назад
These are hilarious, how long does it take you to hunt down those types of replies? I've only seen 1 or 2 of em' THAT bad before.
@nishanth6403
@nishanth6403 3 года назад
half of these are made by him for the vid
@MasterArrow
@MasterArrow 3 года назад
@@nishanth6403 god I hope so lol
@lolghp299
@lolghp299 3 года назад
My favourite series
@andreiiaz2097
@andreiiaz2097 3 года назад
Actually, I did laugh at someone using Python and recommended Scratch. Thought this was a screenshot of my reply. 😂 But, I also gave the solution to the problem, nonetheless. I was kinda like Google on Edge: Here's the answer but wouldn't you rather use Chrome?
@peacemekka
@peacemekka 3 года назад
lmao.
@linuxpropaganda
@linuxpropaganda 3 года назад
Poor python, always bullied by everyone because it is not a "real language" like C but neither something like unity :'(... Lol Good video as always
@GamingClubGermany
@GamingClubGermany 3 года назад
And another one! Great Video :) Just maybe less Breaks or music parts please ^^
@reversed-coffee
@reversed-coffee 3 года назад
The 12 dislikes are from people who’s reality is true according to the video.
@modables
@modables Год назад
RU-vid after removing the ability to speak freely:
@axolotelUA
@axolotelUA Год назад
0:44 True programmers code in the programming language they want
@userou-ig1ze
@userou-ig1ze 3 года назад
sad part is that you sometimes can't tell if the answers are real or fake
@studiospan6426
@studiospan6426 Месяц назад
Now i've strated to think that this guy just edits the website and change the actual question and comments to memes
@zyapguy
@zyapguy Месяц назад
Yeah, the actual interactions are all based on real experiences I've had with stackoverflow. However I've turned them into comedic narratives.
@mikego2611
@mikego2611 3 года назад
Well, that was as helpful as a teapot made of chocolate.
@aethertirnity7046
@aethertirnity7046 3 года назад
idea: types off hackers.... please
@IDontKnow-ic7jl
@IDontKnow-ic7jl 3 года назад
Great idea!!!
@memegod5881
@memegod5881 3 года назад
I don't think that zyappguy knows anything about hacking
@izukumidoriyadeku6246
@izukumidoriyadeku6246 3 года назад
@@memegod5881 Nahhhh..... I'm pretty sure he knows a thing or two about hacking
@theguy7701
@theguy7701 3 года назад
@@izukumidoriyadeku6246 What makes u so sure?
@izukumidoriyadeku6246
@izukumidoriyadeku6246 3 года назад
@@theguy7701 my gut!
@mynamejeff2880
@mynamejeff2880 3 года назад
we want dev logs :)
@zyapguy
@zyapguy 3 года назад
They are on their way. Don't worry 😉
@yoyo12345
@yoyo12345 2 года назад
c_str() is a lufe saver in opengl, as it is written in c, it only accepts c chars and nothing else lol
@Drmarcus9
@Drmarcus9 3 года назад
Love the new editing style
@syroalto
@syroalto 2 года назад
i like how almost all of these people only talk about python, c, and c++. other languages exist
@guigazalu
@guigazalu 3 года назад
I liked this intro. Just like a divine being breaking the 4th wall. And it ends to be a Funny Hat-wearing-Doggo.
@astral6749
@astral6749 2 года назад
1:28 His employer must be a school teacher or something.
@r4v3n_random36
@r4v3n_random36 3 года назад
Does anyone know the name of the background music in 0:32
@nuggetman1023
@nuggetman1023 2 года назад
ok so it wasn't just me getting way out of left field answers.
@abhay_krishna
@abhay_krishna 3 года назад
awesome content
@aswincvenu3958
@aswincvenu3958 3 года назад
I'd just like to interject for a moment. What you’re referring to as Linux, is in fact, GNU/Linux, or as I’ve recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX. Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called “Linux”, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project. There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine’s resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called “Linux” distributions are really distributions of GNU/Linux.
@SaulBadman
@SaulBadman 3 года назад
These are hilarious please do a part 3
@scientificthesis
@scientificthesis 3 года назад
The last one was soo accurate
@gassosaman1794
@gassosaman1794 2 года назад
What's the name of the pause music? nvm found it, it's The Entertainer
@callmelord
@callmelord 3 года назад
more PLEASE MORE
@Birb64
@Birb64 3 года назад
I actually like people who can use python, since python is such a complex coding language to me. I never used it. I went from scratch, straight to unity C and now I'm stuck in unity c lol
@hmm7458
@hmm7458 3 года назад
python along with java script is one of the easiest language to start with wdym?? C, c++ or java is way hardee to start and master
@Birb64
@Birb64 3 года назад
@@hmm7458 they are easy to some, but when I tried python, it was super strange and I never got one if statement to work. Java on the other hand I never got around doing. Because it just seemed complicated. Especially when you usually run Java on browsers. C was just something I could grasp on to. It felt more like I was in control of the computer's hardware than I was with python or java
@Orincaby
@Orincaby 3 года назад
@@Birb64 you mean C#? don't get started on C, strings are a nightmare
@Birb64
@Birb64 3 года назад
@@Orincaby ye, c#, but I am really interested in basic C. Could you tell me how C strings are arranged?
@Psykorr
@Psykorr 3 года назад
Fantastic! 😂😂😂
@devhunt9054
@devhunt9054 3 года назад
You back pog
@jenkathefridge3933
@jenkathefridge3933 3 года назад
I remember using scratch in school then kudo labs which was kinda interesting to learn about game design kinda I guess
@dizzyprotos262
@dizzyprotos262 3 года назад
Music pause between questions is definitely too long, makes me want to skip it about halfway through. Love your violence though :)
@ilikefish9537
@ilikefish9537 2 года назад
1:38 good luck using strcpy with string type without c_str()
@inofficialplaytester3271
@inofficialplaytester3271 6 дней назад
1:00 I feel like this video should be called "Stack overflow answers" I'm already irritated by these people xD Because the question is understandable, but the response is *so truly unhelpful* They could have explained the advantages of turning the recursion into a while loop, and why it is better for performance. But instead, they get hung up on the parameters of the question, like the programming language. Same for the windows vs Linux thing Like, there was a question, and they both completely ignored it to tell op why their development environment is morally despicable Good lord
@DownDance
@DownDance 3 года назад
My aggression just went to neptune
@sgssergio
@sgssergio 2 года назад
Jajaj, is very funy the characters voices
@shoeskode136
@shoeskode136 3 года назад
i just like in the start here a guy goes in like I AM GOING TO EXPLAIN EVERY SINGLE BIT PIXEL OF LINUX TO THIS GUY THAT USES WINDOWS
@edcdecl
@edcdecl 3 года назад
There are literally people at Google that use Python for data science.
@whoeverseesthatbehappy2722
@whoeverseesthatbehappy2722 3 года назад
A comment to promote the vid for recs
@bettza4685
@bettza4685 3 года назад
when you do a next "Type of programmers" video, do Mr. Stack VS Heap. How dare you assign your int on the stack!!??! what if you need it later outside of that scope function thing? blah blah *distant cries from junior dev*
@PixelZYX
@PixelZYX 3 года назад
last one was soo funny LMAOO
@DevNugget
@DevNugget 3 года назад
I didnt know stackoverflow was also a hotspot for memes
@zyapguy
@zyapguy 3 года назад
Everything is a hotspot for memes if you are zyapguy
@DevNugget
@DevNugget 3 года назад
@@zyapguy xD
@Orincaby
@Orincaby 3 года назад
@@zyapguy even graveyards
@nested9301
@nested9301 3 года назад
Nice video :)
@Konslufius
@Konslufius 3 года назад
And yet still no question was answered today.
@segefjord
@segefjord 3 года назад
Part 3 wanted!!!
@ternasius
@ternasius 3 года назад
heheh shiba with margarine container on its head
@srinivasanparthasarathy
@srinivasanparthasarathy 2 года назад
I asks a question to mam (not computer science) my toxic classmates: 1:14
@harsh9558
@harsh9558 2 года назад
This is fun XD
@baksoBoy
@baksoBoy 3 года назад
why are the transitions so incredibly long?
@magictrickdev
@magictrickdev 3 года назад
The stackoverflow community isn't even the worst part. The stackoverflow meta community is.
@kobe4460
@kobe4460 3 года назад
0:34 just buy a turing machine. That'll do it.
@assetdev1859
@assetdev1859 3 года назад
just thx u bro)
@markaj_
@markaj_ 3 года назад
this is the new yahoo answers
@RomanGamerYT0
@RomanGamerYT0 2 года назад
"real programmers" the hell
@Zmunk19
@Zmunk19 3 года назад
I got banned on stack overflow because I didn't remove a question I asked.
@deltius
@deltius 2 года назад
I'm a python user and can confirm i make fun of python too
@stevenalexander6262
@stevenalexander6262 3 года назад
I actually read the algorithm appetizer XD
@somedudeonyoutubefrfr
@somedudeonyoutubefrfr 3 года назад
My eyes hurt from laughing
@Orincaby
@Orincaby 3 года назад
My toes hurt from heartbeats
@pittyconor2489
@pittyconor2489 3 года назад
Use shorts instead of int. Bruh
@ahmadbaderkhan598
@ahmadbaderkhan598 3 года назад
this is why i never use stack . i rather pluck my eyes out then read a dumb answer . i usually look at reddit or just read more documentation till i figure it out . i use stack maybe 10 percent of the time . just because my brain cannot handle the neck beardedness
@potatolegacy
@potatolegacy 3 года назад
cool
@elrmndo
@elrmndo 3 года назад
lmao is this even stackoverflow, it feels like reddit
@nlb234
@nlb234 2 года назад
#1:11 people who reply saying that here's a hint, "NO ONE CARES"
@potatolegacy
@potatolegacy 3 года назад
but still waiting for a tutorial ple :D
@nqtural1322
@nqtural1322 3 года назад
GIVE US A THIRD
@vve4030
@vve4030 3 года назад
Part 3
@sergioenriquediazortiz5131
@sergioenriquediazortiz5131 3 года назад
Saludos desde colombia
@abdulrabbani4520
@abdulrabbani4520 3 года назад
Linux really is the far superior OS.
@hmm7458
@hmm7458 3 года назад
ok and?
@Orincaby
@Orincaby 3 года назад
@@hmm7458 I mean, he's right. There's way less processing overhead, updating your computer is as easy as "sudo pacman -Syu", which not only updates your entire system, but allows you to continue working while downloading apps, and also gaming is way better on Linux.
@hmm7458
@hmm7458 3 года назад
@@Orincaby ok bt why you are bringing it to meme video??...
@abdulrabbani4520
@abdulrabbani4520 3 года назад
@berkaykans lol no. Linux is OS based on the Linux kernel.
@CZghost
@CZghost 3 года назад
I want to genuinely think this is staged. I really want to think that. :D
@simonherrera9373
@simonherrera9373 3 года назад
I think I love you doggy
@intipontt7490
@intipontt7490 3 года назад
Manufactured.
@tilakmadichettitheappdeveloper
@tilakmadichettitheappdeveloper 3 года назад
I've never felt more guilty for having 3000 rep on stack overflow
@refactoringg
@refactoringg 2 года назад
poor python is being abused
@ictogon
@ictogon 3 года назад
almost the third :(
@itsME-dc4vm
@itsME-dc4vm 3 года назад
haha nice ;D
@rizkisetiawibawa1317
@rizkisetiawibawa1317 3 года назад
Please make video the yandere dev part 3 🙏😁
@qwertydjd3450
@qwertydjd3450 3 года назад
Doggooo
Далее
Questions on StackOverflow 5
5:33
Просмотров 18 тыс.
The Tyrannical Mods of Stack Overflow
12:15
Просмотров 374 тыс.
Questions on StackOverflow 4
4:23
Просмотров 71 тыс.
Is A Cow Ravioli?
3:07
Просмотров 25
MAKING A GAME IN 24 HOURS!
6:46
Просмотров 29 тыс.
Why Do People HATE JavaScript?
7:13
Просмотров 9 тыс.
When your about to fail a test
0:49
Просмотров 17
Programmer Types People Hate
7:44
Просмотров 27 тыс.
Open Source vs. Proprietary Software
10:17
Просмотров 3,5 тыс.
Even More Questions on StackOverflow...
3:26
Просмотров 68 тыс.
Questions On StackOverflow 6
3:45
Просмотров 7 тыс.