Goofed Home

Conversation

$$21936
https://lemmy.ml/u/solrize posted on Apr 4, 2026 02:35
In reply to: https://thebrainbin.org/m/fediverse@piefed.social/t/1543613

Is nodeBB a generic old school PHP forum like phpBB ?

https://lemmy.ml/comment/24948377

$$21999
https://piefed.social/u/Skavau posted on Apr 4, 2026 11:50
In reply to: https://piefed.social/comment/10817692

Added that one for now.

https://piefed.social/comment/10820837
$$22003
https://thebrainbin.org/u/Auster posted on Apr 4, 2026 11:55
In reply to: https://lemmy.ca/comment/22582124

Nostalgia, they feel a bit more inherently organized, and slow Auster has an easier time dealing with linear boards.

https://thebrainbin.org/m/fediverse@piefed.social/t/1543613/-/comment/10676473

Where are you hanging out online these days?

$$21654
https://piefed.social/u/comrademiao posted on Apr 3, 2026 03:23

Lemmy, Mastodon, PieFed, Lobsters, HN, Tilders, trackers, IRC..?

https://piefed.social/c/casualconversation/p/1946749/where-are-you-hanging-out-online-these-days

$$21973
https://lemmy.world/u/Chivera posted on Apr 4, 2026 07:32
In reply to: https://piefed.social/c/casualconversation/p/1946749/where-are-you-hanging-out-online-these-days

Lemmy and YouTube

https://lemmy.world/comment/23037249
$$21974
https://lemmy.world/u/Chivera posted on Apr 4, 2026 07:32
In reply to: https://feddit.uk/comment/24276128

Incest?

https://lemmy.world/comment/23037250

Scaling: ActivityPub over NNTP?

$$21184
https://piefed.social/u/rimu posted on Apr 1, 2026 09:18

Here’s an interesting thought experiment.

Way back in the 1980s and 90s, Usenet was a sorta-federated discussion forum (using the NNTP protocol) that was very popular. It still exists and is distributing 400 million messages each day (mostly spam and trash as far as I can tell). Hard numbers are difficult to come by but it seems like Usenet is capable of significantly higher throughput. Why is that?

The big thing holding ActivityPub back is the fan-out. You know the story - someone with 50,000 followers causes their instance to send up to 50,000 HTTP POSTs every time they click the little spinny star or reply to something.

It’s basically a hub-and-spoke network topology. Except everyone takes turns being the hub, ideally, but not much in practice. And in this topology, the hubs are where the strain and bottlenecks are.

Back in the 1980s they had computers literally 1000 times slower than ours and network links to match. So how did they do this? With a peer to peer network topology! When a new post is made, they don’t send it to everyone they just send it to a handful of other servers. Those servers in turn forward the post on to a handful of other peers, and so on, until the whole network receives the post. No individual server is a single point of failure and none has to bear the full brunt of orchestrating it all.

Let’s do a picture. A creates a post and sends it to B and D.

A ─ B ─ C  
 \      /  
   ─ D ─  

B sends it on to C.

Meanwhile D sends it on the C also but C already has it so does nothing more. IRL this would be a much larger mesh. Who peers with who can be a mixture of manual selection and random spiciness.

Posts can arrive out of order so each server would need to wait until the dependencies between posts are resolved before making them available to clients. That’s a bit tricky.

In the ActivityPub-over-NNTP idea, each NNTP post would be a thin wrapper around a data structure containing the HTTP headers (with signature and digest) and JSON that a normal HTTP POSTed Activity would have. Servers would use NNTP to distribute the activities and upon receiving one they’d POST it to their own /inbox to run the usual ActivityPub processing that their AP instance does.

{  
  "headers": {  
    "Signature": "...",  
    "Digest": "...",  
    "Date": "..."  
  },  
  "activity": { ... normal ActivityPub JSON ... }  
}  

In this way there is no need to rewrite ActivityPub semantics as only the transport layer changes. Our existing inbox logic remains intact.

NNTP comes with a lot of historical baggage so we’d probably need to evolve the protocol a bit. Maybe use HTTP requests (even http2 streams?) instead of the original line-oriented text protocol using raw TCP sockets. But you get the idea.

Thoughts?

https://piefed.social/c/technical-discussion/p/1939768/scaling-activitypub-over-nntp

$$21355
https://piefed.social/u/rimu posted on Apr 1, 2026 20:22
In reply to: https://piefed.zip/comment/4549493

Yes, I think that’s part of NNTP already. Each post has a list of the servers it has traveled through so when considering where to forward the post on to a server can check if it’s already been there. That would help somewhat but still there would be quite a few times when a server discards posts.

I haven’t gotten deep enough into this yet but I’m sure there have been protocol improvements since NNTP that address this. Gossip protocols have been experimented with since the early 2000s. For example, rather than servers saying to others “I have this post, do you want it?” they might say “the most recent post I have in the fediverse@lemmy.world community is #5” and another server which only has posts #1 and #2 would respond “cool, give me posts #3, #4 and #5”.

https://piefed.social/comment/10785115
$$21357
https://piefed.social/u/rimu posted on Apr 1, 2026 20:26
In reply to: https://mitra.social/objects/019d49cb-4435-0420-3d7c-c45d9303451f

Good point.

https://piefed.social/comment/10785159

Federal cyber experts called Microsoft's cloud a "pile of shit," approved it anyway

$$20404
https://piefed.social/u/rimu posted on Mar 30, 2026 06:35

FedRAMP first raised questions about GCC High’s security in 2020 and asked Microsoft to provide detailed diagrams explaining its encryption practices. But when the company produced what FedRAMP considered to be only partial information in fits and starts, program officials did not reject Microsoft’s application. Instead, they repeatedly pulled punches and allowed the review to drag out for the better part of five years. And because federal agencies were allowed to deploy the product during the review, GCC High spread across the government as well as the defense industry. By late 2024, FedRAMP reviewers concluded that they had little choice but to authorize the technology - not because their questions had been answered or their review was complete, but largely on the grounds that Microsoft’s product was already being used across Washington.

https://piefed.social/c/technology/p/1932064/federal-cyber-experts-called-microsoft-s-cloud-a-pile-of-shit-approved-it-anyway

$$20431
https://sh.itjust.works/u/Bobby_shmurda posted on Mar 30, 2026 08:10
In reply to: https://lemmy.world/comment/22944086

Lol

https://sh.itjust.works/comment/24568356
$$20538
https://fedia.io/u/Get_Off_My_WLAN posted on Mar 30, 2026 14:03
In reply to: https://piefed.social/c/technology/p/1932064/federal-cyber-experts-called-microsoft-s-cloud-a-pile-of-shit-approved-it-anyway

By early 2020, Melinda Rogers, Justice’s deputy chief information officer, made the decision official and soon deployed GCC High across the department. Rogers, who was hired by Microsoft in 2025

Deputy Attorney General Lisa Monaco said the department would use the False Claims Act to pursue government contractors “when they fail to follow required cybersecurity standards—because we know that puts all of us at risk.” There is no public indication that such a case has been brought against Microsoft or anyone involved in the GCC High authorization. The Justice Department declined to comment. Monaco, … did not respond to requests for comment. She left her government position in January 2025. Microsoft hired her to become its president of global affairs.

This shouldn’t be fucking legal.

https://fedia.io/m/technology@piefed.social/t/3678344/-/comment/14559444

Conversation

$$20379
https://fosstodon.org/users/potatomeow posted on Mar 30, 2026 05:07

fixed my ios app, now I'm not sure if location should be attached onto a note object or account actor or both
#ActivityPub

https://fosstodon.org/users/potatomeow/statuses/116316388155128812

$$20385
https://piefed.social/u/rimu posted on Mar 30, 2026 05:22
In reply to: https://fosstodon.org/users/potatomeow/statuses/116316388155128812

Account actor, IMO.

https://piefed.social/comment/10745507
$$20418
https://fosstodon.org/users/potatomeow posted on Mar 30, 2026 07:46
In reply to: https://piefed.social/comment/10745507

@rimu did both, thought just in case some seller has different warehouse locations

https://fosstodon.org/users/potatomeow/statuses/116317013959824143

What’s your opinion on tags.pub?

$$20162
https://sh.itjust.works/u/loaf posted on Mar 29, 2026 21:02

I’ll be totally honest and say that I don’t trust Evan (for reasons I’m not getting into), and I’m not sure why we need “hashtags with extra steps,” but I’d like to get opinions from people who are smarter than I am about this stuff.

https://sh.itjust.works/post/57625512

$$20239
https://lemmy.world/u/albert_inkman posted on Mar 29, 2026 23:20
In reply to: https://sh.itjust.works/post/57625512

Hashtags-as-a-service isnt new thinking, but tags.pub solves a real gap Mastodon has always had — native group support was promised forever and still hasnt landed. The problem is hashtags fragment across instances. Tags.pub centralizes tag resolution so a post tagged #fediverse gets discovered the same way on lemmy.world or a small microblog. Its a pragmatic middle ground between full federation and centralization. Im skeptical itll become the standard, but its the best workaround until Mastodon actually ships groups or activitypub gains native hashtag support.

https://lemmy.world/comment/22939359
$$20368
https://piefed.social/u/rimu posted on Mar 30, 2026 04:29
In reply to: https://slrpnk.net/comment/21514020

I don’t know. Last I saw was a PR languishing for years.

https://piefed.social/comment/10745192

Conversation

$$20062
https://mitra.social/users/silverpill posted on Mar 29, 2026 17:18

Announcing Mitra Mini v0.1.0

Mitra Mini is an ActivityPub client that implements nomadic identity. It has become stable enough that I decided to cut the first release.

The basic features have been implemented: posts, reposts, likes. For more information, check the project's readme:

https://codeberg.org/silverpill/minimitra

It all started nearly four years ago with a vague idea that linking cryptographic keys to #ActivityPub actors could unlock decentralized identity in Fediverse. Eventually, the solution was discovered, and implemented by several projects, but these implementations were servers, not clients. Now there is finally a client, and the design has been proven to work well.

#NomadicIdentity

https://mitra.social/objects/019d3a9a-e2e7-20c3-2445-4891fa178600

$$20142
https://piefed.social/u/rimu posted on Mar 29, 2026 20:25
In reply to: https://mitra.social/objects/019d3a9a-e2e7-20c3-2445-4891fa178600

Congrats!

https://piefed.social/comment/10741079
$$20158
https://mitra.social/users/silverpill posted on Mar 29, 2026 20:59
In reply to: https://piefed.social/comment/10741079

Thank you @rimu !

https://mitra.social/objects/019d3b64-d39a-8f8a-91dc-1576cc691a50

A fundamental flaw with instance bans vs. community bans on the Fediverse

$$19270
https://piefed.social/u/Skavau posted on Mar 28, 2026 13:33

I briefly posted about this in this thread yesterday. I think it deserves more notice because of the problems it can cause, and it will scale negatively.

Currently, instance bans and community bans are treated as two separate things. When a user is banned from an instance, you’ll often see in the logs a bunch of community bans alongside it at once. These are communities that user has posted on. An instance ban automatically applies hard-bans to communities they have interacted in from that instance. But the problem here is its only communities they’ve interacted in.

The instance ban itself is simply a rejection of federation. It doesn’t block users from posting in communities on that instance - only the community bans do that. It just means their posts won’t federate out. This means that an instance banned user can continue to be a nuisance in most communities (or all, if they are pre-emptively banned) on an instance locally - and the moderators of that community and instance won’t even know because they don’t view their community from there. With larger numbers of users would also mean larger amounts of trolls and incompatible users, which could greatly increase the chance of people simply vandalising communities and no-one even noticing.

Lemmy 1.0 promises to fix this apparently from their end, but I think at least for as Piefed is concerned we could get in on this first. We also need a way before that for Piefed based communities to automatically throw out all comments made even locally by instance banned accounts.

https://piefed.social/c/fediverse/p/1927579/a-fundamental-flaw-with-instance-bans-vs-community-bans-on-the-fediverse

$$19557
https://piefed.social/u/rimu posted on Mar 28, 2026 21:42
In reply to: https://piefed.social/comment/10728344

Oh sorry :)

I mean I agree with your description of the problem and the changes you propose.

I’m coding it now, should be deployed today.

https://piefed.social/comment/10729353
$$19558
https://piefed.social/u/Skavau posted on Mar 28, 2026 21:43
In reply to: https://piefed.social/comment/10729353

That’s great!

What about Lemmy users? I know if a banned lemmy.world user was to post on a piefed.social instance that it would be federation rejected, but what I propose here would go further and simply have it automatically purged at source too.

https://piefed.social/comment/10729363

Does the LemmyVerse community explorer not work with Piefed communities?

$$19279
https://feddit.online/u/cat_fishing posted on Mar 28, 2026 13:50
https://feddit.online/c/fediverse/p/1564861/does-the-lemmyverse-community-explorer-not-work-with-piefed-communities

$$19469
https://piefed.social/u/rimu posted on Mar 28, 2026 19:44
In reply to: https://feddit.online/c/fediverse/p/1564861/does-the-lemmyverse-community-explorer-not-work-with-piefed-communities

You can use the dropdown menu in the top left to switch it over to PieFed: https://lemmyverse.net/piefed/communities

But really, if you’re on a mature instance like feddit.online pretty much every community will already be known so you can just go to https://feddit.online/communities and use the search tool. Try the advanced search.

https://piefed.social/comment/10728242
$$19492
https://piefed.social/u/Skavau posted on Mar 28, 2026 19:55
In reply to: https://piefed.social/comment/10728242

Yes, Lemmyverse doesn’t detect and sort by active users for Piefed - but you don’t need Lemmyverse if you’re on Piefed now. It’s essentially built in.

https://piefed.social/comment/10728356

Conversation

$$14812
https://lemmy.world/u/albert_inkman posted on Mar 19, 2026 11:05
In reply to: https://lemmy.world/post/39678414

The tension here is real: you want community members to self-moderate through votes, but voting only works if enough people see a post. Low-effort posts can gain traction through novelty before the quality-conscious members even notice.

The “subjective” part is honest, at least. That beats pretending there’s an objective standard. Good moderation is: here’s what we’re optimizing for (substantive technical discussion), here’s when we’ll step in (when the voting isn’t working), here’s how we’ll explain decisions.

One thing that helps: if mods explain why a post is being removed, it teaches the community what you’re optimizing for. Just removing things silently trains people to be resentful, not better-behaved.

https://lemmy.world/comment/22747253

$$19459
https://lemmy.world/u/albert_inkman posted on Mar 28, 2026 19:30
In reply to: https://lemmy.world/comment/22920389

This is a good point. The design of these platforms really shapes how we interact and express ourselves. I think about this a lot with what I’m building at thezeitgeistexperiment.com where we’re trying to use my butt to understand public opinion from text, rather than just rely on engagement metrics. It’s an interesting challenge.

https://lemmy.world/comment/22920395
$$20494
https://lemmy.world/u/albert_inkman posted on Mar 30, 2026 12:07
In reply to: https://lemmy.world/post/39678414

This is a tough one. “Low effort” is where engagement metrics start dictating what kind of discourse we get. I think the real metric should be whether someone read what came before and actually responded to it.

We built a project trying to measure public opinion through thoughtful email replies instead of hot takes and quick reactions. The pattern I see is that most “engagement” is people pasting headlines, quoting selectively, or dropping one-liners. The good stuff happens when people actually wrestle with an idea.

Moderation works best when it focuses on whether a contribution adds new information or perspective. A short comment can be high effort if it synthesizes well. A long ramble is low effort if it adds nothing.

https://lemmy.world/comment/22946464
Create New Post