Viewing profile — wisebit
wisebit
HN member- Joined
- Wed, Feb 22, 2017, 2:58 PM UTC
- HN karma
- 128
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About wisebit
No profile information was provided.
Recent public activity
-
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?
-
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…
-
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…
-
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…
-
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…
- story
-
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…
-
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…
-
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…
-
comment
Comment #13776103
Thanks! The linked repo [1] is also great: [1] https://github.com/vhf/v8-bailout-reasons
-
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…