Slashdot Mirror


User: Rathkan

Rathkan's activity in the archive.

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

Comments · 4

  1. Re:uname on XKCD Deploys Command Line Interface · · Score: 1

    guest@xkcd:/$ vi
    You should really use emacs.

    guest@xkcd:/$ emacs
    You should really use vim.

    guest@xkcd:/$ find
    What do you want to find? Kitten would be nice.
    guest@xkcd:/$ find kitten

    {game about a robot finding a kitten, rogue-style}

    hahaha

  2. Re:uname on XKCD Deploys Command Line Interface · · Score: 1

    guest@xkcd:/$ cat
    You're a kitty!

  3. Re:Unit testing is not a silver bullet on The Art of Unit Testing · · Score: 1

    I don't think you understand the problem the parent described. Unit tests can't help you to diagnose multi-threaded and time-related issues. When you have a bug which only reproduces in the wild once every 3 months, just saying "unit tests" won't allow you to reproduce the bug, fix it and add the test to reproduce this bug to regression. At best you need to create the tools to reproduce the bug yourself, and with certain systems and certain bugs, this can be far from trivial to develop. Multi-threaded and real-time systems are a whole different kettle of fish than basic class design and testing.

  4. Re:Cyberwarfare? on Meet the Military's Cyber-Security Forces · · Score: 1

    You both also forgot Alan Turing.