That may be overestimating how much most customers look up anything about a phone before buying it and how much they care throwing their phone away every 3 years
I'm currently using Mint, and doing regular backups with Timeshift. I see two possible reasons to switch in the future: if there's ever an update that breaks my system and I don't manage to recover a backup, or newer releases become incompatible with my hardware. So far none of this has happened so I don't see a reason to change.
I didn't know about Chatbot arena, turns out its a 100% subjective rating system where visitors are asked compare 2 LLMs and vote for the "best" after giving them one prompt and displaying their output side by side (sending more than 2 prompts crashed the page for me). That's a crazy metric to include in your promo material imo.
I got into Guild Wars 2 last week. I really like the fast progression, it's the opposite to every other MMO i've tried that makes you grind hours for a level. I'll reach max level pretty soon after only 10 hours or so playing
It used to be my favorite game before I played Outer Wilds. That was a while back, aah the nostalgia.. The Swapper's graphics are also quite unique and aged pretty well I think.
Linux Mint makes it very easy to install Nvidia drivers and Optimus. I have used it in the past on a laptop with a similar configuration. It's also quite robust, probably more than Garuda.
That's true. Also I guess domain names in most ideogram-based languages cannot be meaningfully converted to ASCII. The best detection method I'm aware of is detecting a mix of different alphabets in the domain, but I imagine even this has a lot of false positives
This should be ON by default, in my opinion. Also, I believe Mozilla has a massive opportunity here to demarcate themselves as the more security-conscious browser vendor. "This phishing trick works on all major browsers except Firefox" would be great publicity material.
Apart from text editors/IDEs I don't really see the use for it. I think it is not practical unless all your users are both power users and programmers, which basically boils down to developer tools.
I think most people (including myself) prefer a minimal desktop by default, and then proceed to install only the software they need. Nevertheless, it always surprises me when I log in to a system that doesn't have vim.
It's open-source merely to comply with the GPL license of the kernel, but the fact is that an Android image built only from open source components will be extremely crippled or, depending on your point of view, basically useless. Such an image will not even boot on the majority of devices ; you'll need those sweet proprietary driver blobs if you want your phone to do anything, and a bunch more closed source binaries in order to use Play services.
In tmux, you usually set configuration options with set -g in tmux.conf. "-g" sets a global option which will apply to all new windows and sessions, otherwise the option applies only for the current window, which is usually not what you want.
Since command-alias is an array, you can use the -a flag to append a new value at the end.
With that said, try this:
set -ga command-alias s="new-window ssh foo"
Keep in mind that run in tmux runs a shell command in the background, so you most likely want to use something like new-window or new-session instead.
Since Google makes money off of you using Maps, and makes third-party apps pay a fee for using their API, I don't think they have an incentive to let you download navigation data to use it into another company's software
If you aren't starting your container with the -it options (for docker run), try setting them so that it allocates a tty. The fact that it works with SSH however makes me think that perhaps the Synology task runner can't run interactive commands like docker attach because it has no stdin. In that case you'll need to do something like this: https://serverfault.com/questions/885765/how-to-send-text-to-stdin-of-docker-container/947763#947763 to pipe the stop command into the stdin of the bedrock server.
Ubuntu stopped releasing 32 bit packages edit: images, not packages, my bad