Viewing profile — arathore
arathore
HN member- Joined
- Sun, May 21, 2017, 3:32 PM UTC
- HN karma
- 503
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About arathore
No profile information was provided.
Recent public activity
- story
-
comment
Comment #31955399
I think those limitations also lead to a lot of creativity. Good music is often made under severe constraint.
-
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…
-
comment
Comment #31811212
Exactly, I mostly write in Latex and one-sentence-per-line makes so much sense for that.
- story
-
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…
-
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!…
-
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…
- story
-
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.
-
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…
- story
-
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 …
-
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…
-
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…
-
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…
-
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.
- story
-
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…
-
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…
- story
- story
-
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
- story
-
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 …