• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle


  • Proxmox sounds like it fits their use case , it’s a useful and tweakable solution, and because it’s based on KVM you can pass through hardware with IOMMU. Personally, I run Proxmox on my (admittedly not very good) home server with like 12 gigs of ram and a processor from the early 2010s, handles a few VMs just fine with hardware passthrough to a TrueNAS VM. I do run a lot of my micro services on some cheap thin clients (DNS mainly) for redundancy as I mentioned, they were cheap. Home Assistant OS is happy on Proxmox as is Jellyfin with hardware acceleration.




  • administrative overhead costs

    The fundamental component of the Institute on Race and Political Economy’s plan is expanding the EITC, or Earned Income Tax Credit, an already existent program. Implementing MTBI through the EITC doesn’t increase costs anymore than a UBI would as the internal infrastructure already exists in the IRS. If you were to implement a UBI without the EITC, you’d either have to create an entirely new program through the Treasury Department or otherwise, and be able to find every person in the US to pay them with cash or cheque. That doesn’t sound like more administrative overhead? Maybe I’m biased because I particularly like the idea of an MTBI but just the implementation of a UBI sounds more of a practical nightmare than MT.

    any stigma from receiving it

    Cremer & Roeder, '15 suggest that a means tested system will have comparable stigma to other existing programs such as SNAP, which is high, but in the US political climate, there will be more support for a means tested system, and “political economy considerations do not appear to justify a universal system.” Although there is still a stigma associated, the net benefit of having political backing that’s miles ahead of a UBI makes it a much more realistic plan to pass in current day.

    flawed at the foundation

    I have given examples in other comments showing that MT works, mainly the Stockton trial, but I’m more than happy to provide empirical studies from other countries implementing MT on a larger scale.






  • I dislike UBI but not because I’m not for a basic income, I just think Means Testing would be better. I’ve said this before but now after being the runner-up in my state for debating on this topic I feel more confident talking about it. Ultimately there are many ways of implementing fiscal redistribution but means testing is substantially cheaper than a full UBI (especially in countries with higher populations, e.g. US), while also providing social utility and enabling recipients of the basic income to have more resources. Not only is MT better from this standpoint but a UBI can also worsen inflation by increasing the dollar’s velocity (1 dollar changes hands more). I won’t deny that most people could use money, especially right now, but a UBI is not the best approach in my mind because of these reasons. Of course I am still in highschool, am not an economics expert, and MT was the plan that we ran in tournament so I’m a bit biased.

    ETA: This is all keeping in mind the current political and economic climate of the United States, where realistically neither of these plans will pass but I believe MT has more merit to being passed compared to UBI. If you’d like any sources on what I’ve said I’d be happy to share!


  • floridaman@lemmy.blahaj.zonetoSelfhosted@lemmy.worldShould I move to Docker?
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    11 months ago

    Some people seem to hate on it, but I love Docker, it works well for what it has to do and has relatively low overhead as far as I can tell. I personally virtualize a Debian server on Proxmox for my containers just so as to keep everything even more compartmentalized, but it takes more work than it’s worth to set up.

    And if you don’t like Docker for whatever reason, you can also try Podman which is API compatible with Docker for the most part.






  • I’d recommend an x86 board because as great as the RPI and similar can be, ARM just doesn’t have the same support for a lot of things you might want to self host. I personally like to spring for a used thinclient PC off of eBay, because they have about the same resources as a Raspberry Pi but on an x86 platform. With my thin clients I typically install Alpine but a really light Debian install could work as well, and then from there you can go about installing Docker etc for a little homelab. Even better, if you get lucky and get a couple of them you could mess around with clustering them and some light Kubernetes at home. I’ve got mine running PiHole and Unbound on Alpine to serve my whole house with DNS and it works great. I don’t think I’ve had hardly any downtime issues or anything of that sort.

    TL;DR: try a couple cheap thin clients from eBay and you can run some light stuff on them for cheap.



  • As recommended by others, you might want to use a real public domain that you own, and a reverse proxy for split horizon DNS. I personally run Bind9, Unbound, and PiHole as my DNS servers. Bind9 handles split horizon, so if I request my domain internally it gets routed through Bind. Then bind hands it off to PiHole for adblocking, and PiHole makes requests through Unbound set up as a recursive DNS server which doesn’t rely on any external DNS. I also use Traefik as a reverse proxy for all of my services. My set up is more complicated than necessary, and if you want just a few local domains, PiHole + a reverse proxy is plenty good for your needs.


  • Here is something I wrote previously under a similar post: “Check out the OpenWRT Table of Hardware, it has a list of firmware mod-able off the shelf WiFi routers that work with, you guessed it, OpenWRT. It’s rather versatile as it’s Linux based and can handle VLANs, multiple SSIDs, and of course, you can change the DNS servers.” As I said, OpenWRT is very versatile and runs on many different routers, just find one you like and install it! Many of the supported routers provide Gigabit switching, and some even have multigit for your server connection.