dessalines

joined 5 years ago
MODERATOR OF
[–] [email protected] 11 points 1 month ago (1 children)

They're sure working overtime to make this quote apply to not just the US, but the whole world:

We'll know our disinformation program is complete when everything the American public believes is false.

  • William J. Casey, CIA Director
[–] [email protected] 4 points 1 month ago (1 children)
[–] [email protected] 13 points 1 month ago

I'm genuinely wondering how this is gonna shake out. I don't see the US accepting the defeat of apartheid in Palestine the same way they were forced to in South Africa. Israel is too useful a military base for their intended war with Iran, which the rest of the world has zero interest in.

[–] [email protected] 7 points 1 month ago

These "apologies" by liberals to indigenous communities in the US and Canada are so hollow.

"We're so sowwwwy!"

"Cool, can we have our land back then?"

"No"

"Can you at least stop currently commiting genocide, instead of just apologizing for one you did less than 150 years ago?"

"No"

[–] [email protected] 23 points 1 month ago

Looks like Germany also expressed support, France condemned, and the rest of the EU is silent so far.

Great to see even Israel's allies in the ME speak out against this.

[–] [email protected] 17 points 1 month ago* (last edited 1 month ago)

People don't realize that the US founders explicitly modeled their new state on the Roman empire, with an expansionist aristocracy / slaveocracy controlling the state. The debates on this in the federalist papers are very explicit, as is the way they structured its government. Hell even half the buildings in washington DC are modelled after roman architecture.

[–] [email protected] 3 points 1 month ago* (last edited 1 month ago) (1 children)

Those of us who were on the net in the 90s, we had to make accounts for every forum / community site we wanted to use, it wasn't a big deal. Nowadays if you go over to reddit, they're convinced any site you have to create an account for is doomed to fail. Even one like this one, which similar to email, connects you with a wider network outside of the one you signed up on.

[–] [email protected] 5 points 1 month ago

One of them, @nutomic is the other, but we have a ton of contributors now. Glad to have you.

[–] [email protected] 8 points 1 month ago

Israel and the US are gonna take us into ww3.

[–] [email protected] 23 points 1 month ago (4 children)

Everyone who disagrees with my opinions is a insert current US enemy here bot.

[–] [email protected] 6 points 1 month ago

It's the best there is.

 

Here is our regular update that explains what we have been working on for the past two weeks. This should allow average users to keep up with development, without reading Github comments or knowing how to program.

The last two weeks had these changes merged:

@Sleepless added a field so that users can see if they've been banned from a community. Has been refactoring Lemmy's exports to make them more easily used by 3rd party libraries, such as their lemmy-client-rs , and lemmy-ui-leptos. Added an animated avatar setting for users.

Has also been making improvements to lemmy-ui such as fixing a scroll bug, and hiding WYSIWYG buttons on preview. Has also been working a lot on lemmy-ui-leptos.

@Nutomic created an rfc for private communities, fixed an issue with the database logging connection URLs on an error. Added an optional site content warning and post-listing-mode. Also did a lot of code reviews.

@dullbananas fixed an issue with Comment Report reads, added better query plans, and is working on many DB improvements.

@dessalines added an instance-level default post sort. Added a maintenance task to clean up old denied users from the DB.. Made sure that blocking an instance also hides private messages from their users, to prevent harassment. He also added the ability to specify custom thumbnails for posts. Fixed an issue with auto-resolving reports when removing a post or comment.

Has also been making a lot of additions to Jerboa, such as admin registration applications, report queues, comment distinguishing, banning users from their profile page, privacy policies, and muted / smaller federated names.

@sunaurus created an rfc for separate report inboxes for mods and admins.

Support development

@dessalines and @nutomic are working full-time on Lemmy to integrate community contributions, fix bugs, optimize performance and much more. This work is funded exclusively through donations.

If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider donating to support its development. Recurring donations are ideal because they allow for long-term planning. But also one-time donations of any amount help us.

 

Lemmy currently uses distinct tables like post_like: (post_id, person_id, score) and post_saved. Unfortunately this causes performance issues when we have to join many of these tables to create views.

One suggestion in this PR, is to combine these into a single post_action table, with a lot of optional columns depending on the action. This solution scares me a little, because I'm afraid we might lose data integrity, and many of our constraints with so many optional columns.

Is there a better way of doing this in SQL?

 

Sry about the last borked release. I added a CI task to prevent it from happening again.

view more: ‹ prev next ›