• 1 Post
  • 70 Comments
Joined 9 months ago
cake
Cake day: October 6th, 2023

help-circle





  • Discord is closed source and has no way to easily archive/record conversations. This makes it unsuitable for a lot of open source projects who need a chat client. I’ve not used much Discord but potentially the “gamer” culture might put people off.

    Matrix seems good but it’s not quite there yet from what I can tell. It’s got way more features than IRC but none of them seem to work that well. Like a swiss army knife full of blunt tools.

    For IRC I’m on the libera.chat server. Usually hanging out in the gentoo channels since I use that distro. There are a lot of different channels for the various devs, user tech support, niche uses like gaming* and also offtopic chat channels.

    *More gamers tend to use other linux distros for some reason





  • This is the main development path for most distros - Debian, Gentoo, etc.

    Issues are tracked on bugzilla and then the patch is sent to the developer mailing list citing the bug ticket with git send-email. Not sure about Debian but in the case of Gentoo they accept contributions via their git mirror and email. The developers keep both in sync so that new contributors (who likely use github) are encouraged but more established users can stick to the mailing list.








  • I had it on an old thinkpad for years but swapped back to Debian on there recently. It’s a neat OS for hobbyists but the desktop experience is rough around the edges.

    It’s similar to how linux used to be 15 years ago in terms of software compatibility.

    One positive thing about it is that the source code for their corelibs is beautiful (!) GNU corelibs have been optimized to within an inch of their life to make them as fast as possible at the cost of legibility.



  • Yeah I kinda agree. C# might have some nice new shiny features but Java is improving all the time and has deep roots in the open source community.

    Scripting languages don’t really compete with Java because they are a different type of tool. Even when data engineers/scientists use pyspark in data pipelines it’s just a thin wrapper around JVM scala code.