Live data from Hacker News

Viewing profile — kescobo

kescobo

HN member
Joined
Sat, Jun 02, 2018, 6:20 PM UTC
HN karma
23
Public activity
13 items

About kescobo

No profile information was provided.

Recent public activity

  1. comment
    Comment #39340376

    >To disagree, I'm a computational biologist and it's my firm belief 99% of the scientifically important stuff happens before the stats and plotting. I'm a microbiologist too, but t…

  2. comment
    Comment #39339815

    >TL;DR: wrote a benchmark article without...running it? He benchmarks against the rust implementation, which, unless benchmarks have zero meaning, should be sufficient to get a gen…

  3. comment
    Comment #39339746

    Someone knowledgeable enough about movies can read a script and know of it's good or not without needing to see it actually produced. Here, it's possible to read the code and know …

  4. comment
    Comment #39317896

    >However, in my opinion, this lack of validation (really, lack of parsing in any meaningful sense) means that the performance between this parser and Needletail is incomparable. So…

  5. comment
    Comment #39317725

    Calling julia code from python or python code from julia is relatively straightforward. I haven't spent much time doing the former, but love the ergonomics of the later with Python…

  6. comment
    Comment #27120658

    It really depends on what you do - sometimes offsets are better, sometimes an index is better. If you really want 0-based indexing, you can have it! https://github.com/JuliaArrays/…

  7. comment
    Comment #26780210

    >Julia does solve the two language issue, but not in all situations And not instantaneously. Developer time being finite, using what works from existing libraries while waiting for…

  8. comment
    Comment #25829393

    Who am I to say what hills are worth dying on? But I don't want you to die at all - in case you're ever compelled to switch, I can't help you with end, but OffsetArrays.jl can help…

  9. comment
    Comment #25829169

    > If you take a functional approach, especially using pipes, dplyr and a split, apply, combine style, it is quite beautiful Sure, but what if you don't? Sometimes, this is the righ…

  10. comment
    Comment #25829131

    Out of curiosity, when was the last time you looked at DataFrames.jl? A huge amount has happened in the last year. Plus, if you want more tidy-like syntax, you can go with Query.jl…

  11. comment
    Comment #24849035

    Style guide for the base language is to generally stick to ascii, and many of the big packages do that too. It's really nice in examples, analysis scripts and the like though.

  12. comment
    Comment #22292071

    % of the repos in the org on github? That number is lower than I'd like. % of the repos that are actively maintained? Much higher. One of the great things about julia is that it's …

  13. comment
    Comment #17215696

    Depending on which plotting package you use. Plots.jl itself is pretty slow to get started still, though there are ideas on how to improve that. That said, once you're up and runni…