Forgot your password?

typodupeerror

Comment: Re:Understanding Dart's goals (Score 3, Insightful) 248

by shutdown -p now (#43790483) Attached to: Dart Is Not the Language You Think It Is

That sounds like a maintenance nightmare. The code you're writing and debugging is not the code actually running

When you're writing native desktop apps, the code that's actually running is also not the same as what you're writing and debugging - the former is assembly, the latter is C or C++.

Comment: Re:My thoughts on the matter (Score 1) 680

I find it very dubious that the tech in question is actually viable today. I am not aware of any actual "smart gun" offerings on the market today, and surely there would be some if it could be pulled off in a reasonable way - there would be demand for them, if only among the casual gun owners who want an extra safety measure for the sake of peace of mind, even at the cost of reliability.

Comment: Re:How does this help Google+? (Score 1) 397

by shutdown -p now (#43788841) Attached to: Google Drops XMPP Support

Well, we need some generic standard for push notifications first, and we need that standard to not require a centralized server - which kills it right away, since e.g. both Apple and Microsoft insist on people using its servers for all notifications on iOS, Win8 and WP8. Unfortunately, this whole battery optimization business resulted in a kind of lock-in for the new generation of high-level networking protocols.

Comment: Re:Wake me up when ammo can be printed (Score 1) 485

by shutdown -p now (#43786453) Attached to: Working Handgun Printed On a Sub-$2,000 3D Printer

Lead is trivially cast into bullets.

Black gunpowder is not hard to make, and, for all its disadvantages, can be used quite successfully in single-shot or manual-cycling designs (bolt/pump/lever-action), and even some repeaters (e.g. DAO revolvers).

Cases can be made out of plastic - see shotgun shells.

This leaves the primers. I don't know if these can conceivably be home-made, but I suspect it's not all that hard.

Comment: Re:This is the entire fucking point (Score 1) 485

by shutdown -p now (#43786381) Attached to: Working Handgun Printed On a Sub-$2,000 3D Printer

Anybody can create a gun out of a bunch of metal pipes and a couple of springs, all readily available in the local Home Depot, with as little as an electric drill. This has been true for decades now, too. It's just as untraceable, and you can actually make semi-auto (or even full-auto) weapons firing a decent-sized round that way. So, nothing new here, other than all the sudden attention.

Comment: Re:How does this help Google+? (Score 1) 397

by shutdown -p now (#43778853) Attached to: Google Drops XMPP Support

The problem, as I understand it, is that iOS background model for apps is not conductive to pre-existing protocols like XMPP. For networking, if you want to react while in background, you have to use Apple's push notification service. On the other hand, for a compliant XMPP client, you have to keep a network socket to the server open at all times. All iOS XMPP clients that I've seen connect to app developer's server instead, which serves as a gateway; but, of course, this means that you are handing your credentials to the middle man, and they can spy on your communication if they want to.

Apple does allow apps to keep a background socket open indefinitely if they declare themselves as "VoIP", but they do actually check whether the app uses this capability for its intended purpose. I believe an XMPP client would only qualify if it's using the socket in question for voice traffic; it still can't use it for text.

Comment: Re:How does this help Google+? (Score 1) 397

by shutdown -p now (#43778377) Attached to: Google Drops XMPP Support

I mean, at my work, my group all ran out and got google accounts, even the Apple users, because gtalk worked everywhere and Office Communicator did not. Now, gtalk does *not* work everywhere, and now we have to rethink that.

GTalk/Hangout actually now works on more platforms than before, in an officially supported way, since they've added an iOS client; and the web one can handle all desktop platforms. The problem, rather, is that you can't pick the client that you want anymore; you can only use what Google tells you to use.

In terms of platform portability, though, I have found Skype to be very handy lately. Proper rich clients on all desktop OSes (including Linux, even!), and on all major mobile OSes as well. And, ironically, the only platform where it works poorly is Windows Phone 8.

But, of course, it's still a closed source app with a proprietary closed protocol.

"Whom are you?" said he, for he had been to night school. -- George Ade

Working...