GE chose to leave Connecticut because of a tax increase on profits made in other states by corporate subsidiaries. They're not the only corporation in Connecticut that's unhappy about the tax. Anti-business or not, it's not exactly a draw for corporations with subsidiaries across the country. The money that Boston threw at them was to keep them from moving to New York.
My understanding is Kingdoms of Amalur was work in progress at Big Huge Games, 38 Studios acquired them and they modded the game to fit the world of Amalur. Which is supposed to tie into their next game.
It seemed you were arguing against using transactions by default because they didn't roll back a call to a web service. I meant to point out that the issue in your case seems less about db transactions and more about the code and error handling.
The transaction is internal to the database. It's essentially a list of operations to perform, if something goes wrong it provides a list of things to reverse. If the db transaction fails, then there would need to be some code to handle rolling back operations outside of the database. I don't think db transactions were to fault in your situation.
It's not transactions with the .com that's at issue. It's the fact that a company operating a business the government considers illegal is making money in the US and moving it overseas.
It's all about the money. Not .COMs.
Running a gambling site on an .so domain and hosting the servers overseas while profiting in the US will still get you indicted. The government might not have the authority to shut off your internet presence but I'm sure they could turn off finances in the US. And certainly make travel to certain countries an issue.
The US government has always had dominion over .coms (and .nets). Verisign manages .com's through a contract with the US Department of Commerce. That's where they get there authority.
But that is already an issue - whether or not you have a .com domain name. The domain name is just an asset and the government routinely seizes assets when filing criminal charges.
This seems to be the same issue as megaupload. A company outside the US, marketing a service that's illegal in the US to US citizens. Money paid for the service is then moved overseas. (I understand there may have been users in other countries, like megaupload)
While not something I necessarily agree with - I don't think this particular move indicates all .COMs are now threatened.
I believe all lithium-ion batteries have a low-voltage threshold that once crossed they can not be charged again. It's similar to a fuse - once tripped - there's no* getting around it. This protection is to guard against shorts in the internal circuitry. With the current technology there is no way around it.
decvax was DEC unix engineering groups vax on uucp/usenet. I believe it was the first system to move email in realtime. Microsoft must have been linked through this vax.
Seems like financial/quant computing would be a natural fit. The author mentions ocaml being well suited for general programming needs - Anyone using ocaml (or haskell/f#/etc.) for real production code?
Edit: should have mentioned this earlier for an example - xmonad is written in haskell
"Some lawmakers have noted that PIPA and SOPA would not affect anyone of the Web sites participating in the blackout."
I assume the argument being made here is that they're domestic sites and would not be affected by the legislation. And since they're not pirating anything what do they have to worry about. I could see someone reading it and thinking this is much to do about nothing. But this bill really puts pressure on domestic sites to comply and as we all know will just push the pirate sites to find ways around the law. So really, the sites most affected by these laws will be domestic and law-abiding.
I had the same thought. Maybe for short burst where something is well thought out in your head and all your doing in transcribing. For most coding I find my typing to be more than sufficient. Maybe for something like documentation (but who writes that anyway?).
This is an interesting implementation of python in the browser. It's a python interpreter written in JS, so you wouldn't need any new software on the users end.