HN user

yashchandra

202 karma
Posts26
Comments239
View on HN
news.ycombinator.com 14y ago

One problem worth solving: how to choose an area to live in ?

yashchandra
1pts2
news.ycombinator.com 14y ago

Ask HN: Would you go cold turkey (quit) with half baked ideas at age 30+?

yashchandra
6pts8
blog.yashchandra.com 14y ago

Why is it so tough to kill Email

yashchandra
1pts1
articles.chicagotribune.com 14y ago

The world will not end in 2012 because Marty McFly visited 2015

yashchandra
2pts0
news.ycombinator.com 14y ago

Ask HN: Is it time the word Facebook is declared a verb (like Google)?

yashchandra
1pts3
news.ycombinator.com 14y ago

Ask HN: Why should any serious business use a third party API?

yashchandra
2pts1
news.ycombinator.com 14y ago

Ask HN: Is any bootstrapped startup running their own servers?

yashchandra
8pts15
news.ycombinator.com 14y ago

Ask HN: Is there a site where people share bootstrapped stories?

yashchandra
14pts6
news.ycombinator.com 14y ago

Ask HN: Is there an open source SAAS framework?

yashchandra
2pts6
www.cnbc.com 14y ago

Still use outdated browser? Pay a Fee to this retailer

yashchandra
1pts0
blog.yashchandra.com 14y ago

For Recruiters: How to approach and possibly hire top candidates

yashchandra
1pts0
news.ycombinator.com 14y ago

Ask HN: Is Flask-Security not an approved flask extension?

yashchandra
2pts1
news.ycombinator.com 14y ago

How do tech. startups do scoping/requirements on projects?

yashchandra
1pts0
news.ycombinator.com 14y ago

Ask PG: Are YC application results publicly shared?

yashchandra
2pts0
news.ycombinator.com 14y ago

Ask HN: Validate my bill collection system idea

yashchandra
4pts10
www.sbf5.com 14y ago

Git Tutorial for newbies

yashchandra
2pts1
paperi.st 14y ago

This webpage lets you input email anywhere on the screen

yashchandra
9pts5
news.ycombinator.com 14y ago

At what point does the HN Karma becomes "just another number" for you

yashchandra
4pts7
www.freshbooks.com 14y ago

Freshbooks forums are closed as of June 5,2012

yashchandra
1pts0
viniciusvacanti.com 14y ago

Things You Need to Learn To Build Your Own Prototype

yashchandra
1pts0
www.cnbc.com 14y ago

What College Tuition Will Look Like in 18 Years

yashchandra
1pts0
47hats.com 14y ago

How to build something real in your spare time

yashchandra
2pts0
www.cnbc.com 14y ago

I Got *Zucked*. Sudden Wealth Losses Of the Rich

yashchandra
2pts0
onstartups.com 14y ago

Freemium Pricing for SaaS: Optimizing Paid Conversion Upgrades

yashchandra
9pts0
news.ycombinator.com 14y ago

Ask HN: Does technology stack really matter in the beginning of a startup

yashchandra
8pts9
news.ycombinator.com 14y ago

What are some of the best ways to learn something?

yashchandra
1pts0

Mobile email pain point: Not able to open and read attachments that are only designed for desktops (e.g. word,pdf docs look horrible and difficult to scroll through in mobile)

Have you actually built all the sites you mentioned on the page ? The designs look great to me. Very clean. I think it is just about right for the content. Anything more will make it too much.

Before I write my advice, I want you to hear this. "Do not worry about the fact that you are not finishing your side projects. The idea is to learn and not necessarily get to the end goal i.e a working app". I am usually in same boat as you but many of my unfinished side projects have taught me tremendously. For example, I recently worked on a python program to covert financial trasactions in OFX format to csv. It taught me how to use lists, dictionaries in python, file input/output etc. I never finished it actually to the point where my dream was to release it as open source library and I even have a git page for it but I moved on. Even then, I learnt a heck of a lot.

"Start Small". But what does that mean really ? It means that focus on a specific topic and give yourself a task/side project out of it. For example, "Build a user registration system". Now pick the language/framework etc. You seem to be using Python/Django already so that could work in your case.

Keep hacking even if not finished. "It is about the journey not the destination" (cheap attempt at using a favorite quote).

Always happy to see Flask related stuff on HN front page :). Being a novice python wannabe, I am still struggling with thread locals but more than happy to keep working with Flask. Reading the source code is fun.

"they should follow the same legal requirements"

Perhaps. But they certainly do not have the restrictions of financial audit requirements and things like Dodd Frank etc. which is overwhelming all the major banks right now and is a big way to earn money for consultants if they know ABC of audit/compliance in 2012. Anyway, the point is that fb even though not ideal in how they store/use user data (which I personally am not a fan of as well), it does not matter as much as it matters to a bank/financial institution. I say this while I work for clients that are major banks.

I just did this and it was cool. But, if you are a complete beginner to version control in general, it may not be simple to follow. It tries to explain a few things such as creating a branch, checking out etc. but for a complete beginner, this tutorial will be a little bit difficult. Kudos for web based interactive learning though!!

Currently self-employed/consultant: Happy

Industry that I work with: Semi-happy

Billing rate: Happy

Working for large corporate clients doing challenging but repetitive tasks: Not happy

Bottomline is that I have the "bootstrap a company" itch that I am looking to scratch asap.

" I have reached premium billing status within my industry, but seem to be offered to work on relatively repetitive problems that are anything but challenging"

I sometimes get that feeling and I have almost reached premium billing in my specific niche as well. But then I realize that some of thte things that don't seem challenging anymore is because we have become really good at doing it over the years. Thats why you get the big bucks even though it might seem like an easy task. The real issue for me is repetitive work as a consultant.

Take a relatively non-complex but not too trivial project that you did in PHP. Do it in Rails and Django both. See how it feels and then you can possibly decide. I only work with Python but was not sure between Django and micro-framework such as Flask. I did a User Management/sign-up application using both and found Flask to be the right fit for me.

Every country has its good and bad, in terms of people, culture, society, taboos etc etc. I have lived in 3 countries including the US and I think that it all comes down to how you look at things that are around you. The best thing to do is to try and enjoy the best of it.

Good read. Nothing will make me happier than creating a profitable bootstrapped business that sells a product. Once and if I am through that, may be I will work on the next big viral idea which is not a bad thing to think about but not for my first shot at webpreneurship.

Not sure if there is an easy answer but there are quite a few threads on this topic on stackoverflow or even HN. Django and flask in my limited experience are both great frameworks but the difference is that flask is micro while django is fully loaded. That does not necessarily mean more automation with django since your project could have specific custom requirements which django out of the box may not work and hence you could use something like flask and extend it to your specific needs. I personally prefer Flask since it makes me learn a little more about stuff and in love with the Jinja2 templating supported by Flask.

What you can do is to start looking outside first. Try and negotiate the raise with the new potential employer. The chances of getting it outside are higher than your current employer agreeing to that kind of a raise.

Before we get into the discussion about what you should be worth., pure numbers show that you are asking to go from 45,000 to 55,000+10% = 60,500. That is almost 35% raise from your current base. I have been in your situation before and it is very unlikely in the US to get that kind of a raise usually.

Having said that, if you really feel that you are worth that much, have a talk with you boss. But most likely, you might have to look outside your current company and even then, a 35% raise is very tough to negotiate in current market.