Don't Contribute to Open Source

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ม.ค. 2024
  • You heard me right. I don't think you should contribute to open source. Unless...
    KEYWORDS: GITHUB OPEN SOURCE CODING DEVELOPING PROGRAMMING LEARNING TO CODE FIRST CONTRIBUTION PULL REQUEST
    Check out my Twitch, Twitter, Discord more at t3.gg
    S/O Ph4se0n3 for the awesome edit 🙏
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 834

  • @andybrice2711
    @andybrice2711 4 หลายเดือนก่อน +1886

    I'm going to invoke Goodhart's Law here: _“When a metric becomes a target, it ceases to be a good metric.”_

    • @askholia
      @askholia 4 หลายเดือนก่อน +13

      Beautiful!

    • @joe-skeen
      @joe-skeen 4 หลายเดือนก่อน +19

      So true... I feel the same way about code coverage

    • @developersteve1658
      @developersteve1658 4 หลายเดือนก่อน +50

      A similar concept comes from game theory. It states, "The rewards of the system incentivise the behavior of the players."
      If a game (or anything really) rewards people for doing X, then guess what? They're gonna do X.

    • @adiaphoros6842
      @adiaphoros6842 4 หลายเดือนก่อน +10

      @@developersteve1658 Sometimes the rewards incentivizes the wrong behavior, case in point the viper bounty.

    • @developersteve1658
      @developersteve1658 4 หลายเดือนก่อน

      @adiaphoros6842 Exactly. In the case of the video topic, the problematic behavior is just trying to get 4 PR's merged. Hacktoberfest and other such systems don't have quality metrics (which, let's be honest, is impossible to do well), so people will do the minimum amount of work to get the reward.

  • @georgehelyar
    @georgehelyar 4 หลายเดือนก่อน +1532

    This is how you contribute to open source:
    Use open source, notice a bug, investigate the bug, write a bug report and offer to fix it

    • @askholia
      @askholia 4 หลายเดือนก่อน +96

      BUT HOW WILL I GET A T-SHIRT TO SLEEP IN AT NIGHT?!?!?!

    • @Minepuffik
      @Minepuffik 4 หลายเดือนก่อน +15

      ​@@askholia Anyway, you won't be getting it from this year onwards 🤣

    • @Agent_Six_
      @Agent_Six_ 4 หลายเดือนก่อน +89

      Use open source, use it wrong, create an issue instead of reading the documentation.

    • @Cromzinc
      @Cromzinc 4 หลายเดือนก่อน +5

      @@askholia Do everything he said, but wait until Oct. to write bug report and offer the fix of course 😆

    • @leisiyox
      @leisiyox 4 หลายเดือนก่อน +1

      What I like to do is to write a documentation page or part of it (for example, for a CSS framework) for a whole component or a not explained enough prop or flag
      Easy and doesn't damage the source code

  • @thedoctor5478
    @thedoctor5478 4 หลายเดือนก่อน +1386

    contributing to opens-source is hard for both maintainers and contributors. It's in no way an activity for noobs.

    • @Dr.Funknstein
      @Dr.Funknstein 4 หลายเดือนก่อน +55

      How do you not be a noob without being a noob in the beginning?

    • @w01dnick
      @w01dnick 4 หลายเดือนก่อน +203

      ​@@Dr.Funknsteinlearn first, don't confuse learning with contributing.

    • @aomori_joe7220
      @aomori_joe7220 4 หลายเดือนก่อน +48

      ​@@Dr.Funknstein
      'I need to be a noob in the beginning so I should try contributing to open-source.'
      Yeah, I don't think so. Theo mentioned building stuff and I agree. Just do loads of personal projects - thats how you be a noob and learn your way out of being one.

    • @Dr.Funknstein
      @Dr.Funknstein 4 หลายเดือนก่อน +34

      ​@@aomori_joe7220absolutely not what I was saying. I meant that even somebody who is confident in their skills and knowledge will need to be a noob for the first contribution because building personal projects doesn't translate to being able to read somebody else's code, being able to spot a problem and then for the first time figuring out how to contribute

    • @kreuner11
      @kreuner11 4 หลายเดือนก่อน

      I've done it many times is that bad

  • @gro967
    @gro967 4 หลายเดือนก่อน +647

    The most important message is: “If you don’t know where to contribute, you shouldn’t”.
    If you are not solving or improving a product you are using (even docs are fine), don’t contribute.

    • @matheusjahnke8643
      @matheusjahnke8643 4 หลายเดือนก่อน +16

      My first contribution was... fixing a python example in the docs.
      I proposed two changes... one of them was accepted[it made the code not depend on the console wrapping the lines]... the other was rejected due to making it more readable(it was a deliberately obfuscated one liner).

    • @gro967
      @gro967 4 หลายเดือนก่อน

      @@matheusjahnke8643 that's a great example for a helpful contribution. I think docs contributions are great to get started with the project. But the same thing applies to them as mentioned initially: Don't go through docs for open source projects just to find mistakes, fix the ones you stumbled upon when using it.

    • @clumsyroad4026
      @clumsyroad4026 4 หลายเดือนก่อน +2

      When a metric becomes a target, it ceases to be a good metric.
      Having open source contributions is one metric that looks good on a resume to recruiters and improves your chances of getting a job even outside of open source programs like GSoc. Even if you're not seeking to improve your skills, it may end up being the differentiator that gets you the job. Sure, it comes at the cost of wasting a few minutes of someone else's time or polluting a repository with another dummy commit, but it's way too competitive out there. Putting yourself first is ok.

    • @CyrilCommando
      @CyrilCommando 4 หลายเดือนก่อน +3

      That's the wrong advice because it doesn't teach anybody anything. "Don't talk about fight club", does, conincidentally, mean that no one will learn about fight club. Is that how this is supposed to be?

    • @Wahaller
      @Wahaller 4 หลายเดือนก่อน +6

      ​​@@CyrilCommando That's not what's being said though? Contribute to open source software *that you use and have at least some knowledge of*. That's the argument. Like if you use, say, the Gamecube emulator Dolphin regularly, and you notice something in there that's a bug, or even a fuckup in the documentation, and you think you can fix it, that's where you make your contribution. Don't just find some arbitrary open source project for the sake of it, you need to have some kind of interest in the project that you're contributing to, is my takeaway from the comment.

  • @annieperdue6140
    @annieperdue6140 4 หลายเดือนก่อน +427

    just like noone needs to get married: "All my friends are married so I'll propose to the first person I find"

    • @t3dotgg
      @t3dotgg  4 หลายเดือนก่อน +96

      Wait I love this analogy

    • @InconspicuousChap
      @InconspicuousChap 4 หลายเดือนก่อน +22

      There is no such hype about marriages as there is about programming. There are too much people who are just incapable of programming but trying to get 6-figure jobs.

    • @bigneiltoo
      @bigneiltoo 4 หลายเดือนก่อน +7

      Opensource finds 80% of code ugly and only 4.5% attractive.

    • @kulled
      @kulled 4 หลายเดือนก่อน +1

      @@bigneiltoo and the other 15.5%?

    • @bigneiltoo
      @bigneiltoo 4 หลายเดือนก่อน +12

      @@kulled The rest is called "mid".

  • @ScottMaday
    @ScottMaday 4 หลายเดือนก่อน +286

    I also believe many new developers are putting a language or framework before the project. They want to “learn typescript” but don’t even know what to build with it. Imagine saying “I want to learn how to use a drill” and having nothing to drill into. Pick your project first, then pick your technology. I also feel that you’re far more likely to be engaged if it’s a project you picked on your own and truly have a passion to complete it

    • @homyakMilashka
      @homyakMilashka 4 หลายเดือนก่อน +8

      If you have a hammer everything is nails =)

    • @Zichqec
      @Zichqec 4 หลายเดือนก่อน +3

      That drill analogy is a good one, I'll remember that.
      I have a thing to drill into, but sadly I'm swamped in too many projects in the languages I already know to have time for drilling 😔 hopefully one day

    • @loganmedia1142
      @loganmedia1142 4 หลายเดือนก่อน

      A drill is not really a good analogy to a programming language. Even more so if the person is considering one of the many that can do pretty much anything you want.

    • @lovekesh88
      @lovekesh88 4 หลายเดือนก่อน

      Yes. Engineering is about making stuff, not a process to learn new skill just for sake of finding a job.

    • @randomcontrol
      @randomcontrol 4 หลายเดือนก่อน +2

      Yes, and that’s how people end up programming backends in JavaScript 😜🙈

  • @AadilValconi
    @AadilValconi 3 หลายเดือนก่อน +17

    maybe title your video "Don't Contribute to Open Source if you're a beginner" but I guess that won't be a click-bait enough title for TH-cam. But yeah I completely agree with your point in the video. Also I've never once thought about contributing to open-source projects just for the sake of contributing. Like if I don't even understand the project, it won't be a meaningful contribution. But I guess it does happen. Thanks for bringing light to this.

  • @blessedpigeon6304
    @blessedpigeon6304 4 หลายเดือนก่อน +179

    ngl i had this mindset earlier in my career that i NEED to do open source to better myself but i just couldn't do it, i was just aimlessly wandering around github looking for some work to do in my spare time.
    at some point later when i matured as a dev i found myself contributing to open source not because i wanted to better myself, but because i wanted to better the project i was contributing to and that was the game changer.
    my advice to beginners would be if you don't know where to contribute to some vague idea of Open Source - start a pet project, direct your energy into learning

    • @viliml2763
      @viliml2763 4 หลายเดือนก่อน +1

      How did you manage to mature as a dev?

    • @blessedpigeon6304
      @blessedpigeon6304 4 หลายเดือนก่อน

      ​@@viliml2763just working at my company and dedicating some of my free time to writing on pet projects/learning. nothing complicated no tricks or secrets

    • @dhkatz_
      @dhkatz_ 4 หลายเดือนก่อน

      @@viliml2763 Literally just writing more code. If you work on projects for a job or in your own time you will almost inevitably run into a bug with some open source piece of software. Do not go looking for bugs to fix, they will come to you by just writing code.

    • @serialKillerReborn
      @serialKillerReborn 4 หลายเดือนก่อน

      by growing mustache@@viliml2763

    • @clumsyroad4026
      @clumsyroad4026 4 หลายเดือนก่อน +2

      When a metric becomes a target, it ceases to be a good metric.
      Open source contributions are one metric look good on a resume to recruiters and improves your chances of getting a job even outside of open source programs like GSoc. Even if you're not seeking to improve your skills, it may end up being the differentiator that gets you the job. Sure, it comes at the cost of wasting a few minutes of someone else's time or polluting a repository with another dummy commit, but it's way too competitive out there. Putting yourself first is ok.

  • @nicolasguillenc
    @nicolasguillenc 4 หลายเดือนก่อน +70

    The problem is that the "how to get a tech job on 2023-2024" videos on TH-cam recommend contributing to open source. And yes a lot of beginners haven't been around long enough to like a project and contribute to it. It's like the egg or the chicken dilemma, you need to start somewhere but every decision is the wrong decision.
    I think it comes down to your values more than your level of seniority. Every contribution you make should benefit the project, even if it's a small one but make it good.

    • @mikeha
      @mikeha 3 หลายเดือนก่อน +2

      problem is, even seasoned developers who've been around a long time aren't qualified to contribute to open source. it takes a special breed. normal developers probably don't need to be trying to contribute to these projects

    • @arri111993
      @arri111993 3 หลายเดือนก่อน

      The industry demands you to be ​professional, so even before they get job they will do anthing to prove they are not noob. But that thing done for false data is the worse. It's just a superficial thing that no one needs to follow but they still do it. And noobs will never understand all of this in pressure. I guess it time for these companies, seniors and trainers to don't give noobs false hope@@mikeha

    • @sunbleachedangel
      @sunbleachedangel 6 วันที่ผ่านมา

      What newcomers need to udnerstand is - there is no easy way out, no life hack, nothing that will make learning coding easy and simple, you just have to read a lot, learn a lot, practice a lot, etc

  • @tobiasjennerjahn8659
    @tobiasjennerjahn8659 4 หลายเดือนก่อน +68

    I remember the first time I contributed to open source. It wasn't a huge project, but I used it a lot and I encountered a bug that noone else seemed to have encountered yet. So I went ahead and fixed it. Submitting that pull request almost gave me a heart attack because I was so nervous I missed some guideline, or that my code wouldn't be up to snuff, or even worse that I'd introduce a new bug with my code. So I went over my small 5 line fix probably a dozen times, and eventually submitted it.
    I was in absolute imposter-syndrome induced agony for what felt like ages. But eventually one of the devs responded, merged my stuff and thanked me for helping out.
    I was riding the dopamine rush I got out of that for days. That's when I fell in love with open source. There's just something so pure and wholesome about the idea of just helping someone out because you have the resources to do it.
    The reality of course not such a fairy tale (like it's clearly demonstrated in this video), but this interaction will forever be what I think Open Source *is*.

    • @ibrahimalharbi3358
      @ibrahimalharbi3358 2 หลายเดือนก่อน

      Thank you for helping the world to be better place for all
      As a Muslim, I love anyone who helps others by anything

  • @akuoko_konadu
    @akuoko_konadu 4 หลายเดือนก่อน +306

    Goals come from things you understand, not things you don't 💯
    Nice advice Theo

    • @therealpeter2267
      @therealpeter2267 4 หลายเดือนก่อน +9

      Well I don't think that'd be a correct phrasing of it, researchers explore the unknown and that's their goal

    • @loololollool
      @loololollool 4 หลายเดือนก่อน

      ​@@therealpeter2267 Researchers almost always start with something they know first before going to the unknown.
      It's always an ongoing question of "Does X + Y = Z?" where X and Y are known, but Z is not.
      Even post-grad studies and research start out with Master's Thesis, where they have to prove their knowledge/mastery over a specific domain.
      PhDs are then where they use that knowledge and mastery to carve out a new, unknown space.
      That new space becomes then known, allowing for further advancements.

    • @akuoko_konadu
      @akuoko_konadu 4 หลายเดือนก่อน

      @@therealpeter2267 at least these researchers know what they are researching, and if possible they try to follow some best practices to do their research.
      But the thing here is, this is not a research project that people have to find things from scratch, but there are documentations there that they can follow and see best practices on contributing to OSS, but these guys don't do that, hell they don't even use a project and see if it have a pain point they can fix, they are just pulling for pull request sake

    • @tedroscourt1205
      @tedroscourt1205 4 หลายเดือนก่อน

      @@therealpeter2267To be a researcher you still have to understand what the problems are of a given field so you can maximize your research.

    • @forresthopkinsa
      @forresthopkinsa 4 หลายเดือนก่อน +1

      "Goals come from things you understand" - someone who doesn't remember what it's like to not know what you don't know. If rookies limit themselves to the things they understand then they will never, ever grow into good developers.

  • @Akshatgiri
    @Akshatgiri 4 หลายเดือนก่อน +174

    Good take. I couldn't have contributed to open source project in the early stages of my carreer ( didn't have the skills to do so ), and nor did I want to. Now a decade later and with a deeper understanding of "code", I find myself going through the source code of libraries and frameworks, usually to solve bugs and add features as I need them and give back to the community as well.

  • @neutron417
    @neutron417 4 หลายเดือนก่อน +47

    Best definition - *“OPEN SOURCE IS AN ECOSYSTEM OF TALENTED PEOPLE WORKING HARD TO KEEP THE WEB AND ALL OF SOFTWARE DEVELOPMENT ALIVE.”*

  • @Its.all.goodman
    @Its.all.goodman 4 หลายเดือนก่อน +58

    This video is actually so good. Im not an experienced dev and I genuinely thought that its all about adding pull requests and getting more exposure. Thank you so much for making this video. And the "identifying the problem in the application we work" is on spot.

  • @KZeni
    @KZeni 4 หลายเดือนก่อน +71

    While the title of this video is a bit of a head turning oversimplification, the aspects the video goes on to cover are definitely on point. “Cart before the horse” took the words out of my mouth as I was watching.

    • @t3dotgg
      @t3dotgg  4 หลายเดือนก่อน +13

      "Head turning" is the goal. I think it will get the right people to pay attention :)

    • @KZeni
      @KZeni 4 หลายเดือนก่อน +2

      @@t3dotgg totally agree 👍

    • @CatMeowMeow
      @CatMeowMeow 4 หลายเดือนก่อน +5

      ​@@t3dotggwhy not make the title "the problem with pursuing open source" or something else that's much more accurate to the content of the video but still head turning?

    • @t3dotgg
      @t3dotgg  4 หลายเดือนก่อน +15

      @CatMeowMeow because my current title is better

    • @aldyreal
      @aldyreal 4 หลายเดือนก่อน +2

      Fun Fact: if you used DeArrow, the title was already changed to "Don't Contribute to Open Source as a Novice Programmer" which actually pretty accurate and not too clickbaity

  • @JamesRouzier
    @JamesRouzier 4 หลายเดือนก่อน +22

    Originally, most of my open-source contributions were to solve my work problems.
    I did not do it out of the goodness of my heart.
    I did it because I needed a bug or a feature I wanted fixed.
    And since I did not want to maintain my fix or bug, so I contributed.

  • @noelalfaro
    @noelalfaro 4 หลายเดือนก่อน +38

    As a new grad developer trying to find a job, I completely agree with this as I see more and more of my peers just trying to checkbox that they contribute to oss. Sure it may be tempting but ultimately it's more valuable to actually be a part of a community first, using the project and actually contributing. Instead of just putting your two cents of a pr

    • @askholia
      @askholia 4 หลายเดือนก่อน +5

      The first OSS I ever did I did out of being told I need to check that box off. I was implored that it was absolutely necessary. So off I went, and I completely screwed it up. I was even assigned a issue by the maintainers of the repository, which I feel bad about cause I had no business trying it. After that failure I was humbled and knew I had made a mistake, one I wouldn't make again. Respect the code first.

    • @TomNook.
      @TomNook. 4 หลายเดือนก่อน

      Who told you all to do OSS though?

  • @forresthopkinsa
    @forresthopkinsa 4 หลายเดือนก่อน +18

    "This isn't a clickbait video!" - video with the most clickbaity thumbnail and title I've seen in weeks

  • @RyanYeske
    @RyanYeske 4 หลายเดือนก่อน +11

    influencers telling you what to do and not do, the wheel keeps turning

  • @54114142
    @54114142 4 หลายเดือนก่อน +16

    I do open source whenever a tool or library I use misses a feature I want to use or has a bug that annoys me too much. Best part so far was during an interview when I was asked if by any chance I'm familiar with a library and I could honestly say that I've even actively implemented a new feature there. Biggest "contribution" - even though it was not code bust just reporting a nasty hidden bug with repo steps - was in GIT itself. Very proud. 😄

  • @mikail_dev
    @mikail_dev 4 หลายเดือนก่อน +1

    I just finished the basics of the MERN stack, and I was going to contribute to the "so-called" open source you talked about. But you've opened my eyes, and now I think I have to learn more before starting to contribute to the real thing.

  • @ConnerArdman
    @ConnerArdman 4 หลายเดือนก่อน +18

    Love this take👌I usually give the same advice on open source as I do on programming languages-it's not Pokemon, no need to catch 'em all. We should be learning new programming languages when we need them to solve problems and build cool stuff, not to tick boxes on resumes. The same is true with open source contributions. They should be the result of working towards other goals, not goals themselves.

  • @boam2943
    @boam2943 4 หลายเดือนก่อน +9

    Good points. Also, this is probably why some repositories look so impenetrable to new developers on that repository. They get spammed so much that, when a legitimate developer tries to submit a solution for the first time, it gets denied. And I am not talking just about new programmers that still might not have the skills. I am talking people like me, who has been developing for decades, but gets denied because I do not have many contributions to open source other than my own (very small practically invisible) projects.

  • @TheSublimeIbanez
    @TheSublimeIbanez 4 หลายเดือนก่อน +28

    I don't think you can blame the person in this instance as the real issue comes from the companies themselves. You said it yourself, having open source contributions makes a huge impact - to the point that a lot of companies *require* it as a minimum. Remove that hurdle and the desire for contribution and then open source remains as what you want it to remain as. Leave that hurdle in place and open source will be viewed more and more as how that person views it.

    • @MarcosAlexandre-no3qx
      @MarcosAlexandre-no3qx 3 หลายเดือนก่อน +2

      yeah, people that are entering in the area are being forced to do some open source project to get a job. Most of thoses guys are new and shouldn't have to do a project to begin. They should do the project open source after having some experience where they would know where they could contribute. Modern day jobs are hostile to new timers.

  • @hazemturki
    @hazemturki 4 หลายเดือนก่อน

    It’s refreshing to see actual content from you again. I always i appreciate your effort.

  • @arcanernz
    @arcanernz 4 หลายเดือนก่อน +17

    It's actually a long involved process to contribute to open source like seeing if the issue has been created already, seeing if your solution aligns with the style and rules of the codebase, seeing if unit tests or other documentation is needed, writing descriptive PRs with repo steps and clear instructions, etc.; plus going back and forth with the maintainers to fix anything missing or needing adjustments. It's like another job really, many times I just say fork it and update it on my own branch in hopes of one day creating a pull request when I get around to it.

    • @thekwoka4707
      @thekwoka4707 4 หลายเดือนก่อน +3

      I think that's why it's GOOD to contribute, especially when learning.

    • @askholia
      @askholia 4 หลายเดือนก่อน +1

      Well, in that case you won't mind this med student doing your next surgery. I mean, it is good they are contributing when learning. We have to stop cutting corners and blaming it on 'learning'@@thekwoka4707

    • @CapeSkill
      @CapeSkill 4 หลายเดือนก่อน

      @@thekwoka4707 no, just build stuff, solve problems, use the tools, once you understand the pain points of the oss tools you're using, then it is good to contribute, create your first issues, familiarize yourself with the tool's community first.

  • @armoredchimp
    @armoredchimp 4 หลายเดือนก่อน +1

    I'm a noob (little over a year programming) currently trying to finish my first actual large project. I'm really glad that you said this, because I do not feel ready to contribute to any open source yet, but I have been seeing it as a recommendation all over the place. I'll give it at least another year, and I won't do it just because, only if there's a reason.

  • @suchithsridhar8460
    @suchithsridhar8460 4 หลายเดือนก่อน +5

    I'm surprised with the twist this video took! I completely agree, but I think there's two other reason you should consider contributing to open source:
    - you like a project a lot and you want to help it get better.
    - you love the concept of open source and you want to help this cause.

  • @morre6748
    @morre6748 4 หลายเดือนก่อน

    I've never heard your name before somebody shared this video in my job's Slack. Watched this video, you got yourself a new subscriber. You make a great point and the production quality is great.
    Thanks for sharing, looking forward to hear more of your opinions.

  • @guillermomarindavila5779
    @guillermomarindavila5779 4 หลายเดือนก่อน

    I never tried to contribute to open source, by watching one of you videos you recommend to give it a try, so i started doing that and just for the repos i like, i think its the best option, also the amount of duplicate issues and spam PR is something I didn't imagine, for now I will only do as you said, contribute if you like it and you think you could help

  • @Kay8B
    @Kay8B 4 หลายเดือนก่อน +5

    My first time contributing to open source was when I wanted a feature added in a library, opened a request/issue for it, the maintainer suggested I make a PR for it. So I did and that's that, I contribute where ever I run into issues with libraries and feel like I can fix them (when asked to). This felt extremely natural and seems to be way most people contribute.

    • @ibrahimalharbi3358
      @ibrahimalharbi3358 2 หลายเดือนก่อน

      Thank you for helping the world to be better place for all
      As a Muslim, I love anyone who helps others by anything

    • @whetfaartz6685
      @whetfaartz6685 2 หลายเดือนก่อน

      This is a great way to put it! especially since you feel interested in contributing rather than doing it just as a chore to get by.

  • @v0id_d3m0n
    @v0id_d3m0n 4 หลายเดือนก่อน

    Thanks for your perspective! I was like the reddit poster in the video before, so thanks for correcting my misconception!

  • @emerson-sheaapril8555
    @emerson-sheaapril8555 4 หลายเดือนก่อน +35

    I think this illustrates a massive problem, in that most people that I meet don't really like programming, they have no ideas, no project they want to make...they view it as an ordered list, to follow to be successful.

    • @askholia
      @askholia 4 หลายเดือนก่อน +6

      These are vastly incurious people. They want a list to follow that equals money at the end. They don't understand the intricacies of it. This is a hot take but if you have only used VS Code to code/develop you still have training wheels on. I got into Neovim (and Emacs) because I wanted to understand exactly where my files went, how the memory was being used, and more speed. I learned BASH scripting because I thought it looked neat and I wanted to know more about it. I don't know, I guess all these get rich quick tech videos that are out there now just make me sad. It is so boring.

    • @aleaallee
      @aleaallee 4 หลายเดือนก่อน +7

      Just because I don't have any ideas about projects to make doesn't mean I don't like programming. I'm a logic-oriented guy, not a creativity-oriented guy. I'm ok working for a company but I couldn't code a personal project to save my life.

    • @CapeSkill
      @CapeSkill 4 หลายเดือนก่อน +19

      @@askholia why did you have to ruin a good take with the vim/vscode vomit, which made the take an absurdly awful one.

    • @Dave01Rhodes
      @Dave01Rhodes 4 หลายเดือนก่อน +12

      @@askholiathat’s cool and all but real programmers don’t use neovim/emacs. Real programmers write their own text editor in ed on a file system they wrote themselves so they know exactly where the files go and write everything in assembly so they know exactly how the memory is being used and speed such as.
      And don’t waste your time with bash scripting. You should learn to make small programs you can chain together in one line with pipes that do what you need. That’s the Unix way.
      Don’t worry I’m sure you’ll get there someday.

    • @CapeSkill
      @CapeSkill 4 หลายเดือนก่อน +11

      @@Dave01Rhodes If you use a macbook or a pc/laptop with windows, you're on training wheels, you have to write your own OS. They also build their own computers from scratch by gathering the required material themselves as well.

  • @mohsinhijazee2008
    @mohsinhijazee2008 4 หลายเดือนก่อน +8

    I am sad that this video has just one thumbs up button. The kind of abuse, deceit and gamification to get some lime light via open source contributions is an insult to the honest (curiosity or need driven) progress of open source, the biggest and most unique movement in the entire history of mankind so far and this selfish attitude needs to be surely called out.

    • @GT-tj1qg
      @GT-tj1qg 3 หลายเดือนก่อน

      Juniors need jobs, man. Gen Z are probably going to be more fucked over than you, so have pity on them.

  • @MrWadezz
    @MrWadezz 4 หลายเดือนก่อน +31

    so it was clickbait afterall

    • @Linkman8912
      @Linkman8912 15 วันที่ผ่านมา +2

      No, your comprehension is just wildly low.

    • @rentaspoon219
      @rentaspoon219 10 วันที่ผ่านมา

      ​@@Linkman8912 He posted it at the start, comments now pop up around time they are posted in the video

  • @annaczgli2983
    @annaczgli2983 4 หลายเดือนก่อน +1

    One of your most insightful takes. I'm gonna be thinking about this for a loong time. Thanks for the video.

  • @heck-r
    @heck-r 4 หลายเดือนก่อน +4

    I mostly agree, and that's how I always operated, which is why I don't have many contributions, but I'd say that if you're not in a rush, and wish to go for the contribution path because it gives you a more realistic experience, then I think that is fine as long as your main goal is bringing a quality improvement to something, which will by the way be a nice reference as well.
    Although my personal opinion is that you'll never run out of personal projects (quite the opposite) if you're really interested in programming, but I don't see why it would be a problem if you woke up tomorrow and decided to make the world slightly better, by searching projects with issues as long as you then try it, check if you agree with the issue being an issue, and then try to fix it.
    It's also one way to find and try out new tools and stuff.
    I don't think the issue is necessarily putting the cart before the horse in case of relatively new devs (unless do think you absolutely need to do it, then yeah, kinda), but rather it's skipping important steps you mentioned in the name of a superficial goal.
    Will newbies have low quality PRs? Very likely, but to be fair many "experienced" people also generate poor quality code and regardless of the quality it may or may not be how the owner wants to have things, which is fine, and no one can really do anything about that.
    I think that the perception of having to use it and find something yourself is coming from the fact that that's the natural way, which is a relatively good predictor for a good contribution, but while it is easy to do a cut there, I do think it also discourages some useful contributions

    • @TehKarmalizer
      @TehKarmalizer 4 หลายเดือนก่อน +1

      I think his main issue really is when the goal is “resume filler”. The priority isn’t improving the project, so it’s likely to lead to frustration on both ends. Instead of practicing and improving, and maybe finding projects to contribute to along the way.

  • @arjayUU
    @arjayUU 3 หลายเดือนก่อน +1

    Seing the caption I assumed this was a rant about big tech buying community projects such as redhat etc.
    Bjt it turned out actually being informative and insightful.

  • @_trepz
    @_trepz 4 หลายเดือนก่อน

    Very good points, saving this to send to people in future. I unleashed a much less coherent version on this argument on a tech recruiter about 5 years ago after he made some mind-bending comment along the lines of "a senior dev should be contributing to open source every day" bro what.

  • @lifewater
    @lifewater 4 หลายเดือนก่อน +12

    As someone who is not a programmer, and likes to watch people like you, prime and other people in the coding space, I can say the idea of contributing to open source comes from youtube, and its been mentioned enough times for me to remember that working on open source projects look good on your resume.
    Maybe I was half-ass listening and I have this twisted, but this is definitely something thats in my head, and it 100% came from youtubers, and if a new programmer asked me how to get started, that would be something in my head.

    • @GT-tj1qg
      @GT-tj1qg 3 หลายเดือนก่อน +1

      Bear in mind that TH-cam is a hotbed for interview advice grifters. Most of these guys got into Google because of timing and luck and got pushed out because of underperformance. They are in no place to school us all

    • @lifewater
      @lifewater 3 หลายเดือนก่อน

      @@GT-tj1qgI think you’re right about that.
      As for open source contributions unfortunately this is probably one of those things that can’t be put back in the bottle.
      Until open source contributions are universally ignored, this problem will always exist. And this will likely never happen because in reality good open source contributions will always be looked at as a plus

    • @mikeha
      @mikeha 3 หลายเดือนก่อน +1

      it sounds like good advice but it's really not. most open source projects are so complex that the average developer does not have a chance in hades of contributing anything useful to these unless they are intimately familiar with the source code

  • @Rohinthas
    @Rohinthas 4 หลายเดือนก่อน

    Honestly, I am one of the people that needed to hear this. I dont spam PRs but I also feel like I NEED to to contribute to OS to become a better Dev and feel bad for not spending my time off wandering around github looking for a problem to solve. Thanks!

  • @lukeothedukeo
    @lukeothedukeo 3 หลายเดือนก่อน +1

    I'm not even really a coder but "goals come from things you understand" is such a universally applicable adage that I never properly considered.

  • @flipperiflop
    @flipperiflop 4 หลายเดือนก่อน

    Very good video!
    I've been in the field for 10+ years, and only have contributed to open-source only a handful of times - mainly because I do not have the time to put into them, or I know that smarter people than me are already working and maintaining them.
    One thing that people forget is that "using != knowing" - I use a lot of different libraries, but I very rarely have to peek into them to see how they work in the first place, and because of that, it does become hard to contribute.

  • @qwertgfhxc
    @qwertgfhxc 4 หลายเดือนก่อน +21

    Maybe one could also start by contributing documentation, which not only helps everybody but also leads to a better understanding of the project. What do you guys think?

    • @markeggers8356
      @markeggers8356 4 หลายเดือนก่อน +9

      That or answering questions on the users' mailing list (of course, after using and gaining some proficiency with the OS project).

    • @silotx
      @silotx 4 หลายเดือนก่อน

      You can start by scrubbing the toilets of the main contributors. Maybe you will learn something from the patterns of their turds.
      Joining a small even awful company at first is better than seeking oss contributions or creating useless projects so that you can join an elite company from the get go.

    • @gabtrzimajewski
      @gabtrzimajewski 4 หลายเดือนก่อน +1

      it's a good first contribution place, even better for English and another language speakers for doing translations

    • @viliml2763
      @viliml2763 4 หลายเดือนก่อน +1

      But I don't know how to write good documentation. I know how to write good code.

    • @markeggers8356
      @markeggers8356 4 หลายเดือนก่อน +4

      Learn.
      Nothing is more valuable than having good documentation for a tool that you come back to after a year. It also means that you get to take vacations. It also means that you can move on to new stuff.
      Learn.

  • @a_maxed_out_handle_of_30_chars
    @a_maxed_out_handle_of_30_chars 4 หลายเดือนก่อน

    this was an awesome video, will share it with people who try open source just for showcasing

  • @SyncMain
    @SyncMain 4 หลายเดือนก่อน +2

    Nice video, and I like the advice at the end. I've worked mostly with closed-source APIs & engines in my career, and never had it so clearly laid out why I have never felt the need/desire to contribute to an open-source project (even though it's advice I was given at the beginning of my career, without this context.) I've definitely wished I could submit fixes for the closed-source stuff I use, instead of submitting issues/tickets and wishing them happy birthday every year that they remain open.

    • @mikeha
      @mikeha 3 หลายเดือนก่อน

      yes, I work with Oracle software, and it's closed source. and there have been many times where it would be nice to have access to their source code to troubleshoot some bug. but they don't let you do it.

  • @leomac3464
    @leomac3464 4 หลายเดือนก่อน

    I was considering using open source to make me look better to future employers. It was a freecodecamp vid about open source that gave me the idea. The vid does say you don't have to do this via contributing code, but other means like documentation. I can see from suggested vids on youtube there's no shortage of vids about learning to contribute. Cheers for the extra context.

  • @cjsport1254
    @cjsport1254 4 หลายเดือนก่อน

    Thank you this is the best advice ever. I’ve recently decided to code as a hobby. The developer job world is just too overwhelming for me.

  • @d3stinYwOw
    @d3stinYwOw 4 หลายเดือนก่อน +5

    I totally agree with you - I'd first focus in 'how to start with OSS' A LOT on 'how to make good issues for project you like' instead of 'how to code'.

  • @1oglop1
    @1oglop1 4 หลายเดือนก่อน

    I completely agree with you on this!
    One of the most valuable skills I leanerd by creating issues is to articulate the problem clearly and defend my ideas against project owners in a friendly manner so they get implemented, merged or both sides agree that the feature is out of scope of the project.

  • @kjetilhartveit
    @kjetilhartveit 4 หลายเดือนก่อน +1

    Thanks for the insight on this. Never knew this was such a big problem. Agree, contributing to open source should be to solve real problems, not for exposure. It's fairly simple nowadays to create an app and host it on Vercel or something, creating your own thing was what we did back in the day :)

  • @imarya7329
    @imarya7329 4 หลายเดือนก่อน +2

    My friend was saying all this open source is good i should do it, but now i aint going to any open source until I actually find a bug and have been using it, not destroying the true spirit of open source.

  • @grmpf
    @grmpf 4 หลายเดือนก่อน +2

    "This isn't a clickbait video."
    Yes, it is. The title is extremely attention-grabbing, obviously controversial, and the actual message of the video is not what the title says.

  • @owendavies7381
    @owendavies7381 4 หลายเดือนก่อน

    Love your newish set and video animations

  • @TomNook.
    @TomNook. 4 หลายเดือนก่อน +1

    Best video in a while, 100% agree. Although I would argue that the OP wanting to contribute to open source must have been influenced by some people posting that advice in the first place.

  • @ElMuelio
    @ElMuelio 5 วันที่ผ่านมา

    Totally agree with this, I've seen many projects die because the developer got sick of being inundated with badly thought out pull requests and badly written issues (which are often feature requests that many users don't want anyway).

  • @blazernitrox6329
    @blazernitrox6329 4 หลายเดือนก่อน +1

    As you said, the important thing about open source for people looking to get into the industry _isn't_ that you contributed to some big project, it's that your contribution is out there where people can see it. Sure, there's a certain amount of prestige associated with submitting a contribution to something like the Linux kernel, but at the end of the day the better option (and the one I'm pursuing) is to just work on a project that _you need_, and then share the source for that at an appropriate time. Again, what matters isn't that you contributed code to a project, what matters is that your code is out there where it can be seen.

  • @sophyia4358
    @sophyia4358 4 หลายเดือนก่อน

    Thanks for this. I am one of maintainers for an open source project. This gave me a new perspective. ❤

  • @computerguy1579
    @computerguy1579 4 หลายเดือนก่อน

    Great video. I hadn't really thought about how many people are being pushed to contribute to open-source projects. I've often encouraged people to do the same without considering the additional issues you mentioned where people are just looking to submit pull requests without using the software.
    I'm a huge fan of open source software and tend to prefer to use open source over paid solutions (though sometimes a paid solution makes sense). When using open source software as part of your normal workflow, it becomes very natural to contribute, even if it's just to write out a technical issue that someone can pick up and work on. I'm also biased because I've worked as a software engineer for several years now, so what might seem clear to me on writing a thorough technical issue, giving feedback on pull requests probably won't be fore a beginner.
    The other issue is I think that software engineering is overly glamorized, so you get a lot of people that want to just jump in and start writing code without understanding how code itself works as well as the processes and team work that goes into it and the infrastructure needed to run it. And while open source is an excellent way to get more understanding on how a piece of software runs, it definitely requires more than just looking at code but understanding how that software is supposed to work and knowing how the project itself runs and how to interact with the people maintaining the repo.

  • @Avocado.777
    @Avocado.777 3 หลายเดือนก่อน

    With this single video, you have just improved open source by enlightening me and thousands of other people about what open source contributions really are.

  • @l3thaln3ss
    @l3thaln3ss 4 หลายเดือนก่อน +2

    Hey theo, I don't disagree with a lot of the points you say, and there are probably some extremes (like you showed in your video). But I do think that there is a bit of an issue that is underlying this: the onboarding for devs to an open source project can be a bit of an issue and in some projects is completely overlooked. It becomes even more apparent when you find a more structured project with proper docs, tooling and onboarding.
    On the project I help maintain, we always get bug reports or enhancement requests submitted but rarely ever do we have someone come in with an issue and offer to address it, and I can only think it's an onboarding issue. I remember how daunting the codebase was when I first found it and wanted to work on something. It's been one of the things, I've been trying to slowly address (and could probably do more).
    And if your project isn't meant for new devs, then it should probably say so really early on in your contributor docs.

  • @MuhammadAli-ve7mt
    @MuhammadAli-ve7mt 4 หลายเดือนก่อน +1

    I absolutely agree, I still haven't made any contributions and it's not the ONLY goal you should have. Build cool stuff using the things people are building rather than trying to build those things. With enough growth, and understanding, you automatically realize when you are ready.
    I just recently started opening issues and asking questions. Trying to grasp everything at once often leads to learning nothing quite honestly. You have to spend time with a certain technology to know enough about it to contribute.
    And oh boy, consuming typescript is VERY different from actually writing it

  • @belenrb
    @belenrb 4 หลายเดือนก่อน

    I've recently started using the Astro framework, and I absolutely love it. I would like to contribute, but I acknowledge that I currently lack the knowledge to do so. At the moment, I'm starting by helping with the translation of docs to Spanish. However, I don't view it as a means to secure a job; I simply want to contribute because I genuinely enjoy working with Astro.

  • @vpr17
    @vpr17 4 หลายเดือนก่อน

    There was an awareness session on Open source and Hacktoberfest in my college. The speaker, who was a former google employee, specifically mentioned, 'if you're not able to make any contributions in the coming month or two, forget about getting a good job'.

  • @Ksahdia
    @Ksahdia 3 หลายเดือนก่อน

    Thank you for sharing. I was also told that open source would help me to gain experience and help to find my first tech job. But when I looked around, I was hesitating too and decided to just make my own projects for now and work on my weaker spots with those. After all, when I try something new I run into problems as well and have to learn to find the bugs and fix them.
    I was doubting my decision though, wondering if I was overreacting. But seeing this video I now know I wasn't overreacting. (It has only been a few months since I finished a front end development course, so greener than a junior developer.)

  • @Argylleagen
    @Argylleagen 4 หลายเดือนก่อน +9

    As a recent grad student I see this almost everywhere in my "bubble" of peers and colleagues. In fact i would be lying if i said i wasn't looking to contribute to a few OSS projects myself but I never understood anything! Now it all makes sense, i just need to take it all in and learn some more. Thanks Theo.

    • @forresthopkinsa
      @forresthopkinsa 4 หลายเดือนก่อน

      Keep in mind that this opinion is not universal. There are a lot of OSS maintainers who will gladly review and criticize your PRs, even often labeling certain issues as "good first issue!", because you gain constructive feedback from it and they (eventually) gain a productive regular contributor.

  • @zeocamo
    @zeocamo 4 หลายเดือนก่อน +1

    if no one do open source then open source dies, it should be a goal for anyone to be welcome to help out and join the world of people that is doing the right thing.

  • @georgehelyar
    @georgehelyar 4 หลายเดือนก่อน +4

    The video is great but the title is misleading clickbait.
    All hail the algorithm

    • @t3dotgg
      @t3dotgg  4 หลายเดือนก่อน

      Fun thing about this title is that the people who need to hear this will watch :)

    • @FunctionGermany
      @FunctionGermany 4 หลายเดือนก่อน +2

      ​@@t3dotggi think other titles would be less baiting and still engaging like i wrote in my other comment e.g. "open source is hard"

  • @Sudgen
    @Sudgen 4 หลายเดือนก่อน

    I contributed to an open source JS library because it was something I used and I enjoyed coding, it started as just random PRs later I was reviewing other PRs and making good ones of my own got quite recognised in the community and a couple of years later I actually used those experiences to get me a job that isnt even anything to do with coding! For the sake of simplicity lets call it transferrable skills

  • @docmars
    @docmars 4 หลายเดือนก่อน

    This never even occurred to me, the Hacktoberfest debacle. Couldn't agree more with everything you said. As a person, in general, it's worthwhile taking a step back and asking: "is this meaningful?" with most of the things you do - the world would be a better place! :)

  • @rickdg
    @rickdg 4 หลายเดือนก่อน

    Hacktoberfest is opt-in now and several projects leverage it pretty well, like Jellyfin for example.

  • @csanadtemesvari9251
    @csanadtemesvari9251 4 หลายเดือนก่อน

    Funny how I used to think about contributing to oss like you described. Now I found a bug in statsmodels' ExponentialSmoothing object, so I'm making an issue on their git. Thank you for making the video :)

  • @comedyclub333
    @comedyclub333 4 หลายเดือนก่อน

    It actually took me ~5 years for my first pull request on an open source project. It wasn't huge, it wasn't complicated, but it was something that actually annoyed me. It's not that I never wanted to contribute before (I always read issues in case I find something I can dive into), it was just feeling pointless contributing for the sake of it.

  • @enosunim
    @enosunim 4 หลายเดือนก่อน

    I love those flashy titles. Like "Hey, never go to the toilet!111". And inside the video, you got, that actually you can go there.
    But yeah, about the video, I did not know, that you can use OpenSource for learning. Wow! Cool concept, thanks for you video. Now I definitely go and try to write my noob code at some opensource project! Thanks!

  • @erics2133
    @erics2133 4 หลายเดือนก่อน +1

    As much as I want to help out, I've avoided getting wrapped up in Hacktoberfest precisely because I don't want to add to the chaos.

  • @LoveEachDay94
    @LoveEachDay94 4 หลายเดือนก่อน

    Thank you! I've been so lost on how the heck I'm supposed to do this random thing I keep getting told I HAVE to do.

  • @Wierdcrap
    @Wierdcrap 3 หลายเดือนก่อน

    Glad I watched it through. I understand you. People want to take a shortcut instead of learning every little thing. It’s something I had to learn when becoming a tech. Start at the bottom and learn the trade

  • @Zichqec
    @Zichqec 4 หลายเดือนก่อน

    I was really confused at first because I am a hobbyist and haven't sought out information about getting into programming as a job, so I didn't know this was a thing people recommended. That's sad.
    I have a goal of one day contributing to some open source projects, once I've learned enough of the languages they're written in to actually be useful. But they are projects that are near and dear to my heart. I still help out, with the occasional typo fix, noticing errors in the documentation, and fixing up english translations/making them sound more natural. But I really want to eventually contribute more, because I have a lot of feature ideas, but I don't want to burden the maintainers with them when they have better things to be doing

  • @rastersoft
    @rastersoft 4 หลายเดือนก่อน

    I entered by curiosity to see what problem did you have with open software... after watching the video, I fully agree with you.

  • @travissmith2127
    @travissmith2127 4 หลายเดือนก่อน +2

    You really can't pin this on Hacktoberfest. The advice to contribute to open source has been floating around for at least a decade.

  • @afarce
    @afarce 4 หลายเดือนก่อน

    In all serious as a junior trying to break into the industry theres a lot of pressure to find an open source project to contribute to. Ive been out of work for a long time and the industry seems to be blacklisting anyone from entering or getting a break.

  • @mannacharya4088
    @mannacharya4088 4 หลายเดือนก่อน

    Needed to hear this Theo. Thanks.

  • @MonochromeWench
    @MonochromeWench 4 หลายเดือนก่อน

    20 years ago as a newbie programmer I submitted a contribution to a project I was very interested in to improve the way it did things, shortly after I was made a maintainer, and I am still an active developer on the project (lately modernising my dubious code from back then that is still in use). So my advice to any of these newbie developers of today that want to contribute to an opensource project is to find a project related to something you are passionate about, use it and make improvements and fix bugs. Its best for you and best for the project if you contribute to a project you actually care about.

  • @rzr1191
    @rzr1191 4 หลายเดือนก่อน

    10+ years in and the most I've contributed is helpful comments on issues I've had. It's crazy to think you can just walk in and start posting PRs like stackoverflow answers
    Open-source projects generally die (or get forked) once core maintainers leave because they understand their architecture the best and it's hard for outsiders to just "fix" things without deep knowledge of the project

  • @RobertOSheaGameDev
    @RobertOSheaGameDev 4 หลายเดือนก่อน

    I’ve seen a few PRs that literally swap the case of a letter in a readme. I completely agree with you Theo

    • @SlaHu.
      @SlaHu. 4 หลายเดือนก่อน

      Newbies entering OSS , "Hey there you missed a (.) dot" ,> PRPRPRPPR

  • @dasten123
    @dasten123 4 หลายเดือนก่อน +12

    You are making good points, but:
    - It's not always about getting a job, but sometimes for self-improvement or just fun. I think it's a nice goal for someone to have
    - The fear of being a burden isn't healthy either. You have to start somewhere, and I'd say it's the responsibility of the project's maintainers to deal with noobs

    • @markeggers8356
      @markeggers8356 4 หลายเดือนก่อน +7

      I disagree. For self-improvement or just for fun, write your own project or toolset. I typically do this when investigating a new framework, library, tool, or language. I have specific questions that I want to answer, and a specific project that I want to create.
      None of that should be foisted on open source maintainers.
      Join the users' mailing list, search for answers, and ask intelligent questions when you run into an issue. Always assume the issue is that PEBCAK, and not a bug in the software.
      If the documentation is lacking, that's a good place for your first contributions. That and answering questions on the users' mailing list.

    •  4 หลายเดือนก่อน +4

      @@markeggers8356 I disagree :). Not all open source projects are mature. There are definitely ones out there for beginners to learn about the git processes and have a feeling about how collaborations work. I agree that writing your own projects always a better way to learn more, but sometimes, even if you are a beginner, checking a codebase and trying to contribute to it can be really beneficial.

    • @viliml2763
      @viliml2763 4 หลายเดือนก่อน

      @@markeggers8356 "Write your own project or toolset"
      Not everyone has ideas for new things.

  • @raulsaavedra709
    @raulsaavedra709 3 หลายเดือนก่อน

    This makes so much sense, it almost seems unnecessary to say it, but it was so necessary.
    Every significant contribution ought to start from: "Hey here's a concrete problem I have with this, and I looked into it, and I know how to solve it, I could actually make it better. Let me try to contribute to this."
    Not from: "Hey I need to score some number of contributions, so let me look for problems."

  • @sunofabeach9424
    @sunofabeach9424 4 หลายเดือนก่อน

    barely ever contributed in open-source projects, but when I did, they were projects I was actively using in my work and which I really wanted to (and knew how to) improve. like Lua language server

  • @afivey
    @afivey 2 หลายเดือนก่อน

    8:40 this point about how inexperienced programmers don't understand the difference between a bad goal and a good goal is excellent and IMO worthy of its own video.
    A lot of introverts without friends who program will be trying to learn programming without any goal better than "I should learn Python" will sabotage themselves over completing something like a Udemy course or introductory book and then losing motivation. It's a strange thing to feel a failure when you've accomplished something and should feel success and it's not something anyone who has experienced it is eager to ever discuss.
    This was really helpful, thanks for making this video. Best wishes.

  • @Iskelderon
    @Iskelderon 4 หลายเดือนก่อน

    Gotta admit, I'm often self-serving in that regard in the exact way you mentioned as an example.
    I don't even see it as a career element or just hobby, but when I like an open source program but find that some features are missing, I join to contribute those bits. And once you're in and have a better knowledge of how the thing works internally, helping out with other stuff like open tickets comes naturally.
    Of course, there's the occasional stuff I then put out as free code for the hobby niche I'm in, but that's even more of a side thing.

  • @alexandrebrownAI
    @alexandrebrownAI 4 หลายเดือนก่อน +1

    At first I didn't agree with your take, but your explanation was on point and now I better understand your point and I agree with you.
    I still think you can be in the state of looking for a repo to contribute but it has to be for the right reason, that I agree.
    Thanks for sharing your thoughts.

  • @abc1987625
    @abc1987625 4 หลายเดือนก่อน

    It can be useful to submit reports too. An issue with nVidia CUDA drivers and flatpaks got fixed the other day partly because I raised the issue, not because I knew how to fix it. I have no intention of learning to bundle drivers as flatpaks any time soon either because it's not my area. But if I started making pull requests based on my guesses about the problem, it would doubtless have been a pain for the developers.

  • @Keksent
    @Keksent 4 หลายเดือนก่อน +2

    The people who use "Y'all" look like you would expect

  • @heretichazel
    @heretichazel 3 หลายเดือนก่อน

    As someone without much coding expertise who's done a few contributions, it never even crossed my mind to look for a project to contribute to instead of just contributing to something I already use for the sake of making it better

  • @gingerbeargames
    @gingerbeargames 4 หลายเดือนก่อน

    I agree. I think the issue comes from people wanting to get in to a job asap so they just want to pad their resume. I would always double check to make sure it's not just some coders anxiety about their first contribution though.

  • @rand0mtv660
    @rand0mtv660 4 หลายเดือนก่อน +2

    If you would like to contribute to a project, learn how it works and then go into issues/discussions and help others use that tool and resolve issues they have. OSS is not just about writing code. Most people will most likely abandon the idea of open source contributing right there because they will realize open source isn't as glamorous as some people might want you to think.

  • @gavdev12
    @gavdev12 4 หลายเดือนก่อน

    Strong agree on this, and while it can be a bit hard to understand at first given how much bad advice is floating around, I think that hearing this can really take a lot of pressure off people just starting off their journey in tech

  • @luiztosk
    @luiztosk 4 หลายเดือนก่อน

    learning TS is definitely down the road for me. Tried a bit and just the type completion for your own classes from VSCode is already worth it.

  • @MagpieMcGraw
    @MagpieMcGraw 4 หลายเดือนก่อน

    This is like when new game developers ask "what game should I make". If you have to ask that, you're not ready.

  • @TheThirdWorldCitizen
    @TheThirdWorldCitizen 4 หลายเดือนก่อน +2

    Open Source contributions come naturally once you’re interested or even passionate about a project and perhaps you already use the software.