

Isn’t plex’s price hike the main topic of this post?


Isn’t plex’s price hike the main topic of this post?


It’s free, so I don’t complain about the speed. It chugs along just fine at it’s own pace.


Why? Do you know every cache location of every tool on your system?


Can’t believe people willingly keep Hillary in their head. It’s been a decade.


Damn, that’s interesting, just wished they tried harder.


Are there even any European companies that explore the usage of risc-v?


I want people to use the software I write, and people don’t want dependencies in their projects that are gpl because you either need to change your project to gpl or go through a very tedious process of providing object files for the entire project. That’s why I use mit for libraries.
However, I don’t want to allow companies to just take my finished binaries and resell them as their services, so I use GPL for binaries and apps. They are free to reimplement the app using the libraries, but I at least want them to work for it a little.
Also, I have found it easier to get contributions to projects that are licensed under mit than gpl, though this might just be insufficient sample size.


I like and use rust, and I actively try to use permissive licenses for libraries and copy left for binaries. Just makes sense in my head.
I feel bad for the dev. People really harassed him when the PR was opened.