RSS - private

GNUkko Sauvage (eris-ng) :neorenard:

@eris@p.enes.lv

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

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

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

the sadistic playful puppy you’ve been warned about.

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

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

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

eriscon is not happening
📌 4 ★ 3 ↺

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

yes i actually DDOSed Disqordia

[GIF of Walter White saying "I won"]

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

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

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

we need a brasilian alternative to systemd 🇧🇷

#BrasilianAlternatives #DigitalSovereignty

    ...

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

    ✨Brasilian Alternatives works to promote democracy, equality and culture beyond the imperial core and imagine, demand and enact alternatives for a viable future. ❤️

    Discover Brasilian products and services:

    vim ➡️ neovim
    python ➡️ lua
    systemd ➡️ openrc

    Make the switch today 😉

    follow for more #BrasilianAlternatives 🇧🇷🇧🇷🇧🇷

      ...
      1 ★ 1 ↺
      in reply to »

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

      sick sayven

        1 ★ 0 ↺
        in reply to »

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

        i don't think i could support this family :(

          2 ★ 0 ↺
          in reply to »

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

          the reason they hate stuff like D&D and video games is because they see them as competition

          CC: @sun@shitposter.world

            1 ★ 0 ↺
            in reply to »

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

            sunderformogging

              3 ★ 0 ↺

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

              you ever hold your pee in and then you get hit in the stomach just right and you don't need to pee anymore?

              ...
              0 ★ 0 ↺
              in reply to »

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

              js is the programming language

              CC: @fiore@rentseeking.quest

                ...
                0 ★ 0 ↺
                in reply to »

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

                it has the generic word and notepad keybinds

                CC: @coolbean@brain.worm.pink

                  [?]Fabio Manganiello » 🌐
                  @fabio@manganiello.eu

                  #ActivityPub support in #Madblog

                  https://blog.fabiomanganiello.com/article/Madblog-federated-blogging-from-markdown

                  I am glad to announce that Madblog has now officially joined the #Fediverse family.

                  If you want to test it out, search for this URL on your Fediverse client.

                  Madblog has already supported #Webmentions for the past couple of weeks, allowing your blog posts to be mentioned by other sites with Webmentions support (WordPress, Lemmy, HackerNews…) and get those mentions directly rendered on your page.

                  It now adds ActivityPub support too, using #Pubby, another little Python library that I’ve put together myself (just like Webmentions) as a mean to quickly plug ActivityPub support to any Python Web app.

                  Webmentions and Pubby follow similar principles and implement a similar API, and you can easily use them to add federation support to your existing Web applications - a single bind_webmentions or bind_activitypub call to your existing Flask/FastAPI/Tornado application should suffice for most of the cases.

                  Madblog may have now become the easiest way to publish a federated blog - and perhaps the only way that doesn’t require a database, everything is based on plain Markdown files.

                  If you have a registered domain and a certificate, then hosting your federated blog is now just a matter of:

                  mkdir -p ~/madblog/markdown
                  cat <<EOF > ~/madblog/markdown/hello-world.md
                  # My first post
                  
                  This is my first post on [Madblog](https://git.fabiomanganiello.com/madblog)!
                  EOF
                  
                  docker run -it \
                    -p 8000:8000 \
                    -v "$HOME/madblog:/data" \
                    quay.io/blacklight/madblog

                  And Markdown files can be hosted wherever you like - a Git folder, an Obsidian Vault, a Nextcloud Notes installation, a folder on your phone synchronized over SyncThing…

                  Federation support is also at a quite advanced state compared to e.g. #WriteFreely. It currently supports:

                  • Interactions rendered on the articles: if you like, boost, quote or reply to an article, all interactions are rendered directly at the bottom of the article (interactions with WriteFreely through federated accounts were kind of lost in the void instead)

                  • Guestbook support (optional): mentions to the federated Madblog handle that are not in response to articles are now rendered on a separate /guestbook route

                  • Email notifications: all interactions can have email notifications

                  • Support for quotes, also on Mastodon

                  • Support for mentions, just drop a @joe@example.com in your Markdown file and Joe will get a notification

                  • Support for hashtag federation

                  • Support for split-domain configurations, you can host your blog on blog.example.com but have a Fediverse handle like @blog@example.com. Search by direct post URL on Mastodon will work with both cases

                  • Support for custom profile fields, all rendered on Mastodon, with verification support

                  • Support for moderation, either through blocklist or allowlist, with support for rules on handles/usernames, URLs, domains or regular expressions

                  • A partial (but comprehensive for the provided features) implementation of the Mastodon API

                  If you want you can follow both the profiles of my blogs - they are now both federated:

                  • My personal blog: @fabio (it used to run WriteFreely before, so if you followed it you may need to unfollow it and re-follow it)

                  • The #Platypush blog: @blog

                    ...

                    [?]nicole mikołajczyk » 🌐
                    @mkljczk@pl.fediverse.pl

                    the gnu social frontend had a data breach? 🙀

                    404 media headline saying ‘Viral 'Quittr' Porn Addiction App Exposed the Masturbation Habits of Hundreds of Thousands of Users’

                    Alt...404 media headline saying ‘Viral 'Quittr' Porn Addiction App Exposed the Masturbation Habits of Hundreds of Thousands of Users’

                    [?]Red Riding Root » 🌐
                    @kinderstampfer@mstdn.social

                    Is there any chance left to stay in IT to earn the money required for keeping a family alive, without contributing in full turbo-mode to ruining this one planet we have?

                    7 ★ 3 ↺

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

                    ...
                    1 ★ 0 ↺
                    in reply to »

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

                    amazing pfp, quite squeaktacular

                      ...
                      1 ★ 0 ↺
                      in reply to »

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

                      the old vim maintainer who was championing for that died, iirc the notice got removed from vim and the charity got disbanded bcs he was actually the only reason they still existed. or smth like that, i remember seeing a post like "if you still wanna send money, send to this other charity in usa instead"

                      CC: @coolbean@brain.worm.pink @theresnotime@fox.nexus

                        ...
                        0 ★ 0 ↺
                        in reply to »

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

                        how is vscode emacs binds by default

                        CC: @coolbean@brain.worm.pink

                          ...
                          in reply to »

                          [?]ari :ariYeah: » 🌐
                          @ari@fedi.arimelody.space

                          @shio Joe many x-11's does it take to Way by land????? None , they're to busy ???? Their screen tearing 😂😂😂😂😂😂

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

                            0 ★ 0 ↺
                            in reply to »

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

                            That 2 just said a really sus joke in public

                              0 ★ 0 ↺

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

                              https://friends.grishka.me/grishka

                              holy shit activitypub VKontakte

                              ...
                              1 ★ 0 ↺
                              in reply to »

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

                              Iran is bombing their middle east datacenters, degraded performance is to be expected worldwide

                                in reply to »

                                [?]Hoshino Lina (星乃リナ) 🩵 3D Yuri Wedding 2026!!! » 🌐
                                @lina@vt.social

                                I might still do a monthly challenge or something in the future so people who want to have fun and learn can have fun and learn. That's still okay.

                                But CTFs as discrete competitions with winners are dead.

                                A CTF competition is basically gameified homework.

                                LLMs broke the game. Now all that's left is self study.

                                [?]Hoshino Lina (星乃リナ) 🩵 3D Yuri Wedding 2026!!! » 🌐
                                @lina@vt.social

                                There's a lot of discourse on Twitter about people using LLMs to solve CTF challenges. I used to write CTF challenges in a past life, so I threw a couple of my hardest ones at it.

                                We're screwed.

                                At least with text-file style challenges ("source code provided" etc), Claude Opus solves them quickly. For the "simpler" of the two, it just very quickly ran through the steps to solve it. For the more "ridiculous" challenge, it took a long while, and in fact as I type this it's still burning tokens "verifying" the flag even though it very obviously found the flag and it knows it (it's leetspeak and it identified that and that it's plausible). LLMs are, indeed, still completely unintelligent, because no human would waste time verifying a flag and second-guessing itself when it very obviously is correct. (Also you could just run it...)

                                But that doesn't matter, because it found it.

                                The thing is, CTF challenges aren't about inventing the next great invention or having a rare spark of genius. CTF challenges are about learning things by doing. You're supposed to enjoy the process. The whole point of a well-designed CTF challenge is that anyone, given enough time and effort and self-improvement and learning, can solve it. The goal isn't actually to get the flag, otherwise you'd just ask another team for the flag (which is against the rules of course). The goal is to get the flag by yourself. If you ask an LLM to get the flag for you, you aren't doing that.

                                (Continued)

                                ...
                                0 ★ 0 ↺

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

                                always a fun gamble when someone boosts only the first post in a thread so then I have to go to the source instance and pray they have no-login visibility of the posts.

                                1 ★ 0 ↺
                                in reply to »

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

                                I'm just ragebaiting her by recommending only GNU stuff

                                CC: @coolbean@brain.worm.pink @fiore@brain.worm.pink @snacks@netzsphaere.xyz

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

                                  opening up a job position for text editors , requirements:

                                  • not gnu
                                  • terminal based
                                  • easily extensible . i like lua , but ill take whatever
                                  • vi binds . not kakoune binds . vi binds .
                                  • will be mantained in one year

                                  nvi is an option , but im looking for others too

                                  please boost 🔁, and send your applications

                                  ...
                                  Older...
                                  1 ★ 0 ↺

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

                                  GNU Emacs

                                    ...
                                    2 ★ 0 ↺
                                    in reply to »

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

                                    GNU ed works perfectly fine then

                                    CC: @coolbean@brain.worm.pink @snacks@netzsphaere.xyz

                                      ...
                                      1 ★ 0 ↺
                                      in reply to »

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

                                      I have to

                                        1 ★ 0 ↺

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

                                        First time I see it called GNU Imp

                                        0 ★ 0 ↺
                                        in reply to »

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

                                        fighting what

                                          ...
                                          0 ★ 0 ↺

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

                                          do you hate tmux as well?

                                          CC: @fiore@brain.worm.pink

                                            ...

                                            [?]Listens to Baroque while coding murder.exe :newt: » 🌐
                                            @newt@stereophonic.space

                                            Errors in different programming languages.

                                            :c: No build error. But running the code will burn your computer.

                                            :cpp: INCOMPREHENSIBLE WALL OF TEXT

                                            :rust: You're code isn't gay enough. Add more gay.

                                            :lisp: Matching parenthesis not found

                                            :haskell: Developer lacks a PhD in category theory

                                            :python: Wrong indentation detected

                                            :ruby: 私は実際には日本語を全く知りませんが、少なくともこれは面白いはずです

                                            :perl: Missing %#$ in $??s:;s:s;;$?::s;;=]=>%-{<-|}<&|`{;;y; -/:-@[-`{-};`-{/" -;;s;;$_;see

                                            :java: Your enterprise subscription to Java has expired

                                            :javascript: Failed to get subsystem status for purpose Object { rejected: true, message: Error } content-script.js:104:25
                                            (Nobody is going to read this any way)

                                              2 ★ 0 ↺
                                              in reply to »

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

                                              Congratulations! Ten thousand is a big number! 😁

                                                History

                                                Back to top - More...