TheTechRobo

Results 405 comments of TheTechRobo

I'd love to, but I don't know of any archives for those (other than the Wayback Machine).

Thank you, this is helpful. I'll look into it after I finish the rewrite.

The only reason the Wayback Machine is currently used for YouTube is because it actually saves videos sometimes. Maybe an "Additional web archives" would work though, for metadata-only captures. And...

> (bing and duckduckgo and yahoo would be nice too) They're all the same :-) Bing has an API, so I might look into that.

With #66 implemented, I no longer see this as helpful. In fact, people might _think_ they've checked a source, but some places require specific methods to know for certain whether...

I'd love to do this, but it looks like I can't use the Bing API (even the free tier) without giving my credit card information, which I don't want to...

I could also always scrape Bing's website, but that's suboptimal as you said the API has more data...

I think this is because Gunicorn has separate worker threads and they all will have a different, non-shared cache

What is `rv._vendor` supposed to contain and how does its `Chunk` implementation differ from the `chunk` module? (Or is it just because the `chunk` module is deprecated?) It appears to...

Out of curiosity, what are the technical issues? I'd love to take a shot at fixing this :D