C++ Software Engineer Big interest in OpenSource communities for years now. 20+ years linux user. But a newbies in fediverse, had heard about it before but needed the help of twitter (for mastodon) and reddit changes to give a real try. Also a fan of Stephen King books. Was fievel@vlemmy.net

  • 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle
  • For notes I’m using Joplin with sync with desktop client through a nextcloud instance. Really a very nice app if you want sync with multiple devices anc user friendly interface.

    For maps OsmAnd, I even pay a subscription to support the project (and have hourly updated maps which is pretty cool when I fix wood paths in openstreetmap).





  • I think that one of the structural change that helped a lot to have less stalled or unmaintained open source projects is the improvement in the DevOps tools.

    I mean that, until recently, I always had been an open source user and supporter but, despite being a professional software engineer, I never coded in open source projects. The reason to this is that I did not wanted to commit myself into a project that I cannot afford to work regularly on because of professional and/or personal time constraints.

    Now with the broad use of git and related platforms for open source projects (GitHub, gitlab, …), it’s possible to work only a little on open source projects. You can fix a bug impacting you as an user, translate some strings in your native language, improve the doc, … without commiting to work regularly on the project. You just change the stuff, have no requirements to inform anyone, make a pull request and it’s merged or not by the maintener …

    I think this is really what contributed to improvement in the way open source projects evolved.