zergtoshi

joined 2 years ago
[–] zergtoshi@lemmy.world 5 points 22 hours ago

Yeah, that's why Jolla provides an interesting middle ground.
It's Linux, but not FOSS, yet increases usability by being able to run Android apps.

[–] zergtoshi@lemmy.world 4 points 23 hours ago

So sad to see so much going to shit with floodings here and droughts there.
Wishing you the best to get this awful situation sorted!

[–] zergtoshi@lemmy.world 1 points 23 hours ago

Mostly some of the bad parts though like mass surveillance and opression.
Yet economy wise China seems to have their shit together in difference to the USA.

They reconize the importance of e.g. energy independence (from imports) and domestic chip/RAM production while USA tries to play a fool's game with tariffs and hurries to run more of the economy on dinosaur farts (yeah, I'm aware that most fossil fuels aren't made from dinosaur remains...).

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

There are different ways to get rid of billionaires.
I'm ok with the more humane ways, if they're ok with it.
If not...
...we have the numbers and all it needs is one of their security details being one of us undercover.

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

Name one, just one, other current phone with almost complete Linux support.
I'm not really holding my breath though.

[–] zergtoshi@lemmy.world 6 points 2 days ago* (last edited 2 days ago)

Nope.
From https://gadgetbridge.org/basics/features/navigation/#supported-devices

Supported devices
Navigation instructions are currently supported by the following devices:

  • Bangle.js
  • Fossil Hybrid HR (needs unofficial app)
  • PineTime
  • Huawei (only some watches, unknown which)
[–] zergtoshi@lemmy.world 2 points 5 days ago

Could've been just coicidence and not causation in the granny's case (which is anecdotal as well).
Still I think smartphones - or rather: some apps more than others - pose certain risks of wasting a lot of time.
If that time is missing elsewhere, it's not good.

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

Not moving/being active a lot because of using a smartphone can take the same toll.

[–] zergtoshi@lemmy.world 1 points 6 days ago

I can't say I agree with all I read about him, but this paragraph I quoted got me thinking and I recognized it as a warning.
I wouldn't say that I'm in favour of a Luddite way of living or want to join the Amish.
I would like having a SWOT analysis of technology though instead of blindly adopting it and dealing with fallout later if ever.
The realist in me realizes that there's money to be made and that's why technology gets shoved down our throats by oligarchs whether we want it or not.

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

I can't agree with what comes close to euthanizing people by not treating illnesses.
I you try to see it from his supposed point of view, you could argue that even ill people can make worthwhile contributions to society and advance humankind.
Developing tools (or even technology in the case of humans) is known from the animal kingdom to be a form of "survival of the fittest" hence in line with evolution.
You don't have to be perfect to be good enough. The movie Gattaca comes to mind...

[–] zergtoshi@lemmy.world 3 points 6 days ago (1 children)

I say both can cause problems.
Technology carries the risk of communities falling apart, because people do rely less on one another; technology makes peoples' lives and working more independently possible. Have a look at how many people were needed to plant and harvest crops per acre a hundred years ago vs. now.
I'm not saying this was a world I'd like to live in. I'm just saying that technology alone can have an impact on society, which should be considered and mitigated.

If you add widely unregulated capitalism into the mix, all is on overdrive and I agree that the current predominant form of capitalism is the bigger of the two problems.
The centralizing forces of turbo-capitalism would pose the bigger threat to society even without technology, because it puts too much power that can't be voted away easily in the hands of too few.

[–] zergtoshi@lemmy.world 29 points 1 week ago (8 children)

Kaczynski wrote that technology has had a destabilizing effect on society, has made life unfulfilling, and has caused widespread psychological suffering. He then called for a revolution to force the collapse of the worldwide technological system, and held a life close to nature, in particular primitivist lifestyles, as an ultimate ideal.

Whelp, looking at where we are now - 30 years later - I can't say he didn't have a point...

 

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 ›