Live data from Hacker News

Viewing profile — babahoyo

babahoyo

HN member
Joined
Thu, Aug 09, 2018, 2:01 PM UTC
HN karma
44
Public activity
22 items

About babahoyo

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #19239867

    For me the appeal is 3-fold 1) I can contribute to widely used packages like DataFrames and HypothesisTests. I had never made a git commit before this and my only "real" programmin…

  3. comment
    Comment #19235822

    If you are running a script over and over (or using small modules to do organize things) it will be very fast and easy to work with. The compilation is just for the first time a sc…

  4. comment
    Comment #18672501

    Yeah i guess the UI isnt that bad. Performance > UI in many cases for me though. Hopefully responsiveness times are something people consider more in designing an interface.

  5. comment
    Comment #18669108

    Weird question, but why is there so much bad UI out there? Do you feel like you've failed as a field when commonly used applications like Gmail and adobe reader have such bad user …

  6. comment
    Comment #18623440

    It's crazy that microsoft got sued for anti-trust because explorer dominated so much of the market, and now they are ceding space so google can do the same.

  7. comment
    Comment #18530067

    ah thanks! Yeah these are super interesting

  8. comment
    Comment #18488155

    wow that is pretty dystopian

  9. comment
    Comment #18478134

    I've been looking for blog posts and content about macOS UX design and testing. Because it really is stellar. I'm curious what kind of stuff the elementaryOS team is reading that i…

  10. comment
    Comment #18345147

    But the nice interactivity of it is only in RStudio iirc, which is a major selling point.

  11. comment
    Comment #18320429

    I think there is a lot of reason for moralistic criticism of excel. > That would make sharing and reproducibility just as easy as easy as getting them to switch out their complete …

  12. comment
    Comment #18317954

    I'm worried about seeing a script that says df = read_csv(file) df % mutate(log_income = log(income)) # do manipulations in shiny Shiny(df) # click "transform" in the top right han…

  13. comment
    Comment #18317946

    I think this is missing the forest for the trees. The audience for these tools is people who have never written in a text editor in their life! They literally might not even recogn…

  14. comment
    Comment #18316676

    Getting people to switch to R (or Julia) from excel is to balance two competing goals. First, you need to establish that scripting is far superior to point-and-click interfaces via…

  15. comment
    Comment #18289399

    I weirdly love reading about other people's workflow. This is really cool thanks for sharing. One issue I have with literate programming is that its difficult enough to write code,…

  16. comment
    Comment #18253561

    This reminds me of how incredibly good TurboTax is at UI, and if US and state governments were to invest in UI we wouldn't have to pay $100 a year just to do our taxes.

  17. comment
    Comment #17859574

    iirc pandoc's markdown provides the set of functionality that one is capable of transforming back and forth. So as long as you stay within those formatting confines, you are set. T…

  18. comment
    Comment #17786946

    you were somehow satisfied with the way stata handles missing values??? gen x = y if z > 4 // headaches abound Julia's missing value support is great now and is only going to get b…

  19. comment
    Comment #17786868

    Check out DataFramesMeta, which unfortunately isn't working on 1.0 yet. They have basically a 1-1 matching of `dplyr` verbs to julia versions. I don't think a standardized and idio…

  20. comment
    Comment #17786679

    Julia is increasingly becoming better than R and Stata for data cleaning. Many of its metaprogramming tools beat `dplyr` in syntax and features. So if the data-cleaning to regressi…

  21. comment
    Comment #17724700

    Many scientists might have mathematical ideas about how an operation should be done, but dont want to learn C++ to implement them. We create a division between scientists and progr…

  22. comment
    Comment #17724235

    If you are coming from R I would say that DataFrames and DataFramesMeta are just as good as dplyr. But thats just a super small, less scientific, corner of the entire excellent eco…