mousetraps | 7 years ago | on: Building the Software 2.0 Stack by Andrej Karpathy [video]
mousetraps's comments
mousetraps | 7 years ago | on: Building the Software 2.0 Stack by Andrej Karpathy [video]
I’ve spent time in both academic research and industry.
Research is not supposed to be immediately applicable. The goal is to produce new knowledge - more importantly shared knowledge. Publishing is not a bad measure of that. Additionally, ability to secure grants provides incentive to focus on problems others want solved.
No incentive system is perfect, but I don’t really see how this is any different from any organization. And I don’t think it’s fair to judge an entire discipline by the negative examples.
mousetraps | 7 years ago | on: Building the Software 2.0 Stack by Andrej Karpathy [video]
Agreed it needs more attention, but - for academia - I think it's more of an incentive issue than a stigma issue. E.g. harder to benchmark the performance of two algorithms if they don't operate on the same dataset. Also to be fair, research into things like synthetic data mitigates the problem, just in a different way.
The paper you cited is interesting. Thanks for sharing. Hopefully that spawns more focus into understanding the subtleties of each dataset. IIRC Kaggle also had issues around generalizability, but for different reasons.
Anyways it's still early on... but we're currently building tools to help solve this problem. In particular simplifying the data collection / labeling process for vision systems. Would love to chat further w/ anyone interested in providing feedback. Email is [email protected]
mousetraps | 9 years ago | on: Node.js Tools 1.2 for Visual Studio 2015 released
mousetraps | 9 years ago | on: Node.js Tools 1.2 for Visual Studio 2015 released
mousetraps | 10 years ago | on: Node.js Tools for Visual Studio [video]
Check out this tutorial for developing a node addon in VS, and let me know if you have any ideas on how to improve the experience.
http://computer-vision-talks.com/articles/how-to-debug-nodej...
mousetraps | 10 years ago | on: Node.js Tools for Visual Studio [video]
Code and VS are different products, codebases, Etc. But if you see a specific feature you'd love to have in code or v.v., let us know, as we're always considering ways to collaborate wherever it makes sense.
mousetraps | 10 years ago | on: Node.js Tools for Visual Studio [video]
dev/person-in-video here, happy to answer any questions we couldn't get to in the video :)
GitHub repo for those interested in playing around with the code. https://github.com/Microsoft/nodejstools
mousetraps | 10 years ago | on: Firefox tracking protection decreases page load time by 44%
mousetraps | 11 years ago | on: Node.js Tools 1.0 on GitHub and VMs Available
Let us know if you run into any issues!
mousetraps | 11 years ago | on: Node.js Tools 1.0 on GitHub and VMs Available
Please comment so we can better prioritize the es6 feature work.
mousetraps | 11 years ago | on: Node.js Tools 1.0 on GitHub and VMs Available
GitHub link: https://github.com/Microsoft/nodejstools
mousetraps | 11 years ago | on: Node.js Tools for Visual Studio
You can use the "From Existing Node.js Code" project template to create a project from a folder, but the project file itself is a requirement for visual studio and also allows us to include helpful metadata (whether or not to analyze a directory, etc - most IDEs/text editors include a project file for this very purpose - they just hide it a little better). That said, at some point we'd like to change things up so that the project does feel more similar to the folder/file experience you might expect.
This is to change the project file to be more "transparent". https://nodejstools.codeplex.com/workitem/1855
There's also another issue to directly open a folder without requiring the user to take steps to create the solution/project. https://nodejstools.codeplex.com/workitem/209
Additionally, like rlp mentioned - make sure that "show all files" is turned on so that you can see everything in the folder, not just files you've defined as being a part of your project.
Hope that helps - let me know if you have any other questions.
mousetraps | 11 years ago | on: Node.js Tools for Visual Studio
With regards to the technicalities of max_path itself... the issue is with the .NET file I/O API, which doesn't allow you to use \\?\ paths to work around it, and is too big for our team in particular to do much about. Here's a good article that might provide a little more context (it's a little old, and these "plans" they speak of never actually materialized.)
http://blogs.msdn.com/b/bclteam/archive/2007/02/13/long-path...
That said... we don't like it either, and we are still thinking about what we can do.
mousetraps | 11 years ago | on: Node.js Tools for Visual Studio
Thoughts? I'm especially curious to hear how you think we can improve the existing experience so that it caters better to your workflow. What are some of the abstractions that get in your way?
mousetraps | 11 years ago | on: Node.js Tools for Visual Studio
mousetraps | 11 years ago | on: Node.js Tools for Visual Studio
mousetraps | 11 years ago | on: Node.js Tools for Visual Studio
http://azure.microsoft.com/en-us/documentation/articles/web-...
mousetraps | 11 years ago | on: Node.js Tools for Visual Studio
- connect is for filing bugs
- uservoice is for "ideas and suggestions"
How people use it, of course, is a completely different story...
And then some teams (like us) have public issue trackers, which are the best approach if available because everything goes directly to the team: https://nodejstools.codeplex.com/workitem/list/basic
mousetraps | 11 years ago | on: Node.js Tools for Visual Studio