nutomic

joined 5 years ago
MODERATOR OF
[–] [email protected] 11 points 4 weeks ago (7 children)

Can you say which mod tools Piefed has that are missing from Lemmy?

[–] [email protected] 8 points 4 weeks ago* (last edited 4 weeks ago) (1 children)

You can write a script for this:

# loop through all post
GET https://lemm.ee/api/v3/post/list?limit=50&sort=New&community_name=fedigrow&page=*page*
# take `post.ap_id` for each item
# then fetch it over activitypub on the other instance
GET https://lemmy.ml/api/v3/resolve_object?q=*urlencode post.ap_id*
# same thing for comments
GET https://lemm.ee/api/v3/comment/list?limit=50&sort=New&community_name=fedigrow&page=*page*
# again fetch
GET https://lemmy.ml/api/v3/resolve_object?q=*urlencode comment.ap_id*
[–] [email protected] 1 points 1 month ago

Part of the reason is that Lemmy forwards all replies and votes to community followers. Mastodon doesn't do that, so if you're on a different instance you can miss a lot of content.

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

Feel free to open an issue for federation between Piefed and Ibis, at least in theory it should work. The wikis in Piefed are not federated.

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

That instance runs Lemmy 1.0 which is still in alpha state, and the frontend is not compatible yet. So only the api works there.

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

Yes not sure whats wrong there, the server was using a lot of cpu for no reason. Restart fixed it for now, let me know if it happens again.

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

Im not familiar with Wikidata, but with enough development time it could probably also be recreated as a Fediverse project.

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

Ibis uses markdown, not wikitext because the former has better support in Rust. There are some tools for converting from wikitext to markdown for example this one. By the way ibis.wiki is specifically for articles related to open source projects, you can use open.ibis.wiki for other topics.

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

This was changed in Lemmy 0.19.11, now you can have private instance with federation enabled to prevent crawling.

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

Fully agree that theres too much politics. Like you say too often about attacking some kind of enemy rather trying to understand other perspectives. For better or for worse, those seem to be the types of people more likely to use a new platform like Lemmy. Hopefully in the future they will also get tired of this stuff.

102
Lemmy v0.19.8 Release (join-lemmy.org)
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 

What is Lemmy?

Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.

Changes

This release includes a few minor fixes and improvements. Merry Christmas Everyone!

Lemmy

Lemmy-UI

  • Updated translations

Upgrade instructions

There are no breaking changes with this release.

Follow the upgrade instructions for ansible or docker.

If you need help with the upgrade, you can ask in our support forum or on the Matrix Chat.

Thanks to everyone

We'd like to thank our many contributors and users of Lemmy for coding, translating, testing, and helping find and fix bugs. We're glad many people find it useful and enjoyable enough to contribute.

Support development

We (@dessalines and @nutomic) have been working full-time on Lemmy for over five years. This is largely thanks to support from NLnet foundation, as well as donations from individual users.

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. A recurring donation is the best way to ensure that open-source software like Lemmy can stay independent and alive, and helps us grow our little developer co-op to support more full-time developers.

 

What is Lemmy?

Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.

Changes

This is a small bugfix release with the following:

  • Fixing cors origin wildcard. by @dessalines in #5194
  • Fetch community mods synchronously by @Nutomic in #5169
  • Move aggregates to replaceable_schema, fix error (fixes #5186) by @Nutomic in #5190

Full Changelog

Upgrade instructions

There are no breaking changes with this release.

Follow the upgrade instructions for ansible or docker.

If you need help with the upgrade, you can ask in our support forum or on the Matrix Chat.

Thanks to everyone

We'd like to thank our many contributors and users of Lemmy for coding, translating, testing, and helping find and fix bugs. We're glad many people find it useful and enjoyable enough to contribute.

Support development

We (@dessalines and @nutomic) have been working full-time on Lemmy for over five years. This is largely thanks to support from NLnet foundation, as well as donations from individual users.

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. A recurring donation is the best way to ensure that open-source software like Lemmy can stay independent and alive, and helps us grow our little developer co-op to support more full-time developers.

 

About

Ibis is a federated online encyclopedia similar to Wikipedia. Users can read, create and edit articles seamlessly across instances. It uses the Activitypub protocol to connect users across different websites, similar to Mastodon or Lemmy.

You can browse the flagship instance ibis.wiki, or register an account on open.ibis.wiki to start editing.

Changes

  • Fix math parsing by @Silver-Sorbet
  • Add support for markdown footnotes
  • Add anchors to markdown headings
  • Remove autolink markdown rule
  • Add spoiler tags

Support

Creating a project like this from scratch requires a lot of work. So contributions are more than welcome, in order to add all the necessary features.

https://github.com/Nutomic/ibis

You can also support the project by donating.

 

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.

stevenvergenz

SleeplessOne1917

Nutomic

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.

13
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

This release contains numerous bug fixes and minor improvements. Thanks to Kalcifer for reporting many of these.

  • LaTeX formatting is now supported to handle mathematics (thanks Silver-Sorbet)
  • The editor now has a live preview of rendered markdown
  • Better layout for edit history
  • Fixed user links in edit history
  • Edits are now correctly sorted by date
  • Removed maximum width for page
  • Render markdown titles smaller than page title
  • Disable markdown plugins for url shortening and smartquotes
  • Resize article edit input based on length

More details and download

10
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

This release contains numerous bug fixes and minor improvements. Thanks to Kalcifer for reporting many of these.

  • LaTeX formatting is now supported to handle mathematics (thanks Silver-Sorbet)
  • The editor now has a live preview of rendered markdown
  • Better layout for edit history
  • Fixed user links in edit history
  • Edits are now correctly sorted by date
  • Removed maximum width for page
  • Render markdown titles smaller than page title
  • Disable markdown plugins for url shortening and smartquotes
  • Resize article edit input based on length

More details and download

1
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

This release contains numerous bug fixes and minor improvements. Thanks to Kalcifer for reporting many of these.

  • LaTeX formatting is now supported to handle mathematics (thanks Silver-Sorbet)
  • The editor now has a live preview of rendered markdown
  • Better layout for edit history
  • Fixed user links in edit history
  • Edits are now correctly sorted by date
  • Removed maximum width for page
  • Render markdown titles smaller than page title
  • Disable markdown plugins for url shortening and smartquotes
  • Resize article edit input based on length

More details and download

view more: ‹ prev next ›