You NEED to Contribute to Open Source

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 159

  • @DSBCode
    @DSBCode 5 месяцев назад +183

    I love how RUclips instantly shows me a video in the sidebar called "Don't Contribute to Open Source"

    • @markh.6687
      @markh.6687 5 месяцев назад +9

      "The Algorithm is all-wise, all-seeing, all-knowing. Blessed be The Algorithm."

    • @MaartenT
      @MaartenT 5 месяцев назад +26

      It's the video by Theo that Chris mentioned. It's actually a pretty good video to watch if you want to hear both sides of the argument. That obviously doesn't mean youtube's algorithm for recommendations is good (it's not), but in this case it's not a bad one.

    • @zoicware
      @zoicware 5 месяцев назад +3

      i mean its in the vid desc...

    • @Wkaelx
      @Wkaelx 2 месяца назад

      Same thing lol

    • @LaSpookyPR
      @LaSpookyPR 2 месяца назад

      Maybe was made my an nvidia employee jk 😂

  • @user-ic6xf
    @user-ic6xf 5 месяцев назад +34

    As a dev, it is always nice when anyone (users of a project) can write clear issues. This makes our jobs as devs much easier. Some of the best contributors to projects that I have worked on have been people that create issues, respond to issues, and generally understand what is going on in the project.

  • @kernel0verflow919
    @kernel0verflow919 5 месяцев назад +59

    Thats good advice. Not every beginner should jump into a big codebase, but everyone should be able to just write an english description of a bug / problem they encountered.

  • @akinaguda
    @akinaguda 5 месяцев назад +102

    I just knew this had something to do with Theo's video from the title lol

    • @sirfer6969
      @sirfer6969 5 месяцев назад

      Yeah and the WAN show, which is sorely lacking... that whole team apart from Anthony (Emily?) are technically challenged

    • @schtormm
      @schtormm 4 месяца назад

      @@sirfer6969Emily

  • @alienJIZ1990
    @alienJIZ1990 4 месяца назад +3

    We should all do what we can to grow the community. Even if you can't code, you can report issues, help test, donate to devs whose projects you use often, write documentation, etc.

  • @KiryuuKazama
    @KiryuuKazama 5 месяцев назад +7

    As a non techie person in terms of diverse coding. Chris win util project is my first github contribution and now I'm learning to use github! Great video as always Chris!

  • @karlbbb
    @karlbbb 5 месяцев назад +29

    I'm early in my Git learning journey (as well as Linux in general). I'd love to contribute something to a project, but no matter how many videos I watch on how to do it, I have an overwhelming fear of doing it wrong and really annoying the main dev on a project. Maybe one day!
    I'd also like to bring in Git to my day job (Windows sysadmin) so I want to learn everything enough to teach the rest of my team.

    • @ChrisTitusTech
      @ChrisTitusTech  5 месяцев назад +12

      Pick any of my 60 repos and just do it. What is the worst thing that can happen?

    • @RandomGeometryDashStuff
      @RandomGeometryDashStuff 5 месяцев назад +1

      > Git learning
      2 things that were hard to figure out:
      1. `git cat-file commit ` will show ALMOST* EXACTLY what is a commit
      2. *:
      ```
      {
      echo -n 'commit '
      git cat-file commit | wc -c | tr '
      ' '\0'
      git cat-file commit
      } | sha1sum -
      ```
      (replace `sha1sum` with `sha256sum` if object-format=sha256) will output ` -`

    • @akxlphotos
      @akxlphotos 5 месяцев назад +2

      Same here. I've always had this fear of contributing to open source. Most of the time, I don't get thru the initial setup of a project because I'm like "if I'm having this many issues setting it up, how would I ever contribute anything useful." Still trying get Blender up and running on my machine. 😅

    • @Markadown
      @Markadown 5 месяцев назад +4

      The easiest way to start, especially if you use the software, is to report bugs or fix documentation. I reported a bug for a syntax issue with the suggested fix and that was my first open source contribution. Take small steps.

    • @hanifarroisimukhlis5989
      @hanifarroisimukhlis5989 5 месяцев назад

      With git you could just skip all the CLI stuff and use git gui exclusively. At least that's what i do and it carries me tremendously. I only use commands for complex things like rebase and pull.
      The only things you should learn about git is the basics and file/data structure of git, with the rest can be inferred.

  • @RazoBeckett.
    @RazoBeckett. 5 месяцев назад +14

    Ya man, I really love contributing to open-source project big fan of Jia Tan

    • @ChrisTitusTech
      @ChrisTitusTech  5 месяцев назад +10

      I look forward to seeing the backdoor you engineer 😉

    • @RazoBeckett.
      @RazoBeckett. 5 месяцев назад +2

      @@ChrisTitusTech let's go!

  • @samhindhaugh696
    @samhindhaugh696 5 месяцев назад +5

    The project that you should contribute to is the one you like and am invested in

  • @stefan000
    @stefan000 5 месяцев назад +7

    "What are these code files, ya smelly nerds? JUST GIVE ME AN .EXE!!"

  • @mattvisaggio
    @mattvisaggio 5 месяцев назад

    I contributed to your open source project today! I appreciate what you've built. Also bought your wrapper!

  • @Novacification
    @Novacification 5 месяцев назад +10

    If Theo wants to avoid being misconstrued he should stop intentionally making his titles misrepresentative of his actual opinion for clicks.

  • @mnkydeth8189
    @mnkydeth8189 5 месяцев назад +1

    For the distro that I use is where I submit the most.
    It's a small enough distro that I can usually just mention an issue in IRC and they will look into it.
    I also provide a pastebin of the error log and if I found a fix I will mention what I did to fix the problem.
    Usually within 24hrs the problem is fixed. Excellent community where I am at. Even if we go days without anyone saying anything on irc. :)

  • @saintbenedictscholacantorum
    @saintbenedictscholacantorum 4 месяца назад

    Thank you for this, Titus! You've really helped to demystify and lower the intimidation factor for newbies who want to help make open source projects better.

  • @AlokMeshram
    @AlokMeshram 5 месяцев назад +1

    I love this video so much! The entire idea of open source is to have as many eyes on the code as possible. So when people say "Don't contribute to Open Source", I'm left wondering why have your code be open source at all?!

  • @octopusonfire100
    @octopusonfire100 5 месяцев назад +3

    Also, that Gnome extension you love, or that app that has been really useful for your workflow.... Give the devs some money. Even 3$ can feel amazing. Do it, don't be a cheap freeloader.

  • @mankala8
    @mankala8 4 месяца назад

    I'm doing my part.
    The sum total of my opensource contributions is that a color palette generator wasn't sorting properly and it annoyed my sense of tidiness. So I fixed it and opened a PR.

  • @Zullfix
    @Zullfix 4 месяца назад

    While I share the same sentiment that open source can always use more contributors, I appreciate Luke's hesitance to mention a specific project to contribute to. I would rather have less people contributing to open source than to have another Apna College ExpressJS incident.

  • @pyp2205
    @pyp2205 5 месяцев назад

    Well interesting how this gets uploaded as I contributed to open source. I don't really contribute to open source projects much (I only done it 3 times so far). But if there is something no one else done, then I might consider contributing to the project. I mainly contribute to a project's documentation for installation.

  • @ajmills8963
    @ajmills8963 4 месяца назад +1

    @1:27 "Whether you're a developer, whether you're a normal person..." 😂

  • @blackspetnaz2
    @blackspetnaz2 5 месяцев назад

    What you really meant was community driven foss, free open source software, license type is key here to protect it. There are plenty of corporations that take advantage of open source but keep control of the license and use in a draconian way.

  • @clem-1917
    @clem-1917 5 месяцев назад +1

    I think I understand but was a bit confused at first as you showed how you, the project owner/maintainer, use issues instead of how a user will use issues and pull requests.
    As the project owner you can submit an issue showing the bug and referencing the commit you pushed to fix it as a good method for documenting code changes.
    But a user would submit an issue documenting the bug, then if able and willing: clone the correct branch, fix the bug, and submit a pull request.
    I think showing purely a user's point of view would be helpful.

  • @MarcelRobitaille
    @MarcelRobitaille 5 месяцев назад

    The point of Theo's video was not to let someone else tell you what to contribute too, which is exactly what Luke said.

  • @gainer552
    @gainer552 29 дней назад

    I agree 110%. Everyone should, regardless of your skillset. Spread the word, teach people how to use Linux, help build packages for Linux etc. Any activity counts. You get it for free, you should give back and keep it going! Here’s to Linux, we’ve come so far! 😎🎆🍻

  • @MrGeekGamer
    @MrGeekGamer 5 месяцев назад +2

    I am a coder and I have tried to contribute, but projects are usually dead or gatekept by assholes that don't like their mistakes being pointed out.

    • @monomono9627
      @monomono9627 5 месяцев назад

      Like VCV Rack for example.

  • @whosonedphone
    @whosonedphone 5 месяцев назад

    I just submitted an issue in Magisk. I've been intimidated from doing so for a couple of years. The reason I was hesitant was because of the requirements. And because how huge the project is.
    I'm glad I did though because they made changes in the code. I hope to see the results on the next development release.

  • @markh.6687
    @markh.6687 5 месяцев назад

    Chris: "If you're a developer; if you're a normal user..."
    Devs: "Never have I been so insulted by a statement I completely agree with."
    If you're a normal user, use your distro's blog or bug reporter to report bugs and make suggestions. You don't have to be a 'dev' or ubergeek to help out.

  • @laeven_
    @laeven_ 5 месяцев назад +16

    Yes, I'd like to open a pull request for a bug fix for windows 11 titled "OS missing Amnesia".
    - Removed Recall

  • @Suilujz
    @Suilujz 4 месяца назад

    I think a lot of projects could use help from people with experience in graphic design or writing articles/guides/wikis in general.
    A lot of github pages have poor documentation for your average end-user stumbling on a program they want, and you don't need to be a coder to learn how to get things working, then take the time to write clear instructions for it.

  • @jonathanbush6197
    @jonathanbush6197 5 месяцев назад +1

    "Everyone should do this because you see? Here's how you do it." I would call that less than convincing.

    • @DeCapitanOG
      @DeCapitanOG 5 месяцев назад +1

      You can't infer for yourself?

    • @ChrisTitusTech
      @ChrisTitusTech  5 месяцев назад +1

      Do you trust someone with experience or do you trust someone that says they have experience?

    • @jonathanbush6197
      @jonathanbush6197 5 месяцев назад

      @@ChrisTitusTech Since you asked, I trust that you know a lot. Is that how you expect to convince me to contribute to GitHub? Because "trust me"?

    • @jonathanbush6197
      @jonathanbush6197 5 месяцев назад

      @@ChrisTitusTech Thank you for not removing me. I trust you know a lot about operating systems. You know a lot about customization. You know a lot about a lot of things. Convincing people who are not already convinced to do what you ask? Maybe not so much.

    • @ChrisTitusTech
      @ChrisTitusTech  4 месяца назад +1

      @@jonathanbush6197 The purpose of the video wasn't that, but to bring a balanced perspective to Theo's Don't contribute to open source. The titles are two extremes, but the underlying message is actually the same. Don't make bad pull requests, instead learn to write good issues.

  • @claudemods
    @claudemods 3 месяца назад

    Thats why i starting supporting on github i love your windows tool i saw you video about your new linux tool i use both myself who knows what the future holds keep up the good work man ❤

  • @torspedia
    @torspedia 5 месяцев назад +3

    How would you determine which project to submit issues to? For us regular Linux users it's not often all that easy to tell.

    • @robosergTV
      @robosergTV 5 месяцев назад

      the one your work with obviously?

    • @user-ek8cd1gg3f
      @user-ek8cd1gg3f 5 месяцев назад +1

      If a program X crashes, is it X that has a bug? Is it your package maintainers that packaged it wrong? Is it your theming application that unknownly removed a part of the API? Where is program X repository even hosted?
      I think it is fair to not know which part crashed if you are not deep in software. Practical example: the two times my computer could not boot, it was that the system python was upgraded, somehow making it incompatible with the nvidia driver manager, making the screen black after booting up. Not that easy to track down.
      This applies not only to bug reports but to feature requests, it is not that simple to know which piece of your system (or their dependencies) should so what.

    • @torspedia
      @torspedia 5 месяцев назад

      @@user-ek8cd1gg3f indeed, as it is often rather difficult to determine which element caused the bug, when you're not a programmer in anyway shape or form!

    • @torspedia
      @torspedia 5 месяцев назад

      @@robosergTV it's not always obvious to those of us who aren't techies!

  • @MinaSchloch
    @MinaSchloch 5 месяцев назад +10

    My biggest issue was adding my damn ssh key.
    Also dont forget Github is owned by Microsoft, centralized and they use opensource code without attribution in LLMs illegally.

  • @CursedShadow-iu1fj
    @CursedShadow-iu1fj 5 месяцев назад +2

    Thats good advice. this is how you get good deeds using a computer

  • @Ajajdh2
    @Ajajdh2 5 месяцев назад

    It's pretty annoying when maintainers delete your changes completely from commit history without prociding any details or respond when contacting them for personal reasons, I would suggest to contribute carefully

  • @TokyoLovesme
    @TokyoLovesme Месяц назад

    THANK YOU FOR YOUR STEWART-SHIP? Mr. Titus! EVERYONE SHOULD BE DONATING/CONTRIBUTE 🎉🎉🎉🎉🎉 TO OPEN SOURCE!

  • @fishy9447
    @fishy9447 5 месяцев назад

    Great video! One question: I can’t figure out where exactly to start with learning to code applications specifically. Game engines make games easy to create but to create apps you are just reading writing code with no simplification of the process, so is application coding just something to learn in a community college or something or are there good resources online for learning how to make UI and under the hood things and how to use toolkits like GTK and such?

  • @vicsar
    @vicsar 5 месяцев назад

    True that. Contribute to a better world.
    A single grain of rice can tip the scale. One may be the difference between victory and defeat.
    - The Emperor.

  • @thefrankring
    @thefrankring 5 месяцев назад +8

    GitHub, a closed source software and owned by Microsoft, hosts most open source projects.
    Ok, goodbye.

    • @gx1tar1er
      @gx1tar1er 5 месяцев назад +2

      Also Linux Gaming and proton: helped by Valve, a corporation and developed a proprietary software called Steam. Irony since Linux spirit is about FLOSS freedom and community based when the most popular game launcher and game store on Linux is Steam lol

    • @thefrankring
      @thefrankring 5 месяцев назад +1

      @@gx1tar1er True. Mostly because of common interests, necessity and lack of alternatives.
      As more options and alternatives are created, I'm assuming that might change in the future.
      Unfortunately, nothing lasts forever.
      There are currently good alternatives to GitHub.

    • @asunavk69
      @asunavk69 5 месяцев назад +7

      ​@@gx1tar1erits about freedom but also about choice, you choose or not to continue using propriatary software.
      And i think for most its ok, because its not free software maintained by freeloaders with spirit alone that is going to be maintained like propriatary ones.. (eg:gimp vs adobe).
      Sorry to say but this is the truth and reality can be often disappointing.

    • @thefrankring
      @thefrankring 5 месяцев назад

      @@gx1tar1er True. Mostly out of common interests, necessity and lack of options.
      As more options and alternatives are created, I'm assuming that might change in the future.
      Unfortunately, nothing lasts forever.
      If you value free and open source, there are good alternatives to GitHub. Example: Codeberg.

    • @mayconlcruz
      @mayconlcruz 5 месяцев назад +1

      ​@@asunavk69 It's like they say: the idea of ​​maintaining the purity of an environment free from capitalist and intellectually proprietary influences, in order to sustain projects just out of passion and the ideal of having free and accessible tools is very beautiful, but everyone has bills to pay.
      Everyone is entitled to give their opinion on whether or not the concept of closed source should exist, as well as discussing whether corporations should take the right to focus on FOSS. But it is difficult to deny that money and profit are factors that make FOSS more visible.

  • @monomono9627
    @monomono9627 5 месяцев назад +1

    When you have most people create accounts just post an issue saying "your software crashed, please fix" then refusing to elaborate any further, (sometimes not even using the GH account ever again), you end up with projects that have hundreds of unresolved bogus issues. If you're reading this and you're this kind of person, then please don't "contribute" to open-source.

  • @gauravsinghsays
    @gauravsinghsays 4 месяца назад

    Where can one start finding issues ? Any vulnerable repositories ?

  • @Aeroxima
    @Aeroxima 4 месяца назад

    I get nervous about doing it right, and end up only doing the ones I'm really sure about, and just not reporting a bunch of bugs. I'm even more scared about PRs and I think I've done like 2 or 3 ever.
    You never know what that particular person or group will think is a good issue/PR (unless they write it all out, but then that's extra barrier in reading and doublechecking).

  • @dianaalyssa8726
    @dianaalyssa8726 5 месяцев назад

    TY for maintaining winutil (even though I'm not using Windows atm, likely will end up back at some point).

  • @Creature-ology
    @Creature-ology 3 месяца назад

    I hear thorium is malware? What browser should I use?

  • @vargonian
    @vargonian 5 месяцев назад

    Lol I was targeted. My first and only open source contribution was to fix a typo in a readme for some Microsoft giveaway. I’d like to do more, I just have no idea how to start. Well, until now. Thanks!

  • @TartarSauceIsNotDead
    @TartarSauceIsNotDead 2 месяца назад

    Speaking of bugs, end task with right click isn't working for me.

  • @techwolfcave
    @techwolfcave 5 месяцев назад +1

    Is submitting bugs a way to contribute to open source?

    • @mwiethan
      @mwiethan 5 месяцев назад

      Of course, since it makes the product better for everyone in the end :) it's especially helpful if you take the time to describe properly how to recreate the bug if possible as this makes the work for the Dev's way easier

    • @techwolfcave
      @techwolfcave 5 месяцев назад +1

      @@mwiethan awesome thanks, I've been wanting to do this.

  • @flukeman022
    @flukeman022 4 месяца назад

    Can you do a tier list for Linux antivirus/Internet security?

  • @Cyberbeni
    @Cyberbeni 5 месяцев назад

    If I know a project has stalebot set up, I don't report issues there. I either open a PR with the fix or just ignore it.

  • @antoninoprincipato800
    @antoninoprincipato800 5 месяцев назад

    yes, but if I do mention a technical grievance, will u definitely consider trying to redress it?

  • @elwen8525
    @elwen8525 5 месяцев назад +1

    Errrrrrmmmmmm what if I’m not smart where I know what the problem is. I know what it’s supposed to do but I don’t know how to fix it

  • @peterjansen4826
    @peterjansen4826 4 месяца назад

    Chris, Primegan criticized merging, he says that you should be rebasing instead.

  • @freazeyplayz7290
    @freazeyplayz7290 4 месяца назад

    are you using thorium in this video?

  • @coelhovinicius140
    @coelhovinicius140 5 месяцев назад

    This is a good talk for any development enviroment really!

  • @RB-xq7qh
    @RB-xq7qh 5 месяцев назад

    To be fair - as a normie. I am contributing by using open source OS and reporting bugs via KDE bug report.
    I try to buy or use everything that supports open source as well. So no nvidia. For now

  • @giorgos-4515
    @giorgos-4515 5 месяцев назад

    Where can the article he is reading be found?

  • @Raylightsen
    @Raylightsen 5 месяцев назад

    I suck at programming, still learning it, but i agree with chris..

  • @arashrezaei3801
    @arashrezaei3801 4 месяца назад

    can you do one of those 2 hours courses on windows from scratch to all the way to niche stuff.

  • @lex_darlog_fun
    @lex_darlog_fun 5 месяцев назад

    Chris, what is the screenshot tool you use at 3:43 ?

  • @quill-j6s
    @quill-j6s 2 месяца назад

    When you loaded your windows environment I thought I was looking at arch for a moment LOL, you're a savant at desktop customization

  • @pipeliner8969
    @pipeliner8969 5 месяцев назад

    I agree. I am not that secure with coding but I do reports and try to give constructive feedback

  • @avalagum7957
    @avalagum7957 5 месяцев назад

    Sure, I'll contribute to open source if I know something about an open source project which is not abundantly available on the Internet. However, that never happens to me 🙂

  • @Daniel_VolumeDown
    @Daniel_VolumeDown 5 месяцев назад

    Well issues on your projecs are autoclosed by bot (I think) after 2 weeks. I think that is bad. Like, idk If you saw issue and decided to ignore it or saw the issue and decided to look at it later and forgot about it, or you didn't saw the issue at all (because you missed it, or was on holidays or something). Simple answer like "no" or "wont fix" would be helpful...

  • @Aygross
    @Aygross 5 месяцев назад +3

    Can I get a link to the pull request etiquette page.

  • @PassionataDance
    @PassionataDance 5 месяцев назад

    Depends what you do, open source for hacks. Closed source for valuable IP.

  • @RandomGeometryDashStuff
    @RandomGeometryDashStuff 5 месяцев назад +1

    05:45 how is it possible to deny more pull requests than you get?

  • @prezentoappr1171
    @prezentoappr1171 5 месяцев назад

    I need a way to undo tweaks, the winutil undo tweaks, doesnt show the powershell log that theyre succesful.
    Alright I'll superuser or other hyponymic stack exchange for now then.
    I have search a lot of issues in githuh, theyre all closed why?
    This is not as pro-active feedback as aves dev or more other privacy devs et al
    Windows tweaking repair also doesnt work diff options in that app

  • @snya1558
    @snya1558 5 месяцев назад

    Is it ok to write an issue and in that issue write how that issue can be resolved, or is it better to write only the issue itself and in the comments section write down potential fix?

    • @ChrisTitusTech
      @ChrisTitusTech  5 месяцев назад

      Absolutely. Issues are a great way to have discussions. There is also a Discussions section of some githubs that are great for workshopping and doing feature requests.

    • @hanifarroisimukhlis5989
      @hanifarroisimukhlis5989 5 месяцев назад +1

      Actually it's really good if you can provide help where the issue/bug might be in. Even better if you can post a PR to fix it too, but not everyone writes code. I once did put both issue and PR to fix it and it got merged real quick, since maintainers don't have to do the work themselves.
      Depends on the issue template and the culture where the suggestion should be put. If it's short & simple, i usually put in the original post, while longer explanation/investigation can be put in separate comment.

  • @aceportgas4480
    @aceportgas4480 5 месяцев назад

    Isn't your title misleading too? NEED is a strong word, its like we don't have a choice but to contribute when in reality its not.

  • @mr_hardy5329
    @mr_hardy5329 5 месяцев назад

    I hear Poor request instead Pull request. I don't know why LMAO

  • @Arvigeus
    @Arvigeus 5 месяцев назад

    Can't wait for Hacktoberfest! Free T-Shirt, here I come!

    • @markh.6687
      @markh.6687 5 месяцев назад

      I'm hoping for this scenario:
      Me: "By the way, ladies, I submit pull requests on GitHub."
      Ladies: "Oh no; all our clothes just fell off."
      (Take THAT, Arch name-droppers!)

  • @ÎnțelegGaming
    @ÎnțelegGaming 4 месяца назад

    Can you make a video how to setup to make code ?

  • @jeremiahbullfrog9288
    @jeremiahbullfrog9288 5 месяцев назад +1

    I gave up on contributing to most projects when they implemented "code of conduct" like we're in kindergarten and how dare we cross the teacher. Now I'm happy to be a leach

    • @hanifarroisimukhlis5989
      @hanifarroisimukhlis5989 5 месяцев назад +1

      CoCs are necessary because:
      1. Having rules written down is very important, like contracts.
      2. Not everyone on the internet are nice people.
      3. Trolls can drain maintainer's time and energy.

    • @jeremiahbullfrog9288
      @jeremiahbullfrog9288 5 месяцев назад

      @@hanifarroisimukhlis5989 All the bullet points in the world won't hide the fact that these codes are applied unequally and used to push agendas.

  • @RAHCX2222
    @RAHCX2222 3 месяца назад

    its 2024 can you update this video because it changed

  • @garmas
    @garmas 4 месяца назад

    this is glazewm still?

  • @RandomGeometryDashStuff
    @RandomGeometryDashStuff 5 месяцев назад +3

    04:18 is big log in click to expand ok?:
    big log
    ```
    aaa
    bbb
    ```

    • @ChrisTitusTech
      @ChrisTitusTech  5 месяцев назад +1

      I'd say so. Just something doesn't bloat up the issues page by default.

  • @meru_lpz
    @meru_lpz 4 месяца назад

    “Everyone should work for free”

  • @aleksandar4923
    @aleksandar4923 5 месяцев назад

    can you make video about GrapheneOS?

  • @CrisTheGreek
    @CrisTheGreek 5 месяцев назад

    Absolutely true. Let's contribute..😘

  • @nmmichalak
    @nmmichalak 4 месяца назад

    Is Theo Ted Lasso?

  • @mrbane2000
    @mrbane2000 4 месяца назад

    I got issue, i wanted to switch to Linux, but any distro i try i get bigger CPU usage when watching RUclips, and laptop fans are annoying. I have Ryzen 5300U, Vega 6 integreted GPU, tried Chromium and Firefox with HW acc flags enabled, mesa and amgpu driver on Ubuntu, EndevourOS, LinuxLite, Debian 12, still i get usage more then on Windows. And Microsoft well, you know why i want to switch. But going to linux i find myself on google a lot, even for simple thing like resizing windows on xfce is annoying, cause you can't grab edge easy. Then trackpad being worse and so on. On Windows i get 6% cpu and 2-3% gpu usage. On Endevour OS watching YT i get 13-15% CPU and GPU, yes ambient mode is off. Even if KDE is slower to lunch stuff, i would use it. MX Linux i found is fastest, but i need to fix window resizing on xfce by changing window manager and a lot of tweaking which i don't want to do, and why does only KDE have GPU usage in System Monitor, and i have to add it by myself.?

    • @pyepye-io4vu
      @pyepye-io4vu 4 месяца назад +1

      Stay with Windows.
      Linux does not work well on some hardware. Especially laptops.
      You have to specifically buy tested Linux compatible hardware.

    • @hunterismyname
      @hunterismyname 4 месяца назад

      Ain't not way a CPU with 15 W consumption and an integrated GPU can ramp up you fans to the max speed.
      You may want to investigate this issue extensively. Also, CPU and GPU usage(s) depend a lot on video codec used by RUclips.

    • @babahaze
      @babahaze 4 месяца назад

      you need to force the youtube codec to h264 vp9 is not always supported for HW decoding

    • @mrbane2000
      @mrbane2000 4 месяца назад

      @@babahaze I shouldn't need to worry about codecs at all. Typical Linux hustle.... I don't force anything it's VP9 on Windows always

  • @linuxstreamer8910
    @linuxstreamer8910 5 месяцев назад

    if a app use use has a problem i make a issue

  • @asan1050
    @asan1050 5 месяцев назад

    Thanks for posting this video

  • @blusewill
    @blusewill 5 месяцев назад

    Oh no. I already contribute on tons of Open Source Project lol

  • @matty5266
    @matty5266 5 месяцев назад

    This is related to when you were on about making issue on GitHub, how do you read the code as someone who isn't skilled in coding? Should I try to explain the issue and how to recreate it?

  • @ponyboykurtis4645
    @ponyboykurtis4645 5 месяцев назад

    BUT CHRIS I DO CONTRIBUTE; Ive contributed to yuou twice in the past, got ripped off both times and no response from you to make things right!
    one was for your windows pare down tools.
    i couldnt get it working myself on free version so i paid for a version and it wouldnt work or download or something either.
    now i dont use windows anymore but may install it on future build coming up in two weeks.
    Alos may install windows on the crappy laptop i bought while i wait to rebuild that system
    Cant remeber the 2nd thing i bought from you.....youd have to give me a list of things you sell. it mightve been a linux tool
    Do you have a LINEAGE OS phone install github...?

  • @gsestream
    @gsestream 5 месяцев назад

    what kind of company you are, that kind of company you get. corporate pun intended. yep trading code is not good. freedom is good. so dont try to pay anyone. or get paid. freedom does not require any money or trading. this issue is so massive that I dont contribute.

  • @nepalxplorer
    @nepalxplorer 5 месяцев назад

    Yes theo's video is quite misleading

  • @ustrucx
    @ustrucx 5 месяцев назад

    Do not contribute, specially with code unless you know what you're doing.

  • @SamuelViagus
    @SamuelViagus 5 месяцев назад +4

    Please Heart This, Live the Videos, Especially the Linux Ones

  • @robosergTV
    @robosergTV 5 месяцев назад +1

    oh god please no, especially junior boot camp zoomers

  • @asan1050
    @asan1050 5 месяцев назад

    Everyone should give to the poor.

  • @directx872
    @directx872 5 месяцев назад

    Yeah right just you try contributing to open source. It's fucking impossible they just ignore all the work you do.

  • @eigentlichtoll02
    @eigentlichtoll02 4 месяца назад

    Thanks. Good tips.

  • @JR-em3mo
    @JR-em3mo 5 месяцев назад

    what is

  • @binalhumaidi
    @binalhumaidi 5 месяцев назад +4

    I like turtles

  • @nhr.nazmulhossain
    @nhr.nazmulhossain 5 месяцев назад

    NO!

  • @RiteshKumarPanda
    @RiteshKumarPanda 5 месяцев назад

    Ahhh shit here we go again .....😂

  • @hydrochloricgamer4521
    @hydrochloricgamer4521 5 месяцев назад

    : )

  • @M4XD4B0ZZ
    @M4XD4B0ZZ 5 месяцев назад

    Trains are fast