Live data from Hacker News

Poll: Do you actually use the product you are working on?

news.ycombinator.com

191–200 of 226 posts

Re: Poll: Do you actually use the product you are working on?

#191
We used to do dog fooding in our company with our intranet product; after about 5 years our client wishes diverted so wildly from what we used it for that it began to work against us. We were actually building features for clients which interfered with the features we used/needed (and over 200 people in our company depended on) which resulted in a lot of time lost to make sure both everything worked well. In the end it was not sustainable; we almost went under because of it when we started work on the new major version.

I guess the answer is; it depends, but i'm very cautious now because of the above; once you have your whole organization and client base working with it fulltime, it is hard to switch and you often cannot say no to features as the competitors will be adding them. We should've (hindsight) just forked our intranet and forget about selling that part with the 'new' stuff.

Re: Poll: Do you actually use the product you are working on?

#193
KickoffLabs (http://www.kickofflabs.com) is all about generating leads, so we use it for quite a few tasks related to our business.

One thing as a business we are trying to do more of this year is put ourselves in our customers position. This was a big reason I started BootStrapped Weekly (http://bootstrappedweekly.com). I wanted to take a step back and start fresh with no existing leads, no inbound links, and no existing market.

It has certainly opened my eyes to new ways we can help our customers be more successful.

Re: Poll: Do you actually use the product you are working on?

#194
We've developed in-house a web application for telephone answering services, which we 'dogfood' 100 times a day because we are also an actual TAS, with an operator who also functions as a UX geek and software developer.

The ultimate form of ethnographic immersion - rather than just watching someone do their job, or ask them probing questions... actually do their job for seven years.

Re: Poll: Do you actually use the product you are working on?

#195
I definitely dogfood Duet (http://duetapp.com), but I learned VERY quickly that it's not enough. My customers use the app in ways that would have never occurred to me and if I rely solely on dogfooding a lot gets missed. Especially since I use the product differently than most of my customers - I don't do much client work these days. Regardless, dogfooding is still a great way for me to catch most bugs immediately.

Re: Poll: Do you actually use the product you are working on?

#197

The I-would-have-liked-that lack of features in pgAdmin3 was the main driver behind my product, PGXplorer. I use it everyday to pivot, window, group tables without touching any editor.

Do you have code completion or plans for code completion. Because we moved our business over from MS SQL Server to Postgres and the business guys that writes queries is not impressed with PGAdmin, they especially miss code completion.

By code completion if you mean that the editor auto completes keywords and table (view, function) names, it does.

Please do write to me if you are interested. Email in profile.

Re: Poll: Do you actually use the product you are working on?

#199
post #96

I'm the architect of ElectricAccelerator ( http://www.electric-cloud.com/products/electricaccelerator.p... ), a high-performance replacement for GNU make. I use it every day for all my builds, including builds of ElectricAccelerator itself.

Is ElectricAccelerator written in C/C++? How many kLOC and how long does it take to run the build? (disclaimer: my company https://circleci.com is a competitor to the direction you guys are taking with Continuous Delivery)

ElectricAccelerator is predominantly written in C/C++, with some Java for the cluster manager server component. As of the 7.1.0 release, it's about 375KLOC in C/C++ (excludes comments and blank lines) and 100KLOC in Java (excludes comments and blank lines). Compiling and linking from scratch takes about 29 minutes serially, but only about 2 minutes when I use ElectricAccelerator to build it (with a cluster of 16 worker agents).

We use ElectricCommander to orchestrate our CI process:

* checkout from Perforce

* build (which uses ElectricAccelerator)

* run unit tests

* build installer

* install on test cluster

* run integration tests

Re: Poll: Do you actually use the product you are working on?

#200
post #67

Yep using http://www.yearloop.com/ every day. Each day it sends me an email with picture from 1 yr ago, 2 yrs ago, etc. It is powered by Dropbox. Beta testing now if you want to join in for free!

Sounds similar in concept to http://timehop.com/ ?

Yes, similar. My service works today on Android and doesn't crash every time I launch the app on iOS, but yes otherwise similar.
Post reply on HN