Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Bloat. (Score 1) 196

Obviously you've never written code for a Windows system. Shared memory pages for libraries is so incredibly rare it isn't funny. Also, because the Windows DLL interface isn't intelligent enough, most people end up having to distribute their own copy of any libraries they use anyway so they can't be shared with other applications.

Comment Re:Been there done that (Score 1) 195

The most important bit here is the server-side. The actual thermostat is well-manufactured hardware (and I've never been as impressed with someone's packaging and included documentation as I am with Nest's) and worth more than average -- but the real cost to Nest.com is building and administering the servers on the back-end.

Comment Re:This is great (Score 1) 195

Agreed, although I own a Nest -- and I wish it supported direct communications with my phone/tablet instead of needing the Internet. I'd even be okay with having to run a management service on my Linux box that it talks to as an intermediary.

Comment Re:But... why? (Score 1) 430

If you have to specify implementation-specific special codes within your data stream then your language doesn't support the thing, your code is doing it.

std::cout http://www.tldp.org/HOWTO/NCURSES-Programming-HOWTO/attrib.html

C++ doesn't understand Unicode strings (which Python now does for instance) and doesn't understand screen resolutions, emulations or graphics either. Do these belong in the standard library? If they're used as frequently as I think they are, I'd say yes.

Comment Re:Wearable Tech (Score 2) 134

In private, using voice to search on my Android device is much much faster than typing it out. I also find myself dictating notes to my device and watching it type out my words instead of jotting my thoughts down manually.

In public, nobody should use voice commands.

Slashdot Top Deals

THEGODDESSOFTHENETHASTWISTINGFINGERSANDHERVOICEISLIKEAJAVELININTHENIGHTDUDE

Working...