This Is The Greatest Image Editor On Linux

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 157

  • @darukutsu
    @darukutsu Год назад +353

    Still waiting for "Libre Image and Graphics Manipulation Application" gtk3 release

  • @tertle950
    @tertle950 Год назад +122

    > Something that doesn't exist in GIMP: a shape tool!
    Yeah, that sounds about right.

    • @orbatos
      @orbatos Год назад +7

      Not actually true, but you might be forgiven for not knowing how to use it as it's not entirely intuitive.

    • @matyasmarkkovacs8336
      @matyasmarkkovacs8336 Год назад +2

      Shape tool doesn't exist, but still you can draw regular shapes, like straight line, circle, rectangle, etc.

    • @64_Tesseract
      @64_Tesseract Год назад +17

      > Freeform select
      > Right click
      > Selection
      > Border
      > Fill
      """Shape tool"""

    • @orbatos
      @orbatos Год назад +1

      @@64_Tesseract There is a path tool, you know.

    • @jessephillips8319
      @jessephillips8319 Год назад +1

      ​@@64_Tesseractyeah Gimp uses selection, the you can "stroke selection" and the selection tools have all the capabilities shown.

  • @rzul
    @rzul Год назад +44

    with the text tool, instead of selecting one "pixel" after another, you are supposed to draw a rectangle which will be the text area and have autowrap enabled inside it :)

  • @Mempler
    @Mempler Год назад +106

    The fact that, this is in a terminal is kinda sick.
    Just look at how many different characters it uses just to draw the left interface.
    Had to be a pain to get it setup properly lol

    • @PaulieMcCoy
      @PaulieMcCoy Год назад

      I'm looking through its source... I was assuming it was going to use notcurses (check it out) as its backend but it doesn't appear to.

    • @GoblinArmyInYourWalls
      @GoblinArmyInYourWalls 4 месяца назад

      All graphics are just terminals that got more advanced

  • @romakrelian
    @romakrelian Год назад +11

    Good old Linux. It's always super exciting to see software that looks like something out of my 1996 computer class.

    • @jackkraken3888
      @jackkraken3888 6 месяцев назад

      The crazy thing is it's in there terminal though!

  • @corwin.macleod
    @corwin.macleod Год назад +14

    My search for paint replacement under linux was over, when I just launched mspaint using wine 😅.

    • @pizzadude808
      @pizzadude808 Год назад

      ms paint's fill tool has issues in wine for me, i use kolourpaint, there's also js paint by the same dev as textual paint

    • @corwin.macleod
      @corwin.macleod Год назад

      ​@@pizzadude808 I mostly use it to cut/crop/paste or edit screenshots, so never even tested any other functions 😗

  • @samsh0-q3a
    @samsh0-q3a Год назад +21

    Been missing these kinds of videos from you, seems like it's been a while since it's been back to back news lately. You always manage to find projects that make me laugh but then marvel at how well done they are. I still think back to that crazy zooming Desktop Environment you reviewed like a year or 2 ago 😂

    • @BrodieRobertson
      @BrodieRobertson  Год назад +8

      There's just too much stuff I want to talk about

  • @deadeye1982a
    @deadeye1982a Год назад +7

    I won't use the application itself, but I'm planing to dig into Textual. It is the framework, which is used to implement this Demo-Application. It comes from the same Dev who has written rich, which is a library for printing. Everything mentioned runs with Python.

    • @orbatos
      @orbatos Год назад

      Interesting to be sure

  • @gwgux
    @gwgux Год назад +5

    There's a certain amount of nostalgia seeing this. Reminds me of the first image editing programs I used back in the 80s on DOS with a whopping 16 colors.

  • @AndersHass
    @AndersHass Год назад +22

    Next Brodie does video editing via the terminal, lol

    • @qlx-i
      @qlx-i Год назад

      suckless' blind

    • @juliusfucik4011
      @juliusfucik4011 Год назад +9

      We already do. It is called ffmpeg 😂

    • @vehementham
      @vehementham Год назад

      Can't wait for that one 🤣

  • @thingsiplay
    @thingsiplay Год назад +23

    I thought this is gonna be about Krita.

    • @thingsiplay
      @thingsiplay Год назад

      @@lenowoo It is? What do you mean?

    • @nootics
      @nootics Год назад

      @@thingsiplay the point is to make your own paintings in krita, whereas gimp is more about editing already existing image data

    • @thingsiplay
      @thingsiplay Год назад +1

      @@nootics But Krita is equally good for photo and image editing like Gimp. I do not agree that Krita is not being recognized as an image editor by your definition.

    • @twenty-fifth420
      @twenty-fifth420 Год назад +1

      @@nooticsI use Krita and Gimp. Even though GIMP’s main focus is Image Manipulation, if I am being honest it is a bit too technical and kind of a time trap if you just want to do something quick. And if you want to use SVG, you have Inkscape.
      Krita is more general purpose then people give it credit for. Yes, I use it for art, but it can also be used for Pixel Art. And Animation. And Image Editing. I think you can also edit gifs and animated image formats in Krita too, but I know you can in Gimp albeit it is a bit more tedious.
      In short, yeah I think Krita can be your photoshop-lite and gimp fusion dance, but mostly because it is general purpose and pretty stable.

  • @EffToyz
    @EffToyz Год назад +1

    I didn't expect something like this, I even checked the calendar if today is Apr. 1

  • @DevanandPA-vq1yj
    @DevanandPA-vq1yj 3 месяца назад

    It's useful for drawing ASCII art.
    You can just cat out the ascii file to get literally images on your terminal.
    It's useful if you want to do any kind of branding in a python script , for example

  • @TheLukemcdaniel
    @TheLukemcdaniel Год назад +4

    I half expected you to whip out a vim based image tool...

  • @blinking_dodo
    @blinking_dodo Год назад +15

    I could make something like this for in an actual TTY.
    Already did the groundwork for it with my prototype Xorg-server written in PHP.
    Yes, an implementation of the Xorg server+display manager on the TTY using the PHP web language. 😂
    It kind of worked too, i could draw, open/close/move/resize windows and display text. Had a cursor and all.
    Using strings as bytebuffers for the pixel data and framebuffers, as the associated arrays were too dang slow.
    I dropped that project because PHP doing funky stuff with arrays inside arrays made my mind go poof. 😅
    If someone else is interested, here are some hints:
    - Set the tty settings, disable echo, clear screen, etc. Otherwise you will get artifacts from the console interfering with the framebuffer.
    - Do NOT forget to restore the tty on exit/crash! (including control-c if you can)
    - Read input from /dev input devices like the keyboard and mouse. Mouse is easy to decode if you know how.
    - For the keyboard input the stdin might be easier though.
    - Write the screen output to the /dev/fb0 framebuffer.
    - User needs to be in the video and/or input groups.

    • @cnr_0778
      @cnr_0778 Год назад +8

      you did what??

    • @RogueRen
      @RogueRen Год назад +6

      This is so stupid, but in the best way. I love it 😂

    • @blinking_dodo
      @blinking_dodo Год назад +1

      @@cnr_0778 Ehm... oops?
      It kind of was a joke at first, but i knew it *was* possible.
      So i kind of tried it out, and it worked.
      And yes, it was literally started trough a "php ./myXorg.php" command. 😄
      Had to create my own text font, because obviously PHP has *no* support for that...
      And from all the possible methods, the fastest method of managing pixels was trough strings.
      Arrays are associative, making them too slow, and don't get me started on the native arrays.
      Drawing an image inside another image is done in a fun way: splitting and recombining strings. 🙃
      Listening for Xorg applications was done trough TCP sockets.
      Though i never finished it, as i encountered some weird PHP peculiarity with how arrays are handled.
      Lets suffice to say that =null does not do what you think it does. 😂
      But the basics were done.
      I could create windows, and they had titles, as i had made my own font.
      Those windows could be closed, moved and resized with the cursor.
      And yes, the cursor worked. Quite smoothly, in fact. It even had different pointers for the different actions.
      It was only when you opened many windows that the lag started, as it redrew every window every frame.
      I should revisit that project and put it on Github or something i think.

    • @crashniels
      @crashniels Год назад +2

      Cursed

  • @michaelmcdonald3275
    @michaelmcdonald3275 Год назад +5

    Mate can you perhaps do another video on Wayland maturity? .. it just seems to have all these little issues like stuttering and misaligned screen layout on resume on laptop external monitors ( that many wouldn't even notice .. and that's the point .. so called minor issues can be hidden ) ... and just little things here and there and I really concerned it has been pushed way too early.

    • @robonator2945
      @robonator2945 Год назад

      Wayland still has issues with remote access that makes it unusable, so when I was setting up one of my computers for remote access I had them auto-login to X11... holy shit I've taken wayland for granted. X11 is just so shoddy and shit in comparison it's really not even close. I switched to linux about a year ago now and was on wayland from day 1 and, even with an nvidia card, dual monitors, varying refresh rates, on an arch derivative, etc. it's been pretty bloody stable. (yes I did use an arch derivative from day 1, I ran a few manual arch installs in VMs, did research beforehand, etc. Jumping in the deep end is just how I do most things for better or worse.)
      I genuinely do not understand how people unironically say X11 is more stable or well rounded compared to wayland. It's lacking in some areas yes (again, the reason I had to use x11 at all was because remote access doesn't work worth shit) but it's still a night and day difference in usability. I'll take slightly misaligned screen layouts when resuming a laptop session with an external display arrangement compared to basic functions of the DE just not behaving properly anyday. (and that's not even factoring in the better shortcuts, input support, etc. which frankly I don't even know how the display server should affect at all but for one reason or another it does. Maybe that's just a KDE thing, but I doubt it)

    • @michaelmcdonald3275
      @michaelmcdonald3275 Год назад

      @@robonator2945 Yeah it could be some part GNOME but Wayland also seems to load up the CPU incrementally and intensive programs like Blender begin to run in slow motion. Reckon you could rwrite the above minus the profanity so I try and home in a little more on what you are attempting to articulate?

  • @qwfp
    @qwfp Год назад +4

    11:08 in (n)sxiv disabling anti-aliasing should make it look much better. the default keybind is "a"

  • @_modiX
    @_modiX Год назад +1

    Dud, it's just MS Paint in the Terminal, the features and behaviors really match.

    • @BrodieRobertson
      @BrodieRobertson  Год назад +1

      Yes that's the point

    • @_modiX
      @_modiX Год назад

      @@BrodieRobertson exactly, and that's why the lasso selection shows a rectangle after making your selection. Paint really behaved in the same way, so this oddity is actually intended.

  • @MegaManNeo
    @MegaManNeo Год назад +3

    Even Linux users can't deny their love for Microsoft Paint.

  • @uuu12343
    @uuu12343 Год назад +4

    Holy crap, this is fantastic as an 8-bit sprite maker

    • @uuu12343
      @uuu12343 Год назад +1

      This should be pretty nice in a Home Lab server where you can ssh into the utilities server with all the commands

    • @eDoc2020
      @eDoc2020 Год назад

      I would suggest mtPaint for that purpose. It has proper support for paletted images and transparency. I haven't tried but I believe it also does animated GIFs.

  • @aeaeaeaeoaeaeaeaeae
    @aeaeaeaeoaeaeaeaeae Год назад +2

    I wasnt paying attention to the part where you said this is terminal based and i got like halfway through the video before reslising this wasnt just some pixel art program

  • @IanSlothieRolfe
    @IanSlothieRolfe Год назад +2

    Could be handy for making splash screens for text applications?

  • @felderup
    @felderup Год назад +1

    i rather like xpaint, it's old, it's classic, peculiarly, some things that gimp also has trouble doing... sometimes at all.

  • @TheAtariSan
    @TheAtariSan Год назад +4

    Can you make a video about the micro text editor ? It's my favorite and i am sad nobody know about it.

  • @mduardo
    @mduardo Год назад +1

    Finally an image editor with no bloat

  • @DarkusObscurius
    @DarkusObscurius Год назад

    Damnnn i missed this kind of software, it was cool the "ms-paint challenge" in forums.

  • @xzaratulx
    @xzaratulx Год назад +5

    when talented people are bored 😊

  • @nonetrix3066
    @nonetrix3066 Год назад +11

    At this point if most terminals had a few more features they wouldn't even be a completely bad way to make GUI apps dare I say

  • @mskiptr
    @mskiptr Год назад

    You should have tried zooming out your terminal to some unreasonable dimensions - like ≥720×1280. I'm pretty sure that's why the magnifier tool is there

  • @jongeduard
    @jongeduard Год назад

    Really fun and creative idea to do this. People create amazing stuff in the terminal these days! Just proving how much you can do with it. Really cool.

  • @eDoc2020
    @eDoc2020 Год назад

    I appreciate their dedication to making the menus and interface nearly identical to the Microsoft original. The main thing lacking is the secondary color selection.

    • @IsaiahOdhner
      @IsaiahOdhner Год назад

      You can set the secondary color with Ctrl+click, or (as of 0.2.0) right click. Note that the secondary color selection is only visible if you set the selected character to something other than a space, the current default, which you can do by clicking on the selected color area and typing a letter. (You can draw using the selected character, with any of the drawing tools.) You can also (as of 0.2.0) swap the primary and secondary colors with Ctrl+click or right click on the selected color area.

  • @jangelelcangry
    @jangelelcangry Год назад

    I wanna see Joel doing Bob Ross paintings on this.

  • @marcvalade94
    @marcvalade94 5 месяцев назад

    Wow! You did a blue square with a pink splash! Woah! With Gimp colors and square circle and shit.

  • @Redmage913
    @Redmage913 Год назад

    This program is so cute. My only beef with it is that it isn’t 16/256 colors, so no fun with dithering to be had unless you can use an 8-bit palette on demand.

  • @Cookiekeks
    @Cookiekeks Год назад +1

    That's genuinely impressive

  • @leonidas14775
    @leonidas14775 Год назад +1

    Windows: Oh yeah? Well I have Kidpix

  • @zoeyaaahmed203
    @zoeyaaahmed203 Год назад +1

    This combined with twin, the tty sorta window manager could be pretty cool

  • @DIYTinkerer
    @DIYTinkerer Год назад

    This is so cool, I'm going to need a bigger monitor!

  • @BAD_CONSUMER
    @BAD_CONSUMER Год назад +4

    Just because you can doesn't mean you should.

  • @1toneboy
    @1toneboy Год назад

    Interesting, but I can launch Kolourpaint from the terminal, why would I not just do that instead?

  • @igordasunddas3377
    @igordasunddas3377 Год назад

    I am so used to Photoshop, that I would either pirate it or rent it from a cheap country per month. Decided to go for the latter (it was about 90€ for a year from Turkey) and I am currently satisfied.
    For drawing / painting I do prefer Krita.

  • @1toneboy
    @1toneboy Год назад

    Interesting, but why would I use this over Kolourpaint? Whic

  • @AlexandreJasmin
    @AlexandreJasmin Год назад +1

    Sounds like a great tool to draw a motd for your server.

  • @bloepje
    @bloepje Год назад

    I wonder if it would work on my televideo 950...
    That's a terminal of the generation that needed one character position to change attributes of the next character.
    Would be so nice to not have thrown it away, but then again, a televideo 950 would suck more power than my pve cluster, seriously.
    I also wondered what kind of art we could do with terminals, as the newer generations allowed to download soft fonts.
    And that's like having full monochrome graphics as long as you don't exceed the number of downloadable characters in your graphics.

  • @GuidoIodice
    @GuidoIodice Год назад +1

    This is all I need.
    sudo pacman -R gimp

  • @azteccrov6113
    @azteccrov6113 Год назад +1

    I wonder how is it gonna look with terminal that has blur

    • @HatsuSixty
      @HatsuSixty Год назад +4

      it's going to look normal. the blur only affects the terminal's background, not the characters use to render the application.

  • @runthenumbers9698
    @runthenumbers9698 Год назад

    Is it too much to ask that paint-clones in this day and age should have an alpha channel available? How hard could it be! I'm not asking for the Earth and sky here!
    I'm not asking for adjustment layers, layers, masking, paths, selection tools, clone tools, opacity controls, jitter, smart objects, none of that crap. All I want is a paint-clone with an alpha channel. Hell... you've been able to save as png in paint for decades... but it never occurred to anyone to have the option for an alpha channel (or at least an alpha brush or an option for eraser to apply alpha pixels).
    It's crazy how that isn't standard in this day and age.

  • @silverywingsagain
    @silverywingsagain Год назад

    I thought you were going to show Photopea or something. You earned this facepalm today.

  • @shodanxx
    @shodanxx Год назад

    Does it have sixel or markdown support ?

  • @CyborusYT
    @CyborusYT Год назад

    The "Invert Colors" tool made the text black!

  • @Jupilogy
    @Jupilogy Год назад

    Loved the outro

  • @punkrockllama
    @punkrockllama Год назад

    Does it have tablet and CMYK support?

  • @thatmg
    @thatmg Год назад +1

    Is it?

  • @RandomGeometryDashStuff
    @RandomGeometryDashStuff Год назад

    07:49 how does rotating work with non-square pixels?

    • @IsaiahOdhner
      @IsaiahOdhner Год назад

      It works awkwardly, as you might guess. If you load up an image and rotate it, it'll be distorted one way and then the other, making the rotation effect not very "convincing", in appearance, but it will still be saved un-distorted. Since there are is no actual standard aspect ratio that all terminals use, I decided to make it do the naive thing, and embrace it as part of the terminal aesthetic.

  • @Zinox_ex
    @Zinox_ex 3 месяца назад

    Most revolutionary program of all time.

  • @zeocamo
    @zeocamo Год назад +1

    Brodie, Please submit this image as Debian's logo, then it is not as easy to remake any more

  • @ChrispyNut
    @ChrispyNut Год назад

    One of the most Linux'y things I've seen for a while.

  • @alejandroalzatesanchez
    @alejandroalzatesanchez Год назад

    Wait till you see someone draw a mona lisa draw on thing thing.

  • @ShimmerismYT
    @ShimmerismYT Год назад

    would putting a bunch of character blocks beside each other to make a pixel instead of compressing the image horizontally work? if not, then why?

    • @IsaiahOdhner
      @IsaiahOdhner Год назад

      Doubling the cells horizontally is generally a pretty good approximation. However, there is no actual standard aspect ratio that all terminals use. Also, it doesn't make sense to double the cells when editing ANSI art so it would have to be a mode, complicating the design and code of the app somewhat. So I decided to embrace it as part of the terminal aesthetic. If it's part of the retro feel, it's a feature, not a bug! 😅

    • @ShimmerismYT
      @ShimmerismYT Год назад

      @@IsaiahOdhner never knew that there's no standard aspect ratio, but yeah it kinda does fit the aesthetic

  • @Aura_Mancer
    @Aura_Mancer Год назад

    I recognise that profile image. Thats a vanillaOS and Bottles dev. Lmao

  • @kelvinnkat
    @kelvinnkat Год назад

    I'm curious how its vector/SVG output would work

    • @IsaiahOdhner
      @IsaiahOdhner Год назад +1

      It outputs a layer of rectangles to define the cell background colors, and a layer of text elements for the cell text. This feature is actually built into the Textual framework I used to make the app, as is the HTML export. The SVG output tends to look a bit better than the HTML, or is at least more consistent in how its rendered across applications, since it has better control over the grid, whereas the HTML export relies on the browser's line spacing. I also made Textual Paint embed extra data in the SVG, so that it can read back the image perfectly, and may do the same for HTML in the future.

  • @sinon_simp
    @sinon_simp Год назад

    wait that's a terminal application!. I thought it was a qt app from the looks

  • @etopowertwon
    @etopowertwon Год назад

    A perfect tool to draw ascii art for some sort of keygen. But there is no much software on linux that would require cdkey😅

  • @BaronBSOfficial
    @BaronBSOfficial Год назад

    Nice, now I can draw inside Emacs! ;·)

  • @epr8974
    @epr8974 Год назад

    It's not exactly difficult to be better than Gimp.

  • @friedrichdergroe9664
    @friedrichdergroe9664 Год назад

    Greatest Image Editor on Linux? Maybe if you are a 3-year-old! Hahaha. Speaking of which, my kid when she was that age did amazing things with Deluxe Paint (Amiga). It would be über cool to see that implemented as a console editor!!!

  • @jimw7916
    @jimw7916 Год назад

    You are now waving your arms about Soooooo much that you hit your mic a few times!

  • @ktlknss
    @ktlknss 6 месяцев назад +1

    Me thinking this was about Krita 🤣

  • @phoenixrising4995
    @phoenixrising4995 Год назад

    Krita aid the best minus its stupid text tool. Photopea is second on Linux even Inkscape beats GIMP. My favourite is by far krita though.

  • @muellerhans
    @muellerhans Год назад +2

    Sadly it is bloat for a graphical terminal application. It uses 50 to 70 MiB on my system. On top of that it doesn't work that well on a tty, for example there is garbled text and icons don't show (and I can't draw in tty but I also can't interact with ncurses applications since I forget to fix that on Arch so maybe that is just on my system. Tho clicking within links' graphical mode works!)

    • @RomvnlyPlays
      @RomvnlyPlays Год назад +1

      I swear Linux Community the only one that complains about 70MiB 💀

    • @muellerhans
      @muellerhans Год назад

      @@RomvnlyPlays It is a terminal application that doesn't do much. There are several working (but limited especially regarding JS) web browsers for the terminal or X that take less RAM. Also all the components of the WM I'm running take less RAM than this application. And the live wallpaper I use that has thousands of moving polygons per second uses only a third of the RAM of that application.
      I have a powerful machine but I rather want to spend resources on actual useful stuff (or stuff that brings me joy).

    • @RomvnlyPlays
      @RomvnlyPlays Год назад

      @@muellerhans just because it is a terminal application does not mean anything.

    • @eDoc2020
      @eDoc2020 Год назад

      @@RomvnlyPlays The application it is cloning, as well as the entire OS it shipped with, can be installed and use less than that much disk space. RAM usage, again OS+Application, is perhaps one tenth of that.

  • @trickvro
    @trickvro Год назад +1

    Remember, JPEG is pronounced "jay-feg". It's the Joint Photographic Experts Group, not the Joint Potographic Experts Group.

  • @nicktyrin4401
    @nicktyrin4401 Год назад

    Ah yes the soyjak thumbnail of my google feed

  • @noooonotko6bxl
    @noooonotko6bxl Год назад +1

    new videos lets go

  • @juliusfucik4011
    @juliusfucik4011 Год назад

    I use Pinta mostly.

  • @dan79600
    @dan79600 Год назад

    Coincidentally, I think you wrote "I use Arch btw" in Arabic.

  • @boredstudent9468
    @boredstudent9468 Год назад

    The best Graphics program is and always will be *Tux Paint*

  • @DamjanDimitrioski
    @DamjanDimitrioski Год назад

    I can just say, if you like it use it, I don't need it :).

  • @pizzadude808
    @pizzadude808 Год назад

    same author made js paint

  • @oldpain7625
    @oldpain7625 Год назад

    What about the elephant in the room? (It looks like shit...)
    Cool novelty, but greatest image editor on Linux? Noooo. It's barely functional at all.

  • @complexity5545
    @complexity5545 Год назад

    I'll tell you what: this is a programmer's equivalent of a perv trying to blow himself.
    He got so caught up in the goal, he fails to see that its pointless. He should put all the talent into making a Xorg or Wayland Paint (because gimp sucks). Krita might be the best for full time linux guys that need to edit graphics/rasters. But I guess he has to get those cool points somehow. LOL

    • @jhonbus
      @jhonbus Год назад +1

      I don't know how you can seriously assert that the ability to blow oneself is "pointless"!
      And lots of useful ideas get started because someone saw a pointless implementation of whatever tech and decided they could use that for something valuable.

  • @xorgX11
    @xorgX11 Год назад

    I prefer good old image magick :)

  • @_scored
    @_scored Год назад +2

    me when fir- dies

  • @thelanavishnuorchestra
    @thelanavishnuorchestra Год назад

    um, no?

  • @Dorinakis
    @Dorinakis Год назад

    If it is not useful for anyone, why should we bother?

  • @tuurblaffe
    @tuurblaffe Год назад +5

    talks about the greatest image editor in the title, the thumbnail says something about gimp. But all i see is a derp fingerpainting in a terminal. Makes no sense at all. It isn't even educational or entertainment. wasted time it is

  • @evanmcafee
    @evanmcafee Год назад +3

    This is glorified mspaint

  • @aleximacias8478
    @aleximacias8478 Год назад

    Jesus the click bait is real!

  • @andrewkamoha4666
    @andrewkamoha4666 Год назад +3

    *Seriously:*
    Not Photoshop nor Gimp ...
    What is missing in Linux is a *simple Paintbrush* !!!

  • @setoman1
    @setoman1 Год назад

    Krita is better than GIMP

  • @yanasitta
    @yanasitta Год назад

    Click bait

  • @XoloitzcuintIi
    @XoloitzcuintIi Год назад

    3rd

  • @Aoitori365
    @Aoitori365 Год назад

    2nd

  • @crashmaster26
    @crashmaster26 Год назад

    Most click bait title I've seen from you. I was mildly annoyed and didn't bother watching the rest of the video.

  • @cpin5224
    @cpin5224 Год назад

    3rd