Email me, chris@gstaff.org and I'll shoot you an invite. (your profile doesn't list an email)
HN user
cgrinds
chris@gstaff.org
Vivaldi with vertical tabs work well for this too, coupled with the keyboard shortcut to bring up a fuzzy tab selector. It's pretty awesome. Plus you get tab cycling in recently used order - the only sane option.
Likewise, I've moved to beancount http://furius.ca/beancount/ and the awesome fava https://github.com/aumayr/fava 21 years of Quicken data converted to a lovingly crafted text file. Ahh.
Also a big fan of Moneydance http://moneydance.com and have written a budget plugin for my family's needs
emusic by chance?
It costs a few bucks but BeyondCompare http://www.scootersoftware.com/ is the best differ I've used. It's not terminal based, but is supported on Windows, Mac, and Linux.
For those saying it breaks or ends at 10000. It doesn't if you append infinity like so http://www.datapointed.net/visualizations/math/factorization...
I also like how you can enable turbo by pressing the fast-forward button several times...
You could - but it would need to be every 1 minute. Google tears down your app after 60-90 seconds of inactivity.
Some folks have resorted to pinging every minute but Google discourages that since it ties up their resources. If everyone pinged their site once a minute then resources would never be freed....
Here's a good thread on the issue https://groups.google.com/group/google-appengine/browse_thre...
No - I've seen 'Hello World' style apps take over 4s to cold startup. For example http://timezonetimezone.appspot.com/iscorrect?query=EST
Took 4.67s to render http://www.webpagetest.org/result/100306_5PZ7/1/details/
I monitored cold startup for a month on one of my apps and some times see 10s cold startup. http://www.webpagetest.org/result/100309_5TDW/
This is after profiling, reducing imports, caching, using app appstats, etc.
Cold startup sucks - it's horrendous for Java and just bad for Python.
If you have a popular app, this isn't an issue. If you don't, it hurts.