Slashdot Mirror


User: katsh

katsh's activity in the archive.

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

Comments · 8

  1. Also be sure to use OS tools on How To Develop Unmaintainable Software · · Score: 1

    Use random untested programs. preferrably obscure ones from github with no forks or bug issues. For instance, don't the language's search methods, instead make a call to use the system's grep. But not the actual grep command, but a modified one - like grep-contrib. Which in turn needs to be compiled with a custom compiler, gcc-contrib. and obviously, dont document any if this. make the next poor soul look at the code and find out.

  2. Re:Have you ever built something that worked ... on Google Respins Its Hiring Process For World Class Employees · · Score: 1

    so basically browse github and look at non forked projects?

  3. Re:And what do we learn from this ? on Larry Page's Vocal Cords Are Partially Paralyzed · · Score: 1

    i believe he said "wonderful". clearly he's talking about bash

  4. Crunchbang #! on Ask Slashdot: New To Linux; Which Distro? · · Score: 1

    Plese do check Crunchbang Linux. Debian derivation -- works out of the box. great friendly community too.

  5. Re:Done on CS Faculty and Students To Write a Creative Commons C++ Textbook · · Score: 1

    likewise. i donated $20. small steps in improving our education system.

  6. Re:Terrible news from the Soviets at Canonical on Canonical Announces Mir: A New Display Server Not On X11 Or Wayland · · Score: 1

    perhaps Linux will now be used for what it's best at - servers

  7. a replica of on Twitter's Vine App Ready To Bomb Internet With GIF-Like Videos · · Score: 1

    http://robo.to/ been doing this for years.

  8. a programmer will code to where it works. an engineer will code to where it works to its best performance(refactoring, algorithm analysis - big theta, etc). will come up with a mathematical solution to bottlenecks.