

Software architects that don’t write code are worse than useless
Software architects that don’t write code are worse than useless
I doubt these tools would help you. They are primarily for pulling data off devices, spying on them, or controlling them.
Even if you could buy them as a private individual you wouldn’t want to pay that cost. There might be pirated versions, but most who have use of these tools have no interest in pirated software.
There are extremely skilled people who make a living finding vulnerabilities, so there’s not a lot of low-hanging fruit left and those who find serious vulnerabilities have generally worked hard to do so.
When a single exploit can pay enough that you could pay off all your loans, buy a house, or not have to work again for years, or maybe ever. Why would you go through all the trouble of finding it to release it publicly and get nothing? Especially when it’s going to be used by these shady companies either way.
I’m not saying exploit selling is morally right, it certainly isn’t, but if I was offered millions of dollars to do the wrong thing, I’m not sure I would turn that down.
My guess: The blocklist is the only way they have of removing it for all those who download it from them when they previously distributed it. And they do that so they can not be held liable for those copies.
A company like News Corp might go “This was downloaded 50 000 times from you and can be used to bypass access control on 10 000 000 of our articles which would otherwise cost $20 each. So we are suing you for 10 trillion dollars in losses. See you in court.”
The purpose of this add-on is solely to circumvent access restrictions to copyrighted works. It is clearly a circumvention tool under the DMCA and therefore illegal to distribute in the USA.
The policy violation is that it breaks US law.
Guessing here, but Mozilla likely blacklisted it to disable it for all those who had it installed and cover their ass legally. Nobody can accuse them of aiding in the distribution of this illegal tool anymore.
While uBlock could be used for the same thing, it has a different primary use (blocking ads, which is still legal), so a similar charge against it might be successfully fought.
The DMCA is a fuck.
My kryptonite is du
which reports disk usage, and df
which reports disk file size, or no, wait, du
is file size and df
is disk usage.
Most of the time I can only remember whichever one I don’t need at the moment and futilely hope that its man page will mention the other (which it doesn’t).
Ah, damn it! I’ll look it up next time. *sudo vim /etc/passwd*
Ask them if they have Serbian bubble tea
America doesn’t even have pizza! They use the word to refer to some kind of large open-faced oven-baked sandwiches.
My old mother, who is completely disinterested in technology, has used a Linux desktop for a decade now without major issues.
If you aren’t a power user the differences between it and Windows are minor. You have windows, icons, menu bars, x closes the application, the box makes it big, right-click to open a menu, left-click to select, it’s all the same stuff. Besides, most of your time is spend in a browser anyway.
Yeah things break some times, but no more than in Windows. Being on a very default Ubuntu installation she can just search for her problems online and blindly run some random console command that probably fixes it, just like on Windows.
Hardware is easier because drivers are generally just magically there. Software is easier because it’s mostly in a repository which automatically installs dependencies and updates and doesn’t come with malware.
By far the biggest problem has been documents and executables that can only be opened in Windows. Mostly PDF forms (fuck you Adobe).
Office Open XML was only standardized in order to combat the threat posed by Open Document as organisations were starting to mandate use of standardized formats.
You write as if Microsoft did this because they wanted interoperability, when in reality they only begrudgingly accept that some must be allowed in order to avoid losing control of the market.
The real solution would have been to never approve the OOXML standard and not legitimize Microsoft’s attempt to make their proprietary format appear open.
Butter is rather low volume, so maybe it’s doable. But it’s very hard to compete with self-replicating organisms that have evolved specifically to use the energy sources, materials and conditions that are abundant on this planet. I’d be more more interested if someone had made a plant make butter.
Having a bunch of machinery sit idle waiting for power to be cheap isn’t particularly good use of resources either. We’d be better off trying to store the power.
“Savor says they take carbon dioxide from the air and hydrogen from water”
I’m no expert but direct air capture of Co2 and water electrolysis both use a lot of power. So using them for this purpose is likely just a marketing gimmick that doesn’t make any sense either economically or for the climate.
deleted by creator
I was considering putting scare quotes around “communism”, but refrained in order to avoid an argument about what is and isn’t really communism. Yet here we are. So much for left unity! ;D
In a fascist dictatorship, they have a lot more in common than opposition.
But if the dictatorship is a communist one they have more in common with the nazis! Or if your country is invaded by Russia you might find yourself fighting side by side with the Azov battalion.
There are libertarians who genuinely care about free speech and might make useful allies on those issues.
Just because someone is the enemy of your enemy, or an occasionally useful ally, doesn’t mean you want to unify with them.
The idea that all “leftists” should just work together is stupid.
Leninism, Anarcho-primitivism and Social democracy (for example) are not different approaches to “leftism” that ultimately want the same things; they are completely separate ideologies that naturally come into conflict. The people who follow them disagree with each other because they want and value completely different things. If they were to put aside their differences there would be nothing left.
That doesn’t mean arguing on the internet about ideology is meaningful, or that there can’t be common goals or enemies, just that you should give up the idea that all “leftists” are somehow natural allies, because it doesn’t make any sense.
You are right! I was fooled by my server already having git installed and this requirement not being mentioned anywhere. I guess that explains why it uses SSH rather than SCP/SFTP.
I feel like you made it sound a bit backwards :)
There’s nothing to install on a “git server”, git doesn’t have a server component. You can point your git client to a remote place where it can store its files using SSH. But you don’t install anything on the server for this.
Which is why self hosting a git remote is super easy. All you need is a server with ssh and a little bit of storage.
If you just want to sync code between different computers and have a backup, that’s all you need.
There’re a lot of privacy enthusiasts who seem to view privacy as a binary. So because Mozilla isn’t perfect, it’s as bad as can be.
They also commonly have little understanding of the underlying technology, law, business, etc., which I guess is why they can’t do any threat modeling. They’re just really scared of a nebulous threat they do not understand. Which I can sympathize with.
But privacy then becomes more about “staying pure” in some abstract sense, rather than about avoiding concrete threats.
(As a tip to those who want to do better, any real security starts with threat modeling. There is no such thing as perfect security, it’s always a tradeoff. So you must do threat modeling to make sure you’re putting your resources where they will make a difference.)
Shouldn’t that happen automatically if the drive is identified as removable? And the real solution should be to tell the OS that it’s removable?