Which editor/IDE does Bisqwit use? Answers & some history.

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

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

  • @Bisqwit
    @Bisqwit  4 года назад +72

    The Github repositories for That Editor and That Terminal can be found at: github.com/bisqwit?tab=repositories
    Topi’s RUclips channel (seems abandoned) is here: ruclips.net/user/topimaurola Nowadays he works as a technical lead at SoC department in Nokia.

    • @wilfridtaylor
      @wilfridtaylor 4 года назад +10

      I am looking forward to the release of That Shell and That Programming language :D

    • @BichaelStevens
      @BichaelStevens 4 года назад +6

      @@wilfridtaylor And also That Linux with ThatDE

    • @MirekFe
      @MirekFe 4 года назад +2

      @@BichaelStevens
      That, would be awesome.

  • @greatsaid5271
    @greatsaid5271 4 года назад +536

    + what editor are you using?
    - THAT EDITOR!
    + nevermind, what terminal are you using?
    - THAT TERMINAL!

    • @90hijacked
      @90hijacked 4 года назад +7

      @Pavel Sudakov quickly, trademark BND ( Bisqwit Not Dos ) before he does!
      # GNU reference

    • @SimGunther
      @SimGunther 4 года назад +1

      And That Browser!

    • @PantsYT
      @PantsYT 4 года назад

      That Shell

  • @Timo4eus
    @Timo4eus 4 года назад +321

    When trying to find suitable editor:
    - Me: google, read reviews, install and try.
    - Bisqwit: writes his own editor.

    • @l3p3
      @l3p3 4 года назад +3

      He tried before. If I haven't found one (which is vscode), I would maybe have done the same.

    • @kenan2386
      @kenan2386 3 года назад +1

      i am the Guy that changes ides all Time
      Sometimes sublime sometimes vscode sometimes vim idk i use everything

  • @marcspecter
    @marcspecter 4 года назад +195

    If I ever become an evil overlord with a secret base, I will get Bisqwit to be the voice of the computer that controls the building.

    • @hiphoplata2000
      @hiphoplata2000 2 года назад +1

      and danooct1 for the second one

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

      He sounds _very similar_ to Dr Sbaitso, a digital therapist that came with Sound Blaster Pro sound cards in the early 90s. Compare & you'll hear the resemblance.

  • @audiencebigg6302
    @audiencebigg6302 4 года назад +27

    That webcam footage of you from the year 2000 is awesome! Somehow feels like an old school nostalgia for me, back when I started using computers when I was a kid

  • @M1stersupersonic8
    @M1stersupersonic8 4 года назад +102

    "That" Editor and "That" Terminal are the best names for software. Nearly died laughing!

  • @MoeZarella
    @MoeZarella 4 года назад +36

    The "Creating a terminal" series was/is one of the best things on your channel. More coding livestreams please!

  • @edusantino6317
    @edusantino6317 4 года назад +23

    Who stops the video just to see the complexity of Bisqwit codes?
    Merry Christmas
    Bisqwit!!

  • @oncle_dan
    @oncle_dan 4 года назад +31

    11:56 "The only remaining choice for me was to create my own editor."........ of course. of course.. why would you have any other option you freaking master of programming? ^^

  • @MakotoIchinose
    @MakotoIchinose 4 года назад +17

    Today I learned that EDIT, a general purpose text editor in MS-DOS, is just a stripped down QBasic editor. :O

  • @rollingrock3480
    @rollingrock3480 4 года назад +56

    *Merry Christmas, Bisqwit!*

  • @a1k0n
    @a1k0n 4 года назад +8

    I was a constant user of qedit for C and assembler programming in the 90s. When I made the switch to Linux, I also gravitated toward joe initially, but eventually learned to get really good at vim. I spent a bit of time experimenting with emacs and lisp and scheme but now I'm back to good ol' vim. I can't even remember how to use qedit nowadays.

  • @Darksoulmaster
    @Darksoulmaster 4 года назад +9

    I came here for the main anwser, but the story was so interesting I couldn't skip it!

  • @GodofWar1515
    @GodofWar1515 4 года назад +5

    Oh man QBasic is my childhood. And great video!

  • @NOCTUMSEMPRA
    @NOCTUMSEMPRA 4 года назад +11

    Man, you are definitely a legend for me. I enjoyed this video so much.

  • @barbudoru
    @barbudoru 4 года назад +18

    I still use CTRL+Insert, Shift+Insert and Shift+Delete in Windows 10 because they are easier to type than the regular cut-copy-paste commands when you use the Dvorak layout.

    • @jaythomas3180
      @jaythomas3180 4 года назад +1

      No problem using ctr+x/c/v with Colemak. Vim's default direction keys on the other hand...

    • @xthebumpx
      @xthebumpx 4 года назад +1

      Yes! I found out the same thing. My biggest complaint about Dvorak is that I can't copy/paste with one hand (and that f is in a bad spot for my short fingers). For some reason though when copying from a spreadsheet preview in Outlook ctrl-insert doesn't work to copy.

    • @jumhig
      @jumhig 4 года назад +1

      Having just implemented support for"legacy" Ctrl-Insert etc in an application, I've realized that the main difference is that Ctrl_X scheme is designed for the left hand, while Ctrl-Insert scheme is designed for the right hand.

  • @redemptusrenatus5336
    @redemptusrenatus5336 4 года назад +18

    Ah the days of the Borland Turbo C++ Editor.. before Vi/Vim, that was my editor of choice. After I installed Slackware Linux, I did try emacs up until I found Vim and I've used Vim ever since. Never liked Joe or any of the other editors. Can't say I really tried them once I found my spirit-editor in Vim :P

    • @roygalaasen
      @roygalaasen 4 года назад +1

      Horrors of VI. I’d rather use Joe, but that is probably because it is closer to any other editor I used. I somehow never remembered to go into edit mode in Vi. The worst I used was edlin. (But now we are talking Microsoft.)

    • @redemptusrenatus5336
      @redemptusrenatus5336 4 года назад +2

      @@roygalaasen I can definitely see using something because it's familiar. It was the unnecessarily complex and obtuse nature of Vim that was immediately familiar to me as I could see myself in it ;) Then I also learned to use ed on purpose which I'm sure most people who don't have to, never would.

    • @TheBodgybrothers
      @TheBodgybrothers 4 года назад +6

      The reason you still use vim is that you never worked out how to exit

    • @redemptusrenatus5336
      @redemptusrenatus5336 4 года назад +1

      @@TheBodgybrothers Cute, but no. Vim doesn't try to be everything unlike Emacs which wants to be everything, including your default shell.

    • @georgH
      @georgH 4 года назад +3

      @@redemptusrenatus5336 some users so want that. Emacs doesn't want anything.
      Emacs user since 2000, never replaced my terminal or email for me, it's up to you to go that path. The beauty is, you can.

  • @erikthegodeatingpenguin2335
    @erikthegodeatingpenguin2335 4 года назад +38

    0:10 Hey that's me lol
    also thanks for answering

  • @clodgozon3968
    @clodgozon3968 4 года назад +7

    I'd love to live in those years when BASIC was popular...

  • @vapourmile
    @vapourmile 4 года назад +1

    Wow, that answered a lot of questions. Including why it looks like your programming is so perfect. :)

  • @horaizonsan
    @horaizonsan 4 года назад +190

    When he said "That Editor" and "That Terminal"
    I felt that

    • @MultiRelyt
      @MultiRelyt 4 года назад +2

      Thank you Google

    • @kahnfatman
      @kahnfatman 3 года назад

      A big shout out to FRONT END developers - write THAT BROWSER!

  • @Decco6306
    @Decco6306 4 года назад +2

    This is lovely
    Thank you so much for this content, we dont see much of this on youtube any more

  • @st0rm433
    @st0rm433 4 года назад +3

    I love *that editor*

  • @roku1892
    @roku1892 3 года назад +3

    as a 12 years old kid and a backend dev i watch this video so many times to understand. This channel is so cool. God bless you, Mr. Bisqwit

  • @JeremyNasmith
    @JeremyNasmith 3 года назад +2

    QBasic and Turbo Pascal. I miss those days.

  • @MrKalach
    @MrKalach 4 года назад +2

    that IDE chronology story is same as my story, except own editor :D (I had one own "editor", built with turbo pascal vision, and I never used it in the wild) mutta sä oot kova mies!

  • @matthewabbott588
    @matthewabbott588 2 года назад

    I have a project for you.
    write a shell in asm using templates so as all arguments and returns are not typed.
    you will have too write your own oop subsystem in asm to acheive this but the end result
    is the beginning of an undetectable root kit.
    keep up the great work and thanx for the php paper.
    I truly hated the idea of learning such a scripty language.
    your paper has made it so much easier.

    • @Bisqwit
      @Bisqwit  2 года назад

      “in asm - using templates - not typed”
      I think you may have a misunderstanding or two somewhere.
      Thanks for the feedback. (I also received your e-mails.)
      Your other comment was deleted by RUclips for some reason. See ruclips.net/video/PVlobDyTqeY/видео.html

  • @Xilefian
    @Xilefian 4 года назад +5

    I use a plethora of IDEs and tools, and I'm always hitting the wrong shortcut key for the wrong editor at some point...It's usually the build/run/debug/step shortcuts.

  • @The242511
    @The242511 4 года назад +4

    Wow you finally put it for everyone to be clear

  • @BrandNewByxor
    @BrandNewByxor 4 года назад +4

    Every time you announce "that editor" it trips me out and I think somebody's about to run up my stairs LOL

    • @broepi
      @broepi 3 года назад +1

      holy sh** I had exactly that same creepy impression. every time I paused the vid cause it distracted me so hard xD

  • @tusharagarwal5306
    @tusharagarwal5306 2 года назад +1

    Kids: use Sublime Text
    Men: use VS Code
    Legends: use Notepad
    GigaChads: make their own code editor.

  • @MKVideoful
    @MKVideoful 4 года назад +31

    THAT EDITOR!

  • @TheMorc
    @TheMorc 4 года назад +5

    It's funny that this video was being made since 2017 :D

    • @Bisqwit
      @Bisqwit  4 года назад +4

      Yeah. So is the case (long production time with long delays) for nearly every video I make.

  • @dillon4321
    @dillon4321 4 года назад +12

    Very interesting.
    Speaking of editing and typing, do you have any keyboard preferences? Such as those ergonomically shaped ones?
    Any favourite mechanical keyboard switch? I wanted to upgrade my $20 membrane keyboard recently and my research has brought me deep into the world of mechanical keyboards...

    • @Bisqwit
      @Bisqwit  4 года назад +16

      I pretty much just use whichever keyboard is in front of me, as long as the keyboard _layout_ is not insane.

  • @kahnfatman
    @kahnfatman 3 года назад +1

    Borland Pascal was my first introduction to programming. Big shout out to my brother!

  • @zzador
    @zzador 4 года назад

    It seems we both have nearly the same programming language history. Learned BASIC under MSDOS at the beginning of the 90ties. Then switched to TurboPascal, later BorlandPascal and from there to Turbo C++ 2.0 and from there to Borland C++ 3.1...What a journey. XD

  • @leyria
    @leyria 4 года назад +2

    I use Code blocks with a personalized theme, my friends say I live in the past xD
    And that I should use VS code or VS studio. But I still prefer CB ^^
    Take it fast, direct and simple.

  • @robin_be
    @robin_be 4 года назад +3

    I wish IDEs/editors today had the ability to select from a great choice of bitmap fonts with all kinds of sizes... it's even difficult to find ones that just support bitmap fonts at all :( anti-aliased fonts look blurry to me so I prefer bitmap fonts (or fonts that look great aliased)

    • @birdbrid9391
      @birdbrid9391 4 года назад +3

      do you know about this? int10h.org/
      you can get ttf versions of old text mode fonts in 256 character set (Px437), and extended set (PxPlus)
      i have the same issue that i find antialiased fonts blurry, and prefer aliased bitmap text. here's a screenshot of my sublime using PxPlus TandyNew TV size 6: i.imgur.com/JOHOJZU.png
      and here's the fonts i settled with after trying them all: i.imgur.com/UzzplU0.png
      one for small, medium and large size

    • @yash1152
      @yash1152 3 года назад +1

      @@birdbrid9391 it's great that u replied with ur input. it's nice to see ppl doing nice peaceful discussions in the comment section of this video (:

  • @slendi9623
    @slendi9623 4 года назад

    Merry Christmas Bisquit and comment section!

  • @luisz0339
    @luisz0339 4 года назад +1

    We need to transform THAT EDITOR into THE EDITOR

  • @farukarslan2000
    @farukarslan2000 4 года назад +5

    THAT VIDEO! is really cool :)

  • @gnuemacs1166
    @gnuemacs1166 4 года назад +1

    Lovely video thank you
    I started on a zx spectrum, then Borland, then Linux etc

  • @TheBodgybrothers
    @TheBodgybrothers 4 года назад +12

    Qbasic for the win

  • @vlapa_p
    @vlapa_p 4 года назад +3

    Bisqwit, which version Debian you use?
    And also you, as an experienced programmer, what you need to learn before any programming language?

    • @Bisqwit
      @Bisqwit  4 года назад +2

      I use the rolling “testing” branch of Debian, with some pulls from unstable/experimental if needed.
      For learning a programming language it depends how similar or dissimilar it is to languages I already know. A reference manual is usually the most important thing, followed by example code.

    • @yash1152
      @yash1152 3 года назад +1

      @@Bisqwit thanks for answering

  • @alejandroalzatesanchez
    @alejandroalzatesanchez 3 года назад

    That

  • @iso-c
    @iso-c 4 года назад

    Kiitos videoista ja rauhallista joulunaikaa!

  • @thomasgustafsson7692
    @thomasgustafsson7692 4 года назад

    Instead of writing 8700 lines of configuration files I have written 8700 lines of C++ code to form my editor. Named exactly that, my editor2 (first iteration was not good), i.e., me2. My muscle memory is emacs key bindings. Quite nice to have one binary, no configuration files, and it just works as expected out of the box. Every time. On every computer.

  • @shelletonianhuman
    @shelletonianhuman 4 года назад

    Hyvää huomenta.

  • @franciskapsowe9183
    @franciskapsowe9183 4 года назад +1

    This guy must be Phineas and Ferb's Dr. Doofenshmirtz(The Evil Scientist)

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

    What a story that was, beatiful

  • @GAURAVSINGH-mb3bk
    @GAURAVSINGH-mb3bk 4 года назад +1

    Hi Joel Yliluoma ( Bisqwit) . How many programming languages do you know and use ? Have you tried Rust programming language? Please share your thoughts.
    I am a huge fan of your programming videos and your programing skills.

  • @MyVitros
    @MyVitros 4 года назад +4

    You’re awesome bisqwit! I love your content and you have an awesome accent when speaking English.

  • @binaryflawgic5713
    @binaryflawgic5713 4 года назад

    Maybe I'm seeing things because I want to see them, but Visual Studio Code uses Ctrl+K by default as a modifier key (?) that waits for another press afterwards. Kind of like Emacs's default Ctrl+X.

  • @hannahcrawford9198
    @hannahcrawford9198 4 года назад +1

    How did you record the DOS sections of the video? It's too sharp to be a recording of an actual CRT but I've never seen a CRT shader look that good.

    • @Bisqwit
      @Bisqwit  4 года назад +4

      I wrote my own CRT filter for this video.

    • @hannahcrawford9198
      @hannahcrawford9198 4 года назад +1

      @@Bisqwit that's awesome it looks great!

    • @Bisqwit
      @Bisqwit  3 года назад +1

      Thank you! I have now published the source code of the filter. github.com/bisqwit/crt-filter

  • @internationalizationist
    @internationalizationist 4 года назад +10

    Very cool, thanks!
    I’m writing my own text editor, with an eye on VIM and a design similar to 4coder. What for? Because we are programmers and must make tools with which we have to work for ourselves. If you want to do something well - do it yourself! (:
    PS: Привіт з України!

    • @michaeljordon8298
      @michaeljordon8298 4 года назад +1

      nobody cares where you are from

    • @javidfarhan1675
      @javidfarhan1675 4 года назад +2

      Using a text editor to make a text editor.
      Seems redundant , but the feeling of using something you made for yourself is awesome!

  • @RamLaska
    @RamLaska 4 года назад

    1:23 I can only imagine how jarring 80s screen/BASIC editors are to modern viewers. It's completely unlike how any modern editor works.
    I remember in the very early 90s seeing kids in high school typing out their papers as a huge basic file with tons of PRINT statements (which were redirected to the printer). That's the only text editor a really basic 80s computer had, out of the box!
    (Yeah, and no word wrap, so type it right the first time! ;)

  • @RahulJain-wr6kx
    @RahulJain-wr6kx 4 года назад +1

    You are awesome man 👍
    I loved the work THAT EDitOR

  • @dharmang
    @dharmang 4 года назад

    I used turboc 3 years ago and it was fricking good. Srsly and also the debug is so simple and effective :D

  • @frankperdue6585
    @frankperdue6585 4 года назад

    Merry Christmas to Bisqwit !!!

  • @nreiss
    @nreiss 4 года назад +1

    You had me at xcom

    • @Bisqwit
      @Bisqwit  4 года назад +1

      Why, what was your reaction?

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

    Hej, we started out similarly :)
    GWBasic, QBasic, Turbo Pascal, Borland Pascal, ..... I've spent a few years with OS/2 before switching to Linux, though.

  • @tissuepaper9962
    @tissuepaper9962 4 года назад +2

    QBasic was my first programming language in like 2008.

    • @Bisqwit
      @Bisqwit  4 года назад +1

      Pretty late, considering that DOS had not been a thing for several years then!
      Thanks for sharing.

    • @tissuepaper9962
      @tissuepaper9962 4 года назад +1

      @@Bisqwit Yeah I was 6 and I was using a really chintzy little Windows XP laptop. I don't really know how I found QBasic, but I found a textbook for it online and just used it.

  • @AiOinc1
    @AiOinc1 4 года назад +2

    9:50 Graphics cards and computers were plenty fast, and if they weren't fast enough plenty of companies sold accelerators to speed up graphics operations, mainly for CAD.
    Computers weren't slow, X Window and the Linux kernal were just beyond inefficient and rendered machines they were on to be completely useless well into the Pentium III era.

    • @yash1152
      @yash1152 3 года назад

      have they become efficient today?

  • @grappydingus
    @grappydingus 4 года назад

    GWBASIC is the best editor/interpreter, you convinced me, thank you! :D

  • @magjandighital_craft6636
    @magjandighital_craft6636 3 года назад

    the guy live in 90 years. he don't know about modern IDE. But He is truly a Programmer ;)))

  • @KishoreG2396
    @KishoreG2396 4 года назад

    I have tried many editors, including emacs and Jed. But in the end, I always somehow end up coming back to Joe.

  • @WhatzHappeningNow9
    @WhatzHappeningNow9 4 года назад

    Just curious, why don't you use other text editors like VSCode?. I can understand why a lightweight editor can be beneficial when you are working on raspberry pi, arm processors. But VSCode has tons of extensions that just make your life so much easier.

    • @Bisqwit
      @Bisqwit  4 года назад +2

      The excuse I gave in the video was “you just can’t compete with 15 years of muscle memory”.

  • @higor129
    @higor129 4 года назад +1

    Joe was my editor of choice in high school.

  • @Loke6074
    @Loke6074 4 года назад

    Nice vid. Fun with some background.

  • @juaneduardocasillacamarill8383
    @juaneduardocasillacamarill8383 4 года назад +1

    Bisqwit your'e awesome!

  • @ricardo.mazeto
    @ricardo.mazeto 4 года назад

    Basic was my 1st programming language. A Basic tutorial would be welcome. 😁

  • @brownpaintYT
    @brownpaintYT 2 года назад

    Thanks soo much

  • @tbbw
    @tbbw 4 года назад +2

    So... In % how much of your time using vim was spent on trying to exit it without killing the process?

    • @Bisqwit
      @Bisqwit  4 года назад +4

      Pretty much zero, because the correct key sequence was one of the first things I heard about it.

  • @sangamshrestha143
    @sangamshrestha143 4 года назад +1

    That was that Editor.

  • @ShyRed
    @ShyRed 4 года назад

    Quick access: 13:48 THAT EDITOR / 13:50 THAT TERMINAL

  • @TheHippyhopp
    @TheHippyhopp 4 года назад +1

    What about debugging? Do you only use print to debug?

    • @Bisqwit
      @Bisqwit  4 года назад +6

      Maybe I should make a video about that too!

    • @goeiecool9999
      @goeiecool9999 4 года назад +1

      @@Bisqwit that would be great!

  • @le9038
    @le9038 2 года назад +1

    what editor do you use for your code?

  • @000adrianelpiola000
    @000adrianelpiola000 4 года назад +1

    Music used in this video? I love MIDI ports.

  • @alejandroalzatesanchez
    @alejandroalzatesanchez 3 года назад

    The hard part compiling without clver tools like gcc.

  • @servercrux8070
    @servercrux8070 4 года назад

    Really interesting video... and liked the Background voice

  • @jsceo
    @jsceo 3 года назад

    did you create a script for capturing all those screenshots at the beggining of the video?

    • @Bisqwit
      @Bisqwit  3 года назад

      I captured each of the screenshots manually, but I created a script that creates an animation out of them.

  • @CaptainNedD
    @CaptainNedD 4 года назад +1

    I found that the Borland C editor is not as snappy and responsive as TP7.

  • @karvarousk
    @karvarousk 4 года назад

    atk-tunnit ja paskallin vääntäminen amigalla yläasteella oli

  • @brownpaintYT
    @brownpaintYT 2 года назад

    Also I am learning c++ and I would like a tutorial from you and tips from you . Only know the basics and I love the language very much and you are one of my best channel even if I discovered it a few weeks ago
    I want to know all the standard Library files in c and c++
    My school only teaches us iostream

    • @Bisqwit
      @Bisqwit  2 года назад

      May I suggest this website? en.cppreference.com/w/cpp

  • @luckylove72
    @luckylove72 4 года назад

    You should have playlist just for "What editor I use"

  • @denizo9263
    @denizo9263 4 года назад +1

    *_THAT EDITOR_*

  • @ashrasmun1
    @ashrasmun1 4 года назад +1

    You remind me of Terry Davis

  • @zakariyaahmed8077
    @zakariyaahmed8077 3 года назад

    You're a legend

  • @fetteschimmel9396
    @fetteschimmel9396 4 года назад +1

    "Hyvää huomenta", 16:36.

    • @Bisqwit
      @Bisqwit  4 года назад +1

      And just today, at 6:00 (morning), I listened to radio news that began with “Hyvää myöhäisiltaa” (good very late evening).

    • @fetteschimmel9396
      @fetteschimmel9396 4 года назад +1

      @@Bisqwit Merkillistä..(mä osaan kylla kin suomea :D. Ja tykkään sun videoista!)

  • @ricklorion
    @ricklorion 4 года назад

    Kiitos!

  • @teasauce3608
    @teasauce3608 3 года назад

    I have a tip for you: When uploading a video, make sure to tell what text editor you use, so people will know! :D

    • @Bisqwit
      @Bisqwit  3 года назад

      Thanks! However, the RUclips algorithm likes more interactions (likes, comments and the like), and it results in more views. So it’s better if I don’t outright answer all anticipated questions.

  • @haroldmcbroom7807
    @haroldmcbroom7807 4 года назад

    Happy Holidays, Bisqwit :)

  • @jockey101
    @jockey101 4 года назад +1

    What's the color scheme he's using?

  • @vrman4600
    @vrman4600 4 года назад +1

    From where did you learn to program?
    You are so impressive

    • @Bisqwit
      @Bisqwit  4 года назад +4

      The right question is not “where”, but “when”. The answer is: 25 years.

    • @vrman4600
      @vrman4600 4 года назад +1

      @@Bisqwit books ? the name of the books you learned from ? i know it take years to do this but i really tried to find where i can learn this kinda of stuff

    • @Bisqwit
      @Bisqwit  4 года назад +2

      If I answered and told you (hypothetically) that I learned from a book called "Ohjelmoinnin perusteet", do you suppose that answer would be helpful to you?

    • @vrman4600
      @vrman4600 4 года назад +2

      Bisqwit the name of the book is programming basics? That wasn’t helpful at all😕

    • @Bisqwit
      @Bisqwit  4 года назад +5

      Would it help you if I told you it was written by Petteri Järvinen and published by Pagina? And oh, it was in Finnish language?
      Do you see the problem now with your question and why I answered like I did?

  • @daya455
    @daya455 4 года назад

    Lovely!

  • @scifu7e91
    @scifu7e91 4 года назад

    Interesting 👍🏼😮
    I wish you nice and happy Christmas days 🎄🎁☕🎊 ;)

  • @bibekkoirala2517
    @bibekkoirala2517 4 года назад

    Cool video, btw which editor do you use?

    • @Bisqwit
      @Bisqwit  4 года назад

      Answered in ruclips.net/video/ZMBQmhO8KqI/видео.html

  • @kaiserrundfunk-jonacast
    @kaiserrundfunk-jonacast Год назад

    a alternative to joe is fte or efte for run in linux, mingw or cygwin.

  • @andreslb151
    @andreslb151 4 года назад

    How do you animate the walking Mario in the top bar?

  • @Nawi_uy
    @Nawi_uy 4 года назад +1

    What keyboard do you currently use?

    • @Bisqwit
      @Bisqwit  4 года назад +1

      Whatever is in front of me. On my desktop it happens to be a Fujitsu KBPC-SX.