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

 



Forgot your password?
typodupeerror
×

Comment Re:EC2 is scriptable (Score 4, Insightful) 80

EC2 is inherently scriptable. There's nothing stopping you from using the command-line tools to fire up an instance, and let it run, and store its results to S3, and then decommission the instance.

You are correct that what you propose is easy and well documented. However, that is not what the OP needs.

The OP needs lower-priced spot instances, which are intermittently available and designed exactly for this workflow. When the entire AWS datacenter has some spare capacity, these spot instances turn on for those who requested them to run (usually to crunch data that is not time-sensitive). The use and configuration of these instances is not so well documented, probably because you cannot run a webserver on them and that seems to be the focus of much AWS documentation. However, it is exactly these 'spot instances' which are in my opinion the genius of the cloud: they let the heavy, non-time-critical work (i.e. scientific computing) be done when the webservers and mailservers aren't so busy, thus flattening out the daily CPU demand curve.

The OP should start here:
http://aws.amazon.com/ec2/spot-tutorials/

And end here:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/tutorial-spot-adv-java.html

Comment Re:Change your passwords ASAP! (Score 2) 152

Then change banks, and tell them why.

I called Bank Leumi monthly for years about Firefox-on-Linux compatibility and they always told me that "it is in the works". I finally left the bank for another bank (Poalim) after sitting with the new bank's manager in his office with my Fedora laptop (~2009) checking that their site works on my system. When it did, I changed banks and wrote letters about why to both banks' presidents.

Comment Re:Still no MonoDevelop 4.2 (Score 1) 113

When are we gonna get a Linux distro with the modern version of MonoDevelop.

Call it a trap all you want, it's still a dream of mine to write MVC 4 apps under Linux, using the most recent version of MonoDevelop.

If you need MonoDevelop then you are ostensibly a developer. As a developer, can you not build and install it yourself?

Comment Re:So the telemarketers know who's worth harrassin (Score 1) 136

Unlike URLs, it's easy to brute force phone numbers from their hashes. Phone numbers are short and often have low entropy, from what I have seen the arbitrarily assignable part is usually no more than 8 digits, the rest being related to geographic region etc. Even with say 10-11 digits it is trivial for a GPU.

You are right and it presents an interesting problem! I would love to hear a solution, other than downloading the entire database to every device.

Slashdot Top Deals

"I say we take off; nuke the site from orbit. It's the only way to be sure." - Corporal Hicks, in "Aliens"

Working...