- uniape
- mashcorn
- cornmash
- unimashape
- Restape
- RestMash
31–40 of 68 posts
- uniape
- mashcorn
- cornmash
- unimashape
- Restape
- RestMash
Earlier quoted context omitted.
As pointed out by another commenter, they also ripped off the unicorn image seen on Github error pages, which further confuses the matter because Github obviously used that unicorn since they run the Unicorn web server, not whatever this HTTP library is. They would have been better off naming it something awful like "Hospice" or something.
apparently they got permission for use in open-source: https://news.ycombinator.com/item?id=5597431
Even in the event that he did give permission, doesn't seem like he thought it through that people would automatically associate it with him (or Github). I'm also not going to make assumptions about all of his talents, but he mentions nothing about illustration across any of his accounts. Did he actually make the original? Even if he commissioned it, it seems like it would be up to the artist to decide whether or not it is used for other purposes.
Just found this tweet:
Daniel Shaw @dshaw 20 Sep 11 @bkudria The angry unicorn comes from @github's old 500 page. It was originally left facing as you have it. Don't know the original source.
If I were the guys from this site, I'd really reconsider the name and the logo. Just too many crossed threads.
Everyone, we are listening! We are throwing around new names but they all suck. Any ideas?
Centaur, Minotaur, Pegasus, Satyr, Gryphon...
Nice to see a multi-language HTTP library, but I won't be stepping away from python-requests.org anytime soon.
With version v0.13.0+ of python-requests, async functionality was split out by the maintainer to https://github.com/kennethreitz/grequests (and it's a light wrapper over requests + gevent).
Earlier quoted context omitted.
As pointed out by another commenter, they also ripped off the unicorn image seen on Github error pages, which further confuses the matter because Github obviously used that unicorn since they run the Unicorn web server, not whatever this HTTP library is. They would have been better off naming it something awful like "Hospice" or something.
apparently they got permission for use in open-source: https://news.ycombinator.com/item?id=5597431
The text isn't very readable.
Naming aside, I think there is some value in a fluent, cross-language methodology for making HTTP requests. While each library adheres to the conventions of its specific language, the overall pattern for making requests looks the same across languages. If you are someone working with APIs in different languages, there is value in having this consistency.