@@BekBrace Yeah those people must be amazing to work with. Just about to record first ASMR coding video and I am going for the same - MX Keys Mini, awesome and silent!
i dont mind that it’s not mechanical because those get boring and repetitive, i also like how he’s not typing at 999 wpm because in most videos they do that
This is my latest retro ASMR video game coding link : Flappy Bird ==> ruclips.net/video/yssYgdiydiA/видео.html Enjoy ! Edit: wow ! Thank you for 90K Views 🙂🙏🙏
wow :0 this is the first time of my life watching someone programming and like it a lot , i didn't understand anything but it was like a movie :0 thanks!
game_font = pygame.font.Font('data/fnt/PressStart2P-Regular.ttf', 16) FileNotFoundError: [Errno 2] No such file or directory: 'data/fnt/PressStart2P-Regular.ttf' what i did wrong?
you should create a folder named data, inside another folder named fnt, and inside you have to put the ttf file with the PressStart2P font. Download it from the repo
WOAHH! Amazing as well and the theme makes it look even better. Can you tell me which VSCode theme are you using? It's so cool !. Thanks for amazing content btw :) .
@@coolgameloll9996 pipenv or venv are two ways used to create a virtual environment for your program/game/app. The reason why we prefer to create virtual environment is to isolate all the packages that you install from your global system, so those dependencies (libraries) will be only installed inside your folder you created for your app. This is the main goal
Honestly I didn’t want to do this because there are a lot of very good RUclipsrs who did the same thing so I wouldn’t add anything new, but if you like I can suggest one great video for Scott Hanselman: ruclips.net/video/VT2L1SXFq9U/видео.html - actually I used it to customize my terminal
I used a non-mechanical Microsoft keyboard which is my favorite keyboard ever, it is very smooth and keeps your coding flow running. It's the all-in-one Microsoft keyboard touchpad
Thank you for not having a mechanical keyboard
Hehe you're welcome 😁 som people are complaining for opposite reason
🤓
@@BekBrace Yeah those people must be amazing to work with. Just about to record first ASMR coding video and I am going for the same - MX Keys Mini, awesome and silent!
@@codearmadillo Cool :) Good luck my friend
i dont mind that it’s not mechanical because those get boring and repetitive, i also like how he’s not typing at 999 wpm because in most videos they do that
This is my latest retro ASMR video game coding link :
Flappy Bird ==> ruclips.net/video/yssYgdiydiA/видео.html
Enjoy !
Edit: wow ! Thank you for 90K Views 🙂🙏🙏
`Something mysterious about that video that keeps me watching you coding the game ! dunno what it is though
Already 90k , man :)
I was playing this with my grandfather on Atari 2600 😃. Thank you sir, regards from india 🇮🇳
Dope !
Almost 2 hours of silent coding ))) man you deaerve more views. Keep creating this content, we love it )))
Thank you :)
wow :0 this is the first time of my life watching someone programming and like it a lot , i didn't understand anything but it was like a movie :0 thanks!
Thank you Ilyes :)
@@BekBrace how did you change the color of the interface?
@@ilyesmokrani3307 That's Visual Studio Code theme called Clear Dawn Phosphor
Blimey ! that is fantastic , mate! ~ Why can't you have thousands of subs like other channels ? I think you deserve more than that.
Thanks David for your compliment :))
Thank you man for sharing this stuff
You're very welcome
Beautiful work, i like the sound of this Microsoft keyboard
I love it too, it's my favorite keyboard
Thank you Bek
You're welcome, Kevin.
@@BekBrace ☺☺
I'm trying to get used to the syntax of this language, I relax and learn, thanks dude!
Thank you so much for this comment, it means a lot to me my friend
@1:00:50 This is so beautiful!!!!!!!
💯
Poland is beautiful especially when dressed in white
Beautiful work
Thank you :)
I wanna be a pro-programmer in the future so ur video is inspirational
Thank you so much my friend.
Remember, baby steps constantly leads to success ( KAIZEN )
The vibe on this video: Morning road trips
Hahaha Maybe you're right 😄
@@BekBrace i know right
@@festivityreal fun fact: I was actually recording parts of the video between 5 and 7:30 AM before going to work 🙂
@@BekBrace I was actually watching this video between 5 and 7:30 AM before going to work =)
hanks lot Sir.. You helping us..
You're welcome, Christian
wow ! This is very soothing, please create more ASMR with this keyboard - Thank God you're not using a mechanical one
Thank you, Nina
Retro and Nostalgia
Hey, nice vid! Which VSCode theme are you using?
Thank you Ferenc. It's called: Clear Dawn Phosphor
woow what is your visual studio theme ? and how can i do my cursor like this ??
soo cool by the way
You can change the cursor from cursor settings in vscode 😊
Sir what's the theme u used in this video? It looks really good.
This is Phosphore Dawn theme
👍👍
great video
Thank you 😊
game_font = pygame.font.Font('data/fnt/PressStart2P-Regular.ttf', 16)
FileNotFoundError: [Errno 2] No such file or directory: 'data/fnt/PressStart2P-Regular.ttf'
what i did wrong?
you should create a folder named data, inside another folder named fnt, and inside you have to put the ttf file with the PressStart2P font.
Download it from the repo
How u colored that path variables in terminal I wana use that as well pls make a video on that
This is ohmypwsh extension
@@BekBrace thanks bek
WOAHH! Amazing as well and the theme makes it look even better. Can you tell me which VSCode theme are you using? It's so cool !. Thanks for amazing content btw :) .
Thank you Ritesh ☺️
Theme is Clear Phosphor
@@BekBrace Thanks a lot ❤💪
@@riteshchaudhary7784 you're very welcome 🍺
Good sounds
Yep
Using oh my posh and Powershell. Nice, do you like programming in windows?
I’ve been programming on Windows all my life and I like it 👍 , never been a fan of Apple really.
@@BekBrace nice, guessing you don’t like Linux either?
@@brianrobt1 On the contrary, i love Linux
My windows shell dosnt have that top bar with the drop down menu and new page options... I downloaded it from the store... any advice?
You need to download from Microsoft store the latest PowerShell 🙂
@@BekBrace So weird, i thought I did exactly that.
Thank you bro
Welcome bro 😊
guys what theme is this?
Great work 👍
Thank You!
Man : Chapeau 🎩!!!
what theme are you using in VS code ?
Clear Dawn Phosphor
wow beautiful poland
It is very beautiful, in summer and winter :)
Indeed 😊
Great video 👏 can I clone it and work on the sound ?
Of course you can
nice nice nice 🔥🔥🔥
how do i make my terminal have that like round thing
You need to install windows PowerShell and then install ohmypwsh theme to customize it
What are you doing at the begining before you start code ? with the requierments and the lock ?
Hey 👋
Create requirements file for your dependencies, then activate your virtual environment with open shell command.
@@BekBrace thx. Cool video. But for what do you need a venv?
@@coolgameloll9996 pipenv or venv are two ways used to create a virtual environment for your program/game/app.
The reason why we prefer to create virtual environment is to isolate all the packages that you install from your global system, so those dependencies (libraries) will be only installed inside your folder you created for your app. This is the main goal
What is your wpm?
Latest one is 46
what is your vs them?
Clear Bromley
can you please tell us what the theme name is ?
It's called Clear Dawn Phosphor
대단해요!~
:)
Thank you 😊
whats the font name pls!!?????
Theme you mean ?
Font name is Caskadyia
Can you make a terminal customization video?
Honestly I didn’t want to do this because there are a lot of very good RUclipsrs who did the same thing so I wouldn’t add anything new, but if you like I can suggest one great video for Scott Hanselman: ruclips.net/video/VT2L1SXFq9U/видео.html - actually I used it to customize my terminal
@@BekBrace thx :)
What's the theme?
Clear Phosphor
Nice I know HTML and CSS
Cool, keep learning my friend
@@BekBrace Thanks I will
Skin name for VSCode? Green
The theme is called Clear Dawn Phosphor
@@BekBrace thaNks 👍
@@FraxGuttemberg anytime
Ya se Kunfu 👍🏻
Digo programar
Thank you 😊
que tema tan violento
Clear Phosphor
Terminator 2 :)
Maybe :) or Asteroids ☄️
@@BekBrace John Connor played this game or similar in the movie Terminator 2
@@Niko88pl exactly, it was missile command and other games too
there is a movie on Netflix called (Score) , it is also there
What oh my posh theme are you using?
jandedobbeleer
Nice but louder clicks.
I used a non-mechanical Microsoft keyboard which is my favorite keyboard ever, it is very smooth and keeps your coding flow running. It's the all-in-one Microsoft keyboard touchpad
do we know IDE?
VS Code
@@BekBrace hope intellij has a similar theme, it rocks!
@@atosise not sure if pycharm has green theme or not, but you're welcome to work on vscode 😊
does anybody know what the hell ASMR stands for?
@Bek Brace yah but it's saying Autonomous Sensory Meridian Response
@@mamaafrica2512 that's correct
@@mamaafrica2512 anyways it's relaxing
О айтишник , Путин ядерку на них
??
не дай Бог
"if x != True" better write "if not x"
Why better ?
@@BekBrace shorter and logically
@@Alex-hx3nm it's the same thing bro, don't try to be smart
@@BekBrace not better mate, goes both ways
@@Alex-hx3nm their execution is the same really, but thank you for the comment :)
Great video
Thank you
@@BekBrace your welcome
what's the theme ?
Clear Phosphor
what this theme?
Clear dawn phosphor