Wisdom From Linus | Prime Reacts

Ғылым және технология

Recorded live on twitch, GET IN
/ theprimeagen
Become a backend engineer. Its my favorite site
boot.dev/?promo=PRIMEYT
This is also the best way to support me is to support yourself becoming a better backend engineer.
Reviewed excerpt: lkml.iu.edu/hypermail/linux/k...
By: Linus Torvalds
MY MAIN YT CHANNEL: Has well edited engineering videos
/ theprimeagen
Discord
/ discord
Have something for me to read or react to?: / theprimeagenreact
Kinesis Advantage 360: bit.ly/Prime-Kinesis
Hey I am sponsored by Turso, an edge database. I think they are pretty neet. Give them a try for free and if you want you can get a decent amount off (the free tier is the best (better than planetscale or any other))
turso.tech/deeznuts

Пікірлер: 935

  • @ThePrimeTimeagen
    @ThePrimeTimeagen4 ай бұрын

    For all of those asking "Why is hair blue?" I LOST A BET AND I AM A MAN OF MY WORD NO MATTER HOW STUPID I FEEL

  • @user-lz2oh9zz4y

    @user-lz2oh9zz4y

    4 ай бұрын

    way worse if it were green

  • @MrAvocadoMan

    @MrAvocadoMan

    4 ай бұрын

    thats a man of integrity

  • @onred_

    @onred_

    4 ай бұрын

    But what would you have gotten if you won?

  • @666ILIKECAKE

    @666ILIKECAKE

    4 ай бұрын

    It works, keep it :D

  • @engineeranonymous

    @engineeranonymous

    4 ай бұрын

    Respect

  • @gala_vs
    @gala_vs4 ай бұрын

    biblically accurate rust dev

  • @lonelywanderer2467

    @lonelywanderer2467

    4 ай бұрын

    underrated comment bhahaha

  • @akhilbisht798

    @akhilbisht798

    4 ай бұрын

    🤣

  • @nholms

    @nholms

    4 ай бұрын

    What would Linus do? WWLD?

  • @ninocraft1

    @ninocraft1

    4 ай бұрын

    hahaha, gottem good

  • @coolhologramkid

    @coolhologramkid

    4 ай бұрын

    Programmers are also humans, has a video on Sr. rust dev. the dev also has blue hair.🤣🤣 kzread.info/dash/bejne/hnuas9dpkrS6e8Y.html

  • @DCCXXV
    @DCCXXV4 ай бұрын

    Nice senior rust dev hair

  • @RiwenX

    @RiwenX

    4 ай бұрын

    🤣🤣🤣

  • @TheHighborn

    @TheHighborn

    4 ай бұрын

    can't be one. He's not in a fur suit

  • @_Lumiere_

    @_Lumiere_

    4 ай бұрын

    It's part of the new Netflix uniform requirements

  • @jerichaux9219

    @jerichaux9219

    4 ай бұрын

    @@_Lumiere_Either that or he has to personally go to Skid Row and greenlight a series pitched by a homeless drug addict.

  • @riigel

    @riigel

    4 ай бұрын

    😂😂😂😂😂

  • @tacklemcclean
    @tacklemcclean4 ай бұрын

    That hair, telltale sign of entering the next phase of his furry arc

  • @CallMeMSL

    @CallMeMSL

    4 ай бұрын

    Arc

  • @christophwinkler1655

    @christophwinkler1655

    4 ай бұрын

    Trying so hard to pretend that he is not DrDisrespect

  • @hasan_haja

    @hasan_haja

    4 ай бұрын

    @@CallMeMSL Arc

  • @yeetdeets

    @yeetdeets

    4 ай бұрын

    I find it really jarring for some reason. I can't look at it too long, or I find it disturbing.

  • @ninocraft1

    @ninocraft1

    4 ай бұрын

    ​@@yeetdeetsit is, maybe its just the autism speaking xD

  • @ycombinator765
    @ycombinator7654 ай бұрын

    My biggest takeaway as a junior developer who is getting into real stuff. You dont have to solve every problem by creating a new abstraction, because not every problem is worth solving. - ThePrimeagen I love this. Thanks

  • @doc8527

    @doc8527

    4 ай бұрын

    Also for all level of engineers. If you are not clear about the domain of a specific functions. Copy & Paste that function for your own usage with modification and clear out all the unrelated stuff is totally fine, it doesn't violate the DRY principle. Don't try to reuse everything, please. I have a hard hard hard time to watch people are arguing about DRY and Copy&Paste

  • @XDarkGreyX

    @XDarkGreyX

    4 ай бұрын

    Yeah, i have stopped myself a many times.... but a reminder is always helpful

  • @user-yf5wt2so2d

    @user-yf5wt2so2d

    4 ай бұрын

    YAGNI! You ain't gonna need it :-)

  • @Spoonbringer

    @Spoonbringer

    4 ай бұрын

    Software developers like to be clever. Once your cleverness gets you in trouble a few times you'll learn to prioritize simplicity and maintainability.

  • @bike4aday

    @bike4aday

    4 ай бұрын

    It's easier to write 5 lines of code 3 times than to write 50 lines of code to abstract those 5 lines and then share those 50 as a dependency in 3 projects that has to be maintained and documented for 20 years

  • @nicholaswillhite5888
    @nicholaswillhite58884 ай бұрын

    The opposite of DRY (don't repeat yourself) is WET (we enjoy typing) :D

  • @dfcx1

    @dfcx1

    4 ай бұрын

    This is why it's bad to have too nice a keyboard

  • @HansBezemer

    @HansBezemer

    4 ай бұрын

    That's why the best programmers are lazy by default. We spend the extra effort to make a routine atomic, so we can make it into a module. That way we can just pull it in instead of having to write the whole darn thing again.

  • @mr-boo

    @mr-boo

    4 ай бұрын

    I have learned that WET = Write Everything Twice; The heuristic being that you need at least three instances in order for an abstraction to be merited. It's not a perfect heuristic, but it's worth to keep in mind.

  • @pcwalter7567

    @pcwalter7567

    Ай бұрын

    Well said.

  • @michaelslattery3050
    @michaelslattery30504 ай бұрын

    An experienced co-worker used to say: "you write it, you own it" and "Who's going to own it?". He would say this whenever someone would suggest a new tool or wrapper.

  • @ferinzz

    @ferinzz

    4 ай бұрын

    Yes! Someone built a cheat sheet thing for... mostly another team. I haven't used it. I'm not sure who has used it and I'm not sure who has kept the info in there updated, if they ever did. He's no longer with the company, so now it's with another team who is just maintaining it.

  • @SXZ-dev

    @SXZ-dev

    Ай бұрын

    Then the communist co-worker says "i don't believe in private property" 😂

  • @Blaisem

    @Blaisem

    Ай бұрын

    And then the person who wrote/owns it leaves the company

  • @jocm99

    @jocm99

    16 күн бұрын

    @@SXZ-dev "WE own it, damnit!!"

  • @batatanna
    @batatanna4 ай бұрын

    therapist: Blue hair primeagen doesn't exist blue hair primeagen:

  • @DaliPose

    @DaliPose

    4 ай бұрын

    Rust may make iron red but it makes programmers blue.

  • @Tony-mw-533

    @Tony-mw-533

    4 ай бұрын

    He was like "hold my beer"

  • @private_account407

    @private_account407

    4 ай бұрын

    primeagen isn't being treated by a therapist. the therapist is being treated by primaeagean

  • @batatanna

    @batatanna

    4 ай бұрын

    @@private_account407 thats not how this meme works but ok

  • @Alan-ru5cg

    @Alan-ru5cg

    4 ай бұрын

  • @zacharythomasrobertson8471
    @zacharythomasrobertson84714 ай бұрын

    I can assure you my 20+ files of extensive boilerplate designed to track div toggle events are not garbage.

  • @ThePrimeTimeagen

    @ThePrimeTimeagen

    4 ай бұрын

    i just wouldn't understand engineering (real engineering)

  • @dromedda6810
    @dromedda68104 ай бұрын

    prime is about to start wearing thigh highs, and run arch

  • @ninocraft1

    @ninocraft1

    4 ай бұрын

    on his way to buy programming socks, software development is an equipment sport

  • @petrus4
    @petrus44 ай бұрын

    Linus' two areas of proficiency are kernel development, and delivery of what TVTropes defines as the "The Reason You Suck speech."

  • @georgerogers1166

    @georgerogers1166

    4 ай бұрын

    The two requirements for a BDFL.

  • @thule1823

    @thule1823

    4 ай бұрын

    God bless Linus.

  • @Blaisem

    @Blaisem

    Ай бұрын

    Also made git

  • @aoeu256

    @aoeu256

    Ай бұрын

    @@Blaisem Git is hmm... kinda... messed up though, we use git because everyone else does. Where mercurial and whatever really worse?

  • @Blaisem

    @Blaisem

    Ай бұрын

    @@aoeu256 At different points they may have been, but I know some of their advantages have since been integrated into git. I don't know how they compare today.

  • @youkenez
    @youkenez4 ай бұрын

    I like how polite and thoughtful Linus is there when he writes "*' in place of the "u". Anyway, I'd start using copilot if they upload a Linus agent, I need that.

  • @3lH4ck3rC0mf0r7

    @3lH4ck3rC0mf0r7

    4 ай бұрын

    Don't let your memes be dreams. Train your own language model on aggro Linus emails.

  • @rgergigergeergergegergeg

    @rgergigergeergergegergeg

    Ай бұрын

    @@3lH4ck3rC0mf0r7 fuck. we need to do this.. lets make this a project.

  • @Finkelfunk
    @Finkelfunk4 ай бұрын

    The even more funny thing: The guy who committed the change is a software engineer at Google and later admitted he actually did not understand what the function does or why it is important in detail.

  • @electrolyteorb

    @electrolyteorb

    4 ай бұрын

    All in all, he f**ked up in the best way possible

  • @BeniaminSandu

    @BeniaminSandu

    4 ай бұрын

    Thats not some random engineer at Google, he is one of the oldest kernel developers, a very known guy (speaks at conferences, part of Linux advisories boards, etc), and did most of the work for ftrace framework (IIRC). Which makes this thing kind of funny and awkward.

  • @dealloc

    @dealloc

    4 ай бұрын

    Steven is not some random Google engineer. By Steven's own words; "tl;dr; Google had very little to do with the email thread. I didn't copy a function that I didn't understand but it was overkill for my use case which is why Linus said I didn't understand it. Linus was having a bad week when a bug report came in on my code." There's a longer comment on TheRegister explaining everything from his start as a kernel developer, building file systems, to the issue at hand and a more in-depth explanation of what happened.

  • @31redorange08

    @31redorange08

    4 ай бұрын

    Why lie?

  • @Evan-dh5oq

    @Evan-dh5oq

    4 ай бұрын

    ​@@deallocWeird to take Steven's words at face value while not taking Linus's

  • @thekwoka4707
    @thekwoka47074 ай бұрын

    "I have a video where I read an article about it"....peak reactor

  • @joestevenson5568

    @joestevenson5568

    4 ай бұрын

    A prime reactor, even

  • @papsanlysenko5232

    @papsanlysenko5232

    4 ай бұрын

    ​@@joestevenson5568prime reactor can not be even unless it's a 2

  • @supernova5434

    @supernova5434

    4 ай бұрын

    @@papsanlysenko5232A prime reactor, odd

  • @timetraveler0002

    @timetraveler0002

    4 ай бұрын

    @@joestevenson5568 nuclear reactor

  • @titos2k

    @titos2k

    4 ай бұрын

    speaking of wrappers huh

  • @danielgulyas2575
    @danielgulyas25754 ай бұрын

    >wrap an already well known tool with their own tool because it helps shorcut some basic common usages i do that all the time, it's called a Makefile

  • @freasses

    @freasses

    4 ай бұрын

    Cmake 🤣

  • @samuelwaller4924

    @samuelwaller4924

    4 ай бұрын

    @@freasses ffs no. literally the definition of overcomplicating things

  • @rgergigergeergergegergeg

    @rgergigergeergergegergeg

    Ай бұрын

    @@samuelwaller4924 it depends what kind of tool.

  • @daniel85mg
    @daniel85mg4 ай бұрын

    I'm worried what's gonna happen to the Kernel once Linus (fully)retires...

  • @maximofernandez196

    @maximofernandez196

    4 ай бұрын

    I hope he finds someone just like him

  • @vilian9185

    @vilian9185

    4 ай бұрын

    greg is there lol

  • @RicardoSilvaTripcall

    @RicardoSilvaTripcall

    4 ай бұрын

    Looking at the Linux community today, once Linus retires, the whole thing is doomed ...

  • @AdamPippert

    @AdamPippert

    4 ай бұрын

    Random fact: I bought a car at an estate sale from Linus’s neighbor once. The only reason I knew it was his house is because he used to drive this obnoxious yellow Mercedes with ‘LINUX’ on the license plate, and I saw it nearby. Also, we were friends in Google+, and I feel like that should count for something.

  • @TheJeremyKentBGross

    @TheJeremyKentBGross

    4 ай бұрын

    A LOT of things in civilization only work because of the people who built them, or at least people who continued to have the same or similar standards of behavior, competence etc as those that did. Once that all goes away, everything falls apart. Tbh, as critical as Linux is, it looks like just the tip of the iceberg, or but one example case, atm.

  • @sez5435
    @sez54354 ай бұрын

    Most calm Finnish person…

  • @Takyodor2

    @Takyodor2

    4 ай бұрын

    *Perkele*

  • @lifelover69

    @lifelover69

    4 ай бұрын

    Finland mentioned, torilla tavataan!

  • @topiuusi-seppa5277

    @topiuusi-seppa5277

    3 ай бұрын

    The Swedes knew what they were talking about when they coined the term "Management by Perkele" to describe Finnish managers 😄 I suppose Linus managed to find just about the only niche where that style KINDA works. Anywhere else it's only harmful to everyone involved 😅

  • @rgergigergeergergegergeg

    @rgergigergeergergegergeg

    Ай бұрын

    @@topiuusi-seppa5277 thats completely untrue. this works everywhere, you people are just soft and trained to speak 90% lies and obfuscation. linus is pure honesty. and honesty is the only thing that works long term.

  • @flyguy8791
    @flyguy87914 ай бұрын

    This is something that happens all of the time at work for me too, where I continuously question "why did we make this so complicated" and the XY problem constantly comes up and haunts us! Definitely going to check your other videos on that. Ugh, with all rules in webdev - the rules like "DRY" are always "as needed" because you will inevitably end up over abstracting (or abstracting too early). Thanks for talking about the damage and impact this has had overall on a higher level!

  • @hackermanreal
    @hackermanreal4 ай бұрын

    he's delving deeper into rust...

  • @mx2000
    @mx20004 ай бұрын

    I agree, so much. Fighting this every day. I especially love it when teams create wrappers around APIs from other teams (not external, just another department), because, you know, maybe we want to change it at some point in the future. The more extreme version is the wrapper service, whose only purpose to map objects from a naming convention someone else invented to hour own naming convention. Add the microservices paradigms into the mix and you end up with a codebase that is 50% just wrapping and mapping.

  • @oblivion_2852

    @oblivion_2852

    4 ай бұрын

    A significant portion of all computing is just generating and parsing json

  • @darekmistrz4364

    @darekmistrz4364

    4 ай бұрын

    @@oblivion_2852 That is trully horrifying. Probably in the same order of magnitude of power usage compared to crypto mining

  • @davidli8936
    @davidli89364 ай бұрын

    As math grad, I think we have something similar to SWE’s obsession with abstraction, which is obsession with rigor, as described by Terry Tao’s article “There’s more to mathematics than rigour and proofs”.

  • @kevinkkirimii
    @kevinkkirimii4 ай бұрын

    It was an interesting thread to read, I appreciate the direct confrontation. There's a lot of maturity in this project.

  • @Blaisem

    @Blaisem

    Ай бұрын

    That was anything but mature from Linus lol. He ranted in his face for several paragraphs. He could have shut him down in 10 sentences tops and still done it via direct confrontation. Basically Linus went beyond shutting him down and bullied/intimidated him, as you can see from the other person's meek reply that Prime skipped over. Classic Linus, still toxic.

  • @kevinkkirimii

    @kevinkkirimii

    Ай бұрын

    @@Blaisem Read the whole thread, not what prime is just reacting to, understand the genesis of that conversation and you'll see why I came to that conclusion. Open source projects are hectic and repeated pull requests can be annoying, especially if they have the same issues re-occurring .

  • @mkvalor
    @mkvalor4 ай бұрын

    Such good continued exposure for the X/Y Problem. Well done!

  • @muhammadhafizuddin2965
    @muhammadhafizuddin29654 ай бұрын

    Hii prime, just wanna say after i started watching you, i started to learn my environment. No im proud to say, im a neovim user, with all config i wrote from scratch after learning your video. Thanks so much man, you are like one of my idols ik programming world. Kinda crazy, but also crazy genius and passionate about programming. Btw, im from malaysia, small country in south east asia. Soo, ❤ from malaysia primeagen !!

  • @MarstonConner
    @MarstonConner4 ай бұрын

    I am newish to software development but I have been in Tech for just shy of a decade. The issue I see a lot when people copy something they don't understand or they repeat certain patterns that are not optimal is time. A lot of people are afraid to take that extra step to learn the "Why's" of something because they may not "Feel" like they have the time to do so on a project, in a corporate setting. You should never have this issue on your own projects at home, take the time to learn! I am certainly guilty of this and I trying to get better with each new problem/project because I have found this to only hurt me in the long run.

  • @christopheriman4921

    @christopheriman4921

    4 ай бұрын

    I literally went from trying to program games in java for a month or two to programming in C++ and trying to program game engines to then finding a game about making a turing complete computer and doing so to programming in Rust some other higher level things than that to finally what I am working on more actively right now which is learning about how operating systems work and trying to make one written completely in Rust without having to use assembly, I already know how annoying assembly is to program with because of the game previously mentioned and for the life of me I can't remember the conventions people have come up with for their version of assembly at best I know the most basic types of assembly work being just a find and replace with binary data that directly controls the hardware. What I mean to say with this is I found some very interesting things out by just trying to understand what code I was writing and how things worked.

  • @acetributon
    @acetributon4 ай бұрын

    Yay 5 minutes after post! Can't wait to actually get into it!

  • @georgeparaskevas8091
    @georgeparaskevas80912 ай бұрын

    That video was way more to the point than I thought it would be. Very nice.

  • @FireStormOOO_
    @FireStormOOO_4 ай бұрын

    I want to hear more on this "don't take DRY too far" rant. The perfect abstraction can be amazing when it works, but so elusive sometimes.

  • @Griffin12536
    @Griffin125364 ай бұрын

    Why is his mustache dyed brown?

  • @n3r0z3r0
    @n3r0z3r04 ай бұрын

    This is really key argument, thanks for sharing.

  • @daltonyon
    @daltonyon4 ай бұрын

    Great things, every dev should read the XY problem every day until engrave this in mind! Linus say it a lot of true things that many times people don't want to hear these days!

  • @maxoumimaro
    @maxoumimaro4 ай бұрын

    I think DRY is good if you apply KISS before. So primarily make things simple and as a way to do that, try and don't repeat yourself. In my current job, I made a task to abstract a "age of data checking" to a specific new class. It is so people don''t repeat themselfs, but much more about making it so if this fails, there is only one single point of failure. In the same project, we also have many linked lists (imposed by third party tool) and even if I could very well do something to make it less repetitive to handle, I didn't because it has no big added value, devs can just write a for loop for themselfs.

  • @nashiora

    @nashiora

    4 ай бұрын

    Part of keeping it simple, for me, is repeating myself until I know more definitively if it was actually repetitive. All too often you assume something is the same as something else, and then you get further into the problem and you were either wrong or the circumstances have changed. It's often easy to combine things that turn out to overlap in the future if they truly do, but it's a pain starting and continuing to retrofit DRY early on regardless of the situation.

  • @SanderDecleer

    @SanderDecleer

    4 ай бұрын

    Also, something I've seen happen too much is making something a function because it's used two or three times. This is fine as long as the same intent is behind the code. Sometimes the same code is used for different things and as such will change for different reasons. That is the biggest caveat I apply to DRY

  • @drygordspellweaver8761

    @drygordspellweaver8761

    4 ай бұрын

    @SanderDecleer of course different code will use slightly different functions. That’s why function arguments accept VARIABLES. Lol. They VARY. Doesn’t mean there needs to be a separate goddamn function for every single variation.

  • @grimpowsify

    @grimpowsify

    4 ай бұрын

    @@SanderDecleer as long as you write same code twice, its really bad, cose as soon as he need to be updated (and he will needs in general), you have to check every f**** spot where that code was duplicated to update those part too ... but feel free to copy paste same code if you want, as long as i dont work on it i dont really care x')

  • @SanderDecleer

    @SanderDecleer

    4 ай бұрын

    @@grimpowsify In most cases I agree. But there are cases where two different concepts use the exact same code. When these concepts use the same method you might accidentally change more than you want while reworking that bit of code. That is why, for me in specific cases, I don't care two methods have the same nody. Copy pasting entire chunks of logic to do the exact same thing over and over again is an entirely different thing.

  • @Cyanide300
    @Cyanide30020 күн бұрын

    Bad engineers love complexity. Good engineers love simplicity.

  • @MikeSwanberg
    @MikeSwanberg4 ай бұрын

    OMG! This speaks to me so viscerally! I mean, sometimes you want a "wrapper" (usually scripts) to help people not make mistakes. Especially if it saves time from a daily set of tasks. But I agree 200%... sometimes companies build in-house things to do things in the way THEY do things and then they don't train the newbies or even have good up-to-date documentation. Preach, brother!

  • @75hilmar
    @75hilmar4 ай бұрын

    6:00 thank you for this segment. I will view forum posts in a more distanced way from now on.

  • @markusmachel397
    @markusmachel3974 ай бұрын

    Making things more complicated than they need to be is essential for job security.

  • @74Bagas

    @74Bagas

    4 ай бұрын

    For business too😁

  • @Kane0123
    @Kane01234 ай бұрын

    If I don’t solve tomorrow’s problems today, in a sense I’m the root cause of all problems that might not have needed to be problems if I’d problem-solved ahead of time…

  • @VojtaJavora

    @VojtaJavora

    4 ай бұрын

    Sure, but in a way it's like branch prediction. If you are bad at guessing what tomorrow's problems are, you are just making it worse.

  • @3ventic

    @3ventic

    4 ай бұрын

    The way you deal with that is documenting the known limitations and possible future problems ahead of time so fixing them can make it onto the roadmap before they become problems. It doesn't work for everything (e.g. software running off your premises or when software and hardware are tightly coupled), but often it does.

  • @martenkahr3365

    @martenkahr3365

    4 ай бұрын

    The problem is, you don't know, actually know, what tomorrow's problems are going to be. And there's rarely a shortage of "today's problems" to deal with first.

  • @Gennys

    @Gennys

    4 ай бұрын

    ​@@VojtaJavoraso what you're saying is we should get CPU prediction architects to use their powers as a team leader instead of a CPU architect... Interesting.

  • @pianissimo7121

    @pianissimo7121

    4 ай бұрын

    How come problems exist tomorrow?

  • @oblivion_2852
    @oblivion_28524 ай бұрын

    When you have abstractions for your abstractions for your abstractions. At some point you end up with problems because of the abstractions. For example I've recently found bugs with type coercion from an endpoint that produces json. Basically the mapper to the record didn't have a error case (if a field didn't exist) and rather just has a default value (which doesn't tell you if the endpoint call actually worked because of the implicit type coercion)

  • @mainendra
    @mainendra4 ай бұрын

    I totally agree. Instead of fixing problem find and fix the root-cause.

  • @MultiProGGer
    @MultiProGGer4 ай бұрын

    You cannot make a problem simpler than it actually is. I feel like that people often try to abstract to make the problem simpler, but actually it almost always makes the problem more complicated. And even if that's just because now there is more code/tools/etc. to understand. Also: People should just stop inventing problems they don't actually have.

  • @harleyspeedthrust4013
    @harleyspeedthrust40134 ай бұрын

    lmao i just saw this yesterday and spent a good ten minutes reading the email chain between linus and steven

  • @tanvski5984
    @tanvski59843 ай бұрын

    it has been a LONG TIME since I've heard something so useful on my lunchbreak quick videos. I'll share with my team the XY problem.

  • @oblivion_2852
    @oblivion_28524 ай бұрын

    The abstraction away from the actual tech (while the underlying tech stays the same) is something that cloud providers are notorious for. For example "hey you should come use our custom web gui routing system (nginx)" or "hey you should use our container apps with 90% of the features stripped and basic scale to 0 serverless orchestration (kube)"

  • @tuffgniuz
    @tuffgniuz4 ай бұрын

    I suffered the consequences of striving to keep my code too DRY, to the point where it no longer made sense. The result was a need to refactor the code and learn that some repetition isn't inherently as bad as I initially thought.

  • @wlockuz4467
    @wlockuz44674 ай бұрын

    Blue hair. Next step is the thigh high rainbow socks.

  • @rehoboth_farm

    @rehoboth_farm

    4 ай бұрын

    Then he will cut off his penis. 🤣

  • @quasi_verum
    @quasi_verum4 ай бұрын

    Super True, Thank you Lord Prime.

  • @The-Funk35
    @The-Funk354 ай бұрын

    I wrote that docker tool, but in my defense we use a container registry that is not friendly with plain ole docker. We also have multiple environments and each environment has its own registry. I also had devs building containers from development git branches without realizing it. So the tool ensures you're building from the main branch, it tags everything for you, uploads to all of the different registries asynchronously to reduce wait times, it runs all tests prior to build and fails when tests fail, and it cleans up the registries now and then. Running the tool is a single command. I get what you're saying Prime but sometimes a wrapper is okay.

  • @AaroRissanen-pi4td
    @AaroRissanen-pi4td4 ай бұрын

    The lore friendly next step for him are the stripey programmer socks

  • @schlopping
    @schlopping4 ай бұрын

    Gordon Ramsey of coding

  • @laysdong
    @laysdong4 ай бұрын

    We called that Tools for Tools back in my desktop support days

  • @acebasher1st360
    @acebasher1st3602 ай бұрын

    I needed this video. I have a couple of projects now, where a customer wanted to 1) upload an Excel file 2) see the list the program makes of it and 3) runs whatever needs to be run. I basically copied my class from the first of such projects for all of them, making minor improvements. For this project of that sort, I wanted to abstract it somehow. This would undoubtably have taken a lot of time I don't have (because other big project going live soon). It would be a fake problem I guess, because copying a class takes almost no time and I can start working on what needs to be done for that particular use case. The level of abstraction needed would have been a nightmare, and the worst part is: I was seriously contemplating it for a while now. So ... thanks.

  • @tatanyave
    @tatanyave4 ай бұрын

    I like the way LT writes. Sharp, concise, clear. No superfluous words.

  • @BeefIngot

    @BeefIngot

    4 ай бұрын

    "No superfluous words." What? He's verbose af. Like 20% of his words are dedicated to denigrating colleagues.

  • @bumblebee9426

    @bumblebee9426

    4 ай бұрын

    Oh yeah, because you are not the subject.

  • @NibbleMeTwice
    @NibbleMeTwice4 ай бұрын

    I really needed to hear this. I keep doing stupid stuff, trying to force OOP into everything and make everything a perfect abstraction. The project I'm working on isn't even complicated. I'm just trying to make Chess in the terminal and I keep failing. I'm just going to do it in a simple, straightforward way, and I promise myself that I won't abstract until absolutely necessary.

  • @kittenlord3572

    @kittenlord3572

    4 ай бұрын

    Yeah like, sometimes you need to make yourself use a simple 2d 8x8 byte array, and stop asking questions like "but what if the board needs to be customizable?" or "what if i'll need to add more unique pieces in runtime?" - first of all, the answer is "most definitely not", and second of all, unless it is the whole premise of what you're doing, just don't give a shit and do it the simple way. If you eventually find out that you didn't even need it - good! If it turns out that you have to rewrite the whole codebase to implement it - good, that's invaluable experience! I really need to understand it myself as well... Good luck with your chess project, hope it'll turn out great!

  • @grimpowsify

    @grimpowsify

    4 ай бұрын

    i guess the problem on working with abstraction is that you also have to set your mind to the abstraction also, i learned dev on procedural, and the difficult part of switching to OOP isnt to learn and understand what object is, its more, now i have to ignore or dont really care on what will call my object, or getting the whole process in the code in mind, its more, i have an object, he need that and that, he can do this and this and i'm working at this level on this object so for example with chess, i need to create a chessman object, it have a position X;Y you could ask yourself does those positions values could be negative, does they have a maximum or a minimum ? then you can also say, i dont know so two option -> you dont set rule on min/max pos, or you also can add public properties that set thoses limits ... a chessman can move, so he should have a method to deplace it, you can ask yourself, how i will implement it ? then that could be by a translation (like a vector on X/Y), or simply passing the new position ... mebbe an enum to know wich type of Chessman it is (or just simple string to say pawn etc ..), but dont specify the rule of the chess inside the chessman object. in fact i think the "good way" to do it is that you end with a chessman object where we can know it actual position, its type (or name) and we can move it. its ALL. after that you can make a "engine" that will use those chessman object to applie moving rules, winning conditions etc (whatever you want in fact) ... and i guess with those chessman object you will also be able to reuse them for a checkers game .. (i didnt coded neither a checkers game or a chess game, but that gived me the motivation to make one for fun sooner or latrer :p) in conclusion : try keep object as simple as possible, more you make your object simple to use and manipulate, more the entire code will be easy to use for yourself and for other. taking the time to "correctly" name your methods, properties and thinking for the view point of the object itself is a good start i guess.

  • @seanmcconnell1874
    @seanmcconnell18744 ай бұрын

    PREACH!! I had a boss who literally told me that he would never approve duplicated code in reviews because DRY was the only way to write code

  • @aiuniverse
    @aiuniverse4 ай бұрын

    I don't even code and I love your content dude, keep up posting. Also respect for opening about your struggles in previous videos, big respect.

  • @spaceinvader8892
    @spaceinvader88924 ай бұрын

    Man, you are just amazing.

  • @CappytanMusic
    @CappytanMusic4 ай бұрын

    I'm afraid of what Linux will become in the aftermath of the inevitable day when we lose Linus. :(

  • @UntitledProjectDemo
    @UntitledProjectDemo4 ай бұрын

    MBA's are obsessed with the fantasy of JS-only companies, thinking that it will solve their recruiting problems while ignoring the complexity that writing JS exclusively brings. A company I worked for was acquired by a PE firm and they pushed us really hard to rewrite our 10yr old app in Node so that it would be easier to hire devs.

  • @JP-hr3xq

    @JP-hr3xq

    4 ай бұрын

    This is so retarded. Just because the language is the same doesn't mean the libraries and API' are, let alone the design patterns. I thought we learned this lesson with Classic ASP and VBScript / JScript

  • @russellf
    @russellf4 ай бұрын

    Totally agree with this. In fact replace the word “tool” with “abstraction”. There are way too many abstractions that try to hide complexity but just add to the pile of stuff to learn.

  • @Oktokolo
    @Oktokolo4 ай бұрын

    deciding how much abstraction is enough and how much is too much is one of the hard parts of being a dev.

  • @MrRecorder1
    @MrRecorder14 ай бұрын

    8:20 - JavaScript does not have operator overloading... imagine JavaScript getting a global operator overload feature where any library you use can change the meaning of the +-operator at any time. :D:D:D:D

  • @clevrf0x916

    @clevrf0x916

    4 ай бұрын

    Now we want this, someone should do it

  • @MACAYCZ
    @MACAYCZ4 ай бұрын

    I think he meant "do not solve problems that doesn't exists" other than "do not solve small problems"

  • @uoweme5grand
    @uoweme5grand4 ай бұрын

    I appreciate the hair color change. It really makes it obvious roughly when the video was made

  • @DeanRTaylor
    @DeanRTaylor4 ай бұрын

    Just so I understand the video, a bad PR on the Linux kernel that's written in C is the result of junior javascript developers?

  • @srujangurram
    @srujangurram4 ай бұрын

    Heyy... Nice blue hair 😄

  • @RiwenX

    @RiwenX

    4 ай бұрын

    It's green

  • @ea_naseer

    @ea_naseer

    4 ай бұрын

    wait did he get his hair done or is this some video effect @@RiwenX

  • @VieiraBBX

    @VieiraBBX

    4 ай бұрын

    @@RiwenX more like a teal

  • @RiwenX

    @RiwenX

    4 ай бұрын

    @@VieiraBBX that’s one of those made up colors only girls recognize, like beige.

  • @lovredev

    @lovredev

    4 ай бұрын

    @@ea_naseer He got his hair done

  • @lashlarue7924
    @lashlarue79244 ай бұрын

    8:00 Frankly, I don't get the obsession with DRY. If the code is readable and performant, then who cares if there's a bit of repetition? For smaller projects especially I think it can be taken too far to the point where future humans will be unable to quickly understand what past humans had built due to all the abstraction layers...

  • @halcyonramirez6469

    @halcyonramirez6469

    4 ай бұрын

    Because it's a fundamental principle. 11 times out of 10. breaking dry is just being g lazy. Why write twice when you can do it once?

  • @lashlarue7924

    @lashlarue7924

    4 ай бұрын

    @@halcyonramirez6469 Yabut they can take it too far though. JS hyper-abstractions are a great example. Personally sometimes I find what you gain in elegance you often lose in future humans being unable to understand what the code is trying to do...

  • @HansBezemer

    @HansBezemer

    4 ай бұрын

    If you don't get it, I'd consider a different career path.

  • @lashlarue7924

    @lashlarue7924

    4 ай бұрын

    @@HansBezemer I'm in operations. My world is not the same as yours. I'm not developing the Linux kernel where everything needs to be cleaned with chlorine pentafluoride before the PR gets approved.

  • @HansBezemer

    @HansBezemer

    4 ай бұрын

    @@lashlarue7924 Read my lips. Develop good programming practices. Because you can fall back on them when you need them. If you develop bad practices, you won't be able to shrug them off when you don't need them.

  • @CFEF44AB1399978B0011
    @CFEF44AB1399978B00114 ай бұрын

    Shiny object syndrome is something I am going to have to remember and use. That's amazing

  • @geni15o
    @geni15o4 ай бұрын

    that first argument though, I can use it for Next and server components as well: "Just learn the damn thing!"

  • @garthenar
    @garthenar4 ай бұрын

    This is my first time seeing anything from Linus firsthand. I'm no expert by any means but I'm not going to lie; Sure he could have said that in a nicer way, but I agree with him on principle. I've often gotten flak for taking time to analyze the code that I'm supposed to just blindly import only to later fix a "crisis" with ease because I knew a bit about how the damn thing worked.

  • @Jefferson-ly5qe

    @Jefferson-ly5qe

    4 ай бұрын

    Nothing wrong with inspecting code, as long as you aren't flaming people! As brilliant as LT is as a programmer, his social IQ is pretty low.

  • @U1TR4F0RCE

    @U1TR4F0RCE

    4 ай бұрын

    Yeah, I don’t know if Prime has read old mailing list stuff but it has changed. He used to have more personal attacks on the dev rather than the code is garbage. He infamously said that someone should be retroactively aborted and were probably too stupid to find a teet to suck on.

  • @CallousCoder
    @CallousCoder4 ай бұрын

    At the bank where I did two freelance projects the last 5 years me and another freelance colleague always yelled: "STOP! What problem are we solving?" We are running BAU, so we know what the problems are that plague us, those we solve... Others that don't create business value, we flush! And the irony is that those devs who found the edge of the edge of the edge case, didn't even bother to check if a file open actually returned a valid FD. When the create an object that it actually isn't null when they ingest data from a source didn't bother to run the conformation and consistency checks -- two classes that actually bring value for data consitency.

  • @Meketrefe84
    @Meketrefe844 ай бұрын

    thanks, Linus/x for having a look deeply at core changes, I really appreciate that you are the last bastion

  • @wannabelikegzus
    @wannabelikegzus4 ай бұрын

    1:00 - The biggest problem with complexity is that it creates problems at an exponential rate. I see this all the time at work, and it frankly drives me insane some days and completely deflates my will to contribute, because I know that I'm putting my stone in a cathedral of edge cases, gotchas, and 24-hr support SLA's that mean I'm going to have to twiddle my thumbs for two whole days before I get unblocked.

  • @robonator2945
    @robonator29454 ай бұрын

    I genuinely fucking hate the "XY problem" because, no, sometimes you just need to do that thing, and now every single post anywhere online about doing that niche thing is just "do this entirely different thing that doesn't actually do what you asked" "Thanks, that solved it" and no-one who actually needs to do that niche thing can find out how. I'd rather the guy who can't be bothered to research a good solution deal with a suboptimal one then everyone who *_does_* know what they're doing be unable to actually do it because we tried to protect that one stupid person from themselves. If push comes to shove, just say "well, I think you're trying to do this, in which case go link>>> here

  • @Lampe2020
    @Lampe20204 ай бұрын

    Linus may not be the nicest person in the world, but he certainly is one of the most important people in the world. He not only is a great developer, he also has basically the whole internet in his hands. Many network equipment parts (from fiber-to-wire-converters to the very servers that run the internet) run Linux or something based on Linux. Almost 100% of the web runs on Linux. And even 3.x% of desktop computers run Linux.

  • @youtubesuresuckscock

    @youtubesuresuckscock

    4 ай бұрын

    Meh. It's not as important as you think it is. If it wasn't him it would have been someone else. It's just an offensive job that few--if any--sane people would actually want to do, so they let this little goblin do it.

  • @Lampe2020

    @Lampe2020

    4 ай бұрын

    @@youtubesuresuckscock But because _he_ took that role _he_ is basically the most important person in the world. It's not because it's him, it's because he created and maintains Linux.

  • @youtubesuresuckscock

    @youtubesuresuckscock

    4 ай бұрын

    @@Lampe2020 That's not my definition of most important. If he had never been born, things would have more or less played out the same way. The most important people had a significant impact. At the end of the day, no operating system really matters much.

  • @deleted01

    @deleted01

    4 ай бұрын

    Had he not done what he did, other people would've come up with comparable solutions a few years later.

  • @Lampe2020

    @Lampe2020

    4 ай бұрын

    @@deleted01 Expand the answer section of this comment to see my answer to another user who said basically the same thing.

  • @codyaimes4354
    @codyaimes43544 ай бұрын

    I'm not really in the computer coding community. When I build my own code, if i include a function, i do learn/understand it's structure. I guess that's why I'm slow/not good at it.

  • @flyingchic3n
    @flyingchic3n4 ай бұрын

    my team made a wrapper that brings up docker containers from a yaml file. It works just like, but not quite exactly like, docker compose

  • @tanmaydas
    @tanmaydas4 ай бұрын

    3:19 will probably be the most played segment of this video

  • @xi9d
    @xi9d4 ай бұрын

    bro dyed the hair blue, looking like Ninja(fortnite)

  • @jamesmills6379
    @jamesmills63794 ай бұрын

    1000% agree with this. At my company, I sometimes get shit for rewriting, and rewriting the same AWS function (such as fetching file from S3 or another service) over and over again when my company has a wrapper for aws sdk. My fiew is DRY only matters when the underlying resource/code you are using has a high enough probability to change. Fun fact, all lambda function that used the company's wrapper for aws sdk failed after someone messed with the library

  • @arturwelp1877
    @arturwelp18774 ай бұрын

    This is recent. YEEEES! Linus is back, the Kernel is saved!

  • @DNAMIX1
    @DNAMIX14 ай бұрын

    He seemed to be a reasonable-sounding guy knowing his way, but then...... hi dyed his hair in a strange liberal color))

  • @nakedsquirtle

    @nakedsquirtle

    4 ай бұрын

    He said he lost a bet haha

  • @Jabberwockybird

    @Jabberwockybird

    4 ай бұрын

    He lost a bet

  • @senatrius1968

    @senatrius1968

    4 ай бұрын

    I believe that strange "liberal color" is called "blue" these days.

  • @throwaway-lo4zw
    @throwaway-lo4zw4 ай бұрын

    lmofa the thumbnail has me crying

  • @Lampe2020
    @Lampe20204 ай бұрын

    The "you copied the function without knowing why t works" is almost never true for me, although I still have to wrap my head around how _exactly_ the async function delay(ms) on my website (copied from SO) waits for the specified amount of milliseconds. Okay, I now (more than two years after adding it) finally understand how it works, it creates a promise that waits for a timeout to run out. Pretty clever!

  • @jonathan2847
    @jonathan28474 ай бұрын

    Docker is a wrapper around cgroups. Its wrappers all the way down.

  • @k.osiyuk

    @k.osiyuk

    4 ай бұрын

    True, haha

  • @1414tyty
    @1414tyty4 ай бұрын

    I would really appreciate it if Prime actually dove into the problem, not just sided with Linus, but formed his own opinion based on the problem space.

  • @demarcorr
    @demarcorr4 ай бұрын

    yea i needed this

  • @marcusrehn6915
    @marcusrehn69154 ай бұрын

    The docker-wrapper rant ❤

  • @alienrenders
    @alienrenders4 ай бұрын

    I used to have to deal with a different issue. The client thinks we'd get X wrong, so they ask for Y with a twist when they actually need Z.

  • @rockobonaparte
    @rockobonaparte4 ай бұрын

    There's a one-two combo I really hate when asking for help online: The X-Y Problem and tl;dr. If I'm going to ask a question, I've often already had to look at alternatives and know about them. Now if I make my question very concise, I get asked why I'm doing X instead of Y. If I show my receipts to explain the entire situation, then it's too long and gets ignored. There's some middle ground in there that's pretty hard to hit, and it's kind of a moving target too.

  • @helpicantgetoffofyoutube
    @helpicantgetoffofyoutube4 ай бұрын

    Now THIS is transparency!!! We can read their official communication!

  • @Kenionatus
    @Kenionatus4 ай бұрын

    A discord server I'm in that has a programming help channel has it as strict advice (or even a rule? I don't quite remember) that you always state the initial problem you're trying to solve. They get a lot of questions that originate in the X Y problem and insisting that people explain why they need help often clears that up.

  • @visco4916
    @visco49164 ай бұрын

    Linus's messages to Steven, especially in Jasper, reveal much about himself.

  • @MikeC1
    @MikeC13 ай бұрын

    I once was trying to debug a web site that used an AJAX call that returned a JSON object, which contained several strings of JavaScript, HTML, and XML, which sometimes had further layers to debug within those strings,including calling a similarly packed AJAX function once unpacked and executed. All of these strings came from a database BTW. I was fired from that job because I wasn't productive enough.

  • @jewelsbypodcasterganesh
    @jewelsbypodcasterganesh4 ай бұрын

    Does anyone know which video is the original XY Problem?

  • @joshmccall
    @joshmccall4 ай бұрын

    this whole vibe needs a shirt, had and a mug!

  • @funkdefied1
    @funkdefied14 ай бұрын

    Man this article/video was a kick in the noggin. I’ve been building a document generator to avoid having to maintain like 20 document templates (and to procrastinate Salesforce dev work I need to do💀). I’m dropping the doc gen problem now

  • @funkdefied1

    @funkdefied1

    4 ай бұрын

    The entire Salesforce Development field is just an abstraction built over product development. 👎🏻

  • @sprytnychomik
    @sprytnychomik4 ай бұрын

    Funny thing about XY-problem is that Y becomes X after each iteration.

  • @kylehorn09
    @kylehorn09Ай бұрын

    In the mechanic world, we refer to XY problem as the can of worms paradox.- Don't be surprised when you find worms when opening a can of worms.

  • @mattymattffs
    @mattymattffs2 ай бұрын

    I understand the disdain for wrappers, but man, when they're just short hand, they're great

  • @nik9262
    @nik92624 ай бұрын

    All that's left is to get a low taper fade too

Келесі