Viewing profile — a1sabau
a1sabau
HN member- Joined
- Sun, Apr 14, 2019, 2:40 PM UTC
- HN karma
- 5
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About a1sabau
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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…
- story