anandpdoshi's comments

anandpdoshi | 5 years ago | on: Ask HN: Any well funded tech companies tackling big, meaningful problems?

Ah I should have been more specific. For some context, I learned software development on the job and later studied Human-Computer Interaction. I want to be at the intersection of software and design.

Software Engineering at Plenty involved a lot of creative problem solving. But I wanted to work on visually creative projects. Some of my initial projects at Plenty did involve interactive UIs, but as I gained better understanding of our stack, I was required to do a lot more back-end work which wasn’t very exciting to me.

anandpdoshi | 10 years ago | on: Useful Python Libraries for Startups

Disclaimer: I am one of the developers that built this.

Try Frappe Framework (https://frappe.io). We have received feedback that it is really good to quickly build internal projects or prototypes.

Also ERPNext (https://ERPNext.com) is an open source erp that is feature rich and has a good UI. It can help any startup to manage their business without resorting to complicated excel sheets based management.

anandpdoshi | 12 years ago | on: ElementaryOs Luna released

I've been using Elementary OS since beta 1 and I have found it to be the most usable Linux distribution. Don't get hanged up about them copying mac os. Even a novice user would find it easy to use. Let's not forget the soothing feel of the UI. It feels light.

Even android has some parts copied from ios, and yet you don't want to complain about it because it lets you get similar experience within your budget. It gives you a likeable option, copy or not.

Just give it a try. Don't judge from the video alone.

anandpdoshi | 13 years ago | on: Apple's New Pinch-To-Zoom Monopoly is Bad News

Has anyone used Aldiko ebook reader on android? It uses the right edge of the mobile's screen to change its brightness. With your thumb, trace the right edge towards the top and brightness increases, down and it decreases. I wonder if something similar could be used for zooming. You don't need two fingers to zoom!

anandpdoshi | 14 years ago | on: Git: fetch and merge, don’t pull

git is deep. And you can do the same thing using different steps and different number of steps. I think this post provided a good tip on how to go about merging remote changes into your local. If one finds that git pull requires a lot of cleanup activity, git fetch and git merge is a good way to go..
page 1