

Nobody reported it as down to me, I can bring it back up
Been working on some other projects recently so havent really looked at that site much
Indie game developer 🇨🇦
Working on some games for game jams in my free time
Admin of programming.dev and frontend developer for sublinks
Account has automation for some scheduled posts
Site: https://ategon.dev/ Socials: https://ategon.carrd.co/
Nobody reported it as down to me, I can bring it back up
Been working on some other projects recently so havent really looked at that site much
I looked at the community list in programming.dev (from https://programming.dev/communities) sorted by active users per month and noted down the instances for the top 100 communities
its using google sheets
going to recount with lemm.ees community list in a sec since theyre federated with hexbear
Manually counted communities in the top 100 per instance and threw it into another pie chart (for active users / month)
This also seems to be different than the results gotten from lemmyverse as the lemmyverse data hasnt been updated in 11 days according to that site
A bunch of instances gained or lost some coms in the top 100 from variance of things happening in the last week
(the eight instances that it decided to not give labels to that have 1 community are feddit.uk, lemmy.zip, beehaw.org, lemdro.id, ttrpg.network, lemmy.wtf, lemmy.blahaj.zone, mander.xyz)
edit: updated graph to be more accurate users/month counts
Seems like lemmyverse doesnt have the instance listed at all for some reason, assuming a crawling issue. I reported it on their repository. Would be new since I remember it showing the instance before
You can check in https://programming.dev/communities that programmer humor has way more active users than most communities here
.ml and hexbear have been around much longer than the other instances so have built up more subscribers
Surprised I dont see programming.dev in the data, we definitely have at least 3 communities in the top 100 (programmer_humor, programming, linux)
Programming Languages
Its semi broken currently and also functions on a whitelist with this community not being on the whitelist
Programming.dev one is currently stuck on the last version we can upgrade to (and looks like lemmings and reddthat as well) since any upgrades just makes photon a white screen due to the tooling upgrade
The links to the other posts show up below in a cross-posted to section so you can still access it if you want. The limitation on it needing to be the same page comes from this handling happening on the frontend instead of the backend. Ideally imo backend should handle it like how it handles the cross-posts displayed when looking at the post itself
On lemmy-ui if both posts are both “visible” in the feed they will be compacted into one post if they share the same link meaning there wont be a duplicate post (unless you paginate and theyre on different pages)
Some other frontends such as sync dont do this though but they really should
any fediverse account will work. Itll allow you to log in when it opens
No thats not a feature currently
It works, those statuses are just a bit misleading
How it works is it subs to a community (from all instances connected to it) until someone from an instance subs and then it unsubs in that instance. In the previous version of the site when it unsubbed it would mark the instance it unsubbed from as completed on that community (although seems to be a bit broken here)
Nothing would change about the community itself if it goes from lemmy to sublinks. Still accessible on the federation as normal and on version 0.1 the core features should have parity
Reposting my comment I did before:
Sublinks is a drop in replacement for lemmy. In version 0.1 nothing should really be different between the two apart from the default UI looking different
For world Ruud commented about that before and nothings been decided currently on theyre going to handle it (I assume youll see some sort of post in their meta community way before anything happens)
I’m working on the frontend for it rather than the backend so I’ll comment more about that
But a new project allows for way easier change of the base aspects. For example im currently working on a theme system thats allows for dynamic themes created at runtime as opposed to it needing to be built in. Also a components library. If this was added onto lemmy ui it would involve massacring the current structure of the UI to essentially make it a new project anyways
Originally was working on the stuff in a new UI on my own but I’ve merged that into what’s happening with sublinks since they’re making a new UI anyways as well and would let more of my UI changes to get connected up to the backend easily and shared across multiple frontends
In terms of technologies it also allows the federation code to be completely separated out from the api. Federation is currently its own project so it can be scaled separately and its made in go
Also allows for more organizational changes since we have more control over how the project is structured and the structure of how we talk to each other and decide on changes is different than how its done with lemmy (having a matrix space we talk to each other and there being weekly meetings as well)
Moderation tools is the first milestone after parity but theres also other milestones as well in terms of changes made that differentiates it from lemmy visible on our task board thats public on the github repo
Normal thats theres going to be multiple of the same type of software as people have different goals of what it should be and how it should be organized. Bevy and godot both exist in the open source gamedev space. Theres 7 misskey forks that all mostly aim to do different things but share the misskey api (and a lot of them also use the mastodon api). One of which (iceshrimp) is currently having a rewrite to change the tech stack and make it easier for them to add features
I dont know what youre concerned about relating to it but
Sublinks is a drop in replacement for lemmy. In version 0.1 nothing should really be different between the two apart from the default UI looking different
Ah yeah I need to refresh the data, ill do that later