Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Submission + - Small asteroid burns up over Atlantic Ocean

The Bad Astronomer writes: On Feb. 6, an asteroid roughly 6 meters across burned up over the Atlantic Ocean, exploding like a 10 kiloton bomb. Although this was the largest event since the Chelyabinsk superbolide in 2013 (which injured 1000+ people), there were no witnesses. It happened 1000 km off the coast of Brazil, and was reported by the military, though it's unclear how they detected it.

Comment Re:For WINDOWS users! (Score 1) 531

>Another reply to be sure that no WINDOWS user missed it!!!!
>The first thing that a windows user should install to gain a LOT of time installing and updating software:
>http://chocolatey.org/

Yep... here is my Chocolaty setup script:

cinst binroot #Sets installs to c:\chocolatey\bin and c:\chocolatey\lib
cinst notepadplusplus.install
cinst 7zip.install
cinst GoogleChrome-AllUsers
cinst GoogleChrome.Canary
cinst putty
cinst winscp
cinst sysinternals
cinst fiddler4
cinst paint.net
cinst dropbox
cinst SkyDrive
cinst resharper
cinst tortoisesvn
cinst linqpad4
cinst wireshark
cinst evernote
cinst nmap
cinst Cygwin
cinst PowerGUI
cinst trillian
cinst rdcman
cinst imgburn
cinst diffmerge
cinst aspnetmvc
cinst treesizefree
cinst tomboy
cinst cpu-z
cinst curl
cinst baretail
cinst reflector
cinst grepwin
cinst tfpt #TFS 2010 power tools
cinst stylecop
cinst githubforwindows
cinst MicrosoftSecurityEssentials
cinst ultravnc
cinst Gallio
cinst CutePDF
cinst daemontoolslite
cinst smplayer2
cinst skifree
cinst webpicmd

#the last one gives access to anything in web platform installer, like:
webpicmd /install /Products:WDeployNoSMO /AcceptEULA #For Web Deploy
Cloud

Office 365: Suffer 18 Days' Outage, Still Pay Half Price 137

rtfa-troll writes "Microsoft is preparing its customers for plenty of outage time according to the Register, with a scheme for Office 365 which will give customers some money back. The offer seems to be Microsoft's answer to Google offering a '100% uptime guarantee' (they even pay for maintenance time) The most interesting thing about the scheme is that you can have a one and a half day outage every month (or is that 18 solid days a year?) and still expect to pay half price. I wonder Microsoft have put the Sidekick management in charge of their customer's data. Looking forward my expense forms have getting eaten by the cloud so I have to fill them in again."

Comment VPS is the way to go (Score 1) 442

I've used Virtual Private Servers (VPS) before, and agree that they are the way to get started. You get full access to the server, and so long as you buy a mid range package you should have ample power for a startup project. If your website traffic explodes then you can look at moving to a large dedicated server or to a cloud provider, but unless for the majority of websites those would be overkill.

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.

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?

Handhelds

2011, Year of the Tablet? 324

frontwave writes "After the huge success of the iPad, with over 4 million units sold since its introduction, all major hardware vendors of PCs and mobile devices are coming out with new tablets in the next few months, including Apple with a smaller version of the popular product. Analysts estimate the market for tablet devices (over 6" screen size) to be around 25 million units for 2011."

Comment More info: (Score 1) 156

More details about the attack can be found here and here. The original paper indicates that it affects may common libraries:

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
.NET: .NET Cryptography, Microsoft CryptoAPI
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

The new Intel Sandy Bridge architecture is hoping to change people's opinions of integrated graphics. Anandtech got a hold of a sample chip that is expected to be released early next year, and they show that not only does it offer CPU performance comparable to older Extreme i7 chips, the new Integrated GPU performs on par with ATI Radeon HD 5450 which is a low to mid-range graphics card often used for home theater PCs.

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.

Slashdot Top Deals

"Show business is just like high school, except you get paid." - Martin Mull

Working...