Live data from Hacker News

Viewing profile — arathore

arathore

HN member
Joined
Sun, May 21, 2017, 3:32 PM UTC
HN karma
503
Public activity
37 items

About arathore

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #31955399

    I think those limitations also lead to a lot of creativity. Good music is often made under severe constraint.

  3. comment
    Comment #31847198

    If by running models you mean just the inference phase, then even today you can run large family of ML models on commodity hardware (with some elbow grease, of course). The trainin…

  4. comment
    Comment #31811212

    Exactly, I mostly write in Latex and one-sentence-per-line makes so much sense for that.

  5. story
  6. comment
    Comment #28742863

    > When printing tracebacks, the interpreter will now point to the exact expression that caused the error instead of just the line. For example: Traceback (most recent call last): F…

  7. comment
    Comment #28547955

    Thanks for the update. I had a feeling that this might have been the case due to the launch crunch and it's perfectly understandable. Really excited for the future of this project!…

  8. comment
    Comment #28542235

    Currently the only way to sign up for a personal account is through google. Is there another way that I am missing, or are there any plans to provide email based signups in the fut…

  9. story
  10. comment
    Comment #28409447

    It's not even a niche use cases, many times IT teams would suggest deleting the cookies and cache for a specific site to overcome common login issues.

  11. comment
    Comment #27619323

    I am looking forward to performance improvements. It would be great if the core window services were optimized to use less resources to improve the windows experience on less impre…

  12. story
  13. comment
    Comment #26669105

    > I don’t care about Kubernetes, but someone might read this post and decide that it is a good idea to “simplify” an existing project by rewriting it in 17000 lines bash script. I …

  14. comment
    Comment #26404312

    Great project! I've had success using camelot-py ( https://camelot-py.readthedocs.io ) to extract tabular data from PDFs (for images, I use imagemagick to convert those to PDF). If…

  15. comment
    Comment #24915513

    I am considering building a PC for programming and am genuinely curious if WSL2 can be considered a replacement for dual booting Linux and Windows? I am currently rocking a dual bo…

  16. comment
    Comment #23225920

    For those who might not be familiar, graph subsampling is a method of extracting smaller graphs from a large graph while preserving some notion of overall structure. The subsamplin…

  17. comment
    Comment #22367475

    The original content was a series of tweets and the link is a website that summarizes long twitter threads, so each newline indicates a follow-up tweet.

  18. story
  19. comment
    Comment #22230042

    The jitter artifacts could be removed by applying some kind of temporal consistency constraints on the network predictions. But such an approach will also definitely introduce a lo…

  20. comment
    Comment #21072248

    The inventor has about 134 patents [1] and many of which seem (to me) very generic. I am not very familiar with patent jargon so I can't definitively say if those patents have enou…

  21. story
  22. story
  23. comment
    Comment #20597485

    Spacy also has one of the best documentations that I have come across. I really like the use of Tufte-style notes for code examples. https://spacy.io/api

  24. story
  25. comment
    Comment #20510842

    Such competitions do not usually result in a comprehensive "solution" by themselves - pushing the state-of-the-art is more common. Also the value is not going to be derived solely …