Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
robotdad
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
Particle Workbench powered by VS Code
(particle.io)
2 points
by
robotdad
8y ago
|
0 comments
2.
▲
by
robotdad
8y ago
I went to the School of the Art Institute of Chicago in the early 90s, they had a Sandain image processor in the video lab then. I spent many all nighters patching that thing. It was actually part of why I wanted to go there. Someday I’ll h
3.
▲
by
robotdad
9y ago
Where do EDA types congregate?
4.
▲
by
robotdad
10y ago
Enable ssh in your dockerfile and you are good to go there, see this one as an example: https://hub.docker.com/r/ducatel/visual-studio-linux-build-b... Regarding headers/libs you would need to manage that you
5.
▲
by
robotdad
10y ago
The Linux workload is designed to work with GCC today, so whatever standard level your GCC compiler supports is good.
6.
▲
by
robotdad
10y ago
PM for this at MS. We do work with WSL but do not rely on it. Currently we treat it as another remote Linux machine, just setup SSH in WSL and we'll work
7.
▲
by
robotdad
10y ago
Actually we have something better than that now. Check out http://aka.ms/vslinux
8.
▲
by
robotdad
10y ago
The initial report from last year has interesting, if sadly unsurprising, background on how/why so many of these embedded devices have wound up this way. http://blog.sec-consult.com/2015/11/house-of-keys-indus
9.
▲
House of keys: 9 Months later... 40% Worse
(blog.sec-consult.com)
2 points
by
robotdad
10y ago
|
1 comments
10.
▲
by
robotdad
10y ago
The field of view is... Not discussed.
11.
▲
by
robotdad
10y ago
I audited a security course at UW a few years back, and one evening Cutler stopped by as a guest lecturer.
12.
▲
URGENT: Further Fate of PlatformIO Project… Part II
(community.platformio.org)
3 points
by
robotdad
10y ago
|
0 comments
13.
▲
by
robotdad
10y ago
Hope no more, you can have it. https://blogs.msdn.microsoft.com/vcblog/2016/03/31/cc-extens...
14.
▲
by
robotdad
10y ago
We released an C/C++ extension for VS Code today as well. https://blogs.msdn.microsoft.com/vcblog/2016/03/31/cc-extens...
15.
▲
C/C++ Extension for Visual Studio Code
(blogs.msdn.microsoft.com)
4 points
by
robotdad
10y ago
|
1 comments
16.
▲
by
robotdad
10y ago
I love platformio too. We have another extension that can be used with platformio. This isn't really documented yet, something I'll be fixing next month. https://visualstudiogallery.msdn.microsoft.com/35dbae07-8c1a
17.
▲
by
robotdad
10y ago
Sorry, never meant to mislead that VS was on Linux. Is this the sort of thing you are looking for with respect to clang? https://blogs.msdn.microsoft.com/vcblog/2016/01/20/clang-wit... We don't have
18.
▲
by
robotdad
10y ago
I've been puzzling over this all night. I think I finally got your meaning. I have an IoT focus so "target" doesn't have a negative connotation to me. :)
19.
▲
by
robotdad
10y ago
Good point, if needed I'm sure we will.
20.
▲
by
robotdad
10y ago
Interesting, give it a try and let me know how it goes. I'd love to talk to you more about your workflow here. Very interesting.
21.
▲
by
robotdad
10y ago
I've not tried anything with XServer on windows. What we showed in the blog post is setting export DISPLAY=:0.0 to the Pre-Launch command in the project properties. Then when the gui app gets launched from our session it pops open on t
22.
▲
by
robotdad
10y ago
We'd be very interested to hear how this is working out for folks doing C/C++ web development
23.
▲
by
robotdad
10y ago
We're aware of that work of course but haven't tried anything with it yet. We were really focused on the remote compile. Since we only support remote right now to try it you’d have to setup an ssh connection to yourself. Hmmm... A
24.
▲
by
robotdad
10y ago
That's it exactly
25.
▲
by
robotdad
10y ago
The dependencies mentioned are for the remote Linux machine you connect to from VS. We use ssh from within VS to copy files across and issue the compilation commands with gcc. There isn't any cross compilation right now even for ARM. M
26.
▲
by
robotdad
10y ago
We are using msbuild to drive running the compile on the remote Linux machine. Today that is being emitted as straight commands for gcc on Linux. We're interested in what we should do around make, cmake, etc. This is just a start.
27.
▲
by
robotdad
10y ago
There are a lot of people in the world that do cross platform development so we're improving our tooling story for them. Well, I hope we are. It's also important to us to have a good IoT development story, and any thing that can r
28.
▲
by
robotdad
10y ago
The NDK dependency is actually to get the MIEngine that provides the machine interface to hook up GDB with the VS debugger. We're looking at making the MIEngine a separate component so the Android, iOS and Linux tools don't have a
29.
▲
by
robotdad
10y ago
I'm on this team, and wrote the post. I'd love to hear how this works out for you. And yes, it's all mojo all the time around here these days. :)
30.
▲
by
robotdad
11y ago
Very interesting data! Thanks for sharing. Does your IDE support boards like the Yun? How do new boards fare if you look at their usage from introduction as opposed to all time?
More ›