Results 55 comments of Harsh Gupta

@notconfusing , use `git diff --word-diff` to see exactly what changes were made.

@notconfusing can you brief me about how you have generated the `snapshot_data`. I should be able to write a script to generate them at regular intervals.

@notconfusing some of the files you have used in the notebooks like `helpers/world_cultures_shortcut.json` and `helpers/wiki_code_map.json` are not present in this repository. Can you please add them?

I'm creating a basic python package for `WIGI` at https://github.com/notconfusing/WIGI/tree/hargup/refactoring. My current approach is to move recurrent pieces of code to the package, and then that code from the package...

Yes, when I say package I mean standalone software which can installed using `pip` or other package managers.

No, it is the vannila notebook. I ran it again and magically it is running this time 🤷🏼‍♂️

I feel optional caching can definitely help. Most of the pages programmers look at don't change frequently, and having an optional caching with TTL of say 7 days might be...

> Has anyone deployed successfully? The repo isn't deployable. Though I read the code and it looks like Mozilla's readability library is the main thing powering this API https://github.com/mozilla/readability

Good news! Now you can self-host reader API. Spent a lot of time and removed all the thinapps-shared modules from my clone of reader API. https://github.com/hargup/reader Happy coding :)

@aktech I've added a TODO list.