HUMAN BENCHMARK TEST vs AUTOCLICKER | Visual Memory

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 277

  • @Kalitz231
    @Kalitz231 11 місяців тому +1945

    It seems like after level 100, the grid size starts to expand outside the bounding box the code is looking at. The code completely missed the top and bottom rows. You'd probably have to do something to make it expand the dimensions at higher levels, but tbh I wouldnt bother either. At that point it doesnt really matter anymore. XD

    • @Swindly_YT
      @Swindly_YT 11 місяців тому +31

      Would probably need to search for the boxes themselves within the entire screen and not just the small box. Could probably do something to make some type of grid with the center coordinate of each box, check the color of each of them at the start of the level, record the ones that are white and then when they flip back click all the coordinates in the list for the ones that were white. Sounds easier than it probably is lol

    • @moofurg
      @moofurg 11 місяців тому +13

      @@Swindly_YT you can also use selenium to locate the boxes, and either use the built in click function or use the location of the element and feed that into pyautogui

    • @Swindly_YT
      @Swindly_YT 11 місяців тому +2

      @@moofurg Ill have to take your word for it lol. Im not very knowledgeable on python. I can code in it but I dont know all the packages and stuff it has.
      I am guessing though that that basically is a form of what I was thinking just already made right? Im trying to get an understanding of how it works.

    • @RaevHaal
      @RaevHaal 11 місяців тому

      @@moofurgit works perfectly fine with just normal chrome / Firefox and 10 lines of javascript

    • @tetraedri_1834
      @tetraedri_1834 11 місяців тому +4

      Starting from centre and counting boxes up would work. After the first gap you know the spacing of two squares, so you know when to stop searching. You'd need to take into account whether you start from a square (odd number of squares) or from the gap (even number of squares), though, which may cause some problems

  • @nbboxhead3866
    @nbboxhead3866 11 місяців тому +501

    Code bullet is a true aussie, he never stops swearing even during sponsorships.

    • @EEEEEEEE
      @EEEEEEEE 11 місяців тому +5

      ‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎E

    • @thewiseoldfox
      @thewiseoldfox 11 місяців тому +12

      Some bots I understand. Who is E bot benefiting and how?

    • @FuryJack07
      @FuryJack07 11 місяців тому +14

      ​@@thewiseoldfoxBecause.... E
      I don't know and honestly I don't care, there are so many harmful bots please don't complain about an innocent one.

    • @mrrooter601
      @mrrooter601 11 місяців тому +8

      @@thewiseoldfox actually not a bot, just an extremely based individual

    • @nbboxhead3866
      @nbboxhead3866 11 місяців тому +8

      @@mrrooter601 he's based because he starts random conversations like this without any promotion or trickery

  • @TrevorD19
    @TrevorD19 11 місяців тому +127

    If you look at the white squares and dont blink, the blue is lighter

    • @liquidcashews
      @liquidcashews 11 місяців тому +11

      yeah but its temporary

    • @EEEEEEEE
      @EEEEEEEE 11 місяців тому

      E‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎

    • @jjsanimations
      @jjsanimations 5 місяців тому

      bro has cheats irl
      lol

  • @angwelio
    @angwelio 11 місяців тому +297

    I hope he saved all the different files of code
    Just so we can see a 100% on every test at the same time

    • @Luciusem
      @Luciusem 11 місяців тому +44

      Wouldn't surprise me if that's gonna turn into a main channel video

  • @minigamer4262
    @minigamer4262 11 місяців тому +96

    You should mention this channel on your main channel once in a while (aka every video because they happen every fewmonths or so). I only learned about this channel recently and it's so much great content. Also do a full 100% of all human benchmark tests on a new account when you are done with all the individual tests.

  • @neologicalgamer3437
    @neologicalgamer3437 11 місяців тому +4

    Bro why is CB so goddamn handsome what the hell??

  • @lightning_11
    @lightning_11 11 місяців тому +7

    5:54 And this is exactly why you should _never use Python_ unless someone forces you to.

  • @xliquidflames
    @xliquidflames 11 місяців тому +91

    Once I get to level 10, it becomes easier for me to memeorize the shape of the blocks that are not turned white. And then click the ones that are not..not white. Using that method, I got to level 39.

    • @kaisteinsiek6946
      @kaisteinsiek6946 11 місяців тому +5

      You're on fire dude!

    • @wusulus
      @wusulus 11 місяців тому +12

      I just listened to the sound that blocks made, like a bat, and got to level 420

    • @Joanyan
      @Joanyan 11 місяців тому

      i got to 34 just normally

    • @DavidUrulski-wq9de
      @DavidUrulski-wq9de 11 місяців тому +2

      Fucking how though, the white blocks last for 1second, how the fuck do you install that into your memory to replicate, I can barely get passed level 8

    • @TravelingZebra
      @TravelingZebra 10 місяців тому

      @@DavidUrulski-wq9de Either just play it a bunch and get specificity, or you can just be talented, it's sad but those are the only 2 options

  • @picklenik9658
    @picklenik9658 11 місяців тому +1

    I cant believe CodeBullet hired the secret fourth Hemsworth brother to record the face cam parts of this video

  • @realbadcorps
    @realbadcorps 11 місяців тому +2

    Code Bullet IRL somehow looks more Australian than I could have imagined

  • @ninjabagel01
    @ninjabagel01 11 місяців тому +114

    seeing the python error made me marvel at the fact that we have any working programs XD also made me go from "maybe i'll try my hand at coding one of these days" to "Hell no i'm not careful enough to notice details like that"

    • @coneris
      @coneris 11 місяців тому +38

      Those bugs can be hard to catch. What some people do is try to refactor their code to limit the amount of nesting (number of conditionals/loops insode other conditionals/loops) with the use of functions.
      Don't think just because that bug looks trivial that you can't do it. We have all made and continue to make those mistakes.

    • @yuval6091
      @yuval6091 11 місяців тому +31

      To add to the other reply, other languages use different (and better) ways to nest code, mainly curly braces {}.
      In my opinion, it makes it easier to follow rather than tabs, because you have an actual block of code.

    • @ninjabagel01
      @ninjabagel01 11 місяців тому +9

      @@coneris I wasn't expecting such an encouraging response, maybe I will still give it a try 😁

    • @MobCat_
      @MobCat_ 11 місяців тому +12

      Python: Tabs vs spaces or your indentations are in the wrong level.
      C, C++, PHP, etc: You forgot to close the line of code with ;
      But yeah most of the time, the runtime or compiler will catch something, just have to go look at the line number it spits back at you and be like oh yeah, I see it.

    • @alexdavis9324
      @alexdavis9324 11 місяців тому +8

      I'm dumb AF and not very detail oriented. I can code just fine. Debugging is part of the game BB

  • @johnjacobs0
    @johnjacobs0 11 місяців тому +3

    At the end of this series you should do a massive compilation of all of the human benchmark programs

  • @nanoshinra3479
    @nanoshinra3479 11 місяців тому +7

    code bullet never fails to remember where and how to click my squares

  • @mynameisfoxxy6110
    @mynameisfoxxy6110 11 місяців тому +1

    "The first sponsored video on the second channel"
    bro, face it, this is the main channel now.

  • @m_ism
    @m_ism 11 місяців тому +10

    the first 30 seconds is a perfect explanation of any programmer's day-to-day tech literacy.

  • @kirby_salt1975
    @kirby_salt1975 11 місяців тому +1

    I didn't realize this was a second channel... I've been watching this for a few months now and my mind is blown that there's a BIGGER channel.

  • @alzandermuller
    @alzandermuller 11 місяців тому +1

    For those wondering, the last song is Hot Hot Hot by Lofive 😉

  • @Roger_808
    @Roger_808 11 місяців тому +14

    its cause it added a row at the bottom that the program didnt see

  • @madprofet
    @madprofet 11 місяців тому +1

    bro hid his face forever, bro is a CHAD!

  • @ntilewills5679
    @ntilewills5679 11 місяців тому +13

    I'm still waiting to see what the "Real" Code Bullet looks like? There's NO way this AI generated handsome man is real.

    • @StorymasterQ
      @StorymasterQ 11 місяців тому +1

      IKR, this is the first time I went into this channel and I'm like 'ain't no way someone with that face and that accent is real'

  • @m4rt_
    @m4rt_ 11 місяців тому +10

    2:20 technically you can calculate the size of the entire grid when you have the width of the first square, you don't need to manually count it.
    you can do something like: size = floor(board_width / square_width)

    • @punch3n3ergy37
      @punch3n3ergy37 11 місяців тому +1

      Then you'd get a floating point number because you didn't account for the gaps.

  • @feluciavt
    @feluciavt 11 місяців тому +4

    the way the grid starts getting bigger at some point... criminal

  • @draco5991rep
    @draco5991rep 11 місяців тому +1

    Basically memorizing entire QR Codes in seconds 😌 CodeBullet has amazing memory skills

  • @onabikewithadrone
    @onabikewithadrone 11 місяців тому +11

    You can try to use some browser automation frameworks maybe. Playwright, for example. If every square is an html element, then the task will be more or less trivial. And it works fast

    • @r.b.hyrule249
      @r.b.hyrule249 11 місяців тому

      I just spent 40 mins figuring out Selenium in Python and it is working flawlessly!

    • @riddixdan5572
      @riddixdan5572 11 місяців тому +1

      just did that, no need for playwright even. all you need is a mutation observer to trigger class changes, save them to an array and then trigger touch event on them, don't ask me why touch event specifically, cus click didn't work.

  • @StarFroggo
    @StarFroggo 11 місяців тому

    The mouse rubbing the square was funny as hell.

  • @The18107j
    @The18107j 11 місяців тому +3

    I would love to watch a livestream of this.

  • @dereklaplante1693
    @dereklaplante1693 11 місяців тому

    I did the human benchmark tests after watching his vids on them. I got 119 on the verbal memory last night and just wanted to brag about it. thanks guys

  • @DoctorX17
    @DoctorX17 11 місяців тому +24

    I gotta wonder how much work you have to do to fix ChatGPT code vs. doing it from scratch yourself, lol… I’d love to see you do a full video comparing the processes

  • @LostXOR
    @LostXOR 11 місяців тому +1

    I thought it was a clickbait thumbnail... Nope, 100% accurate.

  • @vladig2835
    @vladig2835 11 місяців тому +2

    Code Bullet: "If you want to learn what we did in this video" 8:31
    Me: *opens chat GPT* 3:19

  • @popolop1262
    @popolop1262 11 місяців тому

    It'd actual be hilarious if you treat one of the reveal segments as a Summoning salt video, music and all

  • @LysineAA
    @LysineAA 10 місяців тому

    This brings back old memories of me trying to do the same lol. My (program's) record for visual memory is 51.2 points. The trick is to simply ignore the grid and save a screenshot of the whole playfield. When it's time to click, pick any white pixel in the screenshot to click on until you've done them all.

  • @kottofey1
    @kottofey1 11 місяців тому

    At some point I realized, that Evan looks quite like Ryan Gosling but with emotions )

  • @bananagums
    @bananagums 11 місяців тому +2

    6:56 most legit gameplay

  • @marictehon
    @marictehon 11 місяців тому

    screenshot -> opencv -> find shapes -> click centroids

  • @onedeadsaint
    @onedeadsaint 11 місяців тому +6

    5:37 the way the pointer just caressed those squares was hilarious and mildly erotic 🤣

  • @GradisDQ9
    @GradisDQ9 11 місяців тому +22

    🎉 It's a good day when there's a codebullet video!

  • @SHSscorp82
    @SHSscorp82 11 місяців тому

    I think this is the first Code Bullet video I’ve seen with a face cam. 👍 4:31 I’ve seen this in so many other videos. People swear in their videos but censor the subtitles. Kinda funny that’s how YT works. 😂

  • @rey4516
    @rey4516 11 місяців тому +3

    2:46 is such a meme-able scene 😂✨

    • @zettte_mk-sweden
      @zettte_mk-sweden 2 місяці тому

      Bro did you just say meme-able 😭😭😭

  • @NaudVanDalen
    @NaudVanDalen 11 місяців тому +2

    After you've destroyed the last test, you should do all of them in a row to get a perfect 100% for all tests.

  • @lisahansen471
    @lisahansen471 11 місяців тому

    Oh boy, new Code Bullet video!

  • @Monkeyb00y
    @Monkeyb00y 11 місяців тому

    This should be Code Bullets Day On. I love all the vids.

  • @Boogeybiscuit
    @Boogeybiscuit 11 місяців тому +1

    Why is bro GORGEUOS

  • @hawkes281
    @hawkes281 10 місяців тому

    This is my first time seeing CB's face after years of watching his main channel and HOLY SHIT HE'S AUSTRALIAN

  • @dimitar4y
    @dimitar4y 11 місяців тому +4

    levels 60+ are basically QR codes xD

  • @HorsemanUnknown
    @HorsemanUnknown 11 місяців тому

    How have I watched code bullet for all these years and not known he's John Kransinki's nerdy australian twin?

  • @shilohmagic7173
    @shilohmagic7173 11 місяців тому +2

    8:00 it should be pretty obvious why-the grid stopped being a square.

    • @dragon10086
      @dragon10086 11 місяців тому

      its still 18x18 and i think the zooming for recording was just the reason it looked wrong. u can see that hes slowly been zooming in for the past few levels but since he cut the footage from lvl 101 to 104, the next shot we got of 105 is more zoomed in with a jump instead although it does look like the bot missed the top and bottom rows too which is weird

  • @anthonyiannazzone8391
    @anthonyiannazzone8391 11 місяців тому +20

    This is my first time seeing what he actually looks like damn

    • @slyishopeful5876
      @slyishopeful5876 11 місяців тому +17

      hes so hot

    • @Vexlev
      @Vexlev 11 місяців тому +1

      m.ua-cam.com/video/ZpsJkhk9uBM/v-deo.html

    • @Spectator_lawful_evil
      @Spectator_lawful_evil 11 місяців тому +8

      Got the gigachad facial structure

    • @orang9134
      @orang9134 11 місяців тому +7

      This is how dream stans thought dream would look

  • @tybertimus
    @tybertimus 11 місяців тому +5

    So, CB, when are they gonna let you showcase at a GDQ? I mean, they do TAS runs all the time, why not have a showcase of this? I'm all for it.

  • @shaunclarke04
    @shaunclarke04 11 місяців тому

    I’d have drawn an outline between groups of white pixels and click in the middle of each outline

  • @Hovane5
    @Hovane5 11 місяців тому +2

    I wonder how much harder it would be to make an ML version of this... Like the input is the screenshot, and the output is the coordinates of the white squares? So it would be like a multiclass-multilabel classification problem?

  • @RockAristote
    @RockAristote 11 місяців тому

    It could be cool to try to resolve captcha and pass for a human.

  • @carsonvessar3763
    @carsonvessar3763 11 місяців тому +5

    Why does Code Bullet unironically look like Ryan Gosling

  • @wilsonbeckstrand5970
    @wilsonbeckstrand5970 11 місяців тому

    Good quality video! I think this belongs on your main

  • @Greedsmith
    @Greedsmith 11 місяців тому +2

    Starting a petition for Code Bullet to make a clicker/incremental/idle game.

    • @overthr0w138
      @overthr0w138 11 місяців тому

      How should the game exactly be like?

    • @Greedsmith
      @Greedsmith 11 місяців тому

      @@overthr0w138 idk, a fantasy adventure type increment game? 🤷‍♂️
      As long as he makes it, maybe while streaming it, it would also be fun to see his taught process.

  • @prathamjohari8301
    @prathamjohari8301 11 місяців тому +1

    the song in the veido : hot hot hot by lofive

  • @yiannchrst
    @yiannchrst 11 місяців тому

    How did you get a sponsor here? That's a Christmas miracle!

  • @da_zaza
    @da_zaza 11 місяців тому

    We need to have a channel named "code bullet uncut" 😂❤

  • @kardelenkoc9746
    @kardelenkoc9746 11 місяців тому

    i love the fact that you can do sth really hard like coding and have a hard time using your face cam and microphone :D

  • @Notagamer247
    @Notagamer247 11 місяців тому

    Always a good day when a new upload

  • @Josh___d___G
    @Josh___d___G 11 місяців тому

    Starts stroking the tiles....

  • @ElectroNeutrino
    @ElectroNeutrino 11 місяців тому +1

    Sooo, is it just me or does Code Bullet look a bit like an aussie Ryan Gosling?

  • @xavierdiaz7945
    @xavierdiaz7945 11 місяців тому

    I need CB clapping @2:46 as a reaction meme

  • @esrohm6460
    @esrohm6460 11 місяців тому

    when the memory test matrix dodges out of the way of the ai bullet but then the ai decides to just shoot the legs where the test has no chance to move away

  • @shaynedabecktolddavid3841
    @shaynedabecktolddavid3841 11 місяців тому

    Holy Jesus I thought he’d be a nerd but he’s a chad

  • @That_Fella44
    @That_Fella44 11 місяців тому +3

    Can you post the Code sheet pls?

  • @escobasingracia962
    @escobasingracia962 11 місяців тому

    4:31 Definitely the UA-cam gods can read

  • @jogeem5480
    @jogeem5480 11 місяців тому +9

    What on earth did the slow code do to be that slow lmao

    • @GCOSBenbow
      @GCOSBenbow 11 місяців тому +2

      there were a bunch of sleeps I believe

    • @jogeem5480
      @jogeem5480 11 місяців тому +1

      ​@@GCOSBenbowoh yeah lol I wasn't watching too closely and didn't notice the part where chatgpt codes a bunch of sleeps

  • @raelsadd
    @raelsadd 11 місяців тому

    4:20 "why! what are you doing!"
    idk, maybe you should ask the guy who wrote it (it was chat gpt)

  • @cheesiestmaster879
    @cheesiestmaster879 11 місяців тому

    after you finish the series, write a bot which from the home page, will 100% the entire benchmark

  • @liquidcashews
    @liquidcashews 11 місяців тому +1

    code bullet moment

  • @DarkFrozenDepths
    @DarkFrozenDepths 11 місяців тому

    ironically, someone can just take a quick screenshot and cheat their way into much higher levels....
    just hit the print screen key and shove the image into paint or something, cause it doesn't seem like there's a time limit

  • @majorjohnson8001
    @majorjohnson8001 11 місяців тому

    6:00 - Python error
    _And this is why syntactic whitespace is a bad idea._

  • @timbomb374
    @timbomb374 7 місяців тому

    The results of the tests are probably skewed because people who are good at these things are more likely to keep doing them and get better. Just because that's how humans tend to operate.

  • @bleedgoat
    @bleedgoat 11 місяців тому +1

    in OBS: *LOCK* the camera capture. that also locks the zoom and panning etc. my logitec 920 pro does the same thing

  • @delqyrus2619
    @delqyrus2619 11 місяців тому

    You think you have some sort of intelligence but give up at 100? That sounds cool.
    i am F love it.

  • @JovenDecarne
    @JovenDecarne 10 місяців тому

    Just do level number plus 2 squared. (N+2)^2 this would work for any grid size

  • @theprofessionalfence-sitter
    @theprofessionalfence-sitter 11 місяців тому

    Code Bullet will go to every length to avoid having to make his program just read the website's source.

  • @Jrakula10
    @Jrakula10 11 місяців тому

    ah yes photographic memory very nice

  • @genmasaotome3503
    @genmasaotome3503 11 місяців тому

    OMG.. face reveal... I like the cartoon version :P

  • @noahblack914
    @noahblack914 11 місяців тому

    6:03 Everytime someone complains about indent-based code, I wonder how they have managed to never put something on the wrong side of a bracket or parentheses, or forget a semicolon

  • @MaxyX
    @MaxyX 11 місяців тому

    Our code legend

  • @gavinallen8928
    @gavinallen8928 11 місяців тому

    Seeing your face is still really weird lmao I'm super happy you do it but it's so strange without a bullet on your face

  • @HydraSkullHD
    @HydraSkullHD 11 місяців тому

    Chris Hemsworth/ Ryan Gosling mix of a man

  • @nobafan7515
    @nobafan7515 11 місяців тому

    At this rate, i see you making an ai vtuber like vedal did.

  • @entrobbit
    @entrobbit 11 місяців тому +2

    it kind of feels like watching a newborn sometimes🤷

  • @JakubS
    @JakubS 11 місяців тому

    What's the background music called? It sounds nice

  • @Secretlycat31
    @Secretlycat31 11 місяців тому +2

    An audio note. Can you please not have the music become louder than the highest peak of the person speaking. As the volume increase is off putting and becomes too loud. As the human voice varies in volume but the music doesn't so it is way louder in comparison. Talking about 6:42 when its just music playing. Lots of UA-camrs do this and its always annoying.

  • @KSDF_01
    @KSDF_01 11 місяців тому

    Please make a video explaining how to do this 🙏🙏

  • @AgentPhoenix934
    @AgentPhoenix934 11 місяців тому

    do chimp test next

  • @kylekirby6424
    @kylekirby6424 11 місяців тому +1

    Should someone tell him that he can use something like puppeteer to make this so much easier? No need to count visually when you can just run [...document.querySelector('.square')].length

  • @KlNG_JAM
    @KlNG_JAM 11 місяців тому +1

  • @Yemto
    @Yemto 11 місяців тому

    Personally I wouldn't bother with the grid, instead I would look for a screen with white in it, then another with no whites. Then just compare the past view with the live one, and where it doesn't match, click there.

  • @d00dhella
    @d00dhella 11 місяців тому

    M8 this is the first I’ve seen your face after YEARS of enjoyment … you weren’t supposed to be handsome

  • @likrecelineation
    @likrecelineation 11 місяців тому

    we use the same browser on the same theme

  • @Ciopi92
    @Ciopi92 11 місяців тому

    I didn't know Code Bullet was Chris Hemsworth

  • @Mp57navy
    @Mp57navy 11 місяців тому

    The issue with this is, that you can have more than one shot at any of the tests. That doesn't make it inherent skill, but learned. So the tests are flawed. Imagine you could take your mensa tests until you are satisfied with the results.

  • @ThePacmandevil
    @ThePacmandevil 11 місяців тому

    what the fuck. here I was assuming you looked like that one south park WOW dude and you hit me with the gigachad chin.

  • @tylershircel7163
    @tylershircel7163 11 місяців тому +1

    Why was the pattern at 6:33 the pixelated united states?

  • @Known_as_The_Ghost
    @Known_as_The_Ghost 11 місяців тому

    Personally I would've screenshotted the start of each level and used that. lol