Global warming is already achieving that goal. It's a self-regulating system.
tias
I knew it!
Indeed
I'm 98% sure you can still log in again, it just invalidates the access token that Reddit has received from Google. The effect is that when you log in next time you end up at Google's authorization screen where you have to explicitly give Reddit access again.
I suspect the user content is the root of the problem. 500 hours of video is being uploaded every minute. YouTube has to transcode and store everything, and be ready to stream it at a moment's notice, even though the vast majority of videos probably get only a handful of views (if any). That's a lot of unused resources that have to be paid for by subscribers and advertisers.
If they were to charge just a little for uploads then content creators would be more inclined to consider whether their upload is of interest to anyone else, and that might take away a lot of the waste.
Woah. I just cancelled my subscription last week because it's too expensive, and now they raise the prices further. Guess they really don't want me back.
In the security page on Google's account site there is a card with the title "Your connections to third-party apps & services". Go there, click "See all connections" and click Reddit. From here you can remove access for Reddit and/or delete all connections between your Google account and Reddit.
I don't know how these guys didn't get a Darwin award yet
AI still needs a lot of parallelism but has low latency requirements. That makes it ideal for a large expansion card instead of putting it directly on the CPU die.
I can't imagine how you think it's incredibly simple. These things are hell to explain to pretty much any normal person who needs to know why there's no picture on the monitor or why their laptop/phone is not charging, or why the keyboard isn't working in BIOS (no USB 3 support so you gotta switch to a USB 2 port). Add to that the combinatorial complexity of different cables and hubs supporting different things, and no tools for troubleshooting what feature is missing (and where in the chain) or what is suboptimal.
Worse, sometimes it's my boss who thinks they can cheap out and get a USBC dock instead of a proper dock, forcing me to run at non-native lower resolutions or unable to use a second screen.
Search patterns yes, but also location data, and it's aggregated over all your friends. So if you go to a restaurant together with a friend who recently searched for some clothes brand, the algorithm will know that and show you ads for that brand. Chances are you talked about his interests when you met, so you incorrectly infer that it was listening to the conversation.
I'll confess I only skimmed the article, but it seems like just a bunch of unsubstantiated opinions and I don't buy it.
Using AI generated code is like pair programming with a junior programmer. You tell the junior what to do and then you correct their mistakes by telling them how to do better. In my experience, explaining things to someone else makes you better at your craft. Typically this cycle includes me changing the code manually at the end, and then possibly feeding it back to ChatGPT for another cycle of changes.
Apart from letting me realize and test my ideas quicker, this allows me to raise the abstraction level of my thinking. I can spend more time on architecture and on seeing the bigger picture, and less time being blinded by the nitty gritty details. I would say it makes me both a faster and a better programmer.