Youtube hearted comments of Scott Franco (@scottfranco1962).

  1. I own both of these cars, a 2017 Bolt and a 2018 Tesla M3. My wife drives the Bolt, I drive the M3. We both had EVs previously, a Leaf and a Spark. What changed principally from day to day is that we don't both rush for the charger every night. My wife likes the hatchback, the fact that the Bolt is slightly smaller, and she appreciates the fact she does not have to worry about range to get anywhere around the city. She rarely if ever charges away from home. I have a long commute, 44 miles round trip, charge about every 3 days, and use chargers away from home only when we take long trips. The biggest difference between the cars is charging away from home. We went from San Fransisco to Los Angeles in both cars. In the Bolt, we were restricted to highway 101, a longer route, because the shortest and most heavily traveled route has no CCS chargers. At all. According to plugshare, it still does not. Trying to charge down the 101 is somewhat hit or miss. There "appear" to be a lot of high power chargers for CCS, but most of them are actually 1/2 power chargepoint 25kW stations that take way longer to charge. On the way down we made it with one charge, but we left fully charged, stopped for 2 hours (!) at a 50kW charger, and barely had any charge when we made it to San Fernando Valley. On the way back we hit three chargers, made worse because the hotel we stayed at had no charger, so we had to hit one on the way out. Note: if you can find a hotel with a charge spot, even only an L2, this is a huge help, since you leave the hotel fully charged. With Tesla we left fully charged, hit the Harris ranch charger even though we could have gone farther, and charged twice in LA before returning on the I5. Another charge at Harris ranch got us home. There really is no comparison between cars when it comes to on the road charging. With CCS charging you are luck if there are two 50kW charging spots, and the chances are good one of them is out of order. When you get there you fiddle with a card, and even having a card does not always help. My EVgo card works only %50 or less of the time, and they have sent me several replacement cards. Thus I waste 10 minutes at each charge calling them and setting up a charge on the account. With Tesla, we go to chargers and there are 10 spots, with some up to 20 (!) spots. You plug the car in and go. The billing is completely automatic, and the prices are reasonable. There is an odd thing going on with the A/B system, if you plug in to A, and another car is on B, or vice versa, you both get slowed down, so you pick an A-B pair that is unoccupied. Coming into a charge station at about 50 miles left (my personal minimum), you get to see the car charge at over 100kW/h for about 2 minutes to reach over 200 miles left, then less after that. Its truly a breathtaking sight to see a car charge that fast, and apparently this is unique to the model 3, which has improvements in charging speed even over the Model S. In short, we are happy with both cars, but the Bolt is clearly a local, city car, and the M3 is for long trips.
    306
  2. My favorite application for mems is in aviation, since I am a recreational pilot. One of the first and most successful application of mems was accelerometers, which don't need openings in the package to work. Accelerometers can replace gyroscopes as well as enable inertial navigation, since they can be made to sense rotation as well as movement. With the advent of mems, avionics makers looked forward to replacing expensive and maintenance intensive mechanical gyroscopes with mems. A huge incentive was reliability: a gyroscope that fails can bring down an aircraft. The problem was accuracy. Mems accelerometers displayed drift that was worse than the best mechanical gyros. Previous inertial navigation systems used expensive laser gyros that worked by sending light pulses through a spool of fibre optical line and measuring the delay due to rotation. Mems accelerometers didn't get much better, but they are sweeping all of the old mechanical systems into the trash can. So how did this problem get solved? Well, the original technology for GPS satellite location was rather slow, taking up to a minute to form a "fix". But with more powerful CPUs it got much faster. But GPS cannot replace gyros, no matter how fast it can calculate. But the faster calculation enabled something incredible: the GPS calculation could be used to calibrate the mems accelerometers. By carefully calculating the math, a combined GPS/multiaxis accelerometer package can accurately and reliably find a real time position and orientation in space. You can think of it this way: GPS provides position over long periods of time,, but very accurately, and mems accelerometers provide position and orientation over short periods of time, but not so accurately. Together they achieve what neither technology can do on its own. The result has been a revolution in avionics. Now even small aircraft can have highly advanced "glass" panels, that give moving maps, a depiction of the aircraft attitude, and even a synthetic view of of the world outside the aircraft in conjunction with terrain data. It can even tell exactly which way the wind is blowing on the aircraft because this information falls out of the GPS/accelerometer calculation.
    197
  3. 122
  4. I have taken some heat before when joining projects that were in bad shape and the prevailing opinion was that they wanted to start over. I say, "you'll just make the same mistakes over again". I read a great story about a professor who took a position in a college for the electrical engineering section. The lab for it was in terrible shape, the instruments were all broken. The administrator asked the new professor to make a list of needed equipment and he would see if he could find the money for it. The new professor replied "no, not a problem. We will use what we have". The administrator left, stunned. The new professor started his classes and took the new students out to the lab. Over a course of months, they took apart the broken equipment, got schematics for them, and went over what was wrong with each instrument as a group project. Slowly but surely, they got most of it working again. The students that did this because some of the best engineers the school had seen. The moral of the story is applicable to software rewrites. The team that abandons the software and starts over does not learn anything from the existing software, even if they didn't write it. They create a new big mess to replace the old big mess. Contrast that with a team that is forced to refactor the code. They learn the mistakes of the code, how to fix it, and, perhaps more importantly of all, become experts at refactoring code. In the last 2 years, I instituted a goal for myself that I would track down even "insignificant" problems in my code, and go after the hardest problems first. In that time I have been amazed at how often a "trivial" problem turned out to illustrate a deep and serious error in the code. Similarly, I have been amazed at how solving hard problems first makes the rest of the code go that much easier. I have always been a fan of continuous integration without calling it that. I simply always suspected that the longer it took to remerge a branch in the code, the longer it would take to reintegrate it, vs. small changes and improvements taking a day or so. I can't take credit for this realization. Too many times I have been assigned to merge projects that were complete messes because of the long span of branch development. As the old saw goes, the better you perform such tasks the more of it you will get, especially if others show no competence in it.
    93
  5. 55
  6. 29
  7. 8
  8. 2
  9. 2
  10. 2
  11. 2
  12. 2
  13. 1
  14. 1
  15. 1
  16. 1