ecliptik, to FreeBSD

Setting up GotoSocial on FreeBSD ARM has lead me to building Go 1.19.3 from source on a x86 VM.

Why?

Because GotoSocial doesn't build with Go 1.19.4 (it's a known bug). And FreeBSD 13 has 1.19.4 in pkg and ports.

Building and cross-compiling on and x86 VM since doing it on a RaspberryPi would take much longer than this already is.

nilesh, to fediverse
@nilesh@fosstodon.org avatar

Feature suggestion for servers:

If an actor provides an outbox URL, but not an inbox URL, it means that it cannot receive Follow activities and it can not push content to the followers. In such cases, the follower's server should switch to periodic polling like RSS.

This will enable statically-built blogs ( etc) to appear in Mastodon network.

abnv,
@abnv@fantastic.earth avatar

@nitbuntu @nilesh yes, it works. For example, you can follow my website at @abhinavsarkar.net@abhinavsarkar.net

nitbuntu,

what static site platform did you use for this site? Is it like ?
@abhinavsarkar.net@abhinavsarkar.net

badrihippo, to NoStupidQuestions
@badrihippo@fosstodon.org avatar

: do apps like and support the "local-only post" feature offered by forks like and ?

badrihippo,
@badrihippo@fosstodon.org avatar

@magnus919 oh! Whatever happened to "unlisted"? 😮

badrihippo,
@badrihippo@fosstodon.org avatar

@magnus919 I got that; just wondering why the Mastodon client doesn't offer it.

The Mastodon client is also newer though, so ironically it doesn't have as many features as some of the other clients. Perhaps it'll come eventually ⌛

mookie, to fediverse
@mookie@sfba.social avatar

So, my curiosity to try all the things that connect to the #fediverse... Currently running #Akkoma and testing it out (not followed anyone to avoid confusion and annoying people. I do follow fellow Akkoma admins @MisterArix and @eviloatmeal). Also running #GoToSocial on a different box, but that one maybe torn down soon. It's great alpha software, I'm super curious to see how it is when they get more features added.

tommi, to random
@tommi@pan.rent avatar

@survey I am active in , and , too!

zimpenfish, to random
@zimpenfish@social.rjp.is avatar

Finally worked out how to get #GotoSocial federating to #Honk with a couple of quick-fix-kludges. I know how to (mostly) properly fix the second (Honk rejecting GtS statuses) but the first (GtS rejecting Honk follows) is a bit trickier.

In the process of debugging that, I had to debug #Toot and fix that to allow it to post statuses to both GtS and #Akkoma. FFHS.

Hopefully the ActivityPub spec will get firmed up now it’s in active use and we can get rid of these stupid nonsense incompatibilities before I go completely insane.

jjude, to til
@jjude@mastodon.world avatar

#til I tried few ios #mastodon clients like toot etc. They work only with Mastodon instances. Not with mastodon implementation like @gotosocial

But #metatext works with #gotosocial

I find it but strange.

Caramboo, to random

Thought I"d give a try. So far so good and I'm happy to find it also works with my little instance.

liaizon, to random
@liaizon@wake.st avatar

Projects that need taggable accounts on the fediverse that align with their name:
, , , , and

When someone asks about options for servers or clients I have a habit of tagging recommendations, and when there is not an account for the thing, I have to stop and search for a dev or find a website address to link to etc.

hypolite,

@liaizon I don't know who operates friendica.me, so libranet.de would be my preferred choice.

@alfred would you like to do the honors of creating the first official regular Friendica account for the project on your node as described in this post: social.wake.st/ ?

grunfink,
@grunfink@comam.es avatar

Hi. I see your point, but I think snac is too niche to need a different account than mine, which I use only for snac talking and announces. If usage out there grows, I'll probably create a specific one.

Anyway, thanks for your interest.

farshidhakimy, to random
@farshidhakimy@chaos.social avatar

Does anyone here know if supports trending posts and news?

moanos, to twitter

There will be a new wave of Twitter users coming over. If you search for a nice instance to join consider gay-pirate-assassins.de

We have rules similar to chaos.social and objectively the best domain name.

But a warning: The server runs which is very fun but still considered alpha (because of missing functions not instability).

kentoseth, to fediverse
@kentoseth@fosstodon.org avatar

My experiments with running my own lightweight instance of the have yielded poor results (via ). A summary:

  • installs but login does not work at all
  • would be a great alternative but they have not prioritized registration (so users can't sign up themselves)
  • did not even install, I assume due to Node.js running out of RAM during the build process
kentoseth,
@kentoseth@fosstodon.org avatar

I enjoy much of the built-in security practices offers, but I'm willing to evaluate alternatives that offer some server hardening baked in and that simplify deployment.

Anybody using ?

zate, to react

Anyone who knows or some other front end type stuff want to help me with a small project? Looking to created a frontend for ( powered like service). Just something super basic.

paksydavid,

@zate No know-how but have experience with .

Just curious, according to the page while it does not provide it's own web client, one can use any mastodon client with it: https://joinmastodon.org/apps

So why do you want to create a new frontend?

zate,

@paksydavid after posting this and thinking about it more I might not need a client yet. What I am wanting to do is to build something that uses GPT3 to pull interesting words out of a post I make and add them automatically as hashtags. I am thinking I can build that in gotosocial itself, and not have it happen on the client. I may then experiment with a client that analyzes and suggests hashtags before posting, and displays hashtags separately from a post (both incoming and outgoing).

jjude, to fediverse

I'm digging into codes of three mastodon apps to understand how the works.



To understand them better, I will not stop with just reading and documenting, but might write a app (server, client, bot) to solidify my understanding.

If I write it will be on

I'm documenting here so others can comment and correct.

jjude,

From design pov, these modules should be in an implementation:

• content handling (CRUD of the object you are dealing with)
• authentication (oauth)
• activitypub
• http signature

go-fed repository provides last three modules for : https://github.com/go-fed

This diagram shows the module stack of a typical implementation

jjude,

There are different approaches to developing apps for

• a typical mastodon app implements both front-end and back-end
type of apps implement only backend api (along with cli all in )
• apps like @sengi_app are only at the front-end
@brianmmdev is implementing a fediverse app via model

As mastodon picks up steam, we will see different types of apps

jcn, to fediverse

Thus far the easiest service I’ve installed has been , followed by , and I wasn’t actually able to get (or any forks) to build properly. I’m really rooting for the @gotosocial team and am looking forward to seeing how it progresses.

jcn,

I think the issue with was just not really understanding the resources needed to build vs run, so it might be worth revisiting that or maybe, to experiment.

The weirdness of course being that you can’t really swap out backends easily since the federation basically locks other instances to this particular instance running -this particular software- which still confounds me.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • tacticalgear
  • DreamBathrooms
  • InstantRegret
  • magazineikmin
  • Youngstown
  • everett
  • anitta
  • slotface
  • GTA5RPClips
  • rosin
  • thenastyranch
  • kavyap
  • mdbf
  • Leos
  • modclub
  • osvaldo12
  • Durango
  • khanakhh
  • provamag3
  • cisconetworking
  • ngwrru68w68
  • cubers
  • tester
  • ethstaker
  • megavids
  • normalnudes
  • lostlight
  • All magazines