[-] ericjmorey@discuss.online 15 points 3 weeks ago

That certainly doesn't seem sustainable at all. You need to take care of yourself and I think you're making a good decision.

[-] ericjmorey@discuss.online 51 points 1 month ago

Doesn't help that they have offered no explanation at all.

[-] ericjmorey@discuss.online 60 points 2 months ago

They're purposely disruptive to the community, they are not part of the community.

[-] ericjmorey@discuss.online 16 points 2 months ago

mbin users can see that right now.

[-] ericjmorey@discuss.online 50 points 2 months ago

Lemmy.world has no lock in on their "power". They have the most volunteer labor, money, and infrastructure. That's makes them stable, so people aren't worried about their data suddenly going offline (like kbin) and they don't worry about the service being flaky.

[-] ericjmorey@discuss.online 13 points 3 months ago

Active accounts is not active users. We shouldn't lie to ourselves. I wouldn't be surprised if the number of active users is half of the active account number.

[-] ericjmorey@discuss.online 19 points 5 months ago

Yeah I'm not disappointed to see this instance close up.

[-] ericjmorey@discuss.online 50 points 5 months ago* (last edited 5 months ago)

Theirs is a "Loli/Shota/Cub Friendly" instance according to their sidebar. That's why they aren't federated with many instances.

[-] ericjmorey@discuss.online 12 points 6 months ago

What's a Lemmy group?

62

cross-posted from: https://lemmy.ml/post/14845042

Fedify is an ActivityPub server framework in TypeScript & JavaScript. It aims to eliminate the complexity and redundant boilerplate code when building a federated server app, so that you can focus on your business logic and user experience.

The key features it provides currently are:

  • Type-safe objects for Activity Vocabulary (including some vendor-specific extensions)
  • WebFinger client and server
  • HTTP Signatures
  • Middleware for handling webhooks
  • NodeInfo protocol
  • Node.js, Deno, and Bun support

If you're curious, take a look at the Fedify website! There's comprehensive docs, a demo, a tutorial, example code, and more.

[-] ericjmorey@discuss.online 71 points 6 months ago* (last edited 6 months ago)

The bill in question is H.R. 7888: Reforming Intelligence and Securing America Act: To reform the Foreign Intelligence Surveillance Act of 1978.

The concerning section of the text of the bill in question.

Elizabeth Goitein's claims are not correct as the amendment is more narrowly defined than she has claimed. But the amendment is still overly broad and an inappropriate overreach of government surveillance.

Elizabeth Goitein is Co-director of the Liberty and National Security Program at the Brennan Center for Justice.

FYI, the article got the date of the House vote incorrect (it was Friday April 12, not Saturday April 13).

[-] ericjmorey@discuss.online 34 points 6 months ago

This seems like a reasonable thing to require of services that aren't dependent on each other for basic functionality.

[-] ericjmorey@discuss.online 11 points 7 months ago

That post seems more academic than practical. I was hoping to see a discussion about what has been shown to work rather than speculation on what could be reasons for some hypothetical things to work.

52

Don't miss this comment https://join.piefed.social/?c=49

32

cross-posted from: https://discuss.online/post/5484255

February 22, 2024 Bluesky writes:

Up until now, every user on the network used a Bluesky PDS (Personal Data Server) to host their data. We’ve already federated our own data hosting on the backend, both to help operationally scale our service, and to prove out the technical underpinnings of an openly federated network. But today we’re opening up federation for anyone else to begin connecting with the network.

The PDS, in many ways, fulfills a simple role: it hosts your account and gives you the ability to log in, it holds the signing keys for your data, and it keeps your data online and highly available. Unlike a Mastodon instance, it does not need to function as a full-fledged social media service. We wanted to make atproto data hosting—like web hosting—into a fairly simple commoditized service. The PDS’s role has been limited in scope to achieve this goal. By limiting the scope, the role of a PDS in maintaining an open and fluid data network has become all the more powerful.

We’ve packaged the PDS into a friendly distribution with an installer script that handles much of the complexity of setting up a PDS. After you set up your PDS and join the PDS Admins Discord to submit a request for your PDS to be added to the network, your PDS’s data will get routed to other services in the network (like feed generators and the Bluesky Appview) through our Relay, the firehose provider. Check out our Federation Overview for more information on how data flows through the atproto network.

Read Early Access Federation for Self-Hosters

1

February 22, 2024 Bluesky writes:

Up until now, every user on the network used a Bluesky PDS (Personal Data Server) to host their data. We’ve already federated our own data hosting on the backend, both to help operationally scale our service, and to prove out the technical underpinnings of an openly federated network. But today we’re opening up federation for anyone else to begin connecting with the network.

The PDS, in many ways, fulfills a simple role: it hosts your account and gives you the ability to log in, it holds the signing keys for your data, and it keeps your data online and highly available. Unlike a Mastodon instance, it does not need to function as a full-fledged social media service. We wanted to make atproto data hosting—like web hosting—into a fairly simple commoditized service. The PDS’s role has been limited in scope to achieve this goal. By limiting the scope, the role of a PDS in maintaining an open and fluid data network has become all the more powerful.

We’ve packaged the PDS into a friendly distribution with an installer script that handles much of the complexity of setting up a PDS. After you set up your PDS and join the PDS Admins Discord to submit a request for your PDS to be added to the network, your PDS’s data will get routed to other services in the network (like feed generators and the Bluesky Appview) through our Relay, the firehose provider. Check out our Federation Overview for more information on how data flows through the atproto network.

Read Early Access Federation for Self-Hosters

41

cross-posted from: https://discuss.online/post/5391072

February 20, 2024 piefedadmin writes:

For a very small instance with only a couple of concurrent users a CDN might not make much difference. But if you take a look at your web server logs you’ll quickly notice that every post / like / vote triggers a storm of requests from other instances to yours, looking up lots of different things. It’s easy to imagine how quickly this would overwhelm an instance once it gets even a little busy.

One of the first web performance tools people reach for is to use a CDN, like Cloudflare. But how much difference will it make? In this video I show you my web server logs before and after and compare them.

Read How much difference does a CDN make to a fediverse instance?

70

cross-posted from: https://discuss.online/post/5391072

February 20, 2024 piefedadmin writes:

For a very small instance with only a couple of concurrent users a CDN might not make much difference. But if you take a look at your web server logs you’ll quickly notice that every post / like / vote triggers a storm of requests from other instances to yours, looking up lots of different things. It’s easy to imagine how quickly this would overwhelm an instance once it gets even a little busy.

One of the first web performance tools people reach for is to use a CDN, like Cloudflare. But how much difference will it make? In this video I show you my web server logs before and after and compare them.

Read How much difference does a CDN make to a fediverse instance?

1

February 20, 2024 piefedadmin writes:

For a very small instance with only a couple of concurrent users a CDN might not make much difference. But if you take a look at your web server logs you’ll quickly notice that every post / like / vote triggers a storm of requests from other instances to yours, looking up lots of different things. It’s easy to imagine how quickly this would overwhelm an instance once it gets even a little busy.

One of the first web performance tools people reach for is to use a CDN, like Cloudflare. But how much difference will it make? In this video I show you my web server logs before and after and compare them.

Read How much difference does a CDN make to a fediverse instance?

1

cross-posted from: https://lemmings.world/post/4527175

Note that unless you're a Lemmy instance admin, this doesn't have much use to you.

Until this package came along, if you wanted a bot that responds to events, you had to manually traverse all comments/posts/whatever at a fixed interval. With this package you can actually react to events directly from the database. It's implemented in a very efficient way by connecting the package directly to the Lemmy database and using native Postgres features to get the events (LISTEN/NOTIFY if you want to get technical).

The webhooks themselves are inserted into a separate SQLite database (API is coming) and allow for both simple and complex filtering of the incoming data. The system is already in use by two of my bots, @ChatGPT@lemmings.world and @DallE@lemmings.world who now both receive the information about being tagged in a comment in seconds (the actual reply takes a little longer, but that's because of the nature of the bot).

Currently you can be notified about a post or a comment, other types are trivial to include as well.

Let me know what you think!

1
38

cross-posted from: https://discuss.online/post/4986083

As of today, PieFed includes a ‘theme engine’ which makes it easier for people with low or no Python skills to change how PieFed looks and behaves.

PieFed is a lemmy/kbin clone written in Python with Flask.

1

As of today, PieFed includes a ‘theme engine’ which makes it easier for people with low or no Python skills to change how PieFed looks and behaves.

PieFed is a lemmy/kbin clone written in Python with Flask.

1

Sean Tilley writes:

A new Threadiverse platform has emerged, joining Lemmy, Kbin, and PieFed in a growing list of options for users seeking an alternative to Reddit. It’s also looking to possiblyh serve as an alternative to Lemmy itself.

Read Sublinks Aims to Be a Drop-In Replacement for Lemmy

view more: next ›

ericjmorey

joined 1 year ago