Tangaroa

↗ HN profile [ 81.9 ms ] full profile
Karma
354
Created
March 25, 2011 (15y ago)
Submissions
0
  1. I just turned down an offer to apply for a job because the third-party recruiter wanted me to give my date of birth and part of my social security number over the telephone. My understanding is that only the hiring…

  2. XForms is dead (bugzilla.mozilla.org)
  3. An overview of the Qubes VM management system (theinvisiblethings.blogspot.com)
  4. Just thought I'd forward this wage scale for a recent job opening to give readers an idea of what the programmer job market is like outside of San Mateo: Hourly Rates (Introduction): Intern $10-$12 / hour IC $12-15 /…

  5. Consider these changes to the try/catch model of C++ and Java: * Every block is a try{} block. The "try" keyword is dropped. All exceptions will filter upwards until they reach a block that catches the exception. * The…