Snoopy

joined 4 months ago
MODERATOR OF
[–] [email protected] 1 points 2 weeks ago* (last edited 2 weeks ago) (3 children)

Yeah but mastodon plan to support group. Currently it exist at the form of an external service.

Considering PieFed fast development, it will be done. Lot lemmy admins are improving PieFed by sending us feedback and also opened a PieFed instance. :)

[–] [email protected] 8 points 2 weeks ago* (last edited 2 weeks ago) (5 children)

But it will be supported this year. It is on PieFed roamap for 2025.

Currentry PieFed support mastodon group : a.gup.pes.

[–] [email protected] 5 points 2 weeks ago

Thank i added it to the fediverse roadmap :)

[–] [email protected] 3 points 2 weeks ago

I love that they took their time to explain their technologies choices. That's a nice move from the dev team. :)

[–] [email protected] 5 points 3 weeks ago (2 children)

Very cute :3

[–] [email protected] 8 points 3 weeks ago

On voit bien que c'est le chat qui a arreté cette personne. :3

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

Merci pour les cerises :)

[–] [email protected] 1 points 3 weeks ago (1 children)

Thank a lot :)

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

Tkt la tarte arrivera et sortira d'une belle fournée :)

Faut juste le demander à notre sysadmin :)
@[email protected]

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

Yes but i meant when i post because i'm on french and english community. So i need to select the language when i comment.

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

I never downvoted any posts, you may check my alts. I don't do that. I simply ignore or tell users or repport.

 

Ceci est un test

 

cross-posted from: https://slrpnk.net/post/22864892

Swiss glacier collapse buries most of village of Blatten

Climate change is causing the glaciers - frozen rivers of ice - to melt faster and faster, and the permafrost, often described as the glue that holds the high mountains together, is also thawing.

Local news has much more extensive footage

16
Fediverse Report – #117 (fediversereport.com)
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

PieFed, a link aggregator platform for the fediverse, has made some interesting updates recently. It is one of the first (if not the first) platform to add support for Passkeys to the platform. It has also added flair (community-specific tags) to posts, that are federated as well. PieFed has also made a image hashing service available that can be used by any fediverse platform.

The branch of fediverse software that consists of Friendica, Hubzilla and more, is now 15 years old. The main developer Mike Macgirvin lists the large number of features that the platforms have, including groups, nomadic identity, comment controls, and much more. When it comes to the large variety of features, no fediverse platform comes anywhere close to what this branch of platforms offer

The United States has signed the Take It Down Act into law, which criminalises the distribution of nonconsensual intimate images, and requires social media platforms to remove them when notified within 48 hours. IFTAS has written a guide with more information, focused on fediverse server administrators. IFTAS notes that “even small, volunteer-run instances will be expected to comply if they are based in or hosted in the US, host US user accounts, or federate content that reaches US audiences.”

 

Welcome Fedi Friends to episode 18 of Fireside Fedi! I'm your host ozoned. Fireside Fedi is a show about folks within the Fediverse. If you're seeing this, you are a part of the Fediverse.

With me today is Nik Clayton! Principled Software Engineer, Gentleman Programmer and is a current packli steward. Nik also posts some excellent looking food.

Pachli - pronounced PACK-Lee
https://pachli.app/
@[email protected]
@[email protected]
pachli.app/about/#who-are-you https://nikclayton.writeas.com/
https://opencollective.com/nivenly-foundation/projects/pachli

 

This is the home of Coreyartus Imagery's twice-weekly livestream. Corey streams on Tuesdays and Wednesday afternoons 1-4:00pm PDT (GMT-7).

Corey narrates his process as he progresses through his artwork. In the end, these images end up as prints, greeting cards, stationery, calendars and other merchandise.

All his work is done in Procreate on a 12.9" iPad Pro with an Apple Pencil. This recording features the development of a greeting card image.

You can sign up for my bi-weekly newsletter here:
https://www.coreyartusimagery.com/newsletter-signup

I'm available for commissions and for hire.
Inquiries should be directed to: [email protected]

Music for this stream is from Epidemic Sound.

*****Use this referral link for a free month trial of Epidemic Sound: ***** https://www.epidemicsound.com/referral/51wksn


If you're interested, here are links to my other sites:

My website: https://www.coreyartusimagery.com/
Mastodon: https://mindly.social/@Coreyartus
PixelFed: https://pixelfed.social/Coreyartus
MakerTube: https://makertube.net/a/coreyartus/video-channels
Goimagine Stationery & Greeting Card Shop: https://goimagine.com/coreyartusimagery/
Cara: https://cara.app/coreyartus
Ko-fi: https://ko-fi.com/coreyartus

Carrd: https://coreyartusimageryinfo.carrd.co/

#education #livestream #artstream #procreate #art #illustration #digitalart #digitalillustration #artstream #artstreaming #livestream #ipad #greetingcard #greetingcardart #stationery

 

I think this is the way we should communicate, when presented with the question on how to get on Mastodon:

Copy paste from the link:

How do I use Mastodon?

  • Download the Mastodon app from the Apple app store or Play store.

  • Create an account (just like Twitter or any other social media)

  • Follow people, and get posting.

Why do tech journalists say it’s too confusing to catch on?

I have no fucking idea.

Please share widely

 

Je teste la programmation des publi depuis piefed.social

 

PieFed uses PDQ hashing to generate a fingerprint of an image and can use that fingerprint to detect other posts that use the same or fairly similar images, for moderation purposes. Hashes are added to a block list which stops the image from being re-posted in future. Demo

PieFed does not generate PDQ hashes itself - it uses a separate service to do it. Several different instances could be using the same hashing service which will be more efficient than everyone running their own. When an image is being federated around the URL of it will be sent to the hashing service by multiple different fedi instances and only the first will be slow as all the subsequent requests will be served from a cache.

Get the code from https://github.com/rimu/pdqhash-python

By doing a GET request for https://yourdomain.tld/pdq-hash?image_url=url_to_image_to_hash you will receive JSON like this:

{
"pdq_hash_binary": "100100100011...",
"quality": 100
}

The quality score (0–100) indicates how well the image content supports a reliable perceptual hash.

Higher scores mean better contrast, edges, and texture in the image. PieFed accepts anything > 70.

 

Welcome Fedi Friends to episode 12 of Fireside Fedi! I'm your host ozoned. Fireside Fedi is a show about folks within the Fediverse. If you're seeing this, you are a part of the Fediverse.

With me today is Stefano Marinelli the admin of Fedi Meteo!

"FediMeteo brings real-time weather updates to the Fediverse, covering cities across multiple countries. Explore country-specific weather forecasts and RSS feeds."

Stefano is the 'barista' of the bsd.cafe a site that runs all sorts of services from mastodon to matrix to rss and more.
Stefano has " a keen eye for everything happening in this world and the fascinating beings that populate it.".

https://fedimeteo.com/
https://it-notes.dragas.net/2025/02/26/fedimeteo-how-a-tiny-freebsd-vps-became-a-global-weather-service-for-thousands/
https://wiki.bsd.cafe/
https://mastodon.bsd.cafe/@stefano

https://ko-fi.com/bsdcafe
https://liberapay.com/bsdcafe

https://codeberg.org/grunfink/snac2

https://open-meteo.com/
https://fosstodon.org/@openmeteo

 

Discourse now supports ActivityPub as a method of accessing posts, and we’re testing this out with the General > News category and our announcements. You’ll be able to find out about Mastodon posts and even reply to posts from Mastodon and they’ll show up here!

Hint: If you have a Mastodon account, link it to your forum account at https://discuss.privacyguides.net/my/preferences/activity-pub. That way if you reply or like a post on Mastodon, it will perform the reply/like here with your forum account :wink:

See https://discuss.privacyguides.net/ap/about for details.

[...]

I'm going to try it with Mastodon later today. I'm not sure what the support with Lemmy will be like, but clicking on this link seems to at least load the community name / icon: [email protected]

view more: ‹ prev next ›