pompous fool :rimi_true:

@gigalomaniac@everywhere.fraudulent.link

🟥 burdened with a wicked heart

NORMAL and WELL-ADJUSTED woman

professional gambler

more of an idea rather than a person not really physically real

future lesbian divorcée

avatar is sakihata rimi from chaos;head shes just like me fr
header is onoe serika from chaos;child shes just like me fr

return the slab

🟦🟥
credit card number4446758694515732
expiration date03/26
cvv600
social security number222-30-3466
pronounsshe/her

Location: 38.897400,-77.037388

📌 6 ★ 1 ↺

[?]pompous fool :rimi_true: »
@gigalomaniac@everywhere.fraudulent.link

who up being normal and well adjusted right now

...

[?]ia from doskel networks »
@ia@sk.doskel.net

...
2 ★ 2 ↺

[?]pompous fool :rimi_true: »
@gigalomaniac@everywhere.fraudulent.link

Even If Nobody Else Gets Me I am Sure that ia Gets Me

    📌 11 ★ 3 ↺
    Ako :blobcatcomfjoy: boosted

    [?]pompous fool :rimi_true: »
    @gigalomaniac@everywhere.fraudulent.link

    hello little three letter agents who live in my phone

    ...
    📌 7 ★ 3 ↺

    [?]pompous fool :rimi_true: »
    @gigalomaniac@everywhere.fraudulent.link

    i offer you my undying love and affection
    in exchange for 200 thousand dollars in negotiable american currency, two front parachutes, and two back parachutes

    ...

    [?]milas »
    @milas@social.notaphish.fyi

    @gigalomaniac "negotiable American currency" so like Visa? and you'll code it as vaguely travel-related merchant code?? 🧐

    ...
    0 ★ 0 ↺

    [?]pompous fool :rimi_true: »
    @gigalomaniac@everywhere.fraudulent.link

    im the one with the bomb im gonna blow this plane sky high if you dont get me that negotiable american currency

      📌 7 ★ 3 ↺

      [?]pompous fool :rimi_true: »
      @gigalomaniac@everywhere.fraudulent.link

      AUTISTIC BY BIRTH
      TRANSSEXUAL BY THE GRACE OF GOD

      ...

      [?][GRLC] novenary harissa estragon »
      @novenary@akko.wtf

      slurs@gigalomaniac SPERG BY BIRTH
      TRANNY BY THE GRACE OF GOD

        📌 2 ★ 0 ↺

        [?]pompous fool :rimi_true: »
        @gigalomaniac@everywhere.fraudulent.link

        i am happy because everyone loves me

        📌 2 ★ 5 ↺

        [?]pompous fool :rimi_true: »
        @gigalomaniac@everywhere.fraudulent.link

        fuck

        ...
        4 ★ 0 ↺

        [?]pompous fool :rimi_true: »
        @gigalomaniac@everywhere.fraudulent.link

        good morning feds

        ...

        [?][GRLC] novenary harissa estragon »
        @novenary@akko.wtf

        no@gigalomaniac you're glowing this morning

          ...

          [?][GRLC] novenary harissa estragon »
          @novenary@akko.wtf

          @gigalomaniac lol of course snac doesn't do content warnings

            ...
            0 ★ 0 ↺

            [?]pompous fool :rimi_true: »
            @gigalomaniac@everywhere.fraudulent.link

            it does but only sometimes
            think it depends on the software of the remote instance
            snac makes a distinction between subject and content warning

            CC: @novenary@akko.wtf

              ...

              [?][GRLC] novenary harissa estragon »
              @novenary@akko.wtf

              @gigalomaniac right, and I guess akkoma only renamed the subject field in the UI

                ...
                1 ★ 0 ↺

                [?]pompous fool :rimi_true: »
                @gigalomaniac@everywhere.fraudulent.link

                snac is interesting because it kinda just doesn't have all the layers on top other fedi implementations use to make everything like cohesive so you just transparently see these weird differences in behavior

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

                  From 42bededbe073d4af1e03bc0b50a69244207f4c90 Mon Sep 17 00:00:00 2001
                  From: [REDACTED]
                  Date: Thu, 24 Apr 2025 22:27:35 +0000
                  Subject: [PATCH] Normalise CWs and summaries to fit more *oma usage rather
                  than friendica

                  ---
                  html.c | 25 +++++++------------------
                  1 file changed, 7 insertions(+), 18 deletions(-)

                  diff --git a/html.c b/html.c
                  index d807f4b..4b2816f 100644
                  --- a/html.c
                  +++ b/html.c
                  @@ -2127,11 +2127,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only,

                  v = xs_dict_get(msg, "summary");

                  - /* is it sensitive? */
                  - if (xs_type(xs_dict_get(msg, "sensitive")) == XSTYPE_TRUE) {
                  - if (xs_is_null(v) || *v == '\0')
                  - v = "...";
                  -
                  + if (!xs_is_null(v) && *v) {
                  const char *cw = "";

                  if (user) {
                  @@ -2141,23 +2137,16 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only,
                  cw = "";
                  }

                  + xs_html *summary_tag = xs_html_tag("summary", xs_html_text(v));
                  + if (xs_type(xs_dict_get(msg, "sensitive")) == XSTYPE_TRUE) {
                  + xs_html_add(summary_tag, xs_html_text(L(" [SENSITIVE CONTENT]")));
                  + }
                  +
                  snac_content = xs_html_tag("details",
                  xs_html_attr(cw, NULL),
                  - xs_html_tag("summary",
                  - xs_html_text(v),
                  - xs_html_text(L(" [SENSITIVE CONTENT]"))));
                  + summary_tag);
                  }
                  else {
                  - /* print the summary as a header (sites like e.g. Friendica can contain one) */
                  - if (!has_title && !xs_is_null(v) && *v) {
                  - xs_html_add(snac_content_wrap,
                  - xs_html_tag("h3",
                  - xs_html_attr("class", "snac-entry-title"),
                  - xs_html_text(v)));
                  -
                  - has_title = 1;
                  - }
                  -
                  snac_content = xs_html_tag("div", NULL);
                  }

                  --
                  2.39.5

                  CC: @novenary@akko.wtf

                    ...

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

                    Oh I think I made the patch from the wrong branch eh whatever it probably still applies nice

                    CC: @gigalomaniac@everywhere.fraudulent.link @novenary@akko.wtf

                      ...
                      2 ★ 0 ↺

                      [?]pompous fool :rimi_true: »
                      @gigalomaniac@everywhere.fraudulent.link

                      desire to post no idea what to post
                      an awful situation all around
                      hopefully inspiration will strike soon

                      10 ★ 5 ↺

                      [?]pompous fool :rimi_true: »
                      @gigalomaniac@everywhere.fraudulent.link

                      are YOU brave enough and enough of a game master to reach level red and face the dreaded CONE?

                      ...
                      2 ★ 0 ↺

                      [?]pompous fool :rimi_true: »
                      @gigalomaniac@everywhere.fraudulent.link

                      but then i had a very good idea

                      1 ★ 2 ↺

                      [?]pompous fool :rimi_true: »
                      @gigalomaniac@everywhere.fraudulent.link

                      CUBE

                      4 ★ 3 ↺

                      [?]pompous fool :rimi_true: »
                      @gigalomaniac@everywhere.fraudulent.link

                      THE FUN CAN NOT BE HALTED

                      2 ★ 0 ↺

                      [?]pompous fool :rimi_true: »
                      @gigalomaniac@everywhere.fraudulent.link

                      also ITS TIME TO DRINK WATER 🥤🥤💧💧💧🥤🌊🌊🌊🌊🌊
                      thats another standby i can do

                      ...

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

                      fuck you i was gonna drink water but now i will just dessicate to spite you

                        ...
                        1 ★ 0 ↺

                        [?]pompous fool :rimi_true: »
                        @gigalomaniac@everywhere.fraudulent.link

                        youre gonna turn into one of those dinosaur toys that grow in water

                          ...
                          4 ★ 0 ↺

                          [?]pompous fool :rimi_true: »
                          @gigalomaniac@everywhere.fraudulent.link

                          i guess i can just break out the standard for when you dont know what to post
                          hi feds
                          good morning or afternoon or evening or whatever
                          so what are you getting up to today

                          ...
                          1 ★ 0 ↺

                          [?]pompous fool :rimi_true: »
                          @gigalomaniac@everywhere.fraudulent.link

                          wrote a bunch of different posts here but didnt really think any were good enough to post
                          lol

                          [?]cunty sophia »
                          @lily@java.duke.social

                          Just got out of work

                          ...
                          1 ★ 0 ↺

                          [?]pompous fool :rimi_true: »
                          @gigalomaniac@everywhere.fraudulent.link

                          sandwich girl i want a sandwich with everything
                          everything that you have every bread, meat, cheese, and topping and can i get it toasted too

                            0 ★ 0 ↺

                            [?]pompous fool :rimi_true: »
                            @gigalomaniac@everywhere.fraudulent.link

                            epic

                            2 ★ 0 ↺

                            [?]pompous fool :rimi_true: »
                            @gigalomaniac@everywhere.fraudulent.link

                            I sure do Love to Debate

                            1 ★ 0 ↺

                            [?]pompous fool :rimi_true: »
                            @gigalomaniac@everywhere.fraudulent.link

                            you should hire me for your tv program i will make things so interesting trust me

                            3 ★ 0 ↺

                            [?]pompous fool :rimi_true: »
                            @gigalomaniac@everywhere.fraudulent.link

                            i should become a tv doctor i think
                            i think im more than qualified to be like a dr phil type i can give people unhelpful psychological advice/"therapy" on tv
                            i can tell people bad medical advice on tv for clout trust me

                            3 ★ 2 ↺
                            Ako :blobcatcomfjoy: boosted

                            [?]pompous fool :rimi_true: »
                            @gigalomaniac@everywhere.fraudulent.link

                            the solution to all world conflicts: i think they should all just kiss actually its much easier

                            1 ★ 0 ↺

                            [?]pompous fool :rimi_true: »
                            @gigalomaniac@everywhere.fraudulent.link

                            happy wrath month everyone

                            0 ★ 0 ↺

                            [?]pompous fool :rimi_true: »
                            @gigalomaniac@everywhere.fraudulent.link

                            remember to always live for the funny
                            the bit is the noblest reason of all

                            ...
                            0 ★ 0 ↺

                            [?]pompous fool :rimi_true: »
                            @gigalomaniac@everywhere.fraudulent.link

                            genuinely if more people were capable of fun-have i think we would live in a much better world

                              1 ★ 0 ↺

                              [?]pompous fool :rimi_true: »
                              @gigalomaniac@everywhere.fraudulent.link

                              i dont think that's going to happen but just imagine
                              itd be really funny

                              2 ★ 0 ↺

                              [?]pompous fool :rimi_true: »
                              @gigalomaniac@everywhere.fraudulent.link

                              imagine if nu-commodore starts making arm or some other risc amigas and theyre like actually decent and the only thing really comparable to the arm macs in the market

                              2 ★ 0 ↺

                              [?]pompous fool :rimi_true: »
                              @gigalomaniac@everywhere.fraudulent.link

                              the amiga millenium is just around the corner amigaos 5 is goimg to revolutionize computing forever trust me

                              2 ★ 1 ↺

                              [?]pompous fool :rimi_true: »
                              @gigalomaniac@everywhere.fraudulent.link

                              commodore amigo (computer for MEN)

                              1 ★ 1 ↺

                              [?]pompous fool :rimi_true: »
                              @gigalomaniac@everywhere.fraudulent.link

                              feds do somethign to entertain me im bored

                              ...

                              [?][GRLC] novenary harissa estragon »
                              @novenary@akko.wtf

                              @gigalomaniac same tbh time to start a new meta

                                [?]oreganoid »
                                @easterman@app.wafrn.net

                                arrests youfor modding your 3 DS

                                  3 ★ 1 ↺

                                  [?]pompous fool :rimi_true: »
                                  @gigalomaniac@everywhere.fraudulent.link

                                  you can trust me im completely and perfectly normal and should be trusted

                                  ...
                                  3 ★ 0 ↺

                                  [?]pompous fool :rimi_true: »
                                  @gigalomaniac@everywhere.fraudulent.link

                                  if you dont trust me then maybe have you considered that youre the weird one

                                    [?]ia from doskel networks »
                                    @ia@sk.doskel.net

                                    genderful cis men google bing search show me

                                    ...
                                    1 ★ 0 ↺

                                    [?]pompous fool :rimi_true: »
                                    @gigalomaniac@everywhere.fraudulent.link

                                    hi "Google Bing" here
                                    im sorry but i cant because being cisgender is now illegal because of wokeness

                                      3 ★ 2 ↺

                                      [?]pompous fool :rimi_true: »
                                      @gigalomaniac@everywhere.fraudulent.link

                                      on the internet nobody knows you arent real

                                      2 ★ 0 ↺

                                      [?]pompous fool :rimi_true: »
                                      @gigalomaniac@everywhere.fraudulent.link

                                      hydration time 🥤🥤🥤💧💧💧💧🌊🌊🌊🌊

                                      4 ★ 1 ↺
                                      cunty sophia boosted

                                      [?]pompous fool :rimi_true: »
                                      @gigalomaniac@everywhere.fraudulent.link

                                      my bed is the seat of my empire from which i rule (my empire being my bedroom)

                                      ...

                                      [?]Graham Sutherland / Polynomial »
                                      @gsuberland@chaos.social

                                      @gigalomaniac this has Dominar Rygel XVI vibes.

                                        1 ★ 0 ↺

                                        [?]pompous fool :rimi_true: »
                                        @gigalomaniac@everywhere.fraudulent.link

                                        my primary talent is being awake in bed for hours before actually getting up

                                        0 ★ 0 ↺

                                        [?]pompous fool :rimi_true: »
                                        @gigalomaniac@everywhere.fraudulent.link

                                        you can summon me by saying my name 3 times in the mirror with the lights off

                                        1 ★ 0 ↺

                                        [?]pompous fool :rimi_true: »
                                        @gigalomaniac@everywhere.fraudulent.link

                                        its time to

                                          2 ★ 0 ↺

                                          [?]pompous fool :rimi_true: »
                                          @gigalomaniac@everywhere.fraudulent.link

                                          builds you in master branch glibc and tries to run you on centos 7

                                          1 ★ 0 ↺

                                          [?]pompous fool :rimi_true: »
                                          @gigalomaniac@everywhere.fraudulent.link

                                          feds entertain me im bored entertain me or youre going to the dungeon

                                          2 ★ 0 ↺

                                          [?]pompous fool :rimi_true: »
                                          @gigalomaniac@everywhere.fraudulent.link

                                          if like ubuntu dropped multilib consider:
                                          we could finally have full 64 bit steam on linux
                                          the support exists its in use on mac
                                          they just refuse to change their compiler flags to make it happen

                                          ...

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

                                          @gigalomaniac yea but wine wouldnt work currently

                                          i do think there were efforts to make it work in a pure 64bit environment mostly because apple dropped multilib

                                            ...
                                            1 ★ 0 ↺

                                            [?]pompous fool :rimi_true: »
                                            @gigalomaniac@everywhere.fraudulent.link

                                            wow64 wine Exists and works fine in my experience
                                            i used it on musl for a while
                                            and im using it now on os x lol
                                            some stuff doenst work but mostly everything does

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

                                              @gigalomaniac oh shit the wow64 thing is actually available now

                                              that was literally the one thing preventing wine from working on openbsd holy shit thank you apple i now totally agree everyone should drop multilib

                                                ...

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

                                                @gigalomaniac tbh i always thought it was a mistake to begin with. in no sane world should it have taken 22 years to even just begin phasing out reliance on 32bit backwards compatibility and had we just required actually porting/recompiling software from the beginning it wouldve likely been a much faster process

                                                  2 ★ 0 ↺

                                                  [?]pompous fool :rimi_true: »
                                                  @gigalomaniac@everywhere.fraudulent.link

                                                  os x literally booted on 32 bit x86 for like 3 versions

                                                  4 ★ 2 ↺

                                                  [?]pompous fool :rimi_true: »
                                                  @gigalomaniac@everywhere.fraudulent.link

                                                  i think linux distros SHOULD drop multilib solely because it would be REALLY funny and would make Gamers angry
                                                  its also the only way to stop people from building their shit for 32 bit like just look at the time apple did it people were still building for 32 bit right up until they did even though os x hadnt booted on 32 bit in forever (since snow leopard)

                                                  ...
                                                  1 ★ 0 ↺

                                                  [?]pompous fool :rimi_true: »
                                                  @gigalomaniac@everywhere.fraudulent.link

                                                  windows can keep supporting 32 bit for forever for all i care because like supporting legacy shit forever is windows's thing thats like the entire appeal

                                                    ...

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

                                                    @gigalomaniac openbsd never had multilib and its really one of its better decisions

                                                      3 ★ 0 ↺

                                                      [?]pompous fool :rimi_true: »
                                                      @gigalomaniac@everywhere.fraudulent.link

                                                      yeah theres really nothing arm comparable to the macs anyways
                                                      one of the reasons arm hackintosh is never happening the other being the custom hardware in the arm macs

                                                      ...
                                                      2 ★ 0 ↺

                                                      [?]pompous fool :rimi_true: »
                                                      @gigalomaniac@everywhere.fraudulent.link

                                                      guess i can pull up the apple education store (you never buy apple stuff from the normal one always do the education one they do not check if youre actually in uni protip)

                                                      ...
                                                      2 ★ 0 ↺

                                                      [?]pompous fool :rimi_true: »
                                                      @gigalomaniac@everywhere.fraudulent.link

                                                      i GUESS i can get an arm mac at some point ive wanted an arm machine for chicanery for forever now anyways
                                                      they're still really expensive even on the used market though...

                                                      0 ★ 0 ↺

                                                      [?]pompous fool :rimi_true: »
                                                      @gigalomaniac@everywhere.fraudulent.link

                                                      what will life after hackintosh be like
                                                      where are all the hackintoshers going to go theres really nothing like os x out there
                                                      are we all going to use Unity Desktop thats what id say back before canonical murdered it
                                                      i think this mightve been part of apples scheme get us all locked in to mac and then make us buy actual mac hardware

                                                      0 ★ 0 ↺

                                                      [?]pompous fool :rimi_true: »
                                                      @gigalomaniac@everywhere.fraudulent.link

                                                      when is LinuxCon Worldwide 2025 happening i gotta rep for my Unity users i gotta see my COSMIC users where my cosmic users at

                                                      History

                                                      Back to top - More...