I’ve seen many comments and posts regarding the API fiasco on Reddit, with the claim that there will be a huge influx of users when that happens. I’m all for it, but I find it hard to believe that the average or even above average user will make the effort to switch.
!nostupidquestions is a community space dedicated to being helpful and answering each others’ questions on various topics.
The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:
All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.
Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.
Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.
That’s it.
Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.
Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.
On fridays, you are allowed to post meme and troll questions, on the condition that it’s in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.
If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.
If you vocally harass or discriminate against any individual member, you will be removed.
Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.
For further explanation, clarification and feedback about this rule, you may follow this link.
Let everyone have their own content.
Unless included in our Whitelist for Bots, your bot will not be allowed to participate in this community. To have your bot whitelisted, please contact the moderators for a short review.
You can view our partnered communities list by following this link. To partner with our community and be included, you are free to message the moderators or comment on a pinned post.
For inquiry on becoming a moderator of this community, you may comment on the pinned post of the time, or simply shoot a message to the current moderators.
To find & join our chat room, log into fluffychat.im(or any other matrix client) and put #nostupidquestions:matrix.org
on the search bar.
Our breathtaking icon was bestowed upon us by @Cevilia!
The greatest banner of all time: by @TheOneWithTheHair!
Hey! I have had a few questions about themes. At this point, I am asking users to apply non-mainlined themes through userscripts - I am wary of taking on extra responsibilities in maintaining compatibility for additional themes. Sorry about that!
But all themes that get added to the main lemmy-ui repo will always be available out of the box on lemm.ee as well. The repo is open to contributions, so you could have a look at that option if that’s something you’re interested in.
I already made a proposal to improve the default theme, but my issue was closed without any response from the developers. The required changes were small on purpose and should be easy to implement for anyone already familiar with the code. So it seems that UI is not a priority to Lemmy developers. That’s why I had to develop my addon, which I then also turned into a theme. I hope that one day Lemmy instances will start using some kind of modern theme (doesn’t have to be mine), so that my addon is no longer needed.
My theme is just a small amount of styles applied on top of the default litely and darkly themes, which should make maintenance easier. Unlike an addon, a theme doesn’t need to support multiple versions of Lemmy at the same time, so we could simplify it even more. Lemmy 0.18 uses CSS variables now, so that also makes things easier.
Something needs to be done about Lemmy’s outdated UI and I’m not sure if the current approach of developing multiple userscripts and addons is efficient. I understand if you think this might cause too much work for you though.
You’re misinterpreting what happened there - the issue was not closed to shut it down, it was actually converted into a discussion to make it easier to track: https://github.com/LemmyNet/lemmy-ui/discussions/1503
It wasn’t exactly one specific issue that could be fixed, it was a longer discussion with a bunch of branches. For such things, the discussions format is much more usable.
I just want to point out that there has been a massive amount of UI improvements in 0.18 and 0.18.1 (just take a look at all the changes by @jsit for example: https://github.com/LemmyNet/lemmy-ui/pulls?q=is%3Apr+author%3Ajsit+). In addition, new themes are being created directly for the lemmy-ui repo as well, for example: https://github.com/LemmyNet/lemmy-ui/pull/1682