projectmoon

joined 5 months ago
[–] projectmoon@forum.agnos.is 1 points 23 hours ago

You assume precedent, consistency, or ethics matter to the current people in power in the US.

[–] projectmoon@forum.agnos.is 3 points 1 week ago

There are several on F-Droid. There's Energize and Food You, which integrate with some external food databases.

[–] projectmoon@forum.agnos.is 5 points 2 weeks ago

palordrolap@fedia.io said in Heroes & Villains of software development: > You don't know how to do something in raw JavaScript. You're not even sure you should. You find a library / module / package / whatever-the-name-is-this-week on the Internet. You paste it into your code. Your code now works. Your code is now 1MB larger. This web app is heavy, man.

npm install left-pad :D

[–] projectmoon@forum.agnos.is 6 points 2 weeks ago (2 children)

Don't quite understand the JavaScript one.

[–] projectmoon@forum.agnos.is 4 points 2 weeks ago (1 children)

How did you clean it out? With a toothpick? I have the same issue and it's been a while since I cleaned out the port.

[–] projectmoon@forum.agnos.is 13 points 2 weeks ago (1 children)

can@sh.itjust.works isn't there also Drip as an open source option?

[–] projectmoon@forum.agnos.is 6 points 2 weeks ago (1 children)

Probably some announcement on a loop that they usually have at airports about what to do at security. Although I have no idea why the Secretary of Homeland Security would need to be on one of those videos, or what she would even be saying. Probably something fascist.

[–] projectmoon@forum.agnos.is 9 points 2 weeks ago (2 children)

Is this actually a legal Jenga setup? Assuming you could actually get the tower to this state without violating the rules?

[–] projectmoon@forum.agnos.is 9 points 2 weeks ago (2 children)

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

[–] projectmoon@forum.agnos.is 7 points 2 weeks ago (3 children)

Definitely an overreaction lol.

But why are you not sold on Gemini? I mean, does it even need selling? Does Gopher need a selling point? They're both deliberately simple protocols that work basically only on text. Gemini itself was conceived as an alternative to the modern web, deliberately simple in most ways, but not as simple as Gopher.

[–] projectmoon@forum.agnos.is 3 points 3 weeks ago

Primer. It's a movie about time travel, and it's absolutely amazingly done. But it's also mind-bending and not that exciting.

[–] projectmoon@forum.agnos.is 4 points 3 weeks ago

One 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.

 

In 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.

  1. 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 @julian@community.nodebb.org 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.
  2. 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.
  3. 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 :smile:.

view more: next ›