gentlefolk | 11 years ago | on: Ask HN: How to get a job working with self-driving cars?
gentlefolk's comments
gentlefolk | 12 years ago | on: Securing a SoC is Not Easy
Of course, merely procuring the part itself is just the beginning. The early revisions of a SoC (and in many cases even small microcontrollers) can have fairly extensive errata sheets (basically a list of known hardware bugs). If you aren't a first class customer (usually based on order volumes), this is a world where you can spend weeks to months wondering why your code doesn't work only to find out that it legitimately was a hardware problem in the silicon.
Trying to source displays is also a nightmare for relatively low volume (<100K) designs.
gentlefolk | 12 years ago | on: Fourier Transforms – The Math Trick Behind MP3s, JPEGs, and Homer Simpson’s Face
Focuses more on explaining the concepts behind the math than presenting a wall of theorems. Given that math is the language of DSP though, there's still a reasonable amount of math.
It assumes the reader has an EE or similar background, but I think it's still fairly approachable regardless. Given that my own background is in EE/embedded systems though, I'm not sure what my opinion counts for there.
There are software systems within autonomous (and non-autonomous) vehicles that won't require such a specific academic background, but they would probably require some level of experience with embedded systems or systems programming.
If you're starting from scratch, many of them have recommended the following book as an approachable introduction to the field: http://www.amazon.com/Introduction-Autonomous-Mobile-Intelli....
Within the research community, ROS (http://www.ros.org) seems to be the standard platform. So perhaps put ROS on something and play around with it? You have to start somewhere.