Spyke

Replies

linux

Comment on

Phoronix: Linus Torvalds Comments On The Russian Linux Maintainers Being Delisted

Reply in thread

Yes, the sanctions against Russia, as mentioned by Linus. The change also said the maintainers "can come back in the future if sufficient documentation is provided".

My guess is that the Linux Foundation must ensure that none of the people they work with are in any way associated with any organisation, person or activity on the sanctions list. And that they preemptively removed all maintainers that might risk violating the sanctions while they work with them to establish whether they might be covered by the sanctions or not.

Regardless of what you or they think of the sanctions, they are the law, and I don't think anyone wants the Linux Foundation to have to spend their money on lawyers and fines because they had a maintainer who also worked on a research project funded by a sanctioned entity. (If that is how it works, IANAL)

Comment on

Infighting

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.

piracy

Comment on

FF won't let me install BPC extension

Reply in thread

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.

Comment on

Academic writing

I'm still pissed at being forced to write in a passive voice in university. It's awkward and carries less information, and makes it seem like nobody had any agency, science just kind of happened on its own and you were there to observe it.

I don't know why anyone would prefer something like "An experiment was conducted and it was found that..."

To the much better "We conducted an experiment and found..."

Comment on

Google’s ‘Secret’ Update Scans All Your Photos

Reply in thread

To quote the most salient post

The app doesn't provide client-side scanning used to report things to Google or anyone else. It provides on-device machine learning models usable by applications to classify content as being spam, scams, malware, etc. This allows apps to check content locally without sharing it with a service and mark it with warnings for users.

Which is a sorely needed feature to tackle problems like SMS scams

Comment on

This section of mirror doesn't fog

I had this happen in a hotel, and being curious I removed the mirror, and yes there was a hole in the wall behind it, no there wasn't a camera there. It was just were they had ran the wiring for the lights on the mirror.

It would make sense that it serves like an access hatch to a terminal block that feeds the whole room. It's simple, costs nothing, is easy to get to (compared to having it sealed in the wall), protected from splashing and prying guests, and close to where you want most lights and outlets.

Comment on

Dual booting into Windows

And "Install updates and shut down" somehow involves restarting the computer three times, which is real fun when by default it boots Linux, so you have to babysit the computer just because Microsoft still haven't figured out how to update their damn OS properly.

Comment on

Me giving advice about text editors

Reply in thread

tl;dr: Run vimtutor, learn vim, enjoy life

It's extremely powerful, for mostly the same reason that it's incomprehensible to newbies. It's focused not on directly inputting characters from your keyboard, but on issuing commands to the editor on how to modify the text.

These commands are simple but combine to let you do exactly what you want with just a few keypresses.

For example:

w is a movement command that moves one word forward.

You can put a number in front of any command to repeat it that many times, so 3w moves three words forward.

d is the delete command. You combine it with a movement command that tells it what to delete. So dw deletes one word and d3w deletes the next three words.

f is the find movement command. You press it and then a character to move to the first instance of that character. So f. will move to the end of the current sentence, where the period is.

Now, knowing only this, if you wanted to delete the next two sentences, you could do that by pressing d2f.

Hopefully I gave a taste of how incredibly powerful, flexible, yet simple this system is. You only need to know a handful of commands to use vim more effectively than you ever could most other editors. And there are enough clever features that any time you think "I wish there was a better way to do this" there most certainly is (as well as a nice description of how).

It also comes with a guide to help you get over the initial learning curve, run vimtutor in a console near you to get started on the path to salvation efficient editing.

Comment on

Bluesky outage double feature, part 1

Reply in thread

Decentralization greatly decreases vendor lock-in, lessens the damage of a single actor and adds competition. These are serious long-term benefits for a service and its users.

There's a reason why something like email is still around and being innovated on 40 years later, while its proprietary competitors are long since dead. And it's not that the technology is very good.

Bluesky is just another ICQ/AIM/Slashdot/Digg, a little walled garden that will eventually be ran into the ground. Which is fine. The issue is that it's trying to embrace and extinguish the fediverse by pretending to be decentralized.