Пікірлер
@SSXVegeta
@SSXVegeta 21 сағат бұрын
Im having this wonderful issue im trying to figure out right now. Where I have some decently crappy DSL connection. Supposed to be 10-15M down and 1 up. In reality im getting 5 down and 2 up. Now the issue. Anytime my roommates stream anything, everything else comes to a crashing halt. Even though when I look they are using like 600-700KB/s, no matter what Ive done so far, everything else gets relegated to 20KB/s.......
@RabbitHoleSyndrome
@RabbitHoleSyndrome 11 сағат бұрын
Any chance you're connecting via WiFi? Sometimes your router/AP can be the limiting factor. If you think this could be it, try connecting to your router directly via ethernet while your roommates stream and see if you still hit the same limits.
@austinbernard7767
@austinbernard7767 2 күн бұрын
you got a sub.
@cnotv_dev
@cnotv_dev 4 күн бұрын
Thanks for the insight. This is very useful to understand the defaults. I wonder why create a library which is not framework agnostic. It could have been a set of helpers or subclasses to be then integrated with the framework or plain JS. With this choice you already create factions and reduce the support.
@zainoferd7852
@zainoferd7852 16 күн бұрын
What would be an application of this ?
@armedjaquar
@armedjaquar 17 күн бұрын
bro is like the Boss baby but grown up.
@hmaina0
@hmaina0 19 күн бұрын
This video is a goldmine. Quality content like this one is hard to come by. +1 subscriber
@EinarBordewich
@EinarBordewich 22 күн бұрын
Your section about drives can be so much simple. Just right-click on Frame End in Scene and chose "Copy as New Driver", then right-click directly into the Subtract Math node Value and select "Paste driver" - Done! :-) kzbin.info/www/bejne/jmrLq6qcbcSGhpo
@stuartmarsh5574
@stuartmarsh5574 26 күн бұрын
I didn't realize you could just combine an array with a curve modifier like that. I learned so much and we haven't even got into the nodes yet.
@cricorio3966
@cricorio3966 28 күн бұрын
Thanks a alot brother. This is what i was searching for. Again thank you very much❤❤❤
@riharrds
@riharrds 29 күн бұрын
Thank you very very very much!!
@nils883
@nils883 Ай бұрын
High quality content here, thanks!❤
@kerrykreiter445
@kerrykreiter445 Ай бұрын
Really enjoyed that! Thanks much!!
@kerrykreiter445
@kerrykreiter445 Ай бұрын
Excellent explanations! Thanks much!!
@vishwanathsinha
@vishwanathsinha Ай бұрын
Amazing content on Supbase, NextJS and creating search with personal knowledge base. Thanks for putting it together. I am new subscriber and follower~
@VishalSingh-ls4re
@VishalSingh-ls4re Ай бұрын
You made everything easy to understand. ❤
@super35link
@super35link Ай бұрын
This is by far the best KZbin content I've watched today.
@ET_AYY_LMAO
@ET_AYY_LMAO Ай бұрын
I would extend Object3D any day over extending Mesh for custom "components" in vanilla three.js...
@ET_AYY_LMAO
@ET_AYY_LMAO Ай бұрын
Off the bat this video seems extremely dishonest and like it tries to sell you react three fiber on the merit of false equivalencies. three-react-fiber is certainly not simpler to work with than three without react. Sure if all you plan to make is spinning primitives, then by all means use fiber as its the "simplest" (if you disregard all the spaghetti code that ties it all together)... Im so glad I didnt pick three react fiber for my project.
@SAKY_squad
@SAKY_squad Ай бұрын
43 mins till 1:10:20 its about the frames and not the stiching thats so real
@anp9053
@anp9053 Ай бұрын
Thank for the amazing guide. For copying fps data path, set custom fps with base of 1. At there the 24 number can do copy data path.
@KatieBadenhorst-od2dp
@KatieBadenhorst-od2dp Ай бұрын
Thank you! I'm deep in the geometry node depths right now, but this definitely helped :)
@onnonn9690
@onnonn9690 Ай бұрын
This comment is to the creator of video as he was honest to tell why and how to use nodes but he did that only at the beginning and not explained why he connected a bunch of nodes together, so I want him to make a video on how to handle all these data connections between nodes and use it according to purpose to get the desired result.
@matteoangelici9354
@matteoangelici9354 Ай бұрын
This right here is the kind of content I like to see! Really good at explaning and not afraid of side quests lol. You've certainly saved me a headache on a bunch of stuff
@hitvaghani8039
@hitvaghani8039 2 ай бұрын
They should include a link to this video in the official documentation,
@SamiSha
@SamiSha 2 ай бұрын
I like R3F for being a very good way to make quicky scenes without all the hassle, but I also noticed that this type of simplicity is a drawback of it, I've known threejs and how it works and have been using it for work, in the project I started creating things pretty straightforward using R3F with the drei library (which is encouraged by R3F) and I found myself removing more and more R3F related components and moving back to threejs, right now the only thing left from the project that is R3F related is the <Canvas> component and mounting and unmounting some models that act as helpers (like the grid) depending on the settings. Overall, R3F does achieve exactly what it tries to accomplish but for larger scale projects you should probably go for better solution that avoids using React Three Fiber IMO. Anyways, great explanation and fun to watch, it certainly would have helped me when I started my work with R3F for sure.
@ItsWesSmithYo
@ItsWesSmithYo 2 ай бұрын
@52:48 end of countdown timer 🐇 🕳️
@ItsWesSmithYo
@ItsWesSmithYo 2 ай бұрын
@43:51 light bulb moment #2 reinforcing lightbulb moment #1
@ItsWesSmithYo
@ItsWesSmithYo 2 ай бұрын
@18:05 might be the most 💡 moment of this entire, super helpful, geonodes lesson 🧮🧨🖤
@thewildventure440
@thewildventure440 2 ай бұрын
This is absolutely fantastic! was stuck at the same for very long
@Lerdi123
@Lerdi123 2 ай бұрын
Thank you for this video,answered so many questions in short time ❤❤❤
@darkshark8268
@darkshark8268 2 ай бұрын
Brother you are a life saver. I am a react developer who was trying to learn react three fiber. Read r3f docs -> got confused -> started reading threejs docs -> got confused -> tried coding in r3f -> thought documentation is incomplete -> started reading blogs -> did more coding -> again got confused -> watched this video. Now I am happy some of my concept were cleared. Thank you so so much!!!!
@RabbitHoleSyndrome
@RabbitHoleSyndrome 2 ай бұрын
You bet thanks for watching 😄
@AudioVisualRomance
@AudioVisualRomance 2 ай бұрын
So happy I took my flashlight with me. Really good video.
@EJSaxton
@EJSaxton 2 ай бұрын
This is a great tutorial, thanks! one added advantage of the naming convention is that this way there's no confusion between three.js classes you might want to import and the native fiber elements.
@mitchellrcohen
@mitchellrcohen 2 ай бұрын
THANK YOU SO MUCH
@ExSpoonman
@ExSpoonman 2 ай бұрын
Ha. "Python Dev" 😂😂😂😂
@ChiragEmpyreal
@ChiragEmpyreal 2 ай бұрын
Great explanation! Thanks.
@RabbitHoleSyndrome
@RabbitHoleSyndrome 2 ай бұрын
You bet 😄
@shartelle
@shartelle 2 ай бұрын
Excellent!
@orenmizr
@orenmizr 2 ай бұрын
that was very interesting. thanks🙏
@RabbitHoleSyndrome
@RabbitHoleSyndrome 2 ай бұрын
Thanks for watching 😄
@saibhaskerraju2513
@saibhaskerraju2513 3 ай бұрын
Any tutorial on using LLM for free . The transformers approach isn't giving good output
@JayeshSarvaiya
@JayeshSarvaiya 3 ай бұрын
Hi, I have been following your tutorials from long, they are great. I wanted to understand... 1. Which is more easy or beneficial creating things directly with Geometry nodes? or using Python scripts to make geometry nodes? 2. Can we create every geometry node with Python? or are there limitations? It yes, then isn't it better to create Geometry nodes directly? as they as visual way of programming? Rather that coding them in Python and then using them? I really wanted to understand if Python based Geometry nodes helps something extra... I tried to search answers on internet but in vein. Thank you.
@mezsan309
@mezsan309 3 ай бұрын
R3F rotation can be done with just "autorotate" on a drei orbitcontrols. which is much faster ^^
@simux008
@simux008 3 ай бұрын
Thank you, I love your way of thinking. Very factual and not tribal. Its easy to get into tribal opion wars on things like these.
@chrissparks8377
@chrissparks8377 3 ай бұрын
With a heavy CompSci / Math background, I found this to deliver CRAZY VALUE ❤ in terms of knowledged gained. You touched on the data structures, algorithms, Web API's, JavaScript ecosystem trends, and most importantly, the fundamentals of text embeddings and modern trends around their usage and deployment in an approachable, hands-on manner. 🤯 I'm always on KZbin, but literally had to look for where I could comment -- this might be my 3rd ever... Fantastic work 👏 🎉
@RabbitHoleSyndrome
@RabbitHoleSyndrome 3 ай бұрын
Glad it was helpful 😄
@shellbot972
@shellbot972 3 ай бұрын
amazing!
@mj2068
@mj2068 3 ай бұрын
from making stitches to try to conditionally hide an input box based on another checkbox, no, no, no, the hole is not deep enough. go crazier. :p
@rasier101
@rasier101 3 ай бұрын
51:03 Is Flip Faces node necessary? If someone wonders why not just join Curve Mesh on its own instead of adding Flip Face step, then consider that without this node Face Orientation would be wrong.
@sebastianwapniarski2077
@sebastianwapniarski2077 3 ай бұрын
you're awesome like a LLM.
@FastForwardToFlow
@FastForwardToFlow 3 ай бұрын
I just want to come by and say that you are probably the SINGLE BEST TEACHER on KZbin for me. I think you are the best for my specific learning style (which is also detail-oriented/rabbit hole/curiosity driven). Thank you for taking the time to produce those amazing videos, you sure have a fan club of yours!
@RabbitHoleSyndrome
@RabbitHoleSyndrome 3 ай бұрын
Thank you! 😄
@shabarinathk8954
@shabarinathk8954 3 ай бұрын
27:50 : Bro started counting from 0 , what a legend and a true engineer
@hamzakyamanywa9792
@hamzakyamanywa9792 3 ай бұрын
loved watching this!