Viewing profile — matsche
matsche
HN member- Joined
- Fri, Mar 09, 2018, 8:51 AM UTC
- HN karma
- 191
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About matsche
No profile information was provided.
Recent public activity
- story
-
comment
Comment #27174736
paperoni is awesome! I once implemented the crossref api in rust in order to search for publications from the command line https://github.com/mattsse/crossref-rs
-
comment
Comment #25585056
Yes, you can either limit how many request can be send concurrently or enforce a fixed or random delay in between consecutive requests. Basically this a just a futures_timer::Delay…
-
comment
Comment #25583957
Thanks, you're right. I fixed it just now by also requiring the tokio feature for all the tests in the Cargo.toml.
-
comment
Comment #25583708
The guys from corridor crew did a great break down of that amazing scene [0] [0] https://youtu.be/pTl42COCNaM?t=255
-
comment
Comment #25583636
I haven't used scraper too much. I personally find the predicate approach of select.rs [0] easier to use. However in this case the selector approach just made more sense. Standalon…
- story
-
comment
Comment #25424080
tokio support just landed https://github.com/mattsse/chromiumoxide
-
comment
Comment #25419173
Unfortunately this crate has been abandoned by its author for quite some time now. The main differences are that are that chromiumoxide uses async rust by design and that all the d…
-
comment
Comment #25419024
> The pdl files are the canonical protocol definitions and are maintained manually by the devtools team [0]. The JSON protocol definition files are then in fact being generated fro…
-
comment
Comment #25417846
I started that way, but that was more work than writing a generator. Luckily I found https://github.com/chromedp/pdlgen
-
comment
Comment #25417802
It uses async-tungstenite [0] for the websocket part. At the moment configured only with async-std-runtime but since async-tungstenite also supports tokio, the option to use tokio …
-
comment
Comment #25417775
It only supports the chrome devtools protocol[0]. chromiumoxide is therefor more like a (limited) puppeteer rust port. Support for javascript page injection is currently being work…
- story
- story
-
comment
Comment #23611736
it baffles me that it had to come this far. There were warning signs all over it. The German BaFin messed up so badly that one must either fundamentally doubt theircompetence or qu…