this post was submitted on 25 Oct 2025
244 points (97.7% liked)

Memes

12844 readers
1779 users here now

Post memes here.

A meme is an idea, behavior, or style that spreads by means of imitation from person to person within a culture and often carries symbolic meaning representing a particular phenomenon or theme.

An Internet meme or meme, is a cultural item that is spread via the Internet, often through social media platforms. The name is by the concept of memes proposed by Richard Dawkins in 1972. Internet memes can take various forms, such as images, videos, GIFs, and various other viral sensations.


Laittakaa meemejä tänne.

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] tja@sh.itjust.works 14 points 1 week ago

No that's the other way around. They are just so poorly programmed that they don't use the normal mechanisms. Everything has to be reimplemented to work in that app. If you don't think of a basic feature in the beginning, you have a very bad time. And since a lot of SPAs nowadays are programmed as "App". They do not even have the concept of multiple tabs.

I am using an open source tool where there is an open ticket for years to make opening a link in a new tab possible. But because of the multi platform framework it seems very much impossible to implement.

This is the state of frontend development. Every few years they need to reinvent the wheel and sometimes they forget a place for the axle.