The Art of the Bodge: How I Made The Emoji Keyboard

2015 ж. 23 Қыр.
3 369 956 Рет қаралды

tomscott.com - / tomscott - Here's the behind-the-scenes "how I made the emoji keyboard" video! If you haven't seen the original: • Real Life Emoji Keyboard! But the thing is, the truth is basically just "I bodged some stuff together". Which gives me the opportunity to tell some stories...
AUTOHOTKEY: ahkscript.org/
LUAMACROS: www.hidmacros.eu/
and Colin's channel! / colinfurze

Пікірлер
  • 5:18 - "There's a joke that won't date well" Well, you see... this is gonna be a little weird to explain....

    @zcamt@zcamt3 жыл бұрын
    • Even more weird

      @evanwarren4083@evanwarren40833 жыл бұрын
    • Narrator: "It got worse."

      @NathSb@NathSb3 жыл бұрын
    • Definitely didn't age well recently...

      @austinh1242@austinh12423 жыл бұрын
    • Um, oops?

      @xmlthegreat@xmlthegreat3 жыл бұрын
    • 6 months later, and I have to say... it got a lot worse... and a lot harder to explain

      @zcamt@zcamt3 жыл бұрын
  • Was a pleasure working with you tom. I've still got the brown leather we used on the horse bot, a metal detector from the treasurebot and ski willy. Stupid TV schedules they can do one.

    @colinfurze@colinfurze8 жыл бұрын
    • +colinfurze Never knew you lot got together, or you had a TV show. Wow. Gotta get on to watching that one!!!

      @TechyBen@TechyBen8 жыл бұрын
    • I didn't know you were working with him

      @playbackeverything1760@playbackeverything17608 жыл бұрын
    • +colinfurze have you built the bunker yet?

      @lovecastle7154@lovecastle71548 жыл бұрын
    • +Alan Kong I remember that show ._.

      @systemvoid287@systemvoid2878 жыл бұрын
    • 6اا ن9

      @kholoudkhelo4886@kholoudkhelo48868 жыл бұрын
  • Tom: "Lua is a programming language that's weird, but not that weird." Also Tom: "Lua starts counting from 1."

    @Benny_Blue@Benny_Blue2 жыл бұрын
    • Hey lua is good i use lua a Lot

      @tnttale6637@tnttale663710 ай бұрын
    • i tried using lua once. Enough said about that.

      @bageldogm@bageldogm9 ай бұрын
    • Lua is js if it was less cursed the only thing holding it back is the lack of keywords for handling prototype (or in lua’s case, metatable.__index) classes

      @palmberry5576@palmberry55768 ай бұрын
    • lua’s metatables are scary af. i tried to code a complex game script and it felt like genuine wizardry

      @lxdixd@lxdixd8 ай бұрын
    • because thats how counting works IRL, thats why

      @algotkristoffersson15@algotkristoffersson157 ай бұрын
  • I started genuinely laughing at "saves it to a file on disk", I was like "oh you set up a sort of API between autohotkey and lua" -- no, saved to a file on disk. That's amazing.

    @grim66@grim663 жыл бұрын
    • i have no idea what you said but this made me smile

      @satan69@satan692 жыл бұрын
    • @@satan69 APIs allow programs to directly access other programs. When you log into Facebook on your phone, the app stored locally on your phone needs to connect to the database software on Facebook's servers in order to authenticate you and eventually display the database's contents in the app's window. This is done through an API, or Application Programming Interface. Essentially a collection of things one program is allowed access to have another program do for it. That would look like his LuaMacro code asking AutoHotKey to translate the input they just received into plain text, then taking that translation back and finally inputting it into the textbox. Tom's solution was to not bother trying to get the two programs to talk directly to each other (which would be a lot of work for almost no benefit) and to simply have them work independently by doing the equivalent of sticking an anonymous note under a park bench to let your handler know the nuclear codes will be exchanged at 11pm at the docks and hoping the guy knows what to do with that information.

      @buca117@buca1172 жыл бұрын
    • ofc that way. wiring lua up with ahk (shudder) would break the art of the bodge :D

      @henrydorsett6076@henrydorsett60762 жыл бұрын
    • Saving to disk, over an API, is simpler, stupider, less elegant solution... essentially, a bodge.

      @flannolman8100@flannolman81002 жыл бұрын
    • That’s the bodge xD

      @joshbishop4870@joshbishop48702 жыл бұрын
  • "I didn't study Computer Science, I'm not writing elegant solutions" Me, a computer science grad: Oh, is that what I was meant to be doing?

    @Aguycalledmax@Aguycalledmax3 жыл бұрын
    • Hi! I’m considering majoring in CS when I go to college, mind if I ask a question or two?

      @Skidoodle18@Skidoodle183 жыл бұрын
    • @@Skidoodle18 what's your question bud? Current junior in cs

      @joshuaduplaa9033@joshuaduplaa90333 жыл бұрын
    • @@joshuaduplaa9033 What are some skills I can start teaching myself now to prepare?

      @Skidoodle18@Skidoodle183 жыл бұрын
    • @@Skidoodle18 basics of coding, logical thinking, etc.

      @stevanmiladinovic4007@stevanmiladinovic40073 жыл бұрын
    • @@stevanmiladinovic4007 Also mental resilience. That one's super important for coding.

      @nerd_nato564@nerd_nato5643 жыл бұрын
  • Tom's upset that it took him a whole half-hour to solve a coding problem while I'm thinking "That only took you half an hour? Kudos."

    @BigBahss@BigBahss4 жыл бұрын
    • No kidding; I've recently been learning GDScript for game development, and it sometimes takes me more than 2 hours to get past a single stump. And I never notice how long it's taking when I'm working through it, because I guess I'm too busy focusing on trial-and-error.

      @oktayyildirim2911@oktayyildirim29113 жыл бұрын
    • @@oktayyildirim2911 Godot script? That's a strange one. I'm assuming you're a beginner since I believe the engine is tailored for that audience? I started out with good ol' Unity and C# so that script seems very alien to me lul.

      @andstriker@andstriker3 жыл бұрын
    • @mane I recently went to godot from 3 yrs of unity

      @simmerthesauce9228@simmerthesauce92283 жыл бұрын
    • Fuk me took me a whole afternoon to realise I put break at the wrong place ..

      @randomgoose01@randomgoose013 жыл бұрын
    • Kudos is right! I once spent at least 45 minutes pouring over some non-working code only to find I had left out a single period. Code can be SO unforgiving.

      @dadadaddyoo@dadadaddyoo3 жыл бұрын
  • The “no” in response to hypothetical requests to use Linux is still one of my favorite Tom Scott moments to this day.

    @withertoneultraluxxx@withertoneultraluxxx Жыл бұрын
    • I came here for this 🤣

      @phentas@phentas Жыл бұрын
    • A lot of people have this "Worship" of Linux, it is REALLY good, for certain stuff. Not everything.

      @SioxerNikita@SioxerNikita8 ай бұрын
    • @@SioxerNikita alright but how is this one of the things linux is bad at? Device files exist specifically to enable the flexibility to do stuff like this. Each of the 14 keyboards will have an entry in /dev/input/, read from those with a (probably pre installed) simple program and you've immediately accomplished the task that most of this video explains how to work around on windows

      @ictoan1880@ictoan18808 ай бұрын
    • @@ictoan1880 I was commenting on Linux in general, not for this specific thing. Linux is an amazing OS, but not for everything. If it ever became amazing for everything, it'd have the same issues as Windows.

      @SioxerNikita@SioxerNikita8 ай бұрын
    • ​@@SioxerNikitaActually not exactly. Think about the cuts of on Windows Home they only make to sell the more expensive Windows Professional. Or the Driver support, where hardware suppliers just develop for one system and take the most populare one and so on. It's simply lazyness to think Linux systems couldn't replace Windows completely, when software including drivers would only be written for it primarily...

      @Tuepp@Tuepp8 ай бұрын
  • "Because Lua, unlike every other programming language in modern times, counts from 1 and not from 0." *laughs in MATLAB*

    @gilpo@gilpo2 жыл бұрын
    • MATLAB is just a graphing calculator on steroids

      @tatianatub@tatianatub2 жыл бұрын
    • @@tatianatub the only difference being that graphing calculators don't crash as often

      @gilpo@gilpo2 жыл бұрын
    • @@gilpo BAHAHHAHAHA

      @ananttiwari1337@ananttiwari13372 жыл бұрын
    • laughs in python!

      @cricksol@cricksol2 жыл бұрын
    • @@cricksol What do you mean? Python counts from 0 like most commonly used programming languages not from 1.

      @deathsins6008@deathsins60082 жыл бұрын
  • "And then writes it to a file on disk" wow that is maximum bodge now

    @madumlao@madumlao5 жыл бұрын
    • We call it "advanced engineering" where I come from.

      @camiloaa@camiloaa5 жыл бұрын
    • right? i was with everything up until this

      @denoww9261@denoww92615 жыл бұрын
    • To be fair...the I/O should be very itty-bitty. I mean, it’s not like anyone would just mash keys randomly, right? ...right?

      @liesdamnlies3372@liesdamnlies33725 жыл бұрын
    • Unless it was a tmp folder

      @douwehuysmans5959@douwehuysmans59594 жыл бұрын
    • I bridged a python script and an Apache server using text files for a semester 1 uni project 😂

      @liranpiade4499@liranpiade44994 жыл бұрын
  • "Someone will have done this before" Is basically how to learn to code

    @WindingDreams@WindingDreams4 жыл бұрын
    • No.

      @williamduncan7401@williamduncan74014 жыл бұрын
    • CloudianOS Yes.

      @Rachel8260@Rachel82604 жыл бұрын
    • @@Rachel8260 I'm far past learning, but tell me, how would you learn by not doing anything?

      @williamduncan7401@williamduncan74014 жыл бұрын
    • @@williamduncan7401 I can verify, as someone taking computer science, that half of my learning when it comes to my programming is through finding stuff on stackoverflow. I don't know it? Someone else will have done it before. I can then take that code, figure it out and apply it later. It's like formulas; you can know them, but if you don't understand you can't apply it. You can know code, but understanding it helps you apply it later by looking at examples to learn.

      @phantoids@phantoids4 жыл бұрын
    • @@phantoids as a professional full stack developer, I can verify that as well. However, finding answers on SO doesn't mean copy-pasting code, but actually reading some plain English explaining the solution. And if you're copying code that you do not understand, then most likely problems will occur later on and you won't understand them either.

      @williamduncan7401@williamduncan74014 жыл бұрын
  • me: * has never programmed anything in my life* tom: "this program counts from 1 intead of 0" me: * dies of heart attack*

    @paulamarina04@paulamarina042 жыл бұрын
    • madldeleine celetse linux

      @renzo00@renzo00 Жыл бұрын
    • @@renzo00 real

      @fishingwithtoasters@fishingwithtoasters Жыл бұрын
    • ​@@renzo00 as tom scott said, no

      @kayyayeare@kayyayeare9 ай бұрын
    • 100 Stress Irrational affliction 100 additional Stress Heart Attack Death's Door Deathblow

      @NerdTheDemon@NerdTheDemon8 ай бұрын
    • Madeline Celeste omg real

      @mindit2096@mindit20967 ай бұрын
  • The funny thing is, Japanese don't use emoji's that often anymore. You just type in ”かお” and press space, you can chose from a bunch of "顔文字(kaomoji)"s. (● ˃̶͈̀ロ˂̶͈́)੭ꠥ⁾⁾

    @hidazip@hidazip2 жыл бұрын
    • ᕦ⁠(⁠ ⁠⊡⁠ ⁠益⁠ ⁠⊡⁠ ⁠)⁠ᕤ

      @thomasrosebrough9062@thomasrosebrough9062 Жыл бұрын
    • \\\٩(๑`^´๑)۶////

      @Absolute_LUNA-C@Absolute_LUNA-C Жыл бұрын
    • (^_^)/□☆□\(^_^)

      @ahumanthatexists1468@ahumanthatexists1468 Жыл бұрын
    • That’s funny: they’ve moved back to emoticons. I see this in english sometimes: emoji are fun, but are often too specific: you can usually get away with :) ;) :/ :| and :(

      @elideaver@elideaver Жыл бұрын
    • ༼⁠⁰⁠o⁠⁰⁠;⁠༽

      @itstherealbrace6424@itstherealbrace642410 ай бұрын
  • “Thats right there’s and f24 key...” *looks at keyboard* “...but it most certainly isn’t on your keyboard.” *dreams crushed*

    @blakehawkins3296@blakehawkins32965 жыл бұрын
    • don't worry, holding down shift will add 12 to the number so shift+f12 is f24 and also f22 (shift+f10) is equivalent to the option key (to the left of r.ctrl)

      @43615@436154 жыл бұрын
    • IBM Model F122 time

      @creaturedanaaaaa@creaturedanaaaaa4 жыл бұрын
    • F in chat

      @Unknown-mf2zm@Unknown-mf2zm4 жыл бұрын
    • @@creaturedanaaaaa Yup, was thinking of the same keyboard because I've seen that model before - it's fairly expensive though

      @lemon3rd800@lemon3rd8004 жыл бұрын
    • ibm battleship moments

      @C4FF31N3@C4FF31N34 жыл бұрын
  • "That joke's not going to age well" 2020: Well, actually....

    @123seven3@123seven34 жыл бұрын
    • @@tthung8668 why is this showing up now

      @zacharytalarico7250@zacharytalarico72504 жыл бұрын
    • @The Yangem 5:15

      @jamesp.sullivan5124@jamesp.sullivan51244 жыл бұрын
    • @123seven3 Thanks, I giggled at that, came to comment and you had already made it for me :-p

      @Coldheart322@Coldheart3224 жыл бұрын
    • Was about to say the same thing

      @trippprofant8747@trippprofant87474 жыл бұрын
    • See you in 100 years when you look stupid

      @Unicr0nNidAaz@Unicr0nNidAaz4 жыл бұрын
  • Tom: "By the way, if anyone out there suggest using Linux... no." Me, a Linux user for almost a decade: "Fair."

    @kindoflame@kindoflame3 жыл бұрын
    • I almost fainted

      @casenc@casenc2 жыл бұрын
    • the power expressed looking at the camera and declaring no

      @stolenshortsword@stolenshortsword Жыл бұрын
    • Fair? he made his life harder for no discernible reason, in Linux he could have literally just directly read each individual keyboard in /dev/input/ through any programming language.

      @zaper2904@zaper2904 Жыл бұрын
    • @@zaper2904 As Tom said - no.

      @slobert@slobert Жыл бұрын
    • @@zaper2904 who cares this is funnier

      @m4rcyonstation93@m4rcyonstation93 Жыл бұрын
  • I loved the part when Tom said “It’s bodging time!” and bodged all over Windows.

    @cosmicjenny4508@cosmicjenny450811 ай бұрын
    • HAHHAHAHAHAHHAHAHAHAHHAHAHAHAHAHHHA😂😂😂😂😂😂😂😂😂

      @loco4loco@loco4loco8 ай бұрын
    • 16:09

      @lazprayogha@lazprayogha8 ай бұрын
    • ​@@loco4loco🤨

      @MaxerV19@MaxerV197 ай бұрын
  • Fun fact about emoji: it is etymologically unrelated to the word "emoticon". Emoticon is a combination of the words "emotion" and "icon", whilst emoji is a combination of the Japanese words "e", meaning picture, and "moji", meaning character.

    @scptime1188@scptime11883 жыл бұрын
    • Oh I didn't know that, but always wondered, thanks for the knowledge!

      @julianmjk5120@julianmjk51202 жыл бұрын
    • etymologically*

      @nanashi7756@nanashi77562 жыл бұрын
    • Thanks for the fact person with profile picture that looks like a weird Goat!

      @powerofthec5908@powerofthec59082 жыл бұрын
    • *E* ?

      @williamshakespeare987@williamshakespeare9872 жыл бұрын
    • @@williamshakespeare987 moji!

      @ananttiwari1337@ananttiwari13372 жыл бұрын
  • "There's a joke that won't age well." *Checks upload date* *'Curb Your Enthusiasm' theme plays softly in the background*

    @DZrache@DZrache6 жыл бұрын
    • *One Year Later* "IT'S JUST KEEPS GETTING LOUDER WTF"

      @goose7938@goose79385 жыл бұрын
    • Same tbh

      @JazzyWaffles@JazzyWaffles4 жыл бұрын
    • 5:15 🤯

      @AdamChristensen@AdamChristensen4 жыл бұрын
    • I had no idea what that was called or why that theme was used thank you

      @MetaBloxer@MetaBloxer4 жыл бұрын
    • Checks out

      @acasualescapedscp4418@acasualescapedscp44184 жыл бұрын
  • I absolutely love it when Tom gets in his excited rambling mode.

    @h.v.1114@h.v.1114 Жыл бұрын
    • Same tbh. Generally I like it when anyone starts rambling on the subjects they like, and I'm prone to doing that as well

      @JetFalcon710@JetFalcon7108 ай бұрын
  • We have a word in Brazilian Portuguese that means the same thing or at least is very close: Gambiarra - An improvised solution to a problem that will probably need to be fixed again later

    @Bodeification@Bodeification3 жыл бұрын
    • We have a word here in North America that means the same thing "Chinese Infastructure"

      @bl1tz533@bl1tz5332 жыл бұрын
    • We also have a word for it in Hindi "Jugaad", "जुगाङ"

      @AkshayShukla.@AkshayShukla.2 жыл бұрын
    • @@bl1tz533 💀💀💀

      @user-xx8pp7jc2p@user-xx8pp7jc2p2 жыл бұрын
    • @@bl1tz533 it’s funny how americans cope with the fact that their government is completely incompetent at building public infrastructure by pointing fingers at another government which is trying (and succeeding) at housing and feeding the largest population in the world. but i guess you can keep spreading misinformation and western anti-chinese propaganda if it makes you feel better 👍

      @itsukizy@itsukizy2 жыл бұрын
    • @@itsukizy watch laowhy86. china’s a failed state, or at the very least very close to becoming one. chinese infrastructure is of horrific quality, chinese buildings made 10 years ago are crumbling yet the east coast of the united states has hundreds of thousands of houses that are over 100 years old.

      @floo1465@floo14652 жыл бұрын
  • That No for Linux caught me off guard and made me feel like a small child that's been told No by their dad.

    @rwantare1@rwantare14 жыл бұрын
    • same hahaha

      @bakdiabderrahmane8009@bakdiabderrahmane80094 жыл бұрын
    • @@robertkiestov3734 bruh

      @scottbuchanan8300@scottbuchanan83004 жыл бұрын
    • Scott Buchanan Any so-called “programmer” who advises against Linux doesn’t know a single thing they’re talking about and should be discredited against further discussion

      @robertkiestov3734@robertkiestov37344 жыл бұрын
    • Robert Kiestov and anybody who believes that someone’s entire argument is invalid because they have a differing opinion is a scummy person who you should ignore because they seem to think insulting other people makes them look cooler

      @awildfilingcabinet6239@awildfilingcabinet62394 жыл бұрын
    • A wild Filing cabinet this kinda sounds rude and there are definitely exceptions, but I guess it’s true what I heard about the Linux community, really really defensive about using Linux

      @metrixel1488@metrixel14884 жыл бұрын
  • Best bodging story I ever heard of was when Supermarine were prototyping the Spitfire. They used smooth headed rivets but when the prototyping stage was nearly complete and they had achieved their targets for speed and maneuverability, flight ceiling, climb rate etc etc etc they realised that for time and cost restraints when it went into full production the production line would be using dome headed rivets. The limited knowledge of aerodynamics at the time they had combined with no computer modeling etc meant they realised it would have an effect but they didnt know what that effect would be. War was looming and they didnt have time to take the prototype to pieces and put it back together again (possibly multiple times) to investigate what the effect would be and how to overcome it what they did was...glued split chick peas to the rivets for testing and after a little trial and error found out that as long as the peas/rivets were aligned correctly with each other and mostly symmetrically the performance of the aircraft wasnt noticeably affected detrimentally and the precious top speed remained the same. Great British chic-pea based bodge

    @sambomacho1@sambomacho14 жыл бұрын
    • Reminds me of how they test airplane windshields for their ability to withstand bird impacts. A bunch of complex modeling and simulation? Nah, just fire a raw chicken out of a cannon at it! (yes they do _also_ use models and simulations but that's less funny)

      @renakunisaki@renakunisaki4 жыл бұрын
    • @@renakunisaki always remember to thaw the chicken

      @RobertSzasz@RobertSzasz4 жыл бұрын
    • @@RobertSzasz or freeze the windshield

      @christopherleveck6835@christopherleveck68354 жыл бұрын
    • Brit Dal Bit Bodge

      @BuildYourOwnBass@BuildYourOwnBass4 жыл бұрын
    • @@justinepaula-robilliard specifically, under negative G. Previously, the Spitfire had to be rolled inverted and then the stick pulled back before it could be dived. The Me109, meanwhile, was fuel injected and had no such problems. It was also heavier and more powerful.

      @richardharrold9736@richardharrold97362 жыл бұрын
  • "Movie studios were bidding on an emoji-based pitch." *Well that didn't go very well*

    @honeygdballs@honeygdballs3 жыл бұрын
    • Well someone got paid for it so I guess that depends on what side of the table you sit. Your quite funny though I'll give you that.

      @KillaBitz@KillaBitz2 жыл бұрын
  • The greatest plot twist of all time: “one take” at the end of a 17 minute video

    @Leffrey@Leffrey2 жыл бұрын
  • As a Linux user I almost want to make my own emoji keyboard out of spite. Now, to obtain 14 keyboards...

    @riverw4721@riverw47213 жыл бұрын
    • They better all be RGB or else you aren't gonna outdo Tom.

      @MrHat.@MrHat.3 жыл бұрын
    • Same here

      @gamingdiamond352@gamingdiamond3523 жыл бұрын
    • How do you spot a Linux user? Don't worry, they'll tell you😳

      @prayerie@prayerie3 жыл бұрын
    • @@MrHat. nah, using linux alone beats tom, because you just need a simple script to make it work, instead of all those workvarounds

      @null-00000@null-000003 жыл бұрын
    • @@null-00000 Got a link to the simple script that will make all 14 keyboards do this in a mainline Linux desktop distro in a Live environment? That’s the bar that needs to be cleared to qualify as simple

      @Rishnai@Rishnai3 жыл бұрын
  • Tom, all you had to do was connect the flumberboozle to the VGX Virtual Port

    @AtroGD@AtroGD3 жыл бұрын
    • 11:00

      @xanecosmo5061@xanecosmo50612 жыл бұрын
    • but only if all the repos align otherwise it's just glitch out.

      @KillaBitz@KillaBitz2 жыл бұрын
    • But don’t forget to stabilise the quantum fluctuations

      @Avaa2499@Avaa24992 жыл бұрын
    • @@KillaBitz make sure you put this arbitrary text in the config file or it will catch on fire

      @queenbiscuit311@queenbiscuit3112 жыл бұрын
    • Wrong port, it’s the GKX port. The VGX port defenestrastes your tangerines

      @wilh3lmmusic@wilh3lmmusic2 жыл бұрын
  • I'm so grateful for this video. As part of my year 11 digital tech course, I was creating a map of public transit availability in my home city of Adelaide. However, the government doesn't have easily accessible stats for bus arrivals per suburb. So I used a windows access database with every bus stop listed and (After watching this video) realised I could use AHK to copy each link, look it up, & search the page.

    @onesimushewett9335@onesimushewett93352 жыл бұрын
  • You know it's a bodge when you stick on 1200 stickers before making sure you can actually program the keys to do what the stickers say they do.

    @novemberbaby1994@novemberbaby19942 жыл бұрын
    • Who said that's the order it happened in?

      @dIancaster@dIancaster2 жыл бұрын
    • @@dIancaster Tom did in the video.

      @mtranchi@mtranchi Жыл бұрын
  • 4:16 "It worked really well, I mean we had a reserve" Do you mean a reserve skydiver?

    @teaser6089@teaser60894 жыл бұрын
    • this needs more likes, good joke.

      @catomatic3849@catomatic38494 жыл бұрын
    • The edit ruined it

      @HappyGhetto@HappyGhetto4 жыл бұрын
    • @@HappyGhetto Fixed

      @teaser6089@teaser60894 жыл бұрын
    • @@teaser6089 I have no further complaints

      @HappyGhetto@HappyGhetto4 жыл бұрын
    • Lmao

      @Dagger-th2ik@Dagger-th2ik3 жыл бұрын
  • 13:29 “unlike every other programming language” LUA in a nutshell

    @Klick404@Klick4043 жыл бұрын
    • what's weird is that autohotkey also starts at 1

      @EsmeraldMaster@EsmeraldMaster3 жыл бұрын
    • lua = roblox

      @buffalocrackerdong6978@buffalocrackerdong69783 жыл бұрын
    • uhh visual basic has arrays that starts from 1 and lists that starts from 0. Working with that cursed language drained my sanity

      @davidtitanium22@davidtitanium223 жыл бұрын
    • @@luck3298 the whole thing is bodge upon bodge upon a bodge

      @davidtitanium22@davidtitanium223 жыл бұрын
    • @@luck3298 _> "They all use 1-indexing. It is more logical for natural sciences academics. "_ It is not more logical, especially not in natural science. The reason why it starts on 0 is because that's where everything begin. Our numbers starts on 0, count up to 9, then roll over the next number over from 0 to 1, and the 9 back to 0. - Temperature has a zero point. Coldest isn't 1 K, it is 0 K. Length has a zero point; you can have no length. Well you can argue about the plank length, but it's still calculated from 0. - As Tom Scott showed; using 0-indexing makes maths so much easier: if each container has 15 items, and you have 25 containers, then 0-14 is the 15 items in container 0, 15-29 is the 15 items in container 1, and you can reference this number by using the formula item+(container×15). - A lot of stuff would be so much harder to work with if stuff was 1-indexed; converting inches to mm would be: (inch-1)×25.4+1 instead of just inch×25.4 - Academics, science, programming, all that benefits from 0-indexing. It's we common people who use 1-indexing.

      @Liggliluff@Liggliluff3 жыл бұрын
  • “Index start at one unlike every other modern program language” Let me introduce R, MATLAB and Julia

    @sandraviknander7898@sandraviknander78983 жыл бұрын
    • these are not really meant for programmers

      @jyotiprakash3423@jyotiprakash34233 жыл бұрын
    • @@jyotiprakash3423 I know Matlab, and it annoys me every time, because Matlab is a software use by most and foremost engineers. And engineers today needs to be half of a programmer, so they will know other programming languages too. Counting from 1 and not zero is just so stupid...

      @PermireFabrica@PermireFabrica2 жыл бұрын
    • Or FORTRAN, where indices are whatever you want them to be...those were dark days.

      @agmlego@agmlego2 жыл бұрын
    • @@jyotiprakash3423 Julia is a big boy language. It features a JIT compiler, metaprogramming capabilities, multiple dispatch and probably the best dynamic type system there is (even better than Common Lisp's CLOS). I honestly think Julia doesn't get the recognition it deserves.

      @altus3278@altus32782 жыл бұрын
  • obsessed with how this video; a behind the scenes ramble where he doesnt even show the final product working, has almost five times the views as the (presumably) intended actual official proper video about the keyboard.

    @kkeennddaall@kkeennddaall Жыл бұрын
  • 5 years down the line, and one thing never changes. *One take!*

    @em__1@em__13 жыл бұрын
    • He uses a teleprompter. He admitted it in a recent video.

      @ajs41@ajs41 Жыл бұрын
    • @@ajs41 which one I don’t think I’ve seen that video

      @hii-people2245@hii-people2245 Жыл бұрын
    • @@ajs41 I defy you to read for 17 minutes straight using a teleprompter, without making a mistake 🙄

      @AlphaGeekgirl@AlphaGeekgirl Жыл бұрын
    • @@AlphaGeekgirl He probably does more than one take a lot of the time. But I still think he's a fantastic video-maker.

      @ajs41@ajs41 Жыл бұрын
  • Everyone: arrays start at 0 Lua and Matlab: *confused screaming*

    @lookieeight1006@lookieeight10064 жыл бұрын
    • And R. All of them use the excuse that it's easier for non-programmers, which I kind of understand, but starting at 1 makes things more difficult later, you're not solving the problem, you're putting it back 6 months until they want to use nested arrays and work out a way to linearize it and convert it back or something similar, at which point the constant ±1 adjustments cause way more problems than just learning that stuff is indexed from 0.

      @scragar@scragar4 жыл бұрын
    • I agree with scragar that it's somewhat acceptable to count from one for Matlab and R which are more often used by non-programmers, but for LUA it's just silly.

      @realEchoz@realEchoz4 жыл бұрын
    • IIRC MS BASIC 7 allowed you to define the start of array. Could be 0, 1, 2, anything (probably had to be a uint).

      @QqJcrsStbt@QqJcrsStbt4 жыл бұрын
    • in vimscript, its 0-indexed. BUT, every operation that involves specifying a range becomes end-inclusive. example: say you have a string "hello vim!". you want a substring "hell", so you do this: "hello vim"[0 : 3] notice how the end is the fourth character. the idea behind this (i think) is to be able to do this without error: "hey there"[0 : 0] as a bonus, Neovim has a builtin lua support :D

      @weakspirit_@weakspirit_4 жыл бұрын
    • Pop fortran also

      @abdellahcodes@abdellahcodes4 жыл бұрын
  • I love to go back to this video to see and hear all of the excitement and enthusiasm tom has here. This video defenitely makes me believe anything is codable if youre stubborn enough

    @mutsgarfield6887@mutsgarfield68872 жыл бұрын
  • The Unicode Consortium sounds like a faction from 40K

    @hatchmaster_5745@hatchmaster_57452 жыл бұрын
  • Tom knew about the Emoji Movie in 2015. He should have done something to stop it.

    @henryambrose8607@henryambrose86076 жыл бұрын
    • I am upset with that line

      @equinoxxed_7502@equinoxxed_75024 жыл бұрын
  • 17 minutes, all that build-up, and we don't get to see you type even one emoji? :(

    @sarat6488@sarat64885 жыл бұрын
    • I was so disappointed

      @cannoneq@cannoneq4 жыл бұрын
    • Really? There is no demo! I want one! It's not too late!

      @DanHaiduc@DanHaiduc4 жыл бұрын
    • There’s a video of him typing on it, this is just the behind the scenes video

      @MidiMaze178@MidiMaze1784 жыл бұрын
    • im just disapointed that this has 998 likes

      @kckph4264@kckph42644 жыл бұрын
    • @@MidiMaze178 Strangely, behind the scenes has 1.5M views while the original video had only 600k

      @edef1244@edef12444 жыл бұрын
  • And here I am, years later, getting recommended this masterpiece of information mixed with comedy and had one of the most hearty laughter ever since the start of the pandemic about the lua part ~13:00 min mark. Thank you really much for brightening up my day in these dark times! And never forget! index 0 is the entire table ;)

    @seeker3960@seeker39603 жыл бұрын
  • this is an amazing monologue and the problem-solving process is so relatable to anyone who's ever tried to make anything! also the style and pacing make me highly suspect that you watch penn & teller XD

    @dani-wg1rf@dani-wg1rf2 жыл бұрын
  • ”Well there's no burrito emoji but at least there's a jelly filled donut"

    @weesalikesmilktea4829@weesalikesmilktea48293 жыл бұрын
    • Damn you 4kids! xD

      @Robin93k@Robin93k3 жыл бұрын
    • nothing beats a jelly-filled doughnut

      @advanceringnewholder@advanceringnewholder3 жыл бұрын
    • You just put me on a nostalgia trip that will most likely end with me rewatching dozens of hours of Pokémon.

      @marquess2004@marquess20043 жыл бұрын
    • Still don't know why they chose jelly donuts, but, considering 4Kids, I'm going to say the answer was generated by a stupid computer. Like really stupid. I'm talking _absurd_ levels of stupid.

      @None-Trick_Pony@None-Trick_Pony3 жыл бұрын
    • @@None-Trick_Pony Because nothing beats a jelly-filled doughnut

      @advanceringnewholder@advanceringnewholder3 жыл бұрын
  • This should be submitted to a museum as a tech-art piece and you can have this video play on loop to explain it whilst people play with the keyboard!

    @johnthebull@johnthebull6 жыл бұрын
    • The Museum for the History of Humanity.

      @potatonoodlebear8035@potatonoodlebear80354 жыл бұрын
  • 5:20 "there's a joke that wont age well..." Simpsons prediction?

    @franciscocosta195@franciscocosta1952 жыл бұрын
  • This video was so informative/entertaining/riveting that we spontaneously applauded at the end! We love you, Tom.

    @deepearson9094@deepearson9094 Жыл бұрын
  • "the art of the bodge" -Sun tzu

    @ItsJustOriginal@ItsJustOriginal3 жыл бұрын
    • the great byte war

      @frozenpeak1524@frozenpeak15243 жыл бұрын
    • it is a book not a quote

      @ThisNameWasntTaken@ThisNameWasntTaken3 жыл бұрын
    • “Thomas Edison made the light bulb”

      @yourlocal6158@yourlocal61583 жыл бұрын
    • someone watches technoblade

      @Jamiscus@Jamiscus3 жыл бұрын
    • Unless it's a farm

      @miumusic6510@miumusic65103 жыл бұрын
  • Alternative title: Tom Descends Into Madness Every Five Minutes

    @floof_hair3857@floof_hair38573 жыл бұрын
    • Isn't that just coding?

      @behindthemask2399@behindthemask23993 жыл бұрын
    • Good title

      @IgorOzarowski@IgorOzarowski3 жыл бұрын
  • Well done Tom for explaining all that

    @lisabowenhospital@lisabowenhospital Жыл бұрын
  • That was hilarious! I don't care if this video is to old for someone to mention my comment, i just have to say it. This entire thing is so cool and intriguing and absolutely interesting! I don't even have any knowledge in programming, but i got all this stuff. Tom, you're great at explaining things, for sure. And you're perfect in telling great stories, thank you very much

    @bazillio69wotblitz5@bazillio69wotblitz53 жыл бұрын
  • Basically every scene in “The Martian” is a bodge. Not sure if it beats Apollo 13 or not cause it’s fictional, but who knows

    @Nicoder6884@Nicoder68844 жыл бұрын
    • Yes the Martian has lots of bodges "ahem" blows self up making water supply

      @lopezfamily2089@lopezfamily20894 жыл бұрын
    • It’s a fictional film, but the bodge is based on the scientific challenges.

      @JacDes82@JacDes824 жыл бұрын
    • Aight, imma cut a hole out of my pressure vessel for spare material.

      @Liquid_State_Drive@Liquid_State_Drive4 жыл бұрын
    • @@JacDes82 9v9v9b99v9v9v9v9v9v9v9:9v9v9vv⁹9:9v9:9vv99v9v9b99b99vv9999v9v9vv999:9v9b99v9vv99v9v9v9v9v9vv99v9v9v9vv9v99v9vvj99v9v9v9b999v9v999vv99vv99vv99v9v9v9v9v9b99v9vh99v9v9v9b99v9v9v9v9v9v999b99v9v9b9⁹9b99v9v99v99v99v9v9v9vv99v9v9v9v9b99v9v9vv99b99v9v9v9v9vv9j9v99v9vv99v9v9v9v9v9v9v9v9v9v99v9v9v9vvb99v9vv99vv99v99v9v9vh99v9v9vv9v99v9v9v9v9v9v9v9v9vv99vh999v9vv99v9v9v9b⁹999v9:9v9vv99v9v9b⁹9vv99v9v9v9v9v9v9v9v9v9v9v9v9v9v9v9v9v9vhj9v9v9v9v9v9v9vv9v99vv99v9v9v9vv99v99v9v9v9v9vv9vbj99v9v9v9vv99v9v9vv99v9v9vv99v9v9v9v9v9v9v9v9v9vv99v9v9v9v9v9v9v9vvj9v99 9vv99v9v9v9v9vv99vv99v9v9v9v9vvh99v9vvjj9v9v9vv99b99vv99v9b99vh99v9v9v9b99vv99vv9v99vvji9v9v9v99v9vv9v9v99b99v9v9v9vj9v99vv⁹9v9vv99:9vvj9v99v9v9v9v9v9vvj99v9v9v9v9v9v9v9vv9v9v9v99v9v9v9v9vv99v9v9v9v9v9vj99v99v9v9vv99vh0v99v9v9v9v9v9bj99v9v9vv99v9v9v9vv99v9v9v9vv9v9v99v9vvh99v9vv99v9 9v9v9vv99v9v9v9vv9v99b99vv9v99vh9vj99v9vv99v9v9vv9v9v99v9v9vv9v99vv99b999v9v9v9v9vh99vvj99v9vv99v9v9v9v9v9v9v9vv99v9v9v9vv99v9vv999v9v9v9v9v9v9v9vv9v99v9b99v9v9vb9v999v99v99v9vv99v9vv99vv9999h9999b999v9v9vv99v9999vv999v9v9v9v9vb99bj9v99v9v9v9vv9v99v9v9v9v9v9v9vh99v9v99v9v9v9v9v99v9v9v9vv99 9b99vv9v9vj9999vvhj9v99v9b99v9vvj9v99v9v9v9v9v9v9vh99v9vv⁹9v9v9v9v9v9v9v9v9v9v9v9v9v9v9vv9b99v9v9v9vh9v⁹9v9v9v9v9v9v⁹9vv9v99v9v9v9v9vv99vv99v9v9v9b9v999v999v9v99v9v9v9b99v9999v9vv99v9v9v9v9v9v9v99v9v99b99v9v99vh99vv99v9vv99vv99v9v9v9v9v9v9v9v9v9v9vv99v9v9b99999v99vvb99v99v9v99v9v9vv99:v99v9v9v0v⁹99v99vv99v9v99vv9v99v9v9v9v9999999v99v9vv99999v999v9vv9v99v999v99v99v999vv9v99v9v9v9v9b99v9v9v99v9vvv99b99vv999v9vvj999v9vv999v99v9vh99v9b99v99v9h999v999b999b999v9v9v9v9v9v9v9vv9vj999vvj9999v9v9vvj99v9v9vvj9999v9vv9999b99v9v9vv999999v9v99v9v9v9v9v9v9v9vv999999v9v9v9v9v9v9v9vv9v99v9v99999b99v9v9v9v⁹9v99v9vv9999:9v9v999v99999v9v9v9v9v9999v9vvj0999vh99v9:9:99v99v999v99v99v9v9v9v999v99h99v9999⁹99v9b9v99v99v99vv99:99999999v9v9v9v99v9v9v99v9v9v99v9vv99v9999999v9v99v999999v9v9v9v9v99v9999v9v9v9v9v9v9v9v9vv99999v9v999v9:9v9v99v99v9v9:999:99:9v9v⁹9v9v9:9vv999v9v99v9vv9v999v9v9v9v99v999v9v9v9v9v9v9v99:9v9v9v99v99v9b9⁹9v9b⁹9v9v9vj99:9:9:9v9v9v9v9vh99vv99v99v9v9v999v9⁹99v999v9v9999v9v9v9v9vv⁹9v9v9v9v9v9v⁹9v9v9vv⁹9v9v9b9⁹⁹9v99b99v9v9:9v9v9:9v9v9v999vv99v99v9v⁹9v9:9v9:9v9v9:9v9v9:⁹99v9v99vv99vv99v9vj99vv999:9:99vv99v9vv⁹9vv99v9v9v9v9vv⁹9b99v9v9b99⁹9v9v9v99v9v9v9vv999999v9v9vvi9v9vv99b99vv99vv9v99999vv99v9v999:99v9v9v9v⁹99v9v9:9v9b999999b99v9v9b9999999vv99b99b99999b999b999b⁹99v99v9b99v9v9v9v9v9:99v99v9v9:9v9v9⁹9b9ooo⁹⁹h9vjvhjjjh99h999vvj99h9j9ji9vh9ivjv9vh9h9h99999vvj999iv99vj9999h99j0c9999h9999h9hj99hv99h9999j99vv9jh999ji iv j9b9j9 jhj9999ijh99h9999h9j9ih99i9999vvh9v9999h99vh999v9jijv9vvh99j99h99h9j99 pcha chihuahua j0h9jvic99vjch99h9jjhhv9vh999j99h999vh99vj099 jo iv99j99vvh99vh9999h999v999h999 big 9h9jvh9h99h9j9jh0099vh99 j9j9jv99h99v9h9j999j9999h9999h9h999v9vjjjhjh99j9iivh9jvhoij9999h999h9 jakby h9999h99v99h9jjv9v9h chino h9999h9999ijh99h9j9jo999jh99999h9v999jjhh999hh9h909999vh99hh9999h9999jh9h9ih99hvj9j09999jhjh JJ up jj9jv999vj9hj9ijh99v999j99jj9 which h999999j9j9h999999vh9999 highlight h99hh9vh999h999999 HHC h9j HHC v9h9999jh9v999h high jjjj99999 his 9h09999hh9h HH jh9jh999jhhh9 Johnnie which high jjh990i999jb9h JJ high h9999 Obi jh999jh9jjjjo which jjjjjhjjh9j99999jv999h9 high-handed v higher 9v9 HH jjj00h99 HH ihj uhh gh9 9hhcv99jc9h8hh it's ig8huh ig99hicg99chv8hcgihihiuchc9cc9cichicicgi8ich9icc8chgh9iicichiv8ivigicih9h8hc8cicg9cc9ig98ccgh8hiiichijc8g8g8cc9iciicih9cjc9cucciicic8cciciccc8cic8c8chiicg8icicicich99ccicc8ch9h99c9cc9icgiiii9cc9ic8ichcci9cicicicciicicicch8igiivii9c8hic9ccicic9cci9cc8c8cicc8icuc8chij88h8iccg8u8ic9c8cc89cc89c9cc8icicciichcigi9cc9icic9cci9c9cchihiicc99cci8c8cicci8cc9c8chi8cc9cc8icc8ichiicicicci9cc9icci9cc89cciicciicc89cciuc9cc9cc9ic9c9cg8icicicc89cc9g99cuc9cc98cicci8c8cc89c9cc9icc9icg89c9cicc88cci8cciicc9cic9cci8c9cic9cc99cicc88cc8icc9iccigi9'c89c99cc89cc99c9ccic89cc99cc9cc9c9cc89cicc88cc99c9cc98'c9icc9icc88cc99cc99cc8ic8c8cc89'c89c8cc9g89cc99cc89cc98cci8'icc99cc9cc8icc9 icc88cc9cc98cicc89cc89cc99c9cciicg9ucciv9i 9cicci9cc88c8c8c8cc98c8c9cc89cc89ccii'ciicc99c9cc99cci9cc89c8cc88c8cc98cci9'c89cc9i' c89cc99c9cc9c cicc89cc89'c88c8'c89cc99'9cc88'c98cc89cc98cc89c9cc9icc98c c98c9c9c8cc98c9cc89c8ccicc89c9cc8icc9 8cc9ic9c9cc9ic9cc89c9'c98cc98cc8 ih9cc89v8uc9cc99c c9 9cc99cc98c9cci8cc8icc9icc9c8cc8icc9iccc9 i8cc99cc89cc99c8c ic98cc9g9h99cc88cc99c9c9cc99c9cc8i'9c98ccg9xuc8cc98cc99cc99cc99'9c9c9cc89c9'9c9ccci9'9c9cicc9i 8cicccc99cc99c9cc9cc99icc99cicc99c c99cc89cch99c9c9'c99cc9g99cc99c9cc99cc99c8cc99c cc99cc8'c89c9'c⁹9'c99c 8cc98c8'8cc89cicciucc89cc9icc8g99c9cc99cc89'9ccci8c9cg99cc9icicc99cc⁹9c co9cc99c8cc99cc99ci'c88c9c9c9ci'icc9c9c9cc98'cicc99cc9cc9 8c9c9cc99cciccicc88cg99c8cc99cc99cg⁹9cc8cc9c9cc9c8cc88c9cc99c9cxc9g9i9c9cci 9cciccig9 9gc98cc98c9c9cc8ic9c9cc99cc98c9cc99cc88c8cc9iccg9 8cc9 h99c8cc98cc89cc89cc8icicg89cc⁸9'c98cciicci9cc8i'9cc89cc99cc9ic 8cc99cc9i'c99ccicc99c89c9cc99cc9ic9cc99c9c89ccic8c 9xcic9icci8cc9iic8c9cci9c hc 9cc8cci9cci99c9cic 9i'c9cc99cc99cc9 icc9cc89cc8cciiccig8g8ic9cc8icc9icc99c9cc89c8c 8c9cic9cc98cc9icci8cc98cc9 g99cicc89'ic ic 9c9'c99c '8c999c9c9c9cc99cu9cc9ci9cc99cc9 iicc9 i9c9c9cc99c9c 98c c99ccic 9ccgic 9c c9g99c 8c c98c9c9cc99c9cc99c9cciccicc99cc9icc8 9'c9 99c9cc9ic9cc99c c99cic9cc9ici9'c89c co9c 9cc9ic8c 9c9cc9i'8cc99ci9cc99c9c c99c c99c icicc9c9c c99cc89cci i'c99c9cc99c 9c 9cc99ccicc98c i 9 8cc9 i9c9' c99c8c 9' i9cc9 99c8c c9 i 9c9cic9c 99c i c9 ic9'c99c 9c9c8c9c i i9ic 9ccicc9ic8cicc⁹i' '9c9c9cc9 ih9cc99cc9 9c9c 9cc99c 9c 9 9'9c 8 9c ici 9c9c9'c8ic9ci' i i9c i9c 9icic9cc9 i i i icc9 99c8 9' 99c i9c9c9c9cc989c9c9cc99c 9' i8c9c c9cc9 i9cc99cc9 9c9c c99c i9ic9c9i ic9c 9ic i8cc99c i9c g9icc c99cc99c9c9cc9c9c co 8cic icc8 9cc99cc99c c99c ixci'9c9c i9c i9cix9c99c i9c9'c99cc9cc99c9c9c 9c 99c c99cc99c 99'cc i9cc9 9c9c 9 9'9c i9cc9 9'c99c9cc99cc9 icicc89c i i8c c9 0 9c 89c9ccc98c 9cc9 9cc9ic uc 9c8c c99cc9 9ci9cc9 h9c8c ic99c 8c9cc9 icc9 9cc9 i i9cc99' c8 i9cc99c 9c0 fc99c9c i'iccuc 9c9c c i i 9cic99cicc9uc i9c9c8' 9c 9cc9c9c uhh hi 9ch9hchc9c9cchiccchchchiccuccchchchcuc civics guy chugging hhcc9ccuxicuucuxucui9c-ccuccuccucux-ccuuhuccuhcuc0 which ucuccic8hh8hcg999c8xf9cucch9xxux9ccucuxxixuxixuxxxixixixuxhxxxhxxuxxuccucxhcuc9cc8c9chccchx9plppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppplh 'bbbbbb;pb;p;00;0000000000;000000000000000p0p0000000000;p0000bbbbbb;0000bbbbbb Bogucicach; p;;b;b;bb;;;0b;;bbb;b;;ppppppppppp

      @bartekblaszczyk@bartekblaszczyk4 жыл бұрын
    • @@bartekblaszczyk bruh

      @0rangepel378@0rangepel3784 жыл бұрын
  • "it presses the F24 key. My keyboard doesn't have it, your probably doesn't too..." *Me, typing this comment on my Unicomp terminal 122-key board:* "maybe?"

    @FilFee@FilFee3 жыл бұрын
    • Hence the word "probably".

      @davidguthary8147@davidguthary81472 жыл бұрын
    • I was watching this while typing away on my 122 key 1984 Model F, but I had to admit it was fair of him not to assume that 😂

      @justkomodo@justkomodo2 жыл бұрын
    • That is a perfectly nerdy thing to have; nice. 🥴

      @ChrisPoindexter98@ChrisPoindexter982 жыл бұрын
    • @@davidguthary8147 yes that's the joke

      @illford6921@illford69212 жыл бұрын
  • 4 or 5 years ago, I saw a news article on the emoji keyboard, and it brought me here to this video. I've been subscribed since, and it's been one of my favorite channels. So glad I clicked that random Facebook link.

    @RealRedRabbit@RealRedRabbit3 жыл бұрын
  • i loved it when tom said "its bodgin time" and bodged all over the emoji keyboardd

    @aetu35@aetu358 ай бұрын
  • That "no" for linux distracted me for the rest of the video

    @mahghuuuls7290@mahghuuuls72903 жыл бұрын
    • Don't worry, writing elegant code to run complex systems is still better in linux. But we have to decide when to use what.

      @dhruvrai2113@dhruvrai21132 жыл бұрын
    • You're the epitome of everything Tom makes fun of

      @georgedoty-williams2085@georgedoty-williams20852 жыл бұрын
    • @@georgedoty-williams2085 L

      @kittyfangz5262@kittyfangz52622 жыл бұрын
    • @@georgedoty-williams2085 Software developers overwhelmingly use Linux or Mac OS to develop projects. He’s 100% right. Even Microsoft had to yield and implement a Linux subsystem for Windows because quite literally every single developer will say how awful the experience is when trying to dev on their platform. It’s not about being stuck up as much as acknowledging that Linux has a better kernel than Windows, which historically has been bogged down with legacy support with its own kernel.

      @nathandam6415@nathandam64152 жыл бұрын
    • @@nathandam6415 that’s fair, but I would agree with Tom that a quick bodge that takes advantage of already existing stuff works best in Windows and actual software development works better in Linux. And I don’t think Windows can ever escape its legacy support. If a customers working software stops working on a new version of Windows, Microsoft saying “you need to get the software developer to update it” isn’t a satisfactory response to most end users 😂

      @justkomodo@justkomodo2 жыл бұрын
  • I think that Donald Trump joke might age better than you thought Tom.

    @chasegilley1906@chasegilley19067 жыл бұрын
    • Yes it did

      @vvvvvvvvvwvvvvw@vvvvvvvvvwvvvvw6 жыл бұрын
    • Chase Gilley really did

      @wierdalien1@wierdalien16 жыл бұрын
    • Yep.

      @tykaelin2505@tykaelin25056 жыл бұрын
    • Sadly.

      @catfish552@catfish5526 жыл бұрын
    • It's hard for a joke to age well when nobody's around to hear it

      @sheepphic@sheepphic6 жыл бұрын
  • as a lua programmer i always love watching the frustration when people try to work with tables and wonder why they cant get the 0th item in the list :)

    @mochji_@mochji_ Жыл бұрын
  • 13:39 I can just tell that when Tom fixed the equation he meant doing "counter - 1" in the equation considering the video

    @rooislangwtf@rooislangwtf Жыл бұрын
  • "that's right, there's an F24 key. It's not on my keyboard, it's almost certainly not on your keyboard," _laughs in PC-122_

    @novafrye3177@novafrye31774 жыл бұрын
    • _laughs in IBM F122 Battleship_

      @plate4416@plate44163 жыл бұрын
    • I have the Unicomp one! PC-122 gang

      @FilFee@FilFee3 жыл бұрын
    • _laughs in QMK programmable keyboards_

      @GRLDT@GRLDT3 жыл бұрын
    • was just about to make that joke, there goes 100 bucks

      @haydmen2543@haydmen25433 жыл бұрын
    • F25 key? Im gonna press the f25 key. Get ready

      @sophiedeergirl@sophiedeergirl3 жыл бұрын
  • I did this on linux. I sneezed and it was done I sneezed again and it deleted all files on my computer, except for my porn, which got sent to every contact in my email list.

    @deldarel@deldarel7 жыл бұрын
    • Accurate

      @puernatura8998@puernatura89987 жыл бұрын
    • PrimaPunchy NESTER OLD BOY HOW ARE YOU?

      @spike4850@spike48507 жыл бұрын
    • that happened to me too

      @slickm7@slickm77 жыл бұрын
    • Marcin Bator

      @deflatedfruit4716@deflatedfruit47167 жыл бұрын
    • PrimaPunchy a

      @iain3713@iain37137 жыл бұрын
  • I would assume you have watched every episode of "Scrapheap Challenge," in which each episode was a challenge to see which team could bodge the best device/machine out of a scrapheap to accomplish the specific goal for that episode. It was how I learned the art of the bodge.

    @rodneyowen1850@rodneyowen18502 жыл бұрын
  • 11:22 I have been flight simming for ages and never knew this. Thank you so much. Time to improve my flight sim set up 🤩

    @charliegrpdixon5944@charliegrpdixon59442 жыл бұрын
  • Transcript of 16:12 to 16:59, Tom’s final summary of how it works: > Here’s how this keyboard works. You press a key. LuaMacros intercepts it on the way in, stop Windows actually typing the letter or whatever’s underneath it, it works out which number emoji you want, and it saves that number to a file on disk. Then it presses the F24 key - that’s right, there’s an F24 key. It’s not on my keyboard, it’s almost certainly not on your keyboard, but it’s still a key that Windows can deal with, because backwards compatibility. And AutoHotkey is listening for that F24 key, and when it hears it, it reads that same file, the file that LuaMacros just put the number in, it reads that number, it looks down the list of emoji, and it types that emoji. > > That is how the emoji keyboard works, that’s why I use Windows, and that is the art of the bodge.

    @roryookane@roryookane4 жыл бұрын
    • One take!

      @often_nie@often_nie2 жыл бұрын
  • "To any one suggesting linux, no." LMFAO I spat out my coffee!

    @BigIggy@BigIggy4 жыл бұрын
    • The sad thing is, a little xdotool might have been a lot easier.

      @DanielFoerster@DanielFoerster4 жыл бұрын
    • No, no!

      @nilsgarberis@nilsgarberis4 жыл бұрын
    • @@DanielFoerster If it is stupid, but it works... I mean, using AHK is alot easier than JS or Ruby if you are a newbie, but once you have some xp in anything else, it is weirded. But it works.

      @themasterofdisastr1226@themasterofdisastr12264 жыл бұрын
    • Linux with 7 lines of python using evdev could have done it.

      @LaZZeYT@LaZZeYT4 жыл бұрын
    • clearly tom isn't familiar with linux enough to do it in linux. but the moment when i saw low-level winAPI stuff, i would've given up & considered linux.

      @weakspirit_@weakspirit_4 жыл бұрын
  • 1:50 Tom really does look like a bridge between the two (like a linear interpolation)

    @SP4CEBAR@SP4CEBAR Жыл бұрын
  • Oh my gawd what a mess. Awesome thinking and how you put it all together. Yep, I used a DOS machine! TRS80 Model 1 thank you very much. Thanks for sharing!

    @fsj197811@fsj197811 Жыл бұрын
  • And that emoji pitch would become one of the most hated films in history...

    @l.dexter4361@l.dexter43614 жыл бұрын
    • origin story

      @gillbates4213@gillbates42132 жыл бұрын
  • "Yeah, alright. I've got 14 keyboards now. That's cool." my sides have colonized Europa.

    @TheEndergun@TheEndergun7 жыл бұрын
    • TheEndergun I

      @adeterminedfridge5582@adeterminedfridge55826 жыл бұрын
    • TheEndergun colonized... i don't get your joke

      @almatsailaukhan9181@almatsailaukhan91816 жыл бұрын
    • Reality Productions oooooooooooooh. that's very clever. thank you!

      @almatsailaukhan9181@almatsailaukhan91816 жыл бұрын
    • I read that your sides colonized Europe

      @18lucky17@18lucky176 жыл бұрын
    • maximum overkek

      @MrGman590@MrGman5904 жыл бұрын
  • 5:53 "So this year, movie studios were bidding on an emoji-based pitch" Aged like milk.

    @probablyjohn5589@probablyjohn5589 Жыл бұрын
  • Tom makes videos about things you don’t necessarily need to know but would like to know.

    @giannirusso5410@giannirusso54103 жыл бұрын
  • "yeah alright. ive got 14 keyboards now. thats cool." how i feel going to a thrift store.

    @polk-e-dot8177@polk-e-dot81775 жыл бұрын
    • Better than coming home with 15 DVD burners for $15 🤣

      @BuildYourOwnBass@BuildYourOwnBass4 жыл бұрын
  • The greatest bodge ever was a video game cartridge. Unfortunately I don't know what game it was, but after they'd manufactured the ROM chips, they discovered they'd used the wrong byte order. Basically every pair of bytes was swapped, so the chips were no good. So they installed the chips onto the cartridge circuit board anyway, but lifted the lowest two address pins, and physically soldered little wires between them and the opposite holes. Thus swapping the bytes back to the correct order by bodging the circuit so they didn't have to throw out a bunch of the chips or circuit boards they'd already made. (I only saw a picture of the actual circuit board with the bodged chip; it wasn't labelled with the name of the game.)

    @renakunisaki@renakunisaki4 жыл бұрын
    • Rena Kunisakithis is interesting

      @daniellewilson8527@daniellewilson85273 жыл бұрын
    • circuit board bodges are extremely common, so dont know if it qualifies for greatest ever.

      @dreded7961@dreded79613 жыл бұрын
    • I wonder what system it would have been for. For byte order to be a thing, it almost certainly would have to be a 16-bit game, but on a single 8-bit ROM. (A split ROM would just need the chips swapped.) Genesis/Mega Drive uses a 16-bit data bus, so not that one, but... yep, SNES only has an 8-bit data bus. But you may have the details wrong, because that particular wiring change would actually turn 0 1 2 3 into 0 2 1 3. The correct bodge would be a 7404 chip dead-bugged to the board and patched into the low address line. I once dealt with a 68000-based system (big-endian) running a Unix clone that for some crazy reason used an LSI-11 bus (little-endian), so when it wrote to disk, every other byte was swapped. (This is known as the "NUXI problem".) If using a LSI-11 bus wasn't enough of a bodge, it was also built into a VT-100 style terminal, which has space for a card cage. When a floppy drive was added to allow porting files over to a PC, and I was making a conversion program for it, I had to bodge in byte swapping in addition to reading from a generic Unix filesystem. Often an old bodge forces a new bodge.

      @8bitwiz_@8bitwiz_3 жыл бұрын
    • @@8bitwiz_ after listening to Tom’s video, I feel so smart that I can actually kinda understand what you just said

      @j10eff56@j10eff563 жыл бұрын
    • @@8bitwiz_ ah yes that thing yep haha

      @akshaytati@akshaytati3 жыл бұрын
  • Funny thing, i recently started the using the F24 key as my push-to-talk Button in Video games and Discord because all F keys upward from F12 are not used anywhere. But almost any other key on you keyboard already has a function. So i used AutoHotkey to remap my CAPSLOCK Key to F24. So now my CAPSLOCK Key is my Push-to-Talk button and it is not locking my Characters to big size anymore.

    @paul1337x@paul1337x Жыл бұрын
  • Eight years on, I'm still waiting for the Big Book of Bodges.

    @LadyGavGav@LadyGavGav8 ай бұрын
  • "So anyway I started bodging..."

    @thom_wye@thom_wye3 жыл бұрын
    • - Tom DeScott

      @random_person_i_guess@random_person_i_guess3 жыл бұрын
    • Bodging should be the standard way to make anything, we don't need elegant solutions

      @xmlstudios@xmlstudios3 жыл бұрын
    • ​@@xmlstudios Have you ever heard of this obscure thing called Linux?

      @sponge1234ify@sponge1234ify3 жыл бұрын
    • @@sponge1234ify Linux has some nice architecture, so it's not bodge as windows. But you can make bodges in both

      @adamrezabek9469@adamrezabek94693 жыл бұрын
    • @@xmlstudios it is...

      @ano_nym@ano_nym3 жыл бұрын
  • I forgot which country, but one of them realised that they had the measurements for their tallest mountain, or it night just be a random mountain, something like 60 feet lower then they though. They measured it back when they didn't have very good equipment, and never bothered to check it. But this measurement was in all the textbooks. So instead of recalling all the textbooks, they dumped 60 feet of gravel on top of the mountain. They will be updating the textbooks so that once the gravel falls off the textbooks will be correct.

    @esmewayne318@esmewayne3185 жыл бұрын
    • That's a high level solution.

      @AltName7@AltName74 жыл бұрын
    • This might a joke, no?

      @hydrolifetech7911@hydrolifetech79114 жыл бұрын
    • They made a movie about that. It's called "The Englishman Who Went Up a Hill, But Came Down a Mountain."

      @Jazehiah@Jazehiah4 жыл бұрын
    • @@Jazehiah This was also in the Donald Duck comics.

      @karlkarl93@karlkarl934 жыл бұрын
  • This helped me today! Bodge welcome! I have been working to do something very similar with a different section of Unicode (PUA) for a conLang I'm working on and was about ready to learn to write device drivers.

    @zagarak@zagarak4 ай бұрын
  • i am using ahk since almost 9 years now, started using it at school to prank some friends and what else, and now i use it to automate the boring repetitive task of my jobs, and here i am watching a video of old 2015 talking about one of my fav tool of my life i even made a bot with text to speech and speech recognition to assist me playing keep talking and nobody explode, entirely writed on AHK such and amazing tool

    @morpheus_uat@morpheus_uat2 жыл бұрын
  • "I'll run windows, someone's done it before" No truer words spoken. S/O out to all the cracks ever made and the forums to go with them.

    @moosesnWoop@moosesnWoop4 жыл бұрын
    • And it's almost always freemium with a 7-day trial period.

      @ledirigeant@ledirigeant3 жыл бұрын
    • @@luck3298 three different browser toolbars are installed along with it...

      @ano_nym@ano_nym3 жыл бұрын
  • 14:11 "There might have been swearing at this point." Programmers can relate to this.

    @mercentperrault@mercentperrault5 жыл бұрын
    • You want 14:12 for that line.

      @applemoose9675@applemoose96754 жыл бұрын
    • WorkYouCrapMachine()

      @MetaBloxer@MetaBloxer4 жыл бұрын
    • I've found "goddammit" to be as essential a bit of programmer speak as any sort of technical term.

      @noesunyoutuber7680@noesunyoutuber76804 жыл бұрын
    • After a while, you just find yourself writing like public string crapFunction (double ugh, string biggerUgh) { this.ugh = ugh; ugh = ugh + someRandomDouble; if (biggerUgh == 'no please help me') { return biggerUgh; } else { biggerUgh = crapList[ugh]; return biggerUgh; } }

      @maradupras7278@maradupras72784 жыл бұрын
    • There is a Twitter account that posts all the commit messages with swearword on github

      @kingonmax@kingonmax4 жыл бұрын
  • I damn near stood up and applauded at the end of all that. You, Tom Scott, are what we in the U.S. would call a Master of Kludge. (And yes, 80s child here, and I still use Alt keystrokes because it's a LOT faster for weird alphanumerics.)

    @glossaria2@glossaria2 Жыл бұрын
  • we have a word for that in portuguese, it's gambiarra. it ranges from drilling a hole in the wall to use one light for two rooms to tying up a rope to an excavator to move bricks across a wall. the word itself is more like a junction between boldge, workarround and laziness

    @l0k048@l0k0483 жыл бұрын
    • É nada

      @avythebird9483@avythebird94832 жыл бұрын
  • "Emoji Based Pitch" If only you knew the horrors of the emoji movie...

    @rowansmart9104@rowansmart91046 жыл бұрын
  • this video but every time Tom says bodge it gets faster

    @billyjoeparker8054@billyjoeparker80547 жыл бұрын
    • is it already done? I would do it otherwise... :D Is the speed doubled each time, or only increased a bit?

      @mischa7823@mischa78236 жыл бұрын
    • Mischa Behrend like 10%

      @almatsailaukhan9181@almatsailaukhan91816 жыл бұрын
    • Mischa Behrend Almat Sailaukhan Please one of you do it!

      @skepticmoderate5790@skepticmoderate57906 жыл бұрын
    • It would quickly become the shortest video in all of Tom's library. XD

      @insanejughead@insanejughead5 жыл бұрын
    • @@mischa7823 so ummmmm whos doing it? i could. just reply EDIT: its already been done

      @hebo-pe6ct@hebo-pe6ct5 жыл бұрын
  • Tom, I love your funny, anarchic, brilliant work!

    @johnhagen31@johnhagen31 Жыл бұрын
  • i love how he called autohotkey as the greatest bodging tool because i recently installed it not too long ago to "bodge" something in a programming homework to get it done faster (aka i didnt have time to manually test the program because the input would have to be so long to type and i needed to attach a copy of a readout of the input and output so i couldnt redirect it in an IDE)

    @Azide_zx@Azide_zx Жыл бұрын
  • L E V I T A T I N G M A N I N B U S I N E S S S U I T

    @seafoamspirit3484@seafoamspirit34844 жыл бұрын
    • 🕴️

      @rubiconnn@rubiconnn4 жыл бұрын
    • 🕴🏿

      @itoastpotatoes399@itoastpotatoes3994 жыл бұрын
    • 🕴️ Wow, I actually have it. 🕴️🕴🏻🕴🏼🕴🏽🕴🏾🕴🏿 And apparently it comes in multiple ethnicities now.

      @JonesNate@JonesNate4 жыл бұрын
    • 🕴️

      @KKdessu@KKdessu4 жыл бұрын
    • 🕴️

      @Kyle-xk2rb@Kyle-xk2rb4 жыл бұрын
  • so bodge is an english word for Duck tape and wd40??

    @Fede_uyz@Fede_uyz8 жыл бұрын
    • Dont forget zip ties. But yeah pretty much

      @Shakzey@Shakzey8 жыл бұрын
    • Basically :D

      @CoffeeOnRails@CoffeeOnRails8 жыл бұрын
    • Duct*

      @floridmonkey2723@floridmonkey27238 жыл бұрын
    • Core Blaster Didn't know that that is a brand.

      @floridmonkey2723@floridmonkey27237 жыл бұрын
    • Not quite. Those are quite refined products. A bodge is anything _made_ with duck tape.

      @muffinproject@muffinproject7 жыл бұрын
  • 9:10 is nobody going to comment on how that is the SINGLE best Ricky Gervais impression I've ever seen anyone do?! Is Ricky Gervais really just Tom Scott in a skin suit? I've never heard anybody have two identical ways of doing a funny voice

    @fredhasopinions@fredhasopinions3 жыл бұрын
  • Wasnt expecting autohotkey in this video! it's one of my favorite hobbies to make programs to play games with it

    @supremecalamitas342@supremecalamitas342 Жыл бұрын
  • "Emoji's are the Donald Trump of computers. Here's a joke that won't age well" Hahahahaha

    @dabbrill4609@dabbrill46094 жыл бұрын
    • We were all so naïve back in 2015, weren't we?

      @Megacooltommydee@Megacooltommydee4 жыл бұрын
    • Why is "emoji" posessive?

      @ShroudedWolf51@ShroudedWolf514 жыл бұрын
    • The joke won't age well. No one can stay in headlines forever.

      @RisenSlash@RisenSlash4 жыл бұрын
    • @@RisenSlash Eh. He's president. Knowledge of him will probably be around as long as the internet is.

      @justifiable@justifiable4 жыл бұрын
    • Hahahahahaha

      @ibwam3611@ibwam36114 жыл бұрын
  • "... if anyone out there suggests using Linux... no." I blew air through my nostrils

    @nilleftw@nilleftw4 жыл бұрын
    • @@tamim6673 pog

      @OrchidAlloy@OrchidAlloy3 жыл бұрын
    • Apparently you were feeling triumphant? 😤

      @Sompursone@Sompursone3 жыл бұрын
    • You mean like every time you exhale? WOW... you took a breath?!?

      @computergeek8299@computergeek82993 жыл бұрын
    • @@computergeek8299 Talk about living up to the stereotype that nerds aren't great with humour...

      @B1GB3RN@B1GB3RN3 жыл бұрын
    • @@Sompursone I use arch btw

      @stevanmiladinovic4007@stevanmiladinovic40073 жыл бұрын
  • tbh... what blew me away wasn't how excited he became at the end. it was the: "one take". 0.0 omfg..

    @ereder1476@ereder1476 Жыл бұрын
  • Tom's version of "Eureka!" is "AutoHotKey!"

    @patrickoberholzer4278@patrickoberholzer42787 ай бұрын
  • 5:55 wait... Was that the emoji movie?

    @mitsync@mitsync6 жыл бұрын
    • yes

      @jukajoj2400@jukajoj24006 жыл бұрын
    • See, movies aren't made overnight. At this point, major releases are lined up until the end of 2019 at least, which, oh surprise surprise, it just about adds up. And dont forget, announcing a release usually takes place AFTER you start working.

      @jukajoj2400@jukajoj24006 жыл бұрын
    • Yep. Most movies are pitched years before announcement.

      @lunaakayourmom3238@lunaakayourmom32386 жыл бұрын
    • July 28

      @MasterFGH@MasterFGH5 жыл бұрын
  • Another space related "bodge" (or, as we say in the former United States, a kludge) happened on Apollo 11. Apparently, after the historic moonwalk, one of the astronauts broke a crucial circuit breaker with his backpack, which would have prevented them from igniting the ascent engine and departing the moon. They noticed that it was only the plastic button they had broken, but the actual mechanism was still intact inside the instrument panel. They couldn't reach it with a finger, so Neil turns to Buzz and says "do you have a pen or something?" Buzz produced a felt tip pen with which they pressed the breaker, and the mission ended normally. From what I understand, Buzz still has that pen in a glass case.

    @thegardenofeatin5965@thegardenofeatin59657 жыл бұрын
    • The Garden of Eatin okay cool....

      @spike4850@spike48507 жыл бұрын
    • The Garden of Eatin wait, we say kludge?

      @lilman82111@lilman821117 жыл бұрын
    • The Garden of Eatin so buzz is the real hero of the story

      @Hero-bs2bx@Hero-bs2bx7 жыл бұрын
    • US citizen here and i've never heard the word kludge in my life.

      @Searching4Solace@Searching4Solace7 жыл бұрын
    • I heard that buzz took a nap when nasa was trying to figure out what to do

      @jabbbed23@jabbbed237 жыл бұрын
  • I don't know how many times I've watched this video over the years, but it still rings true.

    @grglgrgl2@grglgrgl23 жыл бұрын
  • greatest bodge in history? the Brazilian constitution. it was made in 1989 to last six months, and we use it to this day

    @vitorxd12_81@vitorxd12_812 жыл бұрын
  • Everyone: computers and programmers count from 0 Matlab and lua: ONE

    @markl3871@markl38714 жыл бұрын
    • Haha, I came here to say the same! R, SAS, MATLAB... 🤔

      @libbyheeren@libbyheeren3 жыл бұрын
    • Delphi smh

      @waldolemmer@waldolemmer3 жыл бұрын
    • One of the very few design flaws in LUA, yes.

      @johnw.3270@johnw.32703 жыл бұрын
    • @@johnw.3270 Ha! Few. Good one

      @MCLooyverse@MCLooyverse3 жыл бұрын
    • @@johnw.3270 Your comment implies there are design flaws in Lua, and someone suggests that one such hypothetical flaw would be counting from 1

      @Seltyk@Seltyk3 жыл бұрын
  • 6:10 “you might know the story.” me: [nods, because i’ve seen the several other videos of tom scott explaining the existence of emoji]

    @gracelandsux@gracelandsux5 жыл бұрын
    • my life is riveting

      @gracelandsux@gracelandsux5 жыл бұрын
    • Sounds about right.

      @RowanAckerman@RowanAckerman3 жыл бұрын
  • the flight sim community has made so many great low level programs. i believe HIDKey is based in luamacros and essentially allows for recognizing and rebinding keys based on their hardware id, so different keyboards can do different things. theyre insane geniuses

    @NonaRoe@NonaRoe Жыл бұрын
  • "The emoji is basically the Donald Trump of computers..... there's a joke that won't date well." About that.....

    @ErikratKhandnalie@ErikratKhandnalie8 жыл бұрын
    • smirk

      @AndrewMottershead@AndrewMottershead8 жыл бұрын
    • I read your comment at the exact moment he said it OwO

      @indipindy16@indipindy168 жыл бұрын
    • +Gerben van Straaten The guy is married, you know?

      @insu_na@insu_na8 жыл бұрын
    • +

      @kaduliho@kaduliho7 жыл бұрын
    • #emoji2016

      @gildedbear5355@gildedbear53557 жыл бұрын
KZhead