chandika | 10 years ago | on: Show HN: My failed-wannabe-saas-startup project Beyondpad going open source
chandika's comments
chandika | 10 years ago | on: The first dead Unicorn will be Evernote
As your usage grows the product becomes worse for you for non-search navigation and discovery.
MS OneNote on the other hand feels like an upgrade from evernote in terms of its ability to provide a simple hierarchy for organising and navigating between notes and notebooks.
A key thing for any productivity tool is to balance between it being easy to adopt for new users and continue to improve its utility as usage grows over time. Very few companies have managed to do this effectively.
chandika | 10 years ago | on: Show HN: Zephyr – Collaboration for teams and freelancers
chandika | 10 years ago | on: Tell HN: Entrepreneurs, make sure you are getting guaranteed wins in life
One thing I learnt the hard way is that the best way to ensure personal success is to plan your life's goals as if you have a 9-5 job with secure income. Major investments (housing, loans etc) and relationships should not be on hold till the next company milestone. Having a spouse kind of forces this upon you, but getting a supportive parent/mentor to help you plan your life apart from your startup will really help.
chandika | 11 years ago | on: Ask HN: Does Node dominate at new startups?
chandika | 11 years ago | on: Ask HN: Does Node dominate at new startups?
Lot's of people dabble in it but to truly know how to not screw it up when building something bigger it takes patience, experimentation and serious effort.
This is somewhat compensated by the speed of development you have with such platforms and is a tradeoff.
chandika | 11 years ago | on: Show HN: Omive – Find movies based on genre, rating, directors and more
I saw that you can choose multiples, but you'd rarely search for a 7-8 rated movie and not want to see a 9-10 in the result set :)
chandika | 11 years ago | on: ClickInsights – One Click Email Surveys for Instant Feedback
Do you have any numbers on people responding via clicking survey links vs. normal text responses?
chandika | 11 years ago | on: Ask HN: What to work on?
You need to speak to enough customers and iterate on what you offer to figure out the validity.
Coding stuff up is always a lot more comfortable, and a no-touch approach like adwords based validation is 'easy', but really, you need to be in front of people to understand if there is any validity to your thinking.
Open ended conversations around the problem area usually results in great insight and can lead to some valid ideas you can work off of. Also, speak to more than one person in a given problem area and it's not too hard to ask 'do you know anyone else that has this kind of problem?' to find a common theme and get an idea of a market size thats worth your time.
chandika | 12 years ago | on: I like Meteor.js because I'm lazy
However, the Meteor community has really done some great work in solving some core issues and others are on the 1.0 roadmap.
Some comments on this below based on our own experience.
> 1. Collection synchronization does not really work even for relatively small amounts of data (say 10k records).
The issues around polling and how the server side cursors/observe works is definitely not perfect. Started using the SmartCollections package which ditches polling altogether and goes with the MongoDB OPLOG for synchonization. Has been performing well for us so far and solved many issues around performance.
https://github.com/arunoda/meteor-smart-collections
>2. Minimongo is interesting concept, but fails on many levels:
Really depends on the usecase. I'am not sure if there is any other alternative to MiniMongo at the moment for other frameworks.
The key thing is you really shouldn't expect to do many MB's of client data storage in your app.
>3. Client-side is not as convenient as current MV* frameworks
The key issue here is the how the DOM is re-written with the current rendering engine.
The new 'Meteor UI' rendering engine and component architecture is promising to solve this issues with html element level reactive-rendering as well as an method for proper UI components delivering similar capability to what Angular offers.
---
The framework is still growing up, but we are hard pressed to find something that delivers similar developer productivity.
Once you understand the framework and IF it fits your needs, Meteor can work well for production.
chandika | 13 years ago | on: Moot.it: Forums and commenting re-imagined
btw, may be make the 'try live demo' link a bit prominent and have a hint about how to close the fullscreen carousel on the homepage? had me confused there for a moment.
chandika | 13 years ago | on: Kim Dotcom's new Mega project
chandika | 14 years ago | on: Ask HN: How do you get over the pain of refund requests?
We do have such a policy, but we do ask 'why?' in a manner that aims to clarify and improve our service. A subset of the users are nice enough to explain and sometimes addressing that root cause cuts refund rates by about 25%.
Btw, would you mind sharing the points in your refund response email template? I would assume the effectiveness would depend on the nature of product, but it'll still be educational me thinks.
chandika | 15 years ago | on: Logicly - the digital logic simulator
We did something similar in the earlier days of Creately, but ended up focusing on more diagramming and less simulation as time went by.
I think use cases like this belong purpose built apps like Logic.ly - a lot more UX optimization can be done.
You can play with an example of a Multiplexor with simulation if you are interested - https://creately.com/creately-start?tempid=fvtdhokh2
Nothing fancy really. Use the "Properties" panel to change signals of inputs. The UX can be better - bringing me to the point of purpose built apps. :)
chandika | 16 years ago | on: Creately.com - Diagramming Just Got Easier
just like google docs and buzzword can't hold a candle to MS word.
most online apps are still quite early in their life cycles.
chandika | 16 years ago | on: How much to charge for your Web App?
What happened to the existing users when you doubled the price? Did your cancellations go up? Or did you freeze the price for the old users?