ASMR Programming - Spinning Cube - No Talking

2024 ж. 9 Мам.
3 542 030 Рет қаралды

Hello my dear coders,
You know how much I like spinning shapes. In this video, I tried to visualize a fancy cube with ASCII chars. Thumbs up!
Twitter: / gulnaroglus
👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻
Source code : github.com/servetgulnaroglu/c...
Live a star on github, if you enjoy!
👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻
📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦
All the products in this video
⌨️ Keyboard: IQUnix OG80 Wormhole TTC ACE switches and Costar Stabilizers (5% discount)
iqunix.store/servetgulnaroglu
🖱️ Microsoft Bluetooth Mouse
amzn.to/3R4904L
🖥️ Monitor Asus MX239:
amzn.to/3dulF3k
🖥️ Monitor Dell 34 Curved Monitor - S3422DW:
amzn.to/3BEgmGw
💻 2021 Apple MacBook Pro (14", Chip Apple M1 Pro con CPU 10-core e GPU 16‑core, 16GB RAM, 1TB SSD)
amzn.to/3DHAKJn
🎤 Rode NTG4+ Shotgun Microphone
amzn.to/3LxXcGS
🪵 IOTXY Solid Wood Writing Desk
amzn.to/3qWOQiB
🪑 IWMH Ergonomic Office Chair
amzn.to/3DMPM0l
📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦
00:00 Creating cube.c
00:20 Searching for rotation matrices
00:39 Calculating rotated coordinates
02:04 Getting the result matrix and calculateX()
03:49 calculateY()
04:47 calculateZ()
06:05 Creating variables
06:54 Coding
08:49 calculateForSurface()
12:24 Printing chars on the screen
13:14 The first run
14:11 Creating other surfaces by rotating the first surface
15:34 The second run
19:39 Completed

Пікірлер
  • I've seen many comments about how much I am good at math. Actually, no. I took a Linear Algebra class one year ago. I am talking about Linear Algebra because all these transformations and rotations are about matrices taught in Linear Algebra class. My letter grade was D. I decided to retake the course. On my second try, I got a D again, even though I worked much more than on the first try. Then, how could I code such a project when I pass the course barely? I spent at least 10 hours. I searched on the internet every possible website, took notes, and finally, I was good to go. What I mean is do not be discouraged when you see this types of videos. If you spend time as much as your goal requires, you can get there.

    @ServetGulnaroglu@ServetGulnaroglu Жыл бұрын
    • I needed this thank you

      @farhanahmedfahim8113@farhanahmedfahim8113 Жыл бұрын
    • so you take every possible side quest before doing the final boss, NOTED !

      @bocilgoadari6247@bocilgoadari6247 Жыл бұрын
    • facts

      @tacosNpapa@tacosNpapa Жыл бұрын
    • You have my respect!

      @user-gb4nk8be5y@user-gb4nk8be5y Жыл бұрын
    • usually watching coding vids sets off the impostor syndrome for me but this comment makes me feel like I can make it, thanks for being honest brah

      @mddlol8537@mddlol8537 Жыл бұрын
  • As a non-programmer, I have no idea what’s going on, but I enjoy the ASMR

    @maozedong7207@maozedong7207 Жыл бұрын
    • Basically the objective is to create a spinning cube. A cube has vertices and is 3D. A good starting point is rotation matrices. You use a matrix for each of the 6 sides of the 3D cube to create the surface area. Since its rotating, that's why 0, 90 and 180 (degrees) He used a website to calculate the matrices output, which was in the form of X, Y, Z. Notice that you get different combos each time for different matrix inputs He is using C language to write the program and started out in a terminal, created a C file, and vimmed into it so he can edit the file and write the program Hope that helps :)

      @WeyardWiz@WeyardWiz Жыл бұрын
    • don't worry, i'm a programmer nd dont understand either

      @Fialro03@Fialro03 Жыл бұрын
    • @@WeyardWiz why 3 rotations and not 4? arent there 4 quadrants? 0 90 180 270?

      @Casevaiandando@Casevaiandando Жыл бұрын
    • @@Casevaiandando He swapped 270 with -90 which returns the same results (cos(-90) = cos(270) same for sin) so he did indeed rotate 4 times

      @MrKillerdu71@MrKillerdu71 Жыл бұрын
    • Classic mao

      @philippip1584@philippip1584 Жыл бұрын
  • I like how _accurate_ to irl programming this was. It's not just someone furiously typing away at a black screen, you are figuring out the math, searching for resources online, and casually using tools like inspect element.

    @josiahfu7703@josiahfu77036 ай бұрын
    • nah bro idk how he didnt debug for 5 hours because thats what the real thing is like youre gonna spend more time debugging than programming

      @grzyb11@grzyb115 ай бұрын
    • very true

      @josiahfu7703@josiahfu77035 ай бұрын
    • @@josiahfu7703 everything else is accurate tho

      @grzyb11@grzyb115 ай бұрын
    • @@grzyb11 i dont think it was 1st time he was programming this solution

      @gruchenstein9163@gruchenstein9163Ай бұрын
    • "irl programming" you think this dude is in the matrix or sum?

      @exaq@exaq14 күн бұрын
  • 30 seconds in and I feel delighted by this guy- Opening up Wikipedia, doing matrices homework using a formula- and figuring out the math for the rotation. This person knows what he's doing.

    @TheRealAnsontp@TheRealAnsontp Жыл бұрын
    • Copying other peoples shit. Great

      @NoHeartAnthony@NoHeartAnthony Жыл бұрын
    • It just pisses me off because in my college they will not allow you to search up stuff like this guy does during programming assessments. They want us to do everything purely off the top of our heads even though it is unrealistic. Is it right that they do this? I’m talking as a mechanical engineering student with hardly any programming experience.

      @E_Rico@E_Rico Жыл бұрын
    • And when the website's design was breaking, he opened inspect element to fix it lmao.

      @NoTwo@NoTwo Жыл бұрын
    • @@E_Rico This isn't good, and its not like this at my school. Half the job is looking stuff up. Its good to learn things because you'll be quicker at them later, but especially if you're a mech-e, that is pretty stupid.

      @NoTwo@NoTwo Жыл бұрын
    • Read the pinned comment

      @jakebrowning2373@jakebrowning2373 Жыл бұрын
  • 1:33 You editing that div to continue writing the matrix was an enlightening experience for me.

    @Dom-zy1qy@Dom-zy1qy Жыл бұрын
    • reminds me of a concealed weapon; one always needs the tools to properly protect oneself from unwarranted attack - display: none 💥

      @RancorSweetly@RancorSweetly Жыл бұрын
    • funny enough if he was a web dev he would have just hit cmd-c, clicked it and hit delete. As a web dev this cube is completely over my head.

      @Erliortmejurur@Erliortmejurur Жыл бұрын
    • I felt the same way. This changes EVERYTHING for me haha

      @TheJhonnycl@TheJhonnycl Жыл бұрын
    • adblock is your best friend here

      @TheVirusWar@TheVirusWar Жыл бұрын
    • @@RancorSweetly Usually you can just delete the node.

      @ReasonMakes@ReasonMakes Жыл бұрын
  • My boy shows folks programming is not only coding skills but pure math and analytic mind 👌

    @sadri.gulnaroglu@sadri.gulnaroglu Жыл бұрын
    • depends on what you wanna program. not everyone is gonna program a mathy 3d renderer in the terminal

      @scrung@scrung Жыл бұрын
    • @@scrung as you said not everyone, as I said is not only... So we say the same. You just wanted to see conflict and solved by yourself;)

      @sadri.gulnaroglu@sadri.gulnaroglu Жыл бұрын
    • depends on the program u want 2 creat.

      @rmpx2gh532@rmpx2gh532 Жыл бұрын
    • @@rmpx2gh532 that’s what I said ;)

      @sadri.gulnaroglu@sadri.gulnaroglu Жыл бұрын
    • @@sadri.gulnaroglu Not sure if that's what you said. If I programmed something that required knowledge about a specific historic event, would that make programming about that historic event?

      @aufkeinsten7883@aufkeinsten7883 Жыл бұрын
  • As someone currently taking classes to learn code, I can confidently say I am lost but entertained.

    @nickchamp@nickchamp Жыл бұрын
    • Same

      @SussyRamen@SussyRamen Жыл бұрын
    • print("Kill ads")

      @wetube6513@wetube6513 Жыл бұрын
  • This is great stuff! Just what I needed to see and hear. Really appreciate the time you took to put this together!

    @Rametesaima@Rametesaima Жыл бұрын
    • @@NeoCoderNet Appreciate the link!

      @Rametesaima@Rametesaima8 ай бұрын
    • Have you seen the video? What do you think of the video? I would be glad if you write your opinion in the video comment😄@@Rametesaima

      @NeoCoderNet@NeoCoderNet8 ай бұрын
  • The internet is a... particularly unique place to find stuff like this

    @mr_kwkd@mr_kwkd Жыл бұрын
  • Ive found it. The perfect programmer background asmr. No more searching for a good video to vibe to while doing other stuff. this is it

    @ZetaHorzion@ZetaHorzion Жыл бұрын
    • try sean barrett

      @joshuacarlson4558@joshuacarlson4558 Жыл бұрын
    • What keyboard does he use?

      @hunteractually3637@hunteractually3637 Жыл бұрын
    • @@hunteractually3637 little late but Iqunix OG80, currently using it right now! Sounds good and is definitely worth the buy

      @Retrovoider@Retrovoider Жыл бұрын
    • @@hunteractually3637 IQUnix OG80 Wormhole w/ TTC ACE switches and Costar Stabilizers as per the description

      @bearfm@bearfm Жыл бұрын
  • Base rígida de álgebra lineal, cálculos a la perfección viendo solo la fórmula y saber aplicarla y una dominación de programación. Sabe lo que quiere, pocos llegan a tanto, una inspiración

    @yuhaank9655@yuhaank9655 Жыл бұрын
  • Hurts my brain, soothes my ears. Thank you for this unique experience

    @moustafael-shaboury1692@moustafael-shaboury1692 Жыл бұрын
    • is this normal if i learn CS and dont know anything what he doing

      @nguyentiensu3825@nguyentiensu3825 Жыл бұрын
    • @@nguyentiensu3825 I'm a physics student brother, you have a much better foundation to build on if you want to understand this in the future don't worry :) PS- I understand nothing too

      @moustafael-shaboury1692@moustafael-shaboury1692 Жыл бұрын
    • @@nguyentiensu3825 I'm also CS student but i love math more than coding LOL

      @piyaphummuetkhambong768@piyaphummuetkhambong768 Жыл бұрын
    • @@piyaphummuetkhambong768 do u understand what he is doing in the clip ??

      @nguyentiensu3825@nguyentiensu3825 Жыл бұрын
    • @@nguyentiensu3825 I understand only early part of this video that he trying to use Matrix rotation formula to create this cube and calculate axis of x,y,z to calculate coordinate of cube else idk

      @piyaphummuetkhambong768@piyaphummuetkhambong768 Жыл бұрын
  • Relaxing, educating... Great work.

    @onurertunc8812@onurertunc8812 Жыл бұрын
  • I do art and films and really admire people who can code. I was always bad with math or logical things. I love how every human being is different

    @AlpArslanTheSeljuk@AlpArslanTheSeljuk Жыл бұрын
    • We dont actually know how to do this immediately, we actually require like 2 days to create such programs lol. This person posted a comment saying he took 10 hours to study this spinning cube before writing the actual program. That's about 2 days of work condensed into 20 mins video.

      @WeyardWiz@WeyardWiz Жыл бұрын
    • @@WeyardWiz he was talking about the math itself not the programme

      @sprite3398@sprite3398 Жыл бұрын
    • @@sprite3398 he got symbolab to do the math bro

      @user-dh8oi2mk4f@user-dh8oi2mk4f Жыл бұрын
    • Güzel bi yorum hemşerim :) TR

      @omercengiz8507@omercengiz85076 ай бұрын
  • Hey man! Just bumped into the video and it's the first time i'm seeing concepts of the rotation matrices applied to code! I've studied them for university and now i can see the application for them!

    @rikiz98@rikiz98 Жыл бұрын
  • Transformation matrices are very versatile. 🥰 Thanks for the video!

    @JM_Tushe@JM_Tushe Жыл бұрын
  • This is actually so nice to watch. Very informative

    @alexisreyna2423@alexisreyna2423 Жыл бұрын
  • Yazdığınız koda cidden hayran kalıyorum, çok başarılı! HTML CSS JS hepsi birbirinden iyi izlemesi aşırı keyif veriyor.

    @ardaozmen9265@ardaozmen9265 Жыл бұрын
  • I really love the sound of this keyboard ❤

    @nlnxfkl@nlnxfkl Жыл бұрын
  • I used to remember a lot of my math, it's when you stop using it you start to forget reaaally fast! Good work. Id like to see a little mini game, that would be cool and relaxing to watch it. 👌🏽👍🏼

    @L1ghtOn3@L1ghtOn3 Жыл бұрын
  • Bu kadar yetenekli bir yazılımcı daha görmedim ömrümde, emeğinize sağlık ve eğer yorum olarak nereden başladınız nasıl ilerlediniz bir tecrübe aktarımı yaparsanız herkese faydalı olur. İyi çalışmalar...

    @ferhatisik07@ferhatisik07 Жыл бұрын
  • Sin duda uno de los mejores creadores de contenido de ASMR con teclado, no me van a negar que no es música para sus oídos ;).

    @ivanmora9584@ivanmora9584 Жыл бұрын
  • this is my first asmr video. imagine listening to asmr on a regular basis and getting to a point where you're like, "oh ive heard this one before."

    @hails1244@hails1244 Жыл бұрын
    • yo wtf

      @carlosignacionavarrorios964@carlosignacionavarrorios964 Жыл бұрын
    • Lit

      @Thazo426@Thazo4268 ай бұрын
  • The sound of the keyboard is so satisfying!!!

    @user-jk4kt1gp8h@user-jk4kt1gp8hАй бұрын
  • I just LOVE this video. It really IS ASMR programming. Easy to follow every step and understand the working process, especially as you show how you look up information you need (or being kind enough to think the viewer need anyway). Also very good choice of tooling and scope I think; basic ASCII instead of some graphics lib that needs initialization and stuff, plain good ole C and some global variables to make the little program less messy (procedural and data abstraction may be a good thing for most cases but here it would just clutter and complicate. Inspiring, captivating and pedagogic me thinks. All the best from a fellow programmer. :)

    @jemakrol@jemakrol Жыл бұрын
  • Man this ASMR is crazy I love it

    @angelgomez1623@angelgomez1623 Жыл бұрын
  • It looks amazing. I realy love this atmosphere) Thank u

    @imyafamiliya9227@imyafamiliya9227 Жыл бұрын
    • I'm glad you like it

      @ServetGulnaroglu@ServetGulnaroglu Жыл бұрын
  • Ready to sleep with the best ASMR on a keyboard 😃

    @skinnytwiggyboi940@skinnytwiggyboi940 Жыл бұрын
    • Yeah

      @oldgigachad5001@oldgigachad5001 Жыл бұрын
    • Can you tell me? how can you sleep after watching this?

      @shamimhossen1061@shamimhossen1061 Жыл бұрын
    • @@shamimhossen1061 not "after" but rather "to it". I find typing sounds pretty relaxing and good to sleep while listening to

      @quadroninja2708@quadroninja2708 Жыл бұрын
    • My brother bought me a new keyboard 'cause he couldn't sleep because of my noisy one lol

      @Kav2990@Kav2990Ай бұрын
  • Impossible don't subscribe in your channel, haha. What an amazing video, bro! Keep up with this awesome content! I didn't understand much the math stuff but I really enjoyed that 😁

    @marcosgabriel9219@marcosgabriel9219 Жыл бұрын
  • Dziękuje za wspaniały film oraz czytelną implementację kodu w c oraz użycia trybu tekstowego. Prostota i elegancja w jednym.

    @szaman6204@szaman620410 ай бұрын
    • Tak? To świetnie

      @awli8861@awli88619 ай бұрын
  • Cute keyboard, calming sound I like

    @bigbuba5212@bigbuba5212 Жыл бұрын
  • Kısa zaman oldu sizi takibe alalı ama gerçekten ben gibi birçok genç arkadaşa, bu işi öğrenmek isteyenlere ilham olduğunuz aşikar. Temennim boynuzun kulağı geçmesi ama nasip kısmet :D Eline emeğine sağlık hocam başarılarının devamını diliyorum.

    @kayrakadirkahriman2103@kayrakadirkahriman2103 Жыл бұрын
  • Great video! 18:04 was my favorite part! Closes the tab just to open another one. Glad to know I'm not the only one💀

    @jeffreyhicks6380@jeffreyhicks6380 Жыл бұрын
    • Thank you! Yeah, that way I feel better :)

      @ServetGulnaroglu@ServetGulnaroglu Жыл бұрын
    • it seems to be easier than removing the word from the search :D

      @ziaurrahman9529@ziaurrahman9529 Жыл бұрын
    • My favorite part was 0:03 touching cube.c before opening it. Servet, why?

      @GerbenWijnja@GerbenWijnja Жыл бұрын
  • A genius man. the code helps me fix it my Insomnia.

    @FnStudios2@FnStudios2 Жыл бұрын
  • I didn't know this is something I needed in my life.

    @kaidantheron7237@kaidantheron7237 Жыл бұрын
  • Mind-blowing... gotta finish it tomorrow :-) Almost Doom. Thank you

    @mbond5601@mbond5601 Жыл бұрын
  • Офигеть... Как же это круто!

    @takblin9008@takblin9008 Жыл бұрын
  • Doing stuff like this is actually a breathe of fresh air rather than dealing with business problems all the time

    @trevorfranks69@trevorfranks69 Жыл бұрын
    • Are you a business major

      @marinamaged962@marinamaged962 Жыл бұрын
    • @@marinamaged962 what do you think a programmer does on the daily? Just beep boop beep boop?

      @trevorfranks69@trevorfranks69 Жыл бұрын
    • @@trevorfranks69 I’m a programmer and that’s literally all we do

      @marinamaged962@marinamaged962 Жыл бұрын
  • You're a great coder. Don't let anyone keep you down.

    @josephknox5714@josephknox57148 ай бұрын
    • Thank you joseph 🥹

      @ServetGulnaroglu@ServetGulnaroglu8 ай бұрын
  • great work and problem-solving, I really enjoyed watching your thinking process while you code.

    @Xeerxes@Xeerxes Жыл бұрын
    • He’s copying off another screen.

      @TheBrainn@TheBrainn Жыл бұрын
    • @@w1l1 Exactly, I tried to do this myself, took me like 10 hours and lots of debugging. Programming is not only typing but mostly thinking. Crazy how many new programmers will be mislead

      @jazzgirl2358@jazzgirl2358 Жыл бұрын
    • @@w1l1 wtf. It depends how you perceive the message. The hell are you talking about, do you think they intend to destroy someone, what if their intention is actually the opposite.

      @suyahatesntr@suyahatesntr Жыл бұрын
    • @@w1l1 yeah pretty much but this is probably more of a subtly humorous or satirical series that’s just meant to be listed to in the background for that type-y office ambience

      @TheBrainn@TheBrainn Жыл бұрын
    • @@w1l1 That's not the youtuber's intention though, and It's their choice what they think about it and it shouldn't be the youtuber's fault

      @Kaminomenom@Kaminomenom Жыл бұрын
  • Very good. You could use quaternions for a more of natural rotation than the rotation matrices. Quaternions let you specify the axis of rotation where the rotation matrices usually don't have a consistent rotation axis which is unnatural. You can also combine rotations with quaternions for some cool effects that look completely natural.

    @endlesswick@endlesswick Жыл бұрын
    • If quaternions are mentioned we might as well also mention geometric algebra. As far as rotations goes they can be used to get the same improvement that you’d get from quaternions, but in a more transparent way, that generalizes better to any number of dimensions. Check it out if you haven’t, it’s pretty cool stuff and and they’re quite good at building geometric intuition in my opinion! Then again, not everything has to be optimal or use the absolute best tool for the job. If you know a tool that does what you want, just use it. You can always pick up new tools when you want to or need to! Happy programming!

      @HyperFocusMarshmallow@HyperFocusMarshmallow Жыл бұрын
    • Tf

      @wise_old_tree@wise_old_tree Жыл бұрын
    • @@wise_old_tree 😂

      @nkay441@nkay441 Жыл бұрын
    • @@wise_old_tree 😂😂💔

      @staticmemes3556@staticmemes3556 Жыл бұрын
    • @@wise_old_tree basically shit that robotics/math engineers say

      @rikiz98@rikiz98 Жыл бұрын
  • Incredible job man thats impressive

    @DH-oj2ru@DH-oj2ru9 ай бұрын
  • I love how you used matrices. I'm taking linear algebra classes tomorrow too. I wish one day I can code smoothly like you

    @expungeddata@expungeddataАй бұрын
  • Fell asleep to this and legit had a dream that i finished a project im working on. So when i woke up I just chilled and took it easy and then checked for comments....im super behind now. Thanks alot man!

    @morallycorruptmaleficentti1194@morallycorruptmaleficentti1194 Жыл бұрын
    • xqcL

      @Pogass@Pogass Жыл бұрын
    • @@Pogass OMEGALUL lets get a RIP in the chat for my job

      @morallycorruptmaleficentti1194@morallycorruptmaleficentti1194 Жыл бұрын
    • @@morallycorruptmaleficentti1194 u lost your job?!?!

      @mrsnup@mrsnup Жыл бұрын
  • I love the fact that we live in a world where you can literally jsut look up anything and get an answer for it like we are able to build so much so fast based off so many others frameworks

    @walkergren4192@walkergren4192 Жыл бұрын
  • I fell asleep , best educational asmr ever !

    @johnkennethsolo6769@johnkennethsolo6769 Жыл бұрын
  • This is a really cool code and this will help me keep learning how to code so i can be like this guy

    @lesliecuadra3406@lesliecuadra3406 Жыл бұрын
  • The keyboard sound, feels like you are typing in finger into wood my man. Really nice math and programming skills.

    @medeirosbrendon@medeirosbrendon Жыл бұрын
  • Great !! and amazing skill. Thank you for relaxing.

    @techlightdev@techlightdev Жыл бұрын
    • Glad you enjoyed it!

      @ServetGulnaroglu@ServetGulnaroglu Жыл бұрын
  • You made it look so ez. Its so cool gotta try it out

    @leonelmessi3010@leonelmessi3010 Жыл бұрын
  • Really speed ran that spinning cube, nice job man.

    @alisonjanvier7509@alisonjanvier7509 Жыл бұрын
  • I'm new to programming and this will be my inspiration.

    @sadfingers3600@sadfingers3600 Жыл бұрын
    • You will never make it. Programming is for 180 IQ asians only.

      @luiscamacho1996@luiscamacho1996 Жыл бұрын
    • Best to learn how to write clean code first. Understand concepts like OOP, SOLID principles and TDD.

      @G41headache@G41headache Жыл бұрын
  • I love that he edited the CSS to be able to continue his formula at 1:30

    @christiaanbruin4989@christiaanbruin4989 Жыл бұрын
    • html div

      @IDES0@IDES0 Жыл бұрын
    • @@IDES0 'display: none' is css my friend

      @christiaanbruin4989@christiaanbruin4989 Жыл бұрын
    • @Christiaan Bruin 🫡🫡🫡 didn't know. Thanks, java-main here lmao

      @IDES0@IDES0 Жыл бұрын
  • thank you for making this video. i will watch it tomorrow and will try to learn how you did this! (me obviously lying)

    @vadiks20032@vadiks20032 Жыл бұрын
  • I started with the world of programming recently and honestly I have no idea what is going on in the video, but I hope one day to have that ability to program like you, enjoy the video a lot.

    @cristianleon1299@cristianleon1299 Жыл бұрын
    • @@NeoCoderNet damn good job

      @lerebox@lerebox7 ай бұрын
  • i think this was better as a learning experience then a relaxing one

    @plootyluvsturtle9843@plootyluvsturtle9843 Жыл бұрын
  • As someone who is about to self study linear transformations, this is very motivating even though it’s scary.. lol

    @bxav2813@bxav2813 Жыл бұрын
  • I had no idea ASMR programming existed. I am so on board for this.

    @MarkBelain@MarkBelain Жыл бұрын
  • Thanks for this video ! Very cool.

    @zmf1425@zmf1425 Жыл бұрын
  • I have no idea what the hell is going on in there but it's so relaxing to watch

    @tomaskubik97@tomaskubik97 Жыл бұрын
  • nice one and iam have done the same 3D rotating cube but on OpenGl graphics Great work there man

    @fredrikpeterson1987@fredrikpeterson1987 Жыл бұрын
    • Nice work! Glad you liked it

      @ServetGulnaroglu@ServetGulnaroglu Жыл бұрын
  • As programmer, NeoVim user and mechanical keyboards fan, I find this SO relaxing and amazing. Thinking about porting your code to Rust, just because Rust is sexy.

    @JotaDevelopment@JotaDevelopment5 ай бұрын
  • uhhh i came from recommended and i didnt watch anything like this but this is cool i literally sat here and watched this whole thing, i like

    @surgexes@surgexes Жыл бұрын
    • 😆

      @bytezorro@bytezorro Жыл бұрын
  • Finally, a real programmer.

    @game-editor2@game-editor2 Жыл бұрын
  • Heyy you use Mac right so you can map those escape and(or) ctrl(cmd in Mac i Guess) key to caps lock using karabiner elements( and other keybinds for ur pc according to ur needs ) , this would help you so much with vim and other general purpose copy, paste, stuff etc you can use your left hand for everything on the left and right ctrl just doesn't need to be pressed, also you an use ctrl/cmd + [ to go to normal mode

    @sunnyheheheh9401@sunnyheheheh9401 Жыл бұрын
  • This is pure art

    @shlomibederak6367@shlomibederak6367 Жыл бұрын
  • Thanks this is going to help with creating a sweet project.

    @youngdopeandsuccessful8533@youngdopeandsuccessful8533 Жыл бұрын
  • Really fascinating to see how you use screenshots as part of your workflow. Gonna have to borrow that trick.

    @trunkswithnojacket@trunkswithnojacket Жыл бұрын
    • What the program?

      @user-sj3rn6yf6k@user-sj3rn6yf6k Жыл бұрын
    • @@user-sj3rn6yf6k apple has a built in screen shot application, windows should have it too? not too sure

      @SonnyVA@SonnyVA Жыл бұрын
    • @@SonnyVA snipping tool

      @VigilIsWatching@VigilIsWatching Жыл бұрын
    • Yep Snipping tool (Win-Shift-S). If you want the window to remain on top as it does in macOS, install Microsoft PowerToys which contains a bunch of useful tools, like keybindable colour picker and, of course, a tool which allows you to force any window to always stay on top. I don't think there's a way to do that without installing something, unless I'm mistaken.

      @jeffxdd4351@jeffxdd4351 Жыл бұрын
  • Vc é um gênio

    @Guilher.racingdriver@Guilher.racingdriver Жыл бұрын
  • Dude, that was satisfying AF... Love it ❤️✌️

    @udaraabeyrathne7167@udaraabeyrathne7167 Жыл бұрын
  • Perfect design 👌

    @codingasmr@codingasmr Жыл бұрын
  • Programming + Linear Algebra goes hard

    @evanschwartzentruber1246@evanschwartzentruber1246 Жыл бұрын
  • I really like the sound of your keyboard and the flexibility it has. From which brand is this keyboard from?

    @parkugyen9079@parkugyen9079 Жыл бұрын
  • way more simple than what i would've thought

    @KilianRaude@KilianRaude Жыл бұрын
  • cool, been trying to make something similiar in C# but went wrong so far :D EDIT: today completed it using your calculateX,Y,Z functions !! thx for inspiration

    @GR4MPI@GR4MPI Жыл бұрын
    • wow youre so great

      @nguyentiensu3825@nguyentiensu3825 Жыл бұрын
  • I don’t code, also not into it… but I got caught up and watched the whole video lol pretty cool vid🔥 seems so hard to code

    @reaxxion@reaxxion Жыл бұрын
  • Oh! This is great stuff! I can't stop to copying your code to run it, but its runing visual effect can't be amazing like yours. And I can't understand why you can use this solution to calculate idx!

    @user-hm4hy2gg5h@user-hm4hy2gg5h9 ай бұрын
  • How are you popping up the always-on-top windows from the selection crop? Brilliant stuff man, learned so much watching this. From a lowly python dev x

    @NotAlpharius69@NotAlpharius69 Жыл бұрын
    • This is what I want to know....

      @andrewfunston7682@andrewfunston7682 Жыл бұрын
    • +1

      @user-vi8dd8pi6w@user-vi8dd8pi6w Жыл бұрын
    • up

      @jaseejaocalo6654@jaseejaocalo6654 Жыл бұрын
    • +1

      @imax1337@imax1337 Жыл бұрын
  • People have different views on how coding works but to me it’s like learning a language, that’s it. It’s just how I see it

    @deeehommie7193@deeehommie7193 Жыл бұрын
  • This is awesome!

    @hochanlee5671@hochanlee5671Ай бұрын
  • I never stop watching this

    @arslenedhahri6465@arslenedhahri64659 ай бұрын
  • Can you make a video explaining your train of thought when making this please? I am extremely curious how you did it, and maybe try replicating it.

    @akali2927@akali2927 Жыл бұрын
  • Let’s go! Been waiting for this one! Got any tips for me? I’m learning python in my first year

    @itsnotslots2566@itsnotslots2566 Жыл бұрын
    • You can watch python crash courses on freecodecamp

      @ServetGulnaroglu@ServetGulnaroglu Жыл бұрын
    • Rather go and watch python course of BRO CODE.

      @Bot-lj6nu@Bot-lj6nu Жыл бұрын
    • @@Bot-lj6nu HONESTLY

      @lassyoutube@lassyoutube Жыл бұрын
  • Other people: ASMR 🤤 Me: free code 🤑

    @block____@block____7 ай бұрын
  • I'm taking computer science, and seeing this makes this part of my bucket list ❤

    @paradoxine6287@paradoxine62873 ай бұрын
  • really great and relaxing.

    @gabyg9905@gabyg9905 Жыл бұрын
  • Great video! I was wondering, how do you keep windows on top while working on one in the background?

    @thesoundoflife6973@thesoundoflife6973 Жыл бұрын
    • It's probably a feature of the note app he's using. But I don't know what he is using.

      @dialecticalmonist3405@dialecticalmonist3405 Жыл бұрын
    • He is using vim, probably on a terminal window I think I think he has some other app to do that🤔

      @thesoundoflife6973@thesoundoflife6973 Жыл бұрын
    • For windows you can get Powertoys it includes a feature where you can force any window to be in the front also other useful tools.

      @sisyphus6800@sisyphus6800 Жыл бұрын
  • I like your use of the screenshot tool in macOS to float something to copy from it. I would've never come up with that.

    @ArnauDisrepair@ArnauDisrepair6 ай бұрын
  • so satisfying!

    @louisoofer3320@louisoofer3320 Жыл бұрын
  • I love your vim, could you share your plugins / config ?

    @szwajda@szwajda Жыл бұрын
  • A video full of little trick and an implementation of math... Damn you give me the inspiration to finish and take the University degree

    @anryx555@anryx555 Жыл бұрын
  • The slamming a finger down on a button on a keyboard is the best noise ever.

    @OfficialxSimple@OfficialxSimple Жыл бұрын
  • I don’t know what I’m watching but it’s cool seeing this guy do this

    @X-GamerPro-HD@X-GamerPro-HD Жыл бұрын
  • Hello I often see you quickly format the long code you copied from the other site Could you told me what shortcut is it? Or can you share your vim setting ? This would be helpful for me ! Many thanks ! Also great video for programming !!

    @ianpeng7518@ianpeng7518 Жыл бұрын
    • +1

      @MaizuRoad@MaizuRoad Жыл бұрын
    • +2

      @pavloburyanov5842@pavloburyanov5842 Жыл бұрын
  • Hello servet, I was wondering how do you come up with creative ideas like this?

    @togicodes@togicodes Жыл бұрын
    • It's a spinning cube bro not that hard to come up with 🗿🗿

      @v1kyro@v1kyro Жыл бұрын
    • I make similar videos to servet thats why i asked

      @togicodes@togicodes Жыл бұрын
  • I love this

    @birtheyboy@birtheyboy8 ай бұрын
  • good idea. I think old gui interface like this can help old hardware to be use more in time. I used ncurses and works great.

    @catafest@catafest Жыл бұрын
  • For anyone wonders which board he's using, it's a Iqunix OG80. Thank me later ;)

    @tueucnguyen7641@tueucnguyen7641 Жыл бұрын
    • do you know what screenshot utility he used?

      @rodjnn@rodjnn Жыл бұрын
    • I don't know unfortunately. Maybe Final Cut cus he's using a mac.

      @tueucnguyen7641@tueucnguyen7641 Жыл бұрын
    • thanks mate! hero :)

      @MoMoneyMoritz@MoMoneyMoritz Жыл бұрын
  • What site is used to calc matrix? It seems very useful.

    @diegof4083@diegof4083 Жыл бұрын
    • symbolab

      @callum5474@callum5474 Жыл бұрын
    • @@callum5474 thanks

      @diegof4083@diegof4083 Жыл бұрын
  • This was amazing, and the pinned comment is amazing. Thank you.

    @frozentree2651@frozentree2651 Жыл бұрын
KZhead