Live data from Hacker News

Viewing profile — susw

susw

HN member
Joined
Wed, Nov 09, 2016, 1:51 AM UTC
HN karma
93
Public activity
10 items

About susw

No profile information was provided.

Recent public activity

  1. comment
    Comment #14593196

    Hello World is only your first test case to get all the tooling up and running. The real work starts after Hello World and is expected to become more complex. Within minutes you wi…

  2. comment
    Comment #14592601

    Twitch does development.

  3. comment
    Comment #14560590

    Nah, they all give you tabs once you set them up correctly .

  4. comment
    Comment #14513811

    Certainly a flaw in Dropbox, but one that can be easily worked around I think. Don't put the .pst directly in the Dropbox folder. Instead set up a scheduled task/cron job to copy i…

  5. comment
    Comment #14508884

    TIL. Those numbers are definitively higher than I would expect. Here in Norway the average for someone with a technical or scientific degree and 5-9 years of experience in private …

  6. comment
    Comment #14507128

    How different are startup salaries vs public company salaries? Is that $1m at Public Company the total salary over a certain period, or is it extra salary on top of the potential s…

  7. comment
    Comment #13837593

    Is it really necessary that the email link is clicked on the same device or to use a typeable token? Clicking the link on any device is enough to confirm to the server that the log…

  8. comment
    Comment #13652825

    Use '=>' instead of '->' to automatically bind 'this'.

  9. comment
    Comment #12905577

    Dug through the code. Just inspected the element showing the number to get the class (.widget-info-display-cont) and searched through 'general-main.js' to find where the element is…

  10. comment
    Comment #12905515

    Disable jitter by running the following in console: require('forecast/jitter').get = function(){return 0;}