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, specifically from 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/

My ducal court:

Wife Mother: @wife@p.enes.lv
The cheetah sitting in the corner of the court room: @f_o_u_r_t_y@shrine.moe
The messenger to the realms: @meso@the.asbestos.cafe
Translator: [Insert une's goreslut username]

Found my unfunny quotes
"@ukko what" — @ezio@akko.wtf
'I thought "ukko" was a Indonesian gal?' — Cent
"@Ukko did you have to post this?" - Jade Disarray
"@Ukko ukko." - @mia@void.rehab

CC @une@cawfee.club

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

Soap boosted

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

GOT PAID

...
Older...

[?]romi ⚔︎⚢ »
@romi@party.grtsk.com

@fiore give me €500

...

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

@romi i got paid 300€ . calm down

    ...

    [?]romi ⚔︎⚢ »
    @romi@party.grtsk.com

    @fiore ok give €300. please.

    ...

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

    @romi oh .. if ub ask so nicely,,,

      [?]the coolest of beans »
      @coolbean@linfan.moe

      @fiore @romi give me 400?

        ...

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

        @coolbean @romi i gotta invest all of it in $N2

          [?]the coolest of beans »
          @coolbean@linfan.moe

          @fiore woooo

            ...

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

            @coolbean gonna buy u n reia dinner once

              1 ★ 0 ↺

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

              where's my cut?

                ...

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

                @eris for wgat ..

                  ...
                  1 ★ 0 ↺

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

                  For protecting you from evil polish bullies

                    ...

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

                    @eris what if .. i like.. female polish bullies ..

                      ...
                      1 ★ 0 ↺

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

                      is this what breaking up is like. ...

                        ...

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

                        @eris no , i also like latvian cuties !!

                          [?]🎀 DXM 🎀 »
                          @dxm@sk.lavenderfield.xyz

                          @fiore HEOW ??

                            ...

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

                            @dxm wageslave job

                              ...

                              [?]🎀 DXM 🎀 »
                              @dxm@sk.lavenderfield.xyz

                              @fiore GOOD JOB !!!!

                                ...

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

                                @dxm vibe coding paid off

                                  [?]jade »
                                  @karebu@social.karebu.gay

                                  @fiore unfollowing

                                    ...

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

                                    @karebu im still unemployed on my heart

                                      [?]SuperDicq »
                                      @SuperDicq@minidisc.tokyo

                                      Why is Uma Musume suddenly popular in the west?

                                      ...
                                      rose boosted

                                      [?]kitten 百合 »
                                      @kitten@social.vlhl.dev

                                      why does anyone think this is remotely useful

                                      // original C code
int colour_palette_get(struct colour_palette *p, int c) {
  if (p == NULL)
    return (-1);

  if (c >= 90 && c <= 97)
    c = 8 + c - 90;
  else if (c & y)
    c &= ~COLOUR_FLAG_256;
  else if (c >= 8)
    return (-1);

  if (p->palette != NULL && p->palette[c] != -1)
    return (p->palette[c]);
  if (p->default_palette != NULL && p->default_palette[c] != -1)
    return (p->default_palette[c]);
  return (-1);
}

// generated Rust code
#[no_mangle]
pub unsafe extern "C" fn colour_palette_get(
    mut p: *mut colour_palette,
    mut c: libc::c_int,
) -> libc::c_int {
    if p.is_null() {
        return -(1 as libc::c_int);
    }
    if c >= 90 as libc::c_int && c <= 97 as libc::c_int {
        c = 8 as libc::c_int + c - 90 as libc::c_int;
    } else if c & 0x1000000 as libc::c_int != 0 {
        c &= !(0x1000000 as libc::c_int);
    } else if c >= 8 as libc::c_int {
        return -(1 as libc::c_int)
    }
    if !((*p).palette).is_null()
        && *((*p).palette).offset(c as isize) != -(1 as libc::c_int)
    {
        return *((*p).palette).offset(c as isize);
    }
    if !((*p).default_palette).is_null()
        && *((*p).default_palette).offset(c as isize) != -(1 as libc::c_int)
    {
        return *((*p).default_palette).offset(c as isize);
    }
    return -(1 as libc::c_int);
}

                                      Alt...// original C code int colour_palette_get(struct colour_palette *p, int c) { if (p == NULL) return (-1); if (c >= 90 && c <= 97) c = 8 + c - 90; else if (c & y) c &= ~COLOUR_FLAG_256; else if (c >= 8) return (-1); if (p->palette != NULL && p->palette[c] != -1) return (p->palette[c]); if (p->default_palette != NULL && p->default_palette[c] != -1) return (p->default_palette[c]); return (-1); } // generated Rust code #[no_mangle] pub unsafe extern "C" fn colour_palette_get( mut p: *mut colour_palette, mut c: libc::c_int, ) -> libc::c_int { if p.is_null() { return -(1 as libc::c_int); } if c >= 90 as libc::c_int && c <= 97 as libc::c_int { c = 8 as libc::c_int + c - 90 as libc::c_int; } else if c & 0x1000000 as libc::c_int != 0 { c &= !(0x1000000 as libc::c_int); } else if c >= 8 as libc::c_int { return -(1 as libc::c_int) } if !((*p).palette).is_null() && *((*p).palette).offset(c as isize) != -(1 as libc::c_int) { return *((*p).palette).offset(c as isize); } if !((*p).default_palette).is_null() && *((*p).default_palette).offset(c as isize) != -(1 as libc::c_int) { return *((*p).default_palette).offset(c as isize); } return -(1 as libc::c_int); }

                                      ...
                                      2 ★ 0 ↺

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

                                      Monkey's paw of "rewrite it in rust"

                                        ...

                                        [?]of nothing »
                                        @apropos@fsebugoutzone.org

                                        @eris @kitten this is an exact transliteration of C into Rust and not a true RiiR which should
                                        1. have 200 dependencies
                                        2. remove 20% of the features
                                        3. be such a huge pain in the ass to modify in any direction not anticipated by the author that you get to Rewrite it in Zig instead of doing that

                                          ...
                                          0 ★ 0 ↺

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

                                          I repeat myself: Monkey's paw of "rewrite it in rust"

                                          CC: @kitten@social.vlhl.dev

                                            [?]rose »
                                            @rose@yourwalls.today

                                            @kitten c ffi is the antichrist or something like that

                                              [?]UsernameSwift :determination: »
                                              @usernameswift@pleromer.net

                                              us/ir>US says its strikes degraded Iran’s nuclear programme by one to two years

                                              Hasn't netanyahu been claiming that Iran is weeks away from building a nuclear weapon for like a decade at this point

                                              ...

                                              [?] :baba_yaseen: :agenderFlag: :transgenderFlag: »
                                              @yassie_j@labyrinth.zone

                                              re: us/ir

                                              @usernameswift Iran has been “weeks away” for so long that self-driving cars will come out before then

                                                ...

                                                [?]/usr/bin/sudo »
                                                @sudo200@layer8.space

                                                re: us/ir [SENSITIVE CONTENT]

                                                @yassie_j @usernameswift

                                                Iran will have a nuclear weapon when GTA X comes out

                                                  5 ★ 2 ↺

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

                                                  us/ir [SENSITIVE CONTENT]King David has announced that Babylon is weeks away from finishing its nuclear program

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

                                                    They should do tag games on feddy

                                                    ...

                                                    [?]daniel:// stenberg:// »
                                                    @bagder@mastodon.social

                                                    "I've never once needed to do something with it that it couldn't"

                                                    Top-notch comment in the user

                                                      ...

                                                      [?]daniel:// stenberg:// »
                                                      @bagder@mastodon.social

                                                      "cURL is awesome. I have been using it since last century, longer than any other piece of software"

                                                      ...

                                                      [?]daniel:// stenberg:// »
                                                      @bagder@mastodon.social

                                                      "Thanks for your service to humanity!"

                                                      ...

                                                      [?]daniel:// stenberg:// »
                                                      @bagder@mastodon.social

                                                      there are over **two hundred** different thanks and love expressions in here...

                                                      ...

                                                      [?]Bjørn Göttler »
                                                      @bjoerngoettler@mastodon.social

                                                      @bagder I newer thought of it, but I must also have used it since last millenium. Took me a few days to agree with my self that it was ok to download some binary thingie from haxx.se

                                                        [?]Lars Fischer »
                                                        @lafischer@infosec.exchange

                                                        @bagder

                                                        ```
                                                        :) curl htcpcp://localhost
                                                        curl: (1) Protocol "htcpcp" not supported
                                                        ```

                                                        But I actually never needed that.
                                                        ;-)

                                                          ...
                                                          1 ★ 0 ↺

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

                                                          With a bit of elbow grease and a lot of testing, I managed to make it work, you've gotta abuse the fact that HTCPCP is a HTTP extension and it relies on your server accepting http:// schemas instead of coffee:// but it works!
                                                          ;) curl -X BREW -H 'Accept-Additions: Whole-milk' -H 'Safe: if-user-awake' -H 'Content-Type: application/coffee-pot-command' -d start http://barista -v  
                                                          * Host barista:80 was resolved.
                                                          * IPv6: (none)
                                                          * IPv4: 192.168.8.165
                                                          * Trying 192.168.8.165:80...
                                                          * Connected to barista (192.168.8.165) port 80
                                                          * using HTTP/1.x
                                                          > BREW / HTTP/1.1
                                                          > Host: barista
                                                          > User-Agent: curl/8.13.0
                                                          > Accept: */*
                                                          > Accept-Additions: Whole-milk
                                                          > Safe: if-user-awake
                                                          > Content-Type: application/coffee-pot-command
                                                          > Content-Length: 5
                                                          >
                                                          * upload completely sent off: 5 bytes
                                                          < HTTP/1.1 507 CUP IS ALREADY OVERFLOWING!!!
                                                          < Connection: close
                                                          <
                                                          * shutting down connection
                                                          CC: @bagder@mastodon.social

                                                            [?]jonossa seuraava »
                                                            @jonossaseuraava@post.ebin.club

                                                            linux moment (wasn't flatpak supposed to fix this exact thing)Info: runtime org.kde.Platform branch 6.6 is end-of-life, with reason:
                                                            We strongly recommend moving to the latest stable version of the Platform and SDK
                                                            Info: applications using this runtime:
                                                            com.obsproject.Studio

                                                            Info: runtime org.gnome.Platform branch 46 is end-of-life, with reason:
                                                            The GNOME 46 runtime is no longer supported as of April 17, 2025. Please ask your application developer to migrate to a supported platform.
                                                            Info: applications using this runtime:
                                                            com.leinardi.gwe, org.gnome.Cheese

                                                            ...

                                                            [?]Den Datafag Trollmann :flag: »
                                                            @hj@shigusegubu.club

                                                            re: linux moment (wasn't flatpak supposed to fix this exact thing)@jonossaseuraava no, flatpak supposed to solve user-wide applications (as opposed to system-wide) and having same package manager on all distros. Conflicts and other bullshit will never go away

                                                              ...

                                                              [?]jonossa seuraava »
                                                              @jonossaseuraava@post.ebin.club

                                                              re: linux moment (wasn't flatpak supposed to fix this exact thing)

                                                              @hj

                                                              bullshit will never go away

                                                              never has been more true words uttered

                                                                [?]jonossa seuraava »
                                                                @jonossaseuraava@post.ebin.club

                                                                re: linux moment (wasn't flatpak supposed to fix this exact thing)@hj
                                                                so wait a minute

                                                                there is literally no reason to use flatpaks on single user system 0___o?

                                                                  ...
                                                                  1 ★ 0 ↺

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

                                                                  If your system doesn't provide some package, it's one of the alternative package managers

                                                                  CC: @hj@shigusegubu.club

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

                                                                    why is ptn in second person anyway? chief is a very distinct character (even though she’s literally me fr) sometimes it switches to other character perspectives but still uses third person for them

                                                                    ...

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

                                                                    it does mean less voice acting and lower costs i guess?? also ngl older chief voice clips kinda suck. the VA seems good at other voices so i think shes being told to do a worse job tbh. like

                                                                    government official who just fought her way the loads of corruptors while she is being tormented via a telepathic connection and nearly mentally collapsed from killing a guy who tried to help her: “zoya ><. zoya wake up!! xD”

                                                                      ...

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

                                                                      i feel like none of the companies contracted for US stuff understood what they were getting into. like a lot of the ads are the most rancid shit ive ever seen and dont even have anything to do with the game. also the ads have a weird pedophilic undertone while chief isnt even interested in anyone in their early twenties.

                                                                        ...

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

                                                                        ptn seems like it was born from identity crisis (which works great for a game centered on an institution’s identity crisis). its like it was going to be some shitty gooner gacha with a prison setting and then got taken over by a bunch of lesbians who hate cops. its still constantly trying to figure out what it wants to be. the graves event was really lackluster. the writers gave graves fucked up teeth and joints bent the wrong way and sharp claws but the visuals just do not reflect that at all. at worst she turns kinda red when she’s being bad and therefore should look ugly but yk, when everything is good she looks beautiful:) but the words describe something a little more compelling, if only a little

                                                                          1 ★ 0 ↺

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

                                                                          you need pedophilic undertones to get the usual crowd to play it

                                                                            ...

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

                                                                            @eris yeah but its going to be disappointing when they dont find it in-game. f chief only really shows interest in women at least her own age (and some well above it). m chief doesn’t seem to like women as much

                                                                              ...
                                                                              2 ★ 0 ↺

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

                                                                              yeah but by then they'll be too deep in gambling

                                                                                ...

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

                                                                                @eris i mean youve gotta get through some main story before you can start pulling

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

                                                                                  @eris actually technically chief is like 100 so its a problematic age gap for her to date 30 year olds and women barely over half her age 🧠

                                                                                    ...

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

                                                                                    @eris and also she is arguably two years old so everyone else is a pedophile

                                                                                      ...
                                                                                      1 ★ 0 ↺

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

                                                                                      this is using lolicon mental gymnastics in reverse

                                                                                        ...

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

                                                                                        @eris its simple. chief is secretly 100 years old but she looks 30 something but she got her memory wiped 2 years ago and has a pretty different personality

                                                                                          ...

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

                                                                                          @eris also idk wtf they did to her in that vat bc she just kinda woke up ready to be a bureaucrat and investigator like the role demands.

                                                                                            ...
                                                                                            1 ★ 0 ↺

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

                                                                                            she also got an accelerated education like star wars clones

                                                                                              ...

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

                                                                                              @eris whatever it was didn’t complete and her superiors almost didnt put her in the position bc she was too unstable

                                                                                                ...
                                                                                                1 ★ 0 ↺

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

                                                                                                they forgot to chip her

                                                                                                  ...

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

                                                                                                  @eris i mean her immediate boss can make her head explode if ever needed and her other bosses can track her at all times and have something implanted in her that lets them put her in a coma so

                                                                                                    in reply to »

                                                                                                    [?]Gabbo the wafrn guy »
                                                                                                    @gabboman@app.wafrn.net

                                                                                                    I mean 80s nostalgia is a thing

                                                                                                    Your post but AI has been replaced with cocaine

                                                                                                    Alt...Your post but AI has been replaced with cocaine

                                                                                                    ...

                                                                                                    [?]Arctax 🫑 :neoghost_floof: »
                                                                                                    @arctaxia@app.wafrn.net

                                                                                                    😭

                                                                                                    you think yo mama is bad wait till the thing vcs jump into after that

you will pine for the simple days of yo mama bros

                                                                                                    Alt...you think yo mama is bad wait till the thing vcs jump into after that you will pine for the simple days of yo mama bros

                                                                                                      ...

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

                                                                                                      WHAT WHAT WHAT WHAT WHAT WHAT WHAT WHAT

                                                                                                      toby fox post with a concept art showing and saying that a certain character from deltarune can grow a flower from his nose when he's happy

                                                                                                      Alt...toby fox post with a concept art showing and saying that a certain character from deltarune can grow a flower from his nose when he's happy

                                                                                                      ...

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

                                                                                                      THIS IS SO CUTES

                                                                                                        [?]Steffo »
                                                                                                        @steffo@a.junimo.party

                                                                                                        @fiore that actually happens ingame

                                                                                                          ...

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

                                                                                                          @steffo yes i mustve missed it tho , holy shit

                                                                                                            ...

                                                                                                            [?]Steffo »
                                                                                                            @steffo@a.junimo.party

                                                                                                            @fiore right after the boss fight

                                                                                                              ...

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

                                                                                                              @steffo ohhh,, hmm ,, idk i might be gaslighting myself into remembering

                                                                                                                1 ★ 0 ↺

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

                                                                                                                i wish i could make fiore appear on my nose

                                                                                                                  ...

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

                                                                                                                  @eris u can ! boops u

                                                                                                                    ...
                                                                                                                    2 ★ 0 ↺

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

                                                                                                                    WHADDAHELL

                                                                                                                      [?]川音리오@Comiket@8/16東(East)ツ01a|8/17東(East)チ64b »
                                                                                                                      @rio@kawane.misskey.online

                                                                                                                      http://www.youtube.com/watch?v=ioqSvLqB46Y
                                                                                                                      I see. Ross Scott, leader of StopKillingGames, seems to look down on politics, polititians, and the law a lot in his video to sign up for his petition. And Thor from Pirate Software saw that as disingenuous and gross. As well as criticizing the ShopKillingGames site for being extremely vague.

                                                                                                                      I, as a grammatologist, understand that Ross wants to get as many gamers, who are consumers, as possible to sign up for his petition. This is probably the reason why he belittles politicians, antagonizes game publinher, and use natural language on his petition website.
                                                                                                                      However, from the creator or the game developer's perspective, both him and the language used on his site, seems disingenuous. The website, which is https://www.stopkillinggames.com/eci , says:

                                                                                                                      Require video games sold to remain in a working state when support ends.
                                                                                                                      which is unrealistic for online games like League of Legends, FF14, etc.
                                                                                                                      Even if it was possible, this will hurt small developers making new online games more than big publishing companies who can afford to make the online game for both single player and multiplayer to begin with.

                                                                                                                      If Ubisoft had marketed "The Crew" as a single player game with online functionalities, then revoking the game from your Library without notice would have been a problem. However, as much as everyone hates Ubisoft, they had marketed "The Crew" as an Online game ever since its release in 2014 and have been servicing the server for 10 years!! Usually, online games does not last for 10 years! There were less than 100 players for this very dead MMO game when Ubi pulled its life support plugs.

                                                                                                                      So yeah, I think the petition is not only an overkill knee-jerk reaction to a dead MMO game, but like what Pirate Software said, signing this initiative can be detrimental to the gaming community as a whole.

                                                                                                                      RE: https://kawane.misskey.online/notes/a9qkjahsh5

                                                                                                                      ...

                                                                                                                      [?]cReEpeRkiLlerX »
                                                                                                                      @nyanide@lab.nyanide.com

                                                                                                                      @rio Video is deliberately misinformative, apparently. People curb stomping pirate software have made videos debunking basically the entire antithesis, I think Ross actually has a video on the entire thing if you want both sides of the spectrum

                                                                                                                        ...

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

                                                                                                                        @nyanide @rio uhh piratesoftware is a plant uhh hahaha hiii,,, piratesoftware takes money from game companies WHAAAATTTT???? haha,, nvm haha ,,

                                                                                                                          ...

                                                                                                                          [?]cReEpeRkiLlerX »
                                                                                                                          @nyanide@lab.nyanide.com

                                                                                                                          @fiore @rio A plant? Why would he participate in WOW Classic events and deliberately do shitty things, get kicked off the clan he was in, stir up an entire shitstorm, and lose most of his credibility due to the way he handled that then go on to fight Ross?

                                                                                                                          Game companies are paying for that?

                                                                                                                            ...

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

                                                                                                                            @nyanide @rio huuuh who said that haha >.< i never couldve implied thor kun is part of the gaming industry and invested in it in any way shape or form !!! haha,,, like cmon, why would he be ??? its impossible that thor kun would own several shares from many different companies in the gaming world , its just absurd . after all , his behaviour can just be blamed on the fact that , just like in the example u brought , he might just be an asshole , and thats that >.< but who knows !!!!! haha,,

                                                                                                                              ...

                                                                                                                              [?]cReEpeRkiLlerX »
                                                                                                                              @nyanide@lab.nyanide.com

                                                                                                                              @fiore @rio If he's an investor that's that. It's natural for him to have interests which align with those of the game companies. I guess you could call him a plant but the game companies didn't deliberately put him in that position. He chose to be a plant.

                                                                                                                                ...

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

                                                                                                                                @nyanide @rio well yea ig . but still , thats pretty shitty behaviour on his part !!!!!! there is no “thor side” to this because he is deliberately spewing misinformation ^^

                                                                                                                                not that i care abt this whole thing anyways , i have literally never played a mainstream/AAA game

                                                                                                                                  1 ★ 0 ↺

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

                                                                                                                                  which is unrealistic for online games like League of Legends, FF14, etc.
                                                                                                                                  MMOs: just have a config.txt where you can change the server IPs and dump the server software to archive.org when shutting down. If people want to play it, they'll pay someone else to host it. Playable state doesn't mean "keep everything as it was", it just means playable.

                                                                                                                                  For something like League which isn't an MMO, you can even remove global ranking and matchmaking and just release a server with lobbies and such.

                                                                                                                                  In any case, that is an initiative that will get looked at by lawmakers AFTER it gets the signatures, maybe they'll make exceptions for subscription games or whatever like that, we'll only find out when that happens.

                                                                                                                                    [?]fif »
                                                                                                                                    @fif@femcel.online

                                                                                                                                    i have to comfmax but i cant sleep im a failsnoozer

                                                                                                                                    [?]Hyperhidrosis :reddit_gold: »
                                                                                                                                    @Hyperhidrosis@shitposter.world

                                                                                                                                    How is this nigger getting 3 jobs when I can't even get an interview.

                                                                                                                                    Someone get me his resume I'm gonna copy it.

                                                                                                                                    ...

                                                                                                                                    [?]fif »
                                                                                                                                    @fif@femcel.online

                                                                                                                                    @Hyperhidrosis put fake worj experience so it gets past the ATS

                                                                                                                                      0 ★ 0 ↺

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

                                                                                                                                      go look up shitty startups that will fail

                                                                                                                                        [?]🦆 ducksel 󰇥 »
                                                                                                                                        @ducksel@app.wafrn.net

                                                                                                                                        I wish I could emojireact irl to show emotion and acknowledgement without speaking

                                                                                                                                        ...
                                                                                                                                        0 ★ 0 ↺

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

                                                                                                                                        Carry with you printed out emojis

                                                                                                                                          ...
                                                                                                                                          0 ★ 0 ↺

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

                                                                                                                                          Like a sports referee lifts up a red card, you lift up a neocat or whatever

                                                                                                                                          CC: @ducksel@app.wafrn.net

                                                                                                                                            ...

                                                                                                                                            [?]🦆 ducksel 󰇥 »
                                                                                                                                            @ducksel@app.wafrn.net

                                                                                                                                            I love the idea, but I have enough trouble finding my emojis as is (takes me up to a minute per emoji)

                                                                                                                                              [?]🦆 ducksel 󰇥 »
                                                                                                                                              @ducksel@app.wafrn.net

                                                                                                                                              no, I'll give it a shot! I'll try this!

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

                                                                                                                                                im going insane i saw chief make a reference to drinking tea when she always struck me as more of a coffee drinker despite the fact that she totally could like both though i can only think of one instance of her drinking coffee idk

                                                                                                                                                ...

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

                                                                                                                                                why does this matter to me though 😭

                                                                                                                                                  ...

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

                                                                                                                                                  black tea kinda hits bc of adela tbh

                                                                                                                                                    1 ★ 0 ↺

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

                                                                                                                                                    are you a tea drinker?

                                                                                                                                                      ...

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

                                                                                                                                                      @eris i drink a cup of decaf after church every sunday and a cup of green tea when its a weekday and i dont hate myself

                                                                                                                                                        ...

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

                                                                                                                                                        @eris in practice i drink more coffee but i prefer tea (of any variety really) but i especially like green tea

                                                                                                                                                          ...

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

                                                                                                                                                          @eris chief just strikes me as a coffee drinker bc she is consistently exhausted and overworked so coffee good for caffeine. she has been depicted drinking coffee but i can only think of it in a situation where she was struggling to stay awake. when asked about her preferred soda she answers that shed really prefer black tea, which makes me think she likes coffee for the caffeine and tea for enjoyment

                                                                                                                                                            ...
                                                                                                                                                            1 ★ 0 ↺

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

                                                                                                                                                            i see i see

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

                                                                                                                                                              @eris she picks up bad habits from other people so im pretty sure shes fully picked up julien’s habit of ten sugar cubes in coffee for all-nighters. it even seems to kind of work for her

                                                                                                                                                                [?]Neko »
                                                                                                                                                                @neko@clubcyberia.co

                                                                                                                                                                I haven't shit in 6 days

                                                                                                                                                                ...

                                                                                                                                                                [?]ww 🩶 »
                                                                                                                                                                @ww@xyzzy.link

                                                                                                                                                                cocaine is natural vegetarian plant-based and gluten-free

                                                                                                                                                                ...
                                                                                                                                                                3 ★ 0 ↺

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

                                                                                                                                                                gluten-free
                                                                                                                                                                it depends

                                                                                                                                                                  ...

                                                                                                                                                                  [?]ww 🩶 »
                                                                                                                                                                  @ww@xyzzy.link

                                                                                                                                                                  @eris gluten???? not in my cocaine!!! :KuromiShocked:

                                                                                                                                                                    ...
                                                                                                                                                                    3 ★ 0 ↺

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

                                                                                                                                                                    It's more likely than you think

                                                                                                                                                                    (cutting it with flour is what I'm referring to)

                                                                                                                                                                      ...

                                                                                                                                                                      [?]ww 🩶 »
                                                                                                                                                                      @ww@xyzzy.link

                                                                                                                                                                      @eris smh greedy drug dealers these days cutting costs on every corner. Back In My Day it was at least lidocaine and baby formula /j

                                                                                                                                                                        [?]Gabbo the wafrn guy »
                                                                                                                                                                        @gabboman@app.wafrn.net

                                                                                                                                                                        shit thats spam… WAIT WE CAN FEDERATE WITH NODEBB?

                                                                                                                                                                        spam dm from nodebb

                                                                                                                                                                        Alt...spam dm from nodebb

                                                                                                                                                                        ...
                                                                                                                                                                        0 ★ 0 ↺

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

                                                                                                                                                                        Waow, I know Discourse has some kind of support for AP (or maybe through a plugin). Pretty wild ngl

                                                                                                                                                                          [?]cReEpeRkiLlerX »
                                                                                                                                                                          @nyanide@lab.nyanide.com

                                                                                                                                                                          The See Programming Language I parse JSON in C using a library.

                                                                                                                                                                          Half of the code is error checking.

                                                                                                                                                                          This is unreadable.

                                                                                                                                                                          ...

                                                                                                                                                                          [?]cReEpeRkiLlerX »
                                                                                                                                                                          @nyanide@lab.nyanide.com

                                                                                                                                                                          re: The See Programming Language I guess I'll just invent a shitty binary format instead.

                                                                                                                                                                            [?]Tyler, Pitiful Fool »
                                                                                                                                                                            @tyler@nicecrew.digital

                                                                                                                                                                            I was thinking about that earler when I used python (yuk) for that task - how is it in c?

                                                                                                                                                                              ...

                                                                                                                                                                              [?]cReEpeRkiLlerX »
                                                                                                                                                                              @nyanide@lab.nyanide.com

                                                                                                                                                                              @tyler Import the JSON blob, check that that was successful, now take out the field you want, check it's the right type, and firstly that it was actually able to be taken out, and put the parsed value into your variable.

                                                                                                                                                                              It works fine if you have, one or two fields to parse in a single function.

                                                                                                                                                                              But if you have 4? :3kliks_terror:

                                                                                                                                                                                ...

                                                                                                                                                                                [?]cReEpeRkiLlerX »
                                                                                                                                                                                @nyanide@lab.nyanide.com

                                                                                                                                                                                @tyler It just becomes mind numbing to stare at code that just exports JSON field information. So much filler.

                                                                                                                                                                                  ...
                                                                                                                                                                                  3 ★ 0 ↺

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

                                                                                                                                                                                  Make some kind of TRY macro for checking the return values. And unless you need to marshal entire struct to&from JSON, see if the library has some kind of JSONPointer or JSONPath support, should be cleaner to just run something like if (JSON_ptrInt(json, &out, "/sneed/chuck/id")) { errx(1, "JSON's fucked bro"); }. If you need struct marshalling, you probably need to start some preprocessor magic

                                                                                                                                                                                  CC: @tyler@nicecrew.digital

                                                                                                                                                                                    ...

                                                                                                                                                                                    [?]Tyler, Pitiful Fool »
                                                                                                                                                                                    @tyler@nicecrew.digital

                                                                                                                                                                                    C is like a hammer
                                                                                                                                                                                    Others are like special hammers.

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

                                                                                                                                                                                      @nyanide@lab.nyanide.com @tyler@nicecrew.digital Would some macros help perhaps?

                                                                                                                                                                                        ...

                                                                                                                                                                                        [?]cReEpeRkiLlerX »
                                                                                                                                                                                        @nyanide@lab.nyanide.com

                                                                                                                                                                                        @rozenglass @tyler Of course. Already got a suggestion for one I could slap on.

                                                                                                                                                                                          2 ★ 0 ↺

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

                                                                                                                                                                                          Your name is amazing btw @nyanide@lab.nyanide.com

                                                                                                                                                                                            [?]cReEpeRkiLlerX »
                                                                                                                                                                                            @nyanide@lab.nyanide.com

                                                                                                                                                                                            Guess what! I don't intend to move to Mexico. And I have a server rack in my basement.

                                                                                                                                                                                            I guess I'm the devil now because I have my own infrastructure in the place I was born?

                                                                                                                                                                                            ...
                                                                                                                                                                                            0 ★ 0 ↺

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

                                                                                                                                                                                            what are you talking about jesse

                                                                                                                                                                                              ...

                                                                                                                                                                                              [?]cReEpeRkiLlerX »
                                                                                                                                                                                              @nyanide@lab.nyanide.com

                                                                                                                                                                                              @eris More "I want all of my infrastructure off the USA" banter.

                                                                                                                                                                                                ...
                                                                                                                                                                                                2 ★ 0 ↺

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

                                                                                                                                                                                                Ohhhh, well you're not the devil, you just get pounded in your ass by Daddy Sam

                                                                                                                                                                                                  ...

                                                                                                                                                                                                  [?]cReEpeRkiLlerX »
                                                                                                                                                                                                  @nyanide@lab.nyanide.com

                                                                                                                                                                                                  @eris Well it's that or 200 ms latency on the shitty german vpses. And I don't have a particular fondness for their freezie peaches laws.

                                                                                                                                                                                                    [?]Dolphin Emulator »
                                                                                                                                                                                                    @dolphin@social.dolphin-emu.org

                                                                                                                                                                                                    Signature collection for the initiative against planned obsolescence of video games is ending in a few weeks. If you're from Europe, please sign the petition and support game preservation!

                                                                                                                                                                                                    For EU citizens: eci.ec.europa.eu/045/public/#/

                                                                                                                                                                                                    For UK citizens and residents: petition.parliament.uk/petitio

                                                                                                                                                                                                    Why we support it: dolphin-emu.org/blog/2024/12/0

                                                                                                                                                                                                      [?]twinspin :neofox_cofe: »
                                                                                                                                                                                                      @twinspin6@outerheaven.club

                                                                                                                                                                                                      i learned that x86 is little endian by failing a quiz question about it

                                                                                                                                                                                                      ...
                                                                                                                                                                                                      2 ★ 0 ↺

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

                                                                                                                                                                                                      I didn't know you used to work as an OpenSSL developer
                                                                                                                                                                                                      RE: https://cvsweb.openbsd.org/src/lib/libssl/src/crypto/sha/Attic/sha512.c?rev=1.3&content-type=text/x-cvsweb-markup
                                                                                                                                                                                                      Remove support for big-endian i386 and amd64.

                                                                                                                                                                                                      Before someone suggests the OpenSSL people are junkies, here is what they
                                                                                                                                                                                                      mention about this:

                                                                                                                                                                                                      	/* Most will argue that x86_64 is always little-endian. Well,
                                                                                                                                                                                                      * yes, but then we have stratus.com who has modified gcc to
                                                                                                                                                                                                      * "emulate" big-endian on x86. Is there evidence that they
                                                                                                                                                                                                      * [or somebody else] won't do same for x86_64? Naturally no.
                                                                                                                                                                                                      * And this line is waiting ready for that brave soul🙂 */
                                                                                                                                                                                                      So, yes, they are on drugs. But they are not alone, the stratus.com people are,
                                                                                                                                                                                                      too.

                                                                                                                                                                                                      [?]Winternet :Red::Red::Red: :twinterlune: »
                                                                                                                                                                                                      @winter@social.translunar.academy

                                                                                                                                                                                                      yeah I like older mountains, I don't care about the billion year age gap :menherahearts:

                                                                                                                                                                                                        ...
                                                                                                                                                                                                        1 ★ 0 ↺

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

                                                                                                                                                                                                        Problematic posts on the timeline by erodeists today

                                                                                                                                                                                                          fif boosted

                                                                                                                                                                                                          [?]anathema »
                                                                                                                                                                                                          @amalthea@pl.noob.quest

                                                                                                                                                                                                          intersectionality is a buzzword trojan horse thatbjust means idpol

                                                                                                                                                                                                          ...
                                                                                                                                                                                                          fif boosted

                                                                                                                                                                                                          [?]anathema »
                                                                                                                                                                                                          @amalthea@pl.noob.quest

                                                                                                                                                                                                          if you hear someone talking about some "intersectionality" its some theyfab they're saying they're better than you for being half eastern european

                                                                                                                                                                                                            [?]fif »
                                                                                                                                                                                                            @fif@femcel.online

                                                                                                                                                                                                            @amalthea you have to have a college education and be 100% woke or ur cannceled sry........ we dont let brown folx have opinions

                                                                                                                                                                                                              ...
                                                                                                                                                                                                              1 ★ 0 ↺

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

                                                                                                                                                                                                              Not very intersectional of you oomf. Unfollowed and added you to my black book of individualism supremacists.

                                                                                                                                                                                                              CC: @amalthea@pl.noob.quest

                                                                                                                                                                                                                ...

                                                                                                                                                                                                                [?]fif »
                                                                                                                                                                                                                @fif@femcel.online

                                                                                                                                                                                                                @eris @amalthea sorry ill paying my landback tax right now for forgiveness

                                                                                                                                                                                                                  ...
                                                                                                                                                                                                                  5 ★ 2 ↺

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

                                                                                                                                                                                                                  Amazing

                                                                                                                                                                                                                  post from @ezio@akko.wtf saying "Girls who are doing nothing:" right above a post from @lily@java.duke.social

                                                                                                                                                                                                                  Alt...post from @ezio@akko.wtf saying "Girls who are doing nothing:" right above a post from @lily@java.duke.social

                                                                                                                                                                                                                  ...

                                                                                                                                                                                                                  [?]『VRISKA』 »
                                                                                                                                                                                                                  @vriska@lizards.live

                                                                                                                                                                                                                  ...

                                                                                                                                                                                                                  [?]『VRISKA』 »
                                                                                                                                                                                                                  @vriska@lizards.live

                                                                                                                                                                                                                  aye, i got a glock in 'rari

                                                                                                                                                                                                                  Older...

                                                                                                                                                                                                                  [?]『VRISKA』 »
                                                                                                                                                                                                                  @vriska@lizards.live

                                                                                                                                                                                                                  this video goes extremely hard

                                                                                                                                                                                                                  [?]『VRISKA』 »
                                                                                                                                                                                                                  @vriska@lizards.live

                                                                                                                                                                                                                  you will watch this video

                                                                                                                                                                                                                  ...

                                                                                                                                                                                                                  [?]𝕹𝖞𝖝 妛彁 :xf_nyxsigil: :labrys-45-sickle: :nyxcat: »
                                                                                                                                                                                                                  @nyx@social.xenofem.me

                                                                                                                                                                                                                  @vriska idk why I watched this but it goes kinda hard

                                                                                                                                                                                                                    ...

                                                                                                                                                                                                                    [?]『VRISKA』 »
                                                                                                                                                                                                                    @vriska@lizards.live

                                                                                                                                                                                                                    @nyx unreasonably hard video

                                                                                                                                                                                                                      ...

                                                                                                                                                                                                                      [?]𝕹𝖞𝖝 妛彁 :xf_nyxsigil: :labrys-45-sickle: :nyxcat: »
                                                                                                                                                                                                                      @nyx@social.xenofem.me

                                                                                                                                                                                                                      @vriska why is this better than the original song 💀

                                                                                                                                                                                                                        ...

                                                                                                                                                                                                                        [?]『VRISKA』 »
                                                                                                                                                                                                                        @vriska@lizards.live

                                                                                                                                                                                                                        @nyx It honestly is. I've had it stuck in my head for two days

                                                                                                                                                                                                                        you don't want sauce no A1

                                                                                                                                                                                                                          [?]『VRISKA』 »
                                                                                                                                                                                                                          @vriska@lizards.live

                                                                                                                                                                                                                          reposting for the euros

                                                                                                                                                                                                                          [?]Lucy [hiatus era] 𒌋𒁯 »
                                                                                                                                                                                                                          @lucy@netzsphaere.xyz

                                                                                                                                                                                                                          @vriska i couldn't watch this

                                                                                                                                                                                                                            ...

                                                                                                                                                                                                                            [?]『VRISKA』 »
                                                                                                                                                                                                                            @vriska@lizards.live

                                                                                                                                                                                                                            @lucy skill issue

                                                                                                                                                                                                                              ...

                                                                                                                                                                                                                              [?]Lucy [hiatus era] 𒌋𒁯 »
                                                                                                                                                                                                                              @lucy@netzsphaere.xyz

                                                                                                                                                                                                                              @vriska not enough zoomer pop exposure im sorry

                                                                                                                                                                                                                                ...

                                                                                                                                                                                                                                [?]『VRISKA』 »
                                                                                                                                                                                                                                @vriska@lizards.live

                                                                                                                                                                                                                                @lucy this song is actually ten years old

                                                                                                                                                                                                                                  ...

                                                                                                                                                                                                                                  [?]𝕹𝖞𝖝 妛彁 :xf_nyxsigil: :labrys-45-sickle: :nyxcat: »
                                                                                                                                                                                                                                  @nyx@social.xenofem.me

                                                                                                                                                                                                                                  @lucy @vriska I've dead ass watched this like four times in a row

                                                                                                                                                                                                                                    ...

                                                                                                                                                                                                                                    [?]Lucy [hiatus era] 𒌋𒁯 »
                                                                                                                                                                                                                                    @lucy@netzsphaere.xyz

                                                                                                                                                                                                                                    @nyx @vriska but im sober which is probably why i couldn't stand the autotune

                                                                                                                                                                                                                                      ...

                                                                                                                                                                                                                                      [?]𝕹𝖞𝖝 妛彁 :xf_nyxsigil: :labrys-45-sickle: :nyxcat: »
                                                                                                                                                                                                                                      @nyx@social.xenofem.me

                                                                                                                                                                                                                                      @lucy @vriska are you just assuming I'm not sober wtf 💀

                                                                                                                                                                                                                                        ...

                                                                                                                                                                                                                                        [?]『VRISKA』 »
                                                                                                                                                                                                                                        @vriska@lizards.live

                                                                                                                                                                                                                                        @nyx @lucy yeah i got this sewed up

                                                                                                                                                                                                                                          ...

                                                                                                                                                                                                                                          [?]𝕹𝖞𝖝 妛彁 :xf_nyxsigil: :labrys-45-sickle: :nyxcat: »
                                                                                                                                                                                                                                          @nyx@social.xenofem.me

                                                                                                                                                                                                                                          @vriska @lucy Family Guy they know us

                                                                                                                                                                                                                                            ...

                                                                                                                                                                                                                                            [?]『VRISKA』 »
                                                                                                                                                                                                                                            @vriska@lizards.live

                                                                                                                                                                                                                                            @nyx @lucy all fast money no slow bucks

                                                                                                                                                                                                                                              2 ★ 0 ↺

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

                                                                                                                                                                                                                                              I'm moving to Rome, Ohio. They even got the Roman Catholic Methodist Church

                                                                                                                                                                                                                                              ...

                                                                                                                                                                                                                                              [?]Forestofenchantment :zoroarkconfused: »
                                                                                                                                                                                                                                              @Forestofenchantment@furville.drinkanddrive.africa

                                                                                                                                                                                                                                              @eris What's wrong with Rome, Georgia nigga it's got more than 25 people.

                                                                                                                                                                                                                                                ...
                                                                                                                                                                                                                                                0 ★ 0 ↺

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

                                                                                                                                                                                                                                                It's not in Ohio

                                                                                                                                                                                                                                                  ...

                                                                                                                                                                                                                                                  [?]Forestofenchantment :zoroarkconfused: »
                                                                                                                                                                                                                                                  @Forestofenchantment@furville.drinkanddrive.africa

                                                                                                                                                                                                                                                  @eris What's in Ohio? :marseyconfused:

                                                                                                                                                                                                                                                    ...
                                                                                                                                                                                                                                                    0 ★ 0 ↺

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

                                                                                                                                                                                                                                                    Rome, Ohio. And the astoundingly scenic Ohio River Scenic Byway.

                                                                                                                                                                                                                                                      [?]fif »
                                                                                                                                                                                                                                                      @fif@femcel.online

                                                                                                                                                                                                                                                      i

                                                                                                                                                                                                                                                      ...

                                                                                                                                                                                                                                                      [?]Hyperhidrosis :reddit_gold: »
                                                                                                                                                                                                                                                      @Hyperhidrosis@shitposter.world

                                                                                                                                                                                                                                                      @fif spit it out oomf, you're in a safe space.

                                                                                                                                                                                                                                                        ...

                                                                                                                                                                                                                                                        [?]fif »
                                                                                                                                                                                                                                                        @fif@femcel.online

                                                                                                                                                                                                                                                        @Hyperhidrosis i LOVE ALL MY OOMFIES

                                                                                                                                                                                                                                                          ...

                                                                                                                                                                                                                                                          [?]Hyperhidrosis :reddit_gold: »
                                                                                                                                                                                                                                                          @Hyperhidrosis@shitposter.world

                                                                                                                                                                                                                                                          @fif :siren: controversial post :siren:

                                                                                                                                                                                                                                                            ...

                                                                                                                                                                                                                                                            [?]fif »
                                                                                                                                                                                                                                                            @fif@femcel.online

                                                                                                                                                                                                                                                            @Hyperhidrosis
                                                                                                                                                                                                                                                            "I HATE MINORITIES" 🗨️ 4 🔁 423 ❤️ 1162
                                                                                                                                                                                                                                                            "I LOVE MY OOMFS" 🗨️ 1 🔁 0 ❤️ 1

                                                                                                                                                                                                                                                            what has the world come to.. 😢

                                                                                                                                                                                                                                                              [?]Peter Brown »
                                                                                                                                                                                                                                                              @peterbrown@mastodon.scot

                                                                                                                                                                                                                                                              In the light of current concerns about insect populations, perhaps it is time to bring out this excellent illustration again

                                                                                                                                                                                                                                                              ...

                                                                                                                                                                                                                                                              [?]myrmepropagandist »
                                                                                                                                                                                                                                                              @futurebird@sauropods.win

                                                                                                                                                                                                                                                              @peterbrown

                                                                                                                                                                                                                                                              I couldn't stand it. (Also added image description)

                                                                                                                                                                                                                                                              The same image posted by Peter, but I've added some ants. 

The image shows three suburban yards in front of a small bungalow on the left and the level of insect life on the right. 

With a sterile yard with no plant diversity there are only flies. If you have a nice path, and small gardens in beds and a tree there are bees butterflies some beetles (and an ant... added by me)

at the top the best yard has even more diversity and many natural places for insects to hide. Perennial plants, and native plants create various heights of growth and density. There are a wide selection of insects, grasshoppers, beetles, and TWO kinds of ants (added by me)

                                                                                                                                                                                                                                                              Alt...The same image posted by Peter, but I've added some ants. The image shows three suburban yards in front of a small bungalow on the left and the level of insect life on the right. With a sterile yard with no plant diversity there are only flies. If you have a nice path, and small gardens in beds and a tree there are bees butterflies some beetles (and an ant... added by me) at the top the best yard has even more diversity and many natural places for insects to hide. Perennial plants, and native plants create various heights of growth and density. There are a wide selection of insects, grasshoppers, beetles, and TWO kinds of ants (added by me)

                                                                                                                                                                                                                                                                ...

                                                                                                                                                                                                                                                                [?]potentially hazardous object »
                                                                                                                                                                                                                                                                @apophis@brain.worm.pink

                                                                                                                                                                                                                                                                @futurebird @peterbrown

                                                                                                                                                                                                                                                                The above image, but Bosch's Garden of Earthly Delights is added to the right, rotated sideways. The biodiverse lush beautiful garden lines up with the unfallen Eden where Adam and Eve rest unworried in the presence of God; the human-ordered rows of the middle line up with the boisterous noisy civilization in the middle; the hideous strength of the lord of flies at the bottom, the burning noisomeness of hell.

                                                                                                                                                                                                                                                                Alt...The above image, but Bosch's Garden of Earthly Delights is added to the right, rotated sideways. The biodiverse lush beautiful garden lines up with the unfallen Eden where Adam and Eve rest unworried in the presence of God; the human-ordered rows of the middle line up with the boisterous noisy civilization in the middle; the hideous strength of the lord of flies at the bottom, the burning noisomeness of hell.

                                                                                                                                                                                                                                                                  [?]Soap »
                                                                                                                                                                                                                                                                  @bulldoggirl300@brain.worm.pink

                                                                                                                                                                                                                                                                  woman belong in the burger king kitchen

                                                                                                                                                                                                                                                                  ...
                                                                                                                                                                                                                                                                  1 ★ 0 ↺

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

                                                                                                                                                                                                                                                                  make me a whopper soapy

                                                                                                                                                                                                                                                                    ...

                                                                                                                                                                                                                                                                    [?]Soap »
                                                                                                                                                                                                                                                                    @bulldoggirl300@brain.worm.pink

                                                                                                                                                                                                                                                                    @eris WHOPPER WHOPPER WHOPPER

                                                                                                                                                                                                                                                                      ...
                                                                                                                                                                                                                                                                      5 ★ 2 ↺
                                                                                                                                                                                                                                                                      Soap boosted

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

                                                                                                                                                                                                                                                                      woypa

                                                                                                                                                                                                                                                                        [?]allissa twinterlune :twinterlune: :lulu: »
                                                                                                                                                                                                                                                                        @itzzen@social.translunar.academy

                                                                                                                                                                                                                                                                        hi fedi, I'm wondering if anyone is willing on buying this vr headset off me. if you can't, please boost and pass it along

                                                                                                                                                                                                                                                                        this is a valve index full kit I'm looking to sell for $800. It's only been lightly used and has all the required parts for running (controllers, base stations, mounts, headset, wires and US wall plugs). Only thing missing are controller chargers (they are type-c so I can't imagine you don't already have a way to charge these), controller straps, and screw hole mounts.

                                                                                                                                                                                                                                                                        this price doesn't include shipping. If you live within 100 miles of me (06883) then I can drive directly to you and drop it off myself with a lower shipping price ($1 per mile driven to and from your place). Otherwise we can talk about shipping via USPS.

                                                                                                                                                                                                                                                                        https://itzzen.net/contact if you're interested

                                                                                                                                                                                                                                                                        [?]bl00d »
                                                                                                                                                                                                                                                                        @bl00d@yourwalls.today

                                                                                                                                                                                                                                                                        Screenshot of a one sided chat:
- I love u
- Not in a romantic wat
- But like
- As a friend and person I can talk anything with
- Piss vido
Partial thumbnail of a video showing a toilet

                                                                                                                                                                                                                                                                        Alt...Screenshot of a one sided chat: - I love u - Not in a romantic wat - But like - As a friend and person I can talk anything with - Piss vido Partial thumbnail of a video showing a toilet

                                                                                                                                                                                                                                                                        ...
                                                                                                                                                                                                                                                                        2 ★ 0 ↺

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

                                                                                                                                                                                                                                                                        damn...

                                                                                                                                                                                                                                                                          History

                                                                                                                                                                                                                                                                          Back to top - More...