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
  • 25 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle
  • Indeed just issuing a warning at connection or so “keep in mind to drive safely and keep an eye on the road” would be more appropriate IMHO. There is the same kind of restrictions with Waze, you cannot access the keyboard when driving and are forced to use the speech recognition which is often difficult (especially in foreign countries where street names are in foreign language).



















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