• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: February 26th, 2025

help-circle
  • Did you test your gluetun setup manually and made sure it generally works (e.g. by setting up another container that is connected to gluetun, go into the shell and try to ping a public service, that you’re sure isn’t blocking requests from VPN users)?

    If it does work and only qBittorrent can’t connect, it could be due to the trackers blocking VPN users. I’m not torrenting but I’ve read about that in the past.






  • I can totally understand that. In case you still want to give it a chance, I can highly recommend EndeavorOS. It’s basically pre-styled, pure Arch. But it has a welcome dialog, where you have a warning banner at the top if you need to be careful regarding an update. This directly links you to their Gitlab and forum with the steps you’d need to take to not break anything. This saved me multiple times already and I never broke my system, despite not even reading the Arch RSS feed or changelogs.

    Besides the EndeavorOS forum is waaaay friendlier compared to the Arch one.




  • First there is a fork of Organic Maps, which is called CoMaps. If I understood it correctly, the development on Organic Maps nearly halted for some reason regarding the company that owns it. CoMaps now wants to pick it up again.

    Also for navigation I use Magic Earth. It uses OSM data but is not FOSS itself, which is unfortunate. But it offers traffic data which is crucial for good arrival time estimation or avoiding traffic jams.




  • Thank you again for this great post!

    I’m a little skeptical about Manjaro on the ZOTAC. I used it for quite some time on a PC but it was always just a matter of time until it broke due to version conflicts. Developers for AUR packagages assume that you’re using the main Arch repo. So when you use the Manjaro repo, which is always a few weeks behind the official Arch one, the AUR updates break pretty regularly. Though you probably don’t want to use the AUR on a handheld anyway.



  • It can also be just a randomly chosen limit. I work as a software engineer on a custom management software for a big client. For whatever reason until recently, the limit for email addresses in the master data was 50 character. Why? No clue but someone had decided that randomly in the past. Now it was increased to 100. Why again? According to RFC 5321 a limit of 254 would be the most sensible one. But the people who come up with those requirements just don’t care. They decided it to be 100 from now on for no apparent reason.

    Then we have many input fields, that have a limit of 255 character. Why not 256? Why such a weird number in general? The people who use this software in production are most likely not the ones who usually think in powers of two. So why not make it 250 or 300 oder whatever?

    Sometimes those limits are just arbitrary with no technical or logical reason to back them up. Which doesn’t make it less stupid mind you.




  • I grew up with trackballs because my dad preferred them to the old mice with a ball underneath. So for office work I still use one too. But it’s still just a pointing device so I’d say it would be similar to learn using a split keyboard or a dvorak layout or something. You’d still press one key after antother.

    The CharaChorder is so different in the way your “typing” multiple keys at once. I feel like it has such a steep learning curve because you have to not only learn another button layout but the whole way your thinking about typing and writing in general. I’m afraid I’d just get frustrated and never use it, even though I thinks it’s extremely cool.



  • I never tried to win any argument. Hell I was not even aware that I’m participating in one. I just wanted to share the info, that even if the vendor is absolutely trustworthy and even if you validated the script by downloading and looking at it, there’s still another hole that’s not obvious to see.

    Yes it’s unlikely, but again, I never said it were. There are also arguments you can run curl with, to tell it to do the download first and then push it through the pipe afterwards, though I don’t know them by heart now.

    It won’t cost you anything to set those parameters, when you insist to use curl | bash, just in the off chance that someone’s trying to do what I mentioned.

    But I’m also someone who usually validates their downloads with a checksum so maybe I’m just weird. Who knows.