This trailer doesn't really have the same vibe as the original. Some funny bits though. Maybe it will be good?

projectmoon
Posts
-
The Naked Gun | Official Trailer -
Actually right leaning communities?The vitriol between Republicans and Democrats in the US has always been there, and I think it started escalating rapidly after Nixon. Even with George Bush Jr in the early 2000s, which had its own set of big problems, it was still "civilized," although people look back at that time and think it was insane (because it was). But the rhetoric has only accelerated even more, and the Trump administrations are the natural end result of this ever-increasing polarization, unfortunately.
I feel like "reasonable" Republican positions died with out after Reagan. Even though most people in this space will never say Regan's positions were reasonable (much less good or defensible), there was still a veneer of civility and respect for what little democratic function America had at the time.
At this point, all of that has been thrown out the window. Even Pence, for how evil of a person he is, still refused to destroy the process, at least.
-
Ideas for FederationIn my ever-continuing use of NodeBB as a single-user Fediverse instance, here are some things I've noticed. Both things I've already talked about before, and some new things. These are some suggestions for functionality or perhaps plugins.
-
Confusion between following remote categories as a user and the synchronization options in category settings as an admin. I think the category synchronization should be repurposed somewhat. The suggestion from @[email protected] was to perhaps rework it as a cross-posting feature.
- Right now, the feature relies on the other ActivityPub endpoint to be able to follow the NodeBB category, which (notably Lemmy) does not always work.
- Making a "proxy user" is a pretty common solution to this, used by Misskey etc. One single system proxy user can follow all remote categories, and then NodeBB itself can handle the synchronization.
-
Lack of posts. This is a general problem for single-user instances, and it's why things like relays and Fedifetcher exist. Support for relays would help a lot, but a Fedifetcher-like plugin/function would be even better.
- Fedifetcher works by loading posts from the source server, and finding all the replies there. It then executes a search against your own server, which fofrces your server to load the reply. This should work just fine for NodeBB, because searching post links causes the posts to load.
- But Fedifetcher relies on platform-specific APIs (Mastodon, Misskey, etc). So I think this would be a good candidate for a NodeBB plugin.
-
Slotting posts and topics into local categories. To me, this feels like the holy grail of integrating the traditional forum experience into the Fediverse. It's something I've brought up before, and someone was working on a plugin, but I'm not sure it ever got finished.
- It would be amazing to add a function in the admin settings under category settings to make a list of remote ActivityPub actors that get posts slotted into the category automatically.
- Any incoming note from that actor will be automatically put into the specified category.
- This shouldn't need to rely on altering or updating any synchronization stuff, because it can work with any incoming post. The framework for receiving remote posts is already there.
These are all just ideas, and maybe some discussion can be had on them before I start embarking on a path of attempting to make some NodeBB plugins
.
-
-
Updates to the world pageAfter restarting NodeBB, I can load the category, though. Maybe some deadlock on initial import of the community.
-
Geert Wilders collapsed the Dutch government. He wanted power, but had no idea how to governOne of those things where he probably didn't expect to actually get power. And then once he has power, he gets mad when he can't do illegal things.
-
Updates to the world pageI'm seeing issues with loading remote categories. I can't load the NodeBB bug reports category at all, and for the ActivityPub category, I can find it in my world category search, but I get a 404 when trying to load it. Also can't load
[email protected]
for example.It seems the NodeBB development board is the only one really federating for me. Any way I can solve this?
I am running beta2 of 4.3.0.
-
Links in Lemmy postsWhen a post with a link on it federates, it seems NodeBB doesn't capture the link. Is that true? Or is it hiding the link somewhere? I always have to go to the original post to find the link?
-
NodeBB v4.0.0 — Federate good times, come on!@[email protected] said in NodeBB v4.0.0 — Federate good times, come on!:
I'm wondering, as a stopgap solution, would it make sense to have some kind of rules engine that allows topics coming in from the fediverse to automatically be moved to NodeBB categories? Kind of like a somewhat less elegant sync.
Edit: like automatically assigning incoming topics based on tags seems like a particularly easy solution?
-
NodeBB v4.0.0 — Federate good times, come on!@[email protected] Thanks. Even something as simple as mappin topic tags to categories automatically would work I think.
-
Backfilling Conversations: Two Major Approaches@[email protected] said in Backfilling Conversations: Two Major Approaches:
A number of implementors follow this approach to backfill, including NodeBB, Discourse, WordPress, Frequency, Mitra, and Streams. Additional implementors like Lemmy and Piefed have expressed interest.
Is this implemented currently? One weakness I have noticed in NodeBB's current federation is that posts which are in reply to a topic (e.g. a Lemmy comment) show up as individual threads until (or if) the root post of that topic shows up in the local NodeBB. It's a bit confusing of a UX, I think. Because you think:
- (Before root post) Why is this a post that seems to be just a random comment?
- (After root post) Why did that other thread disappear and why am I seeing the same comment again?
-
NodeBB v4.0.0 - Categories not following group actors@[email protected] said in NodeBB v4.0.0 - Categories not following group actors:
@[email protected] Adding UI for settings today. Will put on github once that's done (though I can share the core snippet in a bit). It can also work for auto-moving local tagged posts as well.
Should also mention that not every post from remote actors is tagged, so it might not catch everything. Could possibly have it just read any uncategorized posts and move based on users instead? Might be a better workaround for core, but if you have any thoughts let me know @[email protected]
Sounds good. Looking forward to trying it out. If there's a way to tie the post back to a Group Actor "user" (which are the local NodeBB users that share/boost the content within NodeBB), then you could probably make the algorithm more reliable. I don't know anything about the internals of NodeBB, though. Just spitballing ideas.
-
NodeBB v4.0.0 - Categories not following group actors@[email protected] said in NodeBB v4.0.0 - Categories not following group actors:
@[email protected] sounds good! I'm actually re-assigning the category before creation, rather than using the helpers in TopicTools, but I'll make the issue in case that should result in the same behavior
I'm very eager to try this plugin lol. Have you put it up on GitHub somewhere yet?
-
Show replies as quotes@[email protected] it looks pretty nice! Suggestions would be to have the ability to jump to the post via a button (if not already present). And maybe a user setting to expand or collapse these by default.
-
What was the greatest movie you've ever seen, that you never want to watch again?Primer. It's a movie about time travel, and it's absolutely amazingly done. But it's also mind-bending and not that exciting.
-
NodeBB v4.0.0 — Federate good times, come on!I've just installed a new instance of NodeBB and it works beautifully. Some questions:
- Is it possible for categories to follow Lemmy communities in their sync settings? I seem to be able to follow Lemmy communities, but the categories are stuck on pending.
- Same for NodeBB categories. Can I sync my own category with remote NodeBB categories?
Edit: the URLs stuck on pending are giving "invalid-id" errors in the log. As in invalid activitypub ids. I pasted the URLs of some Lemmy communities and NodeBB categories.
Edit 2: Found the topic about this. https://community.nodebb.org/post/102818
-
NodeBB v4.0.0 — Federate good times, come on!@[email protected] said in NodeBB v4.0.0 — Federate good times, come on!:
@[email protected] careful with that though, not all tags are the same, some have a higher signal-to-noise ratio, but others would just be filled with garbage
I think the best way, then, would be to have rules that map various group actor URLs to categories, and possibly also tags. Nothing automatic. Only configured. Of course, once Lemmy fixes the ability of Group actors to follow other Group actors, this will be a non-issue.
One other possible solution, which is employed by Misskey et al., is a proxy actor. It's a special user that follows other users, and relays info within its own instance. It's used for doing things like adding a remote user to a list without directly following them. The proxy account follows the user, and then your local instance adds the remote user to your list. But all ActivityPub interactions go through the proxy user.
-
What would cross-posting between instances look like in ActivityPub?How would this work on the NodeBB side? Multiple categories associated with one topic?