Viewing profile — shafte
shafte
HN member- Joined
- Wed, Mar 01, 2017, 10:42 PM UTC
- HN karma
- 387
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About shafte
No profile information was provided.
Recent public activity
-
comment
Comment #37178215
> Those people/use-cases don't care about the GIL. This is not true. The primary funding and motivation for the GIL removal work comes from the numerical computing community. The P…
- story
-
comment
Comment #22953343
I'm curious: what's sorts of things were bad about libtorch? What did you see in this release that you thought was an improvment?
-
comment
Comment #22895989
That doesn't seem very fair. They link a docs folder and an overview document, neither of which require that the user read code to get a good idea of the library's contents. That s…
-
comment
Comment #22894391
Perhaps you missed the "What's in it" section while skimming the readme? :) >Because of folly's fairly flat structure, the best way to see what's in it is to look at the headers in…
-
comment
Comment #22818463
EternalTerminal[1] was mentioned in a comment below. It supports port forwarding, and other goodies like native scrollback, at the cost of latency on laggy connections (because it …
- story
-
comment
Comment #21218946
Watch David's talk coming up ( https://www.facebook.com/pytorch/ ), it will contain some answers :)
-
comment
Comment #21164207
Aside from its merits as a database, SQLite is also a great example of good documentation[0], thorough testing[1], and focused development. It's something that all library maintain…
-
comment
Comment #20003901
I don't know if it's correct to characterize Github's model as a power grab. The design of Github definitely pushes things in a more centralized direction, but I think that approac…
-
comment
Comment #19546079
Not really related, but a quick plug for the work that Mercurial is doing to port substantial portions of its main binary to Rust: https://www.mercurial-scm.org/wiki/OxidationPlan …
-
comment
Comment #19433836
This is so awesome. Makes me really excited for the future of PyTorch—being able to define symbolic deriviatives in a python subset is super cool
-
comment
Comment #19384132
The best explanation is coincidence, I think. I have direct knowledge of two of the incidents in the past few weeks, and they have completely unrelated causes. Sometimes you just g…
-
comment
Comment #19349280
I think it's cool to see projects like this! It's sort of like an "alternate history" for a C++ programming model. I agree that it doesn't seem immediately useful for most projects…
-
comment
Comment #19286646
Glad to see the team really embrace the nitty-gritty of keeping the open-source community healthy. React Native is a project with a lot of potential that's taken a few high-profile…
-
comment
Comment #19241287
I'm not second-guessing the technical that the Times made here (I'm sure it made sense given their constraints), but I do wonder if these kinds of in-house general-purpose language…
-
comment
Comment #18768194
This is a great piece of software development history! Very interesting to see what things the industry seems to have improved on (somewhat) and what things we still struggle with.…
-
comment
Comment #18631467
Breaking changes are highlighted here: https://github.com/pytorch/pytorch/releases#breaking-changes
-
comment
Comment #18594618
I'd be interested in a direct comparison with similar efforts undertaken by existing frameworks; for example Torch Script[1], which aims to produce a language which shares a syntac…
-
comment
Comment #18591183
I'm so glad this this article (unlike so many other representations of Jeff and Sanjay's work) does not overlook Sanjay's contributions. I don't know what it is; maybe Sanjay is a …
-
comment
Comment #18578823
> What model of human cognition are you claiming is "incorrect"? And is it the one presented by Marcus, or are you strawmanning? The model of human cognition I'm referring to is th…
-
comment
Comment #18578040
I seem to have missed the Twitter spat that precipitated this essay, but I don't quite buy the larger argument he's making. We should judge approaches to AI based on their results,…
-
comment
Comment #18565353
I actually like the new website. I think the primary barrier to Rust adoption now is something along the lines of "my organization doesn't use it"—this website is clearly geared to…
-
comment
Comment #17754183
This is cool. I especially appreciate the disclaimer at the end: >> We can’t stress enough how important it is to measure your applications and the tools used to measure those appl…
-
comment
Comment #17736400
A REPL is an incredibly useful tool for all sorts of development, "real" or not. But I share the author's frustration with intros to functional programming that take advantage of a…