Slashdot Mirror


User: gugux

gugux's activity in the archive.

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

Comments · 5

  1. Any legit sites for cheap laptops? on $150 Linux Laptop for the Masses · · Score: 1

    Given that the related site is most likely a scam, does anyone know of any legitimate sites that sell cheap laptops? thanks

  2. Re:If you comply you should have nothing to hide on HOWTO Commit Corporate Espionage · · Score: 1

    Since you comply there is no reason to spy on you.

  3. Castration on Rat Cunning May Allow For Island Colonization · · Score: 1

    All they had to do was castrate the rat before the experiment to make absolutely sure

  4. Re:Rubbish! on Learning Computer Science via Assembly Language · · Score: 1

    I agree with you. Apart from writing efficient code, one has to also consider how the code will be maintained. Abstractions, code-reuse and patterns are the things that programmer's absolutely need to be equipped with.

  5. data structures in assembly? on Learning Computer Science via Assembly Language · · Score: 1

    Gaining a good understanding of the internals of the computer may not be the most useful thing for a new computer scientist. Teaching data structures and algorithms (sorting, binary trees etc) in assembly would be impossible. Assembly would still be useful perhaps but would not always make a computer scientist better. There's so many things like databases and AI where the conventional perhaps introductory material would be more suitable. For myself however I have to say that I would be interested into gaining a deeper understanding of the actual machine throguh assembly.