Tangaroa
- Karma
- 354
- Created
- March 25, 2011 (15y ago)
- Submissions
- 0
- US Supreme Court: no warrant needed to collect phone metadata (caselaw.lp.findlaw.com)
-
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…
- XForms is dead (bugzilla.mozilla.org)
- An overview of the Qubes VM management system (theinvisiblethings.blogspot.com)
-
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 /…
-
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…