What's The Longest Word You Can Write With Seven-Segment Displays?

2018 ж. 7 Қаз.
4 932 188 Рет қаралды

That's right, we're kicking Season 2 of the Basics off with a technical episode about a somewhat-obsolete technology! IT'S PARTY TIME. Wait, no, not party time. IT'S CODE TIME. Close enough.
Let's talk about seven-segment displays, and about the longest word you can write with them.
Public domain list of English words: github.com/dwyl/english-words
Thanks to my proofreading team, and to Tomek on camera!
The Cambridge Centre for Computing History: www.computinghistory.org.uk/
BONUS LINK:
Genius regex crossword puzzle: regexcrossword.com/
🟥 MORE FROM TOM: www.tomscott.com/
(you can find contact details and social links there too)
📰 WEEKLY NEWSLETTER with good stuff from the rest of the internet: www.tomscott.com/newsletter/
❓ LATERAL, free weekly podcast: lateralcast.com/ / lateralcast
➕ TOM SCOTT PLUS: / tomscottplus
👥 THE TECHNICAL DIFFICULTIES: / techdif

Пікірлер
  • Bonus question: what's the longest word you can spell just by turning a calculator upside-down?

    @TomScottGo@TomScottGo5 жыл бұрын
    • Boobies??

      @jamesputland990@jamesputland9905 жыл бұрын
    • How many digits?

      @oliverhees4076@oliverhees40765 жыл бұрын
    • Boobies depending in the length of the calculator. Edit: also how the hell did a reply to a comment get 447 likes in a month

      @cringename@cringename5 жыл бұрын
    • Oliebol

      @TheM16fan@TheM16fan5 жыл бұрын
    • boobless

      @RodZamora_is_the_best@RodZamora_is_the_best5 жыл бұрын
  • And you blue-ball us by not showing the word written out using a seven-segment displays...

    @jesper3785@jesper37855 жыл бұрын
    • FIX IT NOW, TOM!

      @hxhuang9306@hxhuang93065 жыл бұрын
    • Clickbait

      @bagandtag4391@bagandtag43915 жыл бұрын
    • Check out dseg on github you can see it for yourself

      @grassyclimer6853@grassyclimer68535 жыл бұрын
    • grassy climer Do you expect me to actually do something myself? I came here to enjoy myself and not do work!!! jk ;) That's a really cool font

      @jesper3785@jesper37855 жыл бұрын
    • Its a video for the sake of uploading something. What do you expect ?

      @procactus9109@procactus91095 жыл бұрын
  • I would like it if the display said "Aarrgh" instead of "Error".

    @Bacopa68@Bacopa685 жыл бұрын
    • I've seen FAIL used before.

      @renakunisaki@renakunisaki5 жыл бұрын
    • But would you prefer "Aarrgh" or "Aarrghh"?

      @Lockirby2@Lockirby25 жыл бұрын
    • There has been a AARRGH in the system

      @litten4112@litten41125 жыл бұрын
    • 0 / 0 = Aarrgh

      @leiffitzsimmonsfrey1272@leiffitzsimmonsfrey12725 жыл бұрын
    • @@renakunisaki My cable box displayed FAIL a few seconds before displaying BOOT before rebooting!

      @buddyclem7328@buddyclem73285 жыл бұрын
  • I was hoping Tom would show us the word displayed in Seven-Segment Displays.

    @RGC_animation@RGC_animation2 жыл бұрын
    • Right, that was a missed opportunity

      @EridCR@EridCR2 жыл бұрын
    • Same

      @imadoge5036@imadoge50362 жыл бұрын
    • Probably didn't have a display long enough to show it. 🤷‍♂

      @destroy_television@destroy_television Жыл бұрын
    • @@destroy_television 🤦‍♂️ there is a font for seven segment displays to display it on any screen.

      @KankanamgeMallika@KankanamgeMallika Жыл бұрын
    • how about 'helper'?

      @intelchip_x86@intelchip_x86 Жыл бұрын
  • I ran through the linuxwords list and I'm happy to include g - my result was "electroencephalography" which is quite a satisfying answer!

    @charliedobbie8916@charliedobbie89163 жыл бұрын
    • did you use python? because i used a library called "english-words" that got all of the words, and got the same answer as you. here's my code: import re; from english_words import english_words_lower_set liste = [] for item in list(english_words_lower_set): if not re.search('gkmqvwxz', item): liste.append(item) print(max(liste,key=len))

      @PL73@PL733 жыл бұрын
    • @@PL73 No, just some regex in Vim over the Linux words list. That Python library probably uses the same list!

      @charliedobbie8916@charliedobbie89163 жыл бұрын
    • Thank you for doing it the correct way for us!

      @Corn0nTheCobb@Corn0nTheCobb2 жыл бұрын
    • @@PL73 you can replace the for loop with a list comprehension: liste = [item for item in list(english_words_lower_set) if not re.search(‘gkmqvwxz’, item)]

      @adiaphoros6842@adiaphoros68422 жыл бұрын
    • If you're allowing 'g', then the longest is 'greatgreatgreatgreat[...]greatgrandfather'.

      @DavidSartor0@DavidSartor0 Жыл бұрын
  • Tom: I and O are numbers with aspirations S: *sweats nervously*

    @GavConnn@GavConnn4 жыл бұрын
    • Right? That what I was thinking 😂

      @robertolanzone@robertolanzone3 жыл бұрын
    • this is confusing

      @universenerdd@universenerdd3 жыл бұрын
    • @@universenerdd An S in the 8 line format is the same as a 5

      @GavConnn@GavConnn3 жыл бұрын
    • 3

      @prada123@prada1233 жыл бұрын
    • KSG ICON 😳😳

      @taylor9979@taylor99793 жыл бұрын
  • How you gonna do this video and not show "supertranscendentness" on a seven-segment display?!

    @ceruchi2084@ceruchi20844 жыл бұрын
    • this is why the awnser is unsatisfying

      @coppertones7093@coppertones70934 жыл бұрын
    • @@coppertones7093 Also because S is the same seven-segment symbol as 5. S should be excluded for the same reason that g, q, i and o were excluded.

      @TheDivegeek@TheDivegeek4 жыл бұрын
    • Shawn Willden well too bad, do the code yourself

      @Connie_TinuityError@Connie_TinuityError4 жыл бұрын
    • @@TheDivegeek 4:02

      @icantthinkofausername2605@icantthinkofausername26054 жыл бұрын
    • @@Connie_TinuityError hyperbrachycephaly

      @maxpetschack3342@maxpetschack33424 жыл бұрын
  • Tom: "It doesn't matter that the 4 isn't the way most people write it" Me: "They don't?? I do..."

    @Siferzion@Siferzion2 жыл бұрын
    • Only way I know how to do it too.

      @JonatasAdoM@JonatasAdoM2 жыл бұрын
    • That's how I was taught to write it some 50 years ago in school...

      @bgood2010@bgood20102 жыл бұрын
    • I got called a pretentious w**ker once because I cross my 7s so that people don't confuse them with my 1s (and I worked in a science job) ☹

      @Loctorak@Loctorak2 жыл бұрын
    • @@Loctorak Write better se7ens dweeb

      @psychopompous489@psychopompous4892 жыл бұрын
    • @@Loctorak Luke, write your sevens however makes you happy.

      @toomuchiridium@toomuchiridium2 жыл бұрын
  • Ahh, the classic "leave it to the reader as an exercise".

    @transitpointmusic@transitpointmusic2 жыл бұрын
    • >writes code and shoots video >sends to editor >"what happens if there's multiple correct answers tom?" >"aarrghh"

      @mrmagongus@mrmagongus2 жыл бұрын
  • q is out cause it looks like a 9. **five seconds later** S is alright.

    @averagegamer6959@averagegamer69594 жыл бұрын
    • thought that was dumb the 9 in calculators looks different too

      @truegame142@truegame1423 жыл бұрын
    • S looks like a 5

      @YellowToad@YellowToad3 жыл бұрын
    • @Oliver T. yes

      @YellowToad@YellowToad3 жыл бұрын
    • @@YellowToad you don’t say

      @daroldcarold3443@daroldcarold34433 жыл бұрын
    • @@YellowToad ok sherlock

      @SwagSwagSenate@SwagSwagSenate3 жыл бұрын
  • Supertranscendentness seems like a perfectly satisfying answer to the question though

    @NumdegasedUHC@NumdegasedUHC4 жыл бұрын
    • I don't think it is a word many people have ever used

      @andrewmurphy5310@andrewmurphy53104 жыл бұрын
    • ✴️

      @iix5175@iix51754 жыл бұрын
    • @@andrewmurphy5310 But its not some weird medicinal term either, and it is fitting, supertranceding all other words on the list.

      @magnusanderson6681@magnusanderson66814 жыл бұрын
    • Can I just ask how do you make letter T there

      @AlFredry@AlFredry4 жыл бұрын
    • @@AlFredry Lower case t in seven segments = both left and lower two centre segs on, the rest off

      @type17@type174 жыл бұрын
  • G is not allowed because it looks like a 9, but S is totally fine even though it's exactly the same as a 5. arbitrary rules are arbitrary.

    @druncle1977@druncle19772 жыл бұрын
    • Ding! +1

      @jamesharding3459@jamesharding34592 жыл бұрын
    • Like a 9?

      @Destroy666x@Destroy666x2 жыл бұрын
    • q doesn't even look like a 9

      @IdaeChop@IdaeChop2 жыл бұрын
    • G (6) should have been allowed for mathematical consistency (1, 5, 6, 0) all letters that are alphanumeric in appearance

      @iamillasfuck@iamillasfuck2 жыл бұрын
    • @@iamillasfuck not to mention, words don't have integers in them, thus, no confusion between letters and integers will occur anyhow.

      @druncle1977@druncle19772 жыл бұрын
  • 0:29 Actually, in 1908 when the 7-segmented display was invented, cursive was by far the most common way of writing, and in cursive, the top of the four is separated just like in the 7-segmented display. You can actually look up notes from 1904 and you will all see them in cursive, and every time the year is written by hand (not by a stamp) the 4 is separated at the top. So we haven't "gotten used to it" but instead we have drifted away from using cursive. The more you know! And in case you were wondering, I write the top of my fours separated, and that's what got me down this rabbit hole.

    @Omii_3000@Omii_3000 Жыл бұрын
    • I always write my 4 like that.

      @lol-xx9kn@lol-xx9kn6 ай бұрын
    • I write my fours like this, and my cursive is decent. Got taught it and I'm never going back; it's like my ideas just flow onto the page!

      @alexandermcclure6185@alexandermcclure6185Ай бұрын
  • >not how most people write a four *Aggressive confusion*

    @Tridd666@Tridd6665 жыл бұрын
    • I write fours like that, but typically with lines protruding out a bit. I don't write it like 4.

      @xylo5750@xylo57505 жыл бұрын
    • It depends on the country and language I guess. Here this is the standard writing for four, not like the '4'. And 7 has a dash in the middle of it to clear confusion with 1 which is written with that dit at the top like it's written here.

      @NickJerrison@NickJerrison5 жыл бұрын
    • @@NickJerrison I'm one of the few Americans who write a 7 and z with a line through it. Being an electrical engineer it really clears up my bad hand writing at times :)

      @IR3jects@IR3jects5 жыл бұрын
    • Will Pereira z with a line through it? i havent ever seen such madness

      @torb1trick415@torb1trick4155 жыл бұрын
    • @@torb1trick415 Z with a dash on the diagonal line is the standard for Z, the same goes for small q it has a dash trough the vertical line. at least where I live

      @Ryquard1@Ryquard15 жыл бұрын
  • I love how "a", "aa", and "aaa" are all official English language words

    @LittleWhole@LittleWhole5 жыл бұрын
    • Aaa? Aaa aaa aaa aaa aaa aaa 'aaa' aaa aaa aaa aaa aaa aaa aaa aaa. Aaa aaa aaa, 'aaa' aaa aaa aaa aaa aaa aaa aaa, aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa.

      @somerival930@somerival9304 жыл бұрын
    • They describe the level of something, like AA batteries or AAA baseball

      @Riganotza@Riganotza4 жыл бұрын
    • aa Aaa *AAAAAAAAAAAAAAAAAAA*

      @kuylardev@kuylardev4 жыл бұрын
    • There are no official English language words.

      @Catcrumbs@Catcrumbs4 жыл бұрын
    • ok boomer

      @tsukisenpai5100@tsukisenpai51004 жыл бұрын
  • “What’s the longest word you can write on a 7 digit display?” Me an intellectual: hehe boobies hehe

    @SheloThere@SheloThere2 жыл бұрын
    • Me a superior intellectual: Boobieless

      @ItsDavieman@ItsDavieman2 жыл бұрын
    • @@ItsDavieman me an overlord: boobiesboobiesboobies

      @SheloThere@SheloThere2 жыл бұрын
    • It's not seven digits, it's seven SEGMENTS. There are seven available line segments to create a number/letter

      @obiequack4490@obiequack44902 жыл бұрын
    • @@obiequack4490 yea sorry I missed that

      @SheloThere@SheloThere2 жыл бұрын
    • pootis

      @TheDankBoi69@TheDankBoi692 жыл бұрын
  • Just shouting into the void as this is years on since the video was posted: I was playing with some 7-segment displays recently and had this exact problem as I needed to output words that used the forbidden characters. Technically we could print every character (upper and lowercase and a fair bit of punctuation) if we were "flexible" in how the letters looked. Map each bit to a segment and we could represent every character from 1-128. So if you're ever in a position where you needed to communicate with someone using only 7-segment displays but needed to write "wax kumquat in gauze" then it's perhaps a workable solution.

    @KwanLowe@KwanLowe2 жыл бұрын
    • I will definitely report back if I'm ever in that position

      @peacefulpaul@peacefulpaul2 жыл бұрын
    • me, using 16 segments, maybe dot matrix: hehe i dont have your pesky 7-segment issues B)

      @alexandermcclure6185@alexandermcclure6185Ай бұрын
  • 2:08 as a software developer i can confirm that. The most important skill you need is finding the right stackoverflow post that describes your problem the best.

    @tahaak@tahaak4 жыл бұрын
    • I mean... you're not wrong

      @h3xad3cimaldev61@h3xad3cimaldev614 жыл бұрын
    • stop giving away our secrets XD

      @Dee_Law@Dee_Law3 жыл бұрын
    • hey those are industry secrets you're giving away here

      @willbe3043@willbe30433 жыл бұрын
    • Amen.

      @AlexSchmid-TheAceofSpades@AlexSchmid-TheAceofSpades3 жыл бұрын
    • Or proceed to ask it and defend it against close votes that people voted, apparently without looking.

      @NFSHeld@NFSHeld3 жыл бұрын
  • "Did I know all that code off my heart? No, of course not - I Googled..." Giving away our dirty secrets, I see.

    @mr.conductor6168@mr.conductor61685 жыл бұрын
    • StackOverflow Gang

      @thebigshot3082@thebigshot30824 жыл бұрын
    • By the way, Google is better at searching for something on StackOverflow than StackOverflow itself

      @theparrot271@theparrot2714 жыл бұрын
    • @@theparrot271 ye

      @gimmforwho_@gimmforwho_4 жыл бұрын
    • @@theparrot271 same with almost all sites/forums

      @theseangle@theseangle4 жыл бұрын
    • everyone knows it lad, do not worry.

      @ouz450@ouz4504 жыл бұрын
  • Fun fact: AARGH is a valid word in Wordle. Go ahead, try it out.

    @bwaindead5539@bwaindead5539 Жыл бұрын
    • what I can’t believe it actually worked

      @matchaeylle@matchaeylle Жыл бұрын
    • Ok but wordle doesn’t mean it’s right 😂

      @Neyobe@Neyobe Жыл бұрын
    • Really? And WHY

      @nataliewilkins7521@nataliewilkins75219 ай бұрын
  • I’ve only just found this channel and Tom answers questions I was never gonna have but will always be happy as hell to have learned

    @deleriousclock@deleriousclock2 жыл бұрын
    • Som Tcott

      @Ink_Sack@Ink_Sack Жыл бұрын
  • "Programming is not remembering exact words or syntax: it is breaking down a problem, working out how to solve it, and then fixing all the inevitable bugs in your solution." - Tom Scott Sorry, i am amazed by this explanation of what programming is and i think it deserves to be quoted in the future too.

    @Shuriken255@Shuriken2553 жыл бұрын
    • True. As someone who've only recently started getting into programming, I sure find it encouraging.

      @hnyii@hnyii3 жыл бұрын
    • Also, a lot of people think you need to be good at math to be a programmer, which is not true.

      @Pedro-fh9ec@Pedro-fh9ec3 жыл бұрын
    • @@Pedro-fh9ec Math and programming have 1 main thing in common - problem solving.

      @tomekz6841@tomekz68413 жыл бұрын
    • This is very true. Remembering Syntax is not as important as people think. It’s all about solving problems.

      @CrazyzzzDudezzz@CrazyzzzDudezzz3 жыл бұрын
    • And I do NOT miss the old times when I start coding and we had to figure things alone.

      @yankleber@yankleber3 жыл бұрын
  • By far the most important part of programming is remembering not to delete that one little bit of code you've left untouched for three years because it somehow manages to remain integral to the entire program despite not being referenced by anything.

    @CocoTheMii@CocoTheMii3 жыл бұрын
    • wanna talk about something?

      @skyiloh7460@skyiloh74602 жыл бұрын
    • Did you mean Telesto?

      @sambennett2319@sambennett23192 жыл бұрын
    • coconut.png

      @charlesblasini2134@charlesblasini21342 жыл бұрын
    • @@sambennett2319 how dare you reference our lord and savior in this manner... this shall not go unpunished

      @venomthegirl2006@venomthegirl20062 жыл бұрын
    • @@charlesblasini2134 nah, 2fortcow.png

      @JohnPaulBuce@JohnPaulBuce Жыл бұрын
  • I want to learn computer science and my knowledge for programming is really low, but it makes me so happy that I immediately understood how the code worked and the purpose of each line, if course with extra help of the explanation. Really cool!

    @ThisIsRust@ThisIsRust2 жыл бұрын
  • Never knew Tom would be more approachable for beginners than Stack Overflow 👍

    @danajeffery3850@danajeffery3850 Жыл бұрын
  • In case if you don't know, "Dichlorodiphenyltrichloroethane" is shortly called DDT. The stuff we used to eliminate ants.

    @maheen-@maheen-3 жыл бұрын
    • And there is a chemist's limerick centered around it as well. A mosquito was heard to complain That a chemist had poisoned his brain The cause of his sorrow Was para-dichloro- diphenyl-trichloroethane

      @DeCeddy@DeCeddy2 жыл бұрын
    • @@DeCeddy that is honestly hilarious, madlad was like "this kills bugs, limerick material"

      @thepotatotaxi2430@thepotatotaxi24302 жыл бұрын
    • also killed baby eagles i think

      @kevinli6790@kevinli67902 жыл бұрын
    • And the longer paradichlorodiphenyltrichloroethane should obviously be in the list.

      @johanthornton4218@johanthornton42182 жыл бұрын
    • I think it is banned in several parts of the world because of its health effects.

      @udhavvarma7097@udhavvarma70972 жыл бұрын
  • I love how he's constantly trying to justify and shield himself from elitist programers

    @Bladavia@Bladavia3 жыл бұрын
    • How do you mean?

      @paxthewax4203@paxthewax42033 жыл бұрын
    • “elitist”

      @TheyMightBeBricks@TheyMightBeBricks3 жыл бұрын
    • tbf those fuckers are scary

      @jesterram7146@jesterram71462 жыл бұрын
    • he's intentionally making himself seem less experienced so that actual beginners find the video more approachable.

      @jeremybuckets@jeremybuckets2 жыл бұрын
    • Was it intentional that nearly every letter has a similar form in seven segment formatting?

      @UnknownRager96@UnknownRager962 жыл бұрын
  • Thought your thing about making the code readable was interesting so I tried to make the shortest versions of the code possible in python! Here it is at 105 bytes: print(max((A for A in open('a').read().split()if not{*A.lower()}&{*'gkmqvwxzio'}),key=len,default=None)) Racked my brain for awhile but couldn't think of a decent way to make it shorter if any of you want to try I wish you luck! PS: I renamed the words.txt file "a" as python will still open it as a str.

    @thekatdev6007@thekatdev60076 ай бұрын
  • My guess is that a good way to handle multiple words of the same length, is throw any words of equal length (that satisfy the test) into a list, and clear the list if you've found a longer acceptable word

    @addymant@addymant2 жыл бұрын
    • Based on my limited programming experience, I think that'll work well.

      @JasperKloek@JasperKloek4 ай бұрын
    • Yes, this would be the correct approach to this. I actually wrote a piece of code (in Java) with exactly this addition because I was curious to find out if there is any other words that would be valid and of the same length - There aren't, in case you were wondering

      @raffel08108@raffel08108Ай бұрын
  • Me: Wants to know what is the longest word with seven-segment display You: Teaching me how to program

    @ZeChainwarden@ZeChainwarden5 жыл бұрын
    • 1K+ and no comments? Sehddd

      @deidra-v6575@deidra-v65754 жыл бұрын
    • Exactly

      @marmot1434@marmot14344 жыл бұрын
    • aaa

      @AlphiumProductions@AlphiumProductions4 жыл бұрын
    • Pay attention, this *will* be on the test

      @d9zirable@d9zirable4 жыл бұрын
    • Im not teaching you how to code? What the hell...

      @god.mp4@god.mp44 жыл бұрын
  • I actually write my fours the way that seven segment displays show them.

    @nicholas_plaksin@nicholas_plaksin4 жыл бұрын
    • @Érik I always wrote them like that, I always found the other way weird!

      @Green-pn7kq@Green-pn7kq4 жыл бұрын
    • Same!

      @tipsoftech4428@tipsoftech44284 жыл бұрын
    • Everyone who does that is a proper wrongin

      @ilikemen2736@ilikemen27364 жыл бұрын
    • @@Green-pn7kq Same!!!!

      @computerexpert5533@computerexpert55334 жыл бұрын
    • @@ilikemen2736 ok i like men27

      @kiwixlc@kiwixlc4 жыл бұрын
  • I thoroughly enjoyed this one. You made me remember why I studied programming more than 30 years ago ... even though I never used my knowledge, it still gives me a thrill. Thanks

    @marelizekeyter6824@marelizekeyter6824 Жыл бұрын
  • S is a 5 so you should put it in the variable “badLetters”

    @1tsMichael@1tsMichael2 жыл бұрын
    • Then it would just be "badletter" :(

      @_ikako_@_ikako_2 жыл бұрын
    • Lowercase I and O exist (no dot needed for i)

      @official-obama@official-obama2 жыл бұрын
  • Dichlorodiphenyltrichloroethane was just fine. "i" and "o" should count: remember your classic "Error"? There's and "o" there no one had ever problems with

    @elplain@elplain4 жыл бұрын
    • Y

      @dustikelly6730@dustikelly67304 жыл бұрын
    • @@dustikelly6730 y

      @valorkaizen@valorkaizen4 жыл бұрын
    • Is that a name of a rocket fuel?

      @typicalfish1116@typicalfish11164 жыл бұрын
    • @@typicalfish1116 Looks like some sort of plastic. (thought it'll also work as rocket fuel)

      @phoephoe795@phoephoe7954 жыл бұрын
    • toxic, was used as an insecticide... until more than the insects started dying.

      @Valsorayu@Valsorayu4 жыл бұрын
  • I and o should count. Written as half height they are not mistaken as 1 and 0

    @pedrobluis@pedrobluis5 жыл бұрын
    • How exactly does S count again? It's literally just a 5...

      @soldierofkazus@soldierofkazus4 жыл бұрын
    • I does count

      @ADarnSmore@ADarnSmore4 жыл бұрын
    • @@soldierofkazus you think it's a 5 because most things that used numbers use this 7 light display and they used 5 as that even though it looks more like an s just not as curvy

      @victorydance6439@victorydance64394 жыл бұрын
    • fenafeses But a G is disallowed for looking the same as a 6

      @WhereWeRoll@WhereWeRoll4 жыл бұрын
    • @@WhereWeRoll because in 6, the line connects back at the line but in G it doesn't

      @victorydance6439@victorydance64394 жыл бұрын
  • I love these videos where you explain pieces of code, step by step. Especially where you reassure coding noobs like myself, that it's more about knowing how to solve problems, than how to memorise actually coding techniques.

    @TheHappyKamper@TheHappyKamper2 жыл бұрын
    • Well, no, it is actually extremely important that you learn coding techniques. You absolutely need to know when to use if statements, loops, arrays, objects, etc. etc. The part that he's referring to that you don't NEED to memorize is the exact syntax or keywords, because you can always look those up. But if you can't look at a problem and say "okay I can solve this with a for loop that checks against a regex and pushes to an array, let me just google how Python implements arrays", then you need to study more. Googling your specific problem and just copy-pasting code you don't understand from StackOverflow is not a good solution.

      @jessicastjames6202@jessicastjames62028 ай бұрын
  • I love how you explain programming! It explains why I have trouble with the abstract tasks!

    @ESw0rdsman@ESw0rdsman2 жыл бұрын
  • I think the "C with aspirations" makes a solid G, and if I and O are removed then S has to be too.

    @alexwales8914@alexwales89144 жыл бұрын
    • If you remove S and add back in G "hyperbrachycephaly" is your new longest word

      @kiwihour333@kiwihour3334 жыл бұрын
    • @@kiwihour333 If you remove S and *don't* add back in G 'hyperbrachycephaly' is still your new longest word.

      @kourii@kourii4 жыл бұрын
    • Exactly. My microwave has a grill function that is displayed as "G" on a 7 segment display. It's a perfectly legit way to write it. I don't get why Tom thinks it's not a "G".

      @pifci@pifci4 жыл бұрын
    • @@kiwihour333 if remove 's' and add 'g' you get hyperbrachycephaly aswell as phenylacetaldehyde and ultrabrachycephaly. Also if you include hyphens, you get 'three-and-a-halfpenny' which is equal to the longest word anyway (if you include the hyphens as characters).

      @evanmacaulay7594@evanmacaulay75944 жыл бұрын
    • Lowercase i and o are fine, completely unambiguous. S is definitely not.

      @sharpfang@sharpfang3 жыл бұрын
  • Gotta say... I'm deeply disappointed that you didn't display the solution in 7-segment characters... Nethertheless, gr8 work

    @0tobsam0@0tobsam04 жыл бұрын
  • 2:10 thank you for this little tid bit of advice. It genuinely changed how I feel about myself and my progress and made me feel better tbh. Thank you

    @ADTR202@ADTR2022 жыл бұрын
  • Thank you Tom, i really loved what you said about being a programmer and still looking things up, i think it's important to tell people that, you don't have to be able to do everything perfectly out of memory. Thank you for this video!

    @Kampftroll@Kampftroll Жыл бұрын
  • Those "aarrgh"s are valid in Scrabble, for what it's worth.

    @hly58@hly585 жыл бұрын
    • Both are wrong!!

      @arrgghh1555@arrgghh15555 жыл бұрын
    • Completing "aarrghh" after someone spelled "aarrgh" is a powermove.

      @logon-oe6un@logon-oe6un5 жыл бұрын
    • There are sorts of questionable words that are _allowed in scrabble._

      @anononomous@anononomous5 жыл бұрын
    • The good old Buchstaben-YOLO.

      @31redorange08@31redorange085 жыл бұрын
    • Only in the pirate version of Scrabble, though.

      @RFC3514@RFC35145 жыл бұрын
  • I loved that you mentioned that programming is not knowing all the syntax for every library and framework by heart, it's all about problem solving. I often see people being ashamed of looking up the documentation all the time to execute some basic methods but it's not abot memorizing, it's about using the right tools and comign up with good solutions

    @wiredelectrosphere@wiredelectrosphere5 жыл бұрын
    • Amen to this!

      @tristshapez@tristshapez4 жыл бұрын
    • I took computer science at high school. Our large practical assignment which was supposed to be worth 20% of our grade ended up getting thrown out because of large scale cheating throughout the country. They finnaly realised that not even professionals are expected to figure out an entire project from memory alone and I believe you are now allowed to use google

      @vincento_squish@vincento_squish4 жыл бұрын
    • @@vincento_squishI'd love to know. What country is that

      @benjaminronns@benjaminronns4 жыл бұрын
    • Programing is w3school & stackOverFlow, prove me wrong.

      @indopak_@indopak_4 жыл бұрын
    • @@indopak_ web programming u mean?

      @arif8434@arif84344 жыл бұрын
  • Good note on Big O notation. What I use as a rule of thumb, if your dataset is smaller than 1000-ish or run less than once every minute, you can probably ignore performance. And if you can't, your prototype will be slow enough that you can find it out before deployment.

    @gloweye@gloweye Жыл бұрын
  • Actually, you can display two "I"s in one block.

    @sviccc@sviccc2 жыл бұрын
    • And double lower case “L’s”

      @GachaWolf81900@GachaWolf819002 жыл бұрын
  • 3:47 Seven Segment Display: *displays goal* People: Oh, 6OAL!

    @ek_khoh@ek_khoh4 жыл бұрын
    • You mean 60AL?

      @dr.e.6555@dr.e.65554 жыл бұрын
    • 60Д1_

      @Jivvi@Jivvi4 жыл бұрын
    • "Oh, 60AL!"

      @heyitzrane3025@heyitzrane30254 жыл бұрын
    • 60 all

      @serowan@serowan4 жыл бұрын
    • 6041-

      @slycooper1001@slycooper10014 жыл бұрын
  • "It's not a G, it's a C with aspirations"

    @ellabronkema9375@ellabronkema93755 жыл бұрын
    • So in other words, it's a \kʰ\? (Linguistics joke)

      @Superb17C@Superb17C5 жыл бұрын
    • @@Superb17C nice.

      @jade-ry7it@jade-ry7it5 жыл бұрын
    • @@Superb17C lmao

      @swaree@swaree5 жыл бұрын
    • @@Superb17C no? it's a /c ʰ/. Or a /sʰiː/ I guess.

      @JuniperHatesTwitterlikeHandles@JuniperHatesTwitterlikeHandles5 жыл бұрын
    • @@Superb17C as a mathematician, I see K to the power of h

      @brandonchan5387@brandonchan53874 жыл бұрын
  • Tom taught me more about programming in this one video than my IT teacher has in 3 years

    @wigligigly3375@wigligigly3375 Жыл бұрын
  • Thanks for making me feel a bit better today, i was crying an hour before i watched your video and i subbed

    @_lemion@_lemion2 жыл бұрын
  • @7:05 "but I reckon for things like this it's fine" All of software development in a nutshell.

    @RandallStephens397@RandallStephens3975 жыл бұрын
    • Randall Stephens my internship in a nutshell

      @AnthonyBrusca@AnthonyBrusca5 жыл бұрын
    • Randall Stephens That’s life in a nutshell

      @DTDdeathmas@DTDdeathmas5 жыл бұрын
    • as a CS student half way through his studies (and from personal projects), I can confirm this. :P It is better to find a trivial solution that works, and then improve it from there (ofc, if you can think of the most optimized right off the bat, congrats, implement it).

      @Markyroson@Markyroson5 жыл бұрын
    • HP hardware design team: why not build alphanumeric LED displays

      @erg0centric@erg0centric5 жыл бұрын
    • I‘ll refactor that later 🙃

      @Falkano@Falkano5 жыл бұрын
  • You _could_ write any English word on a 7-segment display if you wanted to. You'd just need to create a cohesive alphabet. Some letters might not look like their normal written counterparts, but that's fine. As for Q, a lowercase Q in 7-segment wouldn't be ambiguous with a 9 since a 9 in 7-segment has its full tail. I could be made unambiguous by making it lowercase, while S and Z could by simply taking the top and bottom segments away and leaving zig-zags in opposite directions from each other. O just needs to stay lowercase.

    @reillywalker195@reillywalker1953 жыл бұрын
  • After seeing the green screen video I'm still 🤯 about how well they figured out the lighting n his positioning...bravo 👏

    @elishahalvarez9222@elishahalvarez92222 жыл бұрын
  • 0:56 You display the word "Error" which contains the letter "o". It has it's own unique set of segments that differentiates it from the number "0"; therefore, you incorrectly included "o" in var badLetter.

    @DEO777@DEO7775 жыл бұрын
    • DEO also S is just a 5, so that should have been excluded

      @SportSoulLife@SportSoulLife5 жыл бұрын
    • I

      @banningsusan1814@banningsusan18145 жыл бұрын
    • o is not included in var badletters

      @YakobMakel@YakobMakel5 жыл бұрын
    • @@YakobMakel it is. Look here - 8:06

      @jegkompletson1698@jegkompletson16985 жыл бұрын
    • As well as n and u being easily depicted with 3 segments

      @frogonlilypad@frogonlilypad5 жыл бұрын
  • I wanted to see that word on a 7 segment display.

    @kebakent@kebakent5 жыл бұрын
    • same

      @razor2k839@razor2k8395 жыл бұрын
    • N word?

      @JvanEdits@JvanEdits5 жыл бұрын
  • As old as this video is the “don’t be afraid to look stuff up” still stands true. From doctors to engineers to students doing homework, if you’re not sure don’t be afraid to ask or look it up.

    @benjaminkonikoff2026@benjaminkonikoff20262 жыл бұрын
  • 7-segment displays are so delightfully 80s, and I love that.

    @aspecreviews@aspecreviews2 жыл бұрын
    • I suspect that it's still on the alarm clock on granny's nightstand!

      @sunnyscott4876@sunnyscott48762 жыл бұрын
  • *"OH LOOK IT'S SIX OAL"*

    @stonedude1234@stonedude12345 жыл бұрын
    • *"OH LOOK IT'S SIXTY AL"*

      @yinchenxu5249@yinchenxu52495 жыл бұрын
    • When I see 6LACK, I keep thinking SIX LACK instead of BLACK.

      @888records@888records5 жыл бұрын
    • GixQine

      @goldsrcorsource2551@goldsrcorsource25515 жыл бұрын
    • *OH LOOK IT'S SIXTY NINE*

      @HandledToaster2@HandledToaster25 жыл бұрын
  • "Can I borrow your Mega Processor?" "Ha, noooo." *"I'm Tom Scott."* [notices red shirt] "Ok, but be sure and mention us a few times in your video."

    @uruiamnot@uruiamnot4 жыл бұрын
  • I know it's old but I'm loving this series.

    @GeauxBigGarage@GeauxBigGarage Жыл бұрын
  • Your explaination is brilliant. Please do make the video about Big O notation. Thanks for this video.

    @isururanawaka5839@isururanawaka58392 жыл бұрын
  • Tom: What is the longest word you can make in 7 segments? Me: Boobies?

    @kristoferlaymon3542@kristoferlaymon35425 жыл бұрын
    • _Boooooooooooooooooooooooooooooooooooobies_

      @khaki32@khaki324 жыл бұрын
    • No-one: Calculator during maths: 8008135

      @austinholt8987@austinholt89874 жыл бұрын
    • actually 5318008

      @user-nq9fm5jc1n@user-nq9fm5jc1n4 жыл бұрын
    • I figured outhow to spell shell oil on a calculator in school. Oh I was so proud.

      @mydickisincrediblytinyandi7380@mydickisincrediblytinyandi73804 жыл бұрын
    • @DispelTheMyth but it's less funny

      @xander1052@xander10524 жыл бұрын
  • Eh. A lowercase "o" should be fine, it's not duplicating the 0 in shape.

    @RegebroRepairs@RegebroRepairs4 жыл бұрын
  • 2:30 I write in java almost daily, and a common thing near the start of a program is "public static void main(String []args)" and I constantly mess up the order of the last 3 things

    @techngamin@techngamin2 жыл бұрын
  • The G was fine. So are I and O! I simulated a 7-seg display in a program I made ages ago. I sat and thought out how to do as many letters as possible on it since some words would be helpful to display. It was a bit of a time-sink to figure out, really... one wouldn't have expected it to be so complicated.

    @jovetj@jovetj2 жыл бұрын
    • Som Tcott

      @Ink_Sack@Ink_Sack Жыл бұрын
  • I think the logic for ruling out "G" (because the number 6 already uses it) should also rule out "S" (because the number 5 already uses it).

    @ohdigeydoc@ohdigeydoc5 жыл бұрын
    • At least the 'S' is structurally accurate. The 6 loops back and actually touches the left line. The brain just struggles to accept that as a G.

      @mikepictor@mikepictor5 жыл бұрын
    • great then do it yourself

      @3thanguy7@3thanguy75 жыл бұрын
    • @@mikepictor in that case, lower case g is spot on.

      @Thanatos2996@Thanatos29965 жыл бұрын
    • Yes, but I think the 'G' that doesn't connect like a 6 is very readable, and a lowercase g is also readable.

      @joshuavillwo@joshuavillwo5 жыл бұрын
    • @David: not really, lowercase g goes partially bellow the line. Its 7-segment version doesn't, making it look more like 9 than g.

      @NeasCZ@NeasCZ5 жыл бұрын
  • Such a missed opportunity to show the final words using 7-segmwnts displays. That why I was watching the whole video for. Im gutted!

    @mydemon@mydemon3 жыл бұрын
    • Same....

      @LambentLight00@LambentLight002 жыл бұрын
    • codepen io has a version of it

      @mulethedonkey2579@mulethedonkey25792 жыл бұрын
    • @@LambentLight00 codepen io has a version of it

      @mulethedonkey2579@mulethedonkey25792 жыл бұрын
  • this vidoe tought me a little bit about programming and a weird and extremely trivial nerdfact i can use and even demonstrate with this video.

    @Luzi-chan@Luzi-chan2 жыл бұрын
  • Very interesting video. Thank you.

    @martynchannel2983@martynchannel2983 Жыл бұрын
  • Tom Scott: the unofficial Vsause 4

    @AmateurArson@AmateurArson5 жыл бұрын
    • so true

      @gissanchi7020@gissanchi70204 жыл бұрын
    • Arrête, nazi

      @gabrieleporru4443@gabrieleporru44434 жыл бұрын
    • this comment has 444 likes, 4 comments and has the number 4 in it

      @Slferon@Slferon4 жыл бұрын
    • @@Slferon Your comment has 4 likes.

      @Jivvi@Jivvi4 жыл бұрын
  • The bonus upside down calculator question gives a much more satisfying answer: bibliologies glossologies 531607055016 531607017818

    @ZipplyZane@ZipplyZane5 жыл бұрын
    • And it's relevant too!

      @briannguy4481@briannguy44815 жыл бұрын
    • Or if you don't include 'g', it's hillbillies

      @cinquine1@cinquine15 жыл бұрын
    • Genius!

      @clayb5304@clayb53045 жыл бұрын
    • Calculator writing is behglios

      @lawrencewei3583@lawrencewei35835 жыл бұрын
    • Try typing in 7134-9315

      @MADNESSCOMBAT10@MADNESSCOMBAT105 жыл бұрын
  • Thanks, Tom!

    @Strangeaffiliations@Strangeaffiliations2 жыл бұрын
  • I think i like your content so i will subscribe. It seems very interesting

    @peckychicken@peckychicken2 жыл бұрын
  • > teach programming concepts so beginners understand > regular expressions choose one

    @tanevw@tanevw5 жыл бұрын
    • lmao

      @raskolnikov6347@raskolnikov63475 жыл бұрын
    • You never get good at regex. It's regex gods who decide when you are worthy

      @matek9975@matek99755 жыл бұрын
    • Isn't the entire point of being a begginer using things without really understanding how they work? The point is that a begginer can use that code, and edit it, and it should work as they expect. I admit I have no idea what regular expressions are. However, the code shown does not in any way confuse me.

      @catlover10192@catlover101925 жыл бұрын
    • Regexes aren't deep voodoo. Er, unless you make big complicated regexes, in which case you're probably doing something wrong. Good code and readable code have a very high rate of overlap(*), so if a piece of code looks like deep voodoo, it was likely written by someone who wasn't very good at what they were doing. * In terms of Venn diagrams, the circle for "good code" is mostly contained within the circle of "readable code".

      @ToyKeeper@ToyKeeper5 жыл бұрын
    • @@matek9975 Trust me, when you work in the abuse department of a major webhosting company and have to write regex to filter spam you'll "git good" at regex or die trying. The real regex gods all sit in such departments. Whenever there is a fresh wave being pushed through a number of mailservers which have a 100 Gbps pipe you have to be fast at writing regexes or a) your customers get pissed about too much spam or b) you'll end up being blacklisted by other ISPs. And then you have to deal with limited regex engines that don't allow backreferences etc. And spammers are very creative in bypassing your regexes... so if you want to learn how to use regex in the real world... work at the abuse department of an ISP. :D I hated regexes before that, now I love them :D

      @FSdarkkilla@FSdarkkilla5 жыл бұрын
  • 0:30 what do you mean most people don't write 4 like that? I've always written 4 like that.

    @samramdebest@samramdebest5 жыл бұрын
    • For real. I'm so confused by that.

      @poochyenarulez@poochyenarulez5 жыл бұрын
    • 4

      @leuk2389@leuk23895 жыл бұрын
    • Maybe it's a UK/us thing?

      @Wezla@Wezla5 жыл бұрын
    • Same for me.

      @TecrasTrash@TecrasTrash5 жыл бұрын
    • Usually vertical an horizontal line cross

      @jasondads9509@jasondads95095 жыл бұрын
  • As a Python programmer, I was impressed when I was thinking of how to manufacture words with loops, and you just check if the “no” letters are in it.

    @WilburJaywright@WilburJaywright2 жыл бұрын
  • As someone who learned to program (it wasn't called coding back then) in 1976 in BASIC I found this fascinating.

    @williamjones7163@williamjones7163 Жыл бұрын
  • Just did this as an exercise in PYTHON using the GERMAN dictionary and adding ä, ü and ö to the badLetters. The longest german word to write on a SEVEN-SEGMENT DISPLAY is "Schnittstellendefinitionssprachen" which translates to interface description languages. Or, if we exclude i and o as well, it would be "Altersstufenentsprechenden".

    @lennartbreede@lennartbreede4 жыл бұрын
  • something is missing, you didn't show us that "supertranscendentness" in seven segment types

    @ismailabdusshobar4916@ismailabdusshobar49165 жыл бұрын
  • Thanks for the reassurance in the coding section :)

    @lasagna3289@lasagna32892 жыл бұрын
  • programming is not just understanding whatever language you learnt, the most important skill you can have as a programmer is understanding things, like the 7-segment display, but those 7 lines can create so much.

    @sophiaemily1819@sophiaemily18196 ай бұрын
  • The question: "What is the longest word you can write on a seven-segment display"? The answer: A You only gave me a single seven-segment display.

    @Manabender@Manabender4 жыл бұрын
    • Bruh

      @sheeloesreallycool@sheeloesreallycool4 жыл бұрын
    • Or 65535, the max value of the WORD datatype.

      @juliavanderkris5156@juliavanderkris51564 жыл бұрын
    • You can’t write an A on a seven segment display, it would have to be I instead

      @rat.tar.tar.8359@rat.tar.tar.83594 жыл бұрын
    • @@rat.tar.tar.8359 You can write A on a seven segement display

      @archerestarcher@archerestarcher4 жыл бұрын
    • @@rat.tar.tar.8359 _ |_| | | This is an "A", isn't it?

      @deadchannel1745@deadchannel17454 жыл бұрын
  • Wasted opportunity to not show the word in seven-segment fonts

    @WuChyiWoon@WuChyiWoon5 жыл бұрын
    • *_ALL_* of the text should have been in a 7-segment display font! Some letters just require creativity, like M divided between 2 displays, or, use the display in the "Speak and Spell" as a font.

      @buddyclem7328@buddyclem73285 жыл бұрын
  • 7:56 made me laugh way harder than I should 😂😂

    @john-paulwallcraft9362@john-paulwallcraft9362 Жыл бұрын
    • ikr 😂

      @SanojBerg@SanojBerg11 ай бұрын
  • Tom is a heck of a presenter!

    @rolberg@rolberg Жыл бұрын
  • Maybe you could show us how it looks like on a seven segment display

    @superpowerdragon@superpowerdragon5 жыл бұрын
    • Yeah, that would be nice

      @CircusBamse@CircusBamse5 жыл бұрын
    • *what* it looks like* goddammit!

      @aurelia8028@aurelia80285 жыл бұрын
    • Don't you think DDT is too long for a 7-segment display? Yes it is

      @darkemperor9006@darkemperor90064 жыл бұрын
    • @@aurelia8028 How are you so upset about?

      @StayAwayFromMyCat@StayAwayFromMyCat4 жыл бұрын
    • @@aurelia8028 how it looks like. What it looks like. How do you mean. What do you mean. English vs american

      @BanditLeader@BanditLeader4 жыл бұрын
  • Here's the longest hundred words that you can write with seven-segment displays: (note, supertranscendentness is actually the only one of that length.) supertranscendentness supersuperabundantly superrespectableness unapprehendableness supertranscendently supersuperabundance untranslatableness untranscendentally unsupernaturalness ultrabrachycephaly hyperbrachycephaly phenylacetaldehyde supersuperabundant understandableness superadaptableness subtransparentness unattractableness unadulteratedness preternaturalness unrepresentedness characterlessness unpreternaturally unpresentableness unprecedentedness unpersuadableness leadenheartedness hypertranscendent feebleheartedness pentadecahydrated hyperbrachycephal hyperaccurateness blunderheadedness tenderheartedness supertranscendent untransparentness structurelessness superaccurateness superabstractness unsurpassableness unassessableness unascendableness schlauraffenland unrebuttableness unappeasableness unappealableness unacceptableness unabstractedness unpreferableness unparalleledness beetleheadedness hypersensualness transplacentally hypernaturalness translatableness transferableness transcendentness transcendentally platystencephaly archpresbyterate falseheartedness hypercarburetted pentadecahydrate pentaphylacaceae ununderstandably ununderstandable untranscendental untenantableness unsuspectfulness unsupernaturally naphthanthracene undetestableness unsufferableness unsuccessfulness underspurleather underrepresented bulletheadedness undependableness undepartableness undefendableness undefeatableness supersulphureted superrespectably superrespectable supernaturalness preterpluperfect dunderheadedness stucturelessness subbrachycephaly unsearchableness supercapableness superblessedness sunnyheartedness uncensurableness uncalculatedness uncalculableness unbreathableness unbreachableness unreturnableness unrespectfulness subtransparently

    @FC-mv4hy@FC-mv4hy5 жыл бұрын
    • Bonus content: Here's the code I used to find this list: var fs = require('fs'); var words = fs.readFileSync('words.txt').toString().split(' '); var badLetters = /[gkmqvwxzio]/; words = words.sort((a, b) => b.length - a.length); words = words.filter(a => !a.match(badLetters)); console.log(words.slice(0, 100).join(' '));

      @FC-mv4hy@FC-mv4hy5 жыл бұрын
    • @@FC-mv4hy Clever! Just getting into coding and stuff (how do you call it?), and the more I see the more I love it.

      @cavemann_@cavemann_5 жыл бұрын
    • Personally, I'd probably disallow the ones that double up the "super", but that could just be an example of my blunderheadedness.

      @Cadwaladr@Cadwaladr5 жыл бұрын
    • Cadwaladr If we’re going to keep adding rules like this, it’s going to be the same complexity as taking into account time zones.

      @TransferPoint9346@TransferPoint93465 жыл бұрын
    • Supersuperabundantly

      @thatguywhowouldnotsharehis2062@thatguywhowouldnotsharehis20625 жыл бұрын
  • ‘cyclopentanoperhydrophenanthrenes’ this is the best i have found.

    @jamesallbutt9335@jamesallbutt93352 жыл бұрын
  • This is actually a good interview question.

    @stevenyang4370@stevenyang43702 жыл бұрын
  • “No ones gonna look at it and see 6OAL” Me, whos been half listening and just glanced at it: 6oal???

    @SketchUT@SketchUT3 жыл бұрын
    • isn't there a letter in the cyrillic script that looks like a 6 though? Edit: yup, б

      @dominikbylina9957@dominikbylina99573 жыл бұрын
    • @@dominikbylina9957 Б

      @skyroII@skyroII3 жыл бұрын
    • I saw "60 AL" there.

      @madlad255@madlad2553 жыл бұрын
    • Memento Mori

      @Snackaboy@Snackaboy2 жыл бұрын
    • Memento Mori

      @lightyagami2763@lightyagami27632 жыл бұрын
  • But that is how I write a 4

    @tjuggernaut29@tjuggernaut295 жыл бұрын
    • ah, not on youtube apparently, you liar

      @Gabiyi@Gabiyi5 жыл бұрын
    • I'm from Europe and we write it "opened"

      @aviko9560@aviko95605 жыл бұрын
    • Same, I've always written it this way. Maybe it depends on which country you're from?

      @adribier@adribier5 жыл бұрын
    • Canadian, and we write it like it is on the 7-segment display. I've never seen it drawn with an angle like it is in fonts. Actually I think it might be a generational thing. Those who grew up with the idea of having a clock radio by their bed. Though we even wrote 4s like that in school and I'm not sure our teachers were that young.

      @theblackwidower@theblackwidower5 жыл бұрын
    • In my school days, I used to write 4 like an angled little L with additional vertical stroke passing through the middle of horizontal stroke of L. My friends used to write it as in inverted h (or like 7 stroke display). Currently I write it as it is printed. I'm from India.

      @Dumpy332@Dumpy3325 жыл бұрын
  • I learn more in these videos than ive learned in the last 11 years ive been in school

    @cassssss2135@cassssss21352 жыл бұрын
  • I swear to God, youtube just crashed at 4:04 (already a funny number to crash on), resulting in Tom saying "and if you disagree, you can f--"

    @ezekielmartin4323@ezekielmartin43239 ай бұрын
    • 😂😂😂

      @abdullahshah4510@abdullahshah45106 күн бұрын
  • I saw you in Dublin Airport today getting stuck in security. I wanted to say hi but airports are stressful enough. Hi!

    @BFChampions@BFChampions5 жыл бұрын
    • username checks out, wrong person tho

      @atc_nth@atc_nth5 жыл бұрын
    • Should have just waved wildly and grinned like a maniac, definitely not-stress-inducing at worst, and amusing at best.

      @TheHadMatters@TheHadMatters5 жыл бұрын
  • If you are dropping ‘i’ and ‘o’ as they are numbers 1 and 0 also need to drop ‘s’ as it is 5

    @mickjames73@mickjames735 жыл бұрын
    • Also z is 2

      @prithvithakur7950@prithvithakur79505 жыл бұрын
    • his reasoning seems weirdly inconsistent to me, lowercase o doesn't look similar to any number, while S is 5 as you said. Also that capital G without the crossbar seemed quite clear, and a 9 and q are clear since the bottom segment is off with the q.

      @Mil-Keeway@Mil-Keeway5 жыл бұрын
    • Dropping o also doesn't make sense as usually 0 and o are displayed differently in seven segment displays. o is nearly always displayed with only the bottom 4 lines making a small o compared to the taller 0.

      @loganjones5766@loganjones57665 жыл бұрын
    • The original question was, "what is the longest word". Since words are made of letters, you can exclude digits and reuse the 7-segment digits /[015689]/ for letters.

      @rikassen@rikassen5 жыл бұрын
  • I remember doing circuits with 7 segment displays when I was in high school, it was a nightmare, but despite all the pain and sleepovers, that’s how I effectively learned Boolean Algebra and binary code

    @RodrigoVazquez91@RodrigoVazquez91 Жыл бұрын
  • I like watching videos like this it makes me feel smart

    @Mwamba_@Mwamba_ Жыл бұрын
  • Wait, why does the “n” have to be full height?

    @ChanneledDan@ChanneledDan3 жыл бұрын
    • @real gamer why not to write it half the height though?

      @88Timur88Bahmudov88@88Timur88Bahmudov883 жыл бұрын
    • @@88Timur88Bahmudov88 you could but that just isn't the way it is

      @Anon.G@Anon.G3 жыл бұрын
    • as same as "c"

      @xondrill@xondrill3 жыл бұрын
    • Why does it matter?

      @ThePuma1012@ThePuma10123 жыл бұрын
    • It doesn't matter you're still using up one seven segment display whether you write a small n or a big n so it will not affect the question of word length as you cannot alter the number of characters you are using by changing the size of one of those characters. Unless you have some other reason I haven't considered which I cannot imagine you do.

      @ukgmail5329@ukgmail53293 жыл бұрын
  • 8:02 "I'm gonna rule out I and O, they're just numbers with aspirations...." but, the S looks exactly like a 5, why didn't you rule that out too?

    @tristen1099@tristen10994 жыл бұрын
    • That was a stupid choice.

      @capitaopacoca8454@capitaopacoca84543 жыл бұрын
    • @@capitaopacoca8454 agreed.

      @magicalmegan@magicalmegan3 жыл бұрын
    • Wow

      @Puma_ishere@Puma_ishere2 жыл бұрын
    • @@capitaopacoca8454 . You could write some code yourself.

      @OP-1000@OP-10002 жыл бұрын
    • @@OP-1000 I write.

      @capitaopacoca8454@capitaopacoca84542 жыл бұрын
  • I was actually able to understand most of the code even though my knowledge is limited to what they taught me in high school

    @Bobjoe2143@Bobjoe21432 жыл бұрын
  • Does anyone remember the 1979 Buck Rogers TV series? The alphabet was all written as 7-segment. The K was particularly creative: like the A but without the upper right vertical line. No words with M or W or V were shown if I remember right.

    @JCCyC@JCCyC Жыл бұрын
KZhead