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

 



Forgot your password?
typodupeerror
×

Comment The vapour trail was visible from Meteosat-10 (Score 5, Informative) 409

http://www.flickr.com/photos/eumetsat/8474853633/

"An image from the SEVIRI instrument aboard our Meteosat-10 geostationary satellite. The vapour trail left by the meteor that was seen near Chelyabinsk in Russia on 15th February 2013 is visible in the centre of the image."

Submission + - Huge meteor explodes over Russia (slate.com)

GregC63 writes: A monster 20 ton meteor explodes over Chelyabinsk, a city in Russia just east of the Ural mountains, and about 1500 kilometers east of Moscow. The shock wave blew out windows in many buildings and there are reports of 500 being injured.

Comment Re:Wiimote support built-in (Score 2) 165

From the Changelog linked to in the article...

1.3. Filesystem barriers enabled by default in Ext3
Hard disks have a memory buffer were they temporally store the instructions and data issued from the OS while the disk processes it. The internal software of modern disks changes the order of the instructions to improve performance, which means that instructions may or may not be committed to the disk in the same order the OS issued them. This breaks many of the assumptions that filesystems need to reliably implement things like journaling or COW, so disks provide a "cache flush" instruction that the OS uses when it needs it. In the Linux world, when a filesystem issues that instruction, it is called a "barrier". Filesystems such as XFS, Btrfs and Ext4 already use and enable barriers by default; Ext3 supports them but until this release it did not enable them by default: while the data safety guarantees are higher, their performance impact in Ext3 is noticeable in many common workloads, and it considered that it was an unnaceptable performance regression to enable them by default. However, Linux distros like Red Hat have enabled barriers by default in Ext3 for a long time, and now the default for mainline has been changed aswell.

In other words: if you use Ext3 and you note performance regressions with this release, try disabling barriers ("barriers=0" mount option).

Unix

Submission + - Dennis Ritchie, kill -9 (boingboing.net)

dcowart writes: ""Computer scientist Dennis Ritchie is reported to have died at his home this past weekend, after a long battle against an unspecified illness. No further details are available at the time of this blog post.""

Comment Re:Scroll lock! (Score 1) 939

It used to be that when you 'scroll lock' a linux console it would hang the machine. The kernel buffers would fill with messages to be dumped to the console and eventually would run out of memory and the machine would hang. Toggle the scroll lock off and it would unlock, dump tons of messages to the console, and things would start running again.

This was especially problematic on KVM's that used the scroll lock key to switch between machines. It would be a week or too and then a server would just stop responding. Ugh.

Comment Re:iPod Touch (Score 2, Interesting) 169

Yes, you can actually. I got the apple earphones(needed to replace old ones) & mic set from my local mac store and I hooked them up to an ipod touch with the skype app and was able to make calls easily. This was using only 802.11b/g connections that were open where ever I was located. The biggest problem was spotty wifi connectivity and coverage. Also since I ride a motorcycle I was more worried about having access to emergency services, so I didn't go with it as a solution to totally replace my cellphone.

I could see that if it were economical, you could have all calls go to skype & skype-voicemail and talk when you're close to a wifi connection. While also having a prepaid cell phone for emergency calls. I was very close to doing this but since I'm on a family plan and my cell phone is only $10 extra it wouldn't really save me anything to go that route.

 

Encryption

F5 Fires Back On Open Source SSL Accelerator 120

Random Feature writes "In response to Build an Open Source SSL Accelerator, in which o3 magazine detailed how to build a solution comparable to an F5 BIG-IP 6900 on the cheap, F5 Fires Back claiming it's not as cheap as it appears and pointing out the potential performance implications of a 'cobbled together set of components designed to mimic similar functionality.' The discussion on the performance of the Open Source solution based on Opteron RSA operation processing capabilities brings into question the validity of the 'more SSL TPS for cheaper' argument presented by o3."
Role Playing (Games)

Managing Player-Created Content In City of Heroes 43

Superhero MMO City of Heroes recently went live with its 14th expansion (release notes), one of the main features of which is the Mission Architect, a system to allow players to create their own quest content and then submit it to be implemented into the game. Now, Joe Morrissey of the City of Heroes team has written an article about how they plan to manage the content that players create. "You have to decide how draconian you want to be. The more hardcore you are, the fewer people who will see inappropriate content, but you expose yourself to potential grief voting. Grief voting is when a player flags perfectly acceptable content as inappropriate just because it's fun. If it only takes a single vote to eliminate content from the game, clicking that button is going to be the game for a lot of players. You don't want perfectly good content getting pulled because someone's a jerk."

Comment Re:harder than it seemed (Score 3, Informative) 576

We have deep freeze as well here where I work. We have it turn off the pc's at 11pm. It turns them all on at 2:55am unfrozen, windows update runs at 3am (with the auto-install) also symantec anti-virus runs, and at 4am it refreezes the machines and shuts them back down. Wake-on-Lan will need to be setup on the PC's but this system works very well for patching & updating the machines while also keeping them frozen from mal-ware.

Let your IT guys know, it should be that simple... at least as far as freezing & updates.

Comment Re:Surprised? (Score 1) 159

Sun not so much, rumors are that IBM may buy them... HP is only alive b/c people are still using HP/UX and Tru64 for things.

IBM learned long ago the money is in selling support contracts. None of the other vendors ever seemed to really grasp that idea.

Slashdot Top Deals

"Summit meetings tend to be like panda matings. The expectations are always high, and the results usually disappointing." -- Robert Orben

Working...