

It’s not. You only see it if logged in and if you press it, it tells you to subscribe to Youtube Premium to get the feature.
I need tablet mode touchscreen, the only decent thing in Windows
I wanted to use the current Windows logo, but it’s so incredibly stupid, you wouldn’t even recognize it.
This is what happens when a $100 bn profit/year company is too cheap to hire artists:



Europe needs to invest in proper cloud infrastructure. The only European cloud provider that is even remotely comparable to the big 3 is Scaleway, and they’re still like 10 years behind in terms of features.


These are the CEOs that are replacing the workforce with AI. I fear for the future of humanity. Everything will be endless slop, with pre-slop era knowledge sold on a black market.


Tech debt


I’ve just started recently using Claude after being very unimpressed with Copilot, but my current theory is that you should treat everything it writes like a PoC that you found in some obscure github repo. Use it as a reference that you can generate quickly, take out only the good parts, adapt them to your context. It’s harder to delete code than to write it, so it’s easier to just take what you like from its output, rather than try to clean up all the nonsense it generates.
How accurate that is and how useful it is compared to just writing it from scratch varies a lot based on your particular project. You still need a good understanding of the output it produces, otherwise those subtle bugs and low quality adds up. The times it’s the most useful are when it writes a lot of stuff that I would’ve written myself, but I can point to some detail and say “that’s wrong, I’ll write it myself”.


The important thing the article is missing, is that you should always respect the prefers-reduced-motion setting. Some people just don’t like animations; either because they are distracting, or because they don’t want to waste battery/cpu on useless things (looking at you, spotify player, using 15% of my cpu for some animated bars…)


It’s pretty well known that nonprofit salaries are lower than the average, no? The whole non-profit thing tends to attract less investment, if any. Especially when the publication is doing a lot of research into the abuses of the rich and powerful, it’s not like they’re going to invest against their class interests.
No clue what you’re talking about honestly. I’ve worked on a 7 million line python codebase, and while python had tons of issues, whitespace was not one of them. You can easily move things around and have never seen a bug due to bad indentation.


Thankfully, I am not at that point of desperation to consider Atlassian a valid alternative.


That was before there were a bazillion production ready languages with 30+ years of ecosystems out there. Any new language is going to have significantly more competition nowadays


Unwrap is good for prototyping and trying out stuff fast, but it generally shouldn’t make it past a code review onto main, unless you’re very sure


There were a bunch of stories of Republicans helping Cornel West’s campaign last year to act as a spoiler.


Does a writefreely instance appear on lemmy as a community with posts written by the author? That would be so cool, and would go in the right direction of integrating different kinds of social media in one client.
Isn’t this just the natural evolution of TDD? Write tests, pass them, don’t care about how garbage the code is to make them pass