0 Followers
0 Following
1 Posts
Most UK house construction doesn’t really allow for retrofitting cables in the way that seems to be common in the the US
They tested using a green light for the front brake light, not a red one
I don’t think it’s accurate to say that everyone can just decompile the code and reuse it. Decompiling and reverse engineering a binary is incredibly hard. Even if you do that there are some aspects of the original code which get optimised out in the compiler and can’t be reproduced from just the binary.
The GPL uses copyright because it’s the legal mechanism available to enforce the principles that the GPL wants to enforce. It’s entirely consistent to believe that copyright shouldn’t exist while also believing that a law should exist to allow/enforce the principles of the GPL.
I don’t think anyone but you ever said he was irrelevant, or bragged about not knowing who he was. You’re extracting a ton of meaning to a short comment which I just don’t think is actually there

socialblade.com/youtube/handle/asmontv says there’s over thousand youtube channels with more subscribers than him. He might well be large & influential in his niche, but it’s unlikely that people outaide his niche will know who he is. Do you think you’ve heard of 1,000 biggest youtubers whose channels aren’t about things you’re interested in?

Pewdiepie, by comparison, is the 12th most subscribed channel on youtube. I think you’re underestimating how much more famous that makes him with the general public.

I think this is maybe best expressed as pmOS development being controlled by the community, rather than a single organisation. I’d much rather use an OS where I have confidence that the developers are acting in the users best interest, rather than their employers best interest.

My opinion is that forks/downstreams of giant codebases like AOSP are largely going to have to accept choices made by the upstream. They can maybe pick and chose a few points where they maintain local patches, but that takes a lot of effort.

As an example, I think most chromium-based browsers will end up dropping support for uBlock Origin because Google dropped it upstream. That’s the kind of choice they can make in their own self-interest by virtue of controlling the project, and the reason I’d prefer to use community-developed software.

And they’re not going to pay millions to be the default for a browser that no one uses.
This assumes that the reviewer who gave the rating wasn’t considering value as part of their scoring. I’d expect the reviewer to be scoring a TV based on his good it is compared to similarly priced competitors, not comparing to every other TV on the market

Sure, but then you’ve just shifted the problem up a level. Now I have to trust that the user id you provide me in the insecure channel really is you. Which means either trusting the insecure channel or trusting that the web app has confirmed who you are in some other way before giving you an ID.

We have to reject the first since we could skip all the asymmetric crypt and just send a symmetric key directly in the insecure channel.

If we’re trusting the web app has confirmed your identity, we’ve moved from “just quickly go to this page and it’ll generate you a public key” to “go to this site, upload a photo of your ID and a video of you saying that its you and whatever other verification is needed, then it’ll give you a public key”.