Nearly twenty years ago, we invented a small part of the Internet. Specifically, we invented a method that greatly automated the computer programming needed to put simple computational applications onto the Internet where they might be accessed by anyone with a personal computer or an Internet-capable mobile device. Today, the now much more sophisticated descendants of what we made easy to create are simply called "apps".
To make a long story short, we submitted a proposal to our employer at the time to patent our invention, which ultimately went nowhere. Not being in an Internet or computing-related business, they declined to file an application for our invention with the U.S. Patent and Trademark Office.
Ten years ago, we saw an opportunity to resuscitate our original invention and launched Political Calculations, where we would augment the analysis of current events with the kind of simple, yet specialized computational tools that our invention made easy to generate.
And that brings us to today, where we're not just celebrating our tenth anniversary, but also marking the occasion where if our employer at the time had applied for a patent for our invention, the term of the patent would now be expiring and entering into the public domain!
And, as an added bonus, today is also the day that the Khan Academy is encouraging people everywhere to experiment with creating computer code with its Hour of Code event!
So welcome to our Toolmaker's Tool - a stripped-down and simplified version of the invention that we've used frequently over the past decade to create many of the applications developed for the Political Calculations blog!
Our Toolmaker's Tool is designed to aid you in creating JavaScript-based math calculation tools. As such, you can take advantage of the math functions and built-in constants used in JavaScript. You may also take advantage of HTML code to help create your tool and its surrounding commentary.
By way of providing an example, we've entered some basic data for a tool that will calculate the future value of an investment, using the following formula:
F = P(1 + I/N)N*T
where F = Future Value, P = Starting Value, I = Interest Rate, N = Number of Compounding Period per Year and T = Time Held in Years.
Please feel free to overwrite this data to do your own calculations! Also, you are more than welcome to post any tool you create using this prototype on your own blog or web site, provided you retain the "Code created with the assistance of Political Calculations" text and link under your generated output table.
The Toolmaker's Tool is designed to make programming web-based computing applications as easy as filling out a form. Once you've organized the mathematical algorithm you'll use in generating your tool to identify your Constants (or Initial values), User Input Data, and Formulas - you'll probably find that you'll spend less time programming than you do writing the text around your tool! But, why wait to find out? Get started now....
Update 9 December 2014: Blogger made it a challenge, since our code ran in Blogger's draft status, but curiously, not after being published. We've solved that problem now, eliminating the last barrier between you and building your own online tools - it's all wide open now!
Update 8 December 2019: Google is making life difficult. We had previously solved the problem of making the underlying code by hosting it on Google Drive. Unfortunately, Google's evolution from Google Drive to Drive has broken the connection to make the Toolmaker's code work. We're working on a fix.
Celebrating Political Calculations' Anniversary
Our anniversary posts typically represent the biggest ideas and celebration of the original work we develop here each year. Here are our landmark posts from previous years:
- A Year's Worth of Tools (2005) - we celebrated our first anniversary by listing all the tools we created in our first year. There were just 48 back then. Today, there are nearly 300....
- The S&P 500 At Your Fingertips (2006) - the most popular tool we've ever created, allowing users to calculate the rate of return for investments in the S&P 500, both with and without the effects of inflation, and with and without the reinvestment of dividends, between any two months since January 1871.
- The Sun, In the Center (2007) - we identify the primary driver of stock prices and describe a whole new way to visualize where they're going (especially in periods of order!)
- Acceleration, Amplification and Shifting Time (2008) - we apply elements of chaos theory to describe and predict how stock prices will change, even in periods of disorder.
- The Trigger Point for Taxes (2009) - we work out both when, and by how much, U.S. politicians are likely to change the top U.S. income tax rate. Sadly, events in recent years have proven us right.
- The Zero Deficit Line (2010) - a whole new way to find out how much federal government spending Americans can really afford and how much Americans cannot really afford!
- Can Increasing the Minimum Wage Boost GDP? (2011) - using data for teens and young adults spanning 1994 and 2010, not only do we demonstrate that increasing the minimum wage fails to increase GDP, we demonstrate that it reduces employment and increases income inequality as well!
- The Discovery of the Unseen (2012) - we go where so-called experts on income inequality fear to tread and reveal that U.S. household income inequality has increased over time mostly because more Americans live alone!
We celebrated our 2013 anniversary in three parts, since we were telling a story too big to be told in a single blog post! Here they are:
- The Major Trends in U.S. Income Inequality Since 1947 (2013, Part 1) - we revisit the U.S. Census Bureau's income inequality data for American individuals, families and households to see what it really tells us.
- The Widows Peak (2013, Part 2) - we identify when the dramatic increase in the number of Americans living alone really occurred and identify which Americans found themselves in that situation.
- The Men Who Weren't There (2013, Part 3) - our final anniversary post installment explores the lasting impact of the men who died in the service of their country in World War 2 and the hole in society that they left behind, which was felt decades later as the dramatic increase in income inequality for U.S. families and households.
And finally, our tenth anniversary post....
- The Toolmaker's Tool - we make the code we use for creating online tools available to all!
A Final Programming Note
We're finding ourselves increasingly being pulled toward new and exciting projects. Unfortunately, we only have a limited supply of time, which means that something that we're doing currently has to give, and that something is going to be our regular workday posting schedule here at Political Calculations.
We're not going away, but we won't be posting with the frequency that we've established over the past decade. To best keep up with us, we recommend subscribing to Political Calculations' free RSS news feed through your preferred news reader.