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/)BL
Posts
0
Comments
163
Joined
2 yr. ago

  • I'm a tidyverse zealot and I just cannot stand fixing people's 300 line base R spaghetti that can easily be refactored into 10 lines of dplyr. Especially annoying when researchers can't move away from doing everything in matrix format (when it's unnecessary).

  • I work with genetic data and this sort of stuff is trivially easy to do in an automated way. They could easily run your variants against a known database such as clinvar and broadly deny insurance for a particular pathology if they wanted to.

    If they had access to your non-pathogenic variants it also becomes trivially easy to ID you, as non pathogenic variants tend to be random so more likely to ID a person/sample.

  • I've only been programming seriously (for work) in the last two years and honestly don't get the copy pasting memes. I get copy pasting a 1-3 line terminal snippet sometimes, but idk how people are getting away without actually writing their own code.