Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemdro.id

58 replies

mamg22reply
sh.itjust.works

They keep them grouped together though. If you look closely, they're in the same bubble while firefox is in another one. Probably shows both for the convenience of most devs.

(also Microsoft being Microsoft might shoehorn in some feature no other normal browser would just because)

48
Lytiareply
lemmy.today

I think they're in the same bubble because they both support the feature

9
Hudellreply
lemmy.dbzer0.com

It's actually Google doing that these days, but they do it on webkit directly and so everything but Firefox gets their experiments too.

6

they are grouped and as they are different browsers that theoretically could have different blink versions I feel like it makes sense.

9
lemmy.world

You know what still works? HTML tables.

Suck it, all of the 2000s webdev.

89
redjardreply
reddthat.com

Even apple phones added flexbox support in like 2022.
Flexbox spam is the new tables.

23

God damn it I’m getting old. I had to seriously reconsider and reparse 2022 like nine times.

4
Serinusreply
lemmy.world

Right? What year is your org up to?

Feel free to answer in terms of OS or framework version.

4
Scooptareply
programming.dev

Jeroba only flips the instance domain, that is way more wild

30

Voyager shows username, he probably changed display name

2
Scooptareply
programming.dev

It's probably in the display name, not the username so that would make sense. Would be interesting to know what happens if display names are on

1

Turns out it looks the same. Wait, something is still wrong. I turned the setting on, but I still don't see display names. Oh well.

1
lemmy.world

I strongly think Lemmy clients should have a toggle to show usernames instead of display names. Some of the Unicode is super obnoxious.

20

Some Lemmy clients like summit do (which I keep on, because display names are often cancer)

8
hub.azkware.net

And now you're about to nerd-snipe me into checking if control characters are valid for user names in ActivityPub

6

There's probably some restrictions because I tried making an instance that had a user with a completely empty username and it didn't federate.

5

By the way, if you want to replicate this effect for fun and profit, the control character you're searching for is U+202E RIGHT-TO-LEFT OVERRIDE (or RLO for short)

16
fedia.io

There ought to be some kind of 2016 css subset that everyone sticks to and then we can reconsider maybe updating it to include any newer stuff that's absolutely essential once every ten years.

28
Xylight‮reply
lemdro.id

that mentality is one reason websites spam JavaScript today, because native features of the markup language were being added too slow

23

Expecting the runtime/browser to ship a native implementation of virtually everything you might want to do in a turing-complete language, is also really not sustainable, though.

8

I don't believe, you should expect all browsers to implement all new web features in under a year. It takes time, like new C++ or C standarts. An like with all other standarts, the more parties are involved the more time it takes to adopt it.

19

Haha, one year? How quaint. (Cries into ISO C++ standards)

15

Thank god for tailwind templates wouldn't get anywhere without them

6

Pretty much anything you might ever wanna do with a website, can be done with IE8 support. Rest is skill issue.

2