

Bioshock 1 was an iconic story, first the plane crash, discovering this hidden underwater city, surviving in there and finally returning to the surface. For Bioshock Infinite the ending was totally confusing, something about parallel universes?
Lemmy Lead Developer and father of two children.
I also develop Ibis, a federated wiki.
Bioshock 1 was an iconic story, first the plane crash, discovering this hidden underwater city, surviving in there and finally returning to the surface. For Bioshock Infinite the ending was totally confusing, something about parallel universes?
Message Customization: Send any custom message in Morse code.
Morse Code Decoder: Convert received Morse code into readable text.
Neat, this means you can talk to someone in morse code without having to learn morse. Did anyone try how well it works in practice?
Changed the text to “forum and link aggregator”.
Its very common to see Gaza flags in Spain.
Edit: Palestine flags of course.
Localization is done through our Weblate. Theres also an open issue to let admins add extra email text: https://github.com/LemmyNet/lemmy/issues/5612
User profiles are only updated every 24 hours so that is normal. The url parsing is handled in lemmy-ui, you can check the issue tracker or open a pull request.
Tested it on https://enterprise.lemmy.ml/c/test and changes to the community name are visible immediately.
Thats not possible because instances are completely independent from each other, and one one can force admins to do anything (except their local governments and hosting providers). So different instances will always have different standards, and at most other instances can defederate if they disagree.
You need to report that to the admin of reddthat.com
Its definitely a problem. One way to fix it would be for admins to be more strict with the moderators of local communities, and replace them if they go too far. But it seems most admins are quite hands off and prefer to let things run their course.
Lemmy communities are not businesses, usually they are just hobby projects run by people in their free time. So a closer analogy is that posting in someone’s community is like being in their house (or garden). And when you’re in someone’s house they are free to throw you out for any reason.
lemmy instance admin recommended communities
Also better UX, like lemmy clients with “multireddit” style browsing support.
Both of these will be available in Lemmy 1.0
Good point, this is one of those features which is already implemented in the backend but not added to lemmy-ui yet. Made a pull request for it.
Lemmy has an open API, and instance admins have even more data available by accessing the database directly. One of the lemmy.world admins is also working on a feature for vote analytics, though at Lemmy’s current size it seems very low priority.
I thought about that too, have to figure out how it can be implemented (im not very good at frontend stuff).
No worries. Make sure to follow the documentation on join-lemmy.org for development, and use the release/v0.19
branch for both lemmy and lemmy-ui as the main branch is currently broken due to 1.0 changes.
Makes sense. My idea is to use a fixed order for the different types of results, eg always put communities first, then users etc. What do you think? For communities it would make sense to display the short description as well, and for users both post and comment count?
The tabs could make sense, but then they should be between the search bar and results, because each tab has the same buttons. You can make a pull request with what you have so far and then we can discuss it in detail.
Right, this is because it currently uses two separate api calls for search and resolve object. It will be fixed in 1.0 with https://github.com/LemmyNet/lemmy/pull/5752.
I developed the Android app for Syncthing years ago. But then I didnt have time (or motivation) for that anymore. Developing Lemmy is much more interesting for me really nowadays.