¿Does florisboard support multiple input languages at once? I might switch within a conversation or even mix words within a single sentence. So far I haven't found a good open source alternative to SwiftKey in that regard.
sonnenzeit
I can wholeheartedly vouch for lichess.org. Not only because of their privacy policy but for what they offer in terms of chess. Besides the standard game you get an analysis engine that points out good moves, how likely a player is to win, let's you switch sides, etc.
But my favorite thing is actually the different chess variants you can play. There's one where you are facing a legion of pawns, another where captured pieces explode and take down adjacent pieces and another where you get to replace captured pieces on the board. But my go to is simply chess with randomized but symmetrical positions in the backline (pawns stay the same). This makes every game unique and challenging; you actually need to think about your best moves from turn 1 instead of memorizing openings which is perhaps my biggest gripe with default chess.
Give it a try, I say 😉.
One reason to keep in mind is backwards compatibility and the expectancy that every Linux system has the same basic tools that work the same.
Imagine you have a script running on your server that uses a command with or without specific arguments. If the command (say tar
) changes its default parameters this could lead to a lot of nasty side effects from crashes to lost or mangled data. Besides the headache of debugging that, even if you knew about the change beforehand it's still a lot effort to track down every piece of code that makes use of that command and rewrite it.
That's why programs and interfaces usually add new options over time but are mostly hesitant to remove old ones. And if they do they'll usually warn the others beforehand that a feature will deprecate while allowing for a transitional period.
One way to solve this conundrum is to simply introduce new commands that offer new features and a more streamlined approach that can replace the older ones in time. Yet a distribution can still ship the older ones alongside the newer ones just in case they are needed.
Looking at pagers (programs that break up long streams of text into multiple pages that you can read one at a time) as a simple example you'll find that more
is an older pager program while the newer less
offers an even better experience ("less is more", ¿get the joke?). Both come pre-installed as core tools on many distributions. Finally an even more modern alternative is most
, another pager with even better functionality, but you'll need to install that one yourself.
ouch stands for Obvious Unified Compression Helper.
great name
I just use atool (archive tool) instead. It works the same for any common compression format (tar, gzip, zip, 7zip, rar, etc) and comes with handy aliases like apack
and aunpack
obsoleting the need to memorize options.
Many do as it's considered good practice, but it's not guaranteed, it just depends on the individual command (program). Usually you can use the --help
option to see all the options, so for instance tar --help
.
In case your browser isn't completely locked down: there's also image editors that run as web apps like photopea.
Good point.
I guess just having a staggered temporal restriction is fine, don't need to wait until you retire necessarily. You would still receive a portion of your salary package in the form of classic currency and plenty for a good life too. An example could look like this and I'm obviously making up the percentages and durations here, they would need to be fine tuned:
- 40% of salary as cash
- 10% of salary as stocks that can't be sold within 6 months
- 10% of salary as stocks that can't be sold within 12 months
- 10% of salary as stocks that can't be sold within 18 months
- 10% of salary as stocks that can't be sold within 24 months
- 10% of salary as stocks that can't be sold within 30 months
- 10% of salary as stocks that can't be sold within 36 months
I guess it would be best to change the rules so that they cannot trade their company stocks at all while working there and a reasonable period beyond. I think some legislations already restrict floating stock like that but I'm no expert on the matter.
Shout out to Banjo Kazooie, an older platformer from the Nintendo 64 game era, where the antagonist always speaks in silly rhymes. So the translators needed to translate and also make it rhyme while also keeping the context and humor intact. They took creative freedom of course because there simply isn't a good match but it actually enhances the game in a way. So if you played the game in French before and now switch to English you'll get a fresh set of jokes and rhymes.
You do realize that a lot of employeess that stayed at Twitter after Musk's take over did so because their work visas were tied to the occupation and otherwise they would have had to leave the country on short notice?
¿Does Gimp on Windows finally use the same interface as the Linux version? But either way while I have learned to use Gimp over time and appreciate it the interface certainly has rough edges. For me that's particularly noticeable when it comes to handling different layers and controlling which part of the interface has focus.
Some functionality is also quite hidden and exploring the interface isn't so useful for finding it, often I found myself prompting a search engine instead. But I can also see that Gimp is a complex program with a ton of functionality and it's very hard to make the interface intuitive for every type of user at once.