Live data from Hacker News

Viewing profile — ef004

ef004

HN member
Joined
Sat, Nov 17, 2018, 5:59 PM UTC
HN karma
11
Public activity
3 items

About ef004

No profile information was provided.

Recent public activity

  1. comment
    Comment #21456610

    you can definitely use c++ libraries compiled with clang++ when your code is compiled with g++ and vice versa. It only gets funky when one uses libc++ and one libstdc++

  2. comment
    Comment #20971754

    Ive never found linking to take more than 5 seconds with the standard linker which, but lld exists and its super fast in my experience. But i guess its only needed whon working on …

  3. comment
    Comment #19300516

    prepare an encrypted partition on the new drive, then mount both the new and the old encrypted partition and rsync/cp -R everything over? i guess you need to take care of the boot …