this post was submitted on 19 Aug 2024
327 points (98.8% liked)

Programming

17807 readers
204 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
(page 2) 23 comments
sorted by: hot top controversial new old
[–] [email protected] 48 points 4 months ago (6 children)

Is it just me or is the irony lost on the author? It says "align-content: center" but it's only vertically aligned...

load more comments (6 replies)
[–] [email protected] 19 points 4 months ago (3 children)

Well, we've been vertically centring content with no-trick pure CSS for years now, so, good I guess?

load more comments (3 replies)
[–] [email protected] 63 points 4 months ago* (last edited 4 months ago)
* { display: flex; }
[–] [email protected] 2 points 4 months ago* (last edited 4 months ago) (3 children)

Can we not do away with CSS/JS, learn from those mistakes and try something else? Pls, I beg you 🥺🙏

E: Sorry, forgot the /j Lighten up, Lemmy, not everything is a serious comment that needs your scrutiny or meticulous rebuttals.

[–] [email protected] 6 points 4 months ago (1 children)

The first pass of elm ecosystem solved it. Before elm, it was also solved by other frameworks. But people wanted to be able to reuse their components and not rebuild new ones. React provided the ability to reuse css, and dirty js code in the middle of your application. You already had an way bigger ecosystem because you didn’t have to learn and built a complete new system again.

Personally if I had the choice I believe a new start should start at the browser level. Stop supporting HTML/CSS/JS. Create a new app-centric DSL and not a document centric one like html/css/js.

Ideally something inspired from cocoa layout. And I am dreaming but not accept generic code on the client side and only support a small controlled API. It would solve so many security issues. Sure, the creativity in such an ecosystem will be severely reduced. But we will have a so much improved UX.

[–] [email protected] 5 points 4 months ago

I get the reasoning but anything like that would just be abused to enshittify things further with unblockable ads and enforced DRM on everything. At least with the open standards there is the ability to adblock and manipulate certain annoyances at a browser level

[–] [email protected] 8 points 4 months ago (2 children)

What would you replace it with? There are lessons to be learnt from the web, but to "fix" it is much harder

[–] [email protected] 0 points 4 months ago

It's a joke

[–] [email protected] 17 points 4 months ago (3 children)

Flash and applets. Let's just have a do over of the 90's and early 00's.

/s

[–] [email protected] 4 points 4 months ago

Frankly AS did a lot of things well

[–] [email protected] 7 points 4 months ago

Nah, just back to Gopher and 5k baud. As an aside: Gemini is pretty awesome

load more comments (1 replies)
[–] [email protected] 2 points 4 months ago (1 children)

Maybe we should start by doing away with x86?

load more comments (1 replies)
[–] [email protected] 30 points 4 months ago

Well that came like 10 years too late lol

I don't think I'll ever use it considering it was already easily possible with flexbox, and before that (although dirtier) with tables as well.

[–] [email protected] 68 points 4 months ago (12 children)

Why are we not angrier about css generally?

[–] [email protected] 38 points 4 months ago (1 children)

I would say because a) there are zero alternatives, and b) it's pretty powerful; you can generally do pretty much any layout even if it requires hacks, c) switching to something else is clearly infeasible so it's not worth even asking for.

Just have to live with it (on the web at least).

[–] [email protected] 38 points 4 months ago (1 children)

d) we remember the world before it was introduced

load more comments (1 replies)
[–] [email protected] 61 points 4 months ago (14 children)

Because things were much worse in the beforetime

load more comments (14 replies)
[–] [email protected] 48 points 4 months ago

I am blisteringly angry about CSS in general AND THIS FUCKING ISSUE IN PARTICULAR since 2005 at the very latest. Likely enough to up the average for several thousand people with only mild dislike for CSS.

If CSS had a church I would burn it down. In minecraft of course.

[–] [email protected] 7 points 4 months ago

BaCkWaRdS cOmPaTiBiLiTy 😵‍💫

load more comments (8 replies)
[–] [email protected] 106 points 4 months ago (1 children)

Oh wonderful! Another 10 years and we can use it natively without polyfills!

[–] [email protected] 45 points 4 months ago* (last edited 4 months ago) (12 children)
[–] [email protected] 4 points 4 months ago* (last edited 4 months ago)

~~Yeah, pretty much as Flex at 97% which is a nice comparison.~~

Edit: See mattd’s comment

load more comments (11 replies)
load more comments
view more: ‹ prev next ›