sorted by: new top controversial old
-15
submitted 2 days ago* (last edited 2 days ago) by dessalines@lemmy.ml to c/technology@lemmy.ml
[-] dessalines@lemmy.ml 1 points 2 days ago

Use the issue tracker for these, and make sore to put what version you're on, because I can't replicate that.

7
submitted 2 days ago by dessalines@lemmy.ml to c/thumbkey@lemmy.ml
[-] dessalines@lemmy.ml 8 points 3 days ago

The pirates innovated and made content available long before the corporations did.

Before streaming services took off, it was the only way to get movies and music (besides some IRC rooms). There were even a few golden years where movies would get leaked to torrents in full quality, before the theatrical release.

Music too was easier to find on napster, limewire, and torrents, than your local music store.

[-] dessalines@lemmy.ml 8 points 3 days ago

Classic orientalist moment, can't even get the country right when the president is right there in the picture.

[-] dessalines@lemmy.ml 6 points 3 days ago

I like codeberg, but they also removed a torrent project I was working on because it didn't comply with german law. Kind of unavoidable when you use any centralized service, especially in a country that's severely anti-piracy.

[-] dessalines@lemmy.ml 7 points 3 days ago

This is the main reason why we haven't moved lemmy's repo there (yet). Most of the devs are on board with leaving github tho at some point.

[-] dessalines@lemmy.ml 7 points 3 days ago

You must buy iphone, borger, and ford f-150 or the american economy will collapse. /s

[-] dessalines@lemmy.ml 3 points 3 days ago

Truck SUV moment:

[-] dessalines@lemmy.ml 1 points 3 days ago

If you go into any USonian home, probably at least 60% of the products are made in China.

[-] dessalines@lemmy.ml 0 points 4 days ago

They went over a year without publishing their server updates. And how do you know signal is running the code they say they are? Do you trust them?

[-] dessalines@lemmy.ml 3 points 4 days ago

Very silly band (not in a bad way)

[-] dessalines@lemmy.ml 2 points 4 days ago

Signal can't see who is texting who. They can't see which groups you are part of. Those information are end to end encrypted, same as your chats itself, your profile picture, your stories, etc.

This is completely false. They can absolutely see who is texting who, in fact they need it to be able to route messages. They have message timestamps, and phone numbers stored in their database.

Question, why do you "trust" signal? You can't see what code their centralized server is running, unlike matrix which you can self-host and build from source. You don't have to "trust" matrix, you can verify it for yourself.

[-] dessalines@lemmy.ml 0 points 4 days ago

Kind of wild that you use Haiti as an example here, considering the european genocide of the Taino people, as well as the european importation of african slaves, two groups that didn't speak european languages, and had their languages erased by the same process you're advocating for.

318
submitted 5 days ago by dessalines@lemmy.ml to c/usa@lemmy.ml
126

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.

We're readying the release of Lemmy v0.19.4 in the upcoming weeks, but still have a few more issues to address, and testing that needs to be done. If you'd like to help us test betas to help find issues, you can go to https://voyager.lemmy.ml for the newest beta, or run your own test ones locally from our beta docker tags.

Please do not run unreleased builds in production, as these could cause issues which require some manual intervention to fix.

We've also added a few github milestones for our upcoming releases, to keep track of what we'll be working on, but you can also look at our pending pull requests.


@ticoombs converted our docker upgrade script to the newer version, and has been readying lemmy-ansible for the next release.

@dullbananas optimized the actor language inserts, and fixed an issue with triggers locking the tables.

@sleepless Removed an unecessary login step from our crates.io publish, fixed a deprecated reliance on encoding.rs, fixed an issue with onBlur in lemmy-ui, and added a dependency on lemmy-rs-client for lemmy-ui-leptos, which included a lot of structural changes. Fixed an issue with broken direct messages in lemmy-ui, and a bug with newly-created communities.

@nutomic added setting the show_nsfw site setting based on content_warning, fixed an issue with Discourse federation, added NodeBB federation, fixed an issue with crashes for missing domains, added wordpress federation, fixed an issue with early exits when only running scheduled tasks, added a timeout on incoming activities, and made instance.preferred_username optional.

@dessalines fixed an issue with broken community outboxes, fixed an issue with search returning deleted / removed posts. The liked_only for GetPosts now doesn't return your own items, making this more usable to show a history of your likes.

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.

17
submitted 1 week ago by dessalines@lemmy.ml to c/thumbkey@lemmy.ml
70
submitted 1 week ago by dessalines@lemmy.ml to c/usa@lemmy.ml
9
submitted 2 weeks ago by dessalines@lemmy.ml to c/thumbkey@lemmy.ml
20
submitted 2 weeks ago by dessalines@lemmy.ml to c/usa@lemmy.ml

"Order must prevail"

8
submitted 2 weeks ago by dessalines@lemmy.ml to c/thumbkey@lemmy.ml
63

Hopefully shouldn't take more than an hour.

Time converter link.

126

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.

We're readying the release of Lemmy v0.19.4 in the upcoming weeks, but still have a few performance and front-end issues to address. If you'd like to help us test betas to help find issues, you can go to https://voyager.lemmy.ml for the newest beta, or run your own test ones locally from our beta docker tags.

Please do not run unreleased builds in production, as these could cause issues which require some manual intervention to fix.


@snan fixed parent comment context links.

@matc-pub added mixins to simplify tippy popups and scroll-restoration, and conditional rendering to lemmy-ui. Also fixed deselecting community / creator filter for the search form. Added blur server-side-rendering by default for content-warning sites.

@sleepless added an adult consent popup to lemmy-ui, to account for the new site.content_warning field. Fixed an issue with fallback images. Prevent video embeds from displaying, for content-warning sites. Added a way to view historical mod actions done on a single post or comment.

@dullbananas moved the SQL triggers out of migrations, and into a reusable SQL file. This will really help with fixing / tweaking database triggers.

@dessalines fixed extra modlog entries when filtering by post or comment id, removed the scheme from URL blocks to prevent duplicate http / https regex matches, made all single-row database fetches return an Option so as to catch the missing case more explicitly, created a LocalImageView so that front ends can better handle listing media. Also added the image upload views for users and admins to lemmy-ui. Full federated usernames are also always shown now for non-local users. Added vote display mode preferences to lemmy-ui, with upvotes / downvotes as the default. Added a banned indicator to the view votes popup.

@nutomic and @kroese have been fixing / tweaking thumbnail generation.

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.

10
submitted 3 weeks ago by dessalines@lemmy.ml to c/thumbkey@lemmy.ml
view more: next ›

dessalines

joined 5 years ago
MODERATOR OF