Take a survey of all open source projects. Then find the proportion that have a company behind them trying to sell an enterprise solution. To make this easier, only look on something like the npm repository.
You’ll find “generally” is accurate.
Take a survey of all open source projects. Then find the proportion that have a company behind them trying to sell an enterprise solution. To make this easier, only look on something like the npm repository.
You’ll find “generally” is accurate.
I personally think the best way to do open source is to do it as a hobby, and not hope for profits off of it. Open source is fundamentally programmers taking control of their field’s means of production, and the last thing I want to see is corporations co-opting that moreso than they have.
This is the main reason everything I release is AGPL unless there is a strong reason against it: Corporations won’t use it.
Open source software doesn’t generally have a company behind it that you can obtain support from via a contract. Some do, but a small, but dedicated library that your entire company relies on? Probably not.
Additionally, there’s some perception that paying for software results in a better product than paying zero, which is an intuition from the adage “you pay for what you get”. Programmers and users of open source software generally believe the opposite, but executives and middle managers are in a completely different headspace from the workers that produce and use these products.
There is one aspect of that which is true: If upstream breaks your product, you have to figure it out. You can’t (or at least shouldn’t) just yell at some company upstream and hope they unbreak things. So, the support costs become the company’s costs, and who knows how much those costs actually are if you aren’t ready to track such thing?
There are so many places that games decide to put their save files on Windows.
I’ve got save directories in:
There’s probably other places. Not sure how much the registry is used for saves, either, but that would complicate backups more than they already are.
I’d love if they just unify save and config data for games to %APPDATA%. Documents should never be touched by software without the user’s explicit consent, though, and because of the situation, the Documents directory is the last place I ever put actual documents.
I’ve had 5k+ tabs open at some points, because I just don’t close any of them, and I often middle click as I want to navigate back to the page I was at. Additionally, a lot of sites break the back button, like collapsing comments re-expanding, or it loads slowly and I wanted to look at it quick. Organization is pretty nice with Tree-Style Tab for Firefox.
Every few months I purge all of my tabs, but for the most part, I just don’t care when I have 32 GB of RAM.
This is then probably better as a wiki, but I do understand why people choose github repositories for the curated nature of them.