Questions on StackOverflow 5

  Рет қаралды 18,782

zyapguy

zyapguy

Күн бұрын

Пікірлер: 134
@Tantandev
@Tantandev 2 жыл бұрын
programmer humor never fails to cheer me up
@ninja_raven256
@ninja_raven256 2 жыл бұрын
and so do your videos
@strifeclient
@strifeclient 2 жыл бұрын
lol yes
@ioneocla6577
@ioneocla6577 2 жыл бұрын
Shhh it's rust king
@RandomGuyBay
@RandomGuyBay 2 жыл бұрын
Someone trying that guy's OS in python be like: Man, I have been staring at the screen for a 1 month and all I see is a black monitor Also its kernel: I am still loading video drivers
@Tantandev
@Tantandev 2 жыл бұрын
*remind me 10 years* - checkout that famous operating system written in Python
@MapletreePaper
@MapletreePaper 2 жыл бұрын
(1:57) Just for future reference the "|" character is called a pipe in a programming context such as this.
@DuffkaBigNerd
@DuffkaBigNerd 2 жыл бұрын
That hurts me just as much as people calling it a hashtag(#) Edit: And ofcourse, peple are calling it "hash" or "sharp" it called "pound" Edit again: Thank you all for informing me, ignore what I said I'm just dumb.
@cgme9535
@cgme9535 2 жыл бұрын
This is correct.
@gachastorys5129
@gachastorys5129 2 жыл бұрын
@@DuffkaBigNerd What’s the actual name for it?
@cd73net
@cd73net 2 жыл бұрын
@@gachastorys5129 Just "hash" it was turned into a "hashtag" by social media, as the same suggests, they use the hash (#) as a symbol to tag something (hence hashtag)
@n6rt9s
@n6rt9s 2 жыл бұрын
@@DuffkaBigNerd what's the correct way to call it besides "sharp" in C#?
@dr.internet8661
@dr.internet8661 2 жыл бұрын
It might be possible to make a OS in "python" by using Cython that "compiles" a variant of python to C (requires a lot of workarounds but it's possible). But, some stuff still needs to be written in assembly, such as a bootloader.
@standingpad
@standingpad 2 жыл бұрын
If I recall correctly Cython only turns Python code to C extensions for the Python interpreter, not pure C code EDIT: I just remembered that there is RPython, which compiles to native C code. It's used for the PyPy interpreter. The downsides however are: A. You still need an interpreter to compile from RPython to C B. It's mainly used for making interpreters, so it's not the best for an OS C. There's tons of constraints regarding certain features in Python like variables only having a single type
@techiza652
@techiza652 2 жыл бұрын
@@standingpad actually since cython code is just C with a flavor of cpython it can run like normal C, aka executables(.exe) but the size of those files with be much larger than C even for a simple hello world program
@moltony
@moltony 2 жыл бұрын
i dont think u can
@zweitekonto9654
@zweitekonto9654 2 жыл бұрын
Why in assembly?
@evan_game_dev
@evan_game_dev 2 жыл бұрын
@@zweitekonto9654 you need a ton of control when making the first stage of the bootloader, which is just getting the thing to start
@Dev-Siri
@Dev-Siri 2 жыл бұрын
Can't wait 5 years for Questions on stack overflow VI
@IMCYT
@IMCYT 2 жыл бұрын
Had a bad day, this made my day a bit better
@mappingworldbrasil
@mappingworldbrasil 2 жыл бұрын
Same here, unfortunately
@cecilarthur3579
@cecilarthur3579 2 жыл бұрын
Mission Passed + Better day
@clem_clem421
@clem_clem421 2 жыл бұрын
i feel just uncomfortable now
@randomshitpost5926
@randomshitpost5926 2 жыл бұрын
I love how he changes his voice for every character
@GrayM2
@GrayM2 2 жыл бұрын
1:40 Ah yes the big KZbinr that knows how to “code” perfectly
@bubby1595
@bubby1595 2 жыл бұрын
The unity one is the most perfectly timed one as i just started watching unity tutorials ( also watched yours for mirror networking ty btw)
@monika.alt197
@monika.alt197 2 жыл бұрын
Honestly, the BestC person sounds like a genuinely nice person who is just a bit confused about humour
@WizardEel69
@WizardEel69 2 жыл бұрын
3:23 I AM NOT TSUPID also him: misspells stupid
@not_herobrine3752
@not_herobrine3752 2 жыл бұрын
that mispelling sounded cute ngl
@encyclopediablender
@encyclopediablender 2 жыл бұрын
Those last 2 were gold
@sguptzz
@sguptzz 2 жыл бұрын
Finally zyapguy is back after his piles operation
@RedStone576
@RedStone576 2 жыл бұрын
i hope they don't actually build an os with python
@justsomeguy6545
@justsomeguy6545 2 жыл бұрын
It has been 1 month and my computer is still booting up
@Manny73211
@Manny73211 2 жыл бұрын
print string in C? I don't know much about c, but I think it's like: printf("whateverthestringis")
@Inactivebiiiiiiiiit
@Inactivebiiiiiiiiit 2 жыл бұрын
@@Manny73211 bro was just trying to correct you so you know in the future, it’s all good
@lucasvillani5484
@lucasvillani5484 2 жыл бұрын
#include And the semicolon, as mentioned.
@Manny73211
@Manny73211 2 жыл бұрын
@@Inactivebiiiiiiiiit yeah it's ok ig
@Mia-zb4zh
@Mia-zb4zh 2 жыл бұрын
// Import the standard io (input-output) library #include // The main function which gets executed when you program is started int main(void) { // Write "Hello World!" into the console (stdout) puts("Hello World!"); // 0 == success return 0; }
@Manny73211
@Manny73211 2 жыл бұрын
@@Mia-zb4zh the way you included a void makes me think you're talking about C# or C++
@not_herobrine3752
@not_herobrine3752 2 жыл бұрын
now we wait for quandale linus dingle to create pylinux
@bijoykumarsaha6159
@bijoykumarsaha6159 2 жыл бұрын
No, he will name it pynux. I guarantee, see it in the coming 10 years
@pyp2205
@pyp2205 2 жыл бұрын
​@@bijoykumarsaha6159 or maybe Linthon?
@kenan2386
@kenan2386 2 жыл бұрын
0:29 forgetting the f in printf c, cant relate more 1:58 the symbol for and is || (or) got me
@timecubed
@timecubed 2 жыл бұрын
I come back here whenever I feel stupid, then remember there's stakcoverflow
@clashcon11
@clashcon11 2 жыл бұрын
That Unitey... Got me.
@thatchapthere
@thatchapthere 2 жыл бұрын
"how would I implement this output buffer?" I'm dead
@OrangeDied
@OrangeDied 2 жыл бұрын
Zyap searching for comments that aren't about his upload schedule to heart lol
@DsiakMondala
@DsiakMondala 2 жыл бұрын
BestC is a cutie. We must protec him at all costs.
@oscareriksson9414
@oscareriksson9414 2 жыл бұрын
Well, he's famous now. We should ask the discurager if he's sorry
@crazypersonalph
@crazypersonalph 2 жыл бұрын
Tech Maniac returns 1:41 lol
@vinayaksingh524
@vinayaksingh524 2 жыл бұрын
wtf this already ended? Bruh
@guigazalu
@guigazalu 2 жыл бұрын
OS in python? I'm now waiting for the OS in JS. Or, more realistically, a Linux kernel version totally in Rust.
@ioneocla6577
@ioneocla6577 2 жыл бұрын
Fun fact redox os is a complete os written from scratch in rust with a new libc file system gui toolkit kernel core utils etc... All in rust but it's still in VERY early stages
@bahcesehirkoleji1400
@bahcesehirkoleji1400 2 жыл бұрын
Good
@zweitekonto9654
@zweitekonto9654 2 жыл бұрын
I feel bad for the last dude.
@doggolegend
@doggolegend 2 жыл бұрын
These are just the funniest videos ever
@cecilarthur3579
@cecilarthur3579 2 жыл бұрын
Yes
@kushalchakrabarti7465
@kushalchakrabarti7465 2 жыл бұрын
I am just a beginner in SQL and have only been doing it for a few weeks now. Got stuck in getting decimal places for a query using window functions. Since window functions are little different than normal queries, my normal methods to get decimals were not working. I asked a question just now in stackoverflow and a guy nicely answered and then went on to nicely roast the question and my google research skills. Also downvoted me for the question😑. These kind of things actually would break confidence of beginners trying to learn coding for the first time.
@アイワントダイ
@アイワントダイ 2 жыл бұрын
Society
@keshi5541
@keshi5541 2 жыл бұрын
They are losers basically. They are outing themselves. There is alot of elitism within the tech community.
@godlysasuke4315
@godlysasuke4315 2 жыл бұрын
Nice content as always
@noobcraft5712
@noobcraft5712 2 жыл бұрын
The question of the day do you accutaly have a dog?
@zyapguy
@zyapguy 2 жыл бұрын
Unfortunately, my landlord doesn't allow dogs. So I don't :(
@noobcraft5712
@noobcraft5712 2 жыл бұрын
@@zyapguy that's sad :( mine too
@olivespeedruns
@olivespeedruns 2 жыл бұрын
PART 6!
@thepaulcraft957
@thepaulcraft957 2 жыл бұрын
the last one really hurts
@sguptzz
@sguptzz 2 жыл бұрын
3:34 lmao
@mallusrgreat
@mallusrgreat 2 жыл бұрын
Someone asked me this today: i ran pip install push but then push heroku master doesnt work
@aim2986
@aim2986 2 жыл бұрын
There is the bits project of intel if you wanna write os in python. Personally I havent actually tried it out myself but it looks promising. Actually it's not meant for writing operating systems but i dont see any reason why you cant. Still, a python os sounds like a super duper crazy idea. If you are a beginner, you have no business putting the words "python" and "os" together, for any purpose. If you are intermediate, for some purposes you are allowed to do that but still have no business developing an os. If you are advanced, first learn how to do low level stuff in python before even talking about os dev. If you are a truly 1337 python god then I say try your chance buddy.
@kenan2386
@kenan2386 2 жыл бұрын
stackoverflow XII
@chicky6939
@chicky6939 2 жыл бұрын
good video!
@stonefreak5763
@stonefreak5763 2 жыл бұрын
Well, he is kinda famous, like, over 2k People have read his Comments now (referring to the last one)
@evan_game_dev
@evan_game_dev 2 жыл бұрын
The OS with python one hurt
@SlimeyDev
@SlimeyDev 2 жыл бұрын
summer break is ending for me 😭
@Ganerrr
@Ganerrr 2 жыл бұрын
ngl i'd perfer this with real posts/replies
@fuzzyplays2321
@fuzzyplays2321 2 жыл бұрын
I would download quandale Dinge OS
@wtfdoiputhere
@wtfdoiputhere 2 жыл бұрын
I had no idea SO was actually this terrible, all I've ever been using it for is seeing which reply had a tick mark and copy the code
@The_Codemaster144k
@The_Codemaster144k 2 жыл бұрын
he probably uses inspect to make fake answers for satire. dont worry actual stack overflow isnt like this
@Gauley_
@Gauley_ 2 жыл бұрын
questions on stackoverflow 6 when
@codewithhn7290
@codewithhn7290 2 жыл бұрын
first like but with other account...
@Randych
@Randych 2 жыл бұрын
The lua one was harsh.
@mono9237
@mono9237 2 жыл бұрын
are you german by any chance?
@crazypersonalph
@crazypersonalph 2 жыл бұрын
hes turkish lol
@vardhiro
@vardhiro 2 жыл бұрын
3rd 😭😭🤣🤣
@SaharshDev
@SaharshDev 2 жыл бұрын
new video?
@Vqnkley
@Vqnkley 2 жыл бұрын
this cant be real
@JackieJKENVtuber
@JackieJKENVtuber 2 жыл бұрын
These cannot be real threads; at least two of the folk in most of these are just trolling
@luissg1228
@luissg1228 2 жыл бұрын
Hahahahaha these people have to be trolls, I resist to believe these are serious questions
@sameerplaynicals8790
@sameerplaynicals8790 2 жыл бұрын
bruh was the first one real
@bigjackg
@bigjackg 2 жыл бұрын
The OS in py is the one....
@Fubbel42
@Fubbel42 2 жыл бұрын
SO questions be like I have written the code please help me fix *enter image description here*
@a.mondal648
@a.mondal648 2 жыл бұрын
The fact that you use TECHMANIAC in yor videos. Hope he doesn't sue you
@Spaceimations
@Spaceimations 2 жыл бұрын
I'm so upset that these arent real lol
@costelinha1867
@costelinha1867 2 жыл бұрын
"I know how to do this because I'm a BIG KZbinR that teaches this stuff for thousands, but I'm gonna be nice today and just tell you. The symble for and is ||, don't thank me. Just subscribe." (That symble: || is not the symble for "and", it's the symble for "or", as in "if x is an in int OR x is > 0" rather than "if x is an int AND x is >0". This is the symble, for "OR" lmao. The actual symble for "and" is &&) Oh the other guy on stack already corrected that.... ok...
@vaisakh_km
@vaisakh_km 2 жыл бұрын
why the hell you are telling me to make os in c i would take HTML any day over c... that's the best programming lanuage evwr created
@sparkafear
@sparkafear 2 жыл бұрын
LOL THE KID USED ROBLOX CODE FOR C#. (No hate to roblox/lua coders)
@justsomeguy6545
@justsomeguy6545 2 жыл бұрын
Roblox on their way to take a 40 percent cut from game devs for doing jack shit
@sparkafear
@sparkafear 2 жыл бұрын
@@justsomeguy6545 lol
@timleroux666
@timleroux666 Жыл бұрын
@@justsomeguy6545 40 ? More like 75 ??
@AkiZukiLenn
@AkiZukiLenn 2 жыл бұрын
Yeah like the only time your question will get answer in stack overflow lol./
@davronbeknormamatov4596
@davronbeknormamatov4596 2 жыл бұрын
Are these people real or are they trolling?
@VincentKun
@VincentKun 2 жыл бұрын
Hey guys don't be mean there is an OS written in python, It's only bad at performance it's called Windows you know
@v01d_r34l1ty
@v01d_r34l1ty 2 жыл бұрын
If Windows was scrapped and rewritten in Python, it'd probably be faster...
@DownDance
@DownDance 2 жыл бұрын
Am I the only one who is angry now?
@CoinStudios
@CoinStudios 2 жыл бұрын
xD
@mangonango8903
@mangonango8903 2 жыл бұрын
Second
@vinayaksingh524
@vinayaksingh524 2 жыл бұрын
second
@Manny73211
@Manny73211 2 жыл бұрын
69 comments :0
@Death-zc7de
@Death-zc7de 2 жыл бұрын
poob
@warrior-593
@warrior-593 2 жыл бұрын
Cringe
@thepaulcraft957
@thepaulcraft957 2 жыл бұрын
the last one really hurts
Questions On StackOverflow 6
3:45
zyapguy
Рет қаралды 8 М.
Programmer Types People Hate
7:44
zyapguy
Рет қаралды 27 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
What if all the world's biggest problems have the same solution?
24:52
The Tyrannical Mods of Stack Overflow
12:15
GamesWithGabe
Рет қаралды 376 М.
Making an EXTREME VERSION of ALT F4!
7:22
zyapguy
Рет қаралды 6 М.
the man in the thumbnail is a sadistic murderer
18:03
Louis Rossmann
Рет қаралды 1,2 МЛН
Open Source vs. Proprietary Software
10:17
zyapguy
Рет қаралды 4,4 М.
Why Do People HATE JavaScript?
7:13
zyapguy
Рет қаралды 9 М.
Even More Questions on StackOverflow...
3:26
zyapguy
Рет қаралды 69 М.
I Created a Program That FORCES Me to Quit Instagram!
6:28
zyapguy
Рет қаралды 2,3 М.
More Questions on StackOverflow...
2:32
zyapguy
Рет қаралды 69 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН