RSS - private

GNUkko Sauvage (eris-ng) :neorenard:

@eris@p.enes.lv

This is an alt of @Ukko@akko.disqordia.space

latvian, in their 25s, monogam, straight, he/him lesbian, ace-spec, slut. anarcho-monarchist. A theymab transtrender. I speak lv/en/ru but can pretend to understand other languages sometimes.

admin of this instance, don't ask for an invite unless you're a frien :3

the sadistic playful puppy you’ve been warned about.

Ionizing particles, true Ukkos, fake Erises, and Disqordians DNI

Minors: please consult with your parent(s)/guardian before following and/or interacting; and please do not interact with lewd and/or sexual content unless you are of the age of majority

Current PFP is Senjougahara Hitagi and Hanekawa Tsubasa, specifically by https://x.com/mani_ma/status/1973769856714760502
Previous PFP is Suzy, secret Undertale character only mentioned
Previous² PFP is Senjougahara Hitagi, specifically by https://www.tumblr.com/manimarough/785249534734417921
Previous³ PFP was dead Marsey
Previous⁴ PFP was A.B.A. from Guilty Gear Strive
Previous⁵ PFP was some image 40 sent me
Previous⁶ PFP was https://www.kotobukiya.co.jp/en/product/detail/p4934054034673/
Previous⁷ PFP was https://www.furaffinity.net/view/47773488/

eriscon is not happening
📌 4 ★ 3 ↺

[?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
@eris@p.enes.lv

yes i actually DDOSed Disqordia

[GIF of Walter White saying "I won"]

2 messages from eris "I knew you did it", and "You win 😅"

Alt...2 messages from eris "I knew you did it", and "You win 😅"

[?]lizzy مثلية الله ☭ :heart_lesbian_diagonal2: :cuwu: » 🌐
@lizzy@social.vlhl.dev

BSD license with brazil exception

...
2 ★ 0 ↺

[?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
@eris@p.enes.lv

Brazilian Software Distribution

    [?]elizabeth worm🔅:wormverified: » 🌐
    @lizzie@brain.worm.pink

    @lizzy i offer warranty if you are brazilian

      ...

      [?]lizzy مثلية الله ☭ :heart_lesbian_diagonal2: :cuwu: » 🌐
      @lizzy@social.vlhl.dev

      @lizzie no it's actually illegal to use the software in brazil
      I'm not making this up, that's the MidnightBSD license

        ...

        [?]kimapr ☭ » 🌐
        @kimapr@ublog.kimapr.net

        @lizzy @lizzie MidnightBSD: The BSD for everyone

          [?]d@nny disc@ » 🔓
          @hipsterelectron@circumstances.run

          @lizzy @lizzie i like the brazilian warranty idea though

            [?]Tay » 🌐
            @tay@transfem.social

            I wonder what's the fasted way to compute the median of three numbers?
            the naive approach is to just sort the list:

            sort({a, b, c})[1];
            you could also do a bunch of comparisons, which I am too lazy to type out. There also exists a linear-time median algorithm, but idk how well it performs irl.

            i guess one could do something funky like

            a ^ b ^ c ^ min(a,b,c) ^ max(a,b,c);
            thats 4 xors, 4 comparisons with conditional swaps.

            ...
            2 ★ 1 ↺
            Tay boosted

            [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
            @eris@p.enes.lv

            If I didn't mess anything up: max(min(a, b), min(max(a, b), c)). 3 potentially branchless comparisons (min(a, b) and max(a, b) can both be done with the same comparison, but depending on hardware, it might be simpler to do 4 comparisons), this also works with non-integers.

              ...

              [?]Tay » 🌐
              @tay@transfem.social

              @eris@p.enes.lv ohh, now I wonder how it'd stack up against this other apprach: https://transfem.social/notes/ajur8vbn24sc0kmq

                ...
                1 ★ 1 ↺
                Tay boosted

                [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                @eris@p.enes.lv

                oooh interesting, really think this might be getting into the level of "depends on the processor".

                  [?]solo » 🌐
                  @solonovamax@tech.lgbt

                  @tay
                  what about:

                  a > b
                  ? (b > c ? b : (a > c ? c : a))
                  : (a > c ? a : (b > c ? c : b))

                  uses at most 3 comparisons, but sometimes 2. no xor operations.

                    ...

                    [?]solo » 🌐
                    @solonovamax@tech.lgbt

                    @tay you were just overcomplicating it lol

                    though tbh there's probably some funky way to do this without branches or smtg which would be faster on modern cpus, but idk

                      ...

                      [?]solo » 🌐
                      @solonovamax@tech.lgbt

                      @tay hmmm, on MIPS you can do this: codegolf.stackexchange.com/que

                      and I would assume all of those hav x86-64 equivalents, as they look like things that would

                        ...

                        [?]Tay » 🌐
                        @tay@transfem.social

                        @solonovamax@tech.lgbt yup, that works out perfectly

                          ...

                          [?]Tay » 🌐
                          @tay@transfem.social

                          @solonovamax@tech.lgbt translated to c:

                          bool ab = a<b;
                          bool ac = a<c;
                          bool bc = b<c;
                          
                          int r = b;
                          if (ab^ac) r = a;
                          if (ac^bc) r = c;
                          
                          return r;

                            [?]#CastratisForClavicular » 🌐
                            @FiringSquadsEnjoyer@social.xenofem.me

                            actually theirs no evidence that you xhouldn't hook yourself up to the bug protein tube and chip your brain, its actually better for your mental health nowadays to take your daily bug soykaf and not worry about cooking

                            ...

                            [?]φ » 🌐
                            @fiore@brain.worm.pink

                            bro london stinks

                            ...
                            Older...
                            3 ★ 0 ↺

                            [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                            @eris@p.enes.lv

                            welcome to naples

                              ...

                              [?]φ » 🌐
                              @fiore@brain.worm.pink

                              @eris naples is very nice and pretty

                                ...
                                1 ★ 0 ↺

                                [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                @eris@p.enes.lv

                                i've seen enough italians post about naples to know this is bait

                                  ...

                                  [?]φ » 🌐
                                  @fiore@brain.worm.pink

                                  @eris it isnt

                                    [?]elizabeth worm🔅:wormverified: » 🌐
                                    @lizzie@brain.worm.pink

                                    @fiore why are you in bro london? go to girl london

                                      ...

                                      [?]φ » 🌐
                                      @fiore@brain.worm.pink

                                      @lizzie trve

                                        [?]flower » 🔓
                                        @flower@brain.worm.pink

                                        @fiore my bad

                                          ...

                                          [?]φ » 🔓
                                          @fiore@brain.worm.pink

                                          @flower u arent even british

                                            ...

                                            [?]flower » 🔓
                                            @flower@brain.worm.pink

                                            @fiore i know someone named london

                                              ...
                                              🗳

                                              [?]myrmepropagandist » 🌐
                                              @futurebird@sauropods.win

                                              You must pick one very minor talent:

                                              you can make realistic modem noise with your mouth:102
                                              you can understand modem noise as text:171
                                              you can meow and cats understand what you mean:689
                                              you can understand cats if they make noise:991
                                              ...
                                              Older...

                                              [?]irredeemable urban blockhead » 🌐
                                              @apophis@yourwalls.today

                                              @futurebird if i can understand cats i should be able to figure out some basic communication the other way by trial and error, but it would be a lot harder to do the other way around

                                              maybe impossible, given it's not like cats would obey your commands or anything

                                                [?]myrmepropagandist » 🌐
                                                @futurebird@sauropods.win

                                                did people not like the "understand modem noise" option because it's limited to just text 🥺 what if you could download images too? ... and very tiny little videos?

                                                ...

                                                [?]irredeemable urban blockhead » 🌐
                                                @apophis@yourwalls.today

                                                @futurebird i can't sit still and listen to something that long 😭

                                                  ...
                                                  1 ★ 0 ↺

                                                  [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                  @eris@p.enes.lv

                                                  would you be listening or watching the video

                                                  CC: @futurebird@sauropods.win

                                                    [?]φ » 🌐
                                                    @fiore@brain.worm.pink

                                                    ...

                                                    [?]moved to @meeper@netzsphaere.xyz » 🌐
                                                    @meeper@udongein.xyz

                                                    @fiore Antichrist accessible straight from your dolphin file manager

                                                      ...

                                                      [?]φ » 🌐
                                                      @fiore@brain.worm.pink

                                                      @meeper truly 😭

                                                        3 ★ 0 ↺

                                                        [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                        @eris@p.enes.lv

                                                        why not, it's a storage system protocol, nice GUI is always a good thing

                                                          ...

                                                          [?]φ » 🌐
                                                          @fiore@brain.worm.pink

                                                          @eris agreed actually

                                                            [?]reia~! » 🌐
                                                            @reia@linfan.moe

                                                            @fiore minimalist unix users when a program can perform its intended task well:

                                                              ...

                                                              [?]lizzy مثلية الله ☭ :heart_lesbian_diagonal2: :cuwu: » 🌐
                                                              @lizzy@social.vlhl.dev

                                                              @reia @fiore this is designed correctly tho, the s3 client isn't implemented in the file manager but in a separate daemon.

                                                                [?]φ » 🌐
                                                                @fiore@brain.worm.pink

                                                                @reia nah its actually kinda cool i just love being annoying

                                                                  ...
                                                                  3 ★ 0 ↺

                                                                  [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                  @eris@p.enes.lv

                                                                  the R in Fiore stands for Ragebait

                                                                  CC: @reia@linfan.moe

                                                                    2 ★ 0 ↺

                                                                    [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                    @eris@p.enes.lv

                                                                    elvis operator lmao. i didn't know it's called that (it's the binary version of ?: like A ?: B)

                                                                    [?]porcelain bitch  :verified_arasaka: » 🌐
                                                                    @zvava@bbs.619.hu

                                                                    >exit clothes store without buying anything
                                                                    >cashier says: "i wouldn't buy this shit either"

                                                                    😭

                                                                    RE: bbs.619.hu/notes/ajnomt474s89sm2v

                                                                      [?]gabboman the wafrn dev » 🌐
                                                                      @gabboman@gabboman.xyz

                                                                      slightly sugestive [SENSITIVE CONTENT]

                                                                      Hey @firefox.com the propaganda is working


                                                                      #I-had-this-image-saved-from-somewhere-on-my-memes-folder-wtf

                                                                      “You already migrated to the fedi, why not Firefox too?” Boykisser image. Text go to Firefox repeatedly and on top of itself. “You want to, get your addons, get your eard and tail, you know you want the furry browser, go to firefox”

Librewolf logo. “There are options”

YIFF THE FOX YIFF THE FOX YIFF THE FOX (furry firefox )

                                                                      Alt...“You already migrated to the fedi, why not Firefox too?” Boykisser image. Text go to Firefox repeatedly and on top of itself. “You want to, get your addons, get your eard and tail, you know you want the furry browser, go to firefox” Librewolf logo. “There are options” YIFF THE FOX YIFF THE FOX YIFF THE FOX (furry firefox )

                                                                        ...
                                                                        Older...
                                                                        13 ★ 6 ↺

                                                                        [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                        @eris@p.enes.lv

                                                                        I'd rather the professional slay cougar

                                                                        trail cam of a cougar (it's a big cat species) looking at the camera in a way, idk how to describe it.

                                                                        Alt...trail cam of a cougar (it's a big cat species) looking at the camera in a way, idk how to describe it.

                                                                          ...

                                                                          [?]m3t00🌎🇺🇦 » 🌐
                                                                          @m3t00@app.wafrn.net

                                                                          female cardinal side-eye

                                                                          Alt...female cardinal side-eye

                                                                            [?]gabboman the wafrn dev » 🌐
                                                                            @gabboman@gabboman.xyz

                                                                            I think I did something


                                                                            #Most-provable-a-bug-somewhere

                                                                            My personal wafrn instance htop. 4 cores 100%, ram 8gb full, swap 8g full

                                                                            Alt...My personal wafrn instance htop. 4 cores 100%, ram 8gb full, swap 8g full

                                                                              ...

                                                                              [?]Kett‮ » 🌐
                                                                              @kett@app.wafrn.net

                                                                              dude wtf

                                                                                ...

                                                                                [?]gabboman the wafrn dev » 🌐
                                                                                @gabboman@gabboman.xyz

                                                                                my bad, didnt mark image as nsfw. hope edit works on the fedi side

                                                                                  [?]Éris Serène :determination: » 🌐
                                                                                  @usernameswift@labyrinth.zone

                                                                                  onpol [SENSITIVE CONTENT]>Ford calls for injunction against Al-Quds Day rally in Toronto

                                                                                  Don't let anyone tell you that section 2(c) of the Charter exists, because Ford says that it doesn't.

                                                                                  ...

                                                                                  [?]Spike » 🔓
                                                                                  @pastthepixels@is.potatoe.ca

                                                                                  spike is a fucking idiot [SENSITIVE CONTENT]

                                                                                  @usernameswift i keep reading this as al-chuds day

                                                                                    ...

                                                                                    [?]Éris Serène :determination: » 🔓
                                                                                    @usernameswift@labyrinth.zone

                                                                                    spike is a fucking idiot [SENSITIVE CONTENT]@pastthepixels I'm going to eat you (threat of violence)

                                                                                      [?]amenome » 🌐
                                                                                      @anemone@ebiverse.social

                                                                                      this looks so bad

                                                                                      ...

                                                                                      [?]irredeemable urban blockhead » 🌐
                                                                                      @apophis@yourwalls.today

                                                                                      @anemone all rounded corners look so bad

                                                                                        ...

                                                                                        [?]amenome » 🌐
                                                                                        @anemone@ebiverse.social

                                                                                        @apophis@yourwalls.today it'd be okay if they at least had the same radius

                                                                                          ...

                                                                                          [?]irredeemable urban blockhead » 🌐
                                                                                          @apophis@yourwalls.today

                                                                                          @anemone for functionality's sake it should always be proportional to the shortest dimension of the rectangle

                                                                                          yeah it would make everything look like 1000% dogshit but i am saying this out of spite really

                                                                                            ...

                                                                                            [?]irredeemable urban blockhead » 🌐
                                                                                            @apophis@yourwalls.today

                                                                                            @anemone but this particular example fails even at that

                                                                                              1 ★ 0 ↺

                                                                                              [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                                              @eris@p.enes.lv

                                                                                              Interpreting this as you saying everything should be pill shaped (radius is half of the shortest dimension)

                                                                                              CC: @anemone@ebiverse.social

                                                                                                ...
                                                                                                1 ★ 0 ↺

                                                                                                [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                                                @eris@p.enes.lv

                                                                                                ok that could potentially look better than the given example

                                                                                                CC: @apophis@yourwalls.today @anemone@ebiverse.social

                                                                                                  ...

                                                                                                  [?]irredeemable urban blockhead » 🌐
                                                                                                  @apophis@yourwalls.today

                                                                                                  @eris @anemone bad css gore with the text spilling out would look better than the given example lol

                                                                                                    [?]Mitsu » 🌐
                                                                                                    @Mitsu@outerheaven.club

                                                                                                    ...

                                                                                                    [?]Agha of the House of Felicity » 💔 🔓
                                                                                                    @anna@popbob.wtf

                                                                                                    @Mitsu why did i think this was tim sweeney 😥

                                                                                                      ...

                                                                                                      [?]irredeemable urban blockhead » 🔓
                                                                                                      @apophis@yourwalls.today

                                                                                                      @anna @Mitsu neither person nor rabbit look AI-generated but i may be out of touch because the background definitely does (the toys and at least the pictures at the back)

                                                                                                        [?]إمي ❄️🏳️‍⚧️🇵🇸 » 🌐
                                                                                                        @emmy@transfem.social

                                                                                                        Iran politics, western media [SENSITIVE CONTENT]

                                                                                                        Khamenei Jr
                                                                                                        What is wrong with western media? ​:akko_eew2:

                                                                                                          ...

                                                                                                          [?]إمي ❄️🏳️‍⚧️🇵🇸 » 🌐
                                                                                                          @emmy@transfem.social

                                                                                                          politics, making fun of western media [SENSITIVE CONTENT]

                                                                                                          I'm going to start calling Trump "Donald bin Fred Al Trump"

                                                                                                          (Note: Al here is آل denoting family, not الـ meaning The)

                                                                                                          ...
                                                                                                          3 ★ 1 ↺

                                                                                                          [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                                                          @eris@p.enes.lv

                                                                                                          politics, making fun of western media [SENSITIVE CONTENT]Donald Fredovich

                                                                                                            [?]Winter :flagLesbianBreizh: » 🌐
                                                                                                            @winter@social.translunar.academy

                                                                                                            ...
                                                                                                            2 ★ 1 ↺

                                                                                                            [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                                                            @eris@p.enes.lv

                                                                                                            It with the . But , I it's an old style of tweets from when its algorithm was less fancy

                                                                                                              ...

                                                                                                              [?]Winter :flagLesbianBreizh: » 🌐
                                                                                                              @winter@social.translunar.academy

                                                                                                              @eris so it’s a vestigial linguistic structure persisting beyond its relevant context, interesting

                                                                                                                ...

                                                                                                                [?]Curio » 🔓
                                                                                                                @curiousicae@tech.lgbt

                                                                                                                @winter
                                                                                                                I had thought that wes a rant of yours :blobfoxlaughsweat:
                                                                                                                @eris

                                                                                                                (Also inline hashtags save space when you’re close to hitting the message lenght limit again, but want your post be more discoverable.)

                                                                                                                  [?]Mx. Chara Aznable (they/them) of the Pnictogen Wing » 🌐
                                                                                                                  @mxchara@homestuck.fr

                                                                                                                  What the heck is vestigial about it? And why do you hate it so much? One can find pertinent things through hashtags here, and one can scarcely hope to find them any other way.

                                                                                                                    ...

                                                                                                                    [?]Winter :flagLesbianBreizh: » 🌐
                                                                                                                    @winter@social.translunar.academy

                                                                                                                    @mxchara @eris even searching for hashtags doesn’t work here on akkoma so we’ve all just given up on search, I forget it still matters somewhere :defeated_akko:

                                                                                                                      ...

                                                                                                                      [?]Winter :flagLesbianBreizh: » 🌐
                                                                                                                      @winter@social.translunar.academy

                                                                                                                      @mxchara @eris and it’s not that I hate hashtags in themself, there’s just this particular kind of guy on mastodon instances who replies completely missing the point and adding like 10 hashtags at the end of the post

                                                                                                                        0 ★ 0 ↺

                                                                                                                        [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                                                                        @eris@p.enes.lv

                                                                                                                        even searching for hashtags doesn’t work here on akkoma
                                                                                                                        what if you type in the post window and then click on it in the preview area? :hehe: it might go through a different codepath

                                                                                                                        CC: @mxchara@homestuck.fr

                                                                                                                          ...

                                                                                                                          [?]Winter :flagLesbianBreizh: » 🌐
                                                                                                                          @winter@social.translunar.academy

                                                                                                                          @eris @mxchara interestingly I tried following that hashtag link from here and it took me to your instance’s search results

                                                                                                                            ...
                                                                                                                            0 ★ 0 ↺

                                                                                                                            [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                                                                            @eris@p.enes.lv

                                                                                                                            oh yeah hehe it does that, maybe some snac thing, if I try to click on your hashtags, they go to your instance as well

                                                                                                                            CC: @mxchara@homestuck.fr

                                                                                                                              ...

                                                                                                                              [?]Winter :flagLesbianBreizh: » 🌐
                                                                                                                              @winter@social.translunar.academy

                                                                                                                              @eris @mxchara fascinating behavior, so they are links created by the origin instance and not by the instance reading it like usernames

                                                                                                                                ...

                                                                                                                                [?]Curio » 🔓
                                                                                                                                @curiousicae@tech.lgbt

                                                                                                                                @winter
                                                                                                                                If you look at the raw Mastodon client API responses, it actually serves all hashtags and mentions as HTML links with various <span> tag denoting their parts and function.
                                                                                                                                @mxchara @eris

                                                                                                                                  0 ★ 0 ↺

                                                                                                                                  [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                                                                                  @eris@p.enes.lv

                                                                                                                                  well, you can also search for the word itself, no need to hashtag half of the entire post

                                                                                                                                  CC: @winter@translunar.academy

                                                                                                                                    ...

                                                                                                                                    [?]Mx. Chara Aznable (they/them) of the Pnictogen Wing » 🌐
                                                                                                                                    @mxchara@homestuck.fr

                                                                                                                                    Is there something actually wrong with wanting a post to be easier to find on search?

                                                                                                                                      ...
                                                                                                                                      0 ★ 0 ↺

                                                                                                                                      [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                                                                                      @eris@p.enes.lv

                                                                                                                                      It is when the looks like this, .

                                                                                                                                      CC: @winter@translunar.academy

                                                                                                                                        ...

                                                                                                                                        [?]Mx. Chara Aznable (they/them) of the Pnictogen Wing » 🌐
                                                                                                                                        @mxchara@homestuck.fr

                                                                                                                                        Eyes of the beholder? You're telling me that hypertext looks horrendous, basically, with a deliberately tendentious example.

                                                                                                                                          ...
                                                                                                                                          0 ★ 0 ↺

                                                                                                                                          [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                                                                                          @eris@p.enes.lv

                                                                                                                                          That is what this thread is about? People who post like that? One of us here has a reading comprehension that pisses on the poor

                                                                                                                                          CC: @winter@translunar.academy

                                                                                                                                            ...

                                                                                                                                            [?]Mx. Chara Aznable (they/them) of the Pnictogen Wing » 🌐
                                                                                                                                            @mxchara@homestuck.fr

                                                                                                                                            Uh…hashtags piss on the poor? Could you explain that?

                                                                                                                                              [?]Winter :flagLesbianBreizh: » 🌐
                                                                                                                                              @winter@social.translunar.academy

                                                                                                                                              @mxchara @eris I totally get dropping hashtags on the end of a long significant post you want to attract discussion to or something, but why would some random irrelevant reply need to be that easily searched?

                                                                                                                                                ...

                                                                                                                                                [?]Mx. Chara Aznable (they/them) of the Pnictogen Wing » 🌐
                                                                                                                                                @mxchara@homestuck.fr

                                                                                                                                                I can't answer that, but surely there's no way to implement a mechanism allowing a person to signify, "I would like my post to be more easily found on search," that isn't going to be used badly or nonsensically at times. I think it's an acceptable drawback, a minor nuisance. It just looks silly.

                                                                                                                                                  ...

                                                                                                                                                  [?]Winter :flagLesbianBreizh: » 🌐
                                                                                                                                                  @winter@social.translunar.academy

                                                                                                                                                  @mxchara @eris and that’s all I was complaining about, not the mechanism of hashtags themself, I don’t know why this argument was necessary :defeated_akko:

                                                                                                                                                    ...

                                                                                                                                                    [?]Mx. Chara Aznable (they/them) of the Pnictogen Wing » 🌐
                                                                                                                                                    @mxchara@homestuck.fr

                                                                                                                                                    My apologies. I happen to like that there's some kind of mechanism like hashtagging, and I myself feel like it's in the spirit of the early Internet (which often featured highly hyperlinked hand-coded webpages) so I am keen to defend it.

                                                                                                                                                      2 ★ 0 ↺

                                                                                                                                                      [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                                                                                                      @eris@p.enes.lv

                                                                                                                                                      LMFAOOOO 😭😭😭 i got boosted by an account that autoboosts the writing hashtag

                                                                                                                                                      CC: @winter@translunar.academy

                                                                                                                                                        [?]SuperTux » 🌐
                                                                                                                                                        @supertux@floss.social

                                                                                                                                                        Release dates are like glue. You can kind of eat them.

                                                                                                                                                        ...
                                                                                                                                                        0 ★ 0 ↺

                                                                                                                                                        [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                                                                                                        @eris@p.enes.lv

                                                                                                                                                        release dates are like glue, if you don't stick to them, it's not your fault

                                                                                                                                                          [?]feliks✨ » 🌐
                                                                                                                                                          @feliks@chaos.social

                                                                                                                                                          Tweet by user “blake @blakefrelst” reads:
“If you’re a baker who’s three years into your career: quit now. there is not a single job in baking anymore. it’s over. this field won’t exist in 1.5 years.”

Below the tweet is an image of a Zojirushi BB-HAC10 Home Bakery Mini Breadmaker, a compact white breadmaking machine with buttons and a small display screen.

                                                                                                                                                          Alt...Tweet by user “blake @blakefrelst” reads: “If you’re a baker who’s three years into your career: quit now. there is not a single job in baking anymore. it’s over. this field won’t exist in 1.5 years.” Below the tweet is an image of a Zojirushi BB-HAC10 Home Bakery Mini Breadmaker, a compact white breadmaking machine with buttons and a small display screen.

                                                                                                                                                          ...

                                                                                                                                                          [?]Suspiciously Masculine Server Maid » 🌐
                                                                                                                                                          @prettygood@socially.drinkingatmy.computer

                                                                                                                                                          @feliks I own this bread machine, funny. Its almost done making a loaf actually lmao

                                                                                                                                                            ...

                                                                                                                                                            [?]Wignat Willy » 🌐
                                                                                                                                                            @Will2Power@poa.st

                                                                                                                                                            @prettygood @feliks Poast loaf

                                                                                                                                                              ...

                                                                                                                                                              [?]Suspiciously Masculine Server Maid » 🔓
                                                                                                                                                              @prettygood@socially.drinkingatmy.computer

                                                                                                                                                              @Will2Power @feliks I would if I can ever get out of this cocksucking meeting being told how fucked we are

                                                                                                                                                                [?]Suspiciously Masculine Server Maid » 🔓
                                                                                                                                                                @prettygood@socially.drinkingatmy.computer

                                                                                                                                                                @Will2Power @feliks

                                                                                                                                                                A bread machine loaf of bread with the pan it was baked in, on a cooling rack, on a stove top

                                                                                                                                                                Alt...A bread machine loaf of bread with the pan it was baked in, on a cooling rack, on a stove top

                                                                                                                                                                  ...

                                                                                                                                                                  [?]Wignat Willy » 🔓
                                                                                                                                                                  @Will2Power@poa.st

                                                                                                                                                                  @prettygood @feliks You gonna get a slice of it? We need to see the cross section.

                                                                                                                                                                    ...

                                                                                                                                                                    [?]Suspiciously Masculine Server Maid » 🔓
                                                                                                                                                                    @prettygood@socially.drinkingatmy.computer

                                                                                                                                                                    @Will2Power @feliks even with a proper bread knife I can't cut straight for shit

                                                                                                                                                                    Imagepipe_248.jpg

                                                                                                                                                                    Alt...Imagepipe_248.jpg

                                                                                                                                                                    Imagepipe_249.jpg

                                                                                                                                                                    Alt...Imagepipe_249.jpg

                                                                                                                                                                      ...

                                                                                                                                                                      [?]Wignat Willy » 🔓
                                                                                                                                                                      @Will2Power@poa.st

                                                                                                                                                                      @prettygood @feliks Woah, thicc. 🍞

                                                                                                                                                                        ...

                                                                                                                                                                        [?]Suspiciously Masculine Server Maid » 🔓
                                                                                                                                                                        @prettygood@socially.drinkingatmy.computer

                                                                                                                                                                        @Will2Power @feliks it gets used for open-face (tomato) sandwiches and croutons so I don't try to get real thin with it

                                                                                                                                                                          [?]bl00d » 🌐
                                                                                                                                                                          @bl00d@yourwalls.today

                                                                                                                                                                          ...

                                                                                                                                                                          [?]gatita con frijoles :wormkisser: :labrysSickle: » 🌐
                                                                                                                                                                          @coolbean@brain.worm.pink

                                                                                                                                                                          @bl00d and yet you have a thermomix tm5, curious

                                                                                                                                                                            ...

                                                                                                                                                                            [?]bl00d » 🌐
                                                                                                                                                                            @bl00d@yourwalls.today

                                                                                                                                                                            @coolbean i don't, i've got air fryer instead

                                                                                                                                                                              [?]lizzy مثلية الله ☭ :heart_lesbian_diagonal2: :cuwu: » 🌐
                                                                                                                                                                              @lizzy@social.vlhl.dev

                                                                                                                                                                              why would hachyderm report julia to us for something that happened in my replies? complete clown behavior, i can have a strongly worded disagreement with someone without wanting to deplatform them.

                                                                                                                                                                              Report on julia@eepy.moe, 3 statuses:

- @lizzy lol fuck off you cunt

- Stop being entitled pricks and deciding that the minute something is tainted by ai you need to crucify the maintainer

You all act like fucking conservatives when they hear the word pronouns when AI is used and never once look at WHY it’s being used

- Oh my god it literally doesn’t matter if a repo has a handful of ai commits

Maybe fucking support developers so they don’t get burnt out and turn to the slop machine because you ungrateful fucks want software for free forever with zero contribution

Be greatful, maintaining codebases isn’t something that you can just do wothout active effort

                                                                                                                                                                              Alt...Report on julia@eepy.moe, 3 statuses: - @lizzy lol fuck off you cunt - Stop being entitled pricks and deciding that the minute something is tainted by ai you need to crucify the maintainer You all act like fucking conservatives when they hear the word pronouns when AI is used and never once look at WHY it’s being used - Oh my god it literally doesn’t matter if a repo has a handful of ai commits Maybe fucking support developers so they don’t get burnt out and turn to the slop machine because you ungrateful fucks want software for free forever with zero contribution Be greatful, maintaining codebases isn’t something that you can just do wothout active effort

                                                                                                                                                                              ...

                                                                                                                                                                              [?]Late Stage Mall-Emo Realism » 🌐
                                                                                                                                                                              @EmoIsDeadAndSoAmI@mastodon.bv.linksjugend-solid.de

                                                                                                                                                                              @lizzy
                                                                                                                                                                              decentralized moderation was a mistake bring back $GIANTEVILMEGACORP moderation neglect

                                                                                                                                                                                ...

                                                                                                                                                                                [?]kimapr ☭ » 🌐
                                                                                                                                                                                @kimapr@ublog.kimapr.net

                                                                                                                                                                                @EmoIsDeadAndSoAmI @lizzy ironically hachyderm is owned by Nivenly i.e. the weird org that wants to bring centralized moderation to fedi by having everyone import TBS blocklists

                                                                                                                                                                                  ...

                                                                                                                                                                                  [?]kimapr ☭ » 🌐
                                                                                                                                                                                  @kimapr@ublog.kimapr.net

                                                                                                                                                                                  @EmoIsDeadAndSoAmI @lizzy also i think it wasn’t “hachyderm” (the admins) doing the reporting, but a regular hachyderm user with “forward report to remote instance” checkbox checked. mastodon report anonymization makes it look like it was “from hachyderm”. if you look at julia’s account through hachyderm it’s still there and not banned seemingly

                                                                                                                                                                                  didnt know that checkbox forwards the report to every instance involved in the thread and not just the post author one though..

                                                                                                                                                                                    ...

                                                                                                                                                                                    [?]lizzy مثلية الله ☭ :heart_lesbian_diagonal2: :cuwu: » 🌐
                                                                                                                                                                                    @lizzy@social.vlhl.dev

                                                                                                                                                                                    @kimapr @EmoIsDeadAndSoAmI i thought regular users can't do that until admin approves

                                                                                                                                                                                      ...

                                                                                                                                                                                      [?]kimapr ☭ » 🌐
                                                                                                                                                                                      @kimapr@ublog.kimapr.net

                                                                                                                                                                                      @lizzy @EmoIsDeadAndSoAmI Nah on mastadon and akkoma any random noob can forward reports automatically and immediately with no oversight which definitelly won’t cause problems when reporting a user of a hostile instance :)

                                                                                                                                                                                      At least AFAIK it is like that, i remember sharkey people complaining about this

                                                                                                                                                                                      and, i use a non-admin accounr on my server (the real admin is @root ), forwarding reports has always justworked with no admin approval here seemingly

                                                                                                                                                                                        ...

                                                                                                                                                                                        [?]lizzy مثلية الله ☭ :heart_lesbian_diagonal2: :cuwu: » 🌐
                                                                                                                                                                                        @lizzy@social.vlhl.dev

                                                                                                                                                                                        @kimapr @EmoIsDeadAndSoAmI @root doesn't that also mean reports can be used for anonymous harassment

                                                                                                                                                                                          2 ★ 1 ↺

                                                                                                                                                                                          [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                                                                                                                                          @eris@p.enes.lv

                                                                                                                                                                                          how does this even make sense on the software side? "yes report this person to the person they're replying to"? what?

                                                                                                                                                                                            ...

                                                                                                                                                                                            [?]Amber :neodog_box: » 🌐
                                                                                                                                                                                            @puppygirlhornypost2@transfem.social

                                                                                                                                                                                            @eris@p.enes.lv @lizzy@social.vlhl.dev iirc mastodon just sends a report to all servers involved lol.

                                                                                                                                                                                              2 ★ 1 ↺
                                                                                                                                                                                              paula8 boosted

                                                                                                                                                                                              [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                                                                                                                                              @eris@p.enes.lv

                                                                                                                                                                                              she raise on my error until i throw up and die

                                                                                                                                                                                              https://blahaj.social/users/leah/statuses/116222261057328548

                                                                                                                                                                                              [?]إمي ❄️🏳️‍⚧️🇵🇸 » 🌐
                                                                                                                                                                                              @emmy@transfem.social

                                                                                                                                                                                              Hot take about shell scripts:

                                                                                                                                                                                              If you complain about a bug that can be caught with shellcheck, then it's your fault. Shell scripts have a lot of issues, but shellcheck-able ones ain't one.

                                                                                                                                                                                              2 ★ 0 ↺

                                                                                                                                                                                              [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                                                                                                                                              @eris@p.enes.lv

                                                                                                                                                                                              ppl abbreviating eye contact to EC makes me think of ECC RAM

                                                                                                                                                                                              [?]Mae » 🌐
                                                                                                                                                                                              @Mae@is.badat.dev

                                                                                                                                                                                              Where does the name of arc4random come from?

                                                                                                                                                                                              ...

                                                                                                                                                                                              [?]lizzy مثلية الله ☭ :heart_lesbian_diagonal2: :cuwu: » 🌐
                                                                                                                                                                                              @lizzy@social.vlhl.dev

                                                                                                                                                                                              @Mae Alleged Rivest Cipher 4
                                                                                                                                                                                              Rivest is the same guy as the R in RSA
                                                                                                                                                                                              Alleged because RC4 (as a cipher) is completely insecure

                                                                                                                                                                                                ...
                                                                                                                                                                                                1 ★ 0 ↺

                                                                                                                                                                                                [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                                                                                                                                                @eris@p.enes.lv

                                                                                                                                                                                                Alleged because it's not the official RC4 cypher implementation from RSA company but a reverse engineered one and nobody wanted to get sued.

                                                                                                                                                                                                but yeah nowadays the function shouldn't use arc4 anymore, it's just that APIs can't change

                                                                                                                                                                                                CC: @Mae@is.badat.dev

                                                                                                                                                                                                  [?]vaartis of the ratular bells » 🌐
                                                                                                                                                                                                  @vaartis@pl.kotobank.ch

                                                                                                                                                                                                  ... [SENSITIVE CONTENT]

                                                                                                                                                                                                  ...
                                                                                                                                                                                                  0 ★ 0 ↺

                                                                                                                                                                                                  [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                                                                                                                                                  @eris@p.enes.lv

                                                                                                                                                                                                  good lord there's penice

                                                                                                                                                                                                    ...

                                                                                                                                                                                                    [?]gatita con frijoles :wormkisser: :labrysSickle: » 🌐
                                                                                                                                                                                                    @coolbean@brain.worm.pink

                                                                                                                                                                                                    watch gnu fork systemd and call it libresd

                                                                                                                                                                                                    ...
                                                                                                                                                                                                    4 ★ 1 ↺
                                                                                                                                                                                                    Mae boosted

                                                                                                                                                                                                    [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                                                                                                                                                    @eris@p.enes.lv

                                                                                                                                                                                                    watch openbsd fork openrc and call it librerc :heheperhaps:

                                                                                                                                                                                                      ...

                                                                                                                                                                                                      [?]gatita con frijoles :wormkisser: :labrysSickle: » 🌐
                                                                                                                                                                                                      @coolbean@brain.worm.pink

                                                                                                                                                                                                      @eris i lowk want this to happen just so i can have the same daemon manager across openbsd and linux but i dont actually like openrc

                                                                                                                                                                                                      maybe something s6-based. thatd be fun

                                                                                                                                                                                                        [?]lizzy مثلية الله ☭ :heart_lesbian_diagonal2: :cuwu: » 🌐
                                                                                                                                                                                                        @lizzy@social.vlhl.dev

                                                                                                                                                                                                        @eris @coolbean openrc but without WOKE and PRONOUNS

                                                                                                                                                                                                          ...

                                                                                                                                                                                                          [?]gatita con frijoles :wormkisser: :labrysSickle: » 🌐
                                                                                                                                                                                                          @coolbean@brain.worm.pink

                                                                                                                                                                                                          @lizzy @eris no thats gnu again

                                                                                                                                                                                                            ...

                                                                                                                                                                                                            [?]lizzy مثلية الله ☭ :heart_lesbian_diagonal2: :cuwu: » 🌐
                                                                                                                                                                                                            @lizzy@social.vlhl.dev

                                                                                                                                                                                                            @coolbean @eris gnu is woke
                                                                                                                                                                                                            i had a chat during breakfast with the director of fsf a while ago, fsfe people were there as well
                                                                                                                                                                                                            fsf has many weird ideas but in this regard, i think they're quite ok

                                                                                                                                                                                                              3 ★ 0 ↺

                                                                                                                                                                                                              [?]GNUkko Sauvage (eris-ng) :neorenard: » 🌐
                                                                                                                                                                                                              @eris@p.enes.lv

                                                                                                                                                                                                              no you're thinking of sinit, the suckless init system (it's a single file bash script you have to edit yourself & restart whenever you want to add new services)

                                                                                                                                                                                                              CC: @lizzy@social.vlhl.dev

                                                                                                                                                                                                                ...

                                                                                                                                                                                                                [?]lizzy مثلية الله ☭ :heart_lesbian_diagonal2: :cuwu: » 🌐
                                                                                                                                                                                                                @lizzy@social.vlhl.dev

                                                                                                                                                                                                                @coolbean they already have shepherd!!

                                                                                                                                                                                                                  History

                                                                                                                                                                                                                  Back to top - More...