Joshu42 | 12 years ago | on: When Hitting ‘Find My iPhone’ Takes You to a Thief’s Doorstep
Joshu42's comments
Joshu42 | 12 years ago | on: Ask HN: Who wants to be hired?
Stack : C, C++, PHP, SQL, HTML/CSS/JS, Project&Team management/coordination, Unix, sysadmin and security, machine learning, image processing, ...
Resume : http://www.linkedin.com/in/davidcoullet/en
Contact: http://david.coullet.info/#!/contact
Entrepreneur opened to new opportunities ツ , I would like to find a job with Team & project management, and a mandatory technical challenge ! Versatile, I love solving problems the efficient way.
Joshu42 | 12 years ago | on: Identify mystery text, win $1000
Here some examples :
;)
Joshu42 | 12 years ago | on: $.answer=42
Even to check an instantiation ...
$.answer = 42;
[...] $.N = function () {
var a = O[gb];
if (!a || 42 != a.answer) {
[...] O[gb] = $;
[...] }
};
$.N();Joshu42 | 12 years ago | on: Flickr: Invitations disclosure (resend feature)
So what's missing ? an ID for knowing the first sender, a timestamp, a checking process and a garbage collector to delete the expired ones periodically ? Ok, we don't add a column so easily in the big DB table here, but they can add a sister table with both IDs, the timestamp and a "IsActive" boolean... and start filling the new table with no reference ID, so only the timestamp works for the existed ones. the system will repair itself at the end of the expiration date.
Joshu42 | 12 years ago | on: How to Correctly Detect Credit Card Type