No one tell them that they can monopolize solar panels.
No one tell them that they can monopolize solar panels.
Ubuntu: 😮why?
For a lot of people Ubuntu is the linux. Canonical is just good at marketing. For all it worth, Ubuntu is not the bad choice for average user who’s not into ricing and not bothered by bloat.
Manjaro: haven’t you managed to kill it yet?
I’ve been using Arch and Manjaro for couple years each and in my experience they both break regularly. But, for some weird reason, Arch Linux is praised, when Manjaro is shamed upon.
Mint: ex windows guy?
Aren’t we all?
The most stable rolling distro.
What assistant? I’ve never had any annoying popups.
Is it not available for android 11?
Or it could be because I’ve had “Google” app disabled for the past 3 years.
Then you just wait until somebody enters in.
When the person opens the door you run to them and yell “wait wait wait” while frantically gesturing. After you enter - say quick “thank you” and disappear.
Zip is fine (I prefer 7z), until you want to preserve attributes like ownership and read/write/execute rights.
Some zip programs support saving unix attributes, other - do not. So when you download a zip file from the internet - it’s always a gamble.
Tar + gzip/bz2/xz is more Linux-friendly in that regard.
Also, zip compresses each file separately and then collects all of them in one archive.
Tar collects all the files first, then you compress the tarball into an archive, which is more efficient and produces smaller size.
mod+shift+q
so you wouldn’t close hours of work by accident (e.g. when typing other mod+_
keybinds)
*big fucking pentahedron
If it was near the shore - they might’ve stole the section of wire. Copper is really expensive.
Sorry, I meant to write that Github is not a software distribution, but a code distribution platform.
And ‘mostly harmless’ as in it’s not inherently malicious - you can use it for harmless stuff. It’s merely a tool.
Github is not a software distribution platform, it was never meant to be one. It’s a developer platform for code distribution and collaboration. And UI is designed around that.
A lot of projects use it as a distribution platform, but they’re wrong - it’s always better to have a web page with simple download button for casual “ordinary” people.
But, this case is special: this mostly harmless tool is designed and almost exclusively used to stalk / doxx / hack people =|. So, it’s not in developers interest to make it widely available and easy to install.
That’s a human weakness, most animals eat poop for breakfast
I believe for many companies, developers work on giant codebases with many hundred thousands or even millions of lines of code.
With such large codebase you have no control over any system. Because control is split between groups of devs.
If you want to refactor a single subsystem it would take coordination of all groups working on that part and will halt development, probably for months. But first you have to convince all the management people, that refactor is needed, that on itself could take eternity.
So instead you patch it on your end and call it a day.