• 3 Posts
  • 385 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle

  • Yes, but the difference is that wages have not significantly gone up since then apart from minimum wage in a few states. That is the difference. People are literally poorer because of the massively increased wealth inequality coming from employers shoving down wages while making yearly record profits…

    If peoples’ purchasing power is more or less the same, factoring in inflation to game prices would result in a ton of people simply not being able to buy “luxury goods” like video games.


  • This is absolutely so true. All of the “hunting” survivalists don’t realize that you would essentially have 1000 people hunting every 1 deer if you live in the suburbs and not that much better rurally. This isn’t 1800 anymore.

    The best thing you can do is have enough land to farm, learn how to farm, and stock the hell up on base ingredients (wheat, rice, dry beans, lentils) and stock up on as many seeds as you know how to grow. Even then; one bad harvest and you starve.

    But seriously, I can’t stress dry beans and lentils enough. They last forever, they can be sprouted and replanted, and they have many many times more protein than corn or rice which is very important when you go vegan.

    Also getting ducks will give eggs for additional protein and B12 vitamins that you would miss out on otherwise.


  • Dropping instead of blocking might technically be better because it wastes a bit more bot time and they see it as “it doesn’t exist” rather than an obsticle to try exploits on. Not sure if that is true though.

    For me:

    • ssh server only with keys

    • absolutely no ssh forwarding, only available to local network via firewall rules

    • docker socket proxy for everything that needs socket access

    • drop non-used ports, limit IPs for local-only services (e.g. paperless)

    • crowdsec on traefik for the rest (sadly it blocks my VPN IPs also)

    • Authelia over everything that doesn’t break the native apps (jellyfin and home assistant are the two that it breaks so far, and HA was very intermittent so I made a separate authelia rule and mobile DNS entry for slightly reduced rules)

    • proper umask rules on all docker directories (or as much as possible)

    • main drive FDE with a separate boot drive with FDE keyfile on a dongle that is removed except for updates and booting to make snatch-and-grabs useless and compromising bootloader impractical

    • full disk encryption with passworded data drives, so even if a smash and grab happens when I leave the dongle in, the sensitive data is still encrypted and the keys aren’t in memory (makes a startup script with a password needed, so no automated startups for me)

    For more info, I followed a lot of stuff on: https://github.com/imthenachoman/How-To-Secure-A-Linux-Server




  • They are a massive megacorp though. It always leaves me to wonder “how much”.

    Tons of capitalist companies do stock options where “technically” the employees own a share of the company, though that percentage is usually extremely small, even collectively such that they have no decision power. I can’t help but think that it is similar with huawei, but with better marketing.




  • I think now I understand why apps exist that track subscriptions and give you suggestions on which to cancel.

    It seems “normal people” subscribe to damn near everything that they get more than an hour of use out of. Subscribing to a productivity, social media, or shopping app?? Those things already harvest the fuck out of your data and sell it to the lowest bidder. The only things I have ever considered subscribing to are health/fitness apps or streaming apps (because you have to).

    How are people affording having 20 subscriptions to stuff they probably barely use?






  • I mean, that is an absolutely batshit insane price for storage. Backblaze is $6 per month for 1TB, and Hetzner is 4€ per month for 1TB, so literally 1000x cheaper, but you are also paying for development and the sync software.

    I almost have my company going on putting our QMS wiki on obsidian because excalidraw with clickable objects works so nicely and it can visualize our process, but for some reason commercial was showing up as 50 USD per month per user, so they couldn’t justify getting licenses but now it is showing up as 50 USD per year which is way way way more reasonable.



  • Crazy enough, I have everything going that I want to on my server!

    • *arr suite and jellyfin
    • traefik reverse proxy with crowdsec + bouncer for some sites (e.g. not documents or media)
    • paperless-ngx for documents
    • immich for photos
    • leantime to manage personal projects
    • Book stack for a personal wiki
    • calibre-web for my library
    • syncthing for file and music syncing so I don’t have to stream music
    • valheim server for me and my friends
    • boinc for turning my server to a productive heater in the winter
    • home assistant for my in-renovation smart home

    As far as my server goes, I have everything I need. Maybe setting up something for sharing files over the web if needed. I used nextcloud for that before it killed itself completely and I realized I never really needed it.

    Next is working on my smart home because we had to fully strip the house to renovate. KNX first, zwave for things that KNX doesn’t have or are crazy expensive, ESPHome for everything that the other two can’t accomplish. Minimal 2.4GHz interference and don’t have to rely as much as possible on flaky wireless in a brick house.