I run the FBXL Network including FBXL Search, FBXL Social, FBXL Lemmy, FBXL Lotide, and FBXL Video. Mostly for my own use because after having my heart broken by too many companies I want to be in control of my own world.

I also wrote The Graysonian Ethic: Lessons for my unborn son, now on Amazon

  • 1 Post
  • 53 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle


  • I’m not opposed to intellectual property because there’s an argument for providing a limited time monopoly to the creators of works to provide incentive to make works public. Without any such incentive, it’s entirely possible that the monetization structures for different works change, for example locking content behind restrictive systems that don’t allow for personal use at all.

    The key is “limited time”. If you can’t make your money back in 15 years, then maybe it’s time to make a new thing? The idea that someone should own a thing you made after you’re dead is stupid – how exactly will that promote you to create new works? If you’re dead, your creating days are over except for creating plant food out of your bones and organs.

    I put my money where my mouth is, and the legal page of the graysonian ethic specifically lists that the book is put into the public domain or license after Creative Commons CC0 license after 15 years from the date of first publishing.




  • I have a feeling you’d end up with a bunch of big drives with small volumes on them if it did work.

    Warning you, I’ve had issues with RAID combining SSD and HDD. Basically I was on an older dell server and I wanted to do mirroring and the bios straight up refused to do it because it didn’t want to mix ssds and hdds.




  • If we consider the golden age of video games to be between 2007 and 2013, a lot of the stuff that caused that era to be so extraordinary was companies taking risks and succeeding at making something people had never seen before. Part of the fall from there was that companies stopped taking risks because they found massively successful formulas. Another part of the fall was companies realizing that video games could have a 10 year lifecycle. That meant that video games became an investment that had a far longer window for success or failure so the successes would pay off far longer and the failures would hurt that much worse, so staying with established formulas and making things more vanilla paid off more than taking risks.

    Valve did a lot of smart things in focus testing and sanding off rough edges back when there were some really bad examples of rough edges breaking good games, but eventually everyone was sanding so much that everything was a fisher price toy.


  • When the western Roman empire fell, it was the Germanic people in the wilderness who came in to fill the vacuum, bringing new ideas and new vitality to what was a stagnant slave society (which is why it collapsed in the first place). In the same way, indie game developers are the ones bringing new ideas and vigor from the hinterlands. In one sense, the fact that indies are hitting so hard only proves that the industry has mostly collapsed.




  • I’ve been self-hosting a wide variety of things including nextcloud (which is one open source project I advocate everyone look at, especially on a web domain so they can access it from anywhere)

    Go linux for hosting your open source projects. Just do it. I’m not saying that because windows is inherently worse than linux, but because everything out there is documented as if you’re hosting off of linux. In fact, you should really consider using Ubuntu-server, because most things have documentation specifically for ubuntu.

    Going with windows server as mostly just s hyper-v box with your linux installations inside, that might be worthwhile.

    If your IP address appears static, then you can probably just directly configure dns through the web interface of your domain provider. There’s a great script out there for doing dynamic dns using different providers such as godaddy, that could be some insurance to make sure you don’t end up with a non-working social media network.

    One thing you should consider is running one virtual host as your reverse proxy that redirects different subdomains to the different individual servers running your services. The reverse proxy server running something like nginx would then deal with all your subdomains, and if you work on say your nextcloud and need to reboot it won’t take all your services down at once because your reverse proxy continues to function for all your other services.