derelk
|
8 years ago
|
on: VetPronto is being euthanized
Respectfully, you're missing the point. It is often the best (and only, in my mind) choice, and it is always sad. It's not the word or even the concept that's the problem. Using it in a post about euthanasia is fine; using it as callous euphemism for shutting down your business is pretty terrible.
derelk
|
8 years ago
|
on: VetPronto is being euthanized
Definitely agree. I just had to euthanize my beloved dog two days ago and reading that truly hurt. Between that and several aspects of the post other commenters have already pointed out, it doesn't seem like these people had a very good understanding of pet owners or pet ownership.
derelk
|
9 years ago
|
on: Updates to our Google Voice apps
Agreed, I'm more confused than ever. I've been really sad to watch Voice die, and begrudgingly migrated towards Hangouts. Now I don't know what app I'm supposed to be using. Do I opt-out of having SMS go to Hangouts now? This is ridiculous.
derelk
|
10 years ago
|
on: Show HN: Acme-tiny, a tiny 200-line Let's Encrypt client
Agreed. 2.6 is was EOLed over 2 years ago and is consequently already missing significant security patches (e.g. CVE-2014-1912). I think it's unnecessary and maybe even unwise to support it, especially for a security-critical application.
derelk
|
10 years ago
|
on: Httpie: A CLI http client
I've been using this for several months and it's now an indispensable tool for me. Maybe I just never learned enough Curl options, but I find HTTPie to be so much easier and more intuitive. Paired with jq, it makes my life much easier on a daily basis.
derelk
|
10 years ago
|
on: Httpie: A CLI http client
I first discovered it on HN several months ago, so it's definitely been here.
derelk
|
11 years ago
|
on: Welcoming TellApart to Twitter
Congrats to TellApart!
I'm bummed though, because they had good parties that seem unlikely to continue under their new corporate overlords.
derelk
|
11 years ago
|
on: Apple Mac Mini
You're missing the Fusion drive, which is standard on the high-end and $200 extra on the mid-level.
derelk
|
13 years ago
|
on: HTTPretty 0.5.8 – mock HTTP requests in Python at the socket level
I agree. I really winced at that bizarre syntax. I find it strange to read and painfully unintuitive to write. It's not just "un-Pythonic"; it's unlike almost any other library.
I would also imagine the strange structure and all those nested accessors makes debugging and developing for the library itself unnecessarily complicated, thereby impeding contributions to the project itself.
derelk
|
13 years ago
|
on: Rover - All Your SF Transit Options In One Place
I've been using this for the past month or so, and overall I think it's the best app for Muni. The interface is not anywhere near as slick as the Google Maps app for example, but for transit routing it feels much more functional.
derelk
|
13 years ago
|
on: Delorean – datetime conversions in Python
It's not unreasonable, but it's still obscure. Calling a time utility Delorean isn't unreasonable, despite also being obscure.
derelk
|
14 years ago
|
on: Python Web Programming
I agree Bottle is simple and has some nice features, but I'm a little wary of the decorator-based "micro"frameworks. In my experience it can lead to strange code structure and it's more difficult to translate into the class-based handlers of larger frameworks.
Moreover, I don't think the barrier of entry to use Tornado, for example, is significantly higher than Bottle, and you can use it for any sized project. I realize that is both a server and framework, but truthfully I guess I'm also wary of WSGI on the whole and wouldn't recommend anyone even start down that rabbit hole in this day and age.