It's not clear to me the relationship between GenerationalIndex and Component (ArrayEntry<T>). I assume the component array length can be less than entities array length. Let's take for example this case: we have created 5 entieties but only 2 use physics component (the first and the fourth component), how can you map this?
@annabahdr46323 күн бұрын
2019
@annabahdr46323 күн бұрын
ططلف
@keithrbennett5 күн бұрын
Outstanding explanation of pattern matching in Ruby by its creator. Thank you, Tsujimotosan!
@vadymbarabanov15610 күн бұрын
Excellent talk! I was watching some of the recent Richard's talks mainly about Roc lang and I was thinking wow he's very good speaker I'm wondering how much time he spent to become like this. 9 years ago and he's still a superb speaker, I guess it's a talent.
@Aalii616 күн бұрын
👍👍
@raghav_199718 күн бұрын
Damn!
@seethruhead7119Ай бұрын
so painfully obvious if you're coming from functional programming :D
@clintonmoshe9544Ай бұрын
2024, great talk.
@suiteyousirАй бұрын
Could I get a link to this library?
@KokurorokukoАй бұрын
Is the last dependency injection pattern also an example of strategy pattern?
@martinWeinАй бұрын
Wow this Is powerful stuff. Ruby dominates Python. Python is a disastrous cluttered mess
@MikeDillionАй бұрын
A better time.
@jfbaro2Ай бұрын
Amazing! Is there any chance that this would be released at some point of 2025?
@tinymints3134Ай бұрын
Bro literally said nothing
@IuzeroАй бұрын
peak
@someguyO2WАй бұрын
This is a really good talk. Thank you.
@SahilCreate_Ай бұрын
here from TOP
@AmanSingh-vy5tkАй бұрын
me too
@bunyodtech29 күн бұрын
me too
@JitsudonoАй бұрын
Such a great and still timely overview of diving under the hood of the Ruby runtime!
@BSPoKАй бұрын
Here from listening to Derek Sivers and Tim Ferris podcast 🎉.. simplicity when understood is also quite beautiful, just like this talk!
@olegprogАй бұрын
good talk, faced many of these issues myself
@CosmeValera2 ай бұрын
15:18 Null Object Pattern 27:24 Composition over inheritance. Find the role
@DavidNelsonM2 ай бұрын
Amazing man that Derek prior. Baseball Coach legend pod cast champion and teaching ruby before it goes rogue.
@saeedahmad63782 ай бұрын
very informative
@subbu_creates2 ай бұрын
raising my bottle for Jim.
@isaactfa2 ай бұрын
The null object pattern is useful, but completely inapplicable here. No customer would ever want a beverage selection to do absolutely nothing. Trying to make a beverage the software doesn't know about is an error, not a no-op. Something has gone wrong and that failure needs to be reported, handled, and your poor customer needs to get a refund, not an empty cup.
@alanridlehoover9302Ай бұрын
Great point. We'll update the slide before we give the talk again! Thanks for the feedback!
@ScottyDMcom2 ай бұрын
Explains why I never heard of this conference. I got into Ruby after 2017, and occasionally make it up to Boulder for the Meetup group (I live in Colorado Springs). Maybe next year.
@thisoldproperty2 ай бұрын
Brilliant talk!
@nikitphadke2 ай бұрын
very beautiful
@_xeere2 ай бұрын
I don't think he knows about the info pages.
@ArR-yv7ux2 ай бұрын
7:37 hitesh Chowdhury 😅
@DavidNelsonM2 ай бұрын
Owen prior. Derek's son 2022 reading mass little league champs. Derek prior the coach. Coach prior
@gonelamanuprakash44872 ай бұрын
Please provide Remix option
@olaqwerty23362 ай бұрын
I keep coming back to this
@d2clon2 ай бұрын
Still valid!
@zaqueudovale8522 ай бұрын
Mudei meu projeto que usava exceptions pra usar a lib OneOf. Achei que fica mais claro no codigo os possiveis fluxos de execucao e tbm os casos de teste.
@ardianys2 ай бұрын
Oct 2024
@ComradeRachel2 ай бұрын
Rust is the future!
@Aalii63 ай бұрын
👍👍
@webgpu3 ай бұрын
even the most intelligent "women" in computer science are "men" (trans) ... it seems there must be testosterone in the brain for it to be fully functional (poor biological girls... will never have the necessary brain power to compete with men (even trans)
@RJRobinsonX3 ай бұрын
Wow... this was.. over my head. for now. but, thank you for this. I wonder if in 9 years, CV has gotten better
@webspaceadam3 ай бұрын
This talk is an absolute gem.
@davidbundgaard3 ай бұрын
How is the macros created in Pharo, ,,mat and so on?
@RobertBertha-k8x3 ай бұрын
658 Garret Place
@elnico56233 ай бұрын
as a latino, watching someone unironically put the "latinx" slur in a slide in an actual formal talk is depressing
@RillonDodgers3 ай бұрын
I come back to this video often because it helps me think of things in new ways
@NatanStreppelАй бұрын
Me too. Been coming back here from time to time for a few years already.
@yagosansz3 ай бұрын
I have watched this talk multiple times, and I learn something new every time I do it!
@DorothyOsborn-f7w3 ай бұрын
91786 Jared Springs
@lolloBriggi3 ай бұрын
At the moment, for complex 3D scenes, I would recommend using a WebView in React Native with Three.js inside it, and creating a layer of HTTP communication between the React Native app and Three.js within the WebView if needed. The reason is that, after working on several projects, I’ve noticed that performance with Expo-GL almost always falls short compared to using a WebView. Both approaches come with their own challenges, but in that regard, they are comparable, so it's better to prioritize performance for complex projects. In any case, I wouldn’t even consider starting a complex 3D project, like a video game, using React hooks, as is often the case with React Three Fiber-it would be a huge struggle if you ask me.