dessalines

joined 6 years ago
MODERATOR OF
[–] [email protected] 12 points 1 week ago (1 children)

2nding @nutomic, that I'm really happy with the stack.

The one that seems really magical to me, is diesel. With it we get a compile-time-checked database, that's tightly integrated to the rust objects / code.

Every single join, select, insert, etc is checked before lemmy is even run, and it eliminates a whole category of errors resulting from mismaps.

Its made adding columns, and changing our data structures so much less error-prone than when I lived in the java-world.

Whenever we find that we'd want to do things differently, we usually do a refactor ASAP so as not to keep rolling spaghetti code. We've had to do this many times for the federation and DB code, and even have 2 major refactors that also add features ongoing. But luckily we've been able to stay in the rust eco-system for that.

As for UI, leptos didn't exist when I built lemmy-ui, so I went with a fast react-like alternative, inferno. Its showing its age now, so @sleepless1917 is working on lemmy-ui-leptos, which hopefully will supercede lemmy-ui.

[–] [email protected] 7 points 1 week ago (1 children)

There's a forum sort called NewComments, that servers and any user can use to turn lemmy into a forum-style feed.

Instances can already disable downvotes site-wide, but we also already have fine-grained vote display settings:

Merging communities is no more possible than merging mastodon users.

Which mod tools do we need?

We already have RSS feeds.

We already have the ability to save posts and comments.

Word filters and flairs are in the works.

There's too many other things here for me to answer.

[–] [email protected] 10 points 1 week ago

This is all a matter of dev resources. If we had maybe 6 full-time devs, we could handle things like backwards compatibility.

People forget that lemmy, like other open source hobby projects, don't have the resources that large corporations do. People understandably get frustrated when there's breaking changes, but they also need to not put enterprise-level expectations on a small number of people.

If someone wanted to work on that, of course we wouldn't be opposed, but you should know how monumental a task that would be.

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

Protocol handlers are the way to go IMO. I've opened an issue based on @phiresky's comment.

[–] [email protected] 4 points 1 week ago

We won't add UUIDs or any "universal" sort of identifier, but universal links are still possible without them.

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

There's some discussion of this here. It's not something I care too much about, but anyone is free to add more detailed URLs to either lemmy-ui or other front-ends.

Its been years but no one has found it important enough to them to work on.

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

All these are due to a lack of developers for open source in general. Jerboa needs more devs than just me and @MV-GH, but no one else has stepped up to take on fixing any of these. If there were 5 more of me, I could get these done, but I'm too busy.

[–] [email protected] 10 points 1 week ago* (last edited 1 week ago) (5 children)

Yeah, it's not hard to select a server and it's a "good thing to do", but it's still better to give people the option to go for convenience instead of the "proper" path.

We could add a "fast join" button to the signup dialog on join-lemmy.org , where it takes you to a random instance's signup page.

Overall though, we should ignore the "advice" from reddit that tells us that people are too stupid to sign up for anything now. People did this for every forum and every other site all until ~2005 when US tech gobbled up most services, and ppl continue to show us that yes, they do know how to type in a username, password, and email to sign up for something.

Duplicate post aggregation. The nature of federation will always make it make sense to have duplicate communities, but this will also make posts with the same links, same images, same videos, etc show up in people's "all" feeds multiple times.

In lemmy-ui we have a post-deduplicator for feeds, but unfortunately not a lot of other apps (including jerboa, that's my bad) have added something similar.

A way to backup your whole user data and completely restore it on any instance you want. If an instance goes under, it should be possible to keep all subscriptions, all your posts, all your comments, and migrate them to a new instance.

Settings export already exists. Copying historical content and rewriting history isn't possible in a federated system, but we do have an open issue for data export.

[–] [email protected] 2 points 1 week ago

Even that isn't too necessary, since you can already put images in spoiler markdown blocks.

[–] [email protected] 3 points 1 week ago

Open up an issue on their repo.

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

You can hide images behind spoiler tags also:

check it out

[–] [email protected] 20 points 1 week ago (1 children)

Not bad, the swiss chard and spinach I planted recently are sprouting, so that's got me excited.

 

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.

sunaurus

netbrum

dullbananas

N4taaa

matc-pub

SleeplessOne1917

Nutomic

dessalines

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.

 

We all know how awful most modern websites are in terms of bloat, javascript and tracking. Not only that, but designing and maintaining web-browsers has become such a gigantic undertaking (almost the size of an operating system), that only a few companies have the resources to do it (google and mozilla, and mozilla might not hold on for much longer).

These alternative protocols offer a minimal set of features, and are trying to get back to what the web should've been: static content with images, text, and links, with local applications filling the void for anything more complicated than that.

Lets say I wanted a privacy-friendly way to view a page on a news site. I could:

  • Copy the URL of the page
  • Open some tool, (or website, anything), paste that url.
  • It converts the content in the url to the necessary privacy-friendly alternative format, and I can view it with my gopher/gemini browser (or even maybe a markdown viewer).

I know there are a few html -> markdown converters that can do the last step.

Does anyone know if this would work?

 

Here is an update that explains what we have been working on recently (apologies for not having these for a few months, summer vacations and all that). This should allow average users to keep up with development, without reading Github comments or knowing how to program.

@privacyguard added Single-Sign-On (SSO) support to lemmy (this still needs some UI work and testing, but the bulk of the work is done). Special thanks to Privacy Portal for working on this!

@carlos-cabello added a way to filter posts by title only (and not body) when searching.

@Freakazoid182 added custom emoji and tagline views.

@nothing4u made our scheduled cleanup job delete denied users.

@sunaurus made a few image proxy fixes.

@sleepless has been working hard on lemmy-ui-leptos, which may eventually replace lemmy-ui. He made improvements to how posts are displayed; made SI formatting consistent with how the current UI handles it; added translations; added post content actions, creator, and community listings; and made some plugins for markdown-it.

@nutomic cleaned up the issue tracker by closing invalid issues and adding tags like good first issue. He also made some simple improvements, like adding a category to RSS feeds, fixing an issue with activitypub ids, and removing the enable_nsfw setting in favor of content_warning.

@dessalines integrated a new rust clearurls library into lemmy that will remove tracking params for any post or comment text (Much thanks to @jendrikw for creating this library), increased the bio max length from 300 to 1000, removes lemmy's reliance on openssl, made the list logins response more uniform, added the ability to restore content on an unban, added a default comment sort type for both the local site, and your user.

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.

 

We're testing some beta's for the upcoming release, and it had some performance issues, so I had to downgrade and restore from a backup.

We do this testing here so other instances don't have to, and so we can find any bugs before a release. Again, this is my bad, I apologize.

view more: ‹ prev next ›