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 😅"

2 ★ 0 ↺
in reply to »

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

Yes

    1 ★ 0 ↺
    in reply to »

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

    You don't have to use the marquee for that btw, it's perfectly achievable with simple CSS animations.

    <div class="floating floating-x">
    <img class="floating-y" src="..." alt="...">
    </div>
    :root {
    --floating-delay: 0s;
    --floating-width: 8em;
    --floating-height: 8em;
    }

    .floating {
    position: fixed;
    z-index: 1000;
    pointer-events: none;
    }

    .floating img {
    width: var(--floating-width);
    height: var(--floating-height);
    }

    .floating-x {
    animation: floating-x 16s linear infinite alternate;
    animation-delay: var(--floating-delay);
    }

    .floating-y {
    animation: floating-y 9s linear infinite alternate;
    animation-delay: var(--floating-delay);
    }

    @keyframes floating-x {
    100% {
    transform: translateX(calc(100vw - var(--floating-width)));
    }
    }

    @keyframes floating-y {
    100% {
    transform: translateY(calc(100vh - var(--floating-height)));
    }
    }

    Feel free to remove the variables and hardcode it. Change --floating-width & --floating-height to your needed sizes, --floating-delay starts the animation in a different location, useful for when you have multiple floating things on screen. Consider adding different delays for x & y to have it never hit the corner. Play with the 16s & 9s if you feel like the images are moving too fast or too slow. Maybe changing from linear to something else could be fun. You might want to use https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion to disable them if this is going to be very public facing. I no longer remember from whom I stole this idea.

    CC: @Capital@catlang.social

      ...
      in reply to »

      [?]lain » 🌐
      @lain@lain.com

      @waifu getting tired of so much winning

        2 ★ 0 ↺
        in reply to »

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

        TIL that I'm more than 15cm taller than Eris

          ...
          1 ★ 0 ↺
          in reply to »

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

          is this fine?

            ...
            1 ★ 0 ↺
            in reply to »

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

            Nah, this is the registrar, the paid period expired, so they put up an ad page, but it's still reserved for you.

            CC: @pwm@darkdork.dev

              2 ★ 0 ↺
              in reply to »

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

              Oh from such a perspective, yes, there would be more software (free or not). Thanks for pointing that out.

              CC: @eric@pl.starnix.network @Suiseiseki@freesoftwareextremist.com @maija@netzsphaere.xyz

                [?]perps :heart_trans_white: » 🌐
                @perplestuff@fedi.furfag.biz

                5 ★ 0 ↺
                in reply to »

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

                4chan was DEI

                  1 ★ 0 ↺
                  in reply to »

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

                  ok then the question goes around too, because why would i as a client, would buy your software if i can probably find the same thing for free in a while? like, what is the value I'm getting from our transaction?
                  Same as our world. Maybe there just isn't any good free alternatives, maybe you've gotten vendor-locked due to being taught only how to use my photo editing tool. And if you mean "why can't I just legally torrent the file", you can but you won't get support and timely enough updates due to it being non-free. I guess this kinda sounds like RedHat's business model lmfao, so you can definitely do that with normal free software, just easier with proprietary as you keep the source locked away in a safe.

                  Perhaps what we have to look at not incentives to write free software but disincentives to write proprietary software? Lack of copyright protections would make proprietary source harder to protect -- you'd have to employ top of the line obfuscation methods and if your source code gets leaked, lol lmao. That extra effort and cost might be enough to disincentivise an "I'll write a proprietary markdown wiki in electron and sell that with a subscription" startup.

                  CC: @eric@pl.starnix.network @Suiseiseki@freesoftwareextremist.com @maija@netzsphaere.xyz

                    ...
                    2 ★ 0 ↺
                    in reply to »

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

                    404 Not Found (snac/2.75-dev)

                      ...
                      2 ★ 0 ↺
                      in reply to »

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

                      Well, I suppose every "source available" software in our world would automatically become free software in that world (I'm assuming any other pseudo-copyright bullshit will not be a thing in that world as well, patents, weird trademark clauses, special legislation for DRMs, etc). And I think the incentive would be as large as the incentive to make "source available" software in our world, so yes, but I think for your question this answer would actually be "no". If I am a developer who only releases binaries to, idk, make sure you pay me to give you updates, I would keep doing that doubly so in a no-copyright world, except I'd also probably invest into tools that make reverse engineering harder.

                      CC: @eric@pl.starnix.network @Suiseiseki@freesoftwareextremist.com @maija@netzsphaere.xyz

                        ...
                        0 ★ 0 ↺
                        in reply to »

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

                        Always interesting to see how people write X or Q in languages that actually use them

                        CC: @kaia@brotka.st

                          3 ★ 0 ↺
                          in reply to »

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

                          To be fair, in our world, once it's out, it's out for good as well, just grab the WEB-DL torrent.

                          In that world there is still the first mover incentive, if it takes users a week to get the file, you've won. And there would also be a sort of "second mover incentive" to not publish instructions/tools for cracking the DRM since you can legally put up a cheaper competing DRM-ed streaming service by "stealing" content from the first one.

                          CC: @eric@pl.starnix.network @Suiseiseki@freesoftwareextremist.com @maija@netzsphaere.xyz

                            ...
                            3 ★ 1 ↺
                            reia~! boosted
                            in reply to »

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

                            That's the source code of @reia@linfan.moe

                              1 ★ 0 ↺
                              in reply to »

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

                              Consider Netflix: even if you technically can share & adapt movies or binaries without any problems, there is still a profit incentive to make them very hard to acquire, hidden behind an effective DRM. I'd say security through obscurity, even if minor, is large enough of an incentive to not make your DRM source code freely available.

                              CC: @eric@pl.starnix.network @Suiseiseki@freesoftwareextremist.com @maija@netzsphaere.xyz

                                ...
                                1 ★ 0 ↺
                                in reply to »

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

                                Is that some Bloobdorne reference? anyways, eye of cosmos, the omniscient dog god

                                  ...
                                  1 ★ 0 ↺
                                  in reply to »

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

                                  You could have a handle on the outside

                                  CC: @smitten@key.portend.place @letsbekind2@transfeminine.art

                                    ...
                                    in reply to »

                                    [?]melon :pudding_verified: » 🌐
                                    @waifu@mai.waifuism.life

                                    @VD15@pl.valkyrie.world nono you're supposed to post screenshots from twitter not the fediverse

                                      [?]Alice :neocat_flag_transbian: » 🌐
                                      @alice@mk.nyaa.place

                                      Question. How does fedi call these 4 gamepad buttons? Obviously every gamepad will have them labelled, but I'm wondering specifically about generic names. Like if you don't know what gamepad someone has and need to mention a specific button, how would you call it?

                                      I currently call them north/south/west/east internally, but I don't think those names are super common otherwise.

                                      Obviously I have more specific gamepads for xbox/nintendo/sony labels, but there will always be weird gamepads that don't match anything, and I'm making a generic type (look at the bottom right corner of the image), but I'm not sure how to actually call these buttons.

                                      :boosts_ok_gay:

                                      Edit: Please do not reply with "Just label them" or "Just call them ABXY" etc. I have those types. That's not what I'm asking about.

                                      Screenshot of Highscore showing a WIP generic gamepad type. There are no labels on any buttons, except for a home icon on the home button. Behind the prefererences dialog is the main window, and in the bottom right corner there are 2 gamepad navigation hints: Run (south button) and Back (east button). The icons are: 4 circles, 3 of them are dim, so like for south the bottom icon is highlighted and so on.

                                      Alt...Screenshot of Highscore showing a WIP generic gamepad type. There are no labels on any buttons, except for a home icon on the home button. Behind the prefererences dialog is the main window, and in the bottom right corner there are 2 gamepad navigation hints: Run (south button) and Back (east button). The icons are: 4 circles, 3 of them are dim, so like for south the bottom icon is highlighted and so on.

                                        ...
                                        2 ★ 0 ↺
                                        in reply to »

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

                                        or select alpha, create new layer underneath the text, grow selection, fill with outline colour

                                        CC: @mer@yourwalls.today

                                          ...
                                          2 ★ 0 ↺
                                          in reply to »

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

                                          In my opinion, all music is an abomination

                                            ...
                                            in reply to »

                                            [?]pizza terrorist reloaded » 🌐
                                            @thenoid@brain.worm.pink

                                            @eris I think it's innovative how you're bringing gender war shit to the trans community

                                              ...
                                              0 ★ 0 ↺
                                              in reply to »

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

                                              I believe app.wafrn.net is a progressive web app. You can "install" it on Androids from Chrome (and I think Firefox as well) in the menu with the three dots. There should be some kind of "install app" or "add to phone". It's basically just a fancy shortcut to the webpage lol. But the webpage itself should already keep most of its static data locally. (That's why you see pop-ups like "update wafrn pls" which seemingly just refresh the page -- it actually downloads new versions of the static data.) If I'm wrong, Gargron Gabbo will probably correct me.

                                              CC: @gabboman@app.wafrn.net

                                                ...
                                                in reply to »

                                                [?]mer ䷔ » 🌐
                                                @mer@yourwalls.today

                                                @dushman @nyx dirty socks and briefs is even better

                                                  ...
                                                  1 ★ 0 ↺
                                                  in reply to »

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

                                                  ...
                                                  1 ★ 0 ↺
                                                  in reply to »

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

                                                  ...
                                                  1 ★ 0 ↺
                                                  in reply to »

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

                                                  Are you gaining weight? If the answer is no, eat more

                                                  CC: @prisixia@mk.absturztau.be @coolbean@social.xenofem.me

                                                    ...
                                                    in reply to »

                                                    [?]prisixia » 🌐
                                                    @prisixia@mk.absturztau.be

                                                    @fiore@brain.worm.pink @coolbean@social.xenofem.me

                                                    trans bitches be like "i don't have big boobs :("

my sister in christ
EAT

                                                    Alt...trans bitches be like "i don't have big boobs :(" my sister in christ EAT

                                                      ...
                                                      2 ★ 0 ↺
                                                      in reply to »

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

                                                      ...
                                                      3 ★ 0 ↺
                                                      in reply to »

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

                                                      They have a talent for writing

                                                        2 ★ 0 ↺
                                                        in reply to »

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

                                                        Oh you're going through -chat

                                                          ...

                                                          [?]kaia » 💔 🌐
                                                          @kaia@brotka.st

                                                          ...
                                                          2 ★ 0 ↺

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

                                                          Is the Adriatic sea (east of Italy) part of the Baltic sea?

                                                            1 ★ 0 ↺
                                                            in reply to »

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

                                                            Yeah it's probably a bug introduced when adding the svg filtering or something like that

                                                              1 ★ 0 ↺

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

                                                              Firekeeper just gave me a new kind of estus, the anti-testus

                                                              ...
                                                              0 ★ 0 ↺

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

                                                              oh no my bwals

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

                                                                изображение.webp

                                                                изображение.webp

                                                                Alt...изображение.webp

                                                                2 ★ 0 ↺
                                                                in reply to »

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

                                                                [?]iris🏴󠁧󠁢󠁷󠁬󠁳󠁿 » 🌐
                                                                @authen@brain.worm.pink

                                                                Indonesian gambling companies when your domain expires

                                                                [?]cyb3rn3tic m3lancholia 六七 [ 41666光R ] » 🌐
                                                                @41666@dis.sociat.ing

                                                                robotgirlposting, fictional analogs to choking [SENSITIVE CONTENT]

                                                                robotgirl charging her pet robotgirl

                                                                she knows her pet is sleepy, it needs a charge.
                                                                she shares her own battery,, but this is particularly vulnerable...

                                                                she carefully controls the charge current, never letting it get higher than what her pet needs...

                                                                she can slowly drop it, milliamp by milliamp, watching her pet's control systems jitter and twitch, its speech digitally slurs, and peripheral systems lose their power, limbs going limp...

                                                                and then comes back up just enough.. until the pet is charging at 0.001mAh,, curled up in her lap.

                                                                long night ahead~

                                                                this too is total power exchange

                                                                [?]raf » 🌐
                                                                @raf@brain.worm.pink

                                                                when im sad this is my comfort fish

                                                                ...
                                                                1 ★ 0 ↺

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

                                                                DON CRY IAM JUS FSH

                                                                  History

                                                                  Back to top - More...