Also kde is way better about this than gnome. Especially kde 6.
Discord is blurry because it's an electron app, and electron isn't native Wayland. You can make it work with --enable-features=UseOzonePlatform --ozone-platform=wayland
I see, I guess I get the point they're making. We can do iframe reloads based on clicks without javascript, why not div reloads. I think framing it as a way of doing this without javascript rather than without a framework would be clearer and a better argument
I just want a new series like voyager. Taking place in the future (not prequels), doing something unique, having a cohesive progressive storyline but not necessarily extremely serialized like picard, and with new characters
I'm confused. This is exactly what https://htmx.org/attributes/hx-target/ is for since they're already using htmx. This doesn't make sense to add to the html spec unless ajax requests themselves are added such that browsers will do this automatically. Which I don't think anyone wants.
Expecting to see content in a language you understand is totally reasonable. Down voting may not be the correct way to handle that, but insulting people who just want to view content they can read is totally uncalled for
Making a change in 5 places sucks, making it in 2 could be reasonable. If 2 pieces of code are similar but different enough, I've seen way too often people try to force them into a common abstraction. That's more what the article is about.
You're missing the point. Tools are different. Trying to learn and use rust by writing unsafe bubble sort is pointless. Use it to actually accomplish something and you'll find out just how amazing it is.
Using the ecosystem that exists to be productive and not have to think at all about whether what you're doing is correct is the point. It catches the subtle errors for you and lets you use the powerful libraries like clap for command line parsing, tokio, etc.
Also kde is way better about this than gnome. Especially kde 6.
Discord is blurry because it's an electron app, and electron isn't native Wayland. You can make it work with
--enable-features=UseOzonePlatform --ozone-platform=wayland