vishl | 13 years ago | on: I wish I’d thought of that. Operation Starbucks
vishl's comments
vishl | 13 years ago | on: My First Year On My Own In Review (2012)
Did you do anything special for Debt Snowball that made it more successful than your other apps, or was it just a good product?
Do you do all the design and code for your apps, or do you outsource graphic design?
Are you worried that developing on 5 platforms will spread yourself too thin?
vishl | 13 years ago | on: Show HN: Wifis.org - making WiFi networks 'social'
I see very clear benefits over just putting your email address in your SSID. 1)Anonymity 2)Users may learn to trust the wifis.org brand. People can leave feedback about you on the site. I kind of see it as a couchsurfing for wifi.
That being said, I wouldn't bother trying to monetize. It can't cost him more than a few bucks a month to run this and unless he changes the product a bit (either provide higher value or larger market), I don't see monetization being particularly successful. Right now it is a great resume builder and a way to promote other projects that may be more lucrative (e.g. "Hey remember the guy from wifis.org, well now he's working on X"). If he's really worried about the hosting costs, he can put a donate button on the page.
vishl | 13 years ago | on: Poll: What kind of tool do you use to write code?
vishl | 13 years ago | on: Poll: What kind of tool do you use to write code?
vishl | 13 years ago | on: Show HN: QuicklyChat - A video walkie-talkie for the workplace
vishl | 13 years ago | on: Titanium vs Phonegap vs Native application development
I also agree that needing 3 front-end teams for app development just doesn't make any sense, especially for a small company. Since you can get near native performance with HTML5, it seems well worth the compromises.
FYI, my app doesn't use any mobile js frameworks, just Backbone.js (and phonegap).
vishl | 14 years ago | on: Show HN: My Meteor App - Danceynous: Synchronized Youtube Dance Party
vishl | 14 years ago | on: Show HN: Meteor, a realtime JavaScript framework
1. Running complex DB queries on the client
2. The in-memory database cache described in the documentation using a lot of memory
3. Having little control over how often the client hits the server and vice versa.
vishl | 15 years ago | on: Adding game elements to our Twilio SMS Door Buzzer
I think you could do more with the SMS reply, like have it send a random puzzle and award points for a solution (may have to be careful not to repeatedly unlock the door), send a horoscope based on a user profile, etc.