2020-11-11-give-back-to-foss.html (3979B) - raw
1 <!-- title: Give back to free and open source software --> 2 <!-- slug: give-back-to-foss --> 3 <!-- categories: FOSS, Miscellany --> 4 <!-- date: 2020-11-11T18:25:00Z --> 5 <!-- lastmod: 2020-11-16T23:22:00Z --> 6 7 <p> 8 Most people make use of free and open source software—or services based on it—that is made 9 available to the public for free. And I mean free, not services that you pay with your data, but 10 those that are truly free of cost. Projects that rely on donations, grants, and the resources of 11 the maintainers (and most of the time it's only the latter). If you are a heavy user of FOSS, you 12 are probably already aware of this, but even if you are not a big user, you probably still use 13 Wikipedia (or other sites based on the same engine), the VLC media player, or others.</p> 14 <!-- /p --> 15 16 <p> 17 These programs are great, not only because they are universally affordable (have no cost!), but 18 because they are focused on the user. Their goal is to serve the user, not the developer, which 19 often involves software that is more private, useful and easy to adapt to your needs. Software 20 that doesn't break after a couple of years, and that keeps working even on older devices.</p> 21 <!-- /p --> 22 23 <p> 24 But this post is not about how great FOSS is, but about helping out these projects. All projects 25 have a cost, if there is no monetary cost, then there must be people behind it contributing their 26 time and energy. If you regularly enjoy some of this software, consider giving back to the 27 developers. This kind of project normally requires a lot fewer resources than commercial ones, and 28 even then, the maintainers normally carry most of the burden. By helping out, we can enlarge the 29 community and have more people working on it, as well as help current projects grow. How can we 30 help? Glad you asked!</p> 31 <!-- /p --> 32 33 <ul> 34 <li> 35 <strong>Donate</strong>: It's easy, doesn't require a lot of your resources, and it helps. My 36 biggest issue is normally convenience. If every time that I have the thought "this is very 37 useful, I should donate", I could press a button to give 2 euros, I would probably do it. The 38 problem is that there is no such convenient button. My most successful strategy has been 39 thinking about a handful of projects I wanted to donate to, and then sit down on my computer and 40 donate a bigger amount to each one of them. This way I only have to do it once every so many 41 months, instead of a little donation every two weeks.</li> 42 <!-- /li --> 43 <li> 44 <strong>Report bugs</strong>: Instead of complaining that something doesn't work, take some time 45 to make sure it's something about the program (not just you messing up) and, if it is, go to the 46 project's bug tracker and either provide more details to an already open issue or file a new one 47 if you can't find it there. This is can be more time-consuming depending on the bug, but it's 48 free (except for the time you pay, of course :)).</li> 49 <!-- /li --> 50 <li> 51 <strong>Translate</strong>: This one takes even more time! Is that program not in your native 52 language? Translate it yourself!</li> 53 <!-- /li --> 54 <li> 55 <strong>Send patches</strong>: If you want a new feature, there is an annoying bug, etc., 56 consider jumping into the code and implement it/solve it on your own (or asking for some help 57 doing it).</li> 58 <!-- /li --> 59 </ul> 60 61 <p> 62 There are other ways to help (feel free to contact me if you think of more and I'll add them), but 63 these are the ones that come to mind. I partially wanted the post to be a reminder that donating 64 money and coding are not the only ways to help. In particular, reporting bugs is something most 65 users will be able to do and it helps—you can't fix it if you don't know about it. On the other 66 hand, depending on the project, such bugs will get fixed in a matter of days, so you'll be able to 67 reap the benefit.</p> 68 <!-- /p --> 69 70 <p>Enjoy a project? Help out!</p>