A devastated Software Systems student, libre software promoter. Sometimes I draw pixel art. Very fond of classical Computer Science and Touhou project.

Autism® Inside™

  • 1 Post
  • 28 Comments
Joined 2 years ago
cake
Cake day: March 28th, 2023

help-circle
















  • raubarno@lemmy.mltolinuxmemes@lemmy.worldcomputer
    link
    fedilink
    arrow-up
    24
    ·
    edit-2
    1 year ago

    It won’t work. It’s a dangerous command because a single > destroys your .bashrc. You may want either echo 'neofetch' >> .bashrc or neofetch | sed -e 's:%:a:g' | sed -e "s:^\\(.*\\)$:printf '\1\\\\n':" >> .bashrc or something of that kind.

    EDIT: tested out the latter command


  • I do write Rust projects

    EDIT: Well, it depends. If you statically compile everything with C build systems, in that sense, the speed should not differ from generic cargo workload. Although, in most cases, projects written in C are dynamically linked due to several reasons, one of which is code speed. In practice, even huge projects written in C (30k to 10k LOC) build quicker than C++ or Rust.

    I’m not pooping on generics, either. Generics is a saviour for correctness and performance. Yet, I want to point out the type creep is still a thing, even though there’s little we can do about it.

    Anyways, this thread should be better interpreted with humor, instead of technical accuracy.


  • Rust v3: “It’s three hours and I’m still compiling dependencies”

    EDIT: Also, “What does Option[Arc[Mutex[BTreeMap[String, Box[RefCell[Box[amp mut F>>>>>>> where F : Fn(T) -> U in your essay mean?” (srry, I didn’t come up with a better obscure data type, it’s probably gibberish)

    EDIT2: Lemmy deletes ‘less than’ sign for some damn reason (time to build Lemmy at home?)