jrollans.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
These are the voyag... uh, things I post about.
Admin email
jrollans@gmail.com
Admin account
@jrollans@jrollans.com

Search results for tag #snac

AodeRelay boosted

[?]Stefano Marinelli » 🌐
@stefano@mastodon.bsd.cafe

There is a person I've been helping for a while who runs two instances, one and one .

Yesterday, they suffered severe file system corruption on their device, and I lent them a hand with the recovery. For GoToSocial, they restored the DB from the previous backup and got it running again. For snac, although a few files were lost, no action was necessary... it just started back up and did what it had to do, bringing the instance back to full operation.

This goes to show that when software is well-designed and intentionally kept simple, it's also easier to get back up and running when something goes wrong. In this case, snac's "files-only" approach demonstrated excellent resilience.

Thanks, @grunfink !

    [?]Ethan Black » 🌐
    @golemwire@social.golemwire.com

    I got some custom emoji set up on my tasty :sheik_dab:

    I now also have a favicon :thonk: (goodbye Susie :cap_salute:) and I overhauled my config :nervous_sweat: Fun!

      [?]gmc » 🌐
      @gmc@snac.chasmcity.net

      The update of the port of to 2.95 has been merged! And it's even been merged into the current quarterly branch. I guess that's because of the patched DOS vulnerability.

      Screenshot of the snac entry on the FreeBSD website, showing it is at verson 2.95.

      Alt...Screenshot of the snac entry on the FreeBSD website, showing it is at verson 2.95.

        [?]The Real Grunfink » 🌐
        @grunfink@comam.es

        This thing is a bit or a mess

          [?]p » 🌐
          @p@hj.9fs.net

          Sometimes people like to say that the 'likes' in the FEDIVERSE don't mean anything. Maybe to some.

          If you have a snac follower, and they like your posts, take a moment to appreciate them.

          @grunfink@comam.es

          mastomindset: click star, star turns yellow, scroll; value of masto favorite: 'seen' | snac: click like, webpage reloads, scrolling progress lost, never see post again; value of snac like: ive been to hell and back for you

          Alt...mastomindset: click star, star turns yellow, scroll; value of masto favorite: 'seen' | snac: click like, webpage reloads, scrolling progress lost, never see post again; value of snac like: ive been to hell and back for you

            [?]The Real Grunfink » 🌐
            @grunfink@comam.es

            it could be possible to hack to run on a machine
            Sadly, no. I wish it was possible, but as far as I know, due to a technical decision I took in the design (using hard links for many things), snac does not work under 9front.

            CC: @jupiter_rowland@hub.netzgemeinde.eu

              [?]Giacomo Tesio » 🌐
              @giacomo@snac.tesio.it

              @grunfink@comam.es

              Well, now I think about it, it could be possible to hack to run on a machine.

              @jupiter_rowland@hub.netzgemeinde.eu

                [?]The Real Grunfink » 🌐
                @grunfink@comam.es

                Because it's technically impossible to set up a Fediverse server with absolutely no AI code underneath whatsoever
                Well, that's not totally exact. I'm the main developer of the ActivityPub server (and web client) and I'm actively against any AI or LLM. This is a line in the CONTRIBUTING.md file:
                PRs, diff patches and bug reports must not incorporate any material generated by or with the assistance of any so-called "generative AI" tool or LLM.
                I've never used a so-called AI in my life and will never do.

                If I recall correctly, the Gotosocial Fediverse software also have a very clear position in this topic (i.e. no AI).

                You're very right in the OS positions regarding LLMs, sadly. The nearest to what I approve is NetBSD, but it's not totally clean.

                  AodeRelay boosted

                  [?]p » 🌐
                  @p@hj.9fs.net


                  Alt...tennis barbie on snac

                    fedicat boosted

                    [?]p » 🌐
                    @p@hj.9fs.net

                    fam: did you know that you can share direct urls to snac users' posts and hide the bio?

                    behold and compare the results!


                      #snac2 boosted

                      [?]Ethan Black » 🌐
                      @golemwire@social.golemwire.com

                      Woah. Apparently that's what happens when I double-click the Post button on .

                        [?]Stefano Marinelli » 🌐
                        @stefano@mastodon.bsd.cafe

                        Friendly periodic reminder that snac is a great, great piece of software.

                        I've upgraded in minutes, recompiling snac *inside each jail*.

                        The Fediverse, as the Fediverse should be.

                        codeberg.org/grunfink/snac2

                          fedicat boosted

                          [?]ティージェーグレェ » 🌐
                          @teajaygrey@snac.bsd.cafe

                          Thank you!

                          Thanks also to: mkljczk, clairemont, Sprite_tm, wincentbalin, koru and anyone else I may have inadvertently overlooked who contributed to the improvements in this release!

                          I submitted a Pull Request to update MacPorts' snac to 2.95 here:

                          https://github.com/macports/macports-ports/pull/34472

                          GitHub Continuous Integration checks passed OK!

                          It's up to someone else with commit access to merge it.



                            AodeRelay boosted

                            [?]lorenzo » 🌐
                            @lorenzo@snac.bobadin.icu

                            updated to latest 2.95

                            Thanks as always Mr. @grunfink@comam.es


                              fedicat boosted

                              [?]The Real Grunfink » 🌐
                              @grunfink@comam.es

                              I've just published version 2.95 of , the simple, minimalistic instance server written in C. This is an important release, as it fixes an issue that can lead to denial of service attacks, so please update as soon as possible. It also includes the following changes:

                              Fixed a bug in the notification page that made snac hang forever while trying to read abnormally big files.

                              Improved support for text-only web browsers: it's now possible to configure a set of web browser user-agent strings that will receive simpler HTML in the private timeline web UI. Basically, it consists in avoiding details / summary HTML tags as much as possible.

                              Added some fixes to media proxy code.

                              Fixed EmojiReact code to allow any emoticon defined in emojis.json, not only those with colon-wrapped identifiers.

                              Fixed a bug in notification filtering (paging was sometimes incorrect).

                              Added a notification filter for Webmentions.

                              Mastodon API: Don't return reactions count as string (contributed by mkljczk), implemented GET /v1/media (contributed by clairemont).

                              Fixed bug in documentation examples (contributed by Sprite_tm).

                              Updated Ukrainian and Russian translations (contributed by wincentbalin and koru).

                              https://comam.es/what-is-snac

                              If you find useful, please consider buying grunfink a coffee or contributing via LiberaPay.


                                fedicat boosted

                                [?]The Real Grunfink » 🌐
                                @grunfink@comam.es

                                Hi everyone. Yesterday, many instances had a failure in the notifications area: accessing it was impossible. I have not much information about what the problem is, but it seems it's related to a specially crafted post that makes snac hang. If this is happening to you, and you have access to snac's disk storage, you can delete manually the files inside the notify directory of your user (they are a bunch of .json files).

                                Whenever I finally understand what is making snac fail, I'll publish a version that mitigates this.

                                Sorry for the inconvenience.

                                  [?]p » 🌐
                                  @p@hj.9fs.net

                                  The official achivements list (so far).

                                  ft. big update - over 100 new achievements!

                                  https://qum.cz/snac_achievements/

                                  @grunfink@comam.es

                                  get snacpilled achievement

                                  Alt...get snacpilled achievement

                                    [?]Stefano Marinelli » 🌐
                                    @stefano@mastodon.bsd.cafe

                                    @grunfink @nina_kali_nina FediMeteo does, thanks to !

                                      AodeRelay boosted

                                      [?]The Real Grunfink » 🌐
                                      @grunfink@comam.es

                                      Does your home page work in Dillo, Links, Netsurf?
                                      Even more: , an ActivityPub server I develop, works totally well with these browsers.

                                      https://comam.es/what-is-snac

                                        fedicat boosted

                                        [?]The Real Grunfink » 🌐
                                        @grunfink@comam.es

                                        I'm glad to announce the release of version 2.78 of , the simple, minimalistic instance server written in C. It includes the following changes:

                                        Hashtag following also allow URLs to RSS feeds of ActivityPub objects (like e.g. https://mastodon.social/tags/ThankYouTuesday).

                                        Users can now configure a webhook to receive an HTTP POST for every notification. This can be useful for implementing bots that react to activities, like autorepliers, chatbots or interactive textual games (see snac(1) for more information).

                                        The number of pending follow confirmations is shown next to the "people" link.

                                        Faster performance metrics (contributed by dandelions).

                                        Improved lowercasing in hashtags (contributed by postscriptum).

                                        A search-by-url tweak for implementations that return 200 for invalid webfinger queries (e.g. piefed).

                                        Mastodon API: added follow confirmation endpoints, fixed collisions in attachment file names.

                                        Fixed potential crashes in attachment uploads.

                                        https://comam.es/what-is-snac

                                        If you find useful, please consider buying grunfink a coffee or contributing via LiberaPay.


                                          gyptazy boosted

                                          [?]The Real Grunfink » 🌐
                                          @grunfink@comam.es

                                          I'm glad to announce the release of version 2.70 of , the simple, minimalistic instance server written in C. It includes the following changes:

                                          Notifications are now shown in a more compact way (i.e. all reactions are shown just above your post, instead of repeating the post ad nauseam for every reaction).

                                          New command-line option unmute to, well, no-longer-mute an actor.

                                          The private timeline now includes an approximate mark between new posts and "already seen" ones.

                                          Fixed a spurious 404 error in the instance root URL for some configurations.

                                          https://comam.es/what-is-snac

                                          If you find useful, please consider contributing via LiberaPay: https://liberapay.com/grunfink/

                                          This release has been inspired by the song The Answers to the Questions by and .

                                            AodeRelay boosted

                                            [?]The Real Grunfink » 🌐
                                            @grunfink@comam.es

                                            Sysadmin extraordinaire Stefano Marinelli (@stefano@bsd.cafe) has written this great, concise article on how to tune to improve performance while serving media like images or videos.

                                            https://it-notes.dragas.net/2025/01/29/improving-snac-performance-with-nginx-proxy-cache/