Hacker News new | past | comments | ask | show | jobs | submit | robotdad's comments login

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 have to get the VHS of that stuff into a digital format.


Where do EDA types congregate?


Back when I was at Intel I wasn't aware of anyone frequenting EDA-specific forums. The annual IDC (Intel Developers Conference) was the biggest physical meetup as far as I recall. Also, there were the other company-led events. Very segmented.


For IC design the main independent online resource is Deepchip.


EDIcon, DesignCon, etc.


The Linux workload is designed to work with GCC today, so whatever standard level your GCC compiler supports is good.


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


Is this also integrated with the new Docker features that we saw in the live stream? I think being able to code in VS, build the project in ones favorite Linux distributions docker image and running or debugging it there sounds quite compelling.

If I develop in VS for a Linux target system how does VS know about the headers/libraries on the target?

Oh and a question that would surely interest some of my colleagues: Can it also be used to build and debug Linux kernel stuff, e.g. kernel modules?


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 yourself, I normally scp them down locally and add to my Intellisense paths.

Regarding the kernel that isn't something I've played with much, I've been able to load the source but I have not tried any debug scenarios there.


Actually we have something better than that now. Check out http://aka.ms/vslinux


Much better than that, actually: http://visualgdb.com/

This one has been around a bit longer, too, and despite its name is now much more than just a pretty face for GDB but rather a full cross-platform development environment which has IntelliSense everywhere, handles the installation of toolchains and BSPs for embedded targets, building kernel modules (with VisualKernel addon), etc.


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-industry-w...


The field of view is... Not discussed.


I audited a security course at UW a few years back, and one evening Cutler stopped by as a guest lecturer.



We released an C/C++ extension for VS Code today as well. https://blogs.msdn.microsoft.com/vcblog/2016/03/31/cc-extens...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: