Live data from Hacker News

Ask HN: Tools of the trade, 2013 edition

news.ycombinator.com

151–160 of 169 posts

Re: Ask HN: Tools of the trade, 2013 edition

#151

[Plug:] Open Exchange Rates ( https://openexchangerates.org ) – free or very cheap currency conversion data JSON API. Built by a developer for other developers. :o)

This is useful - how are most places using it?

I'd suggest making a drop-in script or two something like the extensions Stripe has been adding on a bit at a time, to make it easy to use this for in-page on-the-fly currency conversion...

That is, select your currency from the dropdown, and all prices elsewhere on the page will display in the local currency selected.

Re: Ask HN: Tools of the trade, 2013 edition

#157
post #106
post #104

Earlier quoted context omitted.

I don't think Github is an "obviously" unless you have an open source project. It's really not that hard to set up a git ssh server

The GitHub web interface is SO much better than running your own repository. Pull requests are awesome for code reviews, the code browsing interface is best of breed, and if you use their issue tracker and/or wiki everything links together fantastically well.

I just wrote about this very thing yesterday. I'm wondering why people don't host their own git repos. Yeah, GitHub's interface is amazing but is it always necessary? I can only understand using GitHub for git for open source stuff and maybe large team stuff. Otherwise there's really no need for that fancy UI with private repositories. Just branch, pull, and inspect the code. It's not like it takes any longer than waiting for GitHub's pages to load. But hey, maybe I'm the weirdo and everyone else is sane.

Re: Ask HN: Tools of the trade, 2013 edition

#158

I STRONGLY recommend Asana: http://www.asana.com It's like using a smart piece of paper that just gets out of your way and let's you create, assign, toggle, set dates, etc really intuitively. I'm a freelancer - and for my usage I typically have a Workspace called Freelance Projects. In that workspace I have many projects, each for each freelance gig I land. I then invite my client (YOU CAN INVITE UP TO 30 PEOPLE PER…

dude, your shift key is broken. you might wanna get a new keyboard.

Re: Ask HN: Tools of the trade, 2013 edition

#159
What we use at graphdat.

Source code: http://www.github.com We could host our own server, but github is really convenient and our SDKs are open source so its easier.

Workflow & Issues: http://huboard.com/ Given we use github, huboard makes it easy to mange the issues

Build: http://jenkins-ci.org/ and https://github.com/capistrano/capistrano Such a nice setup, we host our own jenkins server, I have seen some links above to Travis, might give that a spin.

Tickets & Wiki: http://www.uservoice.com Its a love/hate relationship with uservoice. They make some things easy, others are so arcane. I'm adding in a wiki article right now with some images in it. But uservoice doesn't let you host an image, so I put it into an S3 bucket, add the link to uservoice and there is a security error. I go back to the bucket, reset the security settings and uservoice is caching the image error and wont let me add the images, so I need to edit the source. So hard for something so simple.

Team Communication: https://www.flowdock.com/ We were using Campfire, but we like flowdock much better. Threaded conversations are still tough, I actually miss Google Wave. We had 1 wave a day, it starts to grow on you.

Log Aggregation: http://graylog2.org/ Very cool once you get it all working together

Server Metrics and Application Analytics: http://www.graphdat.com We dog food our own product, so it's our servers on the homepage..

Some other notable candidates:

'your personal website': http://backstit.ch/ handy to monitor a couple of feeds

'tech news aggregator': http://skimfeed.com/ nice way to skim some news

Re: Ask HN: Tools of the trade, 2013 edition

#160

What we use at graphdat. Source code: http://www.github.com We could host our own server, but github is really convenient and our SDKs are open source so its easier. Workflow & Issues: http://huboard.com/ Given we use github, huboard makes it easy to mange the issues Build: http://jenkins-ci.org/ and https://github.com/capistrano/capistrano Such a nice setup, we host our own jenkins server, I have seen some links abo…

Awesome to hear that your using backstitch! (I'm one of the Co-Founders). If you get a chance I would love to talk with you about how your using it and what you would like to see from the service. Please feel free to ping me at jordan [AT] backstit.ch
Post reply on HN