zergtoshi

joined 2 years ago
[–] zergtoshi@lemmy.world 1 points 1 day ago

What puzzles you is the core of each campaign and highly depends on the layout of it.
You gotta try and if you fail, try a different approach.

Saving the game from time to time helps avoiding catastrophic failures without having to start from the beginning.

[–] zergtoshi@lemmy.world 2 points 1 day ago

I haven't and truth be told I wasn't even aware of it.
Thank you for your support in wasting some more time with HOMM 🤗

[–] zergtoshi@lemmy.world 1 points 1 day ago* (last edited 1 day ago) (1 children)

I'm sorry to hear that.
Would you say that your experience was typical or was it especially bad for you (as in not designed for your needs) while other people were better off?

[–] zergtoshi@lemmy.world 2 points 1 day ago

You hit the nail on the head.
The problem is the cost of education in the US.

But not all of the world is such a capitalist hellscape as the US is, where people were embezzled of affordable living, healthcare and education.

That doesn't make the concept of education a bad one. The framework in which it's implemented is to blame and the people who created said framework.

[–] zergtoshi@lemmy.world 2 points 1 day ago

What about https://www.kiaevforums.com/?
As you can see it's a kind of niche forum for EV made by Kia, but there are several of these niche forums.
Most often they're not very crowded, but I like them being more calm than some other places on the internet.

I have some more of these, but they are really only helpful/interesting, if you fit into that niche and in that case you'll find them easily through search engines.

[–] zergtoshi@lemmy.world 6 points 1 day ago (4 children)

I still use them, because they're awesome.
They're not gone, although there are quite a bit fewer than some time ago.

[–] zergtoshi@lemmy.world 22 points 1 day ago (5 children)

Apparently you learned to learn, which I suppose is one major goal of college.

[–] zergtoshi@lemmy.world 2 points 1 day ago (4 children)

Heroes of Might and Magic III, although I don't think the game is bad.
What's bad is that there's really nothing new to it and yet from time to time I sink lots of hours into a new campaign.
It's a kind of time machine bringing me back to more innocent times...
For the same reasons I need to beat some computer opponents in Broodwar on Big Game Hunters every once in a while.

[–] zergtoshi@lemmy.world 2 points 3 days ago

Ok, let's call it 'taxable income' then to have a basis of what is going to be taxed (more).

[–] zergtoshi@lemmy.world 3 points 3 days ago

This is not about wealth though, but income instead.
I doubt those income millionaires can just leave New York and be better off than paying an additional 2% income tax while staying in NY.
In all likeliness they'd have much more net loss from leaving NY than from additional measly 2% tax.

[–] zergtoshi@lemmy.world 5 points 3 days ago* (last edited 3 days ago) (3 children)

Frankly said, whether they spend their money or not is their business. If they are involved in shenenigans like you described that needs to be regulated, because it sure looks like tax evasion.
And regarding the proposed tax (quoting the linked article): "The Millionaire Tax will impose an additional 2% income tax on the top 1% in NYC, who are earning over $1 million per year".

So this tax in no way designed to tax their wealth, but merely their income by another measly 2%.
Nobody will become poor because of this. Some income millionaires just become slightly slower even more rich than they already are.

Have them move elsewhere and see whether they can keep their annual income in the millions there.
I, for one, am willing to call their bluff.

And once that is done, implement a wealth tax for the people who own x million USD.
To keep them from freaking out, it can be as low as 5% annually, because that would still allow them to generate a net increase of their wealth.
If they complain, increase the tax and start draining their fortune.

[–] zergtoshi@lemmy.world 7 points 3 days ago (5 children)

And even if some of them really move: is it worse them not paying taxes while not being there at all?
I don't see the the core of their threat.

 

Dear selfhosters!

I come to you in the hope of help for avoiding some rookie mistakes.
I plan to migrate my very diverse hard- and software environment to a single machine.

Current mode of operation

I operate several RaspberryPis, a hardware firewall running on OpenWRT and a NUC like mini PC.
The RaspberryPis more or less are there for a single function; one runs Nextcloudpi, two run PiHoles, another one runs iSpy.
The mini PC is for the tasks that are heavier on CPU, RAM or storage space.
Maintaing this has become somwehat cumbersome and a replacement is dearly needed. My plan is to move all to a Proxmox sever.
I do have a general idea how to set up things, but as I'm brand new to Proxmox, I fear that there's a lot of mistakes to be made. I haven't read all documentation, but enough to know that it's no easy task to set up and operate Proxmox properly.
I'm aware that not having server hardware (e.g. no ECC RAM) is not the best setup, but AFAIU at least having a data centre SSD and lots of RAM is a good start.

Hardware

In the future all services are meant to run on this machine:
Case/Mainboard: AsRock Deskmeet X300
CPU: AMD Ryzen 5 5600GT
RAM: 64 GB
Storage:

  • 480 GB SSD (Intel DC S4500 Series)
  • 4 TB SSD (Team Group MP44)
  • 16 TB HDD (Seagate Exos, yeah, I know, but realized too late...)
    OS: Proxmox 8.3.1

Future mode of operation

Here's a high-level scheme of what I plan to do:

  • Install Proxmox on the Intel SSD
  • Use the 4 TB SSD as storage drive for the machines
  • Use the 16 TB HDD as storage drive for backups and additional storage (for files that mainly get read like media) for the machines
  • Migrate each physical device to a virtual machine (or create a new one to replicate the service)
  • Repurpose the mini PC as Proxmox backup server

Help!

The areas where I think reading documents can't beat experience are:

  • Do I use BTRFS or ZFS? I tend to use ZFS because of its advantages when making backups. What would you do?
  • Do I use QEMU/KVM virtual machines or LXC/LXD cointainers? Performance wise QEMU emulating the host architecture should be the way to go, right?
  • I shy away from running all services as Docker on the same machine for backup/restore purposes and rather have VMs per service. Is there anything wrong with this approach?
  • I'd love to keep NextcloudPi (because it'd make it easy to migrate settings and files) and there's an LXD container for it. Would you recommend doing a switch to Nextcloud AIO instead?
  • I've equipped the Deskmeet X300 with a WiFi card and antennas. AFAIU trying to use WLAN instead of LAN will create some trouble. Has anyone running Proxmox on a machine with WLAN insteal of LAN access successfully?
  • I'm aware that Proxmox comes with a firewall, but I don't feel very confortable using a software firewall running on the same machine that hosts the virtual machines. Is this just me being paranoid or would you recommend putting a hardware firewall between the internet access and the Proxmox server?
  • What else should I think of, but haven't talked about/asked yet?

Thank you very much for your time and your suggestions in advance!

view more: next ›