Wisdom From Linus | Prime Reacts

Sdílet
Vložit
  • čas přidán 1. 02. 2024
  • 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
  • Věda a technologie

Komentáře • 920

  • @ThePrimeTimeagen
    @ThePrimeTimeagen  Před 4 měsíci +1075

    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

  • @gala_vs
    @gala_vs Před 4 měsíci +1695

    biblically accurate rust dev

    • @lonelywanderer2467
      @lonelywanderer2467 Před 4 měsíci +15

      underrated comment bhahaha

    • @akhilbisht798
      @akhilbisht798 Před 4 měsíci +1

      🤣

    • @nholms
      @nholms Před 4 měsíci +2

      What would Linus do? WWLD?

    • @ninocraft1
      @ninocraft1 Před 4 měsíci

      hahaha, gottem good

    • @coolhologramkid
      @coolhologramkid Před 4 měsíci

      Programmers are also humans, has a video on Sr. rust dev.
      the dev also has blue hair.🤣🤣
      czcams.com/video/TGfQu0bQTKc/video.html

  • @DCCXXV
    @DCCXXV Před 4 měsíci +805

    Nice senior rust dev hair

    • @RiwenX
      @RiwenX Před 4 měsíci +7

      🤣🤣🤣

    • @TheHighborn
      @TheHighborn Před 4 měsíci +61

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

    • @_Lumiere_
      @_Lumiere_ Před 4 měsíci +53

      It's part of the new Netflix uniform requirements

    • @jerichaux9219
      @jerichaux9219 Před 4 měsíci +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 Před 4 měsíci

      😂😂😂😂😂

  • @tacklemcclean
    @tacklemcclean Před 4 měsíci +1162

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

    • @CallMeMSL
      @CallMeMSL Před 4 měsíci +141

      Arc

    • @christophwinkler1655
      @christophwinkler1655 Před 4 měsíci +49

      Trying so hard to pretend that he is not DrDisrespect

    • @hasan_haja
      @hasan_haja Před 4 měsíci +26

      @@CallMeMSL Arc

    • @yeetdeets
      @yeetdeets Před 4 měsíci +19

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

    • @ninocraft1
      @ninocraft1 Před 4 měsíci

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

  • @ycombinator765
    @ycombinator765 Před 4 měsíci +393

    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 Před 4 měsíci +12

      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 Před 4 měsíci

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

    • @user-yf5wt2so2d
      @user-yf5wt2so2d Před 4 měsíci +2

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

    • @Spoonbringer
      @Spoonbringer Před 4 měsíci +3

      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 Před 4 měsíci +7

      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
    @nicholaswillhite5888 Před 4 měsíci +154

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

    • @dfcx1
      @dfcx1 Před 4 měsíci +9

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

    • @HansBezemer
      @HansBezemer Před 4 měsíci

      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 Před 3 měsíci +12

      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 Před 24 dny

      Well said.

  • @michaelslattery3050
    @michaelslattery3050 Před 4 měsíci +113

    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 Před 3 měsíci +2

      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 Před měsícem +1

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

    • @Blaisem
      @Blaisem Před měsícem +2

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

  • @batatanna
    @batatanna Před 4 měsíci +385

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

    • @DaliPose
      @DaliPose Před 4 měsíci +28

      Rust may make iron red but it makes programmers blue.

    • @Tony-mw-533
      @Tony-mw-533 Před 4 měsíci +1

      He was like "hold my beer"

    • @private_account407
      @private_account407 Před 4 měsíci +5

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

    • @batatanna
      @batatanna Před 4 měsíci

      @@private_account407 thats not how this meme works but ok

    • @Alan-ru5cg
      @Alan-ru5cg Před 4 měsíci

  • @zacharythomasrobertson8471
    @zacharythomasrobertson8471 Před 4 měsíci +160

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

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  Před 4 měsíci +66

      i just wouldn't understand engineering (real engineering)

  • @dromedda6810
    @dromedda6810 Před 4 měsíci +102

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

    • @ninocraft1
      @ninocraft1 Před 4 měsíci +16

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

  • @petrus4
    @petrus4 Před 4 měsíci +117

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

    • @georgerogers1166
      @georgerogers1166 Před 4 měsíci +11

      The two requirements for a BDFL.

    • @thule1823
      @thule1823 Před 3 měsíci +5

      God bless Linus.

    • @Blaisem
      @Blaisem Před měsícem +2

      Also made git

    • @aoeu256
      @aoeu256 Před 22 dny

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

    • @Blaisem
      @Blaisem Před 21 dnem

      @@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
    @youkenez Před 4 měsíci +66

    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 Před 3 měsíci +4

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

    • @rgergigergeergergegergeg
      @rgergigergeergergegergeg Před 23 dny +1

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

  • @Finkelfunk
    @Finkelfunk Před 4 měsíci +264

    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 Před 4 měsíci +29

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

    • @BeniaminSandu
      @BeniaminSandu Před 4 měsíci +122

      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 Před 4 měsíci +55

      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 Před 4 měsíci +4

      Why lie?

    • @Evan-dh5oq
      @Evan-dh5oq Před 4 měsíci +2

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

  • @thekwoka4707
    @thekwoka4707 Před 4 měsíci +97

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

  • @flyguy8791
    @flyguy8791 Před 4 měsíci +10

    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!

  • @sez5435
    @sez5435 Před 4 měsíci +88

    Most calm Finnish person…

    • @Takyodor2
      @Takyodor2 Před 4 měsíci +16

      *Perkele*

    • @lifelover69
      @lifelover69 Před 4 měsíci +11

      Finland mentioned, torilla tavataan!

    • @topiuusi-seppa5277
      @topiuusi-seppa5277 Před 2 měsíci +1

      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 Před 23 dny

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

  • @danielgulyas2575
    @danielgulyas2575 Před 4 měsíci +19

    >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

  • @mx2000
    @mx2000 Před 4 měsíci +14

    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 Před 4 měsíci +6

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

    • @darekmistrz4364
      @darekmistrz4364 Před 3 měsíci +1

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

  • @daniel85mg
    @daniel85mg Před 4 měsíci +104

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

    • @maximofernandez196
      @maximofernandez196 Před 4 měsíci +22

      I hope he finds someone just like him

    • @vilian9185
      @vilian9185 Před 4 měsíci +10

      greg is there lol

    • @RicardoSilvaTripcall
      @RicardoSilvaTripcall Před 4 měsíci +46

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

    • @AdamPippert
      @AdamPippert Před 4 měsíci

      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 Před 4 měsíci +18

      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.

  • @mkvalor
    @mkvalor Před 4 měsíci +1

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

  • @hackermanreal
    @hackermanreal Před 4 měsíci +33

    he's delving deeper into rust...

  • @kevinkkirimii
    @kevinkkirimii Před 4 měsíci +6

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

    • @Blaisem
      @Blaisem Před měsícem

      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 Před 29 dny +1

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

  • @muhammadhafizuddin2965
    @muhammadhafizuddin2965 Před 4 měsíci +4

    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
    @MarstonConner Před 4 měsíci +12

    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 Před 4 měsíci

      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.

  • @davidli8936
    @davidli8936 Před 4 měsíci +5

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

  • @MikeSwanberg
    @MikeSwanberg Před 3 měsíci

    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!

  • @acetributon
    @acetributon Před 4 měsíci +2

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

  • @daltonyon
    @daltonyon Před 4 měsíci +5

    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
    @maxoumimaro Před 4 měsíci +18

    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 Před 4 měsíci +9

      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 Před 4 měsíci +3

      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 Před 4 měsíci

      @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 Před 3 měsíci

      @@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 Před 3 měsíci

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

  • @georgeparaskevas8091
    @georgeparaskevas8091 Před měsícem

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

  • @n3r0z3r0
    @n3r0z3r0 Před 3 měsíci

    This is really key argument, thanks for sharing.

  • @markusmachel397
    @markusmachel397 Před 4 měsíci +21

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

    • @74Bagas
      @74Bagas Před 4 měsíci

      For business too😁

  • @Griffin12536
    @Griffin12536 Před 4 měsíci +6

    Why is his mustache dyed brown?

  • @Zolodar
    @Zolodar Před 2 měsíci

    Does anybody have a link to Prime's video about the XY problem?
    I'd like to watch it, but I couldn't find it on either channel.

  • @mainendra
    @mainendra Před 4 měsíci +5

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

  • @MultiProGGer
    @MultiProGGer Před 4 měsíci +8

    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.

  • @Kane0123
    @Kane0123 Před 4 měsíci +46

    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 Před 4 měsíci +18

      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 Před 4 měsíci +5

      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 Před 4 měsíci +5

      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 Před 4 měsíci

      ​@@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 Před 4 měsíci

      How come problems exist tomorrow?

  • @75hilmar
    @75hilmar Před 4 měsíci

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

  • @DeanRTaylor
    @DeanRTaylor Před 4 měsíci +1

    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?

  • @wlockuz4467
    @wlockuz4467 Před 4 měsíci +9

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

  • @NibbleMeTwice
    @NibbleMeTwice Před 4 měsíci +7

    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 Před 4 měsíci +1

      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 Před 3 měsíci

      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.

  • @acebasher1st360
    @acebasher1st360 Před měsícem +1

    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.

  • @oblivion_2852
    @oblivion_2852 Před 4 měsíci +1

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

  • @AaroRissanen-pi4td
    @AaroRissanen-pi4td Před 4 měsíci +5

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

  • @tuffgniuz
    @tuffgniuz Před 4 měsíci +3

    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.

  • @FireStormOOO_
    @FireStormOOO_ Před 4 měsíci +2

    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.

  • @Dungeon_Synth_Enjoyer
    @Dungeon_Synth_Enjoyer Před 3 měsíci

    Can you drop a link to this message you reading from, the one in the description is not the same as in this video.Thanks

  • @UntitledProjectDemo
    @UntitledProjectDemo Před 4 měsíci +22

    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 Před 4 měsíci

      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

  • @harleyspeedthrust4013
    @harleyspeedthrust4013 Před 4 měsíci +3

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

  • @jewelsbypodcasterganesh
    @jewelsbypodcasterganesh Před 4 měsíci

    Does anyone know which video is the original XY Problem?

  • @russellf
    @russellf Před 4 měsíci +2

    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.

  • @tatanyave
    @tatanyave Před 4 měsíci +24

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

    • @BeefIngot
      @BeefIngot Před 4 měsíci +3

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

    • @bumblebee9426
      @bumblebee9426 Před 4 měsíci +2

      Oh yeah, because you are not the subject.

  • @aiuniverse
    @aiuniverse Před 4 měsíci

    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.

  • @MrRecorder1
    @MrRecorder1 Před 4 měsíci +3

    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 Před 4 měsíci

      Now we want this, someone should do it

  • @seanmcconnell1874
    @seanmcconnell1874 Před 3 měsíci +2

    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

  • @oblivion_2852
    @oblivion_2852 Před 4 měsíci

    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)

  • @lashlarue7924
    @lashlarue7924 Před 4 měsíci +3

    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 Před 4 měsíci

      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 Před 4 měsíci

      @@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 Před 4 měsíci

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

    • @lashlarue7924
      @lashlarue7924 Před 4 měsíci +1

      @@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 Před 4 měsíci

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

  • @CappytanMusic
    @CappytanMusic Před 4 měsíci +4

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

  • @Kazshmir
    @Kazshmir Před 4 měsíci

    At 5:28 he says he has a video on the XY problem, but I can't find it. Anyone knows what it's called?

  • @snookandrew
    @snookandrew Před 4 měsíci

    What dye did you use for your hair?

  • @Lampe2020
    @Lampe2020 Před 4 měsíci +5

    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 Před 4 měsíci

      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 Před 4 měsíci +2

      @@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 Před 4 měsíci

      @@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 Před 4 měsíci

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

    • @Lampe2020
      @Lampe2020 Před 4 měsíci +1

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

  • @srujangurram
    @srujangurram Před 4 měsíci +20

    Heyy... Nice blue hair 😄

    • @RiwenX
      @RiwenX Před 4 měsíci

      It's green

    • @ea_naseer
      @ea_naseer Před 4 měsíci

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

    • @VieiraBBX
      @VieiraBBX Před 4 měsíci

      @@RiwenX more like a teal

    • @RiwenX
      @RiwenX Před 4 měsíci

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

    • @lovredev
      @lovredev Před 4 měsíci

      @@ea_naseer He got his hair done

  • @tanvski5984
    @tanvski5984 Před 2 měsíci

    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.

  • @The-Funk35
    @The-Funk35 Před 4 měsíci +1

    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.

  • @robonator2945
    @robonator2945 Před 4 měsíci +3

    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

  • @garthenar
    @garthenar Před 4 měsíci +3

    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 Před 4 měsíci

      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 Před 3 měsíci

      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.

  • @quasi_verum
    @quasi_verum Před 4 měsíci +1

    Super True, Thank you Lord Prime.

  • @jamesmills6379
    @jamesmills6379 Před 3 měsíci

    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

  • @CallousCoder
    @CallousCoder Před 4 měsíci +4

    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.

  • @MACAYCZ
    @MACAYCZ Před 4 měsíci +5

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

  • @spaceinvader8892
    @spaceinvader8892 Před 4 měsíci

    Man, you are just amazing.

  • @fgregerfeaxcwfeffece
    @fgregerfeaxcwfeffece Před 4 měsíci

    Yeah, mutually exclusive solutions.
    That's one of my favorites. How does it get additions and concatenations correct in any reliable fashion without strong typing or different operators?
    It doesn't!
    Or all implicit conversions ever:
    It's not a matter of if, only when. That's why I like helping people with c++. They either listen or their screams are very delightful. Same with very "smart" assembler code. Always entertaining when it's not your responsibility.

  • @tanmaydas
    @tanmaydas Před 4 měsíci +3

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

  • @xi9d
    @xi9d Před 4 měsíci +3

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

  • @codyaimes4354
    @codyaimes4354 Před 4 měsíci +1

    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.

  • @1414tyty
    @1414tyty Před 4 měsíci +2

    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.

  • @DNAMIX1
    @DNAMIX1 Před 4 měsíci +6

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

  • @demarcorr
    @demarcorr Před 3 měsíci

    yea i needed this

  • @scamp3908
    @scamp3908 Před 4 měsíci

    Can someone link the video of him talking about the XY problem?

  • @__aj2000__
    @__aj2000__ Před 4 měsíci

    what's that green lighting on your head?

  • @Meketrefe84
    @Meketrefe84 Před 3 měsíci

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

  • @Oktokolo
    @Oktokolo Před 4 měsíci +1

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

  • @flyingchic3n
    @flyingchic3n Před 4 měsíci

    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

  • @ariyanshaikh4907
    @ariyanshaikh4907 Před 4 měsíci

    What voice changer do you use?

  • @relaxingsounds5469
    @relaxingsounds5469 Před 3 měsíci

    This happens with non homegrown wrappers too. For example I need to learn terraform for work… but I have to learn it…. Plus the stupid wrapper (looking at you terragrunt).
    I also have to learn k8s…. This time abstracted behind an internal home grown wrapper…
    Learning a tool via a wrapper is the worst. I wish the vendors would just integrate the wrapped feature natively into the thing to the extent to which it actually makes things easier…

  • @wannabelikegzus
    @wannabelikegzus Před 3 měsíci +1

    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.

  • @PossibleProbability
    @PossibleProbability Před 6 dny

    Exactly what I keep repeating over and over.
    Just because you CAN abstract does not mean you SHOULD.
    The level of abstraction has to be carefully considered.
    General rule I tend to use is: DO NOT ABSTRACT unless you have to and/or it really helps you (or the code - readability, maintainability etc.).

  • @laysdong
    @laysdong Před 4 měsíci

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

  • @SemiMono
    @SemiMono Před 4 měsíci

    I appreciate what JS's abstraction capability has done for our awareness. With it we've begun seeing the upper limit of what is a useful abstraction. And it's not something like lisp where some 0.01% of coders ever actually make anything real with it. You can't learn without making mistakes. JS has allowed many to make mistakes and begin learning from them.
    You cannot apply discipline to yourself if you do not have freedom. It is painful, but it allows us to learn what good programming is.

  • @SirMo
    @SirMo Před měsícem +1

    At one of my jobs in the past, we had so many people doing exactly this. They would refactor code just for the sake of refactoring, not solving any real problems. Absolutely wrecking productivity of everyone else on the team having to learn their bullshit.

    • @Hatley-Software
      @Hatley-Software Před 17 dny +1

      I sometimes do that (refactoring for the sake of exercising my skills and trying new approaches), but only on my own time; I wouldn't charge an employer for that. People who do that should be hauled into their supervisor's office and told to cease.

  • @uoweme5grand
    @uoweme5grand Před 3 měsíci

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

  • @4bclover
    @4bclover Před 4 měsíci

    I could not agree more, I talk about 7 minute of the video. I just realized that, I am able to create web app, and I can work with it as Java Dev but I suck as developer in general. And that start makes me going crazy.

  • @geni15o
    @geni15o Před 4 měsíci

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

  • @Lampe2020
    @Lampe2020 Před 4 měsíci +1

    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!

  • @minhquando100
    @minhquando100 Před 4 měsíci +2

    Solving problems that don’t exist isn’t just a problem with web dev, much of the startup world is like this as well.

  • @kylehorn09
    @kylehorn09 Před 29 dny

    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.

  • @CFEF44AB1399978B0011
    @CFEF44AB1399978B0011 Před 3 měsíci

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

  • @MikeC1
    @MikeC1 Před 2 měsíci +1

    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.

  • @ivanjermakov
    @ivanjermakov Před 4 měsíci

    DRY is good when the new abstraction is flexible enough to cover majority of use-cases, e.g. C over Assembly. Otherwise, the whole thing explodes.

  • @alh-xj6gt
    @alh-xj6gt Před 4 měsíci +2

    There is "premature optimization" but there really should be "premature abstraction" too. Just because it is possible to wrap it in N layers of abstractions and indirections doesn't mean we should do that and think it is "maintainable" or "clean" or "DRY" or what ever unmeasured metric a large portion of devs are saying in a kneejerk defensive tone like they are kids caught red-handed with their hands in the cookie-jar. It reminds me of a blog series by Casey Muratori called "Semantic Compression", it is maybe a bit much text to review on stream but none the less pure gold.