Viewing profile — nikitakit
nikitakit
HN member- Joined
- Wed, Oct 09, 2013, 10:47 PM UTC
- HN karma
- 4
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About nikitakit
No profile information was provided.
Recent public activity
-
comment
Comment #18669445
I've found that FUSE/sshfs (at least on Mac) doesn't survive network reconnects. Switching WiFi networks, or even having the computer go to sleep, is enough to put it in a state wh…
-
comment
Comment #17051743
When Github enabled https for sites hosted on Github Pages, sites that were using custom domains went from redirecting https->http to giving certificate errors overnight. This happ…
-
comment
Comment #16907169
I'm curious how you handle the issue of scope in pynt. From what I see in the readme, a lot of the features are about extracting code snippets from the source file and sending them…
-
comment
Comment #16900964
I'm interested if anyone has good tools for this kind of workflow, especially for Python. As others have mentioned in the comments it seems that similar workflows have existed acro…
-
comment
Comment #12103326
I agree, the notebook could really have much more powerful debugging. I've actually been working on implementing something to that effect for Python (see http://kitaev.io/xdbg ). B…
-
comment
Comment #9122596
I liked the structure of the guide. However pairing the memory tables while mentally executing the code line-by-line got confusing for me. (Especially because the code was offscree…