• 2 Posts
  • 19 Comments
Joined 2 years ago
cake
Cake day: November 2nd, 2022

help-circle

  • One thing I can imagine is even something like unconscious “self censorship”, choosing more permissive license to attract more people and even corporations which will hire developers…

    This is the result of years of anti-copyleft propaganda which started to pay off. Now, all that corps need to do is wait for new projects and libraries to pop up and subtly (more than often openly) allocate resources to whichever project they need, or simply EEE. A much easier exercise than it was during the early years of copyleft where we could literally have a free alternate operating system to Microsoft, Apple and IBM while they were openly fighting it. Read on the Education and Government Incentives program for a reminder of what corporations are capable of.


  • I highly doubt these are sponsored by any big corp, just hobbyists/students that think it is interesting project to undertake that don’t care as much about the GPL as much as they care about doing something interesting to them.

    I wanted to test this theory, quickly looking at the commit history you can see that although the project might have started as a hobby/student weekend project, it is currently maintained by someone with an official affiliation of director at Mozilla corp.

    PS: I am not pointing the finger to any entity here, I picked this project as an example to have a discussion on this topic.


  • I am aware that permissive licenses became the defacto form of licensing for new projects thanks to years of propaganda from big corps and especually Microsoft, who bought Github mainly for this. I never paid too much attention until I realized the potential for Rust projects to be widely adopted for replacing a big portion of copyleft libraries. This coreutils project was just an example to make the point, it seems very convenient and it is easy to dismiss the licencing choice as a coincidence. On the long term this might have huge implications a few generations ahead when big corps don’t have to contribute nothing anymore to society. Look at what is happening with OpenCloseAI, open source models are lagging behind because there nothing equivalent to GNU/Copyleft in this field, thus we end up with a big corp mostly owned by Microsoft holding a life changing technology in its hands and hindering the progress of all society.







  • Don’t be too much critical of it, it’s also decentralized in the same vein as Lemmy. There are a lot of dissident voices who have been chased out of YT who can now only talk on Odyssey.

    Technically Odyssey is just a front interface to LBRY which the decentralized video streaming platform behind it. I run LBRY directly on my phone. It’s a bit clunky but essential for finding non censored information. Just ignore the alt-right channels.

    I came to the conclusion long time ago that any healthy community should not suppress speech no matter its political orientation. In a decentralized system it should be natural to find people from all political spectrums those at the extreme opposite of ours. Reddit became an outright racist and bigoted platform. The few anti capitalist communities left are kept there to keep some semblance of neutrality so the people who support the status-quo keep believing in this fake reality. And as history shows, bigotry and racial hatred is the escape trap of the capitalists when the reality of their exploitation starts to be apparent in society.

    That being said, I understand that some instances on Lemmy for example would be more picky on what kind of speech is allowed, since anyone can create his own instance. The ecosystem as a whole allows all voices to exist.








  • You’re right I never worked on big projects with a strong- typed language. I did C extensively in my University years and since then it has mostly been dynamic languages.

    Haskell was my top priority language to learn but the pragmatic approach and performance of Rust was more appealing. I have a copy of Haskell Programming from First Principles ready on the shelf and I’m thinking Rust will give me a softer introduction to Haskell later.

    I also think I am too much impatient since I got used to pickup dynamic languages fast and do something useful with them.



  • That’s usually how I tend to learn new things as well. It’s just that progress feels so much slower with Rust at my current level. I could build the same thing with python or go in a fraction of that time and I need to justify to myself the extra time is for learning purposes.

    I started working recently on a big TUI project which I would love to do Rust but unfortunately most of the ecosystem is in Python (AI). I am using Textual and it’s such a breeze to make a TUI with it nothing comes close in Rust. What I achieved in a few weeks would take me months in rust.

    Also it’s that I have spent much more time reading than coding in retrospective to the previous languages I learned. I need more discipline just coding.

    Thanks for the advice.