Slashdot Mirror


User: shroomling

shroomling's activity in the archive.

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

Comments · 4

  1. Re:nerdy enough? on Fish Work as Anti-terror Agents · · Score: 0

    hmm... maybe they need blowfish to guard against the ev1l h@x0rz

  2. Re:Oooh. on Paypal Co-Founder Backs Anti-Aging Research Prize · · Score: 1

    I can't say I was unhappy that he stopped his cruel research. That said however, I do not condone the use of "terror" to achieve these outcomes and certainly don't support those methods. I feel research should not involve the torturing of living creatures.

  3. promoting torture on Paypal Co-Founder Backs Anti-Aging Research Prize · · Score: 0, Flamebait

    Pathetic. An incentive to torture other living creatures because someone can't accept the inevitable.

  4. IDEs make you lazy on What is the Ultimate Linux Development Environment? · · Score: 1

    I realised that IDEs were slowly turning me into a lazy programmer, and with all the fancy tools for searching / locating and hyperlinking I was actually not getting to know the code base. By forcing myself to use emacs and the command line I found myself getting to know the code more intimately and actually learning the language much better. I found that with IDEs highlighting my mistakes, I was constantly making the same mistakes because I would correct them out of habit rather than learning not to make them in the first place. I still use an IDE when I need to get an overview of the code base, or sometimes for intense debugging sessions, but I use them more as a supplement than a main tool and it's completely changed the way I code for the better.