Live data from Hacker News

Viewing profile — ibern

ibern

HN member
Joined
Tue, Apr 02, 2019, 2:02 PM UTC
HN karma
5
Public activity
8 items

About ibern

No profile information was provided.

Recent public activity

  1. comment
    Comment #41359185

    A lot of bioinformatics code relies very heavily on pipes.

  2. comment
    Comment #39857261

    Don't underestimate American stupidity.

  3. comment
    Comment #39705909

    Couldn't agree more. You can't really speak about sonics in absolutist terms. Even so-called audiophiles can't agree on ideal sonics - is it a hyperclean recording with zero distor…

  4. comment
    Comment #39205923

    Their therapeutic area focus was far too broad. Going after "dozens of diseases" in parallel was a recipe for disaster. It takes a very specific understanding of your disease to tr…

  5. comment
    Comment #39205727

    The real value they tried to build was in pharma, which is much more lucrative than either of those. Their data is somewhat interesting but limited by the lack of rich phenotypic/c…

  6. comment
    Comment #21615358

    The advantage is that it's faster to prototype/write on the command line and usually ends up being less verbose (although potentially harder to read). It's easy to see what you're …

  7. comment
    Comment #21615175

    Here are some ways you could simplify some of the tasks in the article, saving on typing: cat data.csv | sed 's/"//g' can be simplified by doing this instead: cat data.csv | tr d '…

  8. comment
    Comment #21544552

    Right now I'd say it's in competition with Workflow Description Language (WDL), Nextflow, and maybe Snakemake. CWL seems to be more popular than WDL, as far as I can tell, but Next…