Spyke

Replies

Comment on

We have reached the “severed fingers and abductions” stage of the crypto revolution - Ars Technica

Reply in thread

These are the occasions I wish death penalty was a thing, especially for those cases where the idiots have been caught in the act - there are better things to do with my tax money than making sure they have a place to live in and some nice good meals to go with it.

I do understand how you feel about that and I do kinda feel the same, BUT ... you always have to assure that every last person has rights and gets acceptable treatment, even the ones who seemingly have no soul. Because if there's ever a category of people without rights, any government would have an easy way to get rid of eveyone critizing them.

Comment on

We have reached the “severed fingers and abductions” stage of the crypto revolution - Ars Technica

Reply in thread

And then you critize the government, get a sham trial and are marked for your crime as some kind of "garbage person" without rights. Afterwards, execution or locking away and maybe throw in some torture for the fun of it. This is reality already. It just hasn't been done to you.

You can feel about it however you want, I may even feel the same with some people, but as an adult, we have to use logic.

The point is, there must never be an official group of people without rights you can just "get rid of" im some way. This limit is not for the punished, it exists to shield the innocent.

Comment on

Vim > VSCode

vim was such an unimaginable improvement over nano for doing stuff on linux servers. Having an in-shell-editor search-and-replace function alone is worth everything you have to do to learn vim.

And after I was comfortable around vim because of all the "training" on servers, I just switched to vim fulltime. No more GUI editor for me!

Comment on

not easy to quit Amazon completely

Reply in thread

The filter criteria on geizhals are so far superior to amazon (at least for computer and tv stuff), it's not even funny anymore.

Plus, you can filter for "item is physically present in shop", so you can just look up what you want and then go there and get it yourself, no need for same-day-delivery.

Comment on

finally got static IP from a new ISP

I use syncthing for some of my "can-never-lose-these" files. syncthing synchronizes files between different devices. This is not an online-file-hosting thing like Google Drive or OneDrive. These files are physically present on all synchronized devices.

My server is the "main" (you can make everyone equal) syncthing every other syncthing connects to. With an established connection, files will be synchronized on participating devices. AFAIK, syncthing is compatible with Windows, Android and Linux.

This way, my important files are on my server, my smartphone, my PC and my laptop and every single one of these devices must simultaniously explode for me to lose my data. Also, it's on docker hub

pi-hole is another great one. Local adblocker for the whole network, just set it as your DNS server or let the DHCP server propagate this DNS server to your clients. This too is on docker hub

Comment on

*Permanently Deleted*

I always search steam sales for local multiplayer games. I have not tested all of these yet, so I'm going to categorize them here.

Games I already played with someone (e.g. "tested")

  • Boomerang Fu
  • Brawlhalla
  • Castle Crashers
  • Gang Beasts
  • Guacamelee - Super Turbo Championship Edition
  • Helldivers
  • Lovers in a Dangerous Spacetime
  • Regular Human Basketball
  • Just Shapes and Beats
  • Lethal League Blaze
  • MageQuit
  • Magicka / Magicka 2
  • Make Way
  • Overcooked
  • Road Redemption
  • Speedrunners
  • Towerfall Ascension
  • Tricky Towers
  • Ultimate Chicken Horse
  • Wobbly Life

Games for future play sessions (not yet tested)

  • Barony
  • Beat Me
  • Chained Together
  • Fling to the finish
  • Geometry Wars 3
  • Goat Simulator
  • Party Club
  • Pummel Party
  • Screencheat
  • Sonic Segal All Stars Racing
  • Stick Fight the Game
  • Treadnauts
  • Unrailed

Have fun :)

Comment on

Just installed mint yesterday, I get it now

Reply in thread

Saved! Thank you so much.

I've used Linux full-time since late 2020 and I never knew about ctrl+y and ctrl+u.

I'd also like to contribute some knowledge.

aliases

You can put these into your ~/.bashrc or ~/.zshrc or whatever shell you use.

###
### ls aliases
###
# ls = colors
alias ls='ls --color=auto'

# ll = ls + human readable file sizes
alias ll='ls -lh --color=auto'

# lla = ll + show hidden files and folders
alias lla='ls -lah --color=auto'

###
### other aliases
###
# set color for different commands
alias diff='diff --color=auto'
alias grep='grep --color=auto'
alias ip='ip --color=auto'

# my favourite way of navigating to a far-off folder
# this scans my home folder and presents me with a list of
#    fuzzy-searchable folders
#    you need fzf and fd installed for this alias to work
alias cdd='cd "$(sudo fd -t d . ${HOME} | fzf)"'

recommendations

ncdu - a shell-based tool to analyze disk usage, think GNOME's baobab or KDE's filelight but in the terminal

zellij - tmux but easy and with nice colors

atuin - shell history but good, fuzzy-searchable. If you still have the basic shell history (when pressing ctrl+r), I cannot recommend this enough.

ranger - a terminal file-browser (does everything I need and way more)

linux

Comment on

*Permanently Deleted*

Maybe I am misunderstanding you, but why not update via stamdeck UI? You can change the "stable" branch in your steamos update settings page to "beta" or "preview".

  • stable - recommended
  • beta - test for new steam updates
  • preview - test for steam updates + OS updates

Comment on

Microsoft getting nervous about Europe's tech independence

Reply in thread

If you're thinking about cloud hosting, read up about how google accidentally deleted the whole of australias pension funds account and maybe think twice about if you can afford to lose everything you have in the cloud.

Of course, stuff like that doesn't happen everyday or to everyone. But will knowing that you've just been fucked by random chance help you when it happens?

If you can, do selfhosting. If you can't, at least have backups somewhere other than the cloud, because the cloud is nothing more than someone else's computer. And if it's someone else's computer, the weakest link in the chain of security is always a human, who may or may not be an idiot or who may have a bad day.

Comment on

What Kernel are you guys using?

Back when I was using Arch Linux and still did a lot of desktop-experimenting, I tried linux-zen out of curiosity.

I did not do any benchmarks, as I wanted to know if I can notice anything. I did not feel any difference. Maybe it was because I did not play the most pc-stressing games, maybe there was no difference because my hardware was relatively new, maybe it was because most of my games were more GPU-limited then CPU-limited, I do not know. All I can say is, there was no difference for me to notice in my gaming sessions, so I switched back to the default kernel.

Currently using Fedora Workstation 42 and linux 6.14.5, still happy with default kernel.

ask

Comment on

People who joined Lemmy/Piefed/Mbin this week, how confusing is the experience?

I've been interested in computers and IT generally for more than 2 decades by now, so I don't think my experience reflects the experience of a standard user.

It didn't take long for me to grasp the concept of the fediverse and federation in general and I really like that specific aspect of lemmy. Still, I think there should be an infographic like the this somewhere visible or mentioned and linked directly on join-lemmy.org for new users to understand. It's a very nicely summarized text with visualizations of what this actually means in practical terms. If you've been living your whole life in the "single-owner" Microsoft / Apple / Android circle, the terms "decentralized" and "federated" might seem like foreign concepts.

I found the linked infographic in the "welcome" thread for new users on lemmy.world.

I joined lemm.ee because it was the most active of all the servers, but in retrospect, I should've joined sh.itjust.works just for the name. FYI - the second most active lemmy server (when sorting by activity on join-lemmy.org) is lemmynsfw.com, so congrats to beating the horny people!

It's also interesting to see which communities you really subscribe to in a completely new network. On reddit I joined so many subreddits, sometimes just on a whim. And now, most of them don't even interest me anymore. A nice, fresh start, really is the perfect time to apply the lessons learned from past mistakes.

[EDIT]

I'm using the Voyager for Lemmy app on Android as that one is open source and on GitHub. And the progressive-web-app version can be self-hosted in a docker container.

Comment on

*Permanently Deleted*

Reply in thread

You're welcome, I'm glad to spread the old-school pre-internet local couch coop fun :)

My personal favourites are

MageQuit

This is the most addicting of all the played games. I bought this with a "fun little magic-based pvp-only game for now and then" mindest. I thought "super smash brothers but magic". I started playing it with my friend on his TV "just for an hour" and suddenly, it was dark outside and time to go home.

The next meeting we planned on playing MageQuit for a round or two and then move on to one of the other, yet unplayed, games. The moving on part never happened, MageQuit was just too much fun.

Lovers in a Dangerous Spacetime

This is the game for the whole family. You (up to 4 players) are in a spaceship. The spaceship has different buttons and levers in different places to control different things like acceleration, changing direction, aiming / firing weapon, directing partial shield or countermeasure etc. and you need to rescue your bunny-friends.

They are scattered around the levels, sometimes hidden, sometimes locked up, sometimes guarded etc and you need to work together with your teammates to direct the spaceship. You get quite a few different weapons and shields / countermeasures, which can also be combined, you upgrades for the ship, can buy different ships etc.

It looks and sounds adorable, but if you don't work together, it's way harder then it looks. This is a game with a campaign and story.

Regular Human Basketball

Think basketball, but stupid and fun. The regular humans are actually motionless robots which need to be moved by using switches and levers inside it, which is what your job is. You even have a jet-boost at some parts of your regular-human body. We laughed our asses off.

It is similar to Lovers in a Dangerous Spacetime in the sense that, you need to work together to control a bigger machine. This is just a pvp only game, no story or campaign.

Ultimate Chicken Horse

Race each other to the finish of an obstacle course. After each round, everyone picks a new obstacle to place and expands the course. Seldomly have I ever seen such bullshittery as my friends and me created in this game and then had to go through.

Comment on

Seeking advice for selfhosting critical data

Reply in thread

All of this will be sitting in my living room somewhere, so I'd like to keep the number of devices and the space I need for the setup to a minimum.

I do know Synology has very solid products, but I'd rather do it myself and have full control over the servers. I use Fedora and my VMs all run debian. I also try to deploy as many services as possible with docker, as that makes it very easy to migrate stuff to another machine and test the next version before using it in production, if the need arises.

Comment on

Vim > VSCode

Reply in thread

Ha, that would've helped me a few times. Good to know!

Still, I wouldn't switch vim for nano ever again. nano is a good and easy start, but I think if you do more than just basic editing of a few files every now and then, learning vim is the way to go.

vim is pretty customizable, widespread and it has been around for quite some time after all. If you think you need it, somebody most likely already made it as a vim-plugin :)

Comment on

Seeking advice for selfhosting critical data

Reply in thread

Thank you for sharing your experience of the process!

On my phone, I use DAVx5

I'm a little confused after looking at the website. What exactly does DAVx5 do? The regular re-sync of contacts, calendar and files itself? Shouldn't that be done by the contacts app / calendar app on regular intervalls?

with Fossify apps

I just downloaded fossify calendar on my android a few days ago to test it and got to see the other fossify apps :)

syncthing phasing out android support

Oh man, I already use syncthing for ~5 GB of files and I use it on my android too. Seems I'll be trying syncthing-android-fdroid in the future then.

There are tons of notes apps

There really are a lot! NotallyX looks nice and simple, but memos also looks very interesting. And thank you for the link, I'll go dive into that tomorrow.

The one Google feature I am not able to reproduce is Google Messages

I do not need RCS-compatible messengers. What I send via SMS is nothing more than pure text, also no group chats. I use signal and element for my "fancy" messaging needs :)

I use Tailscale

I'll look into it some more over the next days, but on a quick glance, this seems like it is an online service where you need an account? If that's the case, I'd prefer using my already running OpenVPN server to do the job.

Comment on

Seeking advice for selfhosting critical data

Reply in thread

Thank you for your input!

I also thought about the 3-2-1 backup rule, but am unsure if that is overkill.

My VM-backups and file-level-backups are proxmox backup server (pbs) backups. Meaning, to have them offsite, I'd need to rent a dedicated root server on which I am able to install pbs to act as an offsite sync-target. With TB of backups, this is gonna get very costly very fast.

I thought about regularly exporting encrypted calendar and contacts onto some free online storage, hoping I can automate this process.

With what I have layed out in my post, to lose contacts and calendar events, both my intel NUC and the zotac mini-PC have to be corrupted at the same time. Or both RAIDs simultaniously failing both drives. Am I not paranoid enough or is that an acceptable level of failure-safety?

linux

Comment on

*Permanently Deleted*

The first one I saw was Debian 3.1 (Sarge). I was in school and our objective this time was installing debian + getting a working Xorg session. Never heard of Linux before, didn't get a working Xorg session, but wow man, there's something other than Windows and MacOS. I couldn't have imagined.

The first one I actually used on a desktop (laptop for school, in that case) was Ubuntu 6.06 (Dapper Drake).

I've tried oh so many different linux distributions over the years, I probably forgot most of them. Maybe some don't even exist anymore. My goal was always Arch Linux, having seen it on a schoolmates laptop. I really fell for the "here's a pretty minimum base, do whatever" thing.

In the end, I exclusively used Arch from 2020 until this year. Actually using Arch and reading the ArchWiki were probably what taught me most of what I know about linux in general and how things work.

I've been searching for a less DIY-solution which is still up-to-date (especially with kernels and mesa) and I landed on Fedora Workstation, which is what I'm currently using on my work latpop and desktop at home. I do miss some things from Arch, but Fedora has been pretty good to me and I, for the meantime, intend to stay here.

Comment on

Seeking advice for selfhosting critical data

Reply in thread

Are the documents you edit with the online editor files which are visible in the online drive? Does nextcloud use the open document specifications for saving documents (e.g. .odt, .ods)? Can you view these files without opening them in the editor (like the preview in google drive)?

If so, that is acceptable. The document thing is more for completion, I don't handle documents all too often. And if the online editor is bad or not working but the files are visible and offline-syncable in the drive to some desktop client and they are using the open document format, I can edit them with libreoffice.

Thanks for the heads-up!