https://github.com/ServiceStack/ServiceStack/wiki/Http-Utils
Unicorn
41–50 of 68 posts
Re: Unicorn
#42Could they have possibly picked a more confusing name? 1. Unicorn for Ruby: http://unicorn.bogomips.org/ 2. Green Unicorn for Python: http://gunicorn.org/ The fact that this is an HTTP request library, as opposed to a server, is what pushes this into serious troll territory. The only saving grace here is that Java programmers searching for this library might come upon one of the other two and realize what they are mi…
And still I'm really happy to see some Java friendly open source project hit HN front page (either due to legit reasons or due to naming confusion). I feel I'm not forgotten, and yes, I will use this soon to be renamed library in a real project today, as using Apache Http Client is a real HeadacheFactory sometimes. and this is what I used to revert to most of the time as we java folks simply don't get many new, modern open source libraries developed with Java developers in mind very often these days.
Re: Unicorn
#43Everyone, we are listening! We are throwing around new names but they all suck. Any ideas?
Re: Unicorn
#44Being mainly a Python dev, I see little reason to use it instead of Requests. It has a similar API for the basic verbs but nothing else.
A quick glance at the code indicates to me that it doesn't have alot of the other features requests has (eg: simpler auth, cookies. builtin connection pooling). And worse it will explode on large a large response[1]
[1] https://github.com/Mashape/unicorn-python/blob/master/unicor...
Re: Unicorn
#45Extremely confusing name, given that Unicorn happens to be the name of both an extremely popular Ruby web server and its extremely popular Python port.
My little cousin decided it and I didn't have the heart to break his...
Re: Unicorn
#46Everyone, we are listening! We are throwing around new names but they all suck. Any ideas?
- Alicorn (what a unicorn's horn is made of, apparently)
- Oryx (An antelope-like creature that has a unicorn-ish horn and actually exists)
- Eland (another antelope-like creature that has two horns, but apparently is worshipped by tribes people)
- Unico (a cartoon unicorn)
- Peggy (another unicorn name)
- Camphurch (type of unicorn. ugly.)
- Ki-Lin (a chinese unicorn made of two separate unicorns)
Hope these help. Alicorn and Oryx are my favorites.
Re: Unicorn
#47Earlier quoted context omitted.
Centaur, Minotaur, Pegasus, Satyr, Gryphon...
If you want to go with Gryphon, here's a nice piece of open-source artwork: http://units.wesnoth.org/trunk/pics/core$images$portraits$mo...
Re: Unicorn
#48Also - Java. It's the FIFTH word on the page reading Western-style. How the hell can you miss it? Too eager to get to the comments tab?
Re: Unicorn
#49I'm going to operate completely under the assumption that the library authors didn't choose the Unicorn name with intentional malice, and that their motivations were entirely benevolent. It looks like a nice enough library, congrats on all of your hard work. That said, this name is going to foster a lot of ill will in the community, for all of the reasons already mentioned: https://news.ycombinator.com/item?id=559741…