<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CULLY Technologies, LLC</title>
	<atom:link href="http://cully.biz/feed/" rel="self" type="application/rss+xml" />
	<link>http://cully.biz</link>
	<description>Data :: Information :: Knowledge :: Power</description>
	<lastBuildDate>Tue, 25 May 2010 20:21:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>That darned libstdc++.so.5 file</title>
		<link>http://cully.biz/2010/05/25/that-darned-libstdc-so-5-file/</link>
		<comments>http://cully.biz/2010/05/25/that-darned-libstdc-so-5-file/#comments</comments>
		<pubDate>Tue, 25 May 2010 20:21:23 +0000</pubDate>
		<dc:creator>kcully</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[REALbasic]]></category>

		<guid isPermaLink="false">http://cully.biz/?p=321</guid>
		<description><![CDATA[I recently purchased some plugins to help with a development project I&#8217;m working on.  Well, to register and decrypt the plugins, I had to run an application that required the libstdc++.so.5 library which has long been deprecated.  I found some help from the following web site however:
http://bootstrapping.wordpress.com/2009/11/25/missing-libstdc-so-5-in-ubuntu-9-10-karmic/
Here&#8217;s the magic to get this to [...]]]></description>
			<content:encoded><![CDATA[<p>I recently purchased some plugins to help with a development project I&#8217;m working on.  Well, to register and decrypt the plugins, I had to run an application that required the libstdc++.so.5 library which has long been deprecated.  I found some help from the following web site however:<br />
<a href="http://bootstrapping.wordpress.com/2009/11/25/missing-libstdc-so-5-in-ubuntu-9-10-karmic/">http://bootstrapping.wordpress.com/2009/11/25/missing-libstdc-so-5-in-ubuntu-9-10-karmic/</a></p>
<p>Here&#8217;s the magic to get this to run.</p>
<p><code><br />
cd /tmp<br />
wget http://security.ubuntu.com/ubuntu/pool/universe/i/ia32-libs/ia32-libs_2.7ubuntu6.1_amd64.deb<br />
dpkg-deb -x ia32-libs_2.7ubuntu6.1_amd64.deb ia32-libs<br />
sudo cp ia32-libs/usr/lib32/libstdc++.so.5.0.7 /usr/lib/<br />
cd /usr/lib<br />
sudo ln -s libstdc++.so.5.0.7 libstdc++.so.5<br />
</code></p>
<p>I&#8217;ve made a slight adjustment to the commands above to make reference to the Ubuntu 10.04 directory structure of /usr/lib instead of the /usr/lib32</p>
<p>Good luck geeky people!</p>
]]></content:encoded>
			<wfw:commentRss>http://cully.biz/2010/05/25/that-darned-libstdc-so-5-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CULLYTech ctEggTimer v1.5 Released!</title>
		<link>http://cully.biz/2010/03/26/cullytech-cteggtimer-v1-5-released/</link>
		<comments>http://cully.biz/2010/03/26/cullytech-cteggtimer-v1-5-released/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 15:14:06 +0000</pubDate>
		<dc:creator>kcully</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[M$ Windows]]></category>
		<category><![CDATA[REALbasic]]></category>

		<guid isPermaLink="false">http://cully.biz/?p=316</guid>
		<description><![CDATA[I skipped over version 1.4 and I&#8217;m jumping right to version 1.5.  I&#8217;d like to thank the many of the users of the timer and the suggestions that have been pouring in.  I couldn&#8217;t get to them all for this release but I&#8217;m pleased with where it is right now.

The major enhancement is [...]]]></description>
			<content:encoded><![CDATA[<p>I skipped over version 1.4 and I&#8217;m jumping right to version 1.5.  I&#8217;d like to thank the many of the users of the timer and the suggestions that have been pouring in.  I couldn&#8217;t get to them all for this release but I&#8217;m pleased with where it is right now.</p>
<p><img src="http://cully.biz/wp-content/uploads/2010/03/ctEggTimer_Screenshot_v1.5.png" alt="" title="ctEggTimer_Screenshot_v1.5" width="400" height="314" class="aligncenter size-full wp-image-317" /></p>
<p>The major enhancement is the addition of warning sounds.  This was based on a suggestion where a conference presenter wanted to be warned close to the ending of his session so he could give a good wrap-up.  See.  The timer is used in unexpected ways!  I love that.</p>
<p>The settings are also now saved in a SQLite database named ctEggTimer.rsd.  You can access it via any SQLite Database manager and see what is inside of it.  Basically, it is used to save your settings and reload them when the Egg Timer is restarted.</p>
<p>I&#8217;m next going to be working on major enhancements for version 2.0.  I&#8217;m hoping to have better notification of the end of the timer, sound selection, and more.  If you have an enhancement request, just email me and I&#8217;ll do my best to include it in version 2.0.</p>
<p>I also may make version 2.0 &#8220;for sale&#8221;.  I&#8217;ve always been curious on whether this will work out, so this is a social experiment as well.  I will probably sell version 2.0 for $3US or something like that.  We&#8217;ll see whether people will pay a &#8220;micro&#8221; payment for a small utility program.</p>
<p>Downloads here:</p>
<ul>
<li><a href="/demo/cteggtimer/ctEggTimer_v1.5_Windows_setup.exe">ctEggTimer for Winders [1.7M]</a></li>
<li><a href="/demo/cteggtimer/ctEggTimer_v1.5_Linux.zip">ctEggTimer for Linux [1.6M]</a></li>
<li><a href="/demo/cteggtimer/ctEggTimer_v1.5_Mac.app.tar">ctEggTimer for Mac [13M]</a></li>
</ul>
<p>The ctEggTimer application is written in REAL Studio 2010r1!</p>
<p>Thanks!<br />
-Kevin</p>
]]></content:encoded>
			<wfw:commentRss>http://cully.biz/2010/03/26/cullytech-cteggtimer-v1-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text to Speech on Linux</title>
		<link>http://cully.biz/2010/02/17/text-to-speech-on-linux/</link>
		<comments>http://cully.biz/2010/02/17/text-to-speech-on-linux/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 23:54:05 +0000</pubDate>
		<dc:creator>kcully</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://cully.biz/?p=314</guid>
		<description><![CDATA[I was playing with my new Ubuntu 9.10 installation and was wondering if the system could do some Text To Speech tricks.  Sure enough.  Not just one TTS utility, but two!
The first utility is &#8220;ESPEAK&#8221; and should be installed by default on your system.  From the command line, give this a try:
espeak [...]]]></description>
			<content:encoded><![CDATA[<p>I was playing with my new Ubuntu 9.10 installation and was wondering if the system could do some Text To Speech tricks.  Sure enough.  Not just one TTS utility, but two!</p>
<p>The first utility is &#8220;ESPEAK&#8221; and should be installed by default on your system.  From the command line, give this a try:</p>
<blockquote><p>espeak &#8220;Hello there.  It is a beautiful day outside!&#8221;</p></blockquote>
<p>To try out espeak with a female voice, try out:</p>
<blockquote><p>espeak -v en+f1 &#8220;You rock.&#8221;</p></blockquote>
<p>There is another utility installed on Ubuntu systems called &#8220;Festival&#8221;.  On my hardware, the speech is of much higher quality.  From the command prompt, start up festival by typing &#8220;festival&#8221;.  Here&#8217;s an example:</p>
<blockquote><p>
festival {ENTER}<br />
festival> (SayText &#8220;Hello Doctor Floyd. I am fully operational and all of my circuits are functioning perfectly.&#8221;)
</p></blockquote>
<p>Very nice.  More information on Festival can be found here:<br />
<a href="http://www.speech.cs.cmu.edu/festival/manual-1.4.1/festival_toc.html">The Festival Speech Synthesis System</a></p>
<p>Now get out there and get your computer talking to you!</p>
]]></content:encoded>
			<wfw:commentRss>http://cully.biz/2010/02/17/text-to-speech-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CULLYTech Timer v1.3</title>
		<link>http://cully.biz/2009/12/08/cullytech-timer-v1-3/</link>
		<comments>http://cully.biz/2009/12/08/cullytech-timer-v1-3/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 14:55:08 +0000</pubDate>
		<dc:creator>kcully</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[M$ Windows]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[REALbasic]]></category>

		<guid isPermaLink="false">http://cully.biz/?p=308</guid>
		<description><![CDATA[More good feedback and more changes to the CULLYTech Pomodoro Timer.  There are new VCR style buttons for play and stop.  There is a new Pause button!  Handy for when you are interrupted.  It happens in real life, so I thought I&#8217;d put on a pause button.  I&#8217;ve made small [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cully.biz/wp-content/uploads/2009/12/ctEggTimer1.3.jpg" alt="ctEggTimer1.3" title="ctEggTimer1.3" width="248" height="204" class="alignright size-full wp-image-310" />More good feedback and more changes to the CULLYTech Pomodoro Timer.  There are new VCR style buttons for play and stop.  There is a new Pause button!  Handy for when you are interrupted.  It happens in real life, so I thought I&#8217;d put on a pause button.  I&#8217;ve made small improvements on letting you know that the timer has finished even if you didn&#8217;t hear the tone.  There&#8217;s also a new Information page that lets you check if you are running the latest version of the timer.  Check it out and let me know what you think, and if there are improvements needed.</p>
<ul>
<li><a href="http://cully.biz/demo/cteggtimer/ctEggTimer.zip">ctEggTimer for Winders </a> [1.5M]</li>
<li><a href="http://cully.biz/demo/cteggtimer/ctEggTimer">ctEggTimer for Linux</a> [4.1M]</li>
<li><a href="http://cully.biz/demo/cteggtimer/ctEggTimer.app.tar">ctEggTimer for Mac</a> [10.5M] untested</li>
</ul>
<p>INSTALLATION NOTES:</p>
<p>[For Windows]<br />
Unzip it into your local work area or other safe location.</p>
<p>[For Linux]<br />
Place application to where you want to run the program.  Make sure to set the executable attribute!</p>
<p>[For Mac]<br />
I don&#8217;t have a Mac so this is untested.  You&#8217;ll need to decompress the file.  Perhaps set the executable attribute? Let me know how it runs on the Mac!  I&#8217;m always looking to improve.</p>
<p>Keep the suggestions coming and I&#8217;ll make adjustments as they come along.  So turn off the email and browser and don&#8217;t answer that phone for the next 25 minutes and be productive!</p>
]]></content:encoded>
			<wfw:commentRss>http://cully.biz/2009/12/08/cullytech-timer-v1-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CULLYTech Timer v1.2</title>
		<link>http://cully.biz/2009/12/02/cullytech-timer-v1-2/</link>
		<comments>http://cully.biz/2009/12/02/cullytech-timer-v1-2/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 13:06:20 +0000</pubDate>
		<dc:creator>kcully</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cully.biz/?p=305</guid>
		<description><![CDATA[ It seems as if my Pomodoro Timer is a small hit.  Some friends were asking for enhancements and I&#8217;ve been making the changes as fast as I can.  One enhancement was to make the timer work better when shrunk very small.  Something along the lines of the Windows Gadgets.  While [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cully.biz/wp-content/uploads/2009/12/ctEggTimerv1.2-300x170.jpg" alt="ctEggTimerv1.2" title="ctEggTimerv1.2" width="300" height="170" class="alignright size-medium wp-image-306" /> It seems as if my Pomodoro Timer is a small hit.  Some friends were asking for enhancements and I&#8217;ve been making the changes as fast as I can.  One enhancement was to make the timer work better when shrunk very small.  Something along the lines of the Windows Gadgets.  While I was at it, I made it work better when the application is bigger as well.  The font resizes as the application is resized.</p>
<ul>
<li><a href="http://cully.biz/demo/cteggtimer/ctEggTimer.exe">ctEggTimer for Winders </a> [3.9M]</li>
<li><a href="http://cully.biz/demo/cteggtimer/ctEggTimer">ctEggTimer for Linux</a> [3.6M]</li>
<li><a href="http://cully.biz/demo/cteggtimer/ctEggTimer.app.tar">ctEggTimer for Mac</a> [9.8M] untested</li>
</ul>
<p>Keep the suggestions coming and I&#8217;ll make adjustments as they come along.  So turn off the email and browser and don&#8217;t answer that phone for the next 25 minutes and be productive!</p>
]]></content:encoded>
			<wfw:commentRss>http://cully.biz/2009/12/02/cullytech-timer-v1-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Pomodoro Technique</title>
		<link>http://cully.biz/2009/12/01/the-pomodoro-technique/</link>
		<comments>http://cully.biz/2009/12/01/the-pomodoro-technique/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 18:54:24 +0000</pubDate>
		<dc:creator>kcully</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[M$ Windows]]></category>
		<category><![CDATA[REALbasic]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://cully.biz/?p=298</guid>
		<description><![CDATA[A developer friend of mine, Toni Feltman, was Tweeting about reading the Pomodoro Technique.  This technique is meant to increase productivity by focusing on a task uninterpted for 25 minute blocks, followed by a short break, and then repeating.  Every four 25 minute blocks, you can take a longer break.
Read more about the [...]]]></description>
			<content:encoded><![CDATA[<p>A developer friend of mine, Toni Feltman, was Tweeting about reading the Pomodoro Technique.  This technique is meant to increase productivity by focusing on a task uninterpted for 25 minute blocks, followed by a short break, and then repeating.  Every four 25 minute blocks, you can take a longer break.</p>
<p><a href="http://www.pomodorotechnique.com/">Read more about the Pomodoro Technique here.</a></p>
<p><img src="http://cully.biz/wp-content/uploads/2009/12/ctEggTimer-300x105.jpg" alt="ctEggTimer" title="ctEggTimer" width="300" height="105" class="alignright size-medium wp-image-301" /><br />
It was simple and it seemed to make sense to me.  I need to increase my productivity, especially lately.  I took this as a challenge and created a Pomodoro like software timer in REALbasic as an exercise.  You can download it here for free.  I hope this helps other people with their productivity too.  </p>
<ul>
<li><a href="http://cully.biz/demo/cteggtimer/ctEggTimer.exe">ctEggTimer for Winders </a> [3.6M]</li>
<li><a href="http://cully.biz/demo/cteggtimer/ctEggTimer">ctEggTimer for Linux</a> [3.5M]</li>
<li><a href="http://cully.biz/demo/cteggtimer/ctEggTimer.app.tar">ctEggTimer for Mac</a> [9.5M] untested</li>
</ul>
<p>When I&#8217;m in a 25 minute block, I turn off my browser (unless I&#8217;m developing a web application!), turn off my email, and don&#8217;t answer the phone.  So far, so good!  Let me know if it works out for you!</p>
]]></content:encoded>
			<wfw:commentRss>http://cully.biz/2009/12/01/the-pomodoro-technique/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How phone companies could have kept us using land lines</title>
		<link>http://cully.biz/2009/09/29/how-phone-companies-could-have-kept-us-using-land-lines/</link>
		<comments>http://cully.biz/2009/09/29/how-phone-companies-could-have-kept-us-using-land-lines/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 19:21:45 +0000</pubDate>
		<dc:creator>kcully</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://cully.biz/?p=292</guid>
		<description><![CDATA[I have a friend that does technical sales to one of the companies that sell land lines into homes.  He told me a story about his latest visit.  These telephone companies know that land lines are a dying breed of technology but evidently they are in a panic on how quick it is [...]]]></description>
			<content:encoded><![CDATA[<p>I have a friend that does technical sales to one of the companies that sell land lines into homes.  He told me a story about his latest visit.  These telephone companies know that land lines are a dying breed of technology but evidently they are in a panic on how quick it is happening.  I still have a land line phone but I keep looking at it with disdain.  It&#8217;s expensive, and is more of an annoyance than it is beneficial.  It&#8217;s only a matter of time until I cancel the home phone.</p>
<p><img src="http://cully.biz/wp-content/uploads/2009/09/wallphone-150x150.jpg" alt="wallphone" title="wallphone" width="150" height="150" class="alignright size-thumbnail wp-image-294" /><br />
What if it didn&#8217;t need to be that way?  What if it could be truly useful to me?  What would it take and what would it cost?  To be honest, the price can stay the same if they give me these tools:</p>
<p>1. Web site administration &#8211; In the 21st century, I want a simple web site that I can log into and administer all of my phone functions.  Vonage has had this *for-ev-er*!  Need this or the deal is off and my home land line goes bye-bye.</p>
<p>2. Caller ID/Phone book &#8211; Yes, everyone has this, but I want to be able to administer the caller ID through a web interface.  Because phone companies allow Caller ID spoofing, I want to be able to override the Caller ID.  Instead of the caller ID showing &#8220;Merchant SVC&#8221; as an example, I should be able to set the caller ID to be &#8220;Dont Answer&#8221; or &#8220;FONEBOT&#8221; or &#8220;Jerkoid&#8221; or &#8220;POLITICIAN&#8221; or whatever I set.  At the same time, &#8220;Cell Phone GA&#8221; becomes &#8220;Kevin Cully&#8221; when I call home from my cell phone.  Right now I&#8217;m thinking &#8220;Boy, that phone number looks familiar.  Should I take a chance and answer it?&#8221;  Please help me manage the incoming calls.</p>
<p>3. Dump Calls &#8211; Google voice has this.  Again this isn&#8217;t rocket science.  I want to dump phonebots into the trash.  Dump &#8220;PRIVATE&#8221; callers automatically into Voice Mail.  Shouldn&#8217;t I be able to administer this myself?</p>
<p>4. Call routing/Simultaneous Ring &#8211; This should be included with any package above the basic package.  This would have kept land lines in place with just this feature.  Allow me to ring other phones (cell phones? Hmmm?) at the same time.  This way my home phone would have kept being my main phone line with cell phones being supplemental.</p>
<p>5. Voicemail delivery options &#8211; Again Vonage, Skype, and Google Voice all have this.  Give me the option to transcribe the voicemail and email it to me, or attach it as an WAV or MP3 file.  So basic.</p>
<p>6. Video phones &#8211; I know this might have required DSL upgrades, but with a small subsidy of a hardware manufacturer, a video phone should be able to have a graphics chip that does massive compression on a video stream to allow it to happen over land lines.  Grandma would *love* this feature.  Once we have this on cell phones, land lines are even more dead than they are now.</p>
<p>Only #6 is difficult and/or expensive.  These land line phone companies deserve to die because they failed to innovate and spent all of their time and energy on maintaining their monopoly and working with the government to keep it so.  In the end, the land line will die but it didn&#8217;t need to be so.</p>
<p>Goodbye land lines.  I wish I could say it was a pleasure to know you.</p>
]]></content:encoded>
			<wfw:commentRss>http://cully.biz/2009/09/29/how-phone-companies-could-have-kept-us-using-land-lines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing hat from consultant to product developer</title>
		<link>http://cully.biz/2009/09/21/changing-hat-from-consultant-to-product-developer/</link>
		<comments>http://cully.biz/2009/09/21/changing-hat-from-consultant-to-product-developer/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 21:01:23 +0000</pubDate>
		<dc:creator>kcully</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://cully.biz/?p=276</guid>
		<description><![CDATA[Today, I&#8217;m starting a bit of an adventure.  Today I&#8217;m hoping to change the focus of my business from a consulting focused business over to a product focused business.  I&#8217;m sure that there will be plenty of consulting that will continue to occur, but I&#8217;m hoping to develop a â€œproductâ€ for sale that [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I&#8217;m starting a bit of an adventure.  Today I&#8217;m hoping to change the focus of my business from a consulting focused business over to a product focused business.  I&#8217;m sure that there will be plenty of consulting that will continue to occur, but I&#8217;m hoping to develop a â€œproductâ€ for sale that will see me through for the next many years.</p>
<p>I&#8217;ve been thinking of developing this product for about 10 years now and I think the timing is right.  I&#8217;ve just finished up the major development for one of my clients and it seems to be humming along very well.  My other clients are in more of a maintenance mode right now.  I should have some time to spend focusing on this product.</p>
<p>I plan on developing this product as a system to be run on Linux, Mac and Windows and be sold to small to medium sized business.  My plan is to price it so competitively that it should almost be a no-brainer for businesses to pull the trigger on.  I&#8217;m also planning on having an â€œopenâ€ feel to the program.  I&#8217;m not trying to lock a business into my product architecture but I&#8217;m going to try to earn their loyalty by having low prices, open data systems, and allowing them to extend the system to fit their business.</p>
<p>My obstacles are many.  First, I know how to be a consultant and a programmer for hire.  I&#8217;m not sure I know how to be a business owner that knows how to sell and market a product.  As I am writing this, I wonder how much spam this is going to trigger into my inbox. <g></p>
<p>In addition to my central product, I also have a road map for ancillary products for sale that will compliment the main product and extend the capabilities that I can see businesses needing.  These will be sold separately as many (most) businesses won&#8217;t need these capabilities, but the businesses that do need them will really need them.</p>
<p>I stated before that I will be developing this product for multiple platforms.  This eliminates my main programming language choice of Visual Foxpro, which I dearly love.  I&#8217;m choosing a language called REALbasic to develop my product in.  It is cross-platform, object oriented, high quality, fast with a good development environment.  The database I&#8217;ll be using is PostgreSQL.  Free as in beer and free as in freedom, PostgreSQL is a mature, fast, stable database that should not limit me in any way.  Some future rewrite of my product may make it database agnostic but that&#8217;s too ambitious for my first several versions of my application.  </p>
<p>I know any choice of technology in language or database will cost me some sales.  Someone out there will say to me â€œWe love your product but we can&#8217;t buy it because we only use Oracle databases.â€ â€œYour product could really help us out but we require applications to be developed in .NET.â€  Crazy but that&#8217;s happened to me in past jobs.  Ah well.  Choices must be made at some point, and I think REALbasic and PostgreSQL is a winning combination.</p>
<p>The Foxpro world where I&#8217;m coming from is very â€œconsultingâ€ oriented in that most all developers now developing in Foxpro are consultants.  In years past many of them were employees with very few being programmers selling products.  In contrast, it appears to me that many REALbasic developers are business owners that sell products, with a good mix of consultants and some employees.  This was very eye opening to me to see the different â€œmentalityâ€ in this community.  </p>
<p>Many Foxpro developers would like to develop and sell a product but it almost seems as if we&#8217;ve developed our own version of OCD that creates a society of fear and prevents us from developing and selling products.  Foxpro developers look at the mountain of hurdles we&#8217;ve foreseen and placed in our way.  How are we going to handle licensing?  How are we going to prevent product piracy?  How would we handle application updates?  How are we going to handle database upgrades?  How are we going to limit the number of concurrent users.   How are we going to handle support?  How are we going to handle error reports?  How are we going to handle taking credit cards?  How are we going to handle refunds?  Will we be taken advantage of in some way?  Ugh.  Do you see the mountain that I&#8217;ve built up to stand in my way?  Why would I ever start climbing that mountain when it looks so tall?  So dauntng? I feel defeated before I ever take the first step.  I&#8217;ve felt this way for decades of my career which is part of the reason that I&#8217;ve never developed a product for sale before.</p>
<p>The REALbasic community thinks differently from this.  First let me say that many of the developers in REALbasic are coming from the Mac world.  The Mac world (in the past) hasn&#8217;t had the huge number of choices of applications to choose from that the Windows world has to choose from, both as home users and as business users.  I believe this has given a rise to â€œif I can&#8217;t find it, I might as well build it myselfâ€ type of mentality.  This is a very refreshing attitude.  Very empowering.  These people that build these tools for their business often think â€œif I needed this thing that I find so useful, then other people probably need it too, and they might be willing to buy it from me.â€  And sometimes they do buy.  And sometimes the REALbasic developer makes some good money selling a small but useful tool.  They didn&#8217;t see the mountain as being that tall.  It didn&#8217;t stop them before they even started.</p>
<p>In a way, I&#8217;m trying to see my mountain more as a hill.  I&#8217;m not going to require myself to conquer the entire mountain on my first attempt.  I might opt for taking the mountain pass, build experience, gather equipment, learn from my mistakes, rely on the advice from guides, fall, slide down the hill, try again.  Someday I hope to reach the absolute pinnacle of the mountain, but that shouldn&#8217;t stop me from even venturing out my door and taking the first step.</p>
<p>I invite you along on my journey.  I&#8217;m giving myself a set period of time to accomplish a good portion of the ultimate product functionality.  I&#8217;ll stop development and start finishing up the testing and quality control process and prepare the application for sale.  During development I&#8217;ll be lining up the advertising, marketing, and sales channels that I&#8217;ll be pursuing.  Boy will I make lots of mistakes!  I am really excited to have the opportunity to make those mistakes.</p>
<p>I&#8217;m off to write out the modules and features that I&#8217;d like to get into the first release, and create a map for future capabilities of the product.  I invite you a long for a portion of the journey up this mountain pass.  I hope a boulder doesn&#8217;t fall on my head.  My first step out the door is â€¦ now.</p>
]]></content:encoded>
			<wfw:commentRss>http://cully.biz/2009/09/21/changing-hat-from-consultant-to-product-developer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Haiku Alpha has the potential to be great!</title>
		<link>http://cully.biz/2009/09/15/haiku-alpha-has-the-potential-to-be-great/</link>
		<comments>http://cully.biz/2009/09/15/haiku-alpha-has-the-potential-to-be-great/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 15:53:04 +0000</pubDate>
		<dc:creator>kcully</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://cully.biz/?p=273</guid>
		<description><![CDATA[I&#8217;ve been following along with the Computer Action Show and they just did a review of Haiku.Â  In the end, I really wanted to take it for a spin.
Haiku is an operating system that is a complete rewrite of the BeOS using the MIT license.Â  Do we really need another operating system?Â  Yes.Â  Choice is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been following along with the <a href="http://jupiterbroadcasting.com" target="_blank">Computer Action Show</a> and they just did a review of <a href="http://haiku-os.org" target="_blank">Haiku</a>.Â  In the end, I really wanted to take it for a spin.</p>
<p>Haiku is an operating system that is a complete rewrite of the BeOS using the MIT license.Â  Do we really need another operating system?Â  Yes.Â  Choice is not just good, choice is great.Â  And this choice in Haiku is an important one in that it is fundamentally different in that each process in Haiku is it&#8217;s own thread.Â  If any thread hangs up, it can be terminated and it does not destabilize the operating system.Â  Because of the thread architechture, it can insanely take advantage of the modern architecture we have with multi core processors.</p>
<p>I started to try to download Haiku when the Alpha became available.Â  Silly me.Â  The download speed was horrendously slow.Â  I then noticed the Torrent download link.Â  Facepalm!Â  That did the trick.Â  I downloaded the ISO in about two minutes.Â  I left my KTorrent client running but no one took advantage of my seeding.Â  I wonder if Comcast is blocking Torrent uploads?</p>
<p>I burned the ISO onto a CD and tried it as a LiveCD on an old PIII computer.Â  Original price for this computer was over $3,000 and now it&#8217;s probably worth about $5.Â  No kidding.Â  Haiku rocked the thing.Â  Demo apps worked great and even the &#8220;Spinning Tea Cup&#8221; 3D application was working at over 60fps.<br />
I wanted to see how it would work on my netbook.Â  Currently I have Jolicloud installed on the 30G flash drive.Â  I had to download the RAW Image of the OS again via the Torrent in about 4 minutes.Â  I created a bootable USB key with</p>
<blockquote><p>./linux-image-writer.py haiku-r1alpha1.image</p></blockquote>
<p>My netbook booted Haiku nicely.  I took this for a bit more complete spin.  I was able to browse the Internet with a wired connection.  Evidently wireless drivers are on their way.  I didn&#8217;t even try that.  The spinning teacup application was registering over 100fps on the netbook!  I tried the webcam application CodyCam but it wasn&#8217;t able to see the netbook built in webcam.  Bummer.<br />
<a href="http://cully.biz/images/haiku-dell-mini9.png"><img alt="" src="http://cully.biz/images/haiku-dell-mini9.png" title="Haiku runs in only 155MB of RAM on a netbook" class="alignright" width="256" height="150" /></a><br />
I tried to run a REALbasic application that I had built but it didn&#8217;t run because the GTK libraries aren&#8217;t installed.  I might get Haiku to run in a VM and see if I can resolve the dependencies.  That&#8217;d be really cool to be able to run REALbasic developed applications in Haiku.  I&#8217;m not even sure if it&#8217;s possible.</p>
<p>Bottom line is that Haiku is worthy of a look.  It&#8217;s still an Alpha with lots of rough edges.  The lack of wireless drivers is a killer in today&#8217;s world, but I figure that is something that will be resolved to a satisfactorily level in the next several months.  For older machines, this is definitely the way to go in that it runs in a rediculously small amount of RAM.  I&#8217;ll be watching Haiku&#8217;s progress because I&#8217;m now a fan.</p>
]]></content:encoded>
			<wfw:commentRss>http://cully.biz/2009/09/15/haiku-alpha-has-the-potential-to-be-great/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New business cards</title>
		<link>http://cully.biz/2009/09/14/new-business-cards/</link>
		<comments>http://cully.biz/2009/09/14/new-business-cards/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 21:35:12 +0000</pubDate>
		<dc:creator>kcully</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cully.biz/?p=271</guid>
		<description><![CDATA[So I&#8217;m designing new business cards for CULLY Technologies and ordering through an online print store.  I created my own design and uploaded that.  Extra charge.  Premium paper.  Extra charge.  Speedy delivery.  Extra charge.  I&#8217;m looking at the total and it&#8217;s starting to add up *however* I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m designing new business cards for CULLY Technologies and ordering through an online print store.  I created my own design and uploaded that.  Extra charge.  Premium paper.  Extra charge.  Speedy delivery.  Extra charge.  I&#8217;m looking at the total and it&#8217;s starting to add up *however* I don&#8217;t have a problem with any of these extra charges and think it&#8217;s worth it.</p>
<p>When checking out, they offer a return of address labels for about $3.99.  I normally just write mine in and I&#8217;m thinking about ordering the address labels as well.  But then I spot something that&#8217;s not right.  If I was to add the address labels, the shipping would have gone up an additional $3!  No way, no how!!!</p>
<p>So now I&#8217;m wondering if I was taken for a ride on all of the previous options I was gladly going to sign off on.  I review my order and decide to go with my original choices.  It added up to more than I originally wanted to spend but I&#8217;m thinking this will last me for 5 years or so.</p>
<p>Moral of the story: watch out for extra &#8220;gotcha&#8221; expenses and keep your wits about you.  (And by the word &#8220;you&#8221;, I mean &#8220;me&#8221;.)</p>
]]></content:encoded>
			<wfw:commentRss>http://cully.biz/2009/09/14/new-business-cards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
