Live data from Hacker News

Viewing profile — abshack

abshack

HN member
Joined
Mon, Nov 26, 2012, 9:49 PM UTC
HN karma
20
Public activity
7 items

About abshack

No profile information was provided.

Recent public activity

  1. comment
    Comment #7630170

    $750/$1160 is ~64%. The common definition for affordable rent is ~30% of monthly wage[1] (based on some quick google-fu). [1] http://www.census.gov/hhes/www/housing/special-topics/…

  2. comment
    Comment #7599705

    if( DoSomething() ) goto fail; else if(DoSomethingElse()) goto fail; goto fail; else if(DoSomethingOtherThanElse()) goto fail; You get a syntax error at the final else-if. A better…

  3. comment
    Comment #7512899

    I'm partial to the "t33nz 1o1 \o/" cipher. input: correcthorsebatterystaple output: ~~krct^hrs333bttstpl$$:) input: password output: lulz!isma:PASSWORD#sorrynotsorry

  4. comment
    Comment #7432843

    In terms of huge blows to WhatsApp, nothing beats the original[1] leak which showed that WhatsApp was using IMEIs as a password. That didn't stop WhatsApp from growing into the beh…

  5. comment
    Comment #7432782

    That it uses the 'same' symmetric key for all users is what has everyone concerned. Coupled with the fact that WhatsApp stores your chats on external SD cards [1] without access co…

  6. comment
    Comment #7337530

    Forced obsolescence -- Microsoft learned from Windows XP.

  7. comment
    Comment #6855936

    When I did Operating Systems in University (in a group), I remember distinctly only 3 bugs that we had difficulty debugging: * re-using a loop variable from the outer loop in an in…