Top
Best
New

Posted by FergusArgyll 7 hours ago

Slightly reducing the sloppiness of AI generated front end(envs.net)
138 points | 97 commentspage 4
cute_boi 2 hours ago|
My eyes are so sharp i can easily tell which one is slop coded whether it is QT or GTK style theming lol.
Xotic007 5 hours ago||
Makes sense. Slop is basically what you get when there's nothing specific to copy and so the AI it just averages every web style together. Qt works because there's really only one way Qt looks.Modern web has a million versions of everything so you average all that and get slop.
high_byte 5 hours ago||
on the other hand steve jobs would've called Qt human-slop

guess it's a matter of taste

m00dy 6 hours ago||
design.md
tamimio 4 hours ago||
Those aren’t “slop”, those are exactly what non webdev used to see in the past decade, now that webdevs are seeing it done without them doing it and everywhere, the reality check hit them hard. Gtk/qt UI feels like duct tape toys even before AI, material is so tasteless but years ago it was the “de facto” in any design or icons set, most front end ui/ux are literally copy paste of the same template and components, even before AI. Imo only some old apple and windows vista where the UI was actually pleasant to see and interact with.
LordDragonfang 5 hours ago||
On the matter of being without taste -- which I assume the author is using as a self-derogatory descriptor for not having skill in UI design -- the styling of links on this page could use some change. The link color is so close to the body color that I initially thought there weren't any links, and scrolled trying to find the examples. You can't both remove the underline and have such a low contrast font color, it's bad UX.

(For the record, even though I don't mind qt, I think this particular example still comes across as slop because of the overuse of gradients on buttons and headings. In general, a lot of these suffer from overuse of gradients, but OP appears to just be averse to border-radius)

3997531578 6 hours ago||
[dead]
taimaishuzzzz 3 hours ago||
[dead]
kstenerud 5 hours ago|
TLDR: Once a design gets old enough that LLMs can reproduce them, they are now "slop".
ajmurmann 5 hours ago|
This seems to be a new iteration of what IMO made frontend work somewhat painful for almost the entire time I've been building software. It used to take the form that people did something with html that it wasn't designed to do. That thing looked cool and so everyone wanted it. This lead to pain and the perception that the tool is inadequate. So we eventually got CSS. And it continued there. Someone figured out a way to get cool dropshadows and rounded corners. These were cumbersome to implement. And so on.