Slashdot Mirror


User: flavious

flavious's activity in the archive.

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

Comments · 6

  1. Well on Romanians Find Cure For Conficker · · Score: 1

    "The Romanian security vendor said its removal tool will delete all versions of Downadup and will not be detected by the virus." .. Uhm well it got detected by /dot.

  2. Howto on How Should I Teach a Basic Programming Course? · · Score: 1

    Whichever language, concentrate on algorithms (data and exectuion flow), terminology and practice. I'd use C.

    PS: in which case you shouldn't forget to tell them why "int main(void/int argc,char **argv/char **env) { return EXIT_SUCCESS; }" are the only three ways of doing it right :)
    PPS: teach them to indent/format their code consistently, I want to be able to read their crap when they'll get employed in the industry. Pyhon would inherently help here.

  3. Standard Library? on Best Reference Site For Each Programming Language? · · Score: 1

    I ask: what is the best documentation/reference site for your prefered programming language?"

    Oh, you mean the standard library being used? Because most programming languages have such a thing.

  4. Re:So what's the typical cause of a browser crashi on In IE8 and Chrome, Processes Are the New Threads · · Score: 1

    I need my flash pr0n player in its own process. Everything else may crash but I can go on watching.

  5. Security Advances Slowdown on In IE8 and Chrome, Processes Are the New Threads · · Score: 1

    Right, now simply create a process for every new page I visit, and hell, even two for my favourite pr0n sites which use flash, because you're too lazy to make your browser multithreaded and bug-free. Heck, there's enough memory for everyone on my PC.

  6. Re:threads == more rope on Does an Open Java Really Matter? · · Score: 1

    Creating processes is a much more heavier thing to do for a kernel and it takes more time than threading - everyone knows that.