manmachine.me 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
sound effects record number 32
Admin account
@max@manmachine.me

Search results for tag #snac

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

Haven't tested it myself (I have no Apple hardware), but Mastoblaster (@mastoblaster@mastoblaster.app) not only works, but has as a first citizen target.

CC: @MonaApp@mastodon.social @amd@snac.amd.im

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

    Hi. Sorry, I didn't try myself nor have read about any successful nor failed stories about migrating from pixelfed to .

    Boosting your post, just in case anyone out there knows something.

    CC: @max@manmachine.me

      [?]MastoBlaster - Official Account » 🌐
      @mastoblaster@mastoblaster.app

      MastoBlaster Build 94 is now available on TestFlight.

      This is a major release that merges several different development branches I've been working on, bringing together a lot of moving parts into a single build. A long, sleepless night…

      Here is what changed:

      • Full Drafts Support: A complete end-to-end draft flow. It includes auto-save, the ability to edit existing drafts, and a smart cancel confirmation that either discards a new draft or restores the original state if you were editing. It supports replies, quotes, polls, and media metadata.
      • Trending Posts: Added a new trending timeline type with proper offset pagination support.
      • Timeline Position Improvements: Added extra protection to stop SwiftUI from overwriting your saved scroll position when the view disappears or goes to the background. If a saved post can't be found in the cache, the app will now try a direct status fetch before giving up.
      • UI & Navigation Fixes: Tapping Content Warnings (CW), "Show Filtered Post", or "Show More" now goes through an inline-action guard, fixing the bug where tapping them would accidentally trigger row navigation into the thread. Filtered posts also get proper bottom padding so the list separator doesn't sit on top of the button.
      • Instance Compatibility & Tweaks: Added customizable timeout settings for slower instances (like snac on older hardware). I also fixed the 405 error when setting alt text on GoToSocial, and updated marker sync to strictly align with Mastodon’s documented form shape.
      • Testing focus: I've implemented search fixes ensuring queries stay locked to the account you are searching from. If you are on GoToSocial, please test this thoroughly and let me know how it behaves. Since this build is the result of a massive merge, keep an eye out for any regressions.

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

        This is valuable, thanks for sharing.

        Also, I think it's important to remember that also allows following hashtags by those RSS feeds provided by several Fediverse implementations (like Mastodon), avoiding the need of subscribing to a relay. E.g., you can add https://mastodon.social/tags/snac to the followed hashtags field, and it will periodically poll that RSS from the big instance and add to your timeline those posts tagged with .

        CC: @astro@c3d2.social

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

          If what 'split domains' mean is "running in subdomain.example.com but identify as accounts from example.com" then no, it's not supported.

          But, you can have snac running from a subdirectory of your main domain (which, as far as I know, no other fediverse implementation does). I.e. you can have your snac root in example.com/social and then you can identify as you@example.com . So you have no unnecessary subdomain just to be you.

          Which is what I do for this very domain.

          CC: @mms@bsd.cafe

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

            I'm really glad uses mode 660 for many of its data files. It makes it really easy for me to add my main user to my server's snac group, and be able to administer as my normal user without su'ing into the snac user.
            Lots of people don't seem to think these details through, or they just forget about features. The Snac author ( @grunfink@comam.es ) did it though! Thanks!

            Addendum: I also just learned about using the setgid bit on a directory. That was used, too. Cool! https://www.gnu.org/software/coreutils/manual/html_node/Directory-Setuid-and-Setgid.html

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

              I've just published version 2.92 of , the simple, minimalistic instance server written in C. It includes the following changes:

              Changed default: for newly created instances, disable_inbox_collection is set to true (see snac(8) for more information). The reason is because it seems to be used for harrasing people.

              Changed default: for newly created instances, disable_history is set to true (see snac(8) for more information). The reason is because archived history files don't reflect reality after posts are deleted or modified (they always have been an ugly kludge).

              Changed default: in previous versions, posts with a scope of unlisted were shown in public pages and RSS feeds. Now, they are no longer shown. If you want to get back to previous behaviour, use a new toggle in the User Settings section (see snac(1) for more information).

              New admin configuration option: if the purge_static value is set to true in server.json, each user's static directory is explored and those files there that are no longer attached to any post or referenced anywhere are deleted. See snac(8) for more information about those cases where you may not want to enable this option.

              Allow serving files from subdirectories of the static/ subdirectory (contributed by la_ninpre).

              Minor tweak to webfinger code to handle Hubzilla's peculiarities.

              Fixed a search case where URLs to GotoSocial statuses were misidentified as accounts.

              Accounts that follow you are now marked with a thumb-up emoji, because followers are adorable people.

              Fixed some account export errors.

              Fixed an incorrect hash in post links.

              Show an account's location link in the people page, if they have one.

              Mastodon API: Fixed hashtags loosing the link after editing a post, minor tweak in access token processing (contributed by trondd555).

              Drop usage of PATH_MAX (contributed by sergiodj).

              New Polish translation (contributed by kpm).

              Updated German and Czech translations (contributed by zen and pmjv).

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

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


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

                OK, so I'm checking out the features of Snac.

                Looks like it has basic Markdown -> HTML converting. Neat.

                That

                works

                for

                me.



                It also allows a subset of straight HTML.

                • (I'm not gonna show it all)


                It converts some text like 🙂into emoji, which I don't like, though. Leave my alone ;)

                And of course, no post or poll length limit :)


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

                  Also I think it would be even cooler if it was a CGI binary
                  is not a native CGI program, but it supports FastCGI. With a bit of work, it can be set up to behave as pure CGI. More information:

                  https://encrypted.tesio.it/2024/12/18/how-to-run-your-own-social-network.html

                  CC: @nick@treffen.geekyschmidt.com

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

                    Because snac2 is a standalone daemon and does not natively speak FastCGI
                    This is incorrect; does speak FastCGI natively. You can set it up on OpenBSD without the need of relayd.

                    See the snac(8) manpage for more information.

                      [?]R.L. Dane :Debian: :FreeBSD: :OpenBSD: :NetBSD:🍵 :MiraLovesYou: [he/him/my good fellow] » 🌐
                      @rl_dane@polymaths.social

                      I sincerely love you weirdos. <3

                      #Fediverse #Mastodon #GoToSocial #snac #snac2 #honk #meme #AVIF

                      A combination of two "X all the Ys!" memes with a "Pawn Stars best we can do" meme in the middle:
"X all the Y" guy:
I want an amazing community of noble-minded people to study ethics with and change the world!!

Pawn Stars with the faces of the fediverse logo, the mastodon logo, and the logos for snac2 GoToSocial, and Honk in the background:
Best we can do is a bunch of cool weirdos with similar nerdy interests

"X all the Y" guy's reply:
I'll take it!!!

                      Alt...A combination of two "X all the Ys!" memes with a "Pawn Stars best we can do" meme in the middle: "X all the Y" guy: I want an amazing community of noble-minded people to study ethics with and change the world!! Pawn Stars with the faces of the fediverse logo, the mastodon logo, and the logos for snac2 GoToSocial, and Honk in the background: Best we can do is a bunch of cool weirdos with similar nerdy interests "X all the Y" guy's reply: I'll take it!!!

                        [?]Tomáš » 🌐
                        @prahou@merveilles.town

                        Great news, you can now post a picture to subversive.pics interactively from your favorite internet browser!

                        You can achieve this by making a picture post inside the fediverse and tagging @subversive_pics (this works with snac, lemmy, mastodon, but not all of its forks, your mileage may vary)

                        If your picture makes it past the horp censors, your picture will appear on the subversive.pics website and the rss feed!

                        Incredible.

                        ---

                        if you post something that you think should've passed the vibe and it doesn't get through within a reasonable time period, let me know. So i can update this list...

                        what it definitely works with:
                        - snac
                        - lemmy
                        - (some) mastodon
                        - akkoma
                        - gotosocial
                        - misskey (some?)

                        what it doesn't work with :sadlinux: :
                        - hometown
                        - glitch

                        HAVE YOU EVER WANTED TO CONTRIBUTE TO SUBVERSIVE.PICS BUT DONT SPEAK COMPUTER?!

metal vaccine angel says sweet

                        Alt...HAVE YOU EVER WANTED TO CONTRIBUTE TO SUBVERSIVE.PICS BUT DONT SPEAK COMPUTER?! metal vaccine angel says sweet

                          7 ★ 2 ↺

                          [?]ManMachine » 🌐
                          @max@manmachine.me

                          seems to have no problem!

                          screenshot of a profile of a fedi user with a peculiar name

                          Alt...screenshot of a profile of a fedi user with a peculiar name

                            15 ★ 3 ↺

                            [?]ManMachine » 🌐
                            @max@manmachine.me

                            Hats off to @grunfink@comam.es, is by far the nicest service I've ever deployed for my personal use.