How I got Mario in That Editor - And how Norton Got 🐁

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ค. 2024
  • Text-only mode in CGA/VGA is only for text. How can That Editor still display Mario on the status bar, and how can Norton/Symantec tools display pixel-perfect mouse cursor in text mode? Watch this video and find out.
    Become a member: th-cam.com/users/Bisqwitjoin
    My links:
    Twitter: / realbisqwit
    Liberapay: liberapay.com/Bisqwit
    Steady: steadyhq.com/en/bisqwit
    Patreon: / bisqwit (Other options at bisqwit.iki.fi/donate.html)
    Twitch: / realbisqwit
    Homepage: iki.fi/bisqwit/

ความคิดเห็น • 340

  • @acdarc
    @acdarc 2 ปีที่แล้ว +211

    "Twelvety-eight thousand" sums up Bisqwit's coding. If it's more efficient and quicker to say or do, then use it.

    • @MikeDawson1
      @MikeDawson1 2 ปีที่แล้ว +18

      I had to rewind because I thought I was going crazy

    • @sunday87
      @sunday87 2 ปีที่แล้ว +4

      @@MikeDawson1 Yeah same :-D

    • @kingreinhold9905
      @kingreinhold9905 2 ปีที่แล้ว +9

      1:29 😂

    • @bengt-goranpersson5125
      @bengt-goranpersson5125 2 ปีที่แล้ว +3

      Also - 9:43

    • @Potts1966
      @Potts1966 2 ปีที่แล้ว +1

      I had to rewind too, what a brilliant way to say 128,000.

  • @Kawa-oneechan
    @Kawa-oneechan 2 ปีที่แล้ว +94

    I too put considerable effort in revealing the Norton UI font, so it's heartening to see someone else manage it.

    • @Bisqwit
      @Bisqwit  2 ปีที่แล้ว +30

      How did you do it? If I may ask.

    • @aidenator00
      @aidenator00 2 ปีที่แล้ว +5

      @@Bisqwit I'm assuming Norton hid their font UI to prevent copy cats? I'd like to hear how both of you accomplished it!

    • @Bisqwit
      @Bisqwit  2 ปีที่แล้ว +7

      @@aidenator00 I think "preventing copy cats" was infinitesimally low on their list of priorities. It was just a matter of not providing a glitchy experience to users.

    • @Kawa-oneechan
      @Kawa-oneechan 2 ปีที่แล้ว +7

      @@Bisqwit SideKick 2.0 was the key, letting me switch to a character table *while* running Norton Desktop.

    • @Bisqwit
      @Bisqwit  2 ปีที่แล้ว +3

      @Kawa Thank you for replying eventually! I did this in dosbox-debug, which lets me edit the graphics memory while the program is running.

  • @evildojo666
    @evildojo666 2 ปีที่แล้ว +194

    I've missed your content bro, you're a constant inspiration!

  • @fabioazevedo2048
    @fabioazevedo2048 2 ปีที่แล้ว +30

    10:52 - "But naturally, I anticipated them anticipating my trick..." - Amazing! I would love to go to the same lectures as you at university only to see some more tricks anticipated! I wish you all the best learning (or teaching) experiences there!

    • @Bisqwit
      @Bisqwit  2 ปีที่แล้ว +7

      It was a reference to the Curse of Fatal Death. th-cam.com/video/tp_Fw5oDMao/w-d-xo.html
      EDIT: updated link: th-cam.com/video/Do-wDPoC6GM/w-d-xo.htmlm10s

    • @gonzalochervet8127
      @gonzalochervet8127 2 ปีที่แล้ว +2

      I just read your comment when he was saying that while scrolling the comments down lol

  • @vuufke4327
    @vuufke4327 2 ปีที่แล้ว +7

    this guy goes to uni?? it's uni that needs to go to him

  • @Baegus
    @Baegus 2 ปีที่แล้ว +36

    Now that was fascinating! I sorta knew how text mode works, but I had no idea about the cursor trickery or the fact that Scream Tracker runs in text mode.

  • @Ikkepop
    @Ikkepop 2 ปีที่แล้ว +14

    I know the why and how, but still fun to listen to you talk about it XD it just fans the flames of my nostalgia
    I miss your videos man...

    • @Bisqwit
      @Bisqwit  2 ปีที่แล้ว +7

      I am glad to hear that!

  • @ericzhill
    @ericzhill 2 ปีที่แล้ว +26

    If I remember correctly, when you set a password on one of the Norton tools, it modifies its own exe towards the end with a substitution cipher and prompts for a password when started. I clearly remember decoding that cipher to figure out the substitution table. When you didn't have a password set, the actual bytes corresponded to NOPASSWORDISSET!. The maximum length of the password was exactly 15, so you couldn't get that last exclamation mark in there by just typing a password.

  • @TDOLLA
    @TDOLLA ปีที่แล้ว +3

    man, this really gets my inner child excited. I spent so much time in DOS and Qbasic and wanted so badly to just make my terminal and text editors look cool, I preferred DOS to Windows. This channel is basically what I dreamed about back then, just amazing

  • @Waccoon
    @Waccoon 2 ปีที่แล้ว +85

    I have to admit the text-based cursor is pretty clever, though the "feel" of almost all cursors in text mode back then was pretty terrible. I'm designing an 8-bit computer, and I just decided to add two sprites -- one for the mouse cursor and one for the text caret. As long as the sprites are simple enough, the extra hardware isn't a big deal. I'll consider reserving some characters for use with the text-based desktop UI.

    • @Bisqwit
      @Bisqwit  2 ปีที่แล้ว +23

      Out of curiosity, what are you designing a 8-bit computer for?

    • @Waccoon
      @Waccoon 2 ปีที่แล้ว +24

      @@Bisqwit It's just a hobby retro machine, designed to run with 64K DRAMs from the 80's. I'm new to system design, so it's probably not that good, but it's a nice learning experience.
      It all started with my fascination with the differences between RISC and CISC, and my frustration with the 64K memory limit of the Z80 I was originally using. So, I decided to make my own hybrid CPU with a linear address space that can do computes on loads, but cannot modify memory in-place like most CISC processors can. That makes it about as powerful as a 68000, but costs about the same as a Z80/6809. My ISA and CPU simulator aren't finished yet, so the rest of the machine is a bit up in the air.
      www.ninechime.com/cougar/

    • @Bisqwit
      @Bisqwit  2 ปีที่แล้ว +29

      Thank you for your answer. I wish you luck and more fun with your project!

  • @djpeterson7479
    @djpeterson7479 2 ปีที่แล้ว +40

    "note: 1 + 1 = 2" Thanks, Bisqwit. The math was starting to throw me ;)
    Also, great to see you posting videos again! I love your content!

  • @robin_be
    @robin_be 2 ปีที่แล้ว +23

    Great piece of history and explanation, thank you. Wishing you success in your studies!

  • @marsereverlyn
    @marsereverlyn 2 ปีที่แล้ว +10

    Bisqwit is back. 😭
    What a great way to end the year.

  • @patrickbateman455
    @patrickbateman455 2 ปีที่แล้ว +15

    The legend is back.

    • @xyzzy3000
      @xyzzy3000 2 ปีที่แล้ว +1

      Very nice.

  • @x86VileR
    @x86VileR 2 ปีที่แล้ว +3

    EGA/VGA can be set up to have two fonts active simultaneously- in this mode attribute bit 3 doubles as "character select". So Norton didn't really have to sacrifice characters from the main font. My own editor 'Fontraption' exploits this to let you edit every character without disrupting the UI (sources are available).
    And BTW, technically CGA and MDA both came first, since they were both available at the PC's launch. :)
    Happy new year!

    • @Bisqwit
      @Bisqwit  2 ปีที่แล้ว +2

      Yes, you can do that at the cost of losing high-intensity colors - which I think they didn’t want to do, as they used bright white everywhere in their UI. They didn’t also want to use high-intensity everywhere, because then black text wouldn’t work. Thanks for commenting and happy new year!

    • @paulwratt
      @paulwratt 2 ปีที่แล้ว +1

      .. and remembering most people could not afford the CGA at its launch, that loss of an intensity bit (eventually) would have decimated the mono software market too ;)

    • @BrendonGreenNZL
      @BrendonGreenNZL 8 หลายเดือนก่อน

      Since they were using EGA/VGA text mode anyway, they could have used a carefully-selected 8-colour custom palette; or perhaps even deliberately avoided disabling high-intensity; or maybe even a combination of both. With sufficient effort, Norton's UI could have befuddled even the best geeks.

    • @Bisqwit
      @Bisqwit  4 หลายเดือนก่อน

      Maybe. But they didn’t have three centuries worth of geekdom to obsess over the implementation details; they had a product that had to be put to market.

  • @HaKazzaz
    @HaKazzaz 2 ปีที่แล้ว +6

    Great explanation on something I just took for granted
    Good luck with your studies, hope to see more awesome content

  • @arttumarttinen5408
    @arttumarttinen5408 2 ปีที่แล้ว +4

    There are always a pleasure to watch! It's intriguing to see how these old systems worked, even if such workarounds aren't needed anymore there's value in learning about them.

  • @hell7sing
    @hell7sing 2 ปีที่แล้ว +2

    Missed your content! This is pretty cool information! I’m always impressed with the detail that you go through and your presentation of information is very clear! Awesome job!

  • @AT-zr9tv
    @AT-zr9tv 2 ปีที่แล้ว +6

    So happy you're back! We've missed you.
    I hope you are well man.

  • @SpaceyCortex
    @SpaceyCortex 2 ปีที่แล้ว +3

    Good seeing and hearing from you again.

  • @abeard1
    @abeard1 2 ปีที่แล้ว +2

    I find videos like this super relaxing. Please keep going!

  • @PASTRAMIKick
    @PASTRAMIKick 2 ปีที่แล้ว +10

    It's not Mario guys, it's Grand Dad

    • @sneakyshadoo22
      @sneakyshadoo22 2 ปีที่แล้ว

      This is too old to be Grand Dad; this is Great Dad! AKA: Fortran
      th-cam.com/video/eIBEO3TrACk/w-d-xo.html

  • @XDjUanZInHO
    @XDjUanZInHO 2 ปีที่แล้ว +2

    Very glad you got into university, wish you a nice course bro, your videos are amazing and we missed their simplicity on the exposure and reading

  • @dingolovethrob
    @dingolovethrob 2 ปีที่แล้ว +1

    Absolutely superb work as ALWAYS sir. Have a fantastic 2022. Make sure you maintain a good mix of work and play at your university, - can't work all the time, your mind needs rest too. You're an inspiration.

  • @VytenisNarusis
    @VytenisNarusis 2 ปีที่แล้ว +1

    Great video! Never knew about the trick, it's really interesting to see the ingenuity of programmers at play like this. Best of luck with your studies!

  • @PJBoyYT
    @PJBoyYT 2 ปีที่แล้ว +14

    Lots of love Bisqwit, you're a great p e r s o n

  • @mousefad3673
    @mousefad3673 2 ปีที่แล้ว +4

    Happy New Year Bisquit. Your videos are brilliant!

  • @starc0w
    @starc0w 2 ปีที่แล้ว +1

    That was awesome! ☺Thx Bisqwit and a happy new year!💫

  • @gldev8191
    @gldev8191 2 ปีที่แล้ว +3

    your videos never fail to inspire bisqwit, never stop creating content!

  • @ilmarinen79
    @ilmarinen79 2 ปีที่แล้ว

    Great to see another video from you, always so unique and fascinating. Have a happy new year and good luck with the university speed run challenge!

  • @Mautar55
    @Mautar55 2 ปีที่แล้ว +3

    Ooooh boy! How good is to see you again.

  • @LangleyNA
    @LangleyNA 2 ปีที่แล้ว +5

    "Person" sounds like censorship. Like that USSR leader that was painted out of a photograph. "Person."
    Er'body loves you, Bisqwit. Happy festivites, best wishes in 2022! Life is strange!

  • @EximiusDux
    @EximiusDux 2 ปีที่แล้ว

    It's nice to see a new video by Bisqwit. The videos have such a unique style to them.

  • @grproteus
    @grproteus 2 ปีที่แล้ว

    What an awesome video, thank you for taking the time to make it!

  • @DenisSoiMi
    @DenisSoiMi 2 ปีที่แล้ว

    Nice to hear you again. Happy new year!

  • @ConfuSomu
    @ConfuSomu 2 ปีที่แล้ว

    Thank you for this video! This was very interesting to learn. Good luck in your studies!

  • @pdrg
    @pdrg 2 ปีที่แล้ว

    Super video, I love learning cool new stuff about things I never imagined I would ever be able to understand at the time!

  • @PlayAccordion
    @PlayAccordion 2 ปีที่แล้ว

    Never knew they would need to do so much work to even show the mouse cursor over text. Awesome video! Thank You!

  • @antonnym214
    @antonnym214 ปีที่แล้ว +1

    Kiitos tästä erittäin mukavasta mielenosoituksesta ja onnea suomalaisille uudelle vuodelle.

    • @Bisqwit
      @Bisqwit  ปีที่แล้ว

      Mielenosoitus = protest (as in, a rally full with picket signs, megaphones and speeches; literal meaning is evince one’s opinion). Doubtful you meant that.

  • @juliushowlett7247
    @juliushowlett7247 2 ปีที่แล้ว +2

    The content of your videos is so amazing - I'm floored by your ingenuity in getting the mouse to work. Good luck with your studies.

    • @Bisqwit
      @Bisqwit  2 ปีที่แล้ว +1

      Thanks, although you maybe misunderstood something because Norton tools are made by Symantec, not by me. The mouse cursor thing was specific to Norton tools.

    • @juliushowlett4916
      @juliushowlett4916 2 ปีที่แล้ว

      @@Bisqwit Ah, I re-watched in non-2x-time and now I see it's a Norton thing. Yeash, I need to slow it down! Always a joy to go through the comments on these vids too... your channel attracts a sophisticated audience!

  • @victorgabr
    @victorgabr 2 ปีที่แล้ว +1

    I have Missed you, bro! love your videos... It points to what I dreamed to achieve while learning "Turbo Pascal" on MSDOS, such nostalgia.

  • @li86197
    @li86197 2 ปีที่แล้ว +1

    it's actually quite impressive what some old software did accomplish with such limited resources. the efficiency was not an additional good, but a need. nice video as always, keep up the good work and good luck in your studies!

  • @GLAKJack
    @GLAKJack 2 ปีที่แล้ว

    Glad to see you posting again!

  • @pheonixmusic664
    @pheonixmusic664 2 ปีที่แล้ว

    the editing and the humor, it send me off haha, great job bisqwit

  • @gurbanliye
    @gurbanliye 2 ปีที่แล้ว

    Happy New Year, and Welcome back. We have missed you.

  • @VanosTurbo
    @VanosTurbo 2 ปีที่แล้ว

    Yes you are back! Awesome explanation!

  • @greob
    @greob 2 ปีที่แล้ว +2

    Fascinating stuff! Thanks for sharing.

  • @darealshinji
    @darealshinji 2 ปีที่แล้ว +4

    Good old PERSON from the Super PERSON Brothers

  • @tecsmith_info
    @tecsmith_info 2 ปีที่แล้ว

    Happy new year @Bisqwit - it's great to see you posting again, and best of luck in your studies!

  • @MrBrax
    @MrBrax 2 ปีที่แล้ว +4

    Very clever trick! Interesting how it's fast enough for a full refresh rate.

  • @kekz0r
    @kekz0r 2 ปีที่แล้ว

    Thank you for your video! It's so informative and sweet to watch.

  • @chimebirdplayer3327
    @chimebirdplayer3327 2 ปีที่แล้ว +2

    You know things about PCs and DOS that I wish I had learned when I was a student at NYIT. I had no idea you could change the font that's used in text mode; it gives me the idea for some projects that I wish I had time to try myself.
    Oh, and thanks for introducing me to Kdenlive.

    • @Bisqwit
      @Bisqwit  2 ปีที่แล้ว

      Thank you for writing. Yeah, there is so much I also wish that I knew back in the day. A chance to sort of redeem or relive my past is one of the reasons I am doing these videos, too.

  • @therealchonk
    @therealchonk 2 ปีที่แล้ว +2

    Great to see you again.

  • @wolfattackx
    @wolfattackx 2 ปีที่แล้ว +2

    I just love your videos. Good luck with your studies.

    • @Bisqwit
      @Bisqwit  2 ปีที่แล้ว

      Thank you!

  • @kartik4792
    @kartik4792 2 ปีที่แล้ว

    Mind-blowing!!
    Idea of animated fonts is really cool.
    Would try to implement them for my editor.

  • @andruwearnhardt6780
    @andruwearnhardt6780 2 ปีที่แล้ว +2

    Great videos as always!

  • @therewasblood
    @therewasblood 2 ปีที่แล้ว

    always excited to see your content!

  • @saccharineboi318
    @saccharineboi318 2 ปีที่แล้ว +2

    This is brilliant. Thank you!

  • @TTPF_
    @TTPF_ 2 ปีที่แล้ว +1

    Happy new year Bisqwit! And I wish you a great luck for the university! :)

  • @JuusoAlasuutari
    @JuusoAlasuutari 2 ปีที่แล้ว

    Happy to hear you're studying! Of course that sort of thing takes priority over youtube. Toivottavasti kaikki sujuu hyvin, pidä kivaa siellä.

  • @blastpipezj6937
    @blastpipezj6937 2 ปีที่แล้ว +1

    I'm fascinated by all the clever tricks developers used back in ye olden days. They had such limited resources but could still do so much cool stuff.

  • @GiveAcademy
    @GiveAcademy 2 ปีที่แล้ว +2

    I can 100% relate to university and life eating up all the time! i will finally be finished in may of 2022.. I love your content and will be a member forever! :) I always look forward to new content and I am always rewatching older videos to see what else I can learn! :) Thank you!

    • @Bisqwit
      @Bisqwit  2 ปีที่แล้ว +2

      Thank you for your heartfelt comment (and your support)! Now, I could adjust my schedule and avail more free time to myself, but reasons explained in other comments are why I am speedrunning through it.

    • @GiveAcademy
      @GiveAcademy 2 ปีที่แล้ว

      @@Bisqwit For sure... there are always potential sacrifices.. however.. priorities are important for the long game. :)

  • @samieb4712
    @samieb4712 2 ปีที่แล้ว

    I am so happy there's another Bisqwit video

  • @DevDungeon
    @DevDungeon 2 ปีที่แล้ว +1

    Amazing information and well explained!

  • @shaunclarke94
    @shaunclarke94 2 ปีที่แล้ว

    That was fascinating.
    I'd always wondered this back in the day.
    Great video.

  • @cyberkexx
    @cyberkexx หลายเดือนก่อน

    CGA too has that register bit that allows to choose between 16 background colors and blinking. Actually, it is set to be 16 colors by default, and it is MS-DOS that toggles it to blinking.

  • @bar10dr
    @bar10dr 2 ปีที่แล้ว

    You are awesome. Hope you have a great 2022.

  • @StuartTaylorEsquire
    @StuartTaylorEsquire 2 ปีที่แล้ว

    First time TH-cam's algorithm suggested something I actually want to watch and I was not disappointed. A great way to start 2022, thank you.
    Subscribed.

    • @Bisqwit
      @Bisqwit  2 ปีที่แล้ว

      Thank you, and a have a nice new year!

  • @aliets
    @aliets 2 ปีที่แล้ว

    I cannot believe he actually did it. I've been waiting for this specific video for so long... THANK YOU BISQWIT

  • @ahmetcanaksu6821
    @ahmetcanaksu6821 2 ปีที่แล้ว +1

    I been always fan of terminal gui's. I loved the magic behind the cursor

  • @user-rv5mp4jm6p
    @user-rv5mp4jm6p 2 ปีที่แล้ว

    I just found your channel today ... your content is absolutely amazing!!!! Thank you!

  • @kech-agmaio8620
    @kech-agmaio8620 ปีที่แล้ว

    Bisqwits the only TH-cam with over 100k subs that I know to read and either like or respond to almost every single comment! So awesome

  • @alexwolski3344
    @alexwolski3344 2 ปีที่แล้ว

    A new video!!! I love tricks like these. Keep it up!

  • @EasyBreezyCheezy
    @EasyBreezyCheezy 2 ปีที่แล้ว +1

    I know nothing of computers or coding, I just like watching and listening to smart people

  • @Elias07070
    @Elias07070 2 ปีที่แล้ว

    Good video as always Bisqwit!!!

  • @paolotestoni4250
    @paolotestoni4250 5 หลายเดือนก่อน

    Oh my, thank you so much. I was wondering how the hell that was possibile (I mean the smooth mouse moving in text mode) since mid 90's. I had a suspect how the trick was done but I was not sure I was right until now. 12 years old me is very happy now. Thank you muchly!!! ❤️

  • @AcceleratingUniverse
    @AcceleratingUniverse 2 ปีที่แล้ว +17

    I hope you can pass "Introduction to Programming", bisqwit :)

    • @Bisqwit
      @Bisqwit  2 ปีที่แล้ว +2

      The courses listed on that screen are only those that I have completed already.

    • @AcceleratingUniverse
      @AcceleratingUniverse 2 ปีที่แล้ว +2

      @@Bisqwit ah, job well done

    • @undefined_cat
      @undefined_cat 2 ปีที่แล้ว

      @@Bisqwit did you pass Mathematic for Physics? Why so low grade?

    • @Bisqwit
      @Bisqwit  2 ปีที่แล้ว +1

      There are three Mathematics for Physicists courses. I completed the first one (got 2/5), abandoned the second and didn’t go for the third one.
      The course is essentially a crash course of a subset of university mathematics for those who major in physics. I major in mathematics. Basically that set of courses speedruns through mathematics topics at _way_ _way_ faster pace than I am prepared to put effort into, given that I am also doing a heap of other courses simultaneously. I am majoring in mathematics, so I will learn the stuff eventually, at my own pace.

  • @roachlok5142
    @roachlok5142 2 ปีที่แล้ว

    I always enjoy ur videos. Thank you for making them.

  • @neon-rust
    @neon-rust 2 ปีที่แล้ว +11

    Awesome walkthrough! Even though I mostly knew how it was done since early home computers also use the same "trick" for graphics, e.g. C64 etc.
    Good lock with your studies!

    • @Bisqwit
      @Bisqwit  2 ปีที่แล้ว +1

      Thank you for watching and commenting even if the information was nothing new to you!

    • @neon-rust
      @neon-rust 2 ปีที่แล้ว

      @@Bisqwit Always! One has to support one's favourite creators ;) (especially now when the video frequency has decreased)

  • @audacious1876
    @audacious1876 2 ปีที่แล้ว

    New video!!! Nice gift new year! Happy new year Bisqwit!!

  • @ElSenorEls
    @ElSenorEls 2 ปีที่แล้ว

    You're finally back!

  • @tienshushih4399
    @tienshushih4399 2 ปีที่แล้ว

    Awesome content and explanation!

  • @NightpireVideos
    @NightpireVideos 2 ปีที่แล้ว

    I always learn something new when watching your videos, they are inspiring.

  • @manemobiili
    @manemobiili 2 ปีที่แล้ว

    Happy new year!
    Hyvää uutta vuotta!

  • @ArnaudMEURET
    @ArnaudMEURET 2 ปีที่แล้ว

    Love your new intro anim too!

  • @sajjadjawadkadhim303
    @sajjadjawadkadhim303 2 ปีที่แล้ว

    nice to see you back bro

  • @xSIXAX
    @xSIXAX 2 ปีที่แล้ว

    I saw your comment on the heated blanked cat Video and instantly saw that you uploaded a Video. This is quite funny

  • @AlbiaSoft
    @AlbiaSoft 2 ปีที่แล้ว

    Thank you for this interesting video! We really appreciate your time and dedication to share your knowledge. Thank you Joel! 👍👍👍

  • @LogicEu
    @LogicEu 2 ปีที่แล้ว

    Mr Bisqwit, thank you for an amazingly inspiring video.

  • @razeezar
    @razeezar 2 ปีที่แล้ว

    A few months ago, I went to open up QB for the first time in many years. As I recall, it was actually with the purpose to follow along with one of your videos in which you prototyped some 3D rotation in QB. Good fun!
    Of course, the cursor in QB (Same as ms-dos's text editor etc.) doesn't apply this same trick to for the mouse cursor - Instead, providing a somewhat 'quantized' experience, that constrains the cursor to specific character positions.
    In any case, I was expecting that going back to this IDE would be like putting on an old pair of jeans. Mostly it was, however I was surprised at how tricky it felt to use the mouse. Back in the day, it used to feel so comfy and intuitive!

  • @koviniskaciukas
    @koviniskaciukas 2 ปีที่แล้ว

    Very good stuff. Such a short video but I bet it took enormous amount of time to produce.

  • @unforgettable31
    @unforgettable31 2 ปีที่แล้ว

    When Bisqwit releasing a video is bigger hype than New Year’s eve. 😀

  • @CutieFakeKirby
    @CutieFakeKirby 2 ปีที่แล้ว +1

    I like how he said "person" to avoid copyright claims xD, also this video is pretty informative, might use it sometime! And I think they made Norton systeminfo look like this to make it similar to windows 3.11

  • @thefastjojo
    @thefastjojo 2 ปีที่แล้ว

    missed you, your content is the best!

  • @starc0w
    @starc0w 2 ปีที่แล้ว +5

    Another thought occurred to me.
    Your CS teachers can consider themselves very lucky. What have you taught them all? 😁That is certainly a special and funny situation. Your teachers have certainly never had a student with such a high level of competence!🙃

    • @Bisqwit
      @Bisqwit  2 ปีที่แล้ว +9

      Most of the courses have massive participant lists, so the teachers don’t particularly have opportunities to notice individual students. In some cases, the curriculum is also rather demotivating and pushes talents down to a common level. However, after only the first period, I got an offer to be a (paid) supervisor on the course _Introduction to Databases._ I accepted the offer effective the next period.
      I think, chances are the same could have also happened on the two programming courses, if I had taken them normally instead of substituting both with general exams.

  • @herbiehusker1889
    @herbiehusker1889 2 ปีที่แล้ว +5

    I've wondered this for years

  • @NeoAF10
    @NeoAF10 2 ปีที่แล้ว

    Yay! Bisqwit is back!!!

  • @jockey101
    @jockey101 2 ปีที่แล้ว +2

    Thank you bisqwit

  • @aakoss
    @aakoss 6 หลายเดือนก่อน

    The audio splicing is hilarious for the nefariousness company beginning with N

  • @jussila3
    @jussila3 2 ปีที่แล้ว

    Ei minkään maan käryä näistä mutta videoita on mukava seurata! Kiitos!

    • @Bisqwit
      @Bisqwit  2 ปีที่แล้ว +1

      Kiitos itsellesi.