I am using Debian stable, since I no longer care about having latest stuff and the whole Debian-like ecosystem is what I am the most familiar with. As for Ubuntu I never had good experience with it, with random crashes all the time last time I used it (about 10-12 years ago), and when I tried it last year, I encountered random crashes in GNOME apps just after finishing setup.
Linux Mint (regular or LMDE) is what I’d probably install on other people computers though. Literally never had problems with it (used it about 10 years ago on a netbook).
If you’re on Debian Stable you might have a version of Thunderbird that doesn’t have this feature, since software there is a bit “outdated”. Next stable (trixie) releases in few months though.
They better don’t attack too much, because all of the internet is built on FOSS infrastructure, and they might stop working, lol.
Yeah, but will updates work? And even if they do, what’s stopping Microsoft in disabling them somehow?
Nowadays if you want to have usable Windows installation you need to use a bunch of 3rd party scripts that might break on next update. Learning Linux is easier than this shit.
I can’t wait for someone to ask me how to solve some shit in Windows, and me saying that I don’t have patience for this crap.
It’s like they are not even trying. I have a laptop with 7th gen CPU that works perfectly fine. I don’t have any choice than install Linux, lol.
Unity at least didn’t break anything, and you still had a choice in choosing desktop environment.
> How I talk to girls.
Definitely. Even other series were interesting. I especially like his perspective of how much bloated software currently is.
…but I ultimately unsubscribed him, because the most videos were alt-right bullshit, without providing even credible sources on the biggest claims. Definitely NOT give him any traffic anymore, he doesn’t deserve it.
Sure, but there’s no transphobia here. Stop spreading nonsense.
Again this shit. This have been debunked many times, yet people still write this nonsense.
Why is there a sidebar for tabs? That seems wasteful for all the screen space it takes.
Edit: From what I see it tries to do everything that is a job of a window manager/desktop environment. There are various solutions to have workspaces, etc. that you can use globally, so I don’t understand why would anyone use this, unless you are on locked system like Windows or Mac.
I think it could be sensible to come out with a subset of modern web tech stack, and just use that. There could be even a lightweight web browser just for this subset. The problem is of course on agreeing with what would be included.
I’ve looked it up and apparently there’s a problem where if you open a new window with any amount of tabs and close it last, you will lose all your tabs on the first window. It’s a big no for me, because I already had to restore last opened windows in Firefox many times, and I am pretty sure you previously could just press CTRL+SHIFT+T
and it did reopen them, although I might misremember things.
deleted by creator
macOS is a certified UNIX, sure, but according to some 2002 specification, and if you modify your system in such matter that it will be in nearly broken state.
Hey, I usually like to have about 50 PLN (~$12.50) in my wallet, but you can’t expect everyone to keep loads of cash on them.
I recently shared a meal with a female friend. Imagine how I’d look if I wasn’t able to get money transferred from her, because of not having a mobile banking app.
Can’t wait for them to remove Calculator, since you can ask AI to calculate stuff, you know.
In PowerShell most common cmdlets for basic operations have aliases by default. And funnily enough you can use both Windows (
cmd.exe
) and Unix shell names for these. (copy
vscp
,del
vsrm
, etc.)AFAIK The cmdlets that you use only by Verb-Noun convention are mostly used in scripts, or in some administration tasks.
I also think that some poeple miss the point of PowerShell, as it’s not supposed to be worked with like with Unix shells, since it’s more object-oriented than string-oriented.