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

  • 0 Posts
  • 59 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.




  • 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.









  • SJ_Zero@lemmy.fbxl.nettoSelfhosted@lemmy.worldHow much swap?
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    2
    ·
    1 year ago

    There’s people who make dumb arguments that go “but what if you run out of ram?” And then someone else says “I have enough ram” and then someone else goes “but what if you run out of ram?”

    I have a small amount of swap, a few gigs, and enough memory for the application. Moreover I also have my swappiness set to 0 because I don’t want stuff swapped out of memory. If I need more memory I need more memory.