Seems to work very nicely and it's much more responsive than transmission. Great, thanks!
I'm not set on transmission, I tried qbittorrent just now and it seems to work for me. But thanks! I anyway use a separate container and network for vpn.
Thanks for the explanation
Oh I didn't catch that my bad. I hope they get a work computer where this kind of stuff doesn't interfere with private life!
I got a kobo recently and noticed bad performance with some epubs, very slow loading times and page flips. If I convert the file kepub with calibre (requires a plugin) then it's super fast but I don't think there is calibre for phones.
OK I can see how that would be better for biking.
Jellyfin never worked great for me on my older tablet and chromecast. Always struggled with either unsupported codecs or just buffering to hell. My plex server is also on somewhat limited hardware and jellyfin could never transcode fast enough, where plex has no issue.
I get something similar in Switzerland for maybe a bit more expensive (27CHF) but it's truly unlimited and unthrottled and even includes some roaming data in other European countries.
With Proton Pass it will even generate those fake emails for you. No need to tweak any settings. And the best part is that you're not forced to use the password manager that goes with it.
I think a Google Pixel 6A would pretty much tick all of the boxes, especially when it comes to alternative ROMs, but only has 128GB of storage without SD Card. It's rated IP67 so should be ok for getting a bit wet.
Been using this for a few months and now I don't know how I lived without it before.
If you want polymorphism which looks more like what you're describing, you can put trait bounds on parameters instead of a type and it will accept any parameter that implement those traits. E.g. If you want to accept anything that can be turned into an owned string with ".into()" you type an argument with "impl Into". Another common one is "impl AsRef" to accept a path, path reference, PathBuf etc.