SWW13

joined 1 year ago
[–] [email protected] 6 points 5 months ago

Es scheint sich nur um die Auslandsverbindungen während der EM zu handeln:

Diese ist jedoch auf die Sommermonate Juni, Juli und August beschränkt. Betroffen sind fast alle internationale Fernverbindungen mit dem ICE, IC oder EC.

[–] [email protected] 7 points 6 months ago

As some who has played maybe 30-50% of DOS1+2 and currently the first of three acts in BG3: If you have issues with the gameplay mechanics in DOS1/2 you'll likely have them in BG3 too. Main difference is a vastly improved storyline, which kinda makes up for most of them.

Issues I still have with BG3 boils down to only the active character can use its abilities in conversations and sometimes (mechanically) unexpected stuff happens that can only be undone by saves.

If your issue with DOS was a boring story and lack of hidden/funny things to uncover you should give BG3 a try, if you disliked the overall experience you likely won't enjoy BG3.

[–] [email protected] 1 points 10 months ago

I got myself a vertical mouse and no longer grind down my wrist on the table. Definitely worth every penny.

I used to have the Microsoft Explorer mouse which is a bit larger, I used it for over 5 years per mouse. The old version is no longer available and the new one looked terrible, that got me into looking for alternatives in the first place.

But if you're okay with the default mouse sizes and don't have other issues they are fine too.

[–] [email protected] 1 points 1 year ago

That's what I meant, using your shell to run command line tools to solve your issue at hand. And having a powerful shell with e.g. context dependend autocomplete (and a lot more) helps to speed up that task.

[–] [email protected] 2 points 1 year ago (5 children)

You can do most things by combining simple cmdline tools. E.g. filter out some specific lines from all files in a directory, get the value after the second :, write those to another file and then sort, deduplicate and count them.

This may sound complicated, but it's pretty easy and fast if your are familiar with a shell. To be that efficient with your shell you want it to actually be powerful and not just a plain text input. Also writing cmdline tools is rather easy compared to a usable GUI tool.