• 1 Post
  • 34 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle
  • I don’t think that purity testing people is an attractive method of talking about free software? We should meet people where they are, and besides, if games are good, they’re good. Doom started out as proprietary software and got GPL’d. It’s also cool to think that reverse engineering software, like in the case of OpenMorrowwind, is a thing. Besides, I pirate proprietary software all the time with cracked DRM. The harm is in the restriction of user freedom, not necessarily in the existence of the laws if you view the laws as fake and don’t adhere to them. Let’s talk about cracking DRM and decompiling these games. Let’s talk about modding them. Let’s talk about making servers and playing them online together.






  • I do agree that being closed source is a detractor to the game, but Stardew is also closed source. The comment, to me, implied that Stardew is open source, lol. The point seems orthogonal to a comparison critique of the inspiration game. Unless we are implying that games should be open source, complete, and available through other platforms generally and critique games from that point of view. I’m curious if there is any games that exist that fit that description? A game that is a cozy, charming farm simulator, is open source (GPL V3 if I can have my way), is in a source forge that would put it in a more mature development state, and is available pre-compiled outside of steam? That would be a game to behold. Perhaps if the developers see this traction, they may choose to implement some of these ideas. I think the game looks cute. I’ll have to take a look.










  • What I do is sort the directories and files by size and go largest to smallest. Based on the likely distribution of files sizes, 20% of your files and/or directories will account for 80% of the hard drive space. I usually then choose candidates for deletion and evaluate them, deleting them on the spot or skipping them for this time. I do this until I get the space reduction I want or until I’m sure that I want to keep what is in the largest 20%. After I reach one of the two states: top 20% of files/directories are keepers or I deleted down X GB. This method can be done with any sorting method. For example, by play count or by date added, old to new. Keep going until the top 20% are keepers. The same distribution is likely to apply across all vertical data labels so the filter is generically usable in lots of situations. For example, 20% of car drivers likely get 80% of speeding tickets. We could reduce speeding by 80% by speed limiting these drivers’ cars or by revoking their drivers licenses. Another example is memory hogs in a computer system. The top 20% of memory hogging programs likely account for 80% of used memory in a system. This distribution is called the Pareto principle. The principle is an example of a power law.