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
1 ★ 0 ↺

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

LMAO. TBH if you need to just call free on it, then just the cleanup attribute is enough

    ...

    [?]rose »
    @rose@yourwalls.today

    @eris well heres the thing
    this variable is initially asigned by getenv
    and only manually allocated when i the variable dosen't exist
    so id have to add an extra check to see if i had to manually create it, otherwise a free will cause a segfault

      ...
      1 ★ 0 ↺

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

      ahh fuck

        ...

        [?]rose »
        @rose@yourwalls.today

        @eris i'll just not worry about it
        my program can leak some memory, as a treat

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

          @rose @eris i don't think the c2y defer fixes this, because it behaves like the zig defer and not the go defer, it runs at end of scope, not end ot function. so a defer inside an if will run at the end of the if statement. and this frankly the only sane way to do it, go defer needs heap allocations if run inside a loop

            ...

            [?]rose »
            @rose@yourwalls.today

            @kitten @eris the end scope in my case is the end of the function since the variable is declared outside of the if statement but only rebound by a custom allocation inside of it

              ...

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

              @rose @eris the location of the defer statement is what matters

                ...

                [?][GRLC] you lost the game »
                @novenary@akko.wtf

                @kitten @eris @rose go continues to be hilariously bad

                  ...

                  [?]rose »
                  @rose@yourwalls.today

                  @novenary @eris @kitten i wouldn't call this bad, both implementations make sense

                    ...

                    [?][GRLC] you lost the game »
                    @novenary@akko.wtf

                    @rose @eris @kitten shhh im just looking for excuses to shit on go :^)

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

                      @rose @novenary @eris go's implementation doesn't make sense for a systems programming language, and I think what puts people off is that go kinda larps as one but definitely isn't one in most key aspects

                        ...

                        [?]rose »
                        @rose@yourwalls.today

                        @kitten @novenary @eris does anyone even use go as a systems programming language? most go stuff ive seen is either container stuff or things like web frameworks

                          ...

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

                          @rose @novenary @eris @kitten The 7 plan 9 devs do

                            ...
                            2 ★ 0 ↺

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

                            I think they use it as an applications language, but idk

                            CC: @novenary@akko.wtf @kitten@social.vlhl.dev @rose@yourwalls.today

                              [?][GRLC] you lost the game »
                              @novenary@akko.wtf

                              @kitten @eris @rose yeah go isn't a systems language by any stretch of the imagination, it's literally google java except even java is a better language

                                ...

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

                                @novenary @eris @rose by larping i mean copying the syntax and aesthetics

                                  [?]witch_t *navi »
                                  @navi@social.vlhl.dev

                                  @rose @eris have two vars

                                  const char *env = getenv("FOO");
                                  char *default = NULL;
                                  
                                  if (!env)
                                      env = default = alloc();
                                  
                                  /* ... */
                                  
                                  free(default); // null check isn't needed, free(NULL) is a noop
                                  

                                    ...

                                    [?]rose »
                                    @rose@yourwalls.today

                                    @navi @eris yeah i also wanted to do that but frankly im too lazy to do that 🥰

                                      ...

                                      [?]rose »
                                      @rose@yourwalls.today

                                      @navi @eris though either way what suprises me is that the free of a getenv never segfaulted on glibc, but it does segfault on musl

                                        ...
                                        1 ★ 0 ↺

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

                                        Welcome to the fun land of Undefined Behavior

                                        CC: @navi@social.vlhl.dev

                                          History