Slashdot Mirror


User: ukyo_rulz

ukyo_rulz's activity in the archive.

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

Comments · 3

  1. Re:truth sucks on Faculty To Grad Students: Go Work 80-Hour Weeks! · · Score: 1

    Here's how I understood your comment: if (workOutput == good) { if (hours == long) { careerGrowth = TRUE; } else { careerGrowth = TRUE; } } else { if (hours == long) { careerGrowth = FALSE; } else { careerGrowth = FALSE; } } However, I'm pretty sure this code can be refactored to: if (workOutput == good) { careerGrowth = TRUE; } else { careerGrowth = FALSE; } Therefore, long hours don't matter.

  2. Re:Duh on How US Schools' Culture Stifles Math Achievement · · Score: 1

    In my experience, it's generally the stupid ones who like to grab power and appoint themselves "king".

  3. Just ask yourself: on Getting Paid To Abandon an Open Source Project? · · Score: 1

    What would RMS do?