HN user

kaik

31 karma
Posts0
Comments14
View on HN
No posts found.

I kid you not, I spent a full working day debugging this exact same issue (taking a pointer to a vector element, before adding more elements). Very obvious if you understand how C++ and vectors work, yet it took me forever to realize, and it was miserable…

SMT, SAT, etc are absolutely AI. In fact, Machine Learning is just another field inside AI (albeit a famous and successful one). As someone that got his PhD doing his research in "classical" AI, it's surprising that nowadays most people think that AI is just machine learning.

The vast majority of international MIT students are graduate students. Except for business students (i.e. MBA, executive MBA and similar), graduate students in research programs do not pay a dime to MIT. Their tuition + stipend for living expenses is paid by research or TA fellowships. I.e. they either work as either research or teaching assistants to receive this money. MIT receives part of the fellowship money as an "overhead" tax, but this is exactly what happens for domestic graduate students. Notably, in the case of MIT these fellowships are provided to both M.S. and PhD students. I believe that Stanford M.S. students do not get such fellowships and hence need to pay for their tuition.

Source: got my PhD at MIT as an international F1 student.

I2C in a Nutshell 7 years ago

This. I would also love to know what connectors I should use for my hobby projects. I’m also designing my first PCB board and something as simple as choosing connectors is daunting...

Kodak Ektra 10 years ago

That's the first thing I noticed and it made me laugh pretty hard. Such nice editing software haha.

GPS Hacking, Part 1 10 years ago

Honest question, I assume playing with this is completely illegal in the US?? I guess you can get in real trouble if you are catched faking GPS signals? Does anyone know what are the regulations for something like this?

I took this class last Fall at MIT and it's really really good. I would recommend it to anyone interested in this topic.

Also it's great that all their code is open source. It's amazing what they can achieve with trajectory optimization.

I was also impressed that they were able to run MATLAB code live. Although to be fair, they are calling efficient commercial solvers implemented in C++ or other languages under the hood.