<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>The Project Spot | Lee Jacobson&#8217;s Portfolio</title>
    <link>http://www.theprojectspot.com</link>
    <description>Lee Jacobson's portfolio. Artificial intelligence, genetic algorithms, web programming, startups, technology news, tutorials, and other insight.
Content updated by Lee Jacobson</description>
    <image>
      <url>http://www.theprojectspot.com/images/logo.png</url>
      <title>The Project Spot | Lee Jacobson&#8217;s Portfolio</title>
      <link>http://www.theprojectspot.com/</link>
    </image>
        <item>
       <title>An interview with Saf from Helpfulpeeps</title>
       <link>http://www.theprojectspot.com/post/interview-with-helpful-peeps/31</link>
       <description>This week I was very happy to speak with Saf from the Bristol based startup Helpfulpeeps.
</description>
    </item>
        <item>
       <title>Ant Colony Optimization For Hackers</title>
       <link>http://www.theprojectspot.com/tutorial-post/ant-colony-optimization-for-hackers/10</link>
       <description>Originally proposed in 1992 by Marco Dorigo, ant colony optimization (ACO) is an optimization technique inspired by the path finding behaviour of ants searching for food. ACO is also a subset of swarm intelligence - a problem solving technique using decentralized, collective behaviour, to derive artificial intelligence.</description>
    </item>
        <item>
       <title>Solving the Traveling Salesman Problem Using Google Maps and Genetic Algorithms</title>
       <link>http://www.theprojectspot.com/tutorial-post/solving-traveling-salesman-problem-using-google-maps-and-genetic-algorithms/9</link>
       <description>An ideal way to explore the potential of genetic algorithms is by applying them to real world data. Perhaps one of the easiest ways to do this is by using the Google Maps API to implement a solution to the traveling salesman problem.</description>
    </item>
        <item>
       <title>In Defence of the Pessimist</title>
       <link>http://www.theprojectspot.com/post/in-defence-of-the-pessimist/28</link>
       <description>As someone who would describe themselves as naturally more pessimistic, I’ve never felt like it was a disadvantage in my life. I’ve always believed it made me more critical of my choices, and that doubt gives me the opportunity to prepare for what I fear my go wrong.</description>
    </item>
        <item>
       <title>Surveillance and Internet Privacy</title>
       <link>http://www.theprojectspot.com/post/surveillance-and-internet-privacy/27</link>
       <description>Freedom of speech is essential to any successful free democracy. Could it be that if government surveillance continues to increase it could reach a point where it's citizens no longer feel free to openly discuss or research controversial topics or opposing political views, in fear of being put on "the watch list"?</description>
    </item>
        <item>
       <title>Twenty Four, New Starts and Updates</title>
       <link>http://www.theprojectspot.com/post/twenty-four-new-starts-and-updates/26</link>
       <description>Twenty Four, New Starts and Updates - I suppose it's about time to dust this blog off with another annual update. So first off I'm now twenty four, which even after two months still scares the heck out of me. Where do I begin?</description>
    </item>
        <item>
       <title>Autobots and Beyond</title>
       <link>http://www.theprojectspot.com/post/autobots-and-beyond/25</link>
       <description>Record fast new technology derived from artificial intelligence has surfaced in every part of society, especially in the last year or so.</description>
    </item>
        <item>
       <title>Introduction to Artificial Neural Networks Part 2 - Learning</title>
       <link>http://www.theprojectspot.com/tutorial-post/introduction-to-artificial-neural-networks-part-2-learning/8</link>
       <description>In this tutorial we will begin to find out how artificial neural networks can learn, why learning is so useful and what the different types of learning are. We will specifically be looking at training single-layer perceptrons with the perceptron learning rule.</description>
    </item>
        <item>
       <title>Workplace Automation</title>
       <link>http://www.theprojectspot.com/post/workplace-automation/24</link>
       <description>Workplace productivity has always been a top of the line priority for all types of industries throughout the job market. Potential employers interview potential employees with the hopes that these new prospects will provide a quality addition to the team and increase productivity for the company, as a whole. Many times workers will give 150% of their effort to the business, only to find out that what they are giving, and what is expected out of them, is not the same. These characteristics that I am describing can be attributed to being a human.</description>
    </item>
        <item>
       <title>Bionics in Space!</title>
       <link>http://www.theprojectspot.com/post/bionics-in-space/23</link>
       <description>Space exploration in our current society, especially by humans, is quite minimal. Scientists have yet to discover even a fraction of the possibilities that space incurs. Researchers continually seek out, and create, new technologies that will fund the knowledge of outer space to a greater understanding than we know it. Artificial intelligence among the cosmos may be just the answer to finding numerous unknowns throughout the universe.</description>
    </item>
        <item>
       <title>The Bionic Limb</title>
       <link>http://www.theprojectspot.com/post/the-bionic-limb/22</link>
       <description>Sparked by imagination and curiosity, human beings have ventured into the far depths of artificial technology like that of the movies. Generation upon generation of society have fought to find the authenticity in detailed stories of science fiction. Whether it was Robocop, or Johnny 5, the infatuation with these types of cyborgs eventually flowed into the factual scientific community where movie based reality became the truth. Researchers have found new ways to implement these ideas through the use of new prosthetics that allow amputees to live, as close to a normal life, as possible.</description>
    </item>
        <item>
       <title>Our Artificial World!</title>
       <link>http://www.theprojectspot.com/post/our-artificial-world/21</link>
       <description>The commencement of Artificial Intelligence began during the Renaissance age with fascinating, unrealistic tales in Greek mythology. Legends within the culture told of artificially simulated beings, who had been manufactured by humans, with the intent to overtake the god’s. Currently, these stories are nothing more than mere words. However, scientific research is leading humanity into a whole new “artificial world”.</description>
    </item>
        <item>
       <title>Twenty Three.</title>
       <link>http://www.theprojectspot.com/post/twenty-three/19</link>
       <description>Twenty Three. I recently I turned twenty three and I thought it would be an ideal time to list some of the things I’ve learnt during the 23rd year of my life.</description>
    </item>
        <item>
       <title>Introduction to Artificial Neural Networks - Part 1</title>
       <link>http://www.theprojectspot.com/tutorial-post/introduction-to-artificial-neural-networks-part-1/7</link>
       <description>This is the first part of a three part introductory tutorial on artificial neural networks. In this first tutorial we will discover what neural networks are, why they're useful for solving certain types of tasks and finally how they work.</description>
    </item>
        <item>
       <title>Simulated Annealing for beginners</title>
       <link>http://www.theprojectspot.com/tutorial-post/simulated-annealing-algorithm-for-beginners/6</link>
       <description>Simulated Annealing algorithm for beginners. We take a look at what the simulated annealing algorithm is, why it's used and apply it to the traveling salesman problem.</description>
    </item>
        <item>
       <title>No pressure, have fun. It's all pointless anyway</title>
       <link>http://www.theprojectspot.com/post/no-pressure-have-fun/18</link>
       <description>I heard a quote recently, “Don’t take life so seriously, no one gets out alive”. I’ve heard it 100 times before but this time it resonated with me. Lately while watching friends and myself grow into young adults, I’ve noticed a change in attitude from when we were younger.</description>
    </item>
        <item>
       <title>Applying a genetic algorithm to the traveling salesman problem</title>
       <link>http://www.theprojectspot.com/tutorial-post/applying-a-genetic-algorithm-to-the-travelling-salesman-problem/5</link>
       <description>An introduction to applying a genetic algorithm (GA) to the traveling salesman problem. Beginners Artificial intelligence guide to the travelling salesman problem.</description>
    </item>
        <item>
       <title>Maximising Happiness</title>
       <link>http://www.theprojectspot.com/post/maximising-happiness/17</link>
       <description>You’ve probably already had to think about the difficult questions on my mind at moment such as, ‘what’s my purpose in life?’. It's time to put happiness first and live a live true to your dreams without regret.</description>
    </item>
        <item>
       <title>Optimising the Hacker News community</title>
       <link>http://www.theprojectspot.com/post/optimising-the-hacker-news-community/16</link>
       <description>We all love Hacker News for similar reasons. Let's try to be a bit more positive and give each other the help we need.</description>
    </item>
        <item>
       <title>Is the UK becoming a bad place for internet startups?</title>
       <link>http://www.theprojectspot.com/post/Is-the-UK-becoming-a-bad-place-for-internet-startups/15</link>
       <description>The UK has been making some really bad decisions for encouraging internet entrepreneurship and tech startups to continue considering the UK an ideal place for starting a new internet company.</description>
    </item>
        <item>
       <title>Become a pirate, save the world.</title>
       <link>http://www.theprojectspot.com/post/become-a-pirate/14</link>
       <description>I have a proposal for the people (and robots!) of the internets. Stop downloading your music legally.</description>
    </item>
        <item>
       <title>Node.js for beginners - Callbacks</title>
       <link>http://www.theprojectspot.com/tutorial-post/nodejs-for-beginners-callbacks/4</link>
       <description>Node.js for beginners, part 2. We take a look at what callbacks are and what makes them so useful for creating fast stable non-blocking code in Node.js.</description>
    </item>
        <item>
       <title>Consciousness, coming to a machine near you.</title>
       <link>http://www.theprojectspot.com/post/consciousness-coming-to-a-machine-near-you/12</link>
       <description>It's one of the biggest questions, what is consciousness? And it's a question that is becoming more relevant with increasing computational abilities and promises of ever more 'clever' robots.</description>
    </item>
        <item>
       <title>Creating a genetic algorithm for beginners</title>
       <link>http://www.theprojectspot.com/tutorial-post/creating-a-genetic-algorithm-for-beginners/3</link>
       <description>An introductory tutorial to genetic algorithms (GA) for beginners. Step by step guide of how to create a basic binary genetic algorithm (GA) in Java with example code.</description>
    </item>
        <item>
       <title>Node.js for beginners, part 1 - Hello world, and a bit of fun!</title>
       <link>http://www.theprojectspot.com/tutorial-post/Node-js-for-beginners-part-1-hello-world/2</link>
       <description>A beginners tutorial to create hello world and a bit extra with Node.js. Node.js is a server-side version of JavaScript. That means all the things all them cool things about JavaScript apply here.</description>
    </item>
        <item>
       <title>I quit Facebook today</title>
       <link>http://www.theprojectspot.com/post/I-quit-facebook/11</link>
       <description>Today I quit Facebook. I've been getting annoyed at Facebook for a while, not because of the privacy concerns which many have expressed, but because of the way facebook wants it's users use the site.</description>
    </item>
        <item>
       <title>Hello, I'm a web designer</title>
       <link>http://www.theprojectspot.com/post/im-a-web-designer/10</link>
       <description>I create websites that work well and look good. Unlike you I understand the importance of not using popups, making a background repeatable and not playing your stupid music on every page.</description>
    </item>
        <item>
       <title>Binding a click function to an element with an updating class</title>
       <link>http://www.theprojectspot.com/tutorial-post/Binding+a+click+function+to+an+element+with+an+updating+class/1</link>
       <description>Binding a click function in JQuery to an element with an updating class</description>
    </item>
        <item>
       <title>Thank you Steve Jobs</title>
       <link>http://www.theprojectspot.com/post/Thank+you+Steve+Jobs/9</link>
       <description>I've always been critical towards Steve Jobs but I thank him for the progresses he brought to technology</description>
    </item>
        <item>
       <title>Developing Athesyn</title>
       <link>http://www.theprojectspot.com/post/Developing+Athesyn/7</link>
       <description>A quick update on the continued development of Athesyn, a new social news site.</description>
    </item>
        <item>
       <title>UI is your books cover</title>
       <link>http://www.theprojectspot.com/post/UI+is+your+books+cover/5</link>
       <description>Is your website judged by it's cover?</description>
    </item>
        <item>
       <title>The startup mindset: Will I ever be content?</title>
       <link>http://www.theprojectspot.com/post/The+startup+mindset%3A+Will+I+ever+be+content%3F/3</link>
       <description>Lately I've been thinking non-stop about creating a successful startup. I worry that I'm getting older and I have no clear path to success</description>
    </item>
        <item>
       <title>"Respond with innovation, not with lawsuits"</title>
       <link>http://www.theprojectspot.com/post/%22Respond+with+innovation%2C+not+with+lawsuits%22/2</link>
       <description>Apple have made a bad move in my opinion recently. They have acquired a patent that basically prevents competitors making decent smart phones. This kind of attitude towards competitors stop innovation.</description>
    </item>
        <item>
       <title>A good CMS saves time and money.</title>
       <link>http://www.theprojectspot.com/post/A+good+CMS+saves+time+and+money./1</link>
       <description>I've worked on way too many sites that have poor CMSs. The problem is if your CMS is impossible to use it becomes increasingly hard to add content!</description>
    </item>
      </channel>
</rss>