microhive.social 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
As you have probably already guessed: this is just another personal fediverse instance.
Admin account
@oliver@microhive.social

Search results for tag #snac

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

Is it possible to block federation with entire instances not for single user but for the whole instance in ?

In the docs i can't find anyhing about it.

    Oliver⚡ boosted

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

    I announce the release of version 2.77 of , the simple, minimalistic instance server written in C. It just reverts a feature included in previous version; links in posts were also included as attachments, but, while harmless and on spec, it made posts look ugly in some platforms, and what the world doesn't need is more ugly things.

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

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


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

      The last release fixes a problem with the Mastodon API. Now, apps (or webapps like Phanpy) properly work as the "inifite scrolling" has been fixed.
      Thanks, Stefano. To be fair, the merit for this fix goes to @cheeaun@mastodon.social (Phanpy's author), who brought to my attention where the problem was.

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

        The last release fixes a problem with the Mastodon API. Now, apps (or webapps like Phanpy) properly work as the "inifite scrolling" has been fixed.
        Thanks, @grunfink - this was one thing that kept some of my friends away from self-hosting with snac, and now I can help them to have their own digital home.

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

          In love with


            [?]Menel :xmpp: »
            @menel@snikket.de

            @lorenzo@snac.bobadin.icu

            Yes, I use my relay account to follow multible Hashtags from
            https://relay.fedi.buzz/
            And it follows
            https://fedi-relay.gyptazy.com

            Then it follows some https://a.gup.pe/ groups. But I don't know if that one works for me to see it at my real account.

            But the fedi.buzz hashtags work very good and the gytazy relay generates a lot of content for me to follow with Hashtags too. Feels like on a big instance.


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

              @menel@snikket.de Can I ask you witch relay are you using for your instance?

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

                Hi, author here. The xs code is specially crafted to parse the JSON files in use in the ActivityPub protocol, which are a) mostly small, and b) they have very few numbers, so the string to double conversion happens almost never.

                Regarding the enum numbers: they are surely arbitrary, but the rationale there is that they are all ASCII control codes (so: less than 32) that should never happen in a JSON file (and, if they occasionally appear, they are converted to their Unicode representations). The correspondence is:

                XS_TYPE_STRING 0x02 ASCII: STX (start of text)
                XS_TYPE_TRUE 0x06 ASCII: ACK (acknowledge)
                XS_TYPE_FALSE 0x15 ASCII: NAK (negative ack.)
                XS_TYPE_LIST 0x1d ASCII: GS (group separator)
                XS_TYPE_LITEM 0x1f US (unit separator)
                XS_TYPE_DICT 0x1c ASCII: FS (file separator)
                So, yes, they are arbitrary, but make some fucking sense, or at least a little bit.

                CC: @lizzy@social.vlhl.dev

                  [?]Chee Aun 🤔 »
                  @cheeaun@mastodon.social

                  Hopefully Phanpy works better now for folks on . Took me some time to investigate this issue codeberg.org/grunfink/snac2/is , found that `Access-Control-Expose-Headers: Link` header is needed for `Link` header to be read by the browser's `fetch`, used by Masto.js to paginate requests 🙇‍♂️

                  Related issue: github.com/cheeaun/phanpy/issu

                  comam.es/snac/grunfink/p/17467

                    7 ★ 3 ↺
                    trondd boosted

                    [?]Oliver⚡ »
                    @oliver@microhive.social

                    I've just updated my instance to version 2.76 👍 🎉
                    You don't know Snac? But you should: https://codeberg.org/grunfink/snac2
                    A simple, minimalistic instance server written in C, no database needed, totally JavaScript-free, no cookies either, not much bullshit.

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

                      Thank you!

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

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

                      GitHub Actions Continuous Integration checks passed!

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

                      Thanks to you and dandelions and shtrophic (and anyone else I may have missed) for the continued contributions and improvements!

                      (these modest diffs were prepared in part while listening to "Garlic Braid" by LMNO & D-STYLES: https://d-styles.bandcamp.com/track/garlic-braid [the 1st single from the upcoming full length album: Three Mimes & an Elephant)



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

                        does indeed support access (bearer) tokens:

                        https://comam.es/snac-doc/snac.1.html#Implementing_post_bots

                          [?]Santiago Lema :amiga: »
                          @santi@go.lema.org

                          Took me a long time to understand why my home IP didn’t update in DNS.

                          Turns out I was using my own script ( https://n4no.org/tools ) but that was on my now dead Mastodon instance. 🤦🏻‍♂️

                          Also #snac does not support access tokens apparently which makes it much more difficult to just script posts from a remote machine (previously jsut one curl request with vanilla Mastodon). It’s easy to post from the snac server itself as it has commands to post but not via a remote request.

                            Oliver⚡ boosted

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

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

                            Added Webmention support for links (Markdown-style or direct) written in a post.

                            Added new command-line options for list maintenance.

                            Display custom emoji in more places (contributed by dandelions).

                            Mastodon API: fixed infinite scroll in many clients (thanks to cheeaun for giving me the clue), added /api/v1/accounts/.../lists endpoint (contributed by dandelions).

                            Email notifications can now be sent via libcurl SMTP instead of spawning the /usr/sbin/sendmail program. To use this new feature, some additional server configuration is needed, see snac(8) (contributed by shtrophic).

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

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


                              [?]Santiago Lema :amiga: »
                              @santi@go.lema.org

                              I was a bit confused about by @taka_hvc1@social.mikutter.hachune.net because GitHub is all in Japanese and I can’t read it 😔 but it was so easy SO compile and run!

                              So small, so perfect. Plain C.

                              It streams your feed. You press enter once to write post and again to send. See post above.

                              https://github.com/taka-tuos/nanotodon

                              Perfect companion for by @grunfink@comam.es

                              Alt...Terminal builds nanoton in 4 seconds on a pi, then runs it (login was done previously). It streams some posits, I press enter and I post something.

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

                                I love independent proposals, so next release of will include support for Webmention. It's a protocol built on top of web standards and part of the IndieWeb. It helps web page maintainers and bloggers to know when one of their URLs are mentioned in other platforms by providing a webhook to receive notifications. In snac's case, all links written in a Fediverse post (directly or using the Markdown format) will be tested for Webmention endpoints and notified if they exist.

                                I don't know how many web sites out there implement Webmention (I guess very few), but given that it has been very simple to implement, here it is.

                                Long live the non-big-tech Internet.


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

                                  I've just enjoyed this fascinating conversation between @firesidefedi@social.firesidefedi.live and @stefano@bsd.cafe, where the latter explains how he planted the seed of the incredibly friendly, great and extense community that is the BSD Cafe. Open source, owning you own data and the importance of interconnecting people is talked about here. Of course, Stefano also talked about https://fedimeteo.com/, his great project that makes weather information available to the whole Fediverse; this makes me, as the developer of (one of the pieces of software that operates Fedimeteo), also a bit proud of being a part of.

                                  As Stefano says, "you can't describe passion", but you can feel it from his words.

                                    [?]r1w1s1 »
                                    @r1w1s1@snac.bsd.cafe

                                    Hi Feedverse!!!

                                    Big thanks to Stefano Marinelli (@stefano@bsd.cafe),
                                    our dedicated admin keeping BSD.cafe running smoothly.
                                    Stefano is always such a positive presence, and his work
                                    is the foundation of our feedverse home.

                                    And a huge shoutout to The Real Grunfink (@grunfink@comam.es),
                                    creator of the excellent server.
                                    Snac truly embodies the KISS and minimalist principles – simple,
                                    efficient, and powerful software that makes the Fediverse better.

                                    These two contribute significantly to our online space.
                                    If you value their efforts and the spirit of their work,
                                    consider supporting them financially.
                                    Every bit helps keep these vital parts of the decentralized web thriving.

                                    Thank you, Stefano and Grunfink!


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

                                      Hi, main developer here. Follow metrics are disabled by default, but you can enable them from your user settings.

                                      CC: @r1w1s1@snac.bsd.cafe

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

                                        For today's , I want to thank @gyptazy@gyptazy.com and his cool project BoxyBSD, for providing me with a small OpenBSD VPS that works like a charm and that is helping me with the development of .

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

                                          Hi, Santiago. I've checked the code and found that there is a glitch in 's Mastodon API, and the "follow requests must be approved" boolean is not returned correctly (as the 'locked' boolean).

                                          I'll fix it, thanks for reporting.

                                            [?]Santiago Lema :amiga: »
                                            @santi@go.lema.org

                                            @MonaApp@mastodon.social When posting to followers only in Mona I see this warning saying anyone can follow me. This is not the case as I now require approval of followers.

                                            Is there any specific API endpoint that Mona uses that needs to be implemented for this to go away ? I now use by @grunfink@comam.es as my instance server.

                                            Snac settings for my user shows follow requests must be approved

                                            Alt...Snac settings for my user shows follow requests must be approved

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

                                              Hi. I don't have access to any Apple phone, so I'm unable to do any test, but I of course would like it to work as better as possible.

                                              I've heard that an app called Mona works acceptably, but I have no idea. I also heard that an iOs app named tooot works; this one also has an Android version, I did some shallow tests with it and it seems to work.

                                              Personally, on my mobile phone, I use 's web UI from Android Firefox, and it works perfectly (in fact, for me, if something has an acceptable WWW suport, I install no mobile app, but I'm somewhat of an unfrozen caveman).

                                                [?]Menel :xmpp: »
                                                @menel@snikket.de

                                                @santi@go.lema.org
                                                That's interesting. I would guess something inefficient with how the app loads it all. I'm not seeing that with the fedilab app.

                                                  [?]Santiago Lema :amiga: »
                                                  @santi@go.lema.org

                                                  Still don’t understand what does exactly on my 2 cores when I reload the timeline. Same happens with 4 or 32 threads. Except with 4 the jobs pile up.

                                                  No visible disk i/o. Network i/o is handled well with increased timeout. If I don’t use my mobile app cpu cools down. But every load from app causes high load for many minutes, even after load ended.

                                                  Maybe I should test this locally instead of cheap OVH VPS ?

                                                  Alt...Shellfish iOS shows a terminal

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

                                                    Due to decades of experience per programmer, state-of-the-art development processes and a diligent QA department, you can write /etc/hosts (or even /etc/passwd) in a post and let the verb be spread to the world.

                                                    Not so in other platforms:

                                                    https://scalewithlee.substack.com/p/when-etchsts-breaks-your-substack

                                                      [?]Santiago Lema :amiga: »
                                                      @santi@go.lema.org

                                                      Migration to seems to be going well.

                                                      Follows at 1209 of 1373
                                                      Followers at 794 of (maybe 1k?) .

                                                      I know it takes times and I will just wait & I suppose just retry the import.

                                                      Old mastodon page shows old account still has 268 followers that have yet to migrate. Might just be dead accounts.

                                                      Screenshot of old account at Masto.lema.org showing stats of post media storage qnd follows

                                                      Alt...Screenshot of old account at Masto.lema.org showing stats of post media storage qnd follows

                                                        [?]Santiago Lema :amiga: »
                                                        @santi@go.lema.org

                                                        Otherwise migration was rather straightforward. I followed instructions from the man page

                                                        What was more laborious was importing all the emojis. I had to resort to macros to build the emoji.json and a bunch of curl calls to get every image to destination server into the static folder of the admin user (me).

                                                        Thanks again @grunfink@comam.es for

                                                          1 ★ 0 ↺

                                                          [?]Oliver⚡ »
                                                          @oliver@microhive.social

                                                          I've just updated my instance to version 2.75 👍 🎉

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

                                                            My apologies for the delay.

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

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

                                                            GitHub Continuous Integration checks passed OK!

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

                                                            Thanks to you, shtrophic and everyone else who helped make improvements for this release!



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

                                                              Yes, releases are always clearly tagged. Anyway, I take special care to always have a master that is fully functional (modulo unexpected errors).

                                                              Have a nice experience!

                                                                Oliver⚡ boosted

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

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

                                                                Added support for scheduled posts (for this to work correctly, users will have to set their time zone, see below).

                                                                The user can now select a working time zone. This will be used to correctly parse the local date and time of a scheduled post.

                                                                Fixed incorrect poll vote format, which was causing problems in platforms like GotoSocial.

                                                                Mastodon API: added support for /api/v1/instance/peers.

                                                                Added a new snac-admin helper script (contributed by shtrophic).

                                                                In the web UI, posts are separated by the <hr hidden> tag; it's invisible in graphical browsers, but it separates post clearly in text-based browsers.

                                                                Some Finnish, Spanish, Czech and Russian translation updates and fixes.

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

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

                                                                This release has been inspired by the song Pictures on the Wall by .

                                                                  [?]Menel :xmpp: »
                                                                  @menel@snikket.de

                                                                  @kim@k.iim.gay

                                                                  Needs some tags.
                                                                  And this isn't visible so nobody that doesn't get it right at activitypub can see it.
                                                                  I fear even the tags won't help for that. Let's see...

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

                                                                    Hi, I apologize for the late reply, I'm busy as heck these days.

                                                                    After reading the questions you ask, I don't think will meet your needs. One by one:

                                                                    • If A blocks B, B will still see A's posts, unless A's account is private.
                                                                    • Reporting is not possible (yet).
                                                                    • There is no way to create a local-only post.
                                                                    • There is a local instance timeline.
                                                                    • There is no federated timeline.
                                                                    • There are no moderation tools. The admin can delete a rogue user, that's all.
                                                                    • There is no character limit for posts; you can paste Tolstoi's War and Piece in a post, if you like (not that I encourage that).
                                                                    • Full instances can be blocked (from the command-line, as it's an admin option).

                                                                    So, I'm sorry.

                                                                    CC: @alderwick@merveilles.town @oppen@merveilles.town @zoy@merveilles.town

                                                                      [?]sergiodj »
                                                                      @sergiodj@snac.sergiodj.net

                                                                      Since no bugs or complaints were received regarding that latest upload to unstable, I went ahead and uploaded it to bookwom-backports as well. Have fun!

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

                                                                        Oh. Thanks for elaborating on this, I had no idea. I seem to recall having used hard links on an sshfs, but my memory is faulty and maybe I'm mistaken.

                                                                        So, please everyone, don't use on an sshfs mount.

                                                                        CC: @giacomo@snac.tesio.it @khm@hj.9fs.net @Velveteen@labyrinth.zone

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

                                                                          Hard links do work in an sshfs-mounted filesystem (not that I've tested inside one).

                                                                          CC: @giacomo@snac.tesio.it @khm@hj.9fs.net @Velveteen@labyrinth.zone

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

                                                                            Hi, author here. The server only exits cleanly (i.e. showing the "httpd stop..." log message) if it receives a TERM or INT signal. Do you have something like a monitoring program that may be interrupting it on some condition, like using more memory that expected or something like that?

                                                                            You can also increase the logging level to 2, it may tell something more.

                                                                            CC: @stefano@bsd.cafe

                                                                              [?]Red Rozenglass »
                                                                              @rozenglass@fedi.dreamscape.link

                                                                              Added browser caching over my instance, for better user experience with all the files being proxied from other instances. Apache configs (requires enabling mod_headers if you don't have it already):

                                                                                  <If "%{REQUEST_URI} =~ m#^/[^/]+/(s|x|y)/.+$# || %{REQUEST_URI} =~ m#^.*\.ico$#">
                                                                              Header set Cache-Control "max-age=172800, public, immutable, must-revalidate"
                                                                              </If>
                                                                              The last .ico part is not necessarily snac related obviously :3

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

                                                                                In fact, @voron@no.run.place is one of the responsibles of looking beautiful and professional due to their awesome CSS themes.

                                                                                CC: @ploum@mamot.fr

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

                                                                                  I'm not taking a break from , where did you hear it?

                                                                                  I'll take a look at your patch. Thanks!

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

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

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

                                                                                    3/3 of GitHub Continuous Integration checks completed successfully!

                                                                                    Thanks to you (and gnemmi, pmjv, daltux, inz, Popolon, sn4il, mistivia, zen, Menel, uhuru, anzu, violette, and rozenglass; hopefully I didn't miss anyone?) for the continued improvements!

                                                                                    As with previous PRs I have submitted, I am abstaining from commit access until I have less chaos in my life to be able to take on more responsibilities, so it's up to someone else to merge it.



                                                                                      0 ★ 0 ↺

                                                                                      [?]Oliver⚡ »
                                                                                      @oliver@microhive.social

                                                                                      I've just updated my instance to version 2.74 👍 🎉

                                                                                        Oliver⚡ boosted

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

                                                                                        I'm glad to announce the release of version 2.74 of , the simple, minimalistic instance server written in C. It includes a lot of web UI translations by lovely people and a bit of minor tweaks and fixes:

                                                                                        Added Spanish (default, Argentina and Uruguay) translation (contributed by gnemmi).

                                                                                        Added Czech translation (contributed by pmjv).

                                                                                        Added Brazilian Portuguese translation (contributed by daltux).

                                                                                        Added Finnish translation (contributed by inz).

                                                                                        Added French translation (contributed by Popolon).

                                                                                        Added Russian translation (contributed by sn4il).

                                                                                        Added Chinese translation (contributed by mistivia).

                                                                                        Added German translation (contributed by zen and Menel).

                                                                                        Added Greek translation (contributed by uhuru).

                                                                                        Added Italian translation (contributed by anzu).

                                                                                        Mastodon API: added support for /api/v1/custom_emojis (contributed by violette).

                                                                                        Improved Undo+Follow logic (contributed by rozenglass).

                                                                                        Reverted (temporarily) the Markdown code that converted text between underscores to italics, because it was causing more problems that what it was worth.

                                                                                        Fixed bug in bookmark CSV import.

                                                                                        Don't indent Twitter-like "threads" (i.e. chains of short posts from the same author that are self-replies).

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

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


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

                                                                                          Hi. Yes, there was a 1.x version of ! It was a prototype written in Python that lasted less that 3 months.

                                                                                          You're welcome!

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

                                                                                            So works great behind ... Those are great news!

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

                                                                                              I've performed some tests, and it's great. and are working great together - now with caching of media and json responses, to scale up, and up, and up...and up!
                                                                                              is the best tool for caching, but the setup I've tested doesn't require it and it's still good enough.
                                                                                              I think this will be a blog post, as soon as I'll have enough time.

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

                                                                                                Hi, it's me again. By default, keeps the number of followers and following secret; you have to enable it on purpose from the "User settings..." menu (checkbox "Publish follower and following metrics").

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

                                                                                                  Hi, author here. Yes, it's one thing (greeting.html) or another (the instance).

                                                                                                    [?]Menel :xmpp: »
                                                                                                    @menel@snikket.de

                                                                                                    @sbb@c.im
                                                                                                    Yeah, this is a special "per instance" feature currently. So the admins has to add it.
                                                                                                    Would be great if it was in the default set, I agree.

                                                                                                    I have it in my name field in #mastodon at nerdculture.de so it can definitely work in mastodon.if it is added at all. https://nerdculture.de/@menel

                                                                                                    But it doesn't work with my current main profile with #snac but I love that I can add custom emojis there at all.

                                                                                                      Oliver⚡ boosted

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

                                                                                                      A week ago, I published a version of (a simple, minimalistic instance server written in C) that supported localisation of its web UI. Today, just seven days later, and thanks to collaborations, there are 10 languages already available.

                                                                                                      You, people, are GREAT. Thank you very much.

                                                                                                        Back to top - More...