Comment: Re:Dexpot does everything I want out of the box. (Score 1) 359
Office 365: Suffer 18 Days' Outage, Still Pay Half Price 137
from the you-ungrateful-whelps dept.
Comment: VPS is the way to go (Score 1) 442
I've written a blog post about VPS/VM vs Dedicated vs Cloud hosting providers before, coming mainly from an ASP.NET point of view. The bottom line is that you have to find something that fits your budget. And don't even think about hosting it yourself. If you really need to be able to scale quickly then Rackspace Cloud, Windows Azure, or AppHarbor are all viable options, but with the exception of AppHarbor they also all have a big up front price tag.
Journal: Osama bin Laden reported dead, body in US hands 24
Comment: Re:Can we get this in non-Amazon speak (Score 1) 117
EBS is basically like iSCSI, but far more complex. There's a lot of proprietary stuff they're doing with it.
Anyone know how it compares in speed to iSCSI or a SAN? From reading the report it sounds like there is A LOT more going on, and I have even heard of people using multiple EBS volumes in a "RAID" like array for faster IO speed. Sounds like way too complex of a system.
Windows Azure Drives are like EBS but they are simply VHD files stored in Page Blobs (Azure's version of cloud storage, similar to Amazon S3) with local caching on each VM instance. I assume they have slower read/write speeds then EBS but seem like they would be much less complex to manage/maintain then a completely separate proprietary storage cluster. Does Amazon have anything similar using S3 or RRS for backing virtual hard drives instead of EBS?
Comment: Re:I'll be brave and fess up.... (Score 1) 609
2011, Year of the Tablet? 324
from the doesn't-fit-in-the-palm-of-your-hand dept.
Comment: EMET Video (Score 1) 93
Comment: More info: (Score 1) 156
Another way is to look for known source code keywords. You can start by looking for code that imports low level cryptography libraries such as:
C/C++: OpenSSL, Crypto++
Python: PyCrypto, M2Crypto
Java: Java Crypto Extension, BouncyCastle
Then look for routines that perform encryption and decryption. If there’s some code to handle error while decrypting, and/or no sign of MAC usage, then it’s high probability you have found a target for the Padding Oracle attack. Regardless of which method one uses, the most important thing is to analyse and understand the meaning of error messages returned by the target upon receiving mangled ciphertexts. In short, you need to know when the padding is VALID, and when it’s INVALID.
Comment: Microsoft spends much more on R&D than Apple (Score 0, Offtopic) 169
While Microsoft isn't making headlines in the consumer market, over the last decade they have pretty much caught up with or surpassed the competition in the business space (ex: Java, Oracle, PHP, Amazon EC2...). They have however recently started focusing on consumers again with Windows 7 and Windows Phone 7.
And while Apple's per quarter revenue is catching up with Microsoft, in terms of gross profit Microsoft still has about twice the margins that Apple does, which makes sense because software is cheap to produce and distribute. The research and development numbers show that Microsoft spends twice as much of their profits (8 times the total amount) that Apple does, which also makes sense because all Apple really does is find new suppliers with smaller/cheaper/better parts.
Comment: Re:Opportunity knocking for AMD here... (Score 1) 324
Also the notebook/netbook models will have an integrated GPU that is twice the power of the desktop model that Anandtech tested, so they should allow you to play many 3D games at decent frame rates using their low to medium settings.
Comment: Shirtless rant from Pearsonified.com (Score 1) 571
Apple Hires Antenna Engineers. Really. 417
from the you're-holding-it-wrong dept.
Comment: Microsoft does not lose billions on any product! (Score 1) 497
Apple's big run started with the iPod on October 23, 2001, about the same time that Microsoft released Windows XP. Since then Apple has release a bunch of iDevices, upgrades to their core line of computers, and a handful of other products many of which have been very successful in the consumer market. Microsoft however operates in both the business and consumer market, and saying that they have been sitting and twiddling their thumbs on their Windows and Office empire for the last 10 years would be incorrect. In the same amount of time Microsoft has released:
- 5 versions of the
.Net Framework and Visual Studio - 2 generations and 6+ versions of the Xbox gaming system
- 4 generations of the Zune music player
- 2 major desktop, 2 major server, and 4 Mobile/Embedded Operating Systems Updates
Not to mention large investments in online search, software as a service, and cloud computing. With the exception of their Online Services Division (MSN, Bing, Hotmail, advertising) Microsoft makes significant income from each of their product divisions and has more than twice the income that Apple does. Many of their business products are doing very well, and Sharepoint recently became their latest billion dollar sales product.
I will admit that Apple's products are more popular than Microsofts, but that is because they are tailored to the consumer market. Most business uses Microsoft because it costs less and makes users more productive. I personally think that the Zune HD and Windows 7 are great consumer products, and the Windows Phone 7 is designed to compete with the iPhone as opposed to the Palm OS for Windows Mobile, so it will be interesting to see how the next 10 years progresses.