<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Insoshi on Open Source Currency</title>
    <link>https://blog.opensourcecurrency.org/tags/insoshi/</link>
    <description>Recent content in Insoshi on Open Source Currency</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 25 Feb 2011 10:18:00 +0100</lastBuildDate>
    <atom:link href="https://blog.opensourcecurrency.org/tags/insoshi/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>What&#39;s new with oscurrency</title>
      <link>https://blog.opensourcecurrency.org/2011/02/25/whats-new-with-oscurrency/</link>
      <pubDate>Fri, 25 Feb 2011 10:18:00 +0100</pubDate>
      <guid>https://blog.opensourcecurrency.org/2011/02/25/whats-new-with-oscurrency/</guid>
      <description>&lt;p&gt;[blip.tv http://blip.tv/play/AYKm5RsA]&lt;/p&gt;&#xA;&lt;p&gt;See &lt;a href=&#34;http://blip.tv/file/4811659/&#34;&gt;this video on blip.tv&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This is a 10 minute explanation of the feature changes in the &lt;a href=&#34;https://github.com/austintimeexchange/oscurrency/tree/groupy&#34;&gt;groupy branch&lt;/a&gt;. The motivation and design was discussed in &lt;a href=&#34;http://www.opensourcecurrency.org/2010/11/rspec-and-cancan-authorization-for.html&#34;&gt;RSpec And CanCan Authorization for Intentional Economics&lt;/a&gt; three months ago.&lt;/p&gt;</description>
    </item>
    <item>
      <title>RSpec and CanCan Authorization for Intentional Economics</title>
      <link>https://blog.opensourcecurrency.org/2010/11/25/rspec-and-cancan-authorization-for-intentional-economics/</link>
      <pubDate>Thu, 25 Nov 2010 20:52:00 +0100</pubDate>
      <guid>https://blog.opensourcecurrency.org/2010/11/25/rspec-and-cancan-authorization-for-intentional-economics/</guid>
      <description>&lt;p&gt;Not long after moving the Austin Time Exchange to Ruby on Rails, we started receiving requests for a groups feature since some local groups were interested in having their own currency but did not want to run their own instance of the software and their members were already on the existing system.&lt;/p&gt;&#xA;&lt;p&gt;Since we&amp;rsquo;re a fork of insoshi, merging the groups feature from another fork is easy. Add some code to make simple payments per-group&amp;hellip;Boom! Done.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OsCurrency Heroku Deployment</title>
      <link>https://blog.opensourcecurrency.org/2010/01/26/oscurrency-heroku-deployment/</link>
      <pubDate>Tue, 26 Jan 2010 21:50:00 +0100</pubDate>
      <guid>https://blog.opensourcecurrency.org/2010/01/26/oscurrency-heroku-deployment/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://blip.tv/file/get/Herestomwiththeweather-OsCurrencyHerokuDeployment808.flv&#34;&gt;&lt;img src=&#34;https://blog.opensourcecurrency.org/images/posts/Herestomwiththeweather-OsCurrencyHerokuDeployment808.flv.jpg&#34; alt=&#34;Video thumbnail. Click to play&#34; title=&#34;http://blip.tv/file/get/Herestomwiththeweather-OsCurrencyHerokuDeployment808.flv.jpg&#34;&gt;&lt;/a&gt;&lt;br&gt;&#xA;&lt;a href=&#34;http://blip.tv/file/get/Herestomwiththeweather-OsCurrencyHerokuDeployment808.flv&#34;&gt;Click To Play&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Anyone can run their own financial system.&amp;rdquo; - Bernard Lietaer at the &lt;a href=&#34;http://herestomwiththeweather.blogspot.com/2006/07/intentional-economics-day-1.html&#34;&gt;Naropa Intentional Economics workshop&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Thanks to &lt;a href=&#34;http://github.com/lazzarello&#34;&gt;Lee Azzarello&lt;/a&gt;, &lt;a href=&#34;http://github.com/austintimeexchange/oscurrency&#34;&gt;oscurrency&lt;/a&gt; can now be deployed to &lt;a href=&#34;http://heroku.com&#34;&gt;heroku&lt;/a&gt; with the master branch. For production use, the edge branch is preferred as previous testing in development and production has been done with edge. Also, two more items need to be worked on for heroku deployment. In edge, search is done with sphinx which heroku does not support. Since a community currency system generally does not need industrial strength search, perhaps this can be replaced with standard database queries. Also, the edge branch uses workling and starling for background processing of newsletter and forum post emails. Heroku uses &lt;a href=&#34;http://docs.heroku.com/delayed-job&#34;&gt;DJ workers&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Stupid Currency Tricks: Payment Dropbox with OAuthActiveResource</title>
      <link>https://blog.opensourcecurrency.org/2009/06/30/stupid-currency-tricks-payment-dropbox-with-oauthactiveresource/</link>
      <pubDate>Tue, 30 Jun 2009 03:56:00 +0100</pubDate>
      <guid>https://blog.opensourcecurrency.org/2009/06/30/stupid-currency-tricks-payment-dropbox-with-oauthactiveresource/</guid>
      <description>&lt;p&gt;[youtube http://www.youtube.com/watch?v=2r-1MiN3lY4&amp;amp;hl=en&amp;amp;fs=1&amp;amp;]&lt;/p&gt;&#xA;&lt;p&gt;OAuth support with the OsCurrency API was first &lt;a href=&#34;http://www.opensourcecurrency.org/2009/01/stupid-currency-tricks-with-oauth.html&#34;&gt;demonstrated in January&lt;/a&gt;. Ruby on Rails developers may have noticed that I didn&amp;rsquo;t use ActiveResource with OAuth. Instead, in both the January screencast and the &lt;a href=&#34;http://www.opensourcecurrency.org/2009/02/stupid-currency-tricks-twitter-oauth.html&#34;&gt;Twitter OAuth Consumer&lt;/a&gt; screencast, we coded in raw JSON. This was a bummer because, as easy as it is to write JSON, it is difficult to test, maintain and support. It would be much better if we could use ActiveResource.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Columbia Exchange Circle on KOMU TV</title>
      <link>https://blog.opensourcecurrency.org/2009/05/05/columbia-exchange-circle-on-komu-tv/</link>
      <pubDate>Tue, 05 May 2009 18:59:00 +0100</pubDate>
      <guid>https://blog.opensourcecurrency.org/2009/05/05/columbia-exchange-circle-on-komu-tv/</guid>
      <description>&lt;p&gt;[youtube http://www.youtube.com/watch?v=R71jjP_0NR4&amp;amp;hl=en&amp;amp;fs=1]&lt;/p&gt;&#xA;&lt;p&gt;The &lt;a href=&#34;http://comoexchange.org/&#34;&gt;Columbia Exchange Circle&lt;/a&gt; &lt;a href=&#34;http://www.komu.com/satellite/SatelliteRender/KOMU.com/ba8a4513-c0a8-2f11-0063-9bd94c70b769/0d452890-80ce-0971-00dc-08a059a537aa&#34;&gt;was on TV&lt;/a&gt; yesterday&amp;hellip;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&amp;ldquo;The idea of the exchange circle is to connect community members and get people to share the skills and resources that they have in a way that does not rely on the current economy,&amp;rdquo; said Maggy Rhein, another organizer for the C.E.C.&lt;/p&gt;&#xA;&lt;p&gt;And members say that taking the program online is the easiest way to connect.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;People can post the request and people can see it instantly,&amp;rdquo; said Vince Foley, another organizer for the group and the Web site manager.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Stupid Currency Tricks with OAuth</title>
      <link>https://blog.opensourcecurrency.org/2009/01/19/stupid-currency-tricks-with-oauth/</link>
      <pubDate>Mon, 19 Jan 2009 09:31:00 +0100</pubDate>
      <guid>https://blog.opensourcecurrency.org/2009/01/19/stupid-currency-tricks-with-oauth/</guid>
      <description>&lt;p&gt;We interrupt our regularly scheduled program with a screencast for software developers.&lt;/p&gt;&#xA;&lt;p&gt;If you are not a software developer, the screencast may not be useful, but it&amp;rsquo;s good to understand why OAuth is critical to online complementary currency. When you buy something online, you don&amp;rsquo;t log into your bank&amp;rsquo;s website to do the transaction. You may click on a PayPal purchase button or some other one-click button. So, a member may not want to log into a community currency website to make a payment to a peer. The community currency website needs to expose an application programming interface to third party applications (like Facebook) to make payments and execute other functions. How is the third party authorized to make a payment on behalf of the member? The OAuth protocol allows a member to seamlessly grant the third party application authorization to perform specific actions on his accounts, for instance. It&amp;rsquo;s kind of a big deal.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OsCurrency Demo Site and Github Repository</title>
      <link>https://blog.opensourcecurrency.org/2008/11/24/oscurrency-demo-site-and-github-repository/</link>
      <pubDate>Mon, 24 Nov 2008 23:15:00 +0100</pubDate>
      <guid>https://blog.opensourcecurrency.org/2008/11/24/oscurrency-demo-site-and-github-repository/</guid>
      <description>&lt;p&gt;At One Web Day Austin on September 22, the idea was offered (see video in previous entry) that it would be relatively straightforward to build a complementary currency system on &lt;a href=&#34;http://www.insoshi.com&#34;&gt;Insoshi&lt;/a&gt;. Shortly after that, Rich and I began a new project in github. The latest code can be found in the &lt;a href=&#34;http://github.com/austintimeexchange/oscurrency/tree/edge&#34;&gt;edge branch of Oscurrency&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Two weeks ago, the Austin Time Exchange made the switch to running this code. Most of the changes you see in github since then are the result of feedback from the members. This site runs on one 256M slice on slicehost.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
