Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FL
Posts
3
Comments
109
Joined
2 yr. ago

  • Ughhhh UBI is flawed because it makes government spending astronomical even with a carbon tax. A Means Tested Basic Income works better than UBI because it prioritizes those who need help the most (e.g. those who are impoverished rather than everyone). I'm not an econ expert but the topic from the National Speech and Debate Association is on fiscal redistribution so I've been studying it a bit. I feel really pretentious saying this but UBI doesn't work as well as Means Testing does.

  • Yes other people are suffering, but can we just let people care about things? My dad read Perry's book and felt real emotional attachment to the man, through both their struggles with addiction and mental health. He was completely devastated when we heard about this. Yes there is worse shit to talk about in this world, but Mathew Perry meant a lot to some people, in his acting career and otherwise.

  • Basically what IverCoder said, but also sometimes I like not having to tinker with my desktop at all. I'm running through an Arch Install on my Thinkpad right now just for the fun of it and I do love this kind of thing, but I'll admit the concept of plugging in a USB stick, installing a distro in one click, downloading my apps through Flatpak and not having to mess with the CLI a whole bunch is very appealing. Yes you can do that with Ubuntu or whatever but (at least in my workflow) you still have to mess with the CLI a bit.

    Basically, I like messing with Linux sometimes but other times I just want a, I suppose Windows-like experience while still having Linux under the hood.

  • Waterfox is an independent fork of Firefox developed by Alex Kontos. It has several added features such as tracking protection, built in container tab support (eg private browsing in the same window, very neat feature), and Mozilla's telemetry is disabled too. It's a lovely little browser in general, I don't know why I love it so much tho, you could achieve the Waterfox experience with Firefox and some addons probably. Perhaps it's just the appeal of a (more or less) independent project to me, I don't know. It has some history too like I think it supported x64 on Windows before Firefox did but I'm not a long time user so that might be wrong. I'd give the website a once-over if you're interested.

  • ARM software support is just generally rough, yeah it's good on RPi (and Mac) but on other boards it typically sucks, namely the cheaper boards OP would be buying. Here's a couple software examples though, I'm a big docker user and just the other day I was trying to run I believe Mastodon and Lemmy on an ARM device but there was just no image for it. I'm sure I could build an image myself but for someone just getting into Homelabbing (like OP), x86 is the platform to use.

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

  • I waited for ~2 years to get onboard and just having the ability to use iMessage on my Pixel 6 has made it worthwile. Plus the tight integration with other services and being able to use it to sync SMS between devices is like Apple level. It's probably not the best service for certain aspects (e.g. privacy, they say it's E2E but who knows what their stack is), but the secret sauce that is the app just ties it all together so well. Plus, they have support built right into that app via a private Matrix Room and a REAL PERSON will respond to almost any query within a couple minutes. I accidentally sent a DM request to the CEO and he replied in like 3 minutes. If you want to skip the line I can give you my invite code so you can try it out.

  • I'm sure it's highly variable by region, I live in a, I suppose you couldn't call it rich, but not a poor area, and nearly everyone in my school has an iPhone. Not only an iPhone, but usually the latest one or at least within a couple generations.The district also provides us with MacBooks. (Writing this from a Pixel 6 though!)

  • tl;dr, you're right but I'm more concerned about the media and lay people misusing the term, and it just annoys me personally too

    I am sorry, I should've been more clear, and I do genuinely appreciate your comment as it is very useful information. I am referring to lay people using the term 'AI'. These institutions and individuals, who I agree are the most trusted on the topic, use the term because it is becoming the term broadly recognized. I have no problem with these people using the term, because they are aware of the context they use it in. I have a problem with people who are not versed in the topic using it, and that is what I agree with Connover on. When the media, and more broadly the general public, use the term AI, they are usually considering it to be a big spooky thing that could come for everyone's jobs, and especially on the Internet the term is used to perpetuate a grift. I don't wish to argue either, I just wanted to append this to clear up what I meant. And don't get me wrong, I'm no expert on the topic, as much as I made it sound like that, I'm just tired of the media and the actual grifters misusing the term without actually understanding the connotations. Artificial Intelligence sounds like something that can replace a human mind, and to some extent, a lot of generative LLMs can do that, but they aren't intelligent, they are just large algorithmic guessing machines, and using AI just feels to me to be misleading in that sense. I know this comes down to personal opinion in the end, at least on my part, but you are right, and I'm just tired of hearing people spout about AI like it's some existential threat as it is now.

    Wow that ran on, sorry if you read the whole thing lol. Also you don't gotta reply, I just wanted to clarify what I really meant to say.

    Also ETA: sorry I sounded so snarky, I'm just so tired of this whole topic

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