Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SP
Posts
1
Comments
56
Joined
2 yr. ago
  • It runs in the kernel of the OS as a driver, which means that it's basically a trusted malware that has even higher permission than the admin of the computer, and have access to more things than yourself, to closely monitor the whole system in order to find signs of cheating.

  • And yet, most of the world still runs on the same five languages: C, Java, C++, C#, JavaScript.

    Did you just assume that those languages exists since the dawn of computing? Or they run the world as long as they came to existence and were never "the new thing"? You are just contradicting yourself at this point to defend yourself from anything you don't want to accept.

  • mindlessly chanting “tools”

    That's what you were doing in the first place. Instead of evaluating and trying new things, you are putting them in an imaginary cycle, ignoring any actual value that they brings.

    Also Rust has been on your "stage 2" for 10 years. It's now widely used in multiple mainstream operating systems for both components and drivers, driving part of the world's internet stack, and is used to build many of those "shiny and new tools".

  • You can use Nix on Guix System and vice versa, but it's like installing them as a package manager on a foreign system. The store and packages currently are completely isolated between the two, although there's a very early plan for a common store interface.

  • I think there's no need to stick with one particular language. It benefits to learn more languages and bring the "good parts" of their design into your code whatever you are writing it in.

    Btw It happens that I've learned a bit of RISC-V, with Rust.

  • I'd say no. Programming safely requires non-trivial transformation in code and a radical change in style, which afaik cannot be easily done automated.

    Do you think that there's any chance to convert from this to this? It requires understanding of the algorithm and a thorough rewrite. Automated tools can only generate the former one because it must not change C's crooked semantics.

    1. breaks compatibility
    2. breaks compatibility
    3. breaks compatibility
    4. hard to add without breaking compatibility

    Then we arrive at Rust as a natural outcome.

    And it's of course possible to migrate to Rust from C or C++ progressively, fish has almost got it done.

  • A community for the lovers of the scheme programming languages @lemmy.ml
    Spore @lemmy.ml

    Directly compiling Scheme to WebAssembly: lambdas, recursion, iteration! -- Spritely Institute

    Not exactly a new one but I think this sub deserves some activity.

    People at Spritely Institute are working on compiling Guile to WebAssembly, and they have made some progress now.

    Their project repository