Live data from Hacker News

Viewing profile — a1sabau

a1sabau

HN member
Joined
Sun, Apr 14, 2019, 2:40 PM UTC
HN karma
5
Public activity
6 items

About a1sabau

https://asabau.com

Recent public activity

  1. comment
    Comment #27462173

    Typescript adds static type definitions to javascript. Microsoft's own VSCode is written in typescript. Being able to gradually move from one to another as you augment your existin…

  2. comment
    Comment #27369213

    Not if you're using probabilistic data structures like Count-Min[0]. You don't care about the exact count. You just want an estimate with a certain probability. Such structures onl…

  3. comment
    Comment #26100382

    I'm using this exact strategy to scrape content directly from DOM using APIs like document.querySelectorAll. You can use the same code in both headless browser clients like Puppete…

  4. comment
    Comment #26000965

    https://github.com/get-set-fetch/scraper - I've been working (intermittently :) ) on a nodejs or browser extension scraper for the last 3 years, see the other projects under the ge…

  5. comment
    Comment #25840769

    I've started this library as a means to isolate my own scraping logic from all the boilerplate a scraping project requires. - Start with a working set of built-in plugins capable o…

  6. story