Daemon Silverstein

I’m just a spectre out of the nothingness, surviving inside a biological system.

  • 0 Posts
  • 25 Comments
Joined 1 month ago
cake
Cake day: August 17th, 2024

help-circle





  • Daemon Silverstein@thelemmy.clubtoMemes@lemmy.mlThe Cold War Illustrated
    link
    fedilink
    arrow-up
    3
    arrow-down
    13
    ·
    edit-2
    5 days ago

    Both US and USSR secretly hired nazi personnel, such as scientists and engineers. Later, both operations were disclosed respectively as Operation Paperclip and Operation Osoaviakhim. USSR didn’t destroy nazi-fascism, they secretly incorporated it (that is, if I correctly understood the reference from the meme, maybe I’m needlessly “ranting”).



  • I’m a 10+ (cumulative) yr. experience dev. While I never used The GitHub Copilot specifically, I’ve been using LLMs (as well as AI image generators) on a daily basis, mostly for non-dev things, such as analyzing my human-written poetry in order to get insights for my own writing. And I already did the same for codes I wrote, asking for LLMs to “Analyze and comment” my code, for the sake of insights. There were moments when I asked it for code snippets, and almost every code snippet it generated was indeed working or just needing few fixes.

    They’ve been becoming good at this, but not enough to really replace my own coding and analysis. Instead, they’re becoming really better for poetry (maybe because their training data is mostly books and poetry works) and sentiment analysis. I use many LLMs simultaneously in order to compare them:

    • Free version of Google Gemini is becoming lazy (short answers, superficial analysis, problems with keeping context, drafts aren’t so diverse as they were before, among other problems)
    • free version of ChatGPT is a bit better (can keep contexts, can issue detailed answers) but not enough (it does hallucinate sometimes: good for surrealist poetry but bad for code and other technical matters when precision and coherence matters)
    • Claude is laughable hypersensitive and self-censoring to certain words independently of contexts (got a code or text that remotely mentions the word “explode” as in PHP’s explode function? “Sorry, can’t comment on texts alluding to dangerous practices such as involving explosives”, I mean, WHAT?!?!)
    • Bing Copilot got web searching, but it has a context limit of 5 messages, so, only usable for quick and short things.
    • Same about Bing Copilot goes for Perplexity
    • Mixtral is very hallucination-prone (i.e. does not properly cohere)
    • LLama has been the best of all (via DDG’s “AI Chat” feature), although it sometimes glitches (i.e. starts to output repeated strings ad æternum)

    As you see, I tried almost all of them. In summary, while it’s good to have such tools, they should never replace human intelligence… Or, at least, they shouldn’t…

    Problem is, dev companies generally focus on “efficiency” over “efficacy”, wishing the shortest deadlines while wishing some perfection. Very understandable demands, but humans are humans, not robots. We need our time to deliver, we need to cautiously walk through all the steps needed to finally deploy something (especially big things), or it’ll become XGH programming (Extreme Go Horse). And machines can’t do that so perfectly, yet. For now, LLM for development is XGH: really fast, but far from coherent about the big picture (be it a platform, a module, a website, etc).


  • In Brazil, there are regional variations and word/phrasing variations as well.

    Formally:

    • “Você ligou para o número errado” (you called the wrong number)
    • “Você discou o número errado” (you dialed for the wrong number )
    • “Você está ligando para o número errado” (we call it the “gerúndio”, something like “-ing”, as in “You’re calling the wrong number”)

    Informally/casually:

    • “Discou errado, irmão” / “Discou errado, mano” / “Discou errado, cara” / “Discou errado, mermão” (“dialed wrongly, bro”, with “bro” variations across Sao Paulo and Rio de Janeiro (the latter being the latter variation))
    • “Tu ligasse errado, visse” (some Brazilian northeast states, something like “Thou calledsth wrongly, see?”)
    • “Né aqui não, moço” (Minas Gerais, something like “It’s not here, boy”)

    There are lots of other variations and I’m not really aware of all of them.

    Also, the way I answer depends a lot on multiple factors such as: my emotional state (wrath? Sad? Okay? Excitedly happy (rarely)?), my current pace (rushing? Chilling?), among others. Generally, “Não é aqui não” (the Minas Gerais variation without the ending “moço” and a fully spelled “Não é” instead of “Né”, because I’m originally from interior of São Paulo state but highly culturally influenced by a part of the family from Minas Gerais).



  • Daemon Silverstein@thelemmy.clubtoLinux@lemmy.mlProblems with Arch upgrade
    link
    fedilink
    English
    arrow-up
    24
    arrow-down
    3
    ·
    16 days ago

    You didn’t specify which problem or which thing that broke. However (and based on my previous experiences on that matter), one could face a problem regarding package PGP/GPG signatures upon trying to update. This is because archlinux-keyring is not being updated before the signature checking. That said, a better approach is to always update archlinux-keyring (sudo pacman -S --needed archlinux-keyring) before anything else (sudo pacman -Syu). This way, you guarantee to be up-to-date with developer signatures, needed for pacman to check the validity for every package to be updated/installed. There’s also a pacman-key command, but I never had to use that.






  • Although I’m used to write long detailed replies and comments, what possibly saves me from being accused of being some LLM is the fact that English is not my main language, so I often commit concordance/typo mistakes. LLMs are too “linguistically perfect”. In a world where the Dead Internet Theory (i.e. there are few humans left in a bot-filled internet) is more and more real, human mistakes seem to be the only way to really distinguish between a bot and a human.



  • As long as it didn’t pollute the fedi timeline with ads, AI slop and partnered posts, that’d be OK to me… (If someone worrying about our posts/comments being used by AIs, it’s already happening even for those instances that does not federate with Threads; Proofs? Once I searched for my own username and I got surprised on how my fediverse posts are spread all across the results through federated instances that I never heard about, so if my fedi content shows on Google, it’s certainly being fed to some AI datasets)



  • If Linux is configured to use LUKS and/or Windows is configured to use Bitlocker, it’s not so simple as just installing the ext4/NTFS driver.

    Also, neither Linux can run Windows programs (I’m aware of Wine, but AFAIK Wine won’t run software already installed on an existing Windows installation) nor Windows can run Linux programs (I’m also aware of WSL, but apart from very specific chroot-ings, AFAIK one can’t run software from pre-existing Linux installations)…