I see what Obama's saying. In my experience, research on bypass methods may become the source of a new terrorist attack. Then a terrorist attack would be our making.
Learning some 2% of water is fresh and the need to conserve water or it will run out by 2050 was a lie. There will always be fresh water and oil. The price will not soar when supply is limited, there usually happens to be a new discovery. Eg. The US is a huge unexploited oil field
no problem. The command "dd if=/dev/vda bs=1M | strings -n 100 > out.txt" in find.sh, which is the same as the one first mentioned today morning https://github.com/fog/fog/issues/2525. $20/month droplet
how long does dd take? Could use an estimate. Ran dd for around 10 minutes this morning and got 500,000 lines, and it was still running.
update: finished in around 12 minutes. out.txt is around 10gb.
update: out.txt is around 54 million lines from wc -l out.txt. I'm using less with command [line number]G to poke around. I have an NYC1 droplet, and there's a lot of junk not mine.. text in other languages and python which i don't use
Account activity should also be a must for your users. Session id will not be as useful when users can monitor their accounts. It's a work in progress, but I'm writing a page on good application login design https://tagsauce.com/docs/designsnippets
red error lines appears all the time in the template, despite being correct and compiling without error. A few recent encounters are text after @function are highlighted as unexpected token, a defined variable is not recognized, and reformatting sometimes breaks the template by doing actions such as converting documents.map { doc => ...} to documents.map { \n doc => ... }.
if in 10 years the price fluctuated from say $50 to $1000 and then rested at $500, you gained a huge opportunity cost. You could have shorted $500, played the market, sold early and reap the rewards =P
everyone should do what they enjoy, then money will follow. there are niche business areas. i.e. creating apps useful to you, creating an algorithmic trading bot to work the market
I've been lurking on Quantopian for a few months. The algotrading community is secretive. Currently, you code in python which is then saved and run on their servers. I fear Quantopian copying the best trading strategies for their own use. Even if you black box the code, all Quantopian needs is I/O with your program. What's to stop this?
and play 2.1+ can serve https as well http://www.playframework.com/documentation/2.2.x/Configuring.... In practice, play instances are behind a front end server such as nginx for load balancing, https, caching, and virtual hosting. Play's convention for stateless sessions makes it really attractive to scale by adding more instances to the node balancer.
good luck! Also know about stop loss. More often than not, sell if the price has dropped more than 5%. If not, you'd be out of the picture and might be waiting indefinitely for the price to crawl back up to just break even.