• 1 Post
  • 99 Comments
Joined 2 years ago
cake
Cake day: July 16th, 2023

help-circle
  • I feel like a big problem is that a lot of people never learned how to learn.

    Adding onto your examples, I’ve also heard about a study once where they were given similar basic Excel tasks. However, you didn’t even have to solve the tasks. Instead, just trying to get help from the help function or searching online got you into the highest skill bracket. That bracket ended up being the smallest group.




  • If you’re using it just to translate a few paragraphs of text on a website here or there, then yes, it’s much better than what we had before.

    For anything complex however it can’t even begin to compare with a professionally done translation/localization.

    To start with, Japanese is already one of the more difficult languages to localize due to a bunch of linguistic concepts that don’t translate well to other languages and need creative solutions that carry over the same intent.

    More important however is consistency: Even if an AI translates some of the language ticks of the characters instead of completely glossing over them, it needs to do so consistently and apply the same translation across the whole script.

    The same goes for any named items. If there’s a “Soul Stone” for example, you need to make sure to call it “Soul Stone” every single time and not “Spirit Rock”.











  • NekuSoul@lemmy.nekusoul.detoLinux@lemmy.mlCachyOS vs arch
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    4 months ago

    Less packages really doesn’t mean much in terms of how easy the system will be to manage. If anything, I’d say a distro with more, but pre installed packages is easier to manage because the maintainers will make sure that those packages will be as easy to work with and upgrade as possible.

    That said, I’m definitely not going to stop you from trying Arch though. You can even get similar (or better) optimizations by using the ALHP repos and a kernel like linux-tkg or linux-cachyos for example, although the difference really is negligible in most cases.



  • Eh, while I agree that some recommendations are dodgy at best, I’ll argue that Wireguard is not only adding to security, it also makes Fail2Ban obsolete. Due to the way it works, you’ll completely hide the fact that you’re even running a SSH server at all, and this includes even Wireguard itself. More importantly though, it’s pretty much impossible to set up Wireguard in an insecure way, whereas SSH provides you with plenty of footguns. You’re not risking locking yourself out either.

    Also, security comes in layers.