Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re: How many people are using google assistant? (Score 1) 41

I use it all the time for TVs and lamps. For the lamp, it's in inconvenient location in the bedroom but it's easy to tell Google to turn it off as I exit from the adjoined bathroom. The TV because my son never remembers to turn it off when he goes dinner so I just turn it off from the dinner table instead needing to run to the family room.

Comment Re:Sounds like bullshit (Score 1) 82

Python, performance-wise, compiled with Nuitka, using numpy and numba, with the aid of GPU to do all the rendering, is 1/4 as fast as VB6 doing its rendering entirely on the CPU for *exactly* the same application.

Call me skeptical here, the only way what you said could be true is you put in your innermost loop where the bottleneck is doing dynamic python stuff. Anyone using numpy and the GPU properly must be faster than VB6. Crap. This is an April fools post, isn't it!?

Slashdot Top Deals

If all else fails, immortality can always be assured by spectacular error. -- John Kenneth Galbraith

Working...