Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Write-only code. (Score 1) 757

It works really well for embedded programming, especially when you don't have a heap. And anywhere you would consider using a bunch of function pointers, using virtual methods instead will make for a lot cleaner code. Also, classes can be used as an API for hardware devices, something I learned after being introduced to mbed.

Comment Re:Good luck with that (Score 1) 66

3. Throw rocks or beanbags or some other kind of projectiles at it.

4. Point frickin' lasers at it, especially if it has a camera.

And #2 assumes that it would use GPS for guidance. If it's a video link to a human operator, it's not going to much. Better yet if the drone has a camera and computer vision using the street grid and buildings as a reference of where it is. After all, you only really need GPS when you're in the middle of nowhere.

Comment Re:Spock is an odd choice (Score 1) 223

The thing is, Canadians have been Spocking their five dollar bills for decades. What surprised me was that they're still doing it after the bill was redesigned.

And after doing a google image search, it seems there have been a few people who tried it with the US five dollar bill too. Abe Lincoln's beard makes him look like Mirror Spock though. And the new Canadian five has also been Snaped.

Comment Re:not fit for human consumption (Score 1) 77

Corn syrup is probably why I stopped drinking Coca-Cola and switched to (aspartame) Diet Coke. It just didn't taste as good, though in recent years I've heard that may be because its flavor is more temperature-sensitive, and aspartame isn't. (Then I gave up DC so I wouldn't have to maintain a consistent caffeine dosage to avoid headaches, but I do get CFDC in the gold cans from time to time.)

But I also liked the original formula (with sucrose), enough that I could tell the difference in an unexpected blind test. When "New Coke" was about six months old, my mom took me along to a car repair place. They apparently were big on buying sodas by the case. I opened a can of Coca-Cola, took a sip, my eyes got big, and then I noticed the promo offer on the can from just before New Coke. Supposedly switching to HFCS was in fact not the motivation for making New Coke, it just happened to be at the same time.

Comment Re:Pull the disk (Score 1) 466

I think the main thing needed is LBA support. It's a bit hard to configure CHS on a device with no user interface. 160MB is probably large enough, any smaller might not be. It can be confirmed by going into the BIOS and seeing if the drive was configured with CHS or LBA (though it might still support LBA even if configured with CHS). Also, the adaptors generally don't have 44-pin laptop IDE connectors, so he'll either need to get an external case or a 40-to-44-pin adapter.

Comment Re:WARNING: Do not pull the disk (Score 1) 466

The drives were unrecoverable and just went "click click" when later mounted back in the original PCs.

Even if your FUD was true, I don't think he particularly cares about putting it back into his Windows 3.1 386 laptop . I've never had anything like this happen, and I've done everything short of throwing drives in the air and juggling with them. Perhaps you're just "magneto-static" and shit breaks whenever you touch it.

Comment Re:The GUI is so monumentally fucked up (Score 0) 466

As always, I'm sure it's one guy trying to justify being on the payroll (I'm presuming he doesn't do it for free) by constantly making changes to the HTML, "See what I did today!" Yeah, I see what you didn't do today, which was put the changes on a test server first and try it out with multiple browsers. "Oh look at me, I can make buttons that don't look like buttons until your mouse goes over them!" I see he didn't try it out with Android/IOS either. Hooray for Stupid CSS Tricks. And stop with that fixed width garbage, some of us want a larger font size.

On the other hand, Beta was a manager trying to justify being on the payroll by forcing a major site re-design.

Comment Re:file transfer (Score 1) 466

This might be tricky if the hard drive is pre-LBA. The easy way to check is to go into BIOS and see how the hard drives are defined. If there are cylinders/heads/sectors numbers, a USB adapter is probably not going to work. 160MB should be big enough to support LBA.

And don't forget to get the adapter from standard 40-pin IDE to the 44-pin laptop IDE connector. (or get an IDE external laptop drive case, I know there's still a few on the shelf at Fry's)

Slashdot Top Deals

Physician: One upon whom we set our hopes when ill and our dogs when well. -- Ambrose Bierce

Working...