Live data from Hacker News

Viewing profile — delosrogers

delosrogers

HN member
Joined
Thu, Feb 25, 2021, 6:39 PM UTC
HN karma
8
Public activity
7 items

About delosrogers

No profile information was provided.

Recent public activity

  1. comment
    Comment #36267192

    Agreed, I had a lot of fun putting a toy one together, even if my compression format was worse in every way than a real format and my implementation quite inefficient

  2. comment
    Comment #30387767

    They’re from a company called Starship but I’m not sure who actually makes them

  3. comment
    Comment #28349025

    I first learned to program with Snap! and I really enjoyed learning recursion and other basic techniques with it.

  4. comment
    Comment #28211926

    This exact problem burned me when I started doing transcriptomics, one of the things I found that helps mitigate the problem is to always keep both the gene symbol and a ID like an…

  5. comment
    Comment #28211871

    From my experience Python/R can be great when you have large scale analysis to do but if you have a task that requires more manual fiddling with the data then it’s much nicer to us…

  6. comment
    Comment #28082576

    I wonder how this compares to Dask. It also uses the pandas API and is distributed but is built on top of pandas instead of spark

  7. comment
    Comment #28051231

    If I’m not mistaken I think that some languages with managed effects allow you to do this through types. For example, in Elm HTTP requests have the type of Cmd Msg and the only way…