Slashdot Mirror


User: certsoft

certsoft's activity in the archive.

Stories
0
Comments
306
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 306

  1. AT&T 2G on Deutsche Telecom Upgrades T-Mobile 2G Encryption In US · · Score: 1
  2. Re:Mean seems like a poor choice of average on For Fast Internet in the US, Virginia Tops the Charts · · Score: 1

    Yeah, we're still waiting for fiber-to-the-town here in rural Centurylink territory.

  3. Re:Only 22% on Are US Hybrid Sales Peaking Already? · · Score: 1

    Hybrids do make use of the battery and motor during highway use. When going downhill the engine will shut down and the battery will charge. This charge will be used by the motor on the next uphill to reduce engine use.

    For plug-in hybrids with their large batteries several miles of all electric range can be generated on a long downhill.

  4. Re:I can't buy one on Are US Hybrid Sales Peaking Already? · · Score: 1
  5. As Bender once said on Facebook's Face Identification Project Is Accurate 97.25% of the Time · · Score: 1

    "Up Your Face" Or something like that...

  6. Re:Having used both on Ford Dumping Windows For QNX In New Vehicles · · Score: 5, Informative

    The SYNC system has nothing to do with the powertrain. It's only used for infotainment and climate control.

  7. Re:OTA seems excessive...How about USB? on Why Your Phone Gets OTA Updates But Your Car Doesn't · · Score: 1

    Ford did an update to the MyFord Touch infotainment system last year this way. Downloaded a bunch of files onto a USB drive, plug into car, wait 20 minutes. Since it uses an automotive version of Windows CE of course it needed to reboot a half a dozen times during the update. But for power-train related updates you have to take it into the dealer.

  8. Re:Then versus now on Apple II DOS Source Code Released · · Score: 1

    I was a programmer in 1978, still a programmer. Did assembly language for 4040, 6800, 6809, 68HC11, and PIC. Don't do much of that anymore, thankfully.

  9. Re:MS isn't a major player and I don't like this i on Auto Makers To Standardize On Open Source · · Score: 1

    Ah yes, the "Sync by Microsoft" warning label. Fortunately I don't have to use it much (C-Max Energi) as I rarely take my phone out of airplane mode and just listen to music from a USB flash drive.

  10. Re:reclaim their original battery? on Tesla To Build Its Own Battery-Swap Stations · · Score: 1

    I bought a Ford C-Max Energi plug-in hybrid a couple of weeks ago. It's positioned between the Prius and the Volt in the marketplace. My usual trips around town fit nicely into it's electric-only range while having the gas engine for trips out of town.

  11. Re:Humans aren't monogamous though on Genetic Switches Behind 'Love' Identified In Prairie Voles · · Score: 1

    "I'll be in my bunk" - Jayne

  12. At the very least schools should be built tornado proof in tornado alley. http://www.monolithic.com/topics/schools

  13. Simple on How Should the Law Think About Robots? · · Score: 1

    Robots are your plastic pal who's fun to be with. Who needs laws?

  14. That takes me back on Don't Write Them Off: A Palm Retrospective · · Score: 2

    I wrote a couple of programs using PocketStudio (Pascal based RAD tool) for a Tungsten C. One of them used the IR interface to show status and do configuration on a PIC-based solar power system. The other used WiFi to talk to a model railway signal and turnout control computer.

  15. Bacon on Caffeine Improves Memory In Bees · · Score: 1

    I'm still waiting for caffeinated bacon.

  16. Re:We encountered something like this on How Power Failures Corrupt Flash SSD Data · · Score: 2

    Fortunately the client has facilities to test various drives over a wide temperature range (down to -40, not sure how hot they test) while running. And yes, a lot of them are crap.

  17. Re:We encountered something like this on How Power Failures Corrupt Flash SSD Data · · Score: 5, Informative

    We use USB flash drives for a data logger. Most of the time the data is being buffered in the ARM based Linux board's RAM to save power. Once we get a complete file's worth (4MB at the present) we power up, validate, write the file, and power down. Supercaps have been a lifesaver. There's even enough capacity to do the write cycle if the flash was powered down when a power fail is detected. That allows to not lose whatever what was already in the RAM buffer.

  18. Did anyone... on The Return of CISPA · · Score: 1

    Did anyone else read that as "The Rectum of CISPA"?

  19. Chili! on Ask Slashdot: What Is Your New Years Eve Tradition? · · Score: 1

    Most years I'm busy New Years Eve making chili for the Margarita and Chili-Fest on New Years Day. Unfortunately a bit under the weather this year so that's been delayed.

  20. Vatican on Team Aims To Build Robot Toddler In Nine Months · · Score: 0

    If they make an artificial boy lifelike enough they might get some orders from the Vatican.

  21. Interesting on "Self-Healing" NAND Flash Memory That Can Survive Over 100 Million Cycles · · Score: 4, Interesting

    Back around 1976 I was working in a group that used Intel 4004 processors and 1702A EPROM. They found they could get more program/erase cycles out of a 1702A if they periodically baked them in an oven.

  22. Re:ROT-13 [Re:Just showing up is 90 per cent] on Tesla Model S Named 'Car of the Year' · · Score: 2

    I use ROT-256, much easier to read.

  23. Re:Transmission? on A Honda Civic With no Gas Tank (Video) · · Score: 1

    Honestly I think the ultimate solution is 2 or 4 independent brushless wheel motors. Eliminate most of the drive train components.

    That's what I would think. And apparently if you have half a million to spare you will be able to get that configuration soon:
    http://www.caranddriver.com/reviews/2013-mercedes-benz-sls-amg-e-cell-prototype-drive

  24. Transmission? on A Honda Civic With no Gas Tank (Video) · · Score: 3, Interesting

    Why does it have a 5 speed manual transmission? I thought that one of the advantages of electric motors was the low-end torque, eliminating the need for gear shifting.

  25. Ah yes 'C' on What's To Love About C? · · Score: 1

    Pascal's retarded cousin. The bane of my life but unfortunately it's normally the only language available for micro-controllers.