nancygold's Journal
 
[Most Recent Entries] [Calendar View] [Friends View]

Wednesday, August 14th, 2024

    Time Event
    1:04p
    So Musk's OpenAI is losing to Zuckerberg?
    LLaMA becomes the standard (completely controlled by Zuck), and OpenAI quickly loses its early entry advantage. Same story as with Joanne Rofling: Elon should have spent less time on transphobia and more on running his shitty ventures and other crypto scams.

    Current Mood: amused
    7:02p
    The Main Difference Between Symta and Python
    $ time ./symta.exe -e 'I 0; while I < 100000000: ++I; say I'
    100000000
    No
    real    0m 1.40s
    user    0m 0.14s
    sys     0m 0.00s
    
    $ time python -c "i = 0; [i := i+1 for _ in range(100000000)]; print(i)"
    100000000
    real    0m 6.31s
    user    0m 1.25s
    sys     0m 0.71s
    
    $ time ./symta.exe -e 'I 0; while I < 1000000000: ++I; say I'
    1000000000
    No
    real    0m 13.74s
    user    0m 9.20s
    sys     0m 0.01s
    
    $ time python -c "i = 0; [i := i+1 for _ in range(1000000000)]; print(i)"
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "<string>", line 1, in <listcomp>
    MemoryError
    Command exited with non-zero status 1
    real    0m 10.72s
    user    0m 4.00s
    sys     0m 1.43s
    



    Nope. Symta doesn't compile to native code.

    Current Mood: amused

    << Previous Day 2024/08/14
    [Calendar]
    Next Day >>

About LJ.Rossia.org