Hellmo_luciferrari

  • 3 Posts
  • 71 Comments
Joined 1 year ago
cake
Cake day: December 20th, 2023

help-circle
  • I didn’t say I hate billionaires. They shouldn’t exist != I hate them. You conflate two opinions that could agree as the same thing.

    My stance on billionaires will not change because you thought you hit me with a “gotcha” moment.

    Billionaires should not exist because no person can get to be a billionaire without stepping on others to get there. Billionaires aren’t inherently worth more than anyone else.

    If billionaires exist at the same time of people suffering (homelessness, medical debt and inability to pay for treatment, starvation, etc and the list goes on) then they shouldn’t exist. That amount of wealth is for sociopaths, that amount of wealth is amassed by those lacking empathy, and moral value.

    So take your argumentative behavior elsewhere.

    Go back to reddit ya troll.



  • I didn’t say I hated him. Point where I did? My critque isn’t about him specifically, it is a critque on a broader topic.

    I didn’t claim to know where he came from, his life, none of that.

    What Is being posited is that billionaires are unethical, they should not exit. This I’d a direct commentary of my disgust with the systems that be.

    Move along.






  • I tried using Bazzite since I didn’t want to fuss with Wayland on Nvidia with Arch.

    I had more gripes and more issues with an immutable distro than I ever did with my Arch install.

    Stuck it out with Arch. It has taught me a lot.

    The problem many folks have with Arch is the fact they don’t want to read or learn; well, newsflash, if you read and learn Arch isn’t exactly all that hard to use, setup, or maintain. It has better documentation than Bazzite and other newer distros. In fact, Arch Wiki has saved me hassle for other distros.

    Your mileage may vary. However, I wouldn’t recommend an immutable distribution nec3ssarily to someone coming from Windows unless they want to shift from one paradigm to another.

    Switching from Windows to something with such a vastly different approach in many cases will turn users away from using Linux. Their experience can dictate they switch away because of lack of knowledge and then proced to conflate every distro as just one “Linux” experience and not want to look back at it.

    I still stand by one thing you will always hear me say: use the right tool for the job.




  • I wasn’t meaning to conflate the two, as I see your point. I didn’t claim it was FOSS, just that the source was available.

    I know for me, I don’t mind using software that is licensed so that it doesn’t directly fall under FOSS. I just like the availability to view the source vs closed source software being a total black box.

    I have no plans to monetize their work, nor fork it, only use it.



  • I know I don’t want to open up any more ports than I have to, but you’re right, that does sound like another alternative to setting up VPN.

    Since I access more than just my pihole when connected to my home network. And because I want access to my home services, and don’t want to open up access to the public, opening one port and connecting to VPN is the way to do it. I have one port opened up for my VPN, and in order to connect you have to have my IP or my domain pointed at the IP, and you have to have a Wireguard profile setup, and know what port is open. So that does help a tad bit with my security concerns.

    Edit: how would I go about that if I felt so inclined? Any tips?



  • I want to self host more, but power draw is a concern.

    So I have gone the route of running to Pi 4 8gb models as my hosts of choice.

    So far I am hosting:

    Non-Docker:

    • PiHole
    • Unbound
    • Wireguard (and Wireguard-UI)

    Docker:

    • ForgeJo
    • Dozzle
    • Homarr
    • LinkWarden
    • Traefik
    • Watchtower

    There are a few other services I want to get up, but I haven’t gotten around to it:

    • Jellyfin
    • Immich
    • Nextcloud

    As to why:

    • ForgeJo to host my own git repositories (Docker Compose files, Chezmoi dot files, Miscellaneous configs)
    • PiHole for ad blocking
    • Unbound, well, having my own DNS
    • Wireguard so I can connect to my home network
    • Dozzle for easy log checking for my docker containers
    • Linkwaren so I can backup bookmarks in a privacy friendly way
    • Homarr for easy access to other web services I host
    • Traefik so I can resolve IP:port to a hostname with SSL certificates even though everything I host is internal only
    • Watchtower to update my Docker containers