voidq.xyz 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.

Admin account
@hey@voidq.xyz

Search results for tag #snac

1 ★ 0 ↺

[?]/home$:blinkingcursor: [he/him] » 🌐
@hey@voidq.xyz

@michal@sapka.pl the word of minimalist seems like nothing special just a soft with removed bunch of features/functions but in the backend running power of the developer @grunfink@comam.es that spend a lot of time on how to make thing work with lesser dependencies, focused on speed/size/flexibility/stability/security. My respect to developer of

    [?]God Emperor of Mastodon (new account) » 🌐
    @michal@sapka.pl

    I don't mean to brag but I this is cool: my usage stats with close to 900 following accounts and 350 I follow.
    ps -ww -p 88163 -u | awk '{for (i=1; i<=NF; i++) a[i,NR]=$i} END {for (i=1; i<=NF; i++) { val=a[i,2]; if(a[i,1]=="VSZ" || a[i,1]=="RSS") { val=sprintf("%.2f MB", val/1024) } print a[i,1] ":\t" val }}'
    USER: snac
    PID: 88163
    %CPU: 0.0
    %MEM: 1.3
    VSZ: 238.40 MB
    RSS: 158.45 MB
    TT: -
    STAT: IJ
    STARTED: 11:54
    TIME: 8:59.07
    COMMAND: /usr/local/bin/snac
    : httpd
    : /var/db/snac/data


      [?]Simon 🪔 » 🌐
      @simon@snac.thepipes.ch

      Du spielst mit dem Gedanken, für dich und deine Familie eine eigene Fediverse-Instanz zu betreiben?
      ➡️ Dann schau dir unbedingt Snac an.

      Läuft spielend auf einem Raspberry Pi 4, ist schnell eingerichtet und pflegeleicht. Ich kann es sehr empfehlen.


        [?]God Emperor of Mastodon (new account) » 🌐
        @michal@sapka.pl

        I'm toying with Snac, using it more and more. It's an amazing peace of technology. It does what it does, and doesn't get in my way. Faster than mastodon, better looking (I have a custom theme!) than mastodon, and running in my infrastructure. It checks all the boxes.

        It only lacks auto-complete of handles and tags.


          [?]God Emperor of Mastodon » 🌐
          @mms@mastodon.bsd.cafe

          heck, I think I will *eventually* simply migrate to my snac. BSD cafe is best, self hosting is bestest.

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

            @df I love this idea and the software. I'm a great supporter of exactly for the same reason. You don't need beefy hardware to have your own Fediverse home.
            Starling is a nice because it can be used without setting up a proper server - just a php installation and a domain.

            I'll keep this testing instance on and continue to test it with MastoBlaster.

              [?]acct-user/initra-mf[-sleep] [they/them] » 🌐
              @me@doasu.dev

              I've only used for about half a year, and my instance takes up ~250MB of disk space and ~25MB of memory. :)

              I wish more modern software was like (:

              CC: @grunfink@comam.es

                2 ★ 0 ↺

                [?]/home$:blinkingcursor: [he/him] » 🌐
                @hey@voidq.xyz

                @grunfink@comam.es yep, and that's the one of features does perfectly;)

                CC: @stefano@bsd.cafe @mms@bsd.cafe

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

                  Coming next week: a post about the FediMeteo bot, how it works, how it has evolved, and the overall structure of jails. The following week: caching the BSD Cafe Mastodon instances on nginx.

                  Stay tuned on ITNotes!

                    [?]Michael :gnomed: [he/him] » 🌐
                    @mbk@brain.worm.pink

                    3 months of running #snac on my main acct with absolutely zero prior hosting experience. I am in awe at just how low the resource use is on the server -- and I'm not going easy on the thing when I use my account lmao.
                    Hopefully posting this won't expose just how much of a newb I am here but man...
                    (yes I know I'm on root in the pic. no I don't usually access root when I ssh.)

                    the fastfetch output for my berg.mobilecourant.org snac server

                    Alt...the fastfetch output for my berg.mobilecourant.org snac server

                      /home$:blinkingcursor: boosted

                      [?]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

                        /home$:blinkingcursor: boosted

                        [?]xz [he/him] » 🌐
                        @xz@ebadf.port0.org

                        One annoyance with my small instance - or any small Fediverse island regardless of the software - is the missing visibility of the rest of the network. For followed hashtags, I am missing out on most posts as I am not federating with most instances.

                        The usual solution is to use an ActivityPub relay. This, however, resulted in receiving looots of posts, hitting file size and inode limits on this small VM. Thus, I gave up this experiment a while ago.

                        Now, I just stumbled about https://relay.fedi.buzz/ from @astro@c3d2.social, which allows to only follow certain hashtags, which is kinda exactly what I wanted ❤️

                        After following the Subscribing to Fediverse Relays section from snac(8), I came up with the following jq(1) command to subscribe each hashtag I am already following on my instance. And yes, this would be way faster to do by hand for those six hashtags in total.

                        $ # Create multiple snac follow commands for each hashtag the "xz"
                        $ # user follows. The "data" directory is the $SNAC_BASEDIR.
                        $ jq -j \
                        '.followed_hashtags.[] | "snac follow data relay https://relay.fedi.buzz/tag/",.[1:],"; "' \
                        < data/user/xz/user.json
                        snac follow data relay https://relay.fedi.buzz/tag/openbsd; snac follow data relay https://relay.fedi.buzz/tag/snac; [ . . . ]
                        If the generated commands are looking not suspicious enough, rerun the command within $() or execute the output manually.

                        Finally, I am able to doomscroll for weird and ridiculously expensive bikes from my instance; yay!

                          [?]Ganondalf » 🌐
                          @Walruths@mastodon.social

                          @Black_Flag @khleedril @veronica

                          We popularize and for the individual, easy to deploy, diy freedom.
                          Friends not techies? Help 'em out and lend them an account. We need eachother more than ever these days.

                            [?]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

                              [?]God Emperor of Mastodon » 🌐
                              @mms@mastodon.bsd.cafe

                              doesn't support split domains ;-(

                              mastodon.sapka.pl/

                              I was *so* close.

                                0 ★ 0 ↺

                                [?]/home$:blinkingcursor: [he/him] » 🌐
                                @hey@voidq.xyz

                                I just reconfigure my server;P