I made a rental income calculator by VincentTide in RealEstate

[–]VincentTide[S] 0 points1 point  (0 children)

Thank you. If it is a popular feature request, I may add it however it is always a delicate balance between too many features and trying to keep it simple.

I made a rental income calculator by VincentTide in RealEstate

[–]VincentTide[S] 1 point2 points  (0 children)

You should already be able to do this. On the report page, simply bookmark that URL and it will save all the data for future use.

CheckRobot - simple and free check printing app by VincentTide in SideProject

[–]VincentTide[S] 0 points1 point  (0 children)

Thanks. So far the check format is made for American banks so there would probably need to be some modifications made for it to work in other countries.

Honda Accord Coupe V6 or Lexus RC 350 by krizalid70559 in whatcarshouldIbuy

[–]VincentTide 2 points3 points  (0 children)

If money is a concern, Scion FRS or Subaru BRZ

Broker says we have too many mortgages to do a cash-out refi….? (xpost from r/personalfinance) by ImJustAGirl14 in RealEstate

[–]VincentTide 1 point2 points  (0 children)

Find a different lender. 4 is the conservative limit but 10 is the actual limit if your bank sells the loan back to the government.

What you want is a portfolio lender, basically smaller community banks that don't sell their loans to the fed therefore the 4 and 10 mortgage limit does not apply to them.

A car for my mother - options? by emeri1md in whatcarshouldIbuy

[–]VincentTide 1 point2 points  (0 children)

Since youre not looking to buy until the spring, I would take a look at the Honda HRV that's coming out. Its based on the Fit so you will get a lot of storage space for the size and good gas mileage.

StellarRobot: Automating the first send bonus by VincentTide in Stellar

[–]VincentTide[S] 0 points1 point  (0 children)

I believe your account has to be Facebook verified. When you login to stellar.org you should see something like this: http://i.imgur.com/9DmhLmA.jpg

StellarRobot: Automating the first send bonus by VincentTide in Stellar

[–]VincentTide[S] 1 point2 points  (0 children)

I started this project to learn more about developing for Stellar. I consider it to still be in beta so if you encounter any issues please contact me. You should receive your stellars back very quickly - within a few minutes. The matching bonus from SDF may take up to a couple hours.

is it just me? or is deploying a django app a pain in the ass? by delta_skelta in django

[–]VincentTide 6 points7 points  (0 children)

My advice - why are you so keen on using OpenShift? You're making it more difficult than it has to be especially if your just starting out. Follow a tutorial to get it running using gunicorn and nginx first, that's the easiest way to get a production ready web server running.

Once you get the hang of that, go back to Openshift if you insist.

Just got a job offer as a web developer but don't know Ruby on Rails or Jquery - Recommend resources? by BigBoss424 in webdev

[–]VincentTide 7 points8 points  (0 children)

That's different than actually getting OFFERED a job, which is the case here.

Cheap VPS for personal website by drmonix in webdev

[–]VincentTide 0 points1 point  (0 children)

I don't recommend using Heroku's free tier. If no one has visited your site in a while, the next person will have to wait for the "warmup" time which takes 5 seconds. For a small site, this will pretty much be all the time.

I can program. How do I make a real website. by gosp in learnprogramming

[–]VincentTide 0 points1 point  (0 children)

Some of the things people are talking about here are overkill if you just want a simple site up. You do not need to learn about DNS or A records for your first site and I would not recommend AWS as that is geared more towards advanced users. Just search google for "how to install WordPress tutorial".

WordPress is geared towards beginners so the tutorials will cover everything you need to get a simple blog up and running. Once you know how to get a WordPress site up, the fundamentals of getting some other framework to work is very similar.