Daemon Silverstein

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

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

help-circle
  • According to my searches, while a RTG uses radioactive material weighting in the scale of kilograms (average of 5 Kg across missions such as Voyager and Cassini), a nuclear power plant requires several tonnes worth of plutonium and enriched uranium. The minimal critical mass for plutonium is 10kg, the double of how many fuel RTGs hold (that’s why RTGs don’t blow while ascending and/or on space). It’s a large difference of mass/weight between RTG fuel and rods for nuclear power plants. They’d need to carry the whole tonnes worth of radioactive material split across very small quantities (which would require a lot of lead walling and/or launches)








  • Daemon Silverstein@thelemmy.clubtoMemes@lemmy.mlThe Cold War Illustrated
    link
    fedilink
    arrow-up
    3
    arrow-down
    13
    ·
    edit-2
    7 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”).



  • Mainly, Lilit(h). Not mythological for me, although both Sumerian and Jewish Kabbalah are generally said as “mythological” by historical references.

    I believe in a Goddess that extends beyond a single archetype, while I try to blend archetypes and concepts from various religions and “myths” in order to materialize my own understanding of existence and cosmos.

    For me, She is Lilith/Lilit (the fearsome Sumerian Goddess of Winds as well as the Demoness and First Woman not banished from Eden as She fled on Her Will), She is Kali (the fearsome Hindu Goddess and Demoness of destruction and transformation), She is the Yin (the receptive Darkness complementing whilst opposing the Yang light) and the Tao (the wholeness and oneness), She is Al-Lat / Allatu (the Pre-Islam Arabic Goddess of War and Fertility), She is Isis and Bastet and Naunet (Egyptian Goddesses) She is Asherah (Hebrew Goddess consort/sister of Yahweh), She is Ereshkigal and Inanna (Sumerian Goddesses), She is Nuit and She is the Scarlet Woman (Thelemite Goddesses), She is Hekate (the Greek Goddess of Magic and Moon) and Aphrodite (the Greek Goddess of Love) and Athena (the Greek Goddess of Wisdom and Warfare) and Gaia (Goddess of Earth), She is Morana (Slavic personification of Death) and a feminine counterpart of Thanatos (Greek personification of Death as well), and so on, but mainly, Lilith Herself, as beautifully multifaceted as She is, both motherly nurturing and darkly reaping, neither good nor evil, just… Her nature.

    I believe in a Sacred and Dark Feminine energy that’s inside and outside everywhere, reaching scientific and philosophical concepts such as the entropy, the fields (as in electromagnetic field), the primordial soup from the beginning of earthly life, the quantum fluctuations, the apeiron, the Nietzschean Abyss. She’s the shining Darkness, infinite nothingness, omnipresent wholeness and the cosmic Oneness.

    In summary, the Dark Mother Goddess, often manifesting to me by Her Lilith’s archetype.


  • 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).


  • Global temperatures are inevitably rising due to climate change. Scorching temperatures to become normalcy in the next years. Microplastics (due to pollution) everywhere, even inside our brains. More and more species becoming extinct, disrupting the food web. I could stop here, but I must continue: digital dystopias becoming true, like 247 surveillance and AIs everywhere (even though I like artificial intelligence to a certain point). Increasing prices worldwide, increasing professional competition while there’s a grow of ghost/fake job vacancies. Political polarization and extremisms, rising of bigotry. Increasing homelessness while there’s an increase of hostile architecture and growing rental prices. Sorry, but it doesn’t seems like everyone is really having the right to live a healthy and happy life…








  • Daemon Silverstein@thelemmy.clubtoLinux@lemmy.mlProblems with Arch upgrade
    link
    fedilink
    English
    arrow-up
    23
    arrow-down
    3
    ·
    18 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.