Live data from Hacker News

Viewing profile — tylermw

tylermw

HN member
Joined
Mon, Jan 08, 2018, 4:54 PM UTC
HN karma
1,012
Public activity
178 items

About tylermw

https://www.tylermw.com

Recent public activity

  1. comment
    Comment #48661568

    Yep, as someone who both uses lots of R packages and writes lots of R packages (which, in turn, import other R packages), I've grown to appreciate the strictness of CRAN: if a pack…

  2. comment
    Comment #48660626

    Absolutely correct. CRAN takes down and rejects packages all the time for minor issues and violations of their rules and guidelines. And there are a lot of them: https://cran.r-pro…

  3. comment
    Comment #48660290

    > The proof is in the pudding. Every single grad student of mine that was brought up on the tidyverse produces gigantic R markdown files with 20 imports to accomplish something tha…

  4. comment
  5. comment
    Comment #47805935

    I've done exactly what you're talking about using tree-sitter (via the tarborist VS Code extension), specific to targets pipelines: https://bsky.app/profile/tylermw.com/post/3mjmcy…

  6. comment
    Comment #47805907

    Yes, the main benefit is caching and reproducibility: with targets (or any other DAG-based approach), you only recompute what needs to be recomputed and you are assured that no sta…

  7. comment
    Comment #47805847

    Thanks for all the work you (and the rest of the contributors) have done putting this together! I think bringing tree-sitter to R has already shown massive benefits: Just air alone…

  8. comment
    Comment #47801899

    I read this article a week or so ago and immediately implemented a VS Code extension that I've always wanted: a static analysis tool for targets pipelines. targets is an R package …

  9. comment
    Comment #47794270

    A non-Apple entity using "macOS26" as their organization name? Are you trying to trigger everyone's corporate phishing training?

  10. comment
    Comment #47411996

    Author here. I wrote an R package to generate realistic sky maps for a given location and datetime (with scattered light, realistic moon phases, stars, and planets all at physicall…

  11. story
  12. comment
    Comment #47392095

    This is pretty astounding. Honestly, this is the feel-good "our company is helping save dogs" story that should have been featured at the super bowl. The fact that AI can be used b…

  13. comment
    Comment #47093017

    Nice work! It's always fun to see a new renderer in the wild.

  14. comment
    Comment #46708687

    Looks like the author fixed the graph!

  15. comment
    Comment #46706923

    Nice results! SIMD can be a pain, good to know Zig makes it easy. However, note that the plot under "Native SIMD Throughput Comparison" is extremely misleading: for an accurate pro…

  16. comment
    Comment #46125745

    When you're dealing with large populations (here, the study include 230,065 students--a very large number), even small shifts due to some treatment can be significant. It is very h…

  17. comment
    Comment #45669331

    There is a way to model this type of situation for watertight dielectrics with interface tracking: you assign each material a priority value, and a transition between materials occ…

  18. comment
    Comment #45301273

    The developing S7 object system ( https://github.com/RConsortium/S7 ) is looking fairly promising in that it combines many of the nice properties of S3 and S4 (validation, multiple…

  19. comment
    Comment #44827304

    What's going on with this plot's y-axis? https://bsky.app/profile/tylermw.com/post/3lvtac5hues2n

  20. comment
    Comment #44723980

    For 28 Years Later, note that while the iPhone sensor did in fact ultimately collect the photons for the movie, they attached substantial professional-grade glass to the front to a…

  21. comment
    Comment #44723919

    Yes, the distortion noted in the article is also seen in wide angle lenses on traditional cameras.

  22. comment
    Comment #43755212

    Importantly, the base R pipe implements the operation at the language parsing level, so it has basically zero overhead.

  23. comment
    Comment #43708255

    Yes, you are correct, I should have typed "runs". But the point is that MITRE runs the U.S. National Cybersecurity FFRDC that maintains the CVE system, and FFRDCs are deliberately …

  24. comment
    Comment #43705763

    MITRE is a Federally Funded Research and Development Center (FFRDC), which is a distinct type of federal contractor with strict conflict of interest regulations. They are owned by …

  25. comment
    Comment #43653795

    trace is great for shimming in your own code to an existing function, but it’s not an interactive debugging tool.