/0

2044 readers
1 users here now

Meta community. Discuss about this lemmy instance or lemmy in general.

Service Uptime view

founded 2 years ago
MODERATORS
151
135
Upgraded to 0.18.1-rc10 (lemmy.dbzer0.com)
submitted 2 years ago* (last edited 2 years ago) by db0@lemmy.dbzer0.com to c/div0@lemmy.dbzer0.com
 
 

I have pushed forth the latest and greatest Lemmy upgrade as it come with some mind-blowing speed improvements, thanks to the DB query tweaking of @phiresky@lemmy.world

Just check how the load for lemmy.world decreased!

As a result, this instance should feel significantly snappier now. Let me know!

152
 
 

Y'all are nuts! It hasn't even been a week since I raised the call for fundraising and we already have it done!

A pirate chest full of doubloons A pirate chest full of doubloons A pirate chest full of doubloons

It was sitting at 99% all morning, so I kept refreshing every 10 minutes to post this!

Great success!

pirate captain giving the thumbs up

As promised, I plan to send the overflow to lemmy development once I open the next goal. I'll let you all know!

153
 
 

I've tried several androids apps for browsing lemmy but failed to find one that support this instance. I tried wefwef.app for example but it appears to be limited to be used with other instances such as lemmy.ml. What am i missing? Any recommendations?

154
 
 

Thanks to the work of @RandomLegend@lemmy.dbzer0.com we now have a new personalized theme for this instance.

The theme is open sourced and lives in this repo. We're planning to add more themes soon and hopefully a few other cool features like user flairs. If you want to assist improving them, feel free to send PRs or ideas.

The theme is based on the work of @pkrasicki@lemmy.world

If you don't like the default theme, you can always switch to the standard ones in your user settings

155
11
Emojis (lemmy.dbzer0.com)
submitted 2 years ago* (last edited 2 years ago) by db0@lemmy.dbzer0.com to c/div0@lemmy.dbzer0.com
 
 

Post to list the emojis being added and workaround lemmy not allowing me to upload them directly in the admin interface

Feel free to suggest ideas for emojis.

You can also make them yourself using the AI Horde. If you plan to do that, I'm giving 100 kudos for each emoji contribution and 5000 for each emoji I found cool enough to make official.

if you don't have any kudos, let me know and I'll give you some to help your priority.

156
277
submitted 2 years ago* (last edited 2 years ago) by db0@lemmy.dbzer0.com to c/div0@lemmy.dbzer0.com
 
 

I started this lemmy instance to ensure that pirates, anarchists and neurodivergents would find a friendly port in the storm of enshittification engulfing the internet right now.

Reddit (and Digg before it) has always been my favorite way to interact on the web, secondary only to Google Reader (RIP). Likewise, I moved away from Digg when it started shooting its foot with gusto and now it's time to do the same for Reddit. This instance ensures I won't have to move again!

I however didn't expect the amount of people who would follow me, so in the past 2 weeks since I've opened this instance, I've had to upgrade twice to keep up with the demand, and hopefully this latest one should last us a while.

This means that my cost planning is way off. I had to buy into a professional SMTP service, get a dedicated box, etc. All this is starting to become a significant personal cost I need to cover. I said before that I'm not in this to make money, I just have a particular set of skills and ideologies which allow me to both run a lemmy instance and also make it friendly to the particular people who need it as their base jump into the fediverse.

So I plan to follow the same playbook as I mentioned before. I just want to cover the infrastructure costs of running and maintaining this instance and the rest is going to go to Lemmy development itself, to help make the software even better and prevent any accusations of profiteering.

The link of this post goes to the Ko-fi goal I've set up. Once this goal is bypassed, any overflow will be sent to the lemmy development once a new goal is opened for the next period. Or if you prefer, just send to them directly when you see the goal being full.

I am very happy for everyone who decided to follow me on this journey and very excited at the quality of people joining and interacting with this community. Your application answers are a delight, so keep on amusing us admins with your creativity and keep posting the awesome stuff you do!

One last thing, Lemmy is not my main project (but significantly eating into it). If you're into Generative AI and want to share your idle GPU compute, do check out the AI Horde; the only crowdsourced cluster for Generative AI!

Always remember: Sharing is Caring!

157
60
Migration complete (lemmy.dbzer0.com)
submitted 2 years ago* (last edited 2 years ago) by db0@lemmy.dbzer0.com to c/div0@lemmy.dbzer0.com
 
 

Divisions by zero should feel way snappier now. Let me know if you notice any weirdness.

Unfortunately this, along with my new requirements for a paid SMTP relay has effectively tripled my costs >_< . Please help cover some of them.

158
18
submitted 2 years ago* (last edited 2 years ago) by db0@lemmy.dbzer0.com to c/div0@lemmy.dbzer0.com
 
 

The VPS just cannot handle the load. I'm initiating a migration to a dedicated server in a bit. This will require a bit of downtime. Thanks for understanding

159
 
 

The pictrs migration script has finished, but it seems it might not have migrated all images. I am noticing some errors on the container and I see a bunch of posts missing them.

I'm leaving it up for now and I'm going to look how and if I can fix this

160
 
 

As such images and image uploads won't work while the migration is ongoing. Thanks for understanding

161
 
 

on some comments, the number of votes is different when I view them from this instance vs when I open them in their respective instances.

one more thing I've noticed is that some comments have 0 vote on this instance but in reality have 1 vote mostly from other lemmy instances like lemmy.world and kbin.social

I'm guessing this has something to do with federation ?

162
30
submitted 2 years ago* (last edited 2 years ago) by db0@lemmy.dbzer0.com to c/div0@lemmy.dbzer0.com
 
 

As I had said a while ago, I'm doing some light inactive community pruning on the regular.

This time I looked for communities with 0 posts and low effort (i.e. no description, banners etc). I didn't bother to send a warning because that just adds extra effort for me. If you can't put any effort when starting a community, I can't be expected to put any effort when deleting it for abandonment, eh?

In case anyone else is interested, here's the SQL query I used to detect abandoned communities.

SELECT c.id, c.name, c.local, c.published
FROM public.community AS c
LEFT JOIN (
   SELECT community_id, COUNT(*) AS post_count
   FROM public.post
   GROUP BY community_id
) AS p ON c.id = p.community_id
WHERE c.local = true

If they don't have any post, description and banner after 10 days, then I consider them low-effort and purge them immediately.

For the communities I've seen at least a bit of effort, I plan to still send warnings first.

About 20 communities were pruned this time (including 3 of mine :D )

163
 
 

So I've noticed while using an RSS feed app alongside Jebora, that while original post from other users of the same instance appear in full and with photos, like so:

However if a user is from another instance, the OP content is not visble at all, as so:

Other than that, RSS works great as a notification system for Communities. Figured id leave this here to help out anyone looking for a notification style system for new posts.

164
 
 

say there are three instances, A, B and C. if A is not federated with B, users from those two instances can't interact (right ?) but what if both are federated with C ? would both indirectly be able to interact ? if there is a post on instance C and a user from B comments on it, would that comment be visible on all three instances ?

165
 
 

Would it be possible to add some more CSS themes at instance level to choose from in the settings?

I was thinking these themes should fit a nice range of tastes: https://github.com/2xx04/lemmy-ui-themes

166
12
submitted 2 years ago* (last edited 2 years ago) by db0@lemmy.dbzer0.com to c/div0@lemmy.dbzer0.com
 
 

Hey y'all, a link aggregator isn't always the best place to talk real-time. So since I've made a Space to host mod discussions, I through I'd expand it a bit for general discussion as well.

Currently I'm keeping it Invite only, but the invite is above. Basically I just don't want any rando to wander :) But feel free to invite your friends or just link to this post.

If you're a mod of a big community here and you want a mod room in that space, let the admins know!

EDIT: Made the space public now as invite only caused issues

167
 
 

After some hiccups due to lemmy not following the hjson standard suddenly, I managed to get this done. (h/t to @spacedogroy@feddit.uk )

Damn that took way longer than it should have >_<

Anyway, let me know if anything appears broken and if you want, do consider helping with the server costs and the time required to maintain them

168
 
 

Couldn't even get past the start. Immediately failed with

lemmy_1     | thread 'main' panicked at 'Failed to load settings file, see documentation (https://join-lemmy.org/docs/en/administration/configuration.html): LemmyError { message: None, inner: ExpectedF64 at 6:26 at "\n    database: ", context: SpanTrace [] }', crates/utils/src/settings/mod.rs:20:20

if anyone can help, lemme know.

169
 
 

I'm am looking to upgrading versions soon. Unfortunately there were massive changes in the reverse proxy setup, which means I need to change a lot of things in my reverse proxy setup. I am hoping I don't cause too much of a downtime, but if I know, you now know why

170
21
Full Strength to Shields (lemmy.dbzer0.com)
submitted 2 years ago* (last edited 2 years ago) by db0@lemmy.dbzer0.com to c/div0@lemmy.dbzer0.com
 
 

Alright nerds, I turned Registration Application on as I'm getting a bit too worried about spam accounts. I hope we can figure and strengthen some solutions before it's too late.

PS Check: https://lemmy.dbzer0.com/post/163869

~~This reminds me. I need more admins. Please let me know if you want to help with the site stuff, particularly approving new users and banning spam.~~

~~I need active people, not ones for status, and people who enthusiastically agree with the server rules.~~

EDIT: Admin positions fulfilled. Thanks y'all

171
 
 

I am going to be using that to post devlogs etc. But feel free to talk about it and open suggestions etc.

172
 
 

I cannot add polish to languages in setting, which means I don't see posts in polish I am interested in in another instance, what should I do?

173
 
 

I've been reading up on this FediPact stuff, and I'm curious: will the Divisions by zero instance be defederating Meta when they launch their new app that's supposed to be Fediverse compatible? I checked the Anti-Meta FediPact list, but couldn't find @db0 listed on there. I did read on a different post that the creator of the FediPact list has been blocking some people from signing it for whatever reason, so I'm not sure if that's what happened here.

174
 
 

I've spent the whole day on this, but now joining and using the Fediseer (previously known as Overseer) should be an order of magnitude easier!

175
 
 

when can we expect a server update to 0.18?I can't log in to jeroba as a result of server version. I know youve said your busy with anti spam so was just curious

view more: ‹ prev next ›