Announcements

23650 readers
1 users here now

Official announcements from the Lemmy project. Subscribe to this community or add it to your RSS reader in order to be notified about new releases and important updates.

You can also find major news on join-lemmy.org

founded 5 years ago
MODERATORS
201
 
 

Do not store your coffee in a container that is made of plastic or metal. These materials can change the way that coffee tastes. The best thing to do is to store your coffee in a glass jar that is able to be sealed shut with no way for air to get in. Check: Pakistani Restaurant Dublin

202
-1
Immigration Lawyer Ireland (ishaqandcosolicitors.ie)
submitted 3 years ago by [email protected] to c/[email protected]
 
 

Once you have decided to hire a particular lawyer, make sure you receive a written retainer letter that specifically defines the scope of representation, the details of the services you are to receive should you need to pursue the lawyer in a malpractice action at some point. Check: Immigration Lawyer Ireland

203
 
 

If you want to build a practice that your patients genuinely enjoy working with, your call center is a great place to focus. Apply Best Practices in Patient Care Call Center Services to Increase Patient Satisfaction.

By applying the best call center practices, you will increase patient satisfaction, reduce costs and help grow your business.

204
205
1
5$ each hm (lemmy.ml)
submitted 3 years ago* (last edited 3 years ago) by [email protected] to c/[email protected]
 
 
206
0
5$ each hm (lemmy.ml)
submitted 3 years ago* (last edited 3 years ago) by [email protected] to c/[email protected]
 
 
207
0
5$ each hm (lemmy.ml)
submitted 3 years ago* (last edited 3 years ago) by [email protected] to c/[email protected]
 
 
208
 
 
209
 
 
210
 
 
211
 
 
212
 
 
213
-1
submitted 3 years ago* (last edited 3 years ago) by [email protected] to c/[email protected]
 
 

To create text formats! The Fonts To instagram schrift Copy is a great website for creative people! When you are in the market for some amazing text in the market, copy and paste the generator to make a cool text format. In a few seconds you can change your fonts and generate your own personalized, unique text. These are just a few of the fonts available on the internet!

For people who want to generate their own fonts, the copy and paste website is the easiest way to share and use a copy and paste font. Just copy and paste the text in the box and choose the font you want to create. It's easy to customize the text style and add a nice design to your content. This website offers several features to suit your needs. It's engaging and has a large user base.

If you use a website for your content, you can choose a font for copying. Then you can copy the fonts that you want to use in your document. Right-clicking the selection also allows you to choose the additional variations of the fonts. Then you can drag and drop the selected variants onto your new computer. If you use a web service for your business, you can also get a free online trial.

214
1
submitted 3 years ago* (last edited 3 years ago) by [email protected] to c/[email protected]
215
 
 

Today is an exciting day for the Lemmy project.

Almost one year after first enabling federation, we now federate with other projects for the first time! According to some people's definition, this finally makes us part of the Fediverse.

It took a lot of work to make this possible, so big thanks to NLnet for funding our full time work on Lemmy, and to @lanodan and @asonix for helping to figure out how Pleroma and Mastodon federation works (it's difficult because they have almost no documentation).

What is Lemmy?

Lemmy is similar to sites like Reddit, Lobste.rs, or Hacker News: you subscribe to communities you're interested in, post links and discussions, then vote and comment on them. Lemmy isn't just a reddit alternative; its a network of interconnected communities ran by different people and organizations, all combining to create a single, personalized front page of your favorite news, articles, and memes.

Major Changes

Federation code rewrite

The rewrite of the federation code started by @nutomic in August is now mostly complete. As a result, the code is much cleaner, and has tests to guarantee no breaking changes between Lemmy versions. As a side effect of this rewrite, it was now relatively easy to enable federation with other projects.

Mastodon and Pleroma users can:

  • View Lemmy communities, user profiles, posts and comments
  • Follow Lemmy communities to receive new posts and comments
  • Replies (mentions) work in both directions, including notifications

In addition, Pleroma users can exchange private messages with Lemmy users.

Note that Pleroma and Mastodon rely on a compatibility mode in Lemmy, which means that they won't receive events like Deletes or Votes. Other projects whose federation works similar to Pleroma/Mastodon will likely also federate.

Hardcoded slur filter removed

Lemmy finally has essential moderation tools (reporting, user/community blocking), so the hardcoded filter isn't necessary anymore. If you want to keep using the slur filter, copy these lines to your config file when upgrading, and adjust to your liking.

Upgrade notes

If you installed Lemmy without Ansible, you need to edit the nginx config file to follow this example. Otherwise Mastodon won't be able to fetch objects or actors from Lemmy. Ansible applies this change automatically.

No other changes are necessary for federation with Mastodon/Pleroma. Just make sure your allowlist/blocklist allows it. Then get started by searching the URL of a Lemmy user or Community in Mastodon.

Note that Mastodon and Pleroma are much, much bigger than Lemmy at this point, with a combined 3 milion users and 4500 instances, compared to 20.000 users and 35 instances for Lemmy (source). The existing mod tools in Lemmy might not be adequate to handle that at the moment.

Be aware that if you have federation enabled in the Lemmy config, Mastodon and Pleroma users can now fetch all posts and comments, to view them and share with their followers. The Lemmy blocklist/allowlist can not prevent this, it only prevents posts/comments from blocked instances to be shown on your own instance. The only solution to this problem is disabling federation, or waiting for signed fetch to be implemented.

If you want to use federation, but review new instances before federating with them, use the allowlist. You can switch from open federation to allowlist federation by pasting the output of the command below into federation.allowed_instances in the Lemmy config.

curl https://your-instance.com/api/v3/site | jq -c .federated_instances.linked

The lemmy.hjson additional_slurs field has changed its name to slur_filter.

Follow the Docker or Ansible upgrade instructions here.

Lemmy-Ansible

We've now separated our ansible install method (the preferred way to deploy Lemmy) into its own repo, lemmy-ansible. Let us know if you need help migrating existing installations over to it.

Changes

API

  • There is now a GetUnreadCount in the API to check the count of your unread messages, replies, and mentions.
  • A full list of the API changes can be seen on this diff of lemmy-js-client: 0.13.0 -> 0.14.0-rc.1 .

Lemmy Server

  • More federation compat (#1894)
  • Adding clippy:unwrap to husky. Fixes #1892 (#1893)
  • Remove header guard for activitypub routes
  • Add federation test cases for Smithereen and Mastodon
  • Reduce stack memory usage in apub code
  • Remove ActivityFields trait, deserialize into another struct instead
  • Check if post or comment are deleted first. Fixes #1864 (#1867)
  • Correctly use and document check_is_apub_id_valid() param use_strict_allowlist
  • Convert note.content and chat_message.content to html (fixes #1871)
  • Upgrade background_jobs to 0.9.1 #1820 (#1875)
  • Fix husky fmt hook. (#1868)
  • Renaming to slur_filter. Fixes #1773 (#1801)
  • Three instance inbox bug (#1866)
  • Remove ansible from this repo. (#1829)
  • Rewrite collections to use new fetcher (#1861)
  • Dont blank out post or community info. Fixes #1813 (#1841)
  • Format config/defaults.hjson before committing (#1860)
  • Breaking apub changes (#1859)
  • Pleroma federation2 (#1855)
  • Create a custom pre-commit hook, generates config/defaults.hjson (#1857)
  • Add cargo metadata to all crates (#1853)
  • Add both (De)Serialize to all models (#1851)
  • Adding GetUnreadCount to the API. Fixes #1794 (#1842)
  • Federate reports (#1830)
  • Fix saved posts and hide read posts issue. Fixes #1839 (#1840)
  • Dont allow posts to deleted / removed communities. Fixes #1827 (#1828)
  • Dont swallow API errors (fixes #1834) (#1837)
  • Fix federation of initial post/comment vote (fixes #1824) (#1835)
  • Fix clippy warnings added in nightly (#1833)
  • Admins can view all reports. Fixes #1810 (#1825)
  • Adding a message_id to emails. Fixes #1807 (#1826)
  • Generate config docs from code (#1786)
  • Trying a background_jobs fix. #1820 (#1822)
  • mark parent as read on reply (#1819)
  • Move code to apub library (#1795)
  • Adding honeypot to user and post creation. Fixes #1802 (#1803)
  • Add database host back into config file (#1805)

Lemmy UI

  • Updating translations.
  • Fixing unload (#487)
  • Fix setup password. Fixes #478 (#484)
  • Adding post comment scrolling hack. Fixes #480 #486
  • Navbar links (#476)
216
 
 

People trying to be smart but failing

217
-4
Games online Cookie Clicker (cookieclicker2.io)
submitted 3 years ago* (last edited 3 years ago) by [email protected] to c/[email protected]
 
 

Cookie Clicker is a popular online game with easy-to-learn but entertaining action. The game is created with a giant cake, and the player's job is to click on the largest cake to make a variety of various little cookies. After a big number of cakes have been collected, various expensive objects can be unlocked. Auto-click to cookie every 10 seconds using the cursor. Grandma: I'll assist you in baking additional cookies; each Grandma bakes one cookie per second. Grow your cookie plants on the farm. Every second, each farm produces eight cookies. There are many more upgrading items hidden throughout the game. Some upgrade items increase click rates, allowing you to make many cookies every click.

218
 
 

Join us for all things about MBTI. All 16 personalities are welcome.

219
 
 

sub for clearnet/greymarket sites, reviews, and general discussion of Novel Psychoactive Substances Come check it out!

220
221
-3
چاپ مهام (chapmaham.ir)
submitted 3 years ago* (last edited 3 years ago) by [email protected] to c/[email protected]
 
 

چاپ مهام به عنوان مرکز تخصصی چاپ پرچم و پارچه با لطف الهی وتلاش بانیان مجموعه و تجربه سالها فعالیت در زمینه تولید پرچم در سال 1384 فعالیت خود را آغاز نمود.

222
21
submitted 3 years ago* (last edited 3 years ago) by [email protected] to c/[email protected]
 
 

This subreddit has been mentioned several times in the recent past. It seemed prime time to make a sublemmy about it, to hopefully give r/antiwork redditors a better venue to head to.

223
 
 

Personal finance, financial advice, financial news etc. are welcome here.

224
225
-3
submitted 3 years ago* (last edited 3 years ago) by [email protected] to c/[email protected]
 
 

Enjoy this irresistibly moist and flavorful LIBBY'S® Pumpkin Cranberry Bread. Delicious for breakfast or snack. One batch makes two large loaves; one for now and one for later. Or bake into mini loaves. They make great gifts for teachers, neighbors, and friends

view more: ‹ prev next ›