romanzolotarev.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
/pub
Admin account
@hi@romanzolotarev.com

Recent posts by users in this instance

2 ★ 0 ↺

[?]roman » 🌐
@hi@romanzolotarev.com

"this is last video before bed" :)

    0 ★ 0 ↺

    [?]roman » 🌐
    @hi@romanzolotarev.com

    tried on the same apple m1, but via sdl2: 58-60 fps (yay!) and freezes when hits the same ceiling.

    now we can confirms all 8,000 bunnies can fit inside a single vm.

    p.s. in the background, ps -o %cpu,rss runs in a loop

      5 ★ 0 ↺

      [?]roman » 🌐
      @hi@romanzolotarev.com

      it feels like apple's system 7 was the last interface i genuinely loved visually---clean, intentional, and clearly handcrafted.

      that's probably why i'm so drawn to things like and

        4 ★ 1 ↺

        [?]roman » 🌐
        @hi@romanzolotarev.com

        good point. i'll probably be happy with just ed---that should be enough for coding in and writing blog posts

          0 ★ 0 ↺

          [?]roman » 🌐
          @hi@romanzolotarev.com

          oh, cool! thank you for the pointer. let me try femto.

          p.s. to make it clear i was talking about /usr/bin/vi --- it's tiny. neovim is huge :)

            3 ★ 0 ↺

            [?]roman » 🌐
            @hi@romanzolotarev.com

            tried to run bunnymark on in a browser on apple m1. it's running at 26-30 fps till it freezes at around 8000 bunnies. hitting memory limit?

            uxn feels like a solid platform,..

            ...but is it technically possible to port vi to uxn? :)

              7 ★ 2 ↺

              [?]roman » 🌐
              @hi@romanzolotarev.com

              5 ★ 3 ↺
              napierge boosted

              [?]roman » 🌐
              @hi@romanzolotarev.com

              5 ★ 1 ↺
              Paul Kelly boosted

              [?]roman » 🌐
              @hi@romanzolotarev.com

              see also
              some games
              and an operating system

                3 ★ 0 ↺

                [?]roman » 🌐
                @hi@romanzolotarev.com

                as a hardcore vi/neovim user i don't see myself switching to any other editor, but left looks awesome


                  0 ★ 0 ↺

                  [?]roman » 🌐
                  @hi@romanzolotarev.com

                  i think yes, it's a human-friendly assembly. yes, it has niche practical use.

                    5 ★ 0 ↺

                    [?]roman » 🌐
                    @hi@romanzolotarev.com

                    7 ★ 2 ↺
                    Impeccata boosted

                    [?]roman » 🌐
                    @hi@romanzolotarev.com

                    went down a rabbit hole with hundredrabbits


                      7 ★ 1 ↺
                      pico8_bot boosted

                      [?]roman » 🌐
                      @hi@romanzolotarev.com

                      now lexaloffle bbs got gifs mode!

                      see also: space toy by jleyba92


                        1 ★ 0 ↺

                        [?]roman » 🌐
                        @hi@romanzolotarev.com

                        yep, it just json and idx files

                        $ find object -type f | sed 's,[^.]*,,' | sort -u
                        .idx
                        .json

                        CC: @adnan@ap.aelaraji.com

                          1 ★ 0 ↺

                          [?]roman » 🌐
                          @hi@romanzolotarev.com

                          @mookie@weredreaming.com roughly 30% less if counting unique inodes

                            1 ★ 0 ↺

                            [?]roman » 🌐
                            @hi@romanzolotarev.com

                            25x6 is new 80x25

                              15 ★ 7 ↺
                              PastorOnRuby boosted

                              [?]roman » 🌐
                              @hi@romanzolotarev.com

                              0 ★ 0 ↺

                              [?]roman » 🌐
                              @hi@romanzolotarev.com

                              yes, in server.json set timeline_purge_days to 7.
                              "Entries in the timeline older that this number
                              of days are purged. If you don't want any timeline
                              purging and enjoy your data drives fill up with old
                              crap and finally burst in flames, you can disable
                              purging by setting this to 0"
                              see also
                              https://comam.es/snac-doc/snac.8.html#timeline_purge_days

                              7 ★ 8 ↺
                              Audric boosted

                              [?]roman » 🌐
                              @hi@romanzolotarev.com

                              if you're running , you may want to try my style.css. let me know what you think.

                              please boost ❤️

                                15 ★ 6 ↺
                                tom boosted

                                [?]roman » 🌐
                                @hi@romanzolotarev.com

                                two weeks of running

                                number of files generated by snac is huge, but i don't care that much anymore.

                                $ du -hd0 /var/snac
                                133M /var/snac
                                $ find /var/snac | wc -l
                                35603
                                i like snac a lot: i run my own server and client, i can modify css (and i do tweak it often, i can modify the source code---didn't get to that yet ;)

                                sometimes i use snac command line, but mostly snac web ui and nothing else.

                                someday maybe i'll try to build some minimalist server, but looks like a lot of work :)

                                see also
                                activitypub-single-php-file by @Edent@mastodon.social

                                  1 ★ 0 ↺

                                  [?]roman » 🌐
                                  @hi@romanzolotarev.com

                                  @gothub@exquisite.social would be nice to have some way to purge everything that is not in gotsys.conf manually

                                    4 ★ 1 ↺
                                    pico8_bot boosted

                                    [?]roman » 🌐
                                    @hi@romanzolotarev.com

                                    another trick, if you want to visually shorten long links, but only when they are longer than its container width (at max-width)

                                    a {
                                    display: inline-block;
                                    max-width: 100%;
                                    white-space: nowrap;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    vertical-align: bottom;
                                    }
                                    hello, pico-8-edu.com :)


                                      1 ★ 0 ↺

                                      [?]roman » 🌐
                                      @hi@romanzolotarev.com

                                      very helpful. thank you ❤️

                                      quick question: what happens if you remove a repository from your gotsys.conf or rename the repository? the old repository gets deleted?

                                        4 ★ 1 ↺

                                        [?]roman » 🌐
                                        @hi@romanzolotarev.com

                                        extracted some and magic from e11e's homepage to add photocopy effect to your pages

                                        <style>
                                        body {
                                        filter: url();
                                        }
                                        svg {
                                        display: none;
                                        }
                                        </style>
                                        <svg width="0" height="0">
                                        <filter id="x">
                                        <feturbulence
                                        basefrequency="1 2"></feturbulence>
                                        <fedisplacementmap
                                        in="SourceGraphic"
                                        scale="2"></fedisplacementmap>
                                        </filter>
                                        </svg>
                                        see also

                                          1 ★ 0 ↺

                                          [?]roman » 🌐
                                          @hi@romanzolotarev.com

                                          had to cover few more use cases, but still quite minimal :

                                          html { font-family: sans-serif; max-width: 40rem; margin: 1rem auto; }
                                          img { max-width: 100%; border-radius: 0.4rem; }
                                          @media (max-width: 40rem) { pre { overflow-x: auto; } }

                                            1 ★ 0 ↺

                                            [?]roman » 🌐
                                            @hi@romanzolotarev.com

                                            understood. thank you!

                                              3 ★ 0 ↺

                                              [?]roman » 🌐
                                              @hi@romanzolotarev.com

                                              well, that one day is today... here is my complete styles.css:

                                              html { font: 20px sans-serif; max-width: 40rem; padding: 0.4rem; }
                                              img { max-width: 100%; border-radius: 0.4rem; }
                                              for i still have like a hundred lines of css, but i think i can ditch at least a half of it

                                                5 ★ 0 ↺

                                                [?]roman » 🌐
                                                @hi@romanzolotarev.com

                                                working great! it's awesome to share interests with people on the fediverse. it really feels like home.

                                                left twitter ages ago and never found anything else that stuck. just restarted my instance recently, and i'm really enjoying it ❤️

                                                  4 ★ 1 ↺
                                                  nathanael boosted

                                                  [?]roman » 🌐
                                                  @hi@romanzolotarev.com

                                                  one day i'll cut all css on my main site to just one line :)

                                                  html { font: 20px sans-serif; max-width: 40rem; padding: 0.5rem; }