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

help-circle











  • Just a reminder. Self-hosting is a hobby that is both useful and satisfying, and the skills you pick up will change how you see computers that are increasingly part of everything.

    You probably won’t be going off-grid overnight, but the tech industry has spent 30 years promoting propaganda that ‘only skilled engineers should worry about what goes on under the hood’ and have conditioned us to expect tech to just be magic.

    Fighting back means educating yourself, and that means grabbing an old laptop, learning how to install Linux on it, fire up a few Docker projects, and exploring all the options that opens up.

    It will take a few weekends to get started, and it will require some upkeep. But for that price you will gain some sovereignty back over your digital life.

    For extra credit and when ready you can pay $15 /year for a vanity domain (you’d only need one, as you can freely create an unrestricted number of subdomains), once done you move from being a serf to a digital landlord.


  • TeddE@lemmy.worldtoMemes@sopuli.xyzOff topic
    link
    fedilink
    arrow-up
    18
    ·
    2 months ago

    Yeah! It would sure be nice if we took accessibility issues seriously.

    Like one lesson we learned as a society in the aftermath of implementing strong ADA laws (in the US) is that what’s needed for the bare minimum for some of us is often really nice for the rest of us.

    For example: if you’re delivering a dolly of boxes to a building, the wheelchair ramp really beats working the dolly up the stairs.

    It would be amazing if dialog were a separate channel, if only so that it can be boosted for the hard of hearing. If that meant more options for remixing for you and me - oh no?

    It would be amazing if the subtitles were available and accurate. Great if you can’t hear the audio. It’s useful for scrubbing if you want to remember and find a obscure movie quote.


  • Against banks? I love the enthusiasm but this is not the way. Banks as a whole have many of the best lawyers in the game on retainer (possession is 9/10ths of the law, and this industry banks on that and make bank.) The best crowdfunding campaign in history* is 800 million. The banks would be willing to spend at least that in their own defence.

    *not including investments (nor blockchain)

    Plus, a progressive lawsuit in this environment? Might backfire spectacularly - right now banks are cautiously picking on ‘safe’ targets. But with a green light from the supreme court the banks could go full Nazi. Yeah - there’s nothing good I can reasonably expect here.




  • If you want DDoS protection you’re gonna need to work with someone who can swallow and filter a whole botnet’s worth of traffic and keep running. That takes some serious infrastructure.

    I recommend Cloudflare for small businesses because their terms of service are actually decent, and blending their traffic into that stream makes their website indistinguishable from larger competition.

    The next closest things are Pangolin (https://digpangolin.com/) and WireGuard. You’ll need to rent a server somewhere with a public-facing IP to run the server-side software (and DDoS protection is based on the services provided by your datacenter host). Pangolin has a UI similar to Cloudflare, but under the hood, it’s just Wireguard, so if you prefer more direct control, you can just set up a Wireguard tunnel by hand.

    For myself, and my own needs, I don’t need all that. I just use DDNS* to point my DNS records to my home’s public ip address & use port forwarding to connect ports 80 & 443 to Nginx Proxy Manager. (When I add Anubis, I’ll port forward to Anubis and then have Anubis redirect valid traffic to Nginx Proxy Manager) This setup offers no protection against DDoS, but for what I use it for, I think it’s an acceptable risk (I’d either have to get someone’s attention and ire or just be cosmically unlucky)

    *the server has a cron job to curl the DDNS refresh URL every hour.



  • I still wouldn’t recommend it for business. Even when stable, the Arch philosophy is to empower the end user, whereas other distros like Ubuntu/RHEL are focused on getting stuff done. In 90% of situations the difference is immaterial. But if my client is angry and my boss is breathing down my neck, and I can’t work because a thing isn’t thing-a’lating, a support path is essential.