ever2text: Migrating off of Evernote to Dropbox with Plain Text Files

Categories: Projects Python Technology
ever2text: Migrating off of Evernote to Dropbox with Plain Text Files tl;dr ever2text converts Evernote exports of notebooks and files to pure text files, stored in Dropbox. Why migrate off of Evernote? Evernote recently announced they were limiting the free tier of accounts to only 2 devices, and also substantially increasing the pricing of all of their plans. You can read their announcement here. I used Evernote on 5 devices, but I only used Evernote to take text notes.

Read More →

Jekyll with Clean URLs Hosted at Rackspace Cloud Files

Categories: Projects Python Technology Web Development
Jekyll with Human Friendly URLs I’ve been using Jekyll to generate static web sites and then hosting them on the Rackspace Cloud Files CDN which uses Akamai’s content delivery network (CDN). With Rackspace Cloud Files I have a CDN-enabled container and I have enabled my container to serve static web site files. This means I can use Rackspace Cloud Files with Akamai CDN to serve all my static web sites and I do not need to run or manage my own servers for web hosting.

Read More →

Auto-scale Rackspace Cloud servers with Fabric and Celery

Categories: Linux Projects Python Stock Trading Technology
Auto-Scaling Celery Workers with Rackspace Cloud Servers I have been working on an automated stock trading system for some time. Part of my automated trading system involves a lot of number crunching and calculations, such as for technical analysis and neural networks. Processing large amounts of data for thousands of stock tickers can be very time consuming and take a significantly long time to fully process the data. I have begun creating additional worker nodes so that I have more processing power available in order to complete the data processing and number crunching much faster.

Read More →