skankhunt42
@skankhunt42@lemmy.ca
- Comment on Switch 2 GameCube controller will only be offered to those who pre-order the console 3 days ago:
The Nintendo GameCube (GCN) Controller – Nintendo Classics will be exclusively available for Nintendo Switch Online members and will initially only be offered to those invited to pre-order a Nintendo Switch 2 console
Does this suggest I can buy it later or am I going to have to pay scalper price if I want it?
- Comment on Nintendo Switch 2 Launches on June 5th Worldwide; 1080p Screen With 120 FPS and HDR Support, Docked Mode 4K Resolution Support Confirmed 1 week ago:
The en-ca in the URL means nothing as I’ve bought from .ca websites and been charged in USD before. To be fair, it wasn’t a large company like Nintendo but it still happened. Fastest cancel I’ve ever done. So, Unless it’s explicitly called out next to the price or I’ve bought something from there before, I usually assume it’s USD.
- Comment on Nintendo Switch 2 Launches on June 5th Worldwide; 1080p Screen With 120 FPS and HDR Support, Docked Mode 4K Resolution Support Confirmed 1 week ago:
Looks like $629.99. Never sure if it’s CAD or USD but my Nintendo account is Canadian.
- Comment on Encrypting data on local servers? 1 week ago:
This is actually really interesting, I might have to try this.
I currently use a USB stick with a key file on it that I need to plug in on boot. Something like this but it wasn’t that easy for me. openterprise.it/…/fedora-unlock-luks-full-disk-en…
- Comment on You're welcome 2 weeks ago:
No, you’re whale cum.
- Comment on How do you like to transfer large files between friends across the internet? 3 weeks ago:
I host pingvin for people to send stuff to me. To send, usually I’ll just move the file into a folder that exposed to Nginx with indexing and send that link. Otherwise I’ll also just use my pingvin instance.
- Comment on What if we called instances providers? 4 weeks ago:
E-mail provider
- Comment on Potential upgrade 4 weeks ago:
Thinking more about it, If you just want to host and not mess around like I do, I would use your current computer, install Docker on it and see how you like it. Host a example website see if you can get it to work, Try a Minecraft server and see if it works… If that’s not for you then you can try VMs with an entire OS. This will be a lot more overhead but it will also work.
After you know what you like (Docker containers or an entire VM), I’d design what you want to do. Are you going to have a lot of people on your Jellyfin and Minecraft servers? how much RAM, CPU, Storage do they use?
Once you have that information, Look at prices, Do you want one big PC and will it do everything you want? If you need to buy several, maybe it’s better to get a bunch of small ones?
If it’s one big PC then you’re done. Get it, install Docker/VM and go.
If you want to play around or you need to get many PCs, do you want to cluster them so Minecraft server can move to a different PC if that PC fails? then do Swarm or K3s if you’re okay with docker.
If you need to do small PCs, maybe you install Docker normally on each and manage them separately.
In the end it’s totally up to you what you do. I use K8s :)
- Comment on Potential upgrade 4 weeks ago:
I’ve never actually used swarm so I could be wrong. However, I was under the impression that Docker swarm is a lot easier to use with a lot more examples for people to deploy their Containers.
With K8s/K3s I find myself translating a lot of docker examples into deployment yamls with Services, Network Policies, PVCs, secrets, etc, etc. It’s just a lot more lines in the .yml files. This also assumes you know that anything that you run in docker you can run in K8s with 1 replica and more is not ideal.
- Comment on Potential upgrade 4 weeks ago:
Yeah, so you have more than one PC and they will talk to each other and decide who hosts what.
For example, you host nextcloud and the cluster will decide (unless you tell it differently) it goes to PC1. Then you host Minecraft and the cluster will put it on PC2.
Now, PC2 dies, you unplug it, or generally something bad happens. The cluster will see that Minecraft isn’t running, PC2 is down, and start Minecraft on PC1. The best part, just keep adding cheap computers as you need more compute power. One container (Plex,emby,etc) can not run on two or more computers. If you need to transcoded then you’ll want one with a GPU or a more powerful CPU depending on how many people will use the service.
This all assumes you’re not using local data. Meaning if the Minecraft save and config files are on PC2 and it dies, starting it on PC1 will either not work or be 100% new. There’s other self hosted software to replicate the data to more than one computer or you can have a NAS of some sort.
It’s a bit more advanced but a lot of fun if you enjoy that kind of thing. It allows you to work on your stuff with minimal downtime. Of
- Comment on Potential upgrade 4 weeks ago:
I have 3 raspberry PIs, 4 various lenovo tiny PCs all in a kubernetes cluster and it seems I need more RAM than CPU. Storage is on a DIY NAS with 8*8TB disks in a raid 6.
I run bookstack, nextcloud, 2007scape, gitea, synapse, the *are stack, Plex, and a bunch of other things.
If I was just starting out I’d grab a used lenovo tiny or two, set up a docker cluster and play with that. There is software to replicate local storage across nodes that I’ve never touched but I’d try out a few of them also if you don’t want to use a NAS. Worst case, just use local storage and the containers will be locked to that host.
I think Proxmox let’s you run VMs and Containers too if you prefer that route.
- Comment on Who gets all the tariff money about to be collected from US citizens buying products from Canada? 5 weeks ago:
So, on import of whatever, the bill is still $xxx but there’s an extra tax line for 25% that adds on top and goes to the government. Now they build a car with that and the car is now ~25% more expensive. The customer pays the +25% for the car.
Government doesn’t need to collect as much tax from people who make over $1,000,000 because they got 25% from that import and so its a tax cut.
Is my smooth brain correct?
- Comment on Melbourne start-up launches 'biological computer' made of human brain cells 5 weeks ago:
How long before AI runs on this? We need to stop… I’m scared. This is black mirror level shit.
- Comment on Brother accused of locking down third-party printer ink cartridges via forced firmware updates, removing older firmware versions from support portals 5 weeks ago:
Nice, Brother was the last one standing in my mind.
I’m glad I have an IoT vlan without internet access. Nothing is allowed to phone home here.
- Comment on Can you create/moderate a community on a instance other than your own? 5 weeks ago:
lemmyshitpost currently has a mod from a different instance. Not sure if that means you can created it but it seems that you can at least be listed as a mod.
- Comment on Mozilla is already revising its new Firefox terms to clarify how it handles user data 5 weeks ago:
My understanding is that they are all under Mozilla and they’re all in danger of the same business decisions.
If that’s not the case I’d be more than happy if someone could prove me wrong.
- Comment on Mozilla is already revising its new Firefox terms to clarify how it handles user data 5 weeks ago:
I’ve already moved most of my stuff to forks or different software altogether.
Firefox -> LibreWolf and Waterfox
Thunderbird -> Evolution
I’m still trying to decide if I want to move off k9mail on mobile to something else. I probably will but I’m not sure what at this point.