Live data from Hacker News

Viewing profile — wisebit

wisebit

HN member
Joined
Wed, Feb 22, 2017, 2:58 PM UTC
HN karma
128
Public activity
11 items

About wisebit

No profile information was provided.

Recent public activity

  1. comment
    Comment #18978106

    Sounds interesting, care to elaborate a bit? How do you deal with, eg: CDNs? Whitelist *.cloudfront.net, I suppose? How often do you revisit your whitelist?

  2. comment
    Comment #18680658

    Probably offtopic, but would you mind expanding a bit on the mentor requirement a bit? Being in a similar position, I'm a little embarrassed that's not something I've considered so…

  3. comment
    Comment #17267867

    Don't sweat it, it comes and goes. At this point I don't feel guilty anymore when I'm not feeling motivated, because I know it'll be back some time soon. At the beginning I'd get w…

  4. comment
    Comment #17267827

    That's really cool! I used PokerStrategy's equity calculator for a long time and must have thought "hey, I should build one of those to learn how Monte Carlo works" around 100 time…

  5. comment
    Comment #15750667

    True. The problem is that websites like Walgreen, which simply break with no JS, are only getting more common. I'd like to make a point of simply closing the tab in such cases, but…

  6. story
  7. comment
    Comment #13936174

    Right, I expressed myself poorly. Maybe I meant just an ID? My gripe was just that I expected that to index a knowledgebase of error messages, but the one I mentioned, for instance…

  8. comment
    Comment #13934544

    I've always found it fascinating that Windows/Microsoft error messages seem to have some kind of UUID (Error #c101a053 is one I found on my search history from 5 years ago), but yo…

  9. comment
    Comment #13828982

    "Powering these advances is machine learning and a combination of threat yadda yadda" Looks like they do little more than just check for a Google cookie [1]. [1]. https://www.black…

  10. comment
    Comment #13776103

    Thanks! The linked repo [1] is also great: [1] https://github.com/vhf/v8-bailout-reasons

  11. comment
    Comment #13774917

    >Looking at it naively, it seems to follow the rules for the arguments object in Crankshaft I've never managed to find a good source on the V8 internals and how to target these opt…