HUMAN BENCHMARK TEST vs AUTOCLICKER | Visual Memory

Sdílet
Vložit
  • čas přidán 28. 11. 2023
  • Head to brilliant.org/CodeBulletsDayOff to start your free 30-day trial, and the first 200 people get 20% off an annual premium subscription.

Komentáře • 281

  • @Kalitz231
    @Kalitz231 Před 5 měsíci +1907

    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 Před 5 měsíci +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 Před 5 měsíci +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 Před 5 měsíci +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 Před 5 měsíci

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

    • @tetraedri_1834
      @tetraedri_1834 Před 5 měsíci +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

  • @HiFi5i
    @HiFi5i Před 5 měsíci +937

    The reason it failed at the end is because the vertical spacing of the grid started increasing while the horizontal spacing didn't, eventually making it too rectangular to fit inside the square that the code was confined to at level 105. It does look like it was still correct if you omit the top and bottom rows that it couldn't see.

    • @EEEEEEEE
      @EEEEEEEE Před 5 měsíci +6

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

    • @wobblysauce
      @wobblysauce Před 5 měsíci +2

      Indeed

    • @NiceLasers
      @NiceLasers Před 5 měsíci +1

      @@EEEEEEEE E

    • @SkinnyB0nez000
      @SkinnyB0nez000 Před 5 měsíci

      along with that it started to change the general area that it took up so it would've started not checking some of the squares on the outside for the size if it hadn't run into the problem you mentioned.@@NiceLasers

    • @leave-a-comment-at-the-door
      @leave-a-comment-at-the-door Před 5 měsíci +2

      it also missed columns 4,5,13,14 counting from 0

  • @nbboxhead3866
    @nbboxhead3866 Před 5 měsíci +485

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

    • @EEEEEEEE
      @EEEEEEEE Před 5 měsíci +5

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

    • @thewiseoldfox
      @thewiseoldfox Před 5 měsíci +10

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

    • @FuryJack07
      @FuryJack07 Před 5 měsíci +12

      ​@@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 Před 5 měsíci +8

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

    • @nbboxhead3866
      @nbboxhead3866 Před 5 měsíci +7

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

  • @TrevorD19
    @TrevorD19 Před 5 měsíci +116

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

    • @probablypeenuts
      @probablypeenuts Před 5 měsíci +9

      yeah but its temporary

    • @EEEEEEEE
      @EEEEEEEE Před 5 měsíci

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

  • @angwelio
    @angwelio Před 5 měsíci +285

    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 Před 5 měsíci +43

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

  • @minigamer4262
    @minigamer4262 Před 5 měsíci +92

    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.

  • @m_ism
    @m_ism Před 5 měsíci +10

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

  • @xliquidflames
    @xliquidflames Před 5 měsíci +87

    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 Před 5 měsíci +5

      You're on fire dude!

    • @wusulus
      @wusulus Před 5 měsíci +12

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

    • @Joanyan
      @Joanyan Před 5 měsíci

      i got to 34 just normally

    • @DavidUrulski-wq9de
      @DavidUrulski-wq9de Před 4 měsíci +1

      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 Před 4 měsíci

      @@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

  • @ninjabagel01
    @ninjabagel01 Před 5 měsíci +110

    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 Před 5 měsíci +37

      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 Před 5 měsíci +30

      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 Před 5 měsíci +9

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

    • @MobCat_
      @MobCat_ Před 5 měsíci +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 Před 5 měsíci +8

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

  • @lightning_11
    @lightning_11 Před 5 měsíci +6

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

  • @mynameisfoxxy6110
    @mynameisfoxxy6110 Před 5 měsíci +1

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

  • @ntilewills5679
    @ntilewills5679 Před 5 měsíci +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 Před 5 měsíci +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'

  • @realbadcorps
    @realbadcorps Před 5 měsíci +2

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

  • @johnjacobs0
    @johnjacobs0 Před 5 měsíci +3

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

  • @nanoshinra3479
    @nanoshinra3479 Před 5 měsíci +7

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

  • @kirby_salt1975
    @kirby_salt1975 Před 5 měsíci +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.

  • @Roger_808
    @Roger_808 Před 5 měsíci +12

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

  • @lisahansen471
    @lisahansen471 Před 5 měsíci

    Oh boy, new Code Bullet video!

  • @vladig2835
    @vladig2835 Před 5 měsíci +2

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

  • @alzandermuller
    @alzandermuller Před 5 měsíci +1

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

  • @picklenik9658
    @picklenik9658 Před 4 měsíci +1

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

  • @draco5991rep
    @draco5991rep Před 5 měsíci +1

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

  • @DoctorX17
    @DoctorX17 Před 5 měsíci +22

    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

  • @dereklaplante1693
    @dereklaplante1693 Před 5 měsíci

    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

  • @rey4516
    @rey4516 Před 5 měsíci +3

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

  • @The18107j
    @The18107j Před 5 měsíci +3

    I would love to watch a livestream of this.

  • @Monkeyb00y
    @Monkeyb00y Před 5 měsíci

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

  • @feluciavt
    @feluciavt Před 5 měsíci +4

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

  • @LysineAA
    @LysineAA Před 3 měsíci

    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.

  • @Notagamer347
    @Notagamer347 Před 5 měsíci

    Always a good day when a new upload

  • @wilsonbeckstrand5970
    @wilsonbeckstrand5970 Před 5 měsíci

    Good quality video! I think this belongs on your main

  • @GradisDQ9
    @GradisDQ9 Před 5 měsíci +22

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

  • @jimbogimbo69
    @jimbogimbo69 Před 5 měsíci +2

    6:56 most legit gameplay

  • @neologicalgamer3437
    @neologicalgamer3437 Před 4 měsíci +3

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

  • @m4rt_
    @m4rt_ Před 5 měsíci +9

    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 Před 5 měsíci +1

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

  • @onabikewithadrone
    @onabikewithadrone Před 5 měsíci +10

    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 Před 5 měsíci

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

    • @riddixdan5572
      @riddixdan5572 Před 5 měsíci +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.

  • @SHSscorp82
    @SHSscorp82 Před 4 měsíci

    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. 😂

  • @onedeadsaint
    @onedeadsaint Před 5 měsíci +6

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

  • @StarFroggo
    @StarFroggo Před 4 měsíci

    The mouse rubbing the square was funny as hell.

  • @LostXOR
    @LostXOR Před 5 měsíci +1

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

  • @NaudVanDalen
    @NaudVanDalen Před 5 měsíci +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.

  • @anthonyiannazzone8391
    @anthonyiannazzone8391 Před 5 měsíci +20

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

  • @popolop1262
    @popolop1262 Před 5 měsíci

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

  • @MaxyX
    @MaxyX Před 5 měsíci

    Our code legend

  • @madprofet
    @madprofet Před 5 měsíci +1

    bro hid his face forever, bro is a CHAD!

  • @tybertimus
    @tybertimus Před 5 měsíci +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.

  • @kardelenkoc9746
    @kardelenkoc9746 Před 4 měsíci

    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

  • @Boogeybiscuit
    @Boogeybiscuit Před 5 měsíci +1

    Why is bro GORGEUOS

  • @Cookie-mj8xh
    @Cookie-mj8xh Před 5 měsíci

    Love it

  • @RockAristote
    @RockAristote Před 5 měsíci

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

  • @memejeff
    @memejeff Před 5 měsíci

    Legendary

  • @JovenDecarne
    @JovenDecarne Před 3 měsíci

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

  • @HorsemanUnknown
    @HorsemanUnknown Před 4 měsíci

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

  • @shilohmagic7173
    @shilohmagic7173 Před 5 měsíci +2

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

    • @dragon10086
      @dragon10086 Před 5 měsíci

      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

  • @dimitar4y
    @dimitar4y Před 5 měsíci +4

    levels 60+ are basically QR codes xD

  • @prathamjohari8301
    @prathamjohari8301 Před 5 měsíci +1

    the song in the veido : hot hot hot by lofive

  • @da_zaza
    @da_zaza Před 5 měsíci

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

  • @krishnatherealcop96997
    @krishnatherealcop96997 Před 5 měsíci

    Please make a video explaining how to do this 🙏🙏

  • @yiannchrst
    @yiannchrst Před 5 měsíci

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

  • @kottofey1
    @kottofey1 Před 5 měsíci

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

  • @carsonvessar3763
    @carsonvessar3763 Před 5 měsíci +5

    Why does Code Bullet unironically look like Ryan Gosling

  • @That_Fella44
    @That_Fella44 Před 5 měsíci +3

    Can you post the Code sheet pls?

  • @shaunclarke04
    @shaunclarke04 Před 5 měsíci

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

  • @bleedgoat
    @bleedgoat Před 5 měsíci +1

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

  • @ShinuKage
    @ShinuKage Před 5 měsíci

    id love to be able to see your code :D

  • @Hovane5
    @Hovane5 Před 5 měsíci +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?

  • @probablypeenuts
    @probablypeenuts Před 5 měsíci +1

    code bullet moment

  • @MxMxffin
    @MxMxffin Před 5 měsíci +3

    this is epic

  • @jogeem5480
    @jogeem5480 Před 5 měsíci +9

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

    • @GCOSBenbow
      @GCOSBenbow Před 5 měsíci +2

      there were a bunch of sleeps I believe

    • @jogeem5480
      @jogeem5480 Před 5 měsíci +1

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

  • @hawkes281
    @hawkes281 Před 3 měsíci

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

  • @Greedsmith
    @Greedsmith Před 5 měsíci +2

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

    • @overthr0w138
      @overthr0w138 Před 5 měsíci

      How should the game exactly be like?

    • @Greedsmith
      @Greedsmith Před 5 měsíci

      @@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.

  • @extosshady1421
    @extosshady1421 Před 5 měsíci

    Starts stroking the tiles....

  • @DR-54
    @DR-54 Před 5 měsíci +1

    you could do this in autohotkey using just progressively incrementing wait periods that follow with a click on the position of the square where it was earlier. There isn't really much of a memory in it but if you were to delay the click the appropriate time, it would work. However, making it overlap will be a bit of a challenge, it is doable and much more complex things have been done with it to the point it's almost turing complete. Even if it was turing complete, its complete inability to handle decimal numbers correctly would strongly limit its success.

  • @theprofessionalfence-sitter
    @theprofessionalfence-sitter Před 5 měsíci

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

  • @XEQUTE
    @XEQUTE Před 5 měsíci

    I had this as my minor project. But I only could get to coding the game. :((
    I had to change to a snake game , which i dunno was difficult but I did that in pygame which was faster to cook up.

  • @justme1174
    @justme1174 Před 5 měsíci

    what do you use to statr the scrips?

  • @m0str33t6
    @m0str33t6 Před 5 měsíci

    Code bullet talk about open ai stuff you prolly know a little more than most people or what you think about it

  • @ElectroNeutrino
    @ElectroNeutrino Před 5 měsíci +1

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

  • @AgentPhoenix934
    @AgentPhoenix934 Před 5 měsíci

    do chimp test next

  • @ivar7215
    @ivar7215 Před 5 měsíci

    U should max out all the human benchmark games with code

  • @Secretlycat31
    @Secretlycat31 Před 5 měsíci +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 CZcamsrs do this and its always annoying.

  • @CamNacson
    @CamNacson Před 5 měsíci

    Bro such consistent posting, r u okay ? 😮

  • @esrohm6460
    @esrohm6460 Před 5 měsíci

    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

  • @gavinallen8928
    @gavinallen8928 Před 5 měsíci

    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

  • @raelsadd6378
    @raelsadd6378 Před 5 měsíci

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

  • @JakubS
    @JakubS Před 5 měsíci

    What's the background music called? It sounds nice

  • @MadelynofHell
    @MadelynofHell Před 5 měsíci +1

    would you be willing to post the code?

  • @Phoxphor
    @Phoxphor Před 5 měsíci

    yo, cool shit bro

  • @jaydeep-p
    @jaydeep-p Před 5 měsíci

    Would be significantly easier in js with all the dom functions

  • @xavierdiaz7945
    @xavierdiaz7945 Před 5 měsíci

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

  • @likrecelineation
    @likrecelineation Před 4 měsíci

    we use the same browser on the same theme

  • @shaynedabecktolddavid3841
    @shaynedabecktolddavid3841 Před 4 měsíci

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

  • @delqyrus2619
    @delqyrus2619 Před 5 měsíci

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

  • @knownas2017
    @knownas2017 Před 5 měsíci

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

  • @cheesiestmaster879
    @cheesiestmaster879 Před 5 měsíci

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

  • @Jrakula10
    @Jrakula10 Před 5 měsíci

    ah yes photographic memory very nice

  • @majorjohnson8001
    @majorjohnson8001 Před 4 měsíci

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

  • @genmasaotome3503
    @genmasaotome3503 Před 4 měsíci

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

  • @nobafan7515
    @nobafan7515 Před 5 měsíci

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

  • @DarkFrozenDepths
    @DarkFrozenDepths Před 5 měsíci

    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