HUMAN BENCHMARK TEST vs AUTOCLICKER | Visual Memory

  Рет қаралды 366,792

Code Bullets Day Off

Code Bullets Day Off

Күн бұрын

Пікірлер: 286
@Kalitz231
@Kalitz231 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@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 Жыл бұрын
@@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 Жыл бұрын
@@moofurgit works perfectly fine with just normal chrome / Firefox and 10 lines of javascript
@tetraedri_1834
@tetraedri_1834 Жыл бұрын
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 Жыл бұрын
Code bullet is a true aussie, he never stops swearing even during sponsorships.
@EEEEEEEE
@EEEEEEEE Жыл бұрын
‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎E
@thewiseoldfox
@thewiseoldfox Жыл бұрын
Some bots I understand. Who is E bot benefiting and how?
@FuryJack07
@FuryJack07 Жыл бұрын
​@@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 Жыл бұрын
@@thewiseoldfox actually not a bot, just an extremely based individual
@nbboxhead3866
@nbboxhead3866 Жыл бұрын
@@mrrooter601 he's based because he starts random conversations like this without any promotion or trickery
@minigamer4262
@minigamer4262 Жыл бұрын
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.
@angwelio
@angwelio Жыл бұрын
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 Жыл бұрын
Wouldn't surprise me if that's gonna turn into a main channel video
@TrevorD19
@TrevorD19 Жыл бұрын
If you look at the white squares and dont blink, the blue is lighter
@liquidcashews
@liquidcashews Жыл бұрын
yeah but its temporary
@EEEEEEEE
@EEEEEEEE Жыл бұрын
E‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎
@jjsanimations
@jjsanimations 7 ай бұрын
bro has cheats irl lol
@Aldrich.a.w
@Aldrich.a.w 27 күн бұрын
Only for 0.5 second though...
@neologicalgamer3437
@neologicalgamer3437 Жыл бұрын
Bro why is CB so goddamn handsome what the hell??
@picklenik9658
@picklenik9658 Жыл бұрын
I cant believe CodeBullet hired the secret fourth Hemsworth brother to record the face cam parts of this video
@ninjabagel01
@ninjabagel01 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@coneris I wasn't expecting such an encouraging response, maybe I will still give it a try 😁
@MobCat_
@MobCat_ Жыл бұрын
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 Жыл бұрын
I'm dumb AF and not very detail oriented. I can code just fine. Debugging is part of the game BB
@mynameisfoxxy6110
@mynameisfoxxy6110 Жыл бұрын
"The first sponsored video on the second channel" bro, face it, this is the main channel now.
@vladig2835
@vladig2835 Жыл бұрын
Code Bullet: "If you want to learn what we did in this video" 8:31 Me: *opens chat GPT* 3:19
@xliquidflames
@xliquidflames Жыл бұрын
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 Жыл бұрын
You're on fire dude!
@wusulus
@wusulus Жыл бұрын
I just listened to the sound that blocks made, like a bat, and got to level 420
@Joanyan
@Joanyan Жыл бұрын
i got to 34 just normally
@DavidUrulski-wq9de
@DavidUrulski-wq9de Жыл бұрын
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 Жыл бұрын
@@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
@realbadcorps
@realbadcorps Жыл бұрын
Code Bullet IRL somehow looks more Australian than I could have imagined
@onedeadsaint
@onedeadsaint Жыл бұрын
5:37 the way the pointer just caressed those squares was hilarious and mildly erotic 🤣
@nanoshinra3479
@nanoshinra3479 Жыл бұрын
code bullet never fails to remember where and how to click my squares
@m_ism
@m_ism Жыл бұрын
the first 30 seconds is a perfect explanation of any programmer's day-to-day tech literacy.
@ntilewills5679
@ntilewills5679 Жыл бұрын
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 Жыл бұрын
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'
@johnjacobs0
@johnjacobs0 Жыл бұрын
At the end of this series you should do a massive compilation of all of the human benchmark programs
@alzandermuller
@alzandermuller Жыл бұрын
For those wondering, the last song is Hot Hot Hot by Lofive 😉
@kirby_salt1975
@kirby_salt1975 Жыл бұрын
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.
@madprofet
@madprofet Жыл бұрын
bro hid his face forever, bro is a CHAD!
@saifmohamed2967
@saifmohamed2967 Ай бұрын
This reminds me of how in ninth grade, i had an IT class, and no matter what, even if the teacher shows me exactly what to write, i would mess it up because i misplaced a comma, or mispelled a word and would have to comb through the whole thing
@draco5991rep
@draco5991rep Жыл бұрын
Basically memorizing entire QR Codes in seconds 😌 CodeBullet has amazing memory skills
@hawkes281
@hawkes281 Жыл бұрын
This is my first time seeing CB's face after years of watching his main channel and HOLY SHIT HE'S AUSTRALIAN
@m4rt_
@m4rt_ Жыл бұрын
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 Жыл бұрын
Then you'd get a floating point number because you didn't account for the gaps.
@dereklaplante1693
@dereklaplante1693 Жыл бұрын
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
@lisahansen471
@lisahansen471 Жыл бұрын
Oh boy, new Code Bullet video!
@SHSscorp82
@SHSscorp82 Жыл бұрын
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. 😂
@LysineAA
@LysineAA Жыл бұрын
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.
@Roger_808
@Roger_808 Жыл бұрын
its cause it added a row at the bottom that the program didnt see
@Spectator_lawful_evil
@Spectator_lawful_evil Жыл бұрын
It missed the top one as well
@onabikewithadrone
@onabikewithadrone Жыл бұрын
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 Жыл бұрын
I just spent 40 mins figuring out Selenium in Python and it is working flawlessly!
@riddixdan5572
@riddixdan5572 Жыл бұрын
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.
@LostXOR
@LostXOR Жыл бұрын
I thought it was a clickbait thumbnail... Nope, 100% accurate.
@GradisDQ9
@GradisDQ9 Жыл бұрын
🎉 It's a good day when there's a codebullet video!
@DoctorX17
@DoctorX17 Жыл бұрын
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
@feluciavt
@feluciavt Жыл бұрын
the way the grid starts getting bigger at some point... criminal
@The18107j
@The18107j Жыл бұрын
I would love to watch a livestream of this.
@bananagums
@bananagums Жыл бұрын
6:56 most legit gameplay
@Monkeyb00y
@Monkeyb00y Жыл бұрын
This should be Code Bullets Day On. I love all the vids.
@NaudVanDalen
@NaudVanDalen Жыл бұрын
After you've destroyed the last test, you should do all of them in a row to get a perfect 100% for all tests.
@rey4516
@rey4516 Жыл бұрын
2:46 is such a meme-able scene 😂✨
@zettte_mk-sweden
@zettte_mk-sweden 4 ай бұрын
Bro did you just say meme-able 😭😭😭
@dont-read-my-profile-picture-k
@dont-read-my-profile-picture-k Ай бұрын
​@@zettte_mk-sweden fuck yeah he did 😂😂😂😂
@StarFroggo
@StarFroggo Жыл бұрын
The mouse rubbing the square was funny as hell.
@shilohmagic7173
@shilohmagic7173 Жыл бұрын
8:00 it should be pretty obvious why-the grid stopped being a square.
@dragon10086
@dragon10086 Жыл бұрын
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
@HorsemanUnknown
@HorsemanUnknown Жыл бұрын
How have I watched code bullet for all these years and not known he's John Kransinki's nerdy australian twin?
@genmasaotome3503
@genmasaotome3503 Жыл бұрын
OMG.. face reveal... I like the cartoon version :P
@Notagamer247
@Notagamer247 Жыл бұрын
Always a good day when a new upload
@dimitar4y
@dimitar4y Жыл бұрын
levels 60+ are basically QR codes xD
@Boogeybiscuit
@Boogeybiscuit Жыл бұрын
Why is bro GORGEUOS
@carsonvessar3763
@carsonvessar3763 Жыл бұрын
Why does Code Bullet unironically look like Ryan Gosling
@lightning_11
@lightning_11 Жыл бұрын
5:54 And this is exactly why you should _never use Python_ unless someone forces you to.
@wilsonbeckstrand5970
@wilsonbeckstrand5970 Жыл бұрын
Good quality video! I think this belongs on your main
@tybertimus
@tybertimus Жыл бұрын
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.
@popolop1262
@popolop1262 Жыл бұрын
It'd actual be hilarious if you treat one of the reveal segments as a Summoning salt video, music and all
@tylershircel7163
@tylershircel7163 Жыл бұрын
Why was the pattern at 6:33 the pixelated united states?
@brobeckskazooremixes8703
@brobeckskazooremixes8703 2 ай бұрын
Washington and Oregon: 🫥
@Secretlycat31
@Secretlycat31 Жыл бұрын
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 KZbinrs do this and its always annoying.
@kottofey1
@kottofey1 Жыл бұрын
At some point I realized, that Evan looks quite like Ryan Gosling but with emotions )
@jogeem5480
@jogeem5480 Жыл бұрын
What on earth did the slow code do to be that slow lmao
@GCOSBenbow
@GCOSBenbow Жыл бұрын
there were a bunch of sleeps I believe
@jogeem5480
@jogeem5480 Жыл бұрын
​@@GCOSBenbowoh yeah lol I wasn't watching too closely and didn't notice the part where chatgpt codes a bunch of sleeps
@RockAristote
@RockAristote Жыл бұрын
It could be cool to try to resolve captcha and pass for a human.
@marictehon
@marictehon Жыл бұрын
screenshot -> opencv -> find shapes -> click centroids
@ElectroNeutrino
@ElectroNeutrino Жыл бұрын
Sooo, is it just me or does Code Bullet look a bit like an aussie Ryan Gosling?
@esrohm6460
@esrohm6460 Жыл бұрын
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
@prathamjohari8301
@prathamjohari8301 Жыл бұрын
the song in the veido : hot hot hot by lofive
@anthonyiannazzone8391
@anthonyiannazzone8391 Жыл бұрын
This is my first time seeing what he actually looks like damn
@slyishopeful5876
@slyishopeful5876 Жыл бұрын
hes so hot
@Vexlev00
@Vexlev00 Жыл бұрын
m.kzbin.info/www/bejne/kKHWe56eoJ6oeK8
@Spectator_lawful_evil
@Spectator_lawful_evil Жыл бұрын
Got the gigachad facial structure
@orang9134
@orang9134 Жыл бұрын
This is how dream stans thought dream would look
@kardelenkoc9746
@kardelenkoc9746 Жыл бұрын
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
@shaunclarke04
@shaunclarke04 Жыл бұрын
I’d have drawn an outline between groups of white pixels and click in the middle of each outline
@yiannchrst
@yiannchrst Жыл бұрын
How did you get a sponsor here? That's a Christmas miracle!
@user-yd4qw4qz4z
@user-yd4qw4qz4z Ай бұрын
All this video achieved was making me play human benchmark for an hour and finding out i have 95 percentile reaction speed but well below average typing speed. gotta hate those capital letters and correct punctation.
@JovenDecarne
@JovenDecarne Жыл бұрын
Just do level number plus 2 squared. (N+2)^2 this would work for any grid size
@bleedgoat
@bleedgoat Жыл бұрын
in OBS: *LOCK* the camera capture. that also locks the zoom and panning etc. my logitec 920 pro does the same thing
@da_zaza
@da_zaza Жыл бұрын
We need to have a channel named "code bullet uncut" 😂❤
@Josh___d___G
@Josh___d___G Жыл бұрын
Starts stroking the tiles....
@Hovane5
@Hovane5 Жыл бұрын
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?
@That_Fella44
@That_Fella44 Жыл бұрын
Can you post the Code sheet pls?
@KSDF_01
@KSDF_01 Жыл бұрын
Please make a video explaining how to do this 🙏🙏
@raelsadd
@raelsadd Жыл бұрын
4:20 "why! what are you doing!" idk, maybe you should ask the guy who wrote it (it was chat gpt)
@Greedsmith
@Greedsmith Жыл бұрын
Starting a petition for Code Bullet to make a clicker/incremental/idle game.
@overthr0w138
@overthr0w138 Жыл бұрын
How should the game exactly be like?
@Greedsmith
@Greedsmith Жыл бұрын
@@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.
@noahblack914
@noahblack914 Жыл бұрын
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
@xavierdiaz7945
@xavierdiaz7945 Жыл бұрын
I need CB clapping @2:46 as a reaction meme
@majorjohnson8001
@majorjohnson8001 Жыл бұрын
6:00 - Python error _And this is why syntactic whitespace is a bad idea._
@MadelynofHell
@MadelynofHell Жыл бұрын
would you be willing to post the code?
@Sin_Shadow_Fox
@Sin_Shadow_Fox Жыл бұрын
Can anyone hook me up with the song names at: 1. 1:51 - 4:29 and 2. 6:17 - 8:33
@alzandermuller
@alzandermuller Жыл бұрын
Hot Hot Hot by Lofive
@cheesiestmaster879
@cheesiestmaster879 Жыл бұрын
after you finish the series, write a bot which from the home page, will 100% the entire benchmark
@MaxyX
@MaxyX Жыл бұрын
Our code legend
@escobasingracia962
@escobasingracia962 Жыл бұрын
4:31 Definitely the KZbin gods can read
@c3cris2
@c3cris2 9 күн бұрын
Do you publish your code?
@shaynedabecktolddavid3841
@shaynedabecktolddavid3841 Жыл бұрын
Holy Jesus I thought he’d be a nerd but he’s a chad
@nobafan7515
@nobafan7515 Жыл бұрын
At this rate, i see you making an ai vtuber like vedal did.
@JakubS
@JakubS Жыл бұрын
What's the background music called? It sounds nice
@brnakblut
@brnakblut Ай бұрын
bro is majestic wtf
@liquidcashews
@liquidcashews Жыл бұрын
code bullet moment
@theprofessionalfence-sitter
@theprofessionalfence-sitter Жыл бұрын
Code Bullet will go to every length to avoid having to make his program just read the website's source.
@paulosmarkesinis3845
@paulosmarkesinis3845 Жыл бұрын
I feel like the person in the camera and the person speaking in audio are not the same
@ThevenimX
@ThevenimX Жыл бұрын
I cant be the only one who see the irony in Human Benchmark being done by coding algorithms
@delqyrus2619
@delqyrus2619 Жыл бұрын
You think you have some sort of intelligence but give up at 100? That sounds cool. i am F love it.
@DarkFrozenDepths
@DarkFrozenDepths Жыл бұрын
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
@DR-54
@DR-54 Жыл бұрын
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.
@yanaustin9164
@yanaustin9164 Жыл бұрын
Imagine using a computer to beat computer generated levels
@m0str33t
@m0str33t Жыл бұрын
Code bullet talk about open ai stuff you prolly know a little more than most people or what you think about it
@ShinuKage
@ShinuKage Жыл бұрын
id love to be able to see your code :D
@gavinallen8928
@gavinallen8928 Жыл бұрын
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
@deathbysleeping
@deathbysleeping Жыл бұрын
I have a weird issue with this memory website. I can just stare at it and the color for my eyes shift to a lighter blue for the white squares so I can just click the correct ones. Is this my subconscious working?
@VagabondTE
@VagabondTE Жыл бұрын
Did you make your thumbnail a Game of Life glider reference on purpose?
Programmer VS The Human Benchmark Test | Number Memory
17:47
Code Bullets Day Off
Рет қаралды 529 М.
BREAKING Storm The House with an AUTO CLICKER
11:24
Code Bullet
Рет қаралды 13 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Using A.I. to DOMINATE NERDS in TETRIS
31:16
Code Bullet
Рет қаралды 7 МЛН
DESTROYING Guitar Hero with an AUTOCLICKER
14:26
Code Bullet
Рет қаралды 1,9 МЛН
Using an AUTOCLICKER to DESTROY the HUMAN BENCHMARK Test (Aim Trainer)
8:00
Code Bullets Day Off
Рет қаралды 476 М.
Making a Fake Multiplayer .io Game
11:03
Gambit
Рет қаралды 360 М.
AUTOCLICKER vs The HUMAN BENCHMARK TEST (Typing Test)
4:13
Code Bullets Day Off
Рет қаралды 522 М.
The Story of Trackmania's Most Controversial Map
21:44
WirtualTV
Рет қаралды 2,7 МЛН
Absurd Trolley Problems
14:40
Markiplier
Рет қаралды 6 МЛН
I Made Word Puzzles, But They're Horrible
50:47
Magic The Noah
Рет қаралды 882 М.
Programmer vs Perfect circle Game from NEAL.FUN
4:21
Code Bullets Day Off
Рет қаралды 481 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19