The Pixel 7 will receive OS updates from Google until October 2027, and the Pixel 6a until July 2027. So they both have more than two years of support left. I think the period of Graphene OS support matches Google support.
When you do eventually switch, I’d recommend getting your own domain and using an email address at that domain, so that your email address becomes independent of your email provider. It will make it easier to switch again in future should you need to, because you can keep the same email address and use it with a new provider.
Ah, but those “intelligent” people cannot be very intelligent if they are not billionaires. After all, the AI companies know exactly how to assess intelligence:
Microsoft and OpenAI have a very specific, internal definition of artificial general intelligence (AGI) based on the startup’s profits, according to a new report from The Information. … The two companies reportedly signed an agreement last year stating OpenAI has only achieved AGI when it develops AI systems that can generate at least $100 billion in profits. That’s far from the rigorous technical and philosophical definition of AGI many expect. (Source)
To do it based on intent would create some difficult grey areas - for example, video game creators would have to try to make their games as compelling as possible without passing a more or less vague threshold and breaking the law. The second approach of working on the ways different types of data can be used sounds more promising.
This site has an archive of all the NYT Connections games:
You know what they meant by the first one. The second one is about people not being interested in dumb products like the Logitech AI mouse. Corporations are all jamming AI into their products and marketing materials not because users like it (they don’t) but because they hope it will attract investors. So AI is more interesting to investors than to people who don’t want it in their mouse.
Yeah, this one report from Puget Systems doesn’t outweigh the many reports, going back years now, researched in detail by Steve, and confirmed by sources at Intel’s biggest customers, of problems with Intel’s CPUs. This report is just such an outlier. Intel has lost trust by building faulty CPUs for so long, being apparently unable to act quickly to resolve the issues, and covering up the problems to keep its share price up and dodge the cost of RMAs.
It’s useful when programming for generating straightforward code and giving high-level advice on well-trodden topics, though you do have to check both. And typing in questions does help me clarify my thinking, so it also serves as that premium rubber duck. Nothing I couldn’t do without it, but sometimes I do find it convenient and helpful.
It’s hilarious – and also a bit sad – that Tan and his ilk assume that someone must be paying me to write. They apparently cannot imagine any human motivation beyond money. It does not occur to them that a person could simply be inspired to action because they care about things like community, democracy and truth.
See also: “if people weren’t under threat of unemployment ruining their lives, they wouldn’t be motivated to work.” Many right-wingers seem to have no conception of being motivated to do something because it’s good to do.
What’s especially troubling is that many human programmers seem to prefer the ChatGPT answers. The Purdue researchers polled 12 programmers — admittedly a small sample size — and found they preferred ChatGPT at a rate of 35 percent and didn’t catch AI-generated mistakes at 39 percent.
Why is this happening? It might just be that ChatGPT is more polite than people online.
It’s probably more because you can ask it your exact question (not just search for something more or less similar) and it will at least give you a lead that you can use to discover the answer, even if it doesn’t give you a perfect answer.
Also, who does a survey of 12 people and publishes the results? Is that normal?
tl;dw: x86 processors have been doing speculative execution of branches for years in an insecure way. New variants of the Spectre vulnerability keep being found and patches issued. Each patch reduces performance, and the performance reduction is cumulative. The video accuses Intel of adopting a fundamentally flawed architecture for the sake of pursuing performance, a cheat that they eventually got called out for. It’s not so much performance loss, the video claims, as performance that shouldn’t have been available in the first place in a secure design. (And AMD I guess cut some of the same corners to compete with Intel.)
For any x86 CPU these days you should not expect the performance shown in the initial reviews, because problems always come to light and get fixes that reduce it. It happens to AMD too, but Intel seem to be slightly worse for this.
It’s true, but the effect is still much less pronounced on Linux than Windows. Opening a web browser, for instance, is usually a lot faster in Linux than opening the same browser in Windows.
Part of the problem is everyone building on common libraries that themselves build on libraries, leading to layer after layer of abstraction with a little loss of efficiency at each one. Since most software is cross-platform, this affects multiple operating systems. And needing to build for multiple platforms is itself one of the drivers of all this abstraction.