Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Nope, you blew it (Score 3, Interesting) 51

It's a freaking 16-bit Intellivision running at 895kHz (not even mHz, let alone gHz!) ... any latency from the wireless devices will be _dwarfed_ by latency in the processor (or emulated processor). I'm sure the processor in the re-issue we're talking about here is much much faster, but it's probably spending 99% of its time in sleep cycles to dumb itself down to the original console's timing... meaning it can handle the wireless controllers just fine.

Now for modern-day gaming, yeah, I won't argue. But for this context, lol...

Comment I tried one in SF downtown... (Score 1) 15

It was an interesting experience, just out of curiosity. A few highlights:

- it seemed to max out at about 20mph on my ride, but that seems to be so that it could time the lights well and not have to stop/slow down

- a car backed out of a parking lot and directly in front of us. The Waymo stopped, honked, and when the car kept backing up it quickly reversed. A human driver would have been hit (seriously)

- but, I also seem to think that the driver backing up did so because they knew they could "bully" the Waymo and it would get out of their way.

It was easy to get one from the hotel to a cafe outside the city center, they were everywhere. We counted over 30 going by a restaurant while we had a quick meal. But getting one to come pick us up outside the city center would have taken 25 minutes, so we Ubered back instead.

"Interesting" is the only description of the experience. I can see the appeal of not dealing with people in the process, but I'm an introvert.

Comment Hi, my TV is defective - Please full refund (Score 1) 128

At least in the article it says you can disable it (which I'd do in a nanosecond), but if not I'd return my product as defective and force the issue.

But - I won't buy a smart TV in the first place. I have streaming devices that do what I want it to do, and they're way better than built-in crap in TV's. However, I'm not sure how long the option of "dumb" TV's will last... especially if they see more opportunity in advertising than just sales.

We are the product, not the consumer. :(

Comment RPi is a solid system (Score 1) 45

But this is hardly ground-breaking work... I've been doing this commercially with the RPi for over 7 years. Anecdotally, based on almost a thousand systems, the MTBF I've seen is over 73 YEARS for the RPi, and even then most of the failures were due to external factors like shorts and lightning strikes, etc. It's a solid system, and rock solid. Having a full Linux stack to work with is nice too - there's nothing we haven't been able to do.

Comment Re:It could hardly get much slower (Score 1) 108

And if you knew anything about Python, you'd know that for use cases where speed is the primary factor, you can stub out to C and back. That's exactly how some of the more powerful libraries run - I've done a lot of code for the Python Imaging Library for example where that's done, including true multi-threading support.

So - bash all you want, it just shows you don't know when to use a hammer versus a screwdriver.

Comment Re:Watchdog (Score 5, Interesting) 86

Pi's are a lot more reliable than you may think...

I have about 600 currently running in the field (for the last ~3 years), and the failure/lockup rate is about 1 system every 3-4 months. That's an MTBF (calculated, of course) of about 200 years. Of course that won't hold up over time, but it's impressive.

Basically all of the failures I've had are attributable to external events - either electrical storms/surges, or people physically shorting out GPIO pins when installing things or doing other service work.

I've designed hardware-based watchdog systems into my future control board that these plug into, but based on the data they're not really needed. But, the extra security is always a good thing.

Slashdot Top Deals

"Out of register space (ugh)" -- vi

Working...