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

 



Forgot your password?
typodupeerror
×

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.

Comment Re:I've never understood the UNIX world's fascinat (Score 4, Insightful) 267

How does it work for searching though? If I just have my "freespace" file and my pointers to records, does a search for some piece of user requested data have to hit every record or is there a hash somewhere for the data contained in the record? You don't mention it in your description.

It seems that the biggest advantage to a relational DB is that the syntax for accessing it is well known, SQL. It has a human read-able interface and while sometimes whonky to work with for complex operations, it provides the simplest cross-platform way to access data. I don't need to know which data blocks hold the data, I just ask the database for them "SELECT slashdotid, name FROM users where slashdotid 20000"... and I get rows of data.

Could I just read it from a file? Yes. Would it be simpler? Maybe. But what if I have 200001 records, then I have to do some magic sorting in my program, and I have to manage memory for them, and disk space, etc. It is simpler to let the DB handle that mess and I just ask for the data I need.

It breaks up the process of programming into data storage and data manipulation/presentation. DB's for storage, my bad python for manipulation and presentation.

--Donald

Comment Re:Just do what you did... (Score 5, Insightful) 201

First Black President, that's why this is important. I plan to watch it. This is how far we as a nation have come in the 60 years since the civil rights movement and the Jim Crow laws that held black people down for so long. More than just another president being inaugurated this is a statement that anyone can achieve anything they push for. Yes, I'm a flag waving optimist about this but having grown up in an inner city and having seen the devastation of being poor in America, It makes me hopeful that things can change for the better.

This is the kind of thing that can give an inner city kid a shred of hope that he can get out of the slums and into something better.

I'm starting to get all preachy now, but that's why this is something kids should watch.

Comment Re:I did predict the suckage. (Score 1) 109

I'm going to second that. Wrath is very nicely done. The graphics are visually arresting. The quests aren't just kill six snow moose, it's go kill 10 crazed dwarfs and crack open their skulls to see if their brains are rotten... and I'm all for the skull cracking.

Blizz learned a lot from the BC expansion and definitely made this one better. I am a fan of WoW and have been playing for three years now. I often take breaks from it to play steam games, but no other MMO has offered anything remotely like it in terms of ease of use, that is, it doesn't act like it hates the player. But this is an AoC article so I'll stop being a slavering fan-boy now.

Comment Re:The best (Score 1) 785

The stone blocks are "Richter's Anchor Stone Building Sets". I liked your photos of them and did a little googling to find them.

http://www.ankerstein.org/ has a lot of info about them and some pictures. I also found them at some other toy retailers (google is my friend).

Makes me wish I had some when I was a kid or that I had kids to give them too now.

User Journal

Journal Journal: Data is Heavy...

So I've been neglecting my slashdot journal for too long.

I am moving hosting providers to save some money. Virtual data is hard to move. Sure, file copies happen fast, but directories, databases, emails all these things take work to move. Data has no mass, so why is it difficult to move? Well, it is energy so it can in theory have mass...

So moving masses of data, I spend my afternoons entwined in it.

Programming

Submission + - John W. Backus, FORTRAN creator/developer dies.

dcowart writes: ""John W. Backus, who assembled and led the I.B.M. team that created Fortran, the first widely used programming language, which helped open the door to modern computing, died on Saturday at his home in Ashland, Ore. He was 82." Source: NY Times. I first read this on the Beowulf mailing list, where a lively discussion of programming in Fortran vs. C vs. C++ was in process..."

Slashdot Top Deals

The optimum committee has no members. -- Norman Augustine

Working...