If you like using Python, check out Pyscripter, a free and open source Python IDE: bit.ly/Pyscripter-IDE For C/C++, check out C++ Builder: bit.ly/cpp-builder
@sovereignshahid92652 жыл бұрын
Im so shook that you managed to put a sponsor in an asmr video. I might check it out just because you managed to do it.
@gross57373 жыл бұрын
Thanks so much for the video! I just passed an intro programming class that introduced me to python so getting to watch this video and understanding the concepts was great. It’s also helping me learn more concepts to try out!
@najibali52953 жыл бұрын
As someone who is learning to code and loves ASMR. This is amazing! Please do more
@talktime_s3 жыл бұрын
what language are you learning?
@najibali52953 жыл бұрын
@@talktime_s Python!
@talktime_s3 жыл бұрын
@@najibali5295 cool! good idea, i tried learning c# first it wasn't easy.
@God_is_real_iguess Жыл бұрын
@@talktime_stry bf :)
@vengefuliquefury45253 жыл бұрын
Yes you're back! Your videos always sound so good. I low-key wish you posted more, but I totally understand that writing the code, debugging it, and then filming and editing takes time. Keep up the great work!
@Alex4193 жыл бұрын
Could you make an asmr tutorial where you show how to set up and configure vim?
@a_antsz3 жыл бұрын
Running a package manager and editing ".vimrc" isn't that hard.
@aymanelhasbi50303 жыл бұрын
@@a_antsz setting up vim-plug or vundler is little hard for beginners dude
@talktime_s3 жыл бұрын
just type vim than the name of the file.
@Alex4193 жыл бұрын
@@talktime_s yeah i know how to use now thx but i meant configuration
@talktime_s3 жыл бұрын
@@Alex419 can i get a example of what you mean by configuration?
@Korianders3 жыл бұрын
Yay another video! High quality work as usual, and thank you for doing something more friendly to us beginners. And congrats on not just one but TWO sponsors. You're really moving up in KZbinland
@lucacardoni50583 жыл бұрын
def multiplication(first_number, second_number): for i in range(second_number): result = first_number+first_number multiplication(2, 3) print(result) //output >> 6
@talktime_s3 жыл бұрын
sir, do you think this is a tutorial?
@abujasm22233 жыл бұрын
Yesss! You're back with one more awesome video! Sweet!
@Sini-rg3sj3 жыл бұрын
ASMR Programming: * whispering * "why the hell isn't this working?"
@ChromaCodeASMR3 жыл бұрын
sooo true lol, I always have to cut comments out
@bigdeeckbee Жыл бұрын
I had a fun and informative watch. I am just starting to learn coding and this video really aspires me to pursue this profession. I would appreciate if you made more!
@ServetGulnaroglu3 жыл бұрын
Great content! Love it
@farandibrahim32612 жыл бұрын
Hy
@Benjamin-dx6js3 жыл бұрын
Great vid as always. Rob is the best!
@vanshmomaya47323 жыл бұрын
I really watch your videos on loop which never ends 💖💖💖
@foog95163 жыл бұрын
Love these, keep up the work!
@lowercasecat3 жыл бұрын
Yes! You're back!
@whisperingadventurespnw3 жыл бұрын
oh snap! I've been doing coding asmr lately too! I'm going to have to learn this vim projection trick. thanks for posting these! you got a new subscriber!
@ProgrammerPenguin4 ай бұрын
rob is such a chad, he sponsored you just so you can say hi to him!
@DAUNLUNTIKK2 жыл бұрын
Could you recommend a powerful laptop? such wide is the diversity of modern laptops that i cant choose one for studying in university
@lukzux2 жыл бұрын
I did not understand almost nothing, i struggle with problem solving and logic, and i have some experience with coding (i don't work with it, i just study it sometimes). This makes me feel sad because i dont have the main thing that is logical reasoning.
@LordKosmux3 жыл бұрын
Next video: "Hacking NASA and FBI but using only CSS. Yes, i said CSS. ASMR"
@hz87113 жыл бұрын
Man, how are you doing this effect, are you somehow able to record transparency or you use solid background and remove it afterwards with some software? It looks fantastic!
@clickclack56103 жыл бұрын
It's basically just a green screen effect, pretty straightforward actually
@hz87113 жыл бұрын
@@clickclack5610 What software you use for deleting the green screen after that, i tried with kdenlive chroma key, but it's not working well, even with HQ video and large fond size. Thanks! :)
@Fartcat69923 жыл бұрын
@@hz8711 heya, sorry for late reply, but I found out that Davinci Resolve removes the green screen pretty well. And there are a bunch of tutorials too
@陳逸飛-d7k3 жыл бұрын
@ClickClack Can I ask what is the font you use in this video? I thought it's JetBrains Mono I use it in my IDE but it seems a little different from the video
@clickclack56103 жыл бұрын
I believe it's Ubuntu mono
@陳逸飛-d7k3 жыл бұрын
@@clickclack5610 thanks!
@stelioskapsokavadis7613 жыл бұрын
I'm addicted to these videos lol.
@RGB_3212 жыл бұрын
29:30 alphabet = [c for c in alphabet if c not in chars] can someone explain me this syntax?
@AT-vd9jm3 жыл бұрын
Lastly this video is also sponsored my friend Rob. Rob is modern open-source F.R.I.E.N.D that has everything you'll need for a smooth sponsoring asmr-videos.
@senseisensei5126 Жыл бұрын
I think that for any given x, mult_recursive(x, 0) would end up being stack overflow. If I'm not wrong this should be handled.
@banhmisg-dev3 жыл бұрын
I like all your recursive solutions.
@ohgodmanyo46623 жыл бұрын
Can I please have your editor config? It looks really nice.
@strangechess2 жыл бұрын
Im a begginer and im using IDLE for programming is it enough or not?
@vanshmomaya47322 жыл бұрын
WHEN ARE YOU GONNA UPLOAD YOUR NEXT VIDEO BRO??♥️♥️ MISSING YOUR VIDEOS And change your keyboard also because you have already uploaded 3 videos with this keyboard so now something different can be done now All the Best !!! 💐💐💐
@AndresGonzalez-dz5bj2 жыл бұрын
Hello friend, how did you install python in neovim to program with its autocomplete and for syntax errors. please?
@kotlet26122 жыл бұрын
even typing sounds senior
@MultiSlawa Жыл бұрын
for exercise one you used the mulitply symbol in line 20, despite the exercise stating that you must not use the symbol. Am i missing something or did you just make a mistake ?
@samirxtz2503 жыл бұрын
Video showing how you configure vim, please!!
@VirtualElectricSheep3 жыл бұрын
You use a keyboard 60% of the time, but do you honestly find it useful for programming? I'm looking for a new compact keyboard, but I'm afraid that the 60% keyboard is inconvenient because it doesn't have the arrow keys, the End key or the Delate key. Please tell me how comfort is it the 60% keyboard is, do you recommend it?
@clickclack56103 жыл бұрын
I honestly never used a 60% before these videos but I actually kind of like it. My only real issue is that the back tick mark (this guy `) is fn+esc instead of just being a normal key. If I could fix that, I'd probably use a 60% for my day job.
@VirtualElectricSheep3 жыл бұрын
@@clickclack5610 Thank you very much for your kind reply. I am honestly surprised to hear that dedicated arrow keys are not a real issue. It will help me to choose a new keyboard. Thank you very much again.
@igorguerra71833 жыл бұрын
Hi ClickClack! How are you doing? I'm gonna start studying programming! I have two questions if you can answer I would appreciate it! I am 30 years old. Am I too old to start in this career? And the second question is, between Razer Huntsman Mini or Logitech G915 which one should I pick? Thank you!
@clickclack56103 жыл бұрын
1. It's never too late to start a new career. The key is to remember that the job market is a market like any other, meaning that you'll want to show off skills that are rare, valuable, and unique to you. For instance, you probably cannot outwork a 22 year old college grad since fresh grads have more time and energy. However, I'm willing to bet that you have knowledge and skills from your previous career that a fresh grad wouldn't have. Combined with knowledge of programming, these skills could make you very competitive on the job market. 2. The Logitech G915 is probably better since the Razer doesn't have a key for the back tick and tilde marks.
@user-wo6gz8oo3y3 жыл бұрын
nice video can you tell me whats the name of the plugin when you change your line in the number goes sonething like that?
@clickclack56103 жыл бұрын
If you're talking about the line numbers, that's a setting inside of vim. Put "set number" and "set relativenumber" in your .vimrc or init.vim files and that should do it.
@user-wo6gz8oo3y3 жыл бұрын
@@clickclack5610 thankyou
@shko6403 жыл бұрын
hi, can i ask which Mechvibes preset do you use for the chess AI ASMR video?
@mateusmssi3 жыл бұрын
In this video hes using an CherryMX Blue - PBT Keycaps but in the other videos i think his using NK Cream or EG Oreo.
@davidantunezperez72483 жыл бұрын
I love the video, its really relaxing, but if you could take off the background pc sound it would be even better :D
@Adks0072 жыл бұрын
Is pyscirpter available for linux OS?
@TheIdan21083 жыл бұрын
What are your thought about ergonomic keyboard?
@clickclack56103 жыл бұрын
I think they're great. Repetitive stress injuries are no joke and I'd use one in a heartbeat if I started to feel any pain.
@allsunday14853 жыл бұрын
what sound pack are you using for mechvibes?
@mateusmssi3 жыл бұрын
Hes using default. In this video hes using an CherryMX Blue - PBT Keycaps but in the other videos i think his using NK Cream or EG Oreo.
@Rozendox Жыл бұрын
how to make the code be all transparent?
@capcrow4203 жыл бұрын
thank you for these
@aboxninja Жыл бұрын
Is that mechvibes or is it the actual keyboard
@MrTaken-tl4bw3 жыл бұрын
I mean if you multiply by 0 the result shiuld be 0, not num1
@clickclack56103 жыл бұрын
Nice catch! I probably should have specified the domain to be positive integers.
@Aaaleck3 жыл бұрын
What's is the name of keyboard?
@mateusmssi3 жыл бұрын
Is in the video description
@Bear_Playz13 ай бұрын
isnt It Maked Using Mechvibes?
@sakaarsrivastava84063 жыл бұрын
Do something like this in rust….
@brky.kurtoglu3 жыл бұрын
Keep doing, amazing
@mrxinnovations8093 жыл бұрын
small suggestion: upgrade to a wireless keyboard
@professionalcat99283 жыл бұрын
please do more rust videos 🥺🥺
@Eddie-um6cw3 жыл бұрын
Why u use mechvibes when u already have mechanical keyboard @@
@incxbxs3 жыл бұрын
lol stay away from software dev who using keyboard with no f keys.
@iyyov72533 жыл бұрын
Why did this one trigger a weird noise in my nose ?
@iyyov72533 жыл бұрын
is it just me?
@TheLinKueiWarrior3 жыл бұрын
I want that keyboard badly.....and again my ma. is back with an awesome soothing programming video ❤️
@talktime_s3 жыл бұрын
it looks good quality!
@FullSTACKDev166 ай бұрын
blue switches 😀😀👍👍🔥🔥
@azizizizi Жыл бұрын
Sorry but I don't know why "accocat" and "cattaco" is palindrome?
@kx9-12 жыл бұрын
really? mechvibes?
@falconrider70322 жыл бұрын
yeah
@kx9-12 жыл бұрын
@@falconrider7032they have a really good keyboard why would they use mechvibes