Or even better, spend one hour looking at a library, then decide its faster to do it yourself rather than learn how the library works and boom 5h later you have something that works but only in that specific case
even funnier: Open an opensource project, delete hundreds of line of carefully written code, replace it with 4 lines and get a smile and thank you in reply.
I legitimately thought the logging in bit was going to be an ad for a password manager. But seriously we need to have the 1 profile that is 100th percentile in all human benchmarking!!
@@oskar6747 because it messes with the average stat, you can't benchmark yourself against the average human (the point of this website) if half of the results are bots.
1:44 To be fair the only keys you need to be good at pressing quickly are tab, enter, shift, ctrl, left and right arrow keys, C and/or X, V, and S. The rest are relatively uncommon and often can be partially skipped with tab, and duplicated quickly with shift+ctrl+arrow keys, ctrl+c, and ctrl+v.
Every programmer I know (myself included) sucks at the typing benchmark because A. We either write a whole bunch at once then spend most our time rewriting it making minor adjustments each time, take hours to write a few lines or just copy paste our way through life B. We don't use punctuation like civilized people C. We're illiterate
Fun Fact: There are 576,459 words in the ENTIRE Lord of The Rings Series. Typing at 20,508 WPM, it would take you just over 28 minutes to type the series. (28 minutes and 6 seconds ish. Alternatively, it would take 52.8 Minutes for the Harry Potter Series at 1,084,170 words. 38.18 Minutes for the King James Bible at 783,137 words. (each bible differentiates by less than a minute) And 199 Minutes to type out The Wheel In Time series at 4,082,987 words. Note: I just used google for the word count and for the division. This isn't 100% accurate. Just thought this was fun.
I did this back in middle school when we had a required typing class for school. It was hilarious cause it capped out at 255 words per second which was the score I got on all my assignments lol. My teacher didn't even care that it was suspicious af
Your teacher probably either didn’t look at the results, just if you did it, or they thought it was clever that you found another way to complete the task and passed you for it. Probably the first one though
the human benchmark thing actually made me feel pretty good about myself lol. i thought i was a really slow typist because i have a motor control disability, but apparently i'm blazing past 90% of everyone lol. i guess i figured everyone could type around 90 wpm. there really should be a 10 key typing test though (like accounts do). i've got a LOT of time on a ten key from manual data entry
Yeah, I've upset people before by doing 10 key number entry from paper documents while never looking at the keyboard or the screen. I'm very fast at it too.
I'm also disabled with muscle issues, on a good day raw wpm is 113, but actual wpm is 90-95. I use my own way of typing, left hand uses standard 5 finger setup and right hand i use only my point and middle finger, the pinky is on backspace, i use only my left hand thumb for space. I have no idea how I can type that wpm with this technique but it works for me.
@@fuery. Older people tend to think that you're not really typing when you're going so fast and not looking. Then when they see you are they feel... inadequate? old? Something like that.
@@KingNedya Cursive and/or shorthand is your friend! Of course, these days it seems like they always post the slides online after class so it's not even necessary to stress over anymore.
@@theKashConnoisseur I taught myself cursive in 2nd grade, but my 4th grade teacher banned me from writing in cursive (even though the school curriculum taught students cursive in 3rd grade), so I don't know it as well anymore, unfortunately. Also they do normally post the slides online, yes, but the issue is it still takes forever to right then down, I remember spending two hours on math notes alone, having to write so densely that there were three lines of words in each college-ruled line, both so that there was less to write and to conserve notebook space.
@@KingNedya Interesting! We learned cursive in 3rd grade, and from then to 12th grade it was hammered into the students that university will ONLY accept cursive handwriting for assignments. Got to university and it turns out that NOBODY accepted handwritten assignments, and cursive was in fact not required at all. Haha, go figure.
@@theKashConnoisseur They didn't quite hammer it into us as much, they just said that our signatures on official documents had to be cursive, so I still exclusively write my name in cursive to this day unless specified to sign in print. But my class was actually the last class they taught cursive, so my brother, who's a year younger than me, never learned it at all.
As a programmer, I always feel pretty self continuous of my typing speed, I usually hover around 50 to 60 words per minute, which I know is pretty awful, but I'm feeling pretty good that I'm not the only programmer that types slowly. Edit to add: I make up for my typing speed by copying and pasting, ctrl dragging, and heavy use of column select to write my code efficiently 😂
I'm a programmer too, my max wpm was 90 that one time, but I usually hover anywhere between 42 - 60(+/-5) wpm, so, yeah. We type in a wizard language most people don't understand anyway, so why feel bad for writing slow in it?
@NerdyCatCoffeeee when you witness someone on a bash terminal make 6 new directories pull a repo into one, git modules into the other 5 and then build the project with cmake in less time than it takes for me to write a single if statement it kicks you right in the capabilities 😄
The main reason your code is probably slow to load is the fact you are making it search for the span.incomplete at the global level. It literally is going thru the whole page DOM for each one. It then is searching past where they are, going thru all the rest of the page unnecessarily. You should limit it first to the div holding those spans so it's more constrained.
Your typing speed gives me confidence in my future, Im studying to be a software engineer and my typing is shit, maybe a little lower than yours, and Im getting close to failing my programming class bc the teacher gives us unrealistic time expectations on tests, and with only typing I can't even complete it, I got to the point where I will maybe get through it with a D
Love seeing the Chrome webdriver. Its great for automation testing of web applications for work and for just doing really dumb stuff on other webpages like html based idle games
im taking a computer science and programming class and the slow movement and reaction after doing ungodly amounts of work and then going batshit crazy when it works is so fucking real
My typing skills were honed from years of IRC messaging boards, long before things like Discord existed. You had to learn to type fast, or else you'd get left behind in the conversation. I still only type with 2 fingers on each hand though...
I also had the idea sometime ago to write scripts to beat human benchmarks 100%. However I used JavaScript for it, directly grabbed the relevant elements from the DOM using an Chrome Extension I wrote. Then I just faked some browser events according to the test (in typing test Key-Up/Down Events)
so if this takes a minute to load the text that would mean it is still with that time counted in at however many words there are in this text per minute fast which would be around 50 to 60 wpm which is actually only halve as fast as what the top humans get
Its pretty funny that you are inhumanly good at image sequence memory but cant type for shit xD. You would think the opposite. Another great video in the series.
This video actually reminded me that I have a typeracer account and that that account is not in my password manager. I never use it and don't foresee myself ever using it again but I think he put's it best with 0:41
I also automated this one, took a different approach tho. My script takes a screenshot of the area, uses pytesseract to recognize all the characters, then uses some regular expressions to filter out stupid shit it does (like giving me newlines or | instead of I). Then it also just sends the recognized input as keyboard presses. It is less reliable, and every once in a while it gets a character wrong which fucks everything up, but it takes a lot less time to get the text, something like 1-2 seconds.
@@vadnegru yeah I was actually surprised he didnt use OCR. I used the same for verbal memory and it worked pretty reliably, got up to 11k without it even making one mistake
@@NaudVanDalen it really depends on how well HTML parsing library is written. My guess it that parsing is more of a single threaded workload and OCR could be more parallel.
Funny thig is i tried this idea on typeracer and used the exact same library (selenium) as you. Unfortunately typeracer has 100wpm typing limit and after that it wants captcha verification
1. Start selenium chrome webdriver. 2. Navigate to the page. 3. Get the element containing all the spans using xpath. 4. Apply a regex to the content -> get the text. 5. Send keys with the entire text to the driver. Done.
So this series actually inspired me to do the same, and completely crush a few of the human benchmarks… so far ive done chimp test, aim trainer and reaction time, all getting the top scores, dunno if ill do the rest
Now I know this is your second channel, but The feel of your videos has changed now that your face is revealed and in the episode. I preferred the old style of the CodeBullet puppet being animated on the screen and not knowing the person behind the scenes. It was still a good idea to reveal the face I just personally preferred the old way of your videos, the mystery behind the bullet. I might be a minority so you just do yourself :D
as someone who has spent like hours just literally typing on a website. I went into this video knowing i had wasted my life. I come out of this video knowing that I am a robot
Cheers for that 46 personal benchmark. I've always been the IT guy at work, write my own code etc.. - people are always surprised they can type quicker than me. My ex was at least half-retarded (probably) and she could crunch out 90-110 per minute with perfect accuracy, while i maintained a dogshit value around half that. .. so yeah, i feel better
The feeling of spending an hour looking at libraries to end up with 4 lines of code
The true programmer experience
Or even better, spend one hour looking at a library, then decide its faster to do it yourself rather than learn how the library works and boom 5h later you have something that works but only in that specific case
So you end up stealing someone else’s code@@aMh3c9
@@aMh3c9 Why all these comments are so painfully accurate
even funnier: Open an opensource project, delete hundreds of line of carefully written code, replace it with 4 lines and get a smile and thank you in reply.
Looking for hours for the right module to use and finding something that works is a feeling that can never be replicated.
E
Cool
I legitimately thought the logging in bit was going to be an ad for a password manager.
But seriously we need to have the 1 profile that is 100th percentile in all human benchmarking!!
wouldn't be surprised if they locked his account.
@@kennytheamazing But why would they do that? This is good marketing for them. I hadn't even heard of the human benchmark before these videos.
Pretty sure they banned his account
@@oskar6747 because it messes with the average stat, you can't benchmark yourself against the average human (the point of this website) if half of the results are bots.
@@oskar6747I think they should shadow ban it, and exclude it for everyone, who isn't a bot
3:19 20508 wpm is the typing speed of basically every student, ten seconds before the deadline.
I love your energy & style dude, watching your videos always brings a smile to my face! The face reveal was also definitely the way to go 😊
E
1:44 To be fair the only keys you need to be good at pressing quickly are tab, enter, shift, ctrl, left and right arrow keys, C and/or X, V, and S. The rest are relatively uncommon and often can be partially skipped with tab, and duplicated quickly with shift+ctrl+arrow keys, ctrl+c, and ctrl+v.
@unsubtract fuck vim
my eyes are bleeding
@@ichanmich Go see doctor
If you can see
You forgot the most important button
Backspace, for when you finally find that one letter you got wrong 4 hours ago
@@lunatheluma3804 So damn true
Every programmer I know (myself included) sucks at the typing benchmark because
A. We either write a whole bunch at once then spend most our time rewriting it making minor adjustments each time, take hours to write a few lines or just copy paste our way through life
B. We don't use punctuation like civilized people
C. We're illiterate
c: so true
D. We use autocompletion
the amount of times I have missed a letter and not realized it is painful
I am a really fast typer. Maybe that’s why I’m a shit programmer.
You also forgot about intelisense (auto completion). I don’t remember the last time I wrote a full line of code without tabbing through it.
Fun Fact:
There are 576,459 words in the ENTIRE Lord of The Rings Series.
Typing at 20,508 WPM, it would take you just over 28 minutes to type the series. (28 minutes and 6 seconds ish.
Alternatively, it would take
52.8 Minutes for the Harry Potter Series at 1,084,170 words.
38.18 Minutes for the King James Bible at 783,137 words. (each bible differentiates by less than a minute)
And 199 Minutes to type out The Wheel In Time series at 4,082,987 words.
Note: I just used google for the word count and for the division. This isn't 100% accurate. Just thought this was fun.
Yes! Thank you. I was looking for this. But copying is of course something else than writing haha
What about The Wandering Inn?
You are fun
🤓
@@аченкесdot
I did this back in middle school when we had a required typing class for school. It was hilarious cause it capped out at 255 words per second which was the score I got on all my assignments lol. My teacher didn't even care that it was suspicious af
Legit. What programs were you using?
@@KomeuppanceI remember there were extensions you could add that would automatically do it
There are some magicians that are actually able to type at 300wpm. I love to imagine them scoring 255 on all tests but legitimately.
@@seifenspenderit said 255 words per second not per minute... I want to see someone type that fast
Your teacher probably either didn’t look at the results, just if you did it, or they thought it was clever that you found another way to complete the task and passed you for it. Probably the first one though
the human benchmark thing actually made me feel pretty good about myself lol. i thought i was a really slow typist because i have a motor control disability, but apparently i'm blazing past 90% of everyone lol. i guess i figured everyone could type around 90 wpm. there really should be a 10 key typing test though (like accounts do). i've got a LOT of time on a ten key from manual data entry
Yeah, I've upset people before by doing 10 key number entry from paper documents while never looking at the keyboard or the screen. I'm very fast at it too.
@@Ch1pp007 Reminds me of the days when I would type out an SMS on my Nokia 3315 without even looking at the phone.
@@Ch1pp007why did they get upset about it ☠️
I'm also disabled with muscle issues, on a good day raw wpm is 113, but actual wpm is 90-95. I use my own way of typing, left hand uses standard 5 finger setup and right hand i use only my point and middle finger, the pinky is on backspace, i use only my left hand thumb for space. I have no idea how I can type that wpm with this technique but it works for me.
@@fuery. Older people tend to think that you're not really typing when you're going so fast and not looking. Then when they see you are they feel... inadequate? old? Something like that.
Slowest typing speed the teacher expects when asking us to take notes while going through slides: 3:19
Not even typing speed but writing speed, which is significantly slower, and they still expect us to go that fast XD
@@KingNedya Cursive and/or shorthand is your friend! Of course, these days it seems like they always post the slides online after class so it's not even necessary to stress over anymore.
@@theKashConnoisseur I taught myself cursive in 2nd grade, but my 4th grade teacher banned me from writing in cursive (even though the school curriculum taught students cursive in 3rd grade), so I don't know it as well anymore, unfortunately. Also they do normally post the slides online, yes, but the issue is it still takes forever to right then down, I remember spending two hours on math notes alone, having to write so densely that there were three lines of words in each college-ruled line, both so that there was less to write and to conserve notebook space.
@@KingNedya Interesting! We learned cursive in 3rd grade, and from then to 12th grade it was hammered into the students that university will ONLY accept cursive handwriting for assignments. Got to university and it turns out that NOBODY accepted handwritten assignments, and cursive was in fact not required at all. Haha, go figure.
@@theKashConnoisseur They didn't quite hammer it into us as much, they just said that our signatures on official documents had to be cursive, so I still exclusively write my name in cursive to this day unless specified to sign in print. But my class was actually the last class they taught cursive, so my brother, who's a year younger than me, never learned it at all.
I really enjoy seeing your face & facial expressions since the face reveal! Thanks for the fun content!
Wow! That model is so high detailed! The beard on it looks fabulous!
Babe wake up, new code bullet video just dropped
code bullet is breaking every single world record in minutes with programs. truly this is the age of robotics
hours*
in hours* :D
@@AcelShock still made of minutes tho
@@pinkfluffyunicornishotafalso made of seconds
As a programmer, I always feel pretty self continuous of my typing speed, I usually hover around 50 to 60 words per minute, which I know is pretty awful, but I'm feeling pretty good that I'm not the only programmer that types slowly.
Edit to add: I make up for my typing speed by copying and pasting, ctrl dragging, and heavy use of column select to write my code efficiently 😂
Programmers type slow so we can avoid typos.
I'm a programmer too, my max wpm was 90 that one time, but I usually hover anywhere between 42 - 60(+/-5) wpm, so, yeah. We type in a wizard language most people don't understand anyway, so why feel bad for writing slow in it?
@@NerdyCatCoffeeeeas a beginner programmer who has already gone from 110 wpm to 90 wpm, I feel the curse setting in
@NerdyCatCoffeeee when you witness someone on a bash terminal make 6 new directories pull a repo into one, git modules into the other 5 and then build the project with cmake in less time than it takes for me to write a single if statement it kicks you right in the capabilities 😄
The main reason your code is probably slow to load is the fact you are making it search for the span.incomplete at the global level. It literally is going thru the whole page DOM for each one. It then is searching past where they are, going thru all the rest of the page unnecessarily. You should limit it first to the div holding those spans so it's more constrained.
Not that you'd really need to optimise this, but you can just get the text of the parent element of all those spans.
Thank you!! I couldn't believe no one else pointed this out. document.querySelector(".letters").innerText would do the trick.
I'm actually really enjoying this series lol
Same
I thought I was subscribed to this channel. Now I am.
4:06 Actually, once it starts going, it's finished...💁
New human benchmark: can you remember one password?
POV: You let your computer cook.
Your typing speed gives me confidence in my future, Im studying to be a software engineer and my typing is shit, maybe a little lower than yours, and Im getting close to failing my programming class bc the teacher gives us unrealistic time expectations on tests, and with only typing I can't even complete it, I got to the point where I will maybe get through it with a D
programmers are a funny bunch ngl life is just side quests for them
This truly is the peak of human existence. Only downhill from here, lads.
Went from peak of humanity in short-term memory to slightly below average in typing
Remembering the buttons doesn't help if you fat finger it
Love seeing the Chrome webdriver. Its great for automation testing of web applications for work and for just doing really dumb stuff on other webpages like html based idle games
im taking a computer science and programming class and the slow movement and reaction after doing ungodly amounts of work and then going batshit crazy when it works is so fucking real
always nice seeing your videos, keep up the good work!
Just wanted to finally go to sleep
- now I'm just gonna watch this before doing it xD
Yeah we just kinda see the 9 close to the beginning and think, "Big"
Code Bullet's typing speed explains his upload frequency
imagine watching this being a moose
(1:20)
couldn't be me
Time to start challenging a bunch of people to Human Benchmark COmpetitions
These are fun to watch keep doing them
That typing was the most relatable typing I’ve ever seen, I’m never gonna be ashamed of my typing ever again
My typing skills were honed from years of IRC messaging boards, long before things like Discord existed. You had to learn to type fast, or else you'd get left behind in the conversation. I still only type with 2 fingers on each hand though...
Once you finish all these programs you need to make a master program to speedrun 100% of the human benchmarks. That would be a masterpiece.
3:30 That's kinda slow it would take it 53 minutes to write all the harry potter books
Great video 👍
I 100% thought that password section was going to be for an ad lol
It took me doing the Human Benchmark test to see that me being able to type 85 wpm on a bad run is still better than almost 90% of the population.
Thanks!
I also had the idea sometime ago to write scripts to beat human benchmarks 100%.
However I used JavaScript for it, directly grabbed the relevant elements from the DOM using an Chrome Extension I wrote.
Then I just faked some browser events according to the test (in typing test Key-Up/Down Events)
Gotta be one of the most satisfying jumpscare I've ever seen!
Wait a minute. Code bullet is an actual person. I cannot compute seeing a human talk in code bullet's voice 🤯
It's just a guy trying to act out a dub, don't let him fool you.
You can just look at what the text is, type it out in your macro, and just have it type that.
You're a significantly more handsome and charismatic appearing than I had anticipated.
most relatable first minute of a video on the entirety of TH-cam
You silly unreasonably handsome Australian man, uploading at 3:30 AM, now I must watch
HAHAAH it worked so well lmao
It's 10 AM in Europe as I'm writing this, so I can't complain
Can't wait for the rest ❤
F*cking love this series 🎉
so if this takes a minute to load the text that would mean it is still with that time counted in at however many words there are in this text per minute fast which would be around 50 to 60 wpm which is actually only halve as fast as what the top humans get
Seeing your shit typing speed is actually inspiring because i want to go unto programming one day but my typing speed is low as well
Its pretty funny that you are inhumanly good at image sequence memory but cant type for shit xD. You would think the opposite.
Another great video in the series.
This video actually reminded me that I have a typeracer account and that that account is not in my password manager. I never use it and don't foresee myself ever using it again but I think he put's it best with 0:41
WHOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO MORE BENCHMARKS FOR CODE BULLET TO ABSOLUTELY MURDER WITH CODE
Hey guys be careful typing jumpscare at 3:18😟
I was completely expecting a fakeout outro but it actually was just the end of the video lmao
this is the first time I've seen your face and why do you *perfectly* fit your voice lmao
1:37 "Slightly below average", but don't forget to account for cheated scores. You're marked on a curve with a few results at 10,000+ wpm.
When the “see you next week” feels real
HE RETURNS!
With less sanity than before! 🤣
I also automated this one, took a different approach tho. My script takes a screenshot of the area, uses pytesseract to recognize all the characters, then uses some regular expressions to filter out stupid shit it does (like giving me newlines or | instead of I). Then it also just sends the recognized input as keyboard presses.
It is less reliable, and every once in a while it gets a character wrong which fucks everything up, but it takes a lot less time to get the text, something like 1-2 seconds.
I expected something similar here
@@vadnegru yeah I was actually surprised he didnt use OCR. I used the same for verbal memory and it worked pretty reliably, got up to 11k without it even making one mistake
I wonder why recognizing text with a screenshot is faster than checking the HTML. Checking the HTML should be way faster. Practically instant.
@@NaudVanDalen it really depends on how well HTML parsing library is written. My guess it that parsing is more of a single threaded workload and OCR could be more parallel.
Using OCR when the html document is right there sounds like insanity.
My first time seeing cod bullet , he's a handsome computer screen .
Finally, u are just 11/10 in human Benchmark
And that proves “Work smarter not harder” right 😂
I loooove the cam, keep the cam for sure :)
Funny thig is i tried this idea on typeracer and used the exact same library (selenium) as you. Unfortunately typeracer has 100wpm typing limit and after that it wants captcha verification
1. Start selenium chrome webdriver.
2. Navigate to the page.
3. Get the element containing all the spans using xpath.
4. Apply a regex to the content -> get the text.
5. Send keys with the entire text to the driver.
Done.
I like how you put the slower result in the thumbnail since without context it looks bigger than the slightly larger number
Love all the effort to go into python when about 4 lines of js would have done this.
So this series actually inspired me to do the same, and completely crush a few of the human benchmarks… so far ive done chimp test, aim trainer and reaction time, all getting the top scores, dunno if ill do the rest
Feels good, after the insane, non-ai performance of the memory thing, to see Code Bullet do a typing test at around the same competency as me
this was a great video (as most of yours are), but in was wondering if you could run the AI rick and morty again?
My favourite humane channel on TH-cam
I've got rid of all my personal issues after seeing Code Bullet's actual print speed 🖤
Yeah ... Try adding your Username next time 😂
I like that a couple of Code Bullet’s videos he states that he uses opera gx because it’s a sponsor and it’s better, but here he is using chrome
I type at 80-90 WPM most of the time, 70-something if I'm tired or otherwise encumbered.
Now I know this is your second channel, but
The feel of your videos has changed now that your face is revealed and in the episode. I preferred the old style of the CodeBullet puppet being animated on the screen and not knowing the person behind the scenes.
It was still a good idea to reveal the face I just personally preferred the old way of your videos, the mystery behind the bullet.
I might be a minority so you just do yourself :D
Can you create an a.i. to beat sand tetris
Well that's one way of getting an unexpected Code Bullet face reveal
That was fun, but it looks like that site could use an "I am not a robot" box. ;)
there is no reason this had to be so funny 🤣🤣🤣🤣
as someone who has spent like hours just literally typing on a website. I went into this video knowing i had wasted my life. I come out of this video knowing that I am a robot
Someone needs a password manager... 😂
(Wallace from Wallace and Gromit) + (Chris Hemsworth) = THIS GUY
favorite golden retriever coder
Dude, you are fucking hilarious. I am crying.
I love the buzz sound
Man discovers computers are faster than humans.
0:40 yep. Every time.
"I'm not that good."
....better than Markiplier. lol
I had no idea what code bullet would look like
if you take a python compiler and compile it, it will make it way faster (not just to convert it to an exe, but compile it)
"Some Python Magic Shit" -Every Python Programmer I know
gotta say image to text is a thing, that sounds much easier than using debug mode
Cheers for that 46 personal benchmark. I've always been the IT guy at work, write my own code etc.. - people are always surprised they can type quicker than me.
My ex was at least half-retarded (probably) and she could crunch out 90-110 per minute with perfect accuracy, while i maintained a dogshit value around half that.
.. so yeah, i feel better
is this series gonna be an episode on the main channel?