Earlier quoted context omitted.
How would you export it to xls? ActiveX Excel controller ("in my time this was called COM", etc)? Open source library?
tablib[0] is one option for Python. There are quite a few libraries that handle export. Excel files (and other Office) file formats are just zip files containing XML. For a while now, this has been an open standard[1]. [0] https://github.com/kennethreitz/tablib [1] https://en.wikipedia.org/wiki/Office_Open_XML
Ask HN: What is something you do for clients that consistently blows them away?
261–270 of 288 posts
Re: Ask HN: What is something you do for clients that consistently blows them away?
#262Re: Ask HN: What is something you do for clients that consistently blows them away?
#263Re: Ask HN: What is something you do for clients that consistently blows them away?
#264Earlier quoted context omitted.
So disingenuously humor the client for a day or two before shooting their idea. Honestly, if I was your client and this happened a few times, I would start to wonder why you lack the expertise to immediately know ideas won't work.
The client is not talking for the sake of talking. They are expressing a desire, a need or a want Almost always you can dig down to their motivation and get a better idea of what they are _really_ after, even if the clients proposed "solution" is technically impossible. Your tone says something about your situation.
Re: Ask HN: What is something you do for clients that consistently blows them away?
#265When I did freelancing, I charged a bit more than I felt I should... but went above and beyond. My hourly rate may have been high, but I spent many "non-billable hours" making sure everything worked great and any changes (their fault or mine) were accounted for. I did a few jobs where someone else controlled the billing, and kept us on a tight schedule. Every hour was billed. We were "fired" (AKA contract not renewed…
Worth remembering.
Re: Ask HN: What is something you do for clients that consistently blows them away?
#266I also offer something that I find most web people don't: I offer them good customer service. I answer my emails within 24 hours and I pick up my phone usually when they call or I get back to them asap. I try to give them a reasonable price and I expect payment upon delivery of my invoice.
I have just a few clients, but I've never had issues. And most of the time that is what my clients have confirmed that I have offered that no one else offers: customer service. It's just being extremely supportive. They want to know that someone is there when there is a problem. There is nothing worse than the feeling of running a business.. and knowing that you are screwed or worse -- you have to pay someone you don't know a fortune in an emergency situation.
Re: Ask HN: What is something you do for clients that consistently blows them away?
#267Earlier quoted context omitted.
Depends on the situation. Our rates have expiration dates attached to them, so if the price went up before our negotiated rate expired, we will eat it. If the rates expired, we leave it to the judgment of their account manager on what to do.
just out of curiosity - the value that your customers see...is it actual cost + your fee? (hence you can collect the fee even if the actual cost reduces?)
Re: Ask HN: What is something you do for clients that consistently blows them away?
#268Re: Ask HN: What is something you do for clients that consistently blows them away?
#269Most of these seem to be very on the side of "I'm a company", so as a sole developer what I like to do for clients is implementing sockets into their apps. Adding sockets for, say, the 3 newest logs they get in real time. Or if they have anything that maps to a graph/app-overview just make sure that will always update in real time. It's not a huge time investment for me. Customers usually never request it specificall…
I'm thinking about starting a consulting company next year. I've been in an engineering role for over 10 years, but I really want to move into a role where I'm not selling my time in exchange for code, but rather selling the value my code creates. I'm curious how you got your first few "gigs". What should the sales process actually look like? Did you cold call, or did you have enough established relationships first?…
Re: Ask HN: What is something you do for clients that consistently blows them away?
#270I am a developer and usually writes web scrapers or automation tools most of the time beside typical web development. A couple of things I did and worked for me. - I offer them more than what they expect. At times scraping additional info which I think is useful but they did not realize I extract that too. Sometimes they ask for the script or data, one of them and I just offer them both and they appreciate it lot. Th…