<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Cocoa-Objective-C on Jackenhack</title><link>https://www.jackenhack.com/categories/cocoa-objective-c/</link><description>Recent content in Cocoa-Objective-C on Jackenhack</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 08 Mar 2006 00:00:00 +0000</lastBuildDate><atom:link href="https://www.jackenhack.com/categories/cocoa-objective-c/index.xml" rel="self" type="application/rss+xml"/><item><title>Adding new features</title><link>https://www.jackenhack.com/adding-new-features/</link><pubDate>Wed, 08 Mar 2006 00:00:00 +0000</pubDate><guid>https://www.jackenhack.com/adding-new-features/</guid><description>&lt;p&gt;Every time I answer the phone (yes, I&amp;rsquo;m using JackenIAX), I have to pause iTunes before answering. So today I added an option so when you answer or dial, iTunes pauses automatically. It will be in the next release (within a couple of days) I had to rewrite a large section of code for some other features that I have planned. I&amp;rsquo;m getting a bit more comfortable with Cocoa programming, and discovers old code full of brain farts. And the code is getting smaller with more features. A step in the right direction&amp;hellip;&lt;/p&gt;</description></item><item><title>New version of JackenIAX</title><link>https://www.jackenhack.com/new-version-of-jackeniax/</link><pubDate>Mon, 06 Mar 2006 00:00:00 +0000</pubDate><guid>https://www.jackenhack.com/new-version-of-jackeniax/</guid><description>&lt;p&gt;I just put up a new version of JackenIAX. Added Applescript support, URL dialing (currently only via Applescript), DTMF tones when dialing etc.&lt;/p&gt;</description></item><item><title>First beta of JackenIAX released</title><link>https://www.jackenhack.com/first-beta-of-jackeniax-released/</link><pubDate>Sat, 18 Feb 2006 00:00:00 +0000</pubDate><guid>https://www.jackenhack.com/first-beta-of-jackeniax-released/</guid><description>&lt;p&gt;&lt;img alt="Jackeniax Icon" decoding="async" height="126" loading="lazy" src="https://www.jackenhack.com/first-beta-of-jackeniax-released/images/jackeniax_icon_hu_9f3cd4413abe4492.png" width="131"&gt; So it&amp;rsquo;s finally time to release my IAX softphone for Macintosh. It&amp;rsquo;s still very much in beta, but I need feedback on how everything works. There&amp;rsquo;s a lot of stuff that I&amp;rsquo;m adding that didn&amp;rsquo;t make it into this release. Have a look here.&lt;/p&gt;</description></item><item><title>The release of the first beta of JackenIAX SoftPhone for Mac OS 10.4 is imminent</title><link>https://www.jackenhack.com/the-release-of-the-first-beta-of-jackeniax-softphone-for-mac-os-104-is-imminent/</link><pubDate>Fri, 17 Feb 2006 00:00:00 +0000</pubDate><guid>https://www.jackenhack.com/the-release-of-the-first-beta-of-jackeniax-softphone-for-mac-os-104-is-imminent/</guid><description>&lt;p&gt;I just need to write rudimentary install instructions, finish the simple homepage for downloading and I&amp;rsquo;m in business. So any day now&amp;hellip;&lt;/p&gt;
&lt;p&gt;If you are in a hurry, mail me at &lt;a href="mailto:info@jackenhack.com"&gt;info@jackenhack.com&lt;/a&gt; and ask if you can join the beta team.&lt;/p&gt;</description></item><item><title>Waiting time</title><link>https://www.jackenhack.com/waiting-time/</link><pubDate>Thu, 19 Jan 2006 00:00:00 +0000</pubDate><guid>https://www.jackenhack.com/waiting-time/</guid><description>&lt;p&gt;I haven&amp;rsquo;t had time to update my blog for a while. The last couple of days has been spent trying to hunt down an annoying bug in my IAX client I&amp;rsquo;m writing. Sometimes when dialing in, my program would not get a notification from the Asterisk server that a call was in progress. So I have tested all sorts of things to try to find the bug. So today I finally used tcpdump to see exactly what kind of packets I got from the server. And the problem was that I connected from the inside of my firewall, out trough and back again! So it was just an miss-configuration, the program has been working all along. Isn&amp;rsquo;t the Darwin award coming up soon?&lt;/p&gt;</description></item><item><title>VU Meter</title><link>https://www.jackenhack.com/vu-meter/</link><pubDate>Mon, 02 Jan 2006 00:00:00 +0000</pubDate><guid>https://www.jackenhack.com/vu-meter/</guid><description>&lt;p&gt;&lt;img alt="Vumeter" decoding="async" height="92" loading="lazy" src="https://www.jackenhack.com/vu-meter/images/vumeter_hu_e967c9a3fcc2c934.png" width="160"&gt;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve been hard at work on my IAX client software the last couple of days. I also have re-written a lot of the code. I decided early on that I wanted to have classical VU-meters to display the in and output volume. But I don&amp;rsquo;t want them to take to much CPU time. So I made a lot of optimizations on that code. So after the rewrite I managed to lower the CPU utilisation by half. And it&amp;rsquo;s fun to do programming in Cocoa, but the framework is hard to learn by the volume of it. But slowly I&amp;rsquo;m getting more comfortable.&lt;/p&gt;</description></item><item><title>TextMate</title><link>https://www.jackenhack.com/textmate/</link><pubDate>Thu, 15 Dec 2005 00:00:00 +0000</pubDate><guid>https://www.jackenhack.com/textmate/</guid><description>&lt;p&gt;&lt;img alt="TextMate Text Editor" decoding="async" height="127" loading="lazy" src="https://www.jackenhack.com/textmate/images/textmateicon_hu_ff87bea2aebac84c.png" title="TextMate Text Editor" width="132"&gt;&lt;/p&gt;
&lt;p&gt;I have had a bit of a snag in my program Im writing, so to do something else for a while. So I tried to install &lt;a href="http://www.rubyonrails.org/" title="Ruby On Rails"&gt;Ruby On Rails&lt;/a&gt;, a much talked about web developer framework. And after reading all the hype, I just had to see what it was like. So off to &lt;a href="http://www.rubyonrails.org/" title="Ruby On Rails Home Page"&gt;Ruby By Rails homepage&lt;/a&gt; to read up on it. &lt;a href="http://rubyonrails.org/screencasts/" title="Ruby On Rails demonstration video"&gt;They have a presentation area that has a couple of Quicktime films demonstrating Rails programming&lt;/a&gt;. And rails looks good! But another thing caught my eye, the guy managed to write code fast and easily it seemed. And the guy doing the demonstration was doing it on a Mac OS X machine. The speed and the way of working with text really blew me away. But nowhere could I find the name of the text editor. So I had some googling to do. And I found it. It&amp;rsquo;s called &lt;a href="http://www.macromates.com/" title="TextMate the best text editor on Mac OS X"&gt;TextMate&lt;/a&gt;. So I wanted to buy it so I could use it to program my new VoIP software client. But I don&amp;rsquo;t have much money to spend on software right now, being totally broke, but after seeing the price €39 I bought it immediately, you can&amp;rsquo;t complain at that price. The integration with XCode looks good. I haven&amp;rsquo;t had any problems so far. It&amp;rsquo;s nice to see that you can find great software from small firms and download and buy them directly.&lt;/p&gt;</description></item></channel></rss>