this post was submitted on 28 May 2026
70 points (85.7% liked)

Technology

84980 readers
3404 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] uuj8za@piefed.social 2 points 1 day ago* (last edited 1 day ago) (4 children)

Web apps ruined UX though

How so? Do you mean that companies are allowed to customize their own apps now? Cuz with regular desktop frameworks it's pretty hard to do that (compared to web frameworks anyway). All apps end up looking the same.

[–] Jesus_666@lemmy.world 7 points 1 day ago (3 children)

Yes. That's literally the point. The more things look and behave as expected, the easier they are to use.

Of course these days that gets trumped by the desire to shove the corporate design everywhere.

[–] uuj8za@piefed.social 1 points 1 day ago* (last edited 21 hours ago) (2 children)

I'm not sure limiting customization is actually a good thing... There are legitimate customizations and innovative inputs that people like.

For example, Logseq has a fancy text field that can bring up a submenu if you type two left brackets. Something like this is pretty specific to Logseq (or at least certain notes apps) and this would be much harder to replicate in a native app.

Or are you saying Logseq shouldn't do that? And it should assume that the notes area is just a plain text field? I guess that would be considered more "expected".

At least in my experience with Vala and GTK, this would take significantly more effort. Not impossible. Just way more effort.

[–] nyan@lemmy.cafe 1 points 22 hours ago

For example, Logseq has a fancy text field that can bring up a submenu if you type two left brackets. Something like this is pretty specific to Logseq (or at least certain notes apps) and this would be much harder to replicate in a native app.

Not something I would consider terribly hard to implement, but it would depend on the toolkit. A function for getting the text in a textbox and a callback to alert you to the fact that the user is typing is something I would expect to find in any modern GUI toolkit.

load more comments (1 replies)
load more comments (1 replies)
load more comments (1 replies)