• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 3rd, 2023

help-circle
  • Hare seems interesting, but does it allow any kind of dynamic linkage? I just compiled a simple Hello World program, and its size is 217 kb - after stripping.

    $ cat test.ha
    use fmt;
    
    export fn main() void = {
            fmt::println("Hello world!")!;
    };
    
    $ file test
    test: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped
    $ ls -lhn test
    -rwxr-xr-x 1 1000 1000 217K Feb 27 18:03 test
    
    











  • Two very different examples:

    Modest Mussorsky’s “Pictures at an exhibition” was originally written for piano (that was all the poor guy had available), and it took Maurice Ravel to turn it into an orchestral version and make it popular world wide. Both versions are great and have their own qualities, but I far prefer Ravel’s version (Although Khatia Buniatishvili’s rendition here is so really really good).

    Bob Dylan’s “Lay Lady Lay”. The original is… well… it’s a Bob Dylan song. There is a really good cover version by Ministry that, althought technically is the same song, takes it to a whole other level. Love it.