programming war crimes 3

Поділитися
Вставка
  • Опубліковано 13 січ 2025

КОМЕНТАРІ • 297

  • @ad4mwayn340
    @ad4mwayn340 Рік тому +757

    Just remember: Any program is just a big if-else statement if you are brave enough.

    • @Kwaiiii
      @Kwaiiii Рік тому +62

      The yandere true

    • @anonimowelwiatko9811
      @anonimowelwiatko9811 Рік тому +41

      I used to write my first programs like this. It was console RPG with like 10 levels, enemies and stuff. Then I used functions... then classes... well, it was progressive learning.

    • @EdKolis
      @EdKolis Рік тому +54

      People say that AI stands for Artificial Intelligence. That's not true. It actually stands for Aelse/If.

    • @accountrarysi2776
      @accountrarysi2776 Рік тому +9

      Yandere dev

    • @_vindicator_
      @_vindicator_ Рік тому +20

      any program is just i++ if you try hard enough

  • @nvid
    @nvid Рік тому +587

    0:43 "Not sure why it does that, but it's a feature now"
    **Mojang taking notes**

  • @almicc
    @almicc Рік тому +816

    I once wrote a function that takes 11 parameters which simply initializes an object whose constructor takes all 11 parameters in the same order. I'm happy to say that I've reduced the parameter count to only 9 after a few hours of intense self-reflection.

    • @CodeWithAle
      @CodeWithAle Рік тому +50

      Monster

    • @nope.0.
      @nope.0. Рік тому +45

      The real criminal is the object that takes ordered parameters with that many items and not a Hash. If you're consciously aliasing something, at least you're paying some consideration to design.

    • @lebgen
      @lebgen Рік тому +72

      I cant tell if you're serious or this is a 9/11 joke

    • @almicc
      @almicc Рік тому +34

      @@lebgen im serious, it is not a 911 joke

    • @Foxxey
      @Foxxey Рік тому +6

      ​@@lebgen bruh

  • @wilsonwilson137
    @wilsonwilson137 Рік тому +212

    that last one with the absolute value is pure genius

    • @mrocholl
      @mrocholl Рік тому +35

      considering how js treats numbers...this might actually be the only way xD

    • @Houshalter
      @Houshalter Рік тому +11

      I'm ashamed to say I've done this. Can't remember the exact details but I think I was trying to round a number to some amount of significant digits. Was easier to just use the standard library function for displaying a number as a rounded string, and convert it back to a number.

    • @soyitiel
      @soyitiel 9 місяців тому +2

      It is kinda genius, no unnecessary complexity (for the dev, not the cpu), just a straight cut to the point

    • @lonelyghostenjoyinglife4517
      @lonelyghostenjoyinglife4517 7 місяців тому

      lol i remember doing Math.pow(a*a, 0.5) to get absolute value

    • @thebigcheese1153
      @thebigcheese1153 5 місяців тому +2

      @@soyitielTbf you probably could return -(number) and it would work but that’s not fun…

  • @AwesomeCadecraft
    @AwesomeCadecraft Рік тому +112

    2:08 genius

  • @thedownwardmachine
    @thedownwardmachine Рік тому +99

    When your boss uses lines of code as performance metric

  • @Animator2D.
    @Animator2D. Рік тому +41

    1:07 Right now, most loading screens work pretty much like this

  • @elijahbuscho7715
    @elijahbuscho7715 Рік тому +98

    2:04 at first I was thinking "ha ha look at all of the pointless layers of code for such a simple operation", and then the 'return false' hit

    • @TheVonWeasel
      @TheVonWeasel Рік тому +26

      That's because they defined False = true earlier

    • @KewalTailor
      @KewalTailor 7 місяців тому +2

      return(orig == val)
      And moreover why tf is in function first of all

    • @COArSe_D1RTxxx
      @COArSe_D1RTxxx 2 місяці тому

      ​@@KewalTailor no, it'd be `return orig != val;`

    • @shaansingh6048
      @shaansingh6048 2 місяці тому

      ⁠@@KewalTailorbut he wants it to be false if they are equal so it should be return !(orig == val)

  • @hackanimator12
    @hackanimator12 Рік тому +100

    before I watched this video I thought I was a bad programmer, now I know there is people worse, truly an motivational video

  • @gabrielbarros493
    @gabrielbarros493 Рік тому +64

    0:15
    How calculators were made

    • @lux_nemesis
      @lux_nemesis Рік тому +21

      when I was a child I thought this is how calculator works

    • @zai_ry11
      @zai_ry11 10 місяців тому

      ​@@lux_nemesis
      lol same

    • @bekiraltindal9053
      @bekiraltindal9053 3 місяці тому +2

      True though. Calculating with carry over bits takes too long. There are just tables with certain results at hand.

    • @shaansingh6048
      @shaansingh6048 2 місяці тому

      @@bekiraltindal9053isn’t that only for trig functions?

  • @THExRISER
    @THExRISER Рік тому +88

    Oh boy it's a trilogy now, keep 'em coming!

  • @terryfries
    @terryfries Рік тому +75

    in a exam regarding C I was supposed to reverse a string but because I had slept on C for the entire semester I didn't know jack about reversing characters in a string so I just logged my own characters in reverse

  • @jaceg810
    @jaceg810 Рік тому +17

    Reminds me of the time I made a class called "VolatileVarStorage" The point being that there where some variables and class objects in java that I wanted all child threads to report back to / work on, and I could not get it all sorted out neatly, so I just gave each one the "VolatileVarStorge".

  • @christianalvarado528
    @christianalvarado528 Рік тому +37

    0:45 The Yanderedev experience.

  • @alangamer50
    @alangamer50 Рік тому +66

    0:31 OOP be like:

    • @inqmusician2
      @inqmusician2 9 місяців тому +2

      True.

    • @Killtesblocs
      @Killtesblocs 8 місяців тому +5

      Do not insult the almighty universal getter

    • @blu-blu-blu-blu
      @blu-blu-blu-blu 6 місяців тому

      I mean that is one way to retrieve a variable

  • @thatdudenamedkevin5627
    @thatdudenamedkevin5627 Рік тому +17

    0:18 is just why, like this is 100% made by someone that started programming in the last two days, you can easily make this into a simple command, just why

  • @zenniththefolf4888
    @zenniththefolf4888 Рік тому +16

    "Not sure why, but it's a feature now"
    that's basically me

  • @psyrow4957
    @psyrow4957 Рік тому +14

    0:30 Behold! An ACCESSOR!!!!!!

  • @5cover
    @5cover Рік тому +220

    i just love this music
    it's perfectly suited for cursed programming, as monstruosities hidden deep inside the code, waiting to be discovered by the innocent viewer, who then begins to realize just how horrible this is. All the software in the world incorporates terrible code somewhere, and if it were to break, the consequences would be dramatic, considering how dependent to sofware our society has become.
    As the video progresses, it dawns on the viewer that we were the monsters all along.

    • @Azhini
      @Azhini Рік тому +1

      Song is "Kronos Unveiled" from the Incredibles OST. No idea why UA-cam labelled it as from Wish

  • @touentheidiot
    @touentheidiot 9 місяців тому +2

    0:55 NO WAY THATS MY NATIVE LANGUAGE ON THE ABOVE (LOOK ITS NORWEGIAN!!)

  • @Bednar121
    @Bednar121 Рік тому +28

    Fun part is, that I've used the "fake loading bar" myself, but in an Arduino project (so it looks cool, I guess)
    Also to give sensors time to "level out" their reading before taking the mean from 10 values :P

    • @satoruriolu6132
      @satoruriolu6132 Рік тому +2

      I used to program in flutter and had a class that managed the general sizes of anything you draw in the screen, from text to a box so it maintains a similar look while being dynamic and adaptative between phone screen sizes, and also added a font size option. Because of how it worked, I just made it so it changed the file and reloaded the app, but it did it all so quick that my pals thought it was broken and it crashed, because of how immediate it was. I had to add an entire "restarting" text bar with a second or so of delay so people knew it wasn't broken

  • @benjaminghailane9452
    @benjaminghailane9452 Рік тому +21

    This meal was delicious, I never had cursed spaghetti before and I must say that I'm always eager for more

  • @FaultyTwo
    @FaultyTwo Рік тому +15

    2:10 I hate the fact that it actually works.
    It works.. *It actually makes sense.*

  • @RedFrostGames
    @RedFrostGames Рік тому +27

    I remember when I was starting out, I didn't know that I could access an item from an array with an index. I was using a vector object in python which had a __repr__. I would convert the object to a string, and then "sanitize" the string by replacing the characters I didn't want such as angle brackets, parenthesis. and then I looped through the string until I hit a comma

    • @shaansingh6048
      @shaansingh6048 2 місяці тому

      how tf did you learn about __repr__ before indexes? or learn about arrays without learning about indexes??

    • @RedFrostGames
      @RedFrostGames 2 місяці тому

      @@shaansingh6048 I didn't know about repr back then. I just knew if I did str() it would show me the values

  • @killeandroid98
    @killeandroid98 Рік тому +8

    0:37
    Very high
    Very high
    Very high
    Very high
    Very high
    Very high
    Very high
    Very high

  • @ninjacodertech
    @ninjacodertech Рік тому +4

    at 1:04, whats more of a war crime than the obvious else ifs is the how its like "hertz ==64" without a space before the number

  • @naashchaa
    @naashchaa Рік тому +110

    I really like these videos, however I'd like to point out an issue in editing: if you have a very long strip of text that carries over multiple lines, and you do a left to right pan on it, you have to replay the video a few times to actually read what it says, because after you panned to the right for the first line, the beginning of the second goes out of frame, and so on

    • @else1f
      @else1f  Рік тому +65

      just channel your photographic memory smh

    • @jonatanpl3899
      @jonatanpl3899 Рік тому +7

      Just recode ur brain to see it all in one go

    • @nvermr
      @nvermr Рік тому

      @@jonatanpl3899 use brainfuck for it

    • @jarodnewman5535
      @jarodnewman5535 Рік тому +9

      Pausing and rereading is all part of the fun

    • @horsethi3f
      @horsethi3f Рік тому +3

      It adds to the tension.

  • @M1Miketro
    @M1Miketro Рік тому +8

    Once in Processing I kept changing the fill color without drawing anything. It took a while for me to realize and I saved 15 lines of code.

  • @gabrielazevedo5232
    @gabrielazevedo5232 Рік тому +30

    I feel so well represented when I see programming war crimes and there is a comment in portuguese among the code like in 1:21

    • @aylen7062
      @aylen7062 Рік тому +1

      It could also be Spanish (and perhaps another related language).

    • @pacorodriguez734
      @pacorodriguez734 Рік тому +2

      @@aylen7062 As a Spanish i find really harmful seeing deasfio instead of desafío, so I expect it's Portuguese.

    • @aylen7062
      @aylen7062 Рік тому

      @@pacorodriguez734 Did you mean "violent"?
      If yes, I agree it sounds a bit odd, but for me it's rather too formal or implying it's too hard for that purpose. I wouldn't use "desafío" here, but perhaps some teacher would, or they just speak a Spanish dialect I'm not familiar with where that's the normal way to phrase it.
      I've seen desafío being used in similar situations, but can't remember where.
      It didn't occur to me it could be another language lol.

    • @pacorodriguez734
      @pacorodriguez734 Рік тому

      @@aylen7062 yeah, sorry for my bad english and thanks for your answer :)

  • @odoijethro7202
    @odoijethro7202 Рік тому +6

    2:00 is pure witchcraft🤣🤣

  • @PawelHerok
    @PawelHerok Рік тому +19

    1:55
    if it was in a loop, it would be ok

    • @shaansingh6048
      @shaansingh6048 2 місяці тому

      tbh he probably just copy pasted it so he actually took less time than a loop would’ve taken

  • @Gur-y6v
    @Gur-y6v 3 місяці тому +1

    00:50
    "Wow that one is pretty useful" 👀
    2 seconds later...
    "A yo what the flip 😭😭"

  • @turanbirligi6969
    @turanbirligi6969 8 місяців тому +2

    Me : Writes a whole 300+ line flappy bird code in only main class in java

  • @Chaseis
    @Chaseis 11 місяців тому +1

    I love how most programming war crimes are either: You dont actually make an algo and spit out something hardcoded or you dont know what a loop is

  • @heroes-of-balkan
    @heroes-of-balkan Рік тому +5

    I remember when I wrote 50 to 100 lines of code for random numbers in between 2 numbers

  • @ScarletsWork
    @ScarletsWork 4 місяці тому +1

    if you != Fine
    print("No")
    if you == Fine
    you != Fine
    print("No")

  • @mechanikate
    @mechanikate 11 місяців тому +2

    2:08 doesn't even work because floats (e.g. -22.22) will return 22, not 22.22 :)

    • @shaansingh6048
      @shaansingh6048 2 місяці тому

      he can probably assume he’s only working with ints

  • @cmaxz817
    @cmaxz817 10 місяців тому +1

    1:01 is basically bogus. That's not the way to set framerate and hertz in Unity.

  • @M1szS
    @M1szS Рік тому +3

    the calculator was the worst one by far 💀

  • @Palexite
    @Palexite Рік тому +6

    The comments trying to justify the code in this just make it even more funny.

  • @LithiumDeuteride-6
    @LithiumDeuteride-6 Рік тому +10

    Sometimes strange code, it's just bypassing compiler errors, libraries, frameworks, engines, and so on. When the shit code is layered on the shit code, but it doesn't work any other way. And so, yes, it is necessary that the programmer understands mathematics a little, although many programmers do not understand anything about math. For example, I look at old programming magazines, more precisely, advice to programmers in magazines for the 80s, 90s.

  • @ziggy6698
    @ziggy6698 Рік тому +3

    In C it is common to do something SIMILAR to 1:53, but the ternary evaluates to string "true" or "false". You have to do this sometimes because there is no format specifier for booleans. This guy is obviously just a mad man.

    • @softed
      @softed Рік тому +1

      nah
      upd: or I guess yeah but why would you need string true or false

  • @dorathedestroyer4081
    @dorathedestroyer4081 Рік тому +4

    these are so satisfying and hilarious at the same time

  • @kris_pendragon
    @kris_pendragon 10 місяців тому +2

    1:05 ive actually done that, but with sleep(30) when it reaches 99% loading. XD

  • @aahaanchawla5393
    @aahaanchawla5393 Рік тому +14

    1:30 isn't too bad. Assuming the application is gonna create the file from a different thread.

    • @daniser87
      @daniser87 Рік тому +3

      use mutexes then

    • @PlayerClarinet
      @PlayerClarinet Рік тому +22

      CPU spins at 100% until the file is created.

    • @liquidmetal718
      @liquidmetal718 Рік тому +11

      BOOM smoke comes out of laptop, ....

    • @bernardcrnkovic3769
      @bernardcrnkovic3769 Рік тому +1

      @@PlayerClarinet actually no! because every syscall switches a context so you end up with somewhat lower cpu usage 😁 but still, equally dreadful code haha

    • @Chriss4123
      @Chriss4123 Рік тому +1

      @@daniser87 do you mean futexes?

  • @matthewlloyd3255
    @matthewlloyd3255 25 днів тому

    I actually find one of those code examples useful from time to time. F(a,b) = return f(a,b) is sometimes useful where you're porting code from mixed languages and sometimes the only difference between the two languages is the case sensitivity of the functions...and someone's gone and named things a certain way in their libraries.

  • @alexandersemionov5790
    @alexandersemionov5790 Рік тому +4

    my wife tried to understand why is this funny

  • @BimmerWon
    @BimmerWon Рік тому +13

    As a non-programmer I didn’t understand why most of these were war crimes.

    • @juandiegofm
      @juandiegofm Рік тому +18

      Well...if you like it then Im going to explain to you 2 of these jokes XD.
      Let's freeze a program!
      while(1 == 1){"Just wait for it"};
      This is a loop that tests WHILE 1 is equal to 1 then "do nothing", and then tests again if 1 is still 1 then ask again...and again...and again...so once the program hits this loop...it will literally do nothing forever!
      Let's hardcode a calculator! Why not?
      function sum(a,b){
      if(a == 1 && b == 0)return 1;
      if(a == 1 && b == 1)return 2;
      if(a == 1 && b == 2)return 3;
      //Remember to include all the numbers to infinity!
      }
      If you do this then you literally need to hardcore evey sum of two numbers...every single one of them! XD
      function sum(a,b)return a+b; You just need a line...that's the joke! XD
      Hope you enjoyed it. :)

    • @pocok5000
      @pocok5000 Рік тому +4

      that's hardly surprising

  • @32th
    @32th 29 днів тому

    1:31 if you were using the Windows API there, you could do Sleep(0), which basically just tells the OS's scheduler to give time to a different process without specifying an amount of time the scheduler should NOT try to give time to the current process. This is great if you need to check something like this in an infinite loop, and don't want your program to have 100% CPU usage.
    Or you can use FindFirstChangeNotification (or whatever it's equivalent in the filesystem API of your choice is)

  • @musikali1
    @musikali1 Рік тому +6

    What's wrong with 0:50 file copying?

    • @Thomas-ko1nf
      @Thomas-ko1nf 10 місяців тому +1

      He says: "I found a way of doing this without any modules."

  • @The_Neutraal
    @The_Neutraal Рік тому +4

    Why does Homage by Mild High Club and this Video Muted fit so perfectly together?

  • @mandarbamane4268
    @mandarbamane4268 Рік тому

    0:46 been there, then I just wrote other function which will return/end when it needs to stop checking further (no nesting, just one after other) & return at each failure case.

  • @jackdog06
    @jackdog06 7 місяців тому

    I think the
    def Min(a,b):
    return min(a,b)
    Is my favourite, because it tells such a good story. Clearly the programmer wrote the code using Min() and instead of replacing each time he wrote it just thought “aaaah fuck it.”

  • @RedRockin6
    @RedRockin6 3 місяці тому

    I don’t always understand all of these images, but the completely unmodulated column of 800 if statements / cases never gets old

  • @MrAbrazildo
    @MrAbrazildo Рік тому +2

    1:52, this is valid. In C++, 0 is false; the rest, true. So it was a f() to say if the number was positive.

    • @DavisTibbz
      @DavisTibbz Рік тому +2

      The joke is that they could simply return: result >=0

    • @MrAbrazildo
      @MrAbrazildo Рік тому +1

      ​@@DavisTibbzYeah. That's what happens when 1 play cards or chess, while watching a video.

  • @alientaker9
    @alientaker9 Рік тому +2

    you should make one where the variable "left" is 1 and right is -1

  • @groekanne7765
    @groekanne7765 9 місяців тому

    1:51 in my C++ course, i tried to do that when we were introduced to the ternary operator

  • @mandarbamane4268
    @mandarbamane4268 Рік тому +1

    1:21 he's too powerful

  • @aceprodofc
    @aceprodofc 4 місяці тому

    "not sure why, but it's a feature now"
    unbelievably real

  • @MOVET3
    @MOVET3 Рік тому +10

    Does somebody have a link to this "I found a way of doing this without any modules"?\

    • @yusinwu
      @yusinwu Рік тому +2

      I want to see this in person!!

  • @Luiz997488
    @Luiz997488 Рік тому +1

    converter dude is an absolute madman

  • @ezekiellaww2524
    @ezekiellaww2524 Рік тому +1

    //main function won't start until you press a key, now sure why, but it's a feature now

  • @Dodecatone
    @Dodecatone Рік тому

    that ternary "?true:false" terrified me

  • @notthejumping_spider
    @notthejumping_spider 11 місяців тому +2

    Ah yes, the TF2 source code

  • @superNova5837
    @superNova5837 3 місяці тому

    I spent way to long getting a dynamic wallpaper hacked together on my phone
    As soon as Apple changes how math operations withing shortcuts handle the time it will implode

  • @ZeNyfh
    @ZeNyfh Рік тому +5

    i had an even funnier one that i caused, had a java instance in task manager, all of the sub-instances were python

  • @matze489
    @matze489 Рік тому

    "i dont know why, but its a feature now"

  • @jumperpro5392
    @jumperpro5392 Рік тому +3

    Jkm preparing a top 10 coding life hacks video after watching this

  • @ks2222_
    @ks2222_ Рік тому +7

    Thx for programming tips

  • @linuxguy1199
    @linuxguy1199 Місяць тому

    0:22 That is in no way shape or form a cursed SQL query, I've seen FAR FAR worse in production code.

  • @xenonorsomething
    @xenonorsomething 9 місяців тому

    Once for a game I was making with no engine, I made a data type for an object that took like 8 parameters

  • @paytondev
    @paytondev Рік тому

    "not sure why but it's a feature now" REAL

  • @elijahbuscho7715
    @elijahbuscho7715 Рік тому +3

    1:46 I just need to see the taskRow() source code

  • @FabricOfSissies
    @FabricOfSissies 2 місяці тому

    0:16
    why do i feel deep in my machine mind this is exactly how you build a tank when your tech level is at: ""i have to forge my own nails!"
    ♨EVACUATE! CORE MELTDOWN INEVITABLE! ♨
    im gona go for a walk cuss this one is too much rn... 🙃🤣🤣🤣

  • @andrewstrebig979
    @andrewstrebig979 Рік тому

    "Not sure why, but it's a feature now."
    Lol!

  • @adeneaawjeb1-h1u
    @adeneaawjeb1-h1u 3 місяці тому +1

    0:42 this got me

  • @ptbt3572
    @ptbt3572 5 місяців тому

    The worst one is the one with the absolute number

  • @Wranderous0001
    @Wranderous0001 Рік тому +1

    You know the code is evil when it makes a face at you. >=0

    • @o_s-24
      @o_s-24 Рік тому

      From now on I'm using !

  • @FreezeBlaze
    @FreezeBlaze Рік тому

    He can't keep getting away with it

  • @bmusic9817
    @bmusic9817 Рік тому +10

    Very entertaining, again. From where do you get all these examples?

    • @coel3572
      @coel3572 Рік тому +5

      he works at google

  • @DieOffenbarung
    @DieOffenbarung Рік тому

    ReturnOfReturn - masterpiece.

  • @maxi_rios_
    @maxi_rios_ 4 місяці тому

    Boludo, últimamente me aparece en el inicio de UA-cam, standups que salieron en Bendita de youtubers que sigo hace banda. Ya este es el tercero junto a Luquita Rodríguez y Rober Galati

  • @killeandroid98
    @killeandroid98 Рік тому

    0:53
    my browser stopped working at this second, i think its cursed

  • @Mabox-sc5iz
    @Mabox-sc5iz Рік тому +1

    i make 10 getcompnents for frame in the enemy script...

  • @Jakub1989YTb
    @Jakub1989YTb Рік тому

    So, just another pull request from an indian extern.

  • @thetntteam
    @thetntteam Рік тому +1

    give me an idea in replies and ill turn it into a cursed python script

  • @holypowerenjoyer6059
    @holypowerenjoyer6059 Рік тому +9

    didnt get the sql meme

    • @ramorion1
      @ramorion1 Рік тому +5

      It's just a bloated way to look for an entry where id = 15

    • @ccgarciab
      @ccgarciab Рік тому +4

      For some reason it's joining a table with itself and joining on id. Just... what? Then the where clause actually limits it to a certain id, but why not just a simple select?

    • @johojmm
      @johojmm 10 місяців тому

      @@ccgarciab When I read it for the first time I said at loud: "no way" and I recoiled in disbelief.

  • @ta_pegandofogo
    @ta_pegandofogo 4 місяці тому

    Now I understand why ChatGPT does some weird ass shit

  • @circuitbreaker08
    @circuitbreaker08 Рік тому +1

    I have actually done
    try:
    ...
    except:
    print("Fuck")

  • @reinbew62
    @reinbew62 Рік тому

    This shows how we lose our sanity.

  • @ExponentialWorkload
    @ExponentialWorkload Рік тому +1

    this is normal code what do u mean i ship this to prod daily

  • @Point5_
    @Point5_ Рік тому +1

    wouldn't 2:07 actually work ? Or is it just faster and normaler to do it the right way ?

    • @toky2590
      @toky2590 Рік тому +1

      It's useless, cuz it takes 2 bool agrs , you can just write (orig==val) and result gonna be the same

  • @Scorpy37
    @Scorpy37 9 місяців тому

    0:45 the stairway to hell

  • @soubakouh
    @soubakouh Рік тому +1

    hello??? quality 1080p HD???? where re youuuu??? xd

  • @Ristyo
    @Ristyo Рік тому +4

    Usually, the code in these videos are so obscure or complicated that you sometimes can't really tell if it does its job correctly.
    0:23 is the most pointless piece of code i've seen tho, line 3 is guaranteed going to cause an error

    • @elijahbuscho7715
      @elijahbuscho7715 Рік тому

      it actually works when there's only one row in the table lol, I tested it.

    • @Ristyo
      @Ristyo Рік тому

      @@elijahbuscho7715 well yeah, but i was commenting under the assumption that the table would be used regularly with many rows inside.

    • @elijahbuscho7715
      @elijahbuscho7715 Рік тому +1

      @@Ristyo well then bad assumption. You're clearly not operating on the same level as the genius who wrote that code. Granted, I'm not on that level either, but there is no doubt in my mind that the way he joins the table with itself so that the data is duplicated within the row has some brilliant reasoning behind it that our puny brains just can't understand.

    • @Ristyo
      @Ristyo Рік тому

      @@elijahbuscho7715 lmao

    • @allancg1022
      @allancg1022 Рік тому

      I have seen people try to run stuff like this, it is not even that farfetch

  • @spongewent1479
    @spongewent1479 4 місяці тому

    2:08 Dude I can't stop laughing

  • @Кирилл-ы5р7я
    @Кирилл-ы5р7я Рік тому

    Maybe more interesting will be to make further video in "Mr Incredible finds out" style

  • @o_s-24
    @o_s-24 Рік тому

    We've all done this at some point, right?

  • @xBZZZZyt
    @xBZZZZyt Рік тому +1

    02:08 no work with -6.9

  • @mandarbamane4268
    @mandarbamane4268 Рік тому +1

    2:09 man wtf lol