ASMR Programming - Spinning Cube - No Talking

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 2.3K

  • @ServetGulnaroglu
    @ServetGulnaroglu  2 ปีที่แล้ว +16490

    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.

    • @farhanahmedfahim8113
      @farhanahmedfahim8113 2 ปีที่แล้ว +676

      I needed this thank you

    • @bocilgoadari6247
      @bocilgoadari6247 2 ปีที่แล้ว +620

      so you take every possible side quest before doing the final boss, NOTED !

    • @tacosNpapa
      @tacosNpapa 2 ปีที่แล้ว +54

      facts

    • @冯鹏钰
      @冯鹏钰 2 ปีที่แล้ว +88

      You have my respect!

    • @mddlol8537
      @mddlol8537 2 ปีที่แล้ว +228

      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

  • @TheRealAnsontp
    @TheRealAnsontp 2 ปีที่แล้ว +3498

    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.

    • @NoHeartAnthony
      @NoHeartAnthony 2 ปีที่แล้ว

      Copying other peoples shit. Great

    • @E_Rico
      @E_Rico 2 ปีที่แล้ว +224

      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.

    • @NoTwo
      @NoTwo 2 ปีที่แล้ว +148

      And when the website's design was breaking, he opened inspect element to fix it lmao.

    • @NoTwo
      @NoTwo 2 ปีที่แล้ว +43

      @@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.

    • @jakebrowning2373
      @jakebrowning2373 ปีที่แล้ว +2

      Read the pinned comment

  • @MaoZedong49
    @MaoZedong49 2 ปีที่แล้ว +6956

    As a non-programmer, I have no idea what’s going on, but I enjoy the ASMR

    • @WeyardWiz
      @WeyardWiz 2 ปีที่แล้ว +431

      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 :)

    • @Fialro03
      @Fialro03 2 ปีที่แล้ว +650

      don't worry, i'm a programmer nd dont understand either

    • @Casevaiandando
      @Casevaiandando 2 ปีที่แล้ว +19

      @@WeyardWiz why 3 rotations and not 4? arent there 4 quadrants? 0 90 180 270?

    • @MrKillerdu71
      @MrKillerdu71 2 ปีที่แล้ว +69

      @@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

    • @philippip1584
      @philippip1584 2 ปีที่แล้ว +16

      Classic mao

  • @josiahfu7703
    @josiahfu7703 ปีที่แล้ว +1337

    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.

    • @grzyb11
      @grzyb11 11 หลายเดือนก่อน +115

      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

    • @josiahfu7703
      @josiahfu7703 11 หลายเดือนก่อน +4

      very true

    • @grzyb11
      @grzyb11 11 หลายเดือนก่อน +1

      @@josiahfu7703 everything else is accurate tho

    • @gruchenstein9163
      @gruchenstein9163 7 หลายเดือนก่อน +41

      @@grzyb11 i dont think it was 1st time he was programming this solution

    • @exaq
      @exaq 6 หลายเดือนก่อน +3

      "irl programming" you think this dude is in the matrix or sum?

  • @nickchamp
    @nickchamp ปีที่แล้ว +371

    As someone currently taking classes to learn code, I can confidently say I am lost but entertained.

    • @SussyRamen
      @SussyRamen ปีที่แล้ว +2

      Same

    • @wetube6513
      @wetube6513 ปีที่แล้ว +3

      print("Kill ads")

    • @jasoncarter9344
      @jasoncarter9344 หลายเดือนก่อน +5

      Props to anyone who learns or attempts to learn to learn programming because this looks fucking insane

    • @Tamj_Bty
      @Tamj_Bty หลายเดือนก่อน

      ​@@jasoncarter9344 I am an Undergraduate C++ programmer and i am having pretty fun here 😂

  • @Dom-zy1qy
    @Dom-zy1qy 2 ปีที่แล้ว +4722

    1:33 You editing that div to continue writing the matrix was an enlightening experience for me.

    • @RancorSweetly
      @RancorSweetly 2 ปีที่แล้ว +165

      reminds me of a concealed weapon; one always needs the tools to properly protect oneself from unwarranted attack - display: none 💥

    • @Erliortmejurur
      @Erliortmejurur 2 ปีที่แล้ว +94

      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.

    • @TheJhonnycl
      @TheJhonnycl 2 ปีที่แล้ว +17

      I felt the same way. This changes EVERYTHING for me haha

    • @TheVirusWar
      @TheVirusWar 2 ปีที่แล้ว +30

      adblock is your best friend here

    • @ReasonMakes
      @ReasonMakes 2 ปีที่แล้ว +12

      @@RancorSweetly Usually you can just delete the node.

  • @mr_kwkd
    @mr_kwkd 2 ปีที่แล้ว +586

    The internet is a... particularly unique place to find stuff like this

  • @ZetaHorzion
    @ZetaHorzion 2 ปีที่แล้ว +1006

    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

    • @sternowl2345
      @sternowl2345 2 ปีที่แล้ว

      try sean barrett

    • @hunteractually3637
      @hunteractually3637 2 ปีที่แล้ว +1

      What keyboard does he use?

    • @Retrovoider
      @Retrovoider ปีที่แล้ว

      @@hunteractually3637 little late but Iqunix OG80, currently using it right now! Sounds good and is definitely worth the buy

    • @bearfm
      @bearfm ปีที่แล้ว

      @@hunteractually3637 IQUnix OG80 Wormhole w/ TTC ACE switches and Costar Stabilizers
      as per the description

  • @tuneable_dev
    @tuneable_dev ปีที่แล้ว +101

    this man did not just open up inspect element and delete an ad, he really just went "I dont need no damn ad blocker! Ill delete the damn thing myself!"

  • @moustafael-shaboury1692
    @moustafael-shaboury1692 ปีที่แล้ว +342

    Hurts my brain, soothes my ears. Thank you for this unique experience

    • @nguyentiensu3825
      @nguyentiensu3825 ปีที่แล้ว +2

      is this normal if i learn CS and dont know anything what he doing

    • @moustafael-shaboury1692
      @moustafael-shaboury1692 ปีที่แล้ว +5

      @@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

    • @piyaphummuetkhambong768
      @piyaphummuetkhambong768 ปีที่แล้ว +1

      @@nguyentiensu3825 I'm also CS student but i love math more than coding LOL

    • @nguyentiensu3825
      @nguyentiensu3825 ปีที่แล้ว

      @@piyaphummuetkhambong768 do u understand what he is doing in the clip ??

    • @piyaphummuetkhambong768
      @piyaphummuetkhambong768 ปีที่แล้ว +6

      @@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

  • @trevorfranks69
    @trevorfranks69 2 ปีที่แล้ว +54

    Doing stuff like this is actually a breathe of fresh air rather than dealing with business problems all the time

    • @marinamaged962
      @marinamaged962 2 ปีที่แล้ว +1

      Are you a business major

    • @trevorfranks69
      @trevorfranks69 2 ปีที่แล้ว +7

      @@marinamaged962 what do you think a programmer does on the daily? Just beep boop beep boop?

    • @marinamaged962
      @marinamaged962 2 ปีที่แล้ว +9

      @@trevorfranks69 I’m a programmer and that’s literally all we do

  • @AlpArslanTheSeljuk
    @AlpArslanTheSeljuk 2 ปีที่แล้ว +306

    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

    • @WeyardWiz
      @WeyardWiz 2 ปีที่แล้ว +63

      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.

    • @sprite3398
      @sprite3398 ปีที่แล้ว +9

      @@WeyardWiz he was talking about the math itself not the programme

    • @user-dh8oi2mk4f
      @user-dh8oi2mk4f ปีที่แล้ว +6

      @@sprite3398 he got symbolab to do the math bro

    • @omercengiz8507
      @omercengiz8507 ปีที่แล้ว

      Güzel bi yorum hemşerim :) TR

    • @xathomir
      @xathomir 3 หลายเดือนก่อน +4

      The main difference between you and him is you have dedicated years to art and films while he has dedicated years to coding. Yes, we are all different, but not by as much as you’d think. Skill comes from practice

  • @yuhaank9655
    @yuhaank9655 ปีที่แล้ว +19

    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

  • @bruhmomento5528
    @bruhmomento5528 3 หลายเดือนก่อน +12

    He kept forgeting to put the headers, honestly the most relatable part of the video.

  • @Theuncletoeticklingtoddler
    @Theuncletoeticklingtoddler 20 วันที่ผ่านมา

    Okay no because programmers are actually so cool. You’ve managed to grasp something that takes years of practice and to master and to me that’s the coolest thing ever

  • @onurertunc8812
    @onurertunc8812 2 ปีที่แล้ว +968

    Relaxing, educating... Great work.

  • @jeffreyhicks6380
    @jeffreyhicks6380 2 ปีที่แล้ว +63

    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💀

    • @ServetGulnaroglu
      @ServetGulnaroglu  2 ปีที่แล้ว +14

      Thank you! Yeah, that way I feel better :)

    • @ziaurrahman9529
      @ziaurrahman9529 2 ปีที่แล้ว +2

      it seems to be easier than removing the word from the search :D

    • @GerbenWijnja
      @GerbenWijnja 2 ปีที่แล้ว +4

      My favorite part was 0:03 touching cube.c before opening it. Servet, why?

  • @skinnytwiggyboi940
    @skinnytwiggyboi940 2 ปีที่แล้ว +499

    Ready to sleep with the best ASMR on a keyboard 😃

    • @shamimhossen1061
      @shamimhossen1061 2 ปีที่แล้ว

      Can you tell me? how can you sleep after watching this?

    • @quadroninja2708
      @quadroninja2708 2 ปีที่แล้ว +1

      @@shamimhossen1061 not "after" but rather "to it". I find typing sounds pretty relaxing and good to sleep while listening to

    • @Kav2990
      @Kav2990 8 หลายเดือนก่อน

      My brother bought me a new keyboard 'cause he couldn't sleep because of my noisy one lol

  • @SteveGenius-p4s
    @SteveGenius-p4s 7 หลายเดือนก่อน +3

    The sound of the keyboard is so satisfying!!!

  • @oOBeagleOo
    @oOBeagleOo ปีที่แล้ว +5

    love the yeeting of the google ads at the beginning

  • @endlesswick
    @endlesswick 2 ปีที่แล้ว +239

    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.

    • @HyperFocusMarshmallow
      @HyperFocusMarshmallow 2 ปีที่แล้ว +38

      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!

    • @wise_old_tree
      @wise_old_tree 2 ปีที่แล้ว +94

      Tf

    • @nkay441
      @nkay441 2 ปีที่แล้ว +6

      @@wise_old_tree 😂

    • @AnjolaAkinsoyinu
      @AnjolaAkinsoyinu 2 ปีที่แล้ว +7

      @@wise_old_tree 😂😂💔

    • @ribaaz
      @ribaaz 2 ปีที่แล้ว +8

      @@wise_old_tree basically shit that robotics/math engineers say

  • @walkergren4192
    @walkergren4192 2 ปีที่แล้ว +21

    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

  • @Lawsuited
    @Lawsuited ปีที่แล้ว +24

    This is great stuff! Just what I needed to see and hear. Really appreciate the time you took to put this together!

    • @Lawsuited
      @Lawsuited ปีที่แล้ว +1

      @@NeoCoderNet Appreciate the link!

    • @NeoCoderNet
      @NeoCoderNet ปีที่แล้ว +1

      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😄@@Lawsuited

  • @christiaanbruin4989
    @christiaanbruin4989 2 ปีที่แล้ว +113

    I love that he edited the CSS to be able to continue his formula at 1:30

    • @IDES0
      @IDES0 2 ปีที่แล้ว +3

      html div

    • @christiaanbruin4989
      @christiaanbruin4989 2 ปีที่แล้ว +35

      @@IDES0 'display: none' is css my friend

    • @IDES0
      @IDES0 2 ปีที่แล้ว +7

      @Christiaan Bruin 🫡🫡🫡 didn't know. Thanks, java-main here lmao

  • @NotRyan.
    @NotRyan. 2 หลายเดือนก่อน +4

    Being able to code like this must be really cool

  • @hails1244
    @hails1244 2 ปีที่แล้ว +187

    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."

  • @sadfingers3600
    @sadfingers3600 2 ปีที่แล้ว +16

    I'm new to programming and this will be my inspiration.

    • @luiscamacho1996
      @luiscamacho1996 2 ปีที่แล้ว

      You will never make it. Programming is for 180 IQ asians only.

    • @G41headache
      @G41headache 2 ปีที่แล้ว +4

      Best to learn how to write clean code first. Understand concepts like OOP, SOLID principles and TDD.

  • @ivanmora9584
    @ivanmora9584 2 ปีที่แล้ว +68

    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 ;).

  • @farshadbolouri2958
    @farshadbolouri2958 3 หลายเดือนก่อน +2

    As a daily embedded C programmer that implements a lotta math concepts everyday… i thoroughly enjoyed this video ❤

  • @cristianleon1299
    @cristianleon1299 ปีที่แล้ว +5

    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.

    • @lerebox
      @lerebox ปีที่แล้ว +1

      @@NeoCoderNet damn good job

  • @morallycorruptmaleficentti1194
    @morallycorruptmaleficentti1194 2 ปีที่แล้ว +7

    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!

    • @Pogass
      @Pogass 2 ปีที่แล้ว +2

      xqcL

    • @morallycorruptmaleficentti1194
      @morallycorruptmaleficentti1194 2 ปีที่แล้ว +3

      @@Pogass OMEGALUL lets get a RIP in the chat for my job

    • @mrsnup
      @mrsnup 2 ปีที่แล้ว

      @@morallycorruptmaleficentti1194 u lost your job?!?!

  • @jemakrol
    @jemakrol 2 ปีที่แล้ว +39

    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. :)

  • @x33rak
    @x33rak 2 ปีที่แล้ว +298

    great work and problem-solving, I really enjoyed watching your thinking process while you code.

    • @TheBrainn
      @TheBrainn 2 ปีที่แล้ว +11

      He’s copying off another screen.

    • @jazzgirl2358
      @jazzgirl2358 2 ปีที่แล้ว +26

      @@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

    • @suyahatesntr
      @suyahatesntr 2 ปีที่แล้ว +4

      @@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.

    • @TheBrainn
      @TheBrainn 2 ปีที่แล้ว +1

      @@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

    • @Kaminomenom
      @Kaminomenom 2 ปีที่แล้ว

      @@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

  • @bogdan.623
    @bogdan.623 4 หลายเดือนก่อน +2

    It's crazy how I have no idea what you are doing and yet it's still entertaining.

  • @MAYONNAISEMOOSE
    @MAYONNAISEMOOSE 6 วันที่ผ่านมา

    As someone currently studying freshmen level coding at uni, I am satisfied to say that I actually understood almost everything he did, except when he was declaring ominous variables usch as idx or ooz. The for and while loops were actually my last lesson, and to see them being used and explored made me feel more comfortable about coding. Like, "hey! he used the thing I was studying!" its super cool to see multiple concepts come together in a code to create something as epic as a rotating ASCII cube. ( oh and... COMMENT YOUR CODE PEOPLE)

  • @ardaozmen9265
    @ardaozmen9265 2 ปีที่แล้ว +8

    Yazdığınız koda cidden hayran kalıyorum, çok başarılı! HTML CSS JS hepsi birbirinden iyi izlemesi aşırı keyif veriyor.

  • @deeehommie7193
    @deeehommie7193 2 ปีที่แล้ว +5

    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

  • @tomaskubik97
    @tomaskubik97 2 ปีที่แล้ว +9

    I have no idea what the hell is going on in there but it's so relaxing to watch

  • @szaman6204
    @szaman6204 ปีที่แล้ว +2

    Dziękuje za wspaniały film oraz czytelną implementację kodu w c oraz użycia trybu tekstowego. Prostota i elegancja w jednym.

    • @awli8861
      @awli8861 ปีที่แล้ว

      Tak? To świetnie

  • @evanschwartzentruber1246
    @evanschwartzentruber1246 2 ปีที่แล้ว +14

    Programming + Linear Algebra goes hard

  • @bxav2813
    @bxav2813 2 ปีที่แล้ว +12

    As someone who is about to self study linear transformations, this is very motivating even though it’s scary.. lol

  • @trunkswithnojacket
    @trunkswithnojacket 2 ปีที่แล้ว +15

    Really fascinating to see how you use screenshots as part of your workflow. Gonna have to borrow that trick.

    • @МарінаТрофімченко
      @МарінаТрофімченко 2 ปีที่แล้ว

      What the program?

    • @SonnyVA
      @SonnyVA 2 ปีที่แล้ว +1

      @@МарінаТрофімченко apple has a built in screen shot application, windows should have it too? not too sure

    • @VigilIsWatching
      @VigilIsWatching 2 ปีที่แล้ว +4

      @@SonnyVA snipping tool

    • @jeffxdd4351
      @jeffxdd4351 2 ปีที่แล้ว +4

      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.

  • @Ulasbatuhankocw
    @Ulasbatuhankocw ปีที่แล้ว +2

    Hocam oylesine izlemeye başlamistim aksamlari belki biseyler kaparim diye cok imrenmistim birde Türkmüssünüz artik idolumsunuz

    • @2dcenktarihi169
      @2dcenktarihi169 ปีที่แล้ว

      Sonunda Türk bulabildim:)Sa . Adam Türk ama yorumlarda Türk yok kjljljljljljlkkjllkjkljk

  • @toto33347
    @toto33347 5 หลายเดือนก่อน +1

    Those littles imperfections on the final cube triggered me more than it should.

  • @takblin9008
    @takblin9008 2 ปีที่แล้ว +9

    Офигеть... Как же это круто!

  • @alexisreyna2423
    @alexisreyna2423 2 ปีที่แล้ว +9

    This is actually so nice to watch. Very informative

  • @mbond5601
    @mbond5601 2 ปีที่แล้ว +7

    Mind-blowing... gotta finish it tomorrow :-) Almost Doom. Thank you

  • @tati9867
    @tati9867 6 หลายเดือนก่อน +1

    Only a few seconds in and I was melting from the pleasant sounds.

  • @timothyt.82
    @timothyt.82 ปีที่แล้ว

    The dude just coded a distraction out of existence on a website. He is too powerful.

  • @block____
    @block____ ปีที่แล้ว +6

    Other people: ASMR 🤤
    Me: free code 🤑

  • @nlnxppp
    @nlnxppp 2 ปีที่แล้ว +10

    I really love the sound of this keyboard ❤

  • @tueucnguyen7641
    @tueucnguyen7641 2 ปีที่แล้ว +10

    For anyone wonders which board he's using, it's a Iqunix OG80. Thank me later ;)

    • @rodjnn
      @rodjnn 2 ปีที่แล้ว +1

      do you know what screenshot utility he used?

    • @tueucnguyen7641
      @tueucnguyen7641 2 ปีที่แล้ว +1

      I don't know unfortunately. Maybe Final Cut cus he's using a mac.

    • @MoMoneyMoritz
      @MoMoneyMoritz 2 ปีที่แล้ว

      thanks mate! hero :)

  • @JodRc424
    @JodRc424 3 หลายเดือนก่อน +2

    I can't escape this asmr

  • @bigbuba5212
    @bigbuba5212 ปีที่แล้ว +1

    Cute keyboard, calming sound
    I like

  • @game-editor2
    @game-editor2 2 ปีที่แล้ว +8

    Finally, a real programmer.

  • @medeirosbrendon
    @medeirosbrendon 2 ปีที่แล้ว +8

    The keyboard sound, feels like you are typing in finger into wood my man.
    Really nice math and programming skills.

  • @angelgomez1623
    @angelgomez1623 2 ปีที่แล้ว +5

    Man this ASMR is crazy I love it

  • @McSteveTR
    @McSteveTR 3 หลายเดือนก่อน

    Abi switchlerin harika, youtubede bu dönemlerde nadir bulunan kanallardansın.

  • @mariaalejandralopezp.4239
    @mariaalejandralopezp.4239 22 วันที่ผ่านมา

    Loved how you make it looks so simple, great video ☺️

  • @fredrikpeterson1987
    @fredrikpeterson1987 2 ปีที่แล้ว +6

    nice one and iam have done the same 3D rotating cube but on OpenGl graphics Great work there man

  • @kayrakadirkahriman2103
    @kayrakadirkahriman2103 2 ปีที่แล้ว +24

    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.

  • @ribaaz
    @ribaaz 2 ปีที่แล้ว +4

    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!

  • @aidangarofalo4788
    @aidangarofalo4788 7 หลายเดือนก่อน +1

    not the recommendation i was expecting but a recommendation i enjoyed

  • @FnStudios2
    @FnStudios2 2 ปีที่แล้ว

    A genius man. the code helps me fix it my Insomnia.

  • @marcosgabriel9219
    @marcosgabriel9219 2 ปีที่แล้ว +13

    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 😁

  • @A10PlaysGames
    @A10PlaysGames 5 หลายเดือนก่อน +33

    as a python programmer I have no idea what the hell is going on but it's cool

    • @Tamj_Bty
      @Tamj_Bty หลายเดือนก่อน +5

      Basically a cube is a 3D object but our screen is 2D so he uses Matrix to figure out. if the object is in 3D space which pixels is gonna display what value. That's how video games work. It's done by Matrix.

    • @corvsscrx
      @corvsscrx หลายเดือนก่อน +3

      Normal in python coders

  • @GR4MPI
    @GR4MPI 2 ปีที่แล้ว +16

    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

  • @expungeddata
    @expungeddata 8 หลายเดือนก่อน

    I love how you used matrices. I'm taking linear algebra classes tomorrow too. I wish one day I can code smoothly like you

  • @JotaDevelopment
    @JotaDevelopment 11 หลายเดือนก่อน +1

    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.

  • @NotAlpharius69
    @NotAlpharius69 2 ปีที่แล้ว +10

    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

  • @ianpeng7518
    @ianpeng7518 2 ปีที่แล้ว +21

    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 !!

  • @akali2927
    @akali2927 2 ปีที่แล้ว +5

    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.

  • @Guilherme.robo.python
    @Guilherme.robo.python 2 ปีที่แล้ว +5

    Vc é um gênio

  • @thesoundoflife6973
    @thesoundoflife6973 2 ปีที่แล้ว +5

    Great video!
    I was wondering, how do you keep windows on top while working on one in the background?

    • @dialecticalmonist3405
      @dialecticalmonist3405 2 ปีที่แล้ว

      It's probably a feature of the note app he's using. But I don't know what he is using.

    • @thesoundoflife6973
      @thesoundoflife6973 2 ปีที่แล้ว

      He is using vim, probably on a terminal window I think
      I think he has some other app to do that🤔

    • @sisyphus6800
      @sisyphus6800 2 ปีที่แล้ว

      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.

  • @gabyg9905
    @gabyg9905 2 ปีที่แล้ว +4

    really great and relaxing.

  • @PCGuideCentral
    @PCGuideCentral 4 หลายเดือนก่อน

    this video is so fire, it has two most replay scenes

  • @lionheart3295
    @lionheart3295 9 หลายเดือนก่อน

    Quite good explanation without saying any word

  • @ropi314
    @ropi314 2 ปีที่แล้ว +6

    Now make another one of these videos but explain in detail what everything is for

  • @learnfromthegoat
    @learnfromthegoat ปีที่แล้ว +3

    I really like the sound of your keyboard and the flexibility it has. From which brand is this keyboard from?

  • @develer816
    @develer816 2 ปีที่แล้ว +18

    0:20 roblox player spotted

    • @officialunnamed0
      @officialunnamed0 2 หลายเดือนก่อน +2

      Life, is roblox.

    • @develer816
      @develer816 2 หลายเดือนก่อน +1

      @@officialunnamed0 we da best music!

    • @Sakupenny
      @Sakupenny หลายเดือนก่อน

      real

  • @Rand0m_9uy
    @Rand0m_9uy 2 หลายเดือนก่อน

    I am fascinated by programming and code so the fact that he has added in the rotation metrix I have never seen that before and it’s so cool

  • @itsfaisalmahmud
    @itsfaisalmahmud 6 หลายเดือนก่อน

    Oh the sound of the keyboard is amazing 😍

  • @szwajda
    @szwajda 2 ปีที่แล้ว +4

    I love your vim, could you share your plugins / config ?

  • @binzhu9816
    @binzhu9816 2 ปีที่แล้ว +5

    what is your screenshot software😀

  • @jonathang6119
    @jonathang6119 2 ปีที่แล้ว +5

    what program do you use to take screenshots?

    • @juanjuan5698
      @juanjuan5698 ปีที่แล้ว

      He’s using a Mac. Mac has inbuilt screenshots by pressing Shift+Command+4

  • @paradoxine6287
    @paradoxine6287 9 หลายเดือนก่อน

    I'm taking computer science, and seeing this makes this part of my bucket list ❤

  • @Klausterfull
    @Klausterfull 3 หลายเดือนก่อน

    Delicious! Vim + Mechanical keyboard + Some pretty math = Love

  • @cristianvargasestay1086
    @cristianvargasestay1086 2 ปีที่แล้ว +5

    HOW can you make that screenshot remain on top when clicking in another app? I would love to do that

  • @praveenanand5689
    @praveenanand5689 2 ปีที่แล้ว +12

    Did not understand anything, it looks and intresting

  • @張崴傑-k7v
    @張崴傑-k7v 2 ปีที่แล้ว +5

    Excuse me for asking, but how did you take those screenshots so efficiently?

    • @TAPOCHQA
      @TAPOCHQA 2 ปีที่แล้ว +4

      @@NJMazani bro he's on mac
      cmd + shift + 4

    • @張崴傑-k7v
      @張崴傑-k7v 2 ปีที่แล้ว

      @@NJMazani Thank you very much!

    • @張崴傑-k7v
      @張崴傑-k7v 2 ปีที่แล้ว

      @@TAPOCHQA Thank you for your tip too!

  • @bettyswunghole3310
    @bettyswunghole3310 4 หลายเดือนก่อน

    Love the knuckle-crack at the end!

  • @X-GamerPro-HD
    @X-GamerPro-HD ปีที่แล้ว

    I don’t know what I’m watching but it’s cool seeing this guy do this

  • @mryafra
    @mryafra 2 ปีที่แล้ว +6

    What is the keyboard name? Please ❤️

  • @GamıpurtÇapıtılı
    @GamıpurtÇapıtılı ปีที่แล้ว +3

    Ahanda buradan da destek verelim 😊

  • @yuzu-dev
    @yuzu-dev 2 ปีที่แล้ว +7

    You are super! :D
    What program do you use to show screenshots of formulas? :o

    • @Fartcat6992
      @Fartcat6992 2 ปีที่แล้ว +1

      for macs, you just screenshot it and it will just hover above your tabs like that

    • @Nightmare-qz3wt
      @Nightmare-qz3wt 2 ปีที่แล้ว +2

      @@Fartcat6992 how to use it on windows?

    • @elliotstenhammar
      @elliotstenhammar 2 ปีที่แล้ว +1

      @@Nightmare-qz3wt There's always the snipping tool (windows + shift + s) but it won't hover above your other applications and i'm not sure if there's a way to make it do so.

    • @heebs
      @heebs 2 ปีที่แล้ว +3

      hi all, thought I'd leave this here
      if you're on windows, you can use the application "Always on Top" that lets you hit CTRL + SPACE on any application to keep it above everything else

  • @poppitpop3744
    @poppitpop3744 2 หลายเดือนก่อน

    That was so freaking fire 🔥, bro. Love ❤ it

  • @theguy4985
    @theguy4985 4 หลายเดือนก่อน +2

    Such a masterpiece in only 81 lines of code! 👏
    I don't know much at all, myself, about coding. (Aka, only the very basics of Lua.) However, I do have an idea of the efficiency in that code. With my limited knowledge and experience, I gotta say I love those moments when I'd figure out how to reduce the very same action from say 12 lines of code to 5. Very satisfying! 👍
    Fluent coding really does look like a lot of fun, but I have a lot that I don't necessarily prioritise to learn in order to get to that level. I do look forward to gliding through this sort of stuff one day though, once I've "amassed more knowledge". 🙂

    • @edoardocaon7655
      @edoardocaon7655 หลายเดือนก่อน

      Keep in mind that less code isn't always the best choice! :D

  • @Ordon746
    @Ordon746 11 หลายเดือนก่อน +6

    whats the coding language?

    • @dhruvwys7682
      @dhruvwys7682 7 หลายเดือนก่อน +3

      C programming

    • @harrywright6872
      @harrywright6872 7 หลายเดือนก่อน

      Nah, it's Assembly

  • @BULD0SIS
    @BULD0SIS ปีที่แล้ว +4

    lmfao if anyone thinks coding is like this, its not. he has done this and prepared all of this in advance and pretends its the first time hes doing it. shame on u

  • @nicknamenotfound7521
    @nicknamenotfound7521 ปีที่แล้ว +3

    Böyle bir vidyo hemde türk kanal mı? 2x destek basarım hacı