Randy Olson

Results 28 issues of Randy Olson

It's possible to query the API for how many requests the bot has left: https://dev.twitter.com/rest/reference/get/application/rate_limit_status `self.TWITTER_CONNECTION.application.rate_limit_status()` will return a dictionary that indicates the number of requests left for each type...

enhancement

http://www.perceptualedge.com/articles/b-eye/choosing_colors.pdf http://www.perceptualedge.com/articles/visual_business_intelligence/rules_for_using_color.pdf

enhancement

Feedback from Seth. Both good points. > 1) In the "what story do you want to tell," you give Excel some credit for its story telling ability, but later you...

enhancement

- [ ] Discuss the different file types (PNG vs. PDF vs. ...) and their pros/cons - [ ] Discuss the differences in making dataviz for posters/papers, presentations, the web/media...

enhancement

Currently this web app has fixed age guesses that it presents based on the date the underlying data was updated. It should be feasible for the web app to instead...

enhancement
help wanted

The bot can now post images from i.imgur.com links. Add support for other image hosts. Perhaps even have it crawl non-direct image links and grab the first image on the...

enhancement

Instead of laying out nodes again entirely when the dates is changed, do a diff between the nodes in the current network & nodes in the new network. Only remove...

enhancement

I think it would've been helpful to have a backchannel to share code snippets, ask questions, etc. without disrupting the tutorial. I've seen the [Mozilla Etherpad](https://etherpad.mozilla.org/) used quite successfully in...