deleted by creator
Developer fighting 502s from Lemmys Servers.
deleted by creator
Good idea! I’ll incorporate something like this in my own Lemmy App.
Off-topic question, but where can you see the stats?
This should be the community icon.
I just cross fingers that the next election won’t be a disaster for us
If the current trend continues I see bad things on the horizon. If the AfD ever becomes part of a coalition then I’ll move to the Netherlands. They can’t get their shit together as well but at least I don’t care about their politics :(.
The people over there are strangely attracted to the propaganda
It’s due to the schools in the DDR. Kids growing up there didn’t learn a lot about Nazis and also didn’t have access to lots of media to teach themselves. Besides they had other problems to deal with.
Then Germany got reunited and one half of the country was completely uneducated about Nazi Germany.
Not to forget most Teachers and professors were still Nazis due to the lack of denazification.
There actually were a number of French nazis in France during German occupation. It’s a topic often disregarded by the countries itself. E.g The Polish government tries to sweep that under the carpet.
I mean there even were Nazis in the US.
You already have 13 on your comment. You’re like a lemmy celebrity now.
What is it like being famous?
Don’t trust the dudes telling you to chmod 777 everything.
I think at some point I’m just going to accept that I can’t detect all image types and call that a feature lmao
I would also like to add that there are PWAs (Progressive Web Apps).
PWAs can be installed on most devices and share even more similarities with native apps (Native app = usually installed through app store). For example installed PWAs can be viewed in Fullscreen or work offline, even though they are still technically a webpage.
So the advantage here is that you don’t need to use an App Store to have an app installed on your phone.
And the main disadvantage is that the PWA can’t access most of the device’s APIs, that you could access through a native app. This means worse performance usually, no support for theming beyond dark/light (like Material You), no good access to on-device databases etc. This is also the reason why most apps aren’t PWAs.
Actually, I’m guessing wefwef is using the Js client, which usually returns a 503 or 500 when something goes to shit on the instance.
I’m also developing an app for Lemmy and the only solution I found was to just keep request the data until the instance finally gives in to the pressure and works.
So it’s less about “server is taking too long to respond” and more like “server responds instantly with a 503” because it’s overloaded and can’t handle any incoming requests.
I’m also guessing a lot of traffic comes from comments since the way of loading those is kinda stupid. (You load only the top layer and then for each comment you request the children, which sums up to a huge number of requests).
Lemmy should add more convenient APIs to reduce the amount of requests being made, maybe I’ll do that myself once I’m done with the app.
Sorry for the long ass text.
deleted by creator