Slashdot Mirror


User: ranok

ranok's activity in the archive.

Stories
0
Comments
9
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 9

  1. Re:Bring it on, folks! on New Encryption Method Fights Reverse Engineering · · Score: 1

    Here is a less FUD-y write-up by the author: http://blog.jacobtorrey.com/ha...

  2. Re:ID what? on What Free IDE Do You Use? · · Score: 0

    I beg to differ, I tried using Visual Studio at work, and was frustrated with the amount of effort it took to create and configure a project *just to compile a single file*. With emacs *gasp* you can hook it into a makefile, so it's just one key combo to make, it'll save your files for you. Additionally, with emacs you can add snippet support so you can type for and it will happily expand for you. I suppose VS is only useful if you like switching to the mouse every third keystroke. It may be more keyboard efficient, but certainly not more time efficient. Also, try building a project written in an esoteric language with VS (rather tricky)

  3. Like CyberArmy... on UK Gov. Clueless About Own Internet Blacklist · · Score: 0

    Except CA tried to shut them down, and stopped when it became illegal. IWF is just abusing the power it invented.

  4. Re:What about Lanscape from Canonical? on Locking Down Linux Desktops In an Enterprise? · · Score: 0

    That's what I immediately thought of as well. You can group systems into groups, and also not have to worry about off-line systems.

  5. ZOMG! on Drug Deletes Fearful Memories · · Score: 0

    Dude, I think you smoked too much TROLL!

  6. Re:Its first recession. on Google Terminates Six Services · · Score: 1

    Google *needs* a way to trim down the number of resumes it gets, unless it wants to hire 100s more HR folks. They have for each given semester or summer, a stack of resumes (after the automated sorting) about 10' tall (mind you, this is just for interns). Can you imagine sorting through a 1000 resumes a day just to keep up? I think Google knows data mining, and should use it to it's fullest potential!

  7. Re:Link to the 2008 challenge on FBI Issues Code Cracking Challenge · · Score: 1

    Wow, it took me less than a minute, and I usually stink at newspaper challenges.

  8. Re:For kids on Interesting Uses For a USB LED Screen? · · Score: 5, Funny

    Yeah, I can imagine the kids' horror when they bring over their friends, and have to explain why their parents are so lame. "Uhhh, what's that on the wall" "Nothing, my dad's just a dork" "Oh" "Come on, let's get out of here"

  9. Re:distributed file systems on Making Use of Terabytes of Unused Storage · · Score: 1

    Hadoop is an open source DFS that is Java based, so it runs on Windows. It is pretty fault-tolerant so it might work in a workplace environment. We run it in a computer lab where the machines are constantly up and down, and it works pretty well. It also has MapReduce, which lets you distribute IO tasks. http://hadoop.apache.org/core/ Jacob