Prime Reacts To Professor Reacting To Prime Reacting To FP | Prime Reacts

  Рет қаралды 155,671

ThePrimeTime

ThePrimeTime

Күн бұрын

Пікірлер: 460
@SimGunther
@SimGunther 11 ай бұрын
The cycle is complete! Now let's have a different professor reacting to this video and keep this thing going!
@d7584
@d7584 11 ай бұрын
frfr lmao
@ionutale1950
@ionutale1950 11 ай бұрын
is not AI we need to fear. is this loop that just started
@eppi6328
@eppi6328 11 ай бұрын
let's have Dave react to this video instead then the professor reacts to that video and prime reacts to that other video and....
@ITR
@ITR 11 ай бұрын
It would be very topical to functional programming to have this kind of recursion
@gritcrit4385
@gritcrit4385 11 ай бұрын
Yes, let's exclude that old guy who thinks he is wise somehow.
@vantagepointmoon
@vantagepointmoon 11 ай бұрын
All it takes is for the professor to react back to this video and we'll all hit the stack overflow before we know it
@Rastafa469
@Rastafa469 11 ай бұрын
Not if this gets tail call optimized
@TheRuancarlo
@TheRuancarlo 11 ай бұрын
Closed, opinion based
@Daniel_Zhu_a6f
@Daniel_Zhu_a6f 11 ай бұрын
Your stack is too small? Expand it in 3 days with our ULTIMATE STACK RESIZING UTILITY!!!
@programaths
@programaths 11 ай бұрын
@@Daniel_Zhu_a6f Just download more stack!
@monad_tcp
@monad_tcp 11 ай бұрын
@@Rastafa469 this one knows about functional programming
@itsjoshwood
@itsjoshwood 11 ай бұрын
"Kind of funny" is professor talk for "I think this guy is hilarious, but I can't say that or my students won't listen to anything he says."
@someoneelse5005
@someoneelse5005 11 ай бұрын
came here to say this, I was the asssistant professor at the university and I was told to explicitly make sure when I am quoting something or referring something, not to state that it is in any way controversial, including being funny!
@BasKeurprins
@BasKeurprins 4 ай бұрын
Absolutely. I'd say it like that too, being a professor does not make you an authority on humor.
@PisterLabs
@PisterLabs 11 ай бұрын
In theory I agree with the idea of "they all end in the same place," but the path you take towards your goal matters. If your perspective and tooling make the project unmaintainable or difficult to debug, that is a meaningful difference. Even through the project could reach feature parity across different paradigms, the longevity could suffer significantly if you are trying to force a perspective that doesn't fit.
@xkali8119
@xkali8119 11 ай бұрын
Now all that's left is to explain it in reaction video :D
@connorskudlarek8598
@connorskudlarek8598 11 ай бұрын
Do you by chance have some examples I could google? Or on your channel? (careful sending links in comments, the algorithm sometimes picks that up as spam) I'm having a hard time seeing why one perspective will be better or worse than another, even in a specific situation. It feels like that's more of a skill/architectural issue than it is a perspective issue. We each naturally will "feel" like OOP or FP are going to be harder to debug, maintain, or add to later. But is that feeling real (and something we can identify) or is that just us being more comfortable with one perspective over another? Is it that we just often implement the perspective poorly, or that a perspective is 'actually' poor? I can imagine, as Prime pointed out, someone who doesn't look at things through FP (like him) and doesn't really understand FP (like he said he doesn't) would implement FP very badly, and have a hard time maintaining FP code as they can't see the perspective themselves. Much like I still don't really get OOP. The only instance I can think of where pure FP is probably bad, is when data is going to get changed many times by being passed between functions. Like in neural networks, where you might pass billions of data points through functionA, then to functionB, back to functionA, millions of times. Copying that data to not mutate the state would be both memory and compute intensive for no real bug/safety benefit.
@PinakiGupta82Appu
@PinakiGupta82Appu 11 ай бұрын
@@connorskudlarek8598 I agree with that.
@TheNeonRaven
@TheNeonRaven 11 ай бұрын
@@connorskudlarek8598 One good example where I find leaning more toward OOP is useful is game development, where there can be a lot of complex processes going on at a time, and objects make conceptual sense as references to entities in the game, that can each have their own actions and state. On the opposite end of the spectrum where I find functional programming a good fit, is data processing pipelines. You receive data is input, you run various computations on it, and you spit out an output. You don't want to spin up various instances of objects, you just want to process data. Procedural programming I find works well for most things in between, especially when working with typical applications where it's a lot of handling user input and rendering UI to a screen. You can of course use any of these paradigms for any of these scenarios, but they each have various niceties that make working in these particular scenarios significantly easier, in particular if you omit any sort of bias you may have from prior knowledge and experience. In the end, use what every you are most proficient in that can get the job done, unless you're trying to learn something else.
@jeremiedubuis5058
@jeremiedubuis5058 11 ай бұрын
To me the real issue is abstraction not OOP or FP. What is really fun is that the basic concept of programming is abstraction. Programming languages are an abstraction on assembly which itself is an abstraction on electrical signals. The issue is having good abstractions, this is interface, or API. Building a good abstraction is incredibly hard, look at any small open source project with multiple developpers and insane amount of feedback arguing about what interfaces should be available. Whether a good abstraction you are using is OOP or FP doesn't matter at all, it is abstracted. To me, your project's architecture needs to be a really good set of abstractions. It requires time and thought to plan out and the sole purpose of that is to write the least abstractions possible on a daily basis because they are so hard. To take a simple example to me MVC is a model for abstraction that can be OOP or FP. Abstract the architecture and then when writing your models or your views or your controllers just go full procedural, your utils will almost necessarily be FP to be useful, your libraries will be one or the other and it really doesn't matter much as long as they work and have a great interface.
@ilyesbrh7667
@ilyesbrh7667 11 ай бұрын
Once a legend said: "I totally agree with me"
@mage3690
@mage3690 11 ай бұрын
This is the reaction content I crave. 5 reactions stacked on top of each other so I can watch 15 different videos simultaneously, and not learn a goddamn thing because each reaction removed the most useful 15% of the video before it. Which is exactly the same amount that I would've learned if I'd watched the original video, so it all comes out in the wash. Send help, my brain is actively losing brain cells as we speak. It's because I'm watching mindless garbage like this instead of actually learning.
@XDarkGreyX
@XDarkGreyX 11 ай бұрын
Why not learn and then watch mindless BS to cool off.
@Kane0123
@Kane0123 11 ай бұрын
And then I spend my time reading your reaction to a reaction of a reaction to a reaction to the worlds most terrible paradigm.
@geramisadeghi4296
@geramisadeghi4296 11 ай бұрын
Painfully relatable
@doleo_metal
@doleo_metal 11 ай бұрын
Your brain needs time to cool down in between sprints. Enjoy the madness
@monad_tcp
@monad_tcp 11 ай бұрын
obviously those videos are only funny if you already know all the concepts
@rando521
@rando521 11 ай бұрын
prime has achieved the peak of commentary He reacts to professor reacting to him reacting to functional programming
@rando521
@rando521 11 ай бұрын
and how to get into functional?with realistic use cases i used OO only for orms but realised sql.exec() or query() is way easier and saves way less boilerplate....| i can understand functional but dont usually use higher order functions/lambdas can i have some good way to learn it OO is generally easier to learn not because of its inherent ease but the resources available to learn it compared to functional, i like the idea of functional(similar to math) but dont know how to use it.
@asdfghyter
@asdfghyter 11 ай бұрын
@@rando521 in my opinion the best way to learn FP is to learn Haskell, since it _forces_ you to use a pure functional style. now, how do you learn haskell? there are plenty of resources available, both free and paid books, youtube video series, video lectures, etc. and of course don't forget to actually try to write code with it. I have also found it very helpful to read existing code and trying to figure out how it works. in the documentation for any haskell library, there will always be links to the corresponding piece of source code.
@Lucs-ku5cb
@Lucs-ku5cb 11 ай бұрын
​@@asdfghyterElm is also an interesting purely functional language
@compilejs110
@compilejs110 11 ай бұрын
So much React. React is everywhere.
@kahnfatman
@kahnfatman 11 ай бұрын
The loop is closed.
@0xCAFEF00D
@0xCAFEF00D 11 ай бұрын
I love that there's some true inception going on here with time compression and everything. They're 3 minutes into the innermost video, 1 minute into innermost prime, Professor at 4, current prime at 8.
@VenomousCamel
@VenomousCamel 11 ай бұрын
Not to mention, Inner prime is watching Continuous Delivery at 1.5x - 2x speed; Inner Prime's video is 57 minutes long; and Outer Prime's video is just shy of 15 minutes
@ultimaxkom8728
@ultimaxkom8728 3 ай бұрын
Inner Prime, Outer Prime. We can make a multiverse out of this.
@kingvon6820
@kingvon6820 11 ай бұрын
The way two primeagens are alligned is funny
@deniskarpov8010
@deniskarpov8010 11 ай бұрын
Asmongold level of content farming. Good job!
@NostraDavid2
@NostraDavid2 11 ай бұрын
The overlap between Asmongold viewers and ThePrimeagen viewers is surprisingly high!
@poika22
@poika22 11 ай бұрын
@@NostraDavid2 The overlap between an MMO streamer and a programming streamer is surprising?
@jackpowell9276
@jackpowell9276 11 ай бұрын
Lmao this was my first thought, love a 4D abstraction reaction.
@brandon-butler
@brandon-butler 11 ай бұрын
@@NostraDavid2Oh no… Im one of them 😂
@mattymerr701
@mattymerr701 11 ай бұрын
"do you have a published paper" is the filter for functional programmers
@Kojikeneda
@Kojikeneda 11 ай бұрын
Need to get the Professor on the channel for a healthy debate on this topic. That would really close the loop and be cool to see industry and academics discussing these topics.
@russelllapua4904
@russelllapua4904 11 ай бұрын
I had a massive grin on my face watching all of this, it's so funny
@IamJewz
@IamJewz 11 ай бұрын
“Life is a skill issue.” Words I will never forget
@TON-vz3pe
@TON-vz3pe 11 ай бұрын
Amen
@ben8557
@ben8557 11 ай бұрын
I WAS IN THIS LECTURE, it truly surreal to watch Primeagen react (re-re-react?) to this
@itsrobelschwarz7248
@itsrobelschwarz7248 10 ай бұрын
imma about to transfer to your school fr fr, this was so funny
@timebroua
@timebroua 11 ай бұрын
Amazing Prime video, amazing Prime takes real talk - please do more of these Prime stuff
@Endelin
@Endelin 11 ай бұрын
Watching Daniel Ingalls lecture about Smalltalk from 1989 is so inspiring, then watching his 2011 lecture about The Live Web where he shows the same examples in a web based Smalltalk version run slower is so depressing.
@programaths
@programaths 11 ай бұрын
A paradigm is a tool, though. It's like a lens that forces you to look from another perspective. And because you have that other perspective, you may see things you can exploit. It's a tool of the mind!
@mykyar9142
@mykyar9142 11 ай бұрын
Why does this question of "Functional vs OO" even exist? These are not opposing principles. They are orthogonal. It's like comparing Yellow vs Aluminium.
@cybrown3369
@cybrown3369 4 ай бұрын
Aluminium is clearly better
@mikolash8246
@mikolash8246 3 ай бұрын
@@cybrown3369 would you eat an aluminum lemon or a yellow one
@diegolikescode
@diegolikescode 11 ай бұрын
the factorial equivalent of a reaction video
@debonairrose
@debonairrose 11 ай бұрын
TheReactagen sounds like a such a cool world-ending chemical compound.
@ThePrimeTimeagen
@ThePrimeTimeagen 11 ай бұрын
I'll try my best
@homelessrobot
@homelessrobot 11 ай бұрын
I like how primeagen reacting to professor reacting to otherguy reacting to primeagen just degenerates into primeagen reacting to himself.
@flippert0
@flippert0 11 ай бұрын
flat_map!(Primeagen(Prof(Primagen(FP_Guy))))
@gregorymoore2877
@gregorymoore2877 Ай бұрын
The other guy does the Continuous Deliver channel. I enjoy their content too.
@JGoundry
@JGoundry 4 ай бұрын
went straight to the post date after he called him a dr disrespect enjoyer🤣
@d3fau1thmph
@d3fau1thmph 4 ай бұрын
That DrDisRespect remark aged like milk.
@HansVanIngelgom
@HansVanIngelgom 11 ай бұрын
This video has the perfect format for demonstrating why abstraction lasagna will mess with your head.
@SuperPranx
@SuperPranx 11 ай бұрын
The last big abstraction of abstractions we had to refactor was a dynamic table generator, which took a bunch of parameters from a bunch of places and generated table rows and cells in a data model in the backend, which was then used by the frontend to create a table. In the end we scrapped the old implementation, part of which was not even needed any more, and we wrote separate code for the different cases. Yes, there is some duplication, but I'd rather have that, than unreadable DRY code that it takes days to understand every time you need to change something or, heaven forbid, if you need to find an obscure bug.
@remboldt03
@remboldt03 6 ай бұрын
I like how prime pauses the video to agree with himself near the end
@meol0390
@meol0390 11 ай бұрын
We need the professor reacting to this reaction!
@tedbendixson
@tedbendixson 11 ай бұрын
I would say there's a pretty big difference between schools of functional programming and procedural programming. Many functional programming proponents also want to impose a bunch of constraints on state mutability, use of raw pointers, side effects, etc. If you want the constraints, you're in the functional camp. If you say to hell with the constraints, you're a procedural programmer.
@gJonii
@gJonii 11 ай бұрын
Anyone programming in modern times with anything other than assembly subscribes to a ton of constraints. Say, structured programming, ie, not using goto, but function calls instead, is a constraint. You using objects is a constraint. It's a constrained way of structuring data/code. The interesting bit is that it is somewhat opposed to functional school of structuring data/code, but you can do both constraints, tho synergy isn't on your side there.
@tedbendixson
@tedbendixson 11 ай бұрын
@@gJonii I meant more specifically the mutability/immutability constraints that tend to go with functional programming, the disavowal of raw pointers, that kind of thing. I agree that procedural has constraints, just different ones than the kind that functional programmers tend to adopt. And even within procedural schools, people disagree. Rust people don't do raw pointers. C people don't mind them.
@Entropy67
@Entropy67 11 ай бұрын
@@tedbendixson I guess that makes my code a combination of the two. Because its entirely possible to mix and match parts of your code with different styles, and sometimes it makes more sense - at least to me. I generally allow myself to figure out the structure of how I want to do something by messing around, then scrap it all and design something good from the start based on what I learned... when you have a second chance you can come up with all sorts of ways to optimize and make your code cleaner, more efficient, & more reusable, things you just wouldn't think of the first time without a better perspective of the problem.
@colemanroberts1102
@colemanroberts1102 11 ай бұрын
​@@samuraijosh1595immutability doesn't require a certain evaluation strategy. Also, you can use arrays in immutable languages, so long as each element is only assigned a value once.
@tedbendixson
@tedbendixson 11 ай бұрын
@@Entropy67 I do a similar thing. I assume the first version of a system will suck, but I make it anyway. Then, later on, if I need to make it better I'll do another iteration of it. Some systems are quite difficult to figure out, and I don't get there until the six or seventh time I build them. Generally speaking, programming ideologies are bad because nearly all of them assume you know what you're going to make before you make it.
@ericbwertz
@ericbwertz 11 ай бұрын
Someone really needed to describe functional programming as the human centipede of procedure calls. This seems like a missed opportunity.
@chriswursch2110
@chriswursch2110 3 ай бұрын
"average dr disrespect enjoyer" hooo boi that one aged like milk 🤣
@olehlutsenko
@olehlutsenko 11 ай бұрын
I was kinda waiting for this video to happen, so thank you Prime!
@nnm711
@nnm711 11 ай бұрын
What a great professor, I really like him! Instead of reciting a littany what OOP is for the whole lesson, that would undoubtedly bore the students, he uses freely available material of two notorious people with lots of experience and differing opinions, while filling in the gaps. Making the lesson a lot more than just "trust me bro, I am the professor here, just learn what's in my lesson to pass."
@nicesoul
@nicesoul 11 ай бұрын
Hey, Prime, isn't this reaction circle your ultimate abstraction? :) Love you videos, keep going!
@judahwilson6756
@judahwilson6756 11 ай бұрын
I wanna say thank you for making this vid! I was hoping when I first watched it there would be a “prime reacts to..”😂🔥
@ZwCode
@ZwCode 11 ай бұрын
Can't Wait till next semester when we get "Prime reacts To Professor Reacting to Prime Reacts To Professor Reacting To Prime Reacting To FP"
@miguelarribas9990
@miguelarribas9990 11 ай бұрын
At some point they will become confused and react to themselves.
@magnush.gislason7169
@magnush.gislason7169 11 ай бұрын
I watched (listened to) like 40 hours of your content in the past few days and I just hit like and subscribe, just because Professor said so.
@HunterRoMike
@HunterRoMike 11 ай бұрын
Regarding 8:30. Isn't "the way to look at a problem" a mental tool? The way I see it: the first tool you use when solving a problem is contextualization, the way you choose to look at the problem. (i.e. which paradigm is best suited to solve said problem)
@Provokant
@Provokant 11 ай бұрын
It's so telling that the professor skipped the part where you talked about oop and inheritance often beeing a unsuitable abstraction causing konplexity. Academia caused so much harm in practice especially with inheritance. They should really look more into what our problems in the industry are.
@Muskar2
@Muskar2 11 ай бұрын
It's so easy to buy in to OOP and inheritance. I wish the industry wasn't so dogmatic about it. And I wish that there were less gatekeepers among those who are proficient in both hardware understanding and procedural code.
@itsrobelschwarz7248
@itsrobelschwarz7248 10 ай бұрын
This is the realest take I've seen. Of the 4 computer science university courses I've taken, they all circle back to "OOP is the holy grail that will solve all your problems."??? Universities are psyops by the secret society of OOP to convince the population that there are no other paradigms.
@BrunodeSouzaLino
@BrunodeSouzaLino 10 ай бұрын
Academia is also responsible for selling the idea that functional programming is as easy to learn as its procedural counterpart whilst also maintaining an extremely high bar for entry. Haskell is 33 years old and there's not a single person in that community that's capable of explaining monads in a way that doesn't require you to already know what they are or have knowledge of category theory. The same goes for many of the complex parts of C++, Rust and so on. It's almost like people are in a pissing context to see who can craft the most complex solution just so they can bask about how smart they are.
@vladpop9470
@vladpop9470 11 ай бұрын
You truly are a geeky blend between Bill Burr and Dr. Disrespect. Love it!
@Frxddy23
@Frxddy23 11 ай бұрын
Wtf I literally just left a comment on this vid saying is it just me or does anyone else feel like prime's a big bill burr fan😂scrolled down to see this
@RoyRope
@RoyRope 11 ай бұрын
I think if I'd had to give a brief description of OO I think i'd would be a paradigm oriented around the communication of objects. Abstraction is everywhere, almost all paradigms can have that classification, you can(and probably should) have OO without inheritance, encapsulation similar to abstraction is very common for different paradigms(closures e.g.) and polymorphism can happen with functions to, and operators in reactive programming I think.
@SynchronizedRandomness
@SynchronizedRandomness 11 ай бұрын
12:56 Use Common Lisp; you can abstract away inconvenient glue code so you don’t have to change existing abstractions to bring an unexpected use-case down to reasonable effort levels. And if you *do* need to change things, you can modify whichever aspects of the abstraction stack need to be refactored for your specific use-case, without having to modify the original code files or worry about entity-redefinitions breaking the language environment.
@Wielorybkek
@Wielorybkek 11 ай бұрын
Prime: "Sometimes I just say words without thinking." Also Prime: ""...Reactagen"
@overtomanu123
@overtomanu123 11 ай бұрын
For those who have trouble recollecting stuff while giving interviews - Abstraction, Polymorphism, Inheritance Encapsulation remebered as A-PIE
@reedmoore5450
@reedmoore5450 11 ай бұрын
Oh shoot, Primeagen found the infinite content glitch
@georgeindestructible
@georgeindestructible 11 ай бұрын
Booth are tools to be used in separately or mixed depending on what you are trying to accomplish when efficiency comes to mind. It's that simple.
@old_penguin
@old_penguin 11 ай бұрын
i hope the professor will react to Prime's reaction
@Muskar2
@Muskar2 11 ай бұрын
@PisterLabs did in comment form
@chrispian
@chrispian 11 ай бұрын
Dave confuses me with that list at the end because I've seen videos where he's talked about messaging being the true core of OOP and I think it was on his channel that he even mentioned the creators of SmallTalk regretted their focus on anything BUT messaging because that was the point. I could be misremembering and I'm not smart enough to be an authority on the topic. But I love this reply and shows why I still love you Prime. Huge ego and still humble AF and able to handle a teardown. Legend.
@David-pz4gy
@David-pz4gy 11 ай бұрын
„Life is a skill issue“ - The Philosophgen
@darshandev1754
@darshandev1754 11 ай бұрын
Dave needs to react to this and close the loop
@BaptistPiano
@BaptistPiano 11 ай бұрын
The only next logical step is the modern peak of communication: the conversation
@SashaInTheCloud
@SashaInTheCloud 11 ай бұрын
I needed this kinda funny after the kinda news flying lately, thanks Prime
@darwinschuppan8624
@darwinschuppan8624 11 ай бұрын
We have reached peak reaction encapsulation
@Idlecodex
@Idlecodex 11 ай бұрын
@ 4' a true inception moment! Prime watching professor, watching prime, watching Dave talking about Dave! 😵‍💫
@mskiptr
@mskiptr 11 ай бұрын
Just spend a day learning the small Haskell-like language that compiles to JS I cannot name here. You'll finally know what this pure FP stuff is generally about
@greencol
@greencol 11 ай бұрын
This video caused a tear in the space- time continuum.
@yashsolanki069
@yashsolanki069 11 ай бұрын
12:22 that's like the version of "it works on my machine" in alternate universe ;)
@zlsKeksia
@zlsKeksia 11 ай бұрын
"Ejaculate words out of my mouth"... absolute genius
@deado7282
@deado7282 11 ай бұрын
CD has to react to this so we get back to main()
@lavi5593
@lavi5593 10 ай бұрын
Engaging in a discourse on functional programming versus object-oriented programming (OOP) is contingent upon the specific nature of the task at hand. Each paradigm presents unique advantages, making its suitability dependent on the particular requirements and characteristics of the programming endeavor. A thoughtful discussion necessitates an examination of the contextual nuances and objectives associated with the programming task.
@fisnik8965
@fisnik8965 11 ай бұрын
This gotta be the best reaction videos I've watched
@teodormaxim5033
@teodormaxim5033 11 ай бұрын
9:34 I know it's probably a joke, but just wanted to add this for those who may not know. An example of a successful Haskell project is the Hasura GraphQL engine, the server of which is fully written in Haskell.
@X3n0n36
@X3n0n36 11 ай бұрын
A good set of abstractions are wide, really specific for each use case with no coupling, when you start adding depth to abstractions you are digging your own grave
@adnanmohammed4354
@adnanmohammed4354 11 ай бұрын
This looks like an interesting class to take next semester
@thebluriam
@thebluriam 11 ай бұрын
Have this professor on the stream!!! He's fantastic!
@Grumpicles
@Grumpicles 5 ай бұрын
I used Smalltalk in uni... 20 something years ago. The only time I otherwise hear about it is in contexts like this. But... (lol) the memory feelings are largely positive.
@vadimemelin2941
@vadimemelin2941 10 ай бұрын
A way to look at a problem is a model, and THAT"S A FUCKING TOOL
@Arzen84
@Arzen84 11 ай бұрын
Dude, I was waiting for this since I saw the other video 😆
@nevemartins
@nevemartins 11 ай бұрын
I think we are witnessing a functional recursion here.
@twistedridermike
@twistedridermike 11 ай бұрын
This video is such pauseception. This is what nested loops sound like.
@arsenskavin130
@arsenskavin130 11 ай бұрын
Oooh, a chain reaction, gonna blow up
@anypoptoslol
@anypoptoslol 3 ай бұрын
you can look at prespectives as mental tools, if i study the atom in a subatomics physics perspective i use other tools than when i study it in a chemistry perspective.both usefull thought in solving different problems.
@snuffinperl8059
@snuffinperl8059 11 ай бұрын
This is 'all in all' good, but hard to consume, getting inception vibes all over the place!
@poika22
@poika22 11 ай бұрын
"hard to consume" 🤢
@random6033
@random6033 11 ай бұрын
all of those except for inheritance (and maybe polymorphism in some cases) are in basically any other paradigm
@chaoslab
@chaoslab 6 ай бұрын
"We got kind of funny", TBH I think you are off the chain and out the gate funny. 🥰
@br3nto
@br3nto 11 ай бұрын
12:08 I think the professor has altered the Primeagen’s voice to sound more cartoony 😂 probably just to mess with Primagen
@luizfcavalcanti
@luizfcavalcanti 11 ай бұрын
My brain... it hurts, the callstack blew up with this much recursion.
@LC12345
@LC12345 11 ай бұрын
“I totally agree with me!” - The Primeagen
@j05huaNathaniel
@j05huaNathaniel 11 ай бұрын
Now we need the professor to react to Prime reacting to the professor reacting to Prime.
@Slashx92
@Slashx92 11 ай бұрын
You KNOW the professor is here watching
@remssi-dev
@remssi-dev 11 ай бұрын
The professor was enjoying the video so much
@headlights-go-up
@headlights-go-up 11 ай бұрын
“A lot of this is nonsense” -also me watching Prime’s stream. BOOM, ROASTED.
@mathiaz943
@mathiaz943 11 ай бұрын
Before I watch this to the end: my suspicion is that this an introductory lecture laying foundations for the topic of recursion later….
@TheLummen.
@TheLummen. 11 ай бұрын
"Dipping my hot dog...." man wtf !?
@cezary_dmowski
@cezary_dmowski 11 ай бұрын
this is pure and stateless
@pashadia
@pashadia 11 ай бұрын
I think I've finally figured out java and spring: they're not used to build software, but hardware. Software, as opposed to hardware, is meant to be able to change, but "adding one" to a springboot is impossible. You might as well make a new board and ship it to customers.
@adanson100
@adanson100 11 ай бұрын
I teach software development for games at a university and I have also referenced primeagen videos to my students.
@somenameidk5278
@somenameidk5278 11 ай бұрын
my reaction to your reaction to his reaction to your reaction to that information:
@SJHunter86
@SJHunter86 11 ай бұрын
ThePrimeagen with an example in recursion
@RoastLambShanks
@RoastLambShanks 11 ай бұрын
I want the prof to do a react to this vid.
@W1TEA
@W1TEA 11 ай бұрын
Does Prime need to have this Professor on his stream? Asking for a....chat.
@Tekay37
@Tekay37 11 ай бұрын
If this keeps going we might end up with a discussion.
@Muaahaa
@Muaahaa 11 ай бұрын
I'd argue that mental models can definitely be used like tools, if you are able to cycle between some and pick the most appropriate. But this is a semantics thing, because some people will have broader or narrower definitions for "tool" that they want to stick by.
@BrunodeSouzaLino
@BrunodeSouzaLino 10 ай бұрын
It's not really. At least in Merriam-Webster, the first 5 definitions for "tool" are essentially variants of "an object or method used to solve a problem." And even the perjorative use of the word is also that definition.
@Muaahaa
@Muaahaa 10 ай бұрын
​@@BrunodeSouzaLinoI'd consider a mental model to be a method for thinking about a problem that can help you solve it, and therefore a tool.
@StdDev99
@StdDev99 11 ай бұрын
I could still tell if it's present-day Prime or past Prime from the audio quality, but I kept forgetting who was replying to who in what order
@skilz8098
@skilz8098 11 ай бұрын
This is a classic case of non uniform recursion! I love it!
@TehPwnerer
@TehPwnerer 11 ай бұрын
Awesome he's got a very similar hoodie on both vids
@paca3107
@paca3107 11 ай бұрын
oh boy Ive been waiting for this since saw it
@gregorymoore2877
@gregorymoore2877 Ай бұрын
If Penny and Sheldon were developers: Penny: Why don't you use Rust? It's just like C. Sheldon. Excuse me! In a world where C already exists, why would I settle for something "like C?"
@MrAbrazildo
@MrAbrazildo 11 ай бұрын
10:09, but 2 dudes with the same expertise on both will produce different results, because OO takes care of problems FP wasn't designed to deal with.
@Heater-v1.0.0
@Heater-v1.0.0 11 ай бұрын
Premature abstraction is the root of all evil.
@CSharp1991
@CSharp1991 11 ай бұрын
FP is a poor man's OOP (c) Kevlin Henney
Prime Reacts: The Story of React
31:44
ThePrimeTime
Рет қаралды 131 М.
You Should Never Work At FAANG as a faang engineer
43:25
ThePrimeTime
Рет қаралды 238 М.
Увеличили моцареллу для @Lorenzo.bagnati
00:48
Кушать Хочу
Рет қаралды 3,3 МЛН
Lol, Lmao
28:36
Count Dankula 2 : Electric Boogaloo
Рет қаралды 246 М.
MAXIMUM CRINGE Programming Language Tier List | Prime Reacts
22:45
ThePrimeTime
Рет қаралды 597 М.
'The Cloud Fugitive' | David Heinemeier Hansson | NTK # 001
19:54
DARK MATTER +
Рет қаралды 12 М.
Prime Reacts: I like this Backend
34:07
ThePrimeTime
Рет қаралды 234 М.
VFX Artists React to Bad & Great CGi 52 (ft. SETH ROGEN)
22:29
Corridor Crew
Рет қаралды 3,3 МЛН
How To Find Time To Learn After Work | Prime Reacts
13:37
ThePrimeTime
Рет қаралды 526 М.
I Went To DEFCON!
16:25
ThePrimeagen
Рет қаралды 274 М.
IS THIS SOFTWARE DEV? | Prime Reacts
19:17
ThePrimeTime
Рет қаралды 442 М.