<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for objitsu.com</title>
	<atom:link href="http://objitsu.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://objitsu.com/blog</link>
	<description>The Adventures of Emacs the Viking</description>
	<lastBuildDate>Sat, 21 Aug 2010 21:07:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on An in-depth analysis of &#8220;ffmpeg and non-monotone timestamps&#8221; by a visitor</title>
		<link>http://objitsu.com/blog/2010/01/21/an-in-depth-analysis-of-ffmpeg-and-non-monotone-timestamps/comment-page-1/#comment-333</link>
		<dc:creator>a visitor</dc:creator>
		<pubDate>Sat, 21 Aug 2010 21:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://objitsu.com/blog/?p=581#comment-333</guid>
		<description>I apologize, I pasted without wrapping into code, here it is again

original:
[code]if(st-&gt;cur_dts &amp;&amp; st-&gt;cur_dts != AV_NOPTS_VALUE &amp;&amp; st-&gt;cur_dts &gt;= pkt-&gt;dts){[/code]

new:
[code]if(st-&gt;cur_dts &amp;&amp; st-&gt;cur_dts != AV_NOPTS_VALUE &amp;&amp; pkt-&gt;dts cur_dts){[/code]</description>
		<content:encoded><![CDATA[<p>I apologize, I pasted without wrapping into code, here it is again</p>
<p>original:<br />
[code]if(st-&gt;cur_dts &amp;&amp; st-&gt;cur_dts != AV_NOPTS_VALUE &amp;&amp; st-&gt;cur_dts &gt;= pkt-&gt;dts){[/code]</p>
<p>new:<br />
[code]if(st-&gt;cur_dts &amp;&amp; st-&gt;cur_dts != AV_NOPTS_VALUE &amp;&amp; pkt-&gt;dts cur_dts){[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An in-depth analysis of &#8220;ffmpeg and non-monotone timestamps&#8221; by a visitor</title>
		<link>http://objitsu.com/blog/2010/01/21/an-in-depth-analysis-of-ffmpeg-and-non-monotone-timestamps/comment-page-1/#comment-332</link>
		<dc:creator>a visitor</dc:creator>
		<pubDate>Sat, 21 Aug 2010 21:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://objitsu.com/blog/?p=581#comment-332</guid>
		<description>The way I got around this was by reversing the operator in the inequality.

Instead of a greater than/equal I do smaller than:

if(st-&gt;cur_dts &amp;&amp; st-&gt;cur_dts != AV_NOPTS_VALUE &amp;&amp; st-&gt;cur_dts &gt;= pkt-&gt;dts){

replaced with

if(st-&gt;cur_dts &amp;&amp; st-&gt;cur_dts != AV_NOPTS_VALUE &amp;&amp; pkt-&gt;dts cur_dts){

At least this got rid of the error for me when timestamps were equal.</description>
		<content:encoded><![CDATA[<p>The way I got around this was by reversing the operator in the inequality.</p>
<p>Instead of a greater than/equal I do smaller than:</p>
<p>if(st-&gt;cur_dts &amp;&amp; st-&gt;cur_dts != AV_NOPTS_VALUE &amp;&amp; st-&gt;cur_dts &gt;= pkt-&gt;dts){</p>
<p>replaced with</p>
<p>if(st-&gt;cur_dts &amp;&amp; st-&gt;cur_dts != AV_NOPTS_VALUE &amp;&amp; pkt-&gt;dts cur_dts){</p>
<p>At least this got rid of the error for me when timestamps were equal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Erlang, Nitrogen and automatic rebuild. by admin</title>
		<link>http://objitsu.com/blog/2010/03/16/erlang-nitrogen-and-automatic-rebuild/comment-page-1/#comment-331</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 18 Aug 2010 08:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://objitsu.com/blog/?p=603#comment-331</guid>
		<description>You might be interested in this:
http://www.trapexit.org/forum/viewtopic.php?p=29441&amp;highlight=#29441

I wrote it a long time ago, when I first started playing with erlang and yaws, and also this,

http://www.trapexit.org/forum/viewtopic.php?p=37402&amp;highlight=#37402

I am getting into haskell these days! We love it don&#039;t we! :)</description>
		<content:encoded><![CDATA[<p>You might be interested in this:<br />
<a href="http://www.trapexit.org/forum/viewtopic.php?p=29441&#038;highlight=#29441" rel="nofollow">http://www.trapexit.org/forum/viewtopic.php?p=29441&#038;highlight=#29441</a></p>
<p>I wrote it a long time ago, when I first started playing with erlang and yaws, and also this,</p>
<p><a href="http://www.trapexit.org/forum/viewtopic.php?p=37402&#038;highlight=#37402" rel="nofollow">http://www.trapexit.org/forum/viewtopic.php?p=37402&#038;highlight=#37402</a></p>
<p>I am getting into haskell these days! We love it don&#8217;t we! <img src='http://objitsu.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Erlang, Nitrogen and automatic rebuild. by yangho</title>
		<link>http://objitsu.com/blog/2010/03/16/erlang-nitrogen-and-automatic-rebuild/comment-page-1/#comment-330</link>
		<dc:creator>yangho</dc:creator>
		<pubDate>Wed, 18 Aug 2010 01:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://objitsu.com/blog/?p=603#comment-330</guid>
		<description>I used to have a monitoring process keep checking file system for any change (I got it from yaws?)</description>
		<content:encoded><![CDATA[<p>I used to have a monitoring process keep checking file system for any change (I got it from yaws?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stranger In A Strange Land, Welcome to FFI and LISP! by punner</title>
		<link>http://objitsu.com/blog/2009/11/26/stranger-in-a-strange-land-welcome-to-ffi-and-lisp/comment-page-1/#comment-327</link>
		<dc:creator>punner</dc:creator>
		<pubDate>Mon, 26 Jul 2010 22:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://objitsu.com/blog/?p=436#comment-327</guid>
		<description>An an update to my last post I should say that some of the cl-glfw demos work in that a window appears with a running thread however the window is not interactive (although in gears the fps is still reported at the REPL).

I assume there is an issue with threading since the only way to continue is to abort C-c C-c, leaving the running SBCL/foreign library unstable with any further attempt to run cl-glfw app&#039;s crashing the image and reporting an ugly os message.

I am using:
OS X 10.6.4
SBCL 1.0.40
cl-glfw 2.7 Trunk
slime 2010-07-22</description>
		<content:encoded><![CDATA[<p>An an update to my last post I should say that some of the cl-glfw demos work in that a window appears with a running thread however the window is not interactive (although in gears the fps is still reported at the REPL).</p>
<p>I assume there is an issue with threading since the only way to continue is to abort C-c C-c, leaving the running SBCL/foreign library unstable with any further attempt to run cl-glfw app&#8217;s crashing the image and reporting an ugly os message.</p>
<p>I am using:<br />
OS X 10.6.4<br />
SBCL 1.0.40<br />
cl-glfw 2.7 Trunk<br />
slime 2010-07-22</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stranger In A Strange Land, Welcome to FFI and LISP! by punner</title>
		<link>http://objitsu.com/blog/2009/11/26/stranger-in-a-strange-land-welcome-to-ffi-and-lisp/comment-page-1/#comment-325</link>
		<dc:creator>punner</dc:creator>
		<pubDate>Fri, 23 Jul 2010 00:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://objitsu.com/blog/?p=436#comment-325</guid>
		<description>I meant libglfw.dylib.</description>
		<content:encoded><![CDATA[<p>I meant libglfw.dylib.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stranger In A Strange Land, Welcome to FFI and LISP! by punner</title>
		<link>http://objitsu.com/blog/2009/11/26/stranger-in-a-strange-land-welcome-to-ffi-and-lisp/comment-page-1/#comment-324</link>
		<dc:creator>punner</dc:creator>
		<pubDate>Fri, 23 Jul 2010 00:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://objitsu.com/blog/?p=436#comment-324</guid>
		<description>I have cl-glfw working with snow leopard however I have to manually select glfw.dylib with the &quot;Use another library instead.&quot; debugger option. I&#039;d like to know how to load this properly.</description>
		<content:encoded><![CDATA[<p>I have cl-glfw working with snow leopard however I have to manually select glfw.dylib with the &#8220;Use another library instead.&#8221; debugger option. I&#8217;d like to know how to load this properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I Hate LISP So *MUCH* by billitch</title>
		<link>http://objitsu.com/blog/2009/11/03/why-i-hate-lisp-so-much/comment-page-1/#comment-314</link>
		<dc:creator>billitch</dc:creator>
		<pubDate>Tue, 13 Jul 2010 15:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://objitsu.com/blog/?p=346#comment-314</guid>
		<description>(Common) Lisp is the red pill. Damn it, or the rest of the world.</description>
		<content:encoded><![CDATA[<p>(Common) Lisp is the red pill. Damn it, or the rest of the world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stranger In A Strange Land, Welcome to FFI and LISP! by John Connors</title>
		<link>http://objitsu.com/blog/2009/11/26/stranger-in-a-strange-land-welcome-to-ffi-and-lisp/comment-page-1/#comment-306</link>
		<dc:creator>John Connors</dc:creator>
		<pubDate>Fri, 02 Jul 2010 09:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://objitsu.com/blog/?p=436#comment-306</guid>
		<description>I know its some time later..but..did you ever get anywhere with this? Cityscape did work on a mac at one point, but it&#039;s quite possible the current trunk is broken. 

The way to work out whether the problem is 
to try loading it using the implementations native FFI and an absolute path. If that doesn&#039;t work the problem is on the library side.

CFFI also has a *DARWIN-FRAMEWORK-DIRECTORIES*: I don&#039;t know if that is relevant. We actually used a custom build of 2.6 with a tweaked that produced a dynamically loadable library..

..your experiences, and those of others have convinced me that lisp bindindgs should actually ship with the binary they are bound to. It&#039;s actually quite easy to have /bin directory in the same directory as your .asd file and locate dynamic libraries in there. It&#039;s what the lispbuilder-sdl people do, and I&#039;m convinced it&#039;s a good idea. Possibly with patches to the makefile that you used to generate the binary too, so as to keep in the spirit of FLOSS</description>
		<content:encoded><![CDATA[<p>I know its some time later..but..did you ever get anywhere with this? Cityscape did work on a mac at one point, but it&#8217;s quite possible the current trunk is broken. </p>
<p>The way to work out whether the problem is<br />
to try loading it using the implementations native FFI and an absolute path. If that doesn&#8217;t work the problem is on the library side.</p>
<p>CFFI also has a *DARWIN-FRAMEWORK-DIRECTORIES*: I don&#8217;t know if that is relevant. We actually used a custom build of 2.6 with a tweaked that produced a dynamically loadable library..</p>
<p>..your experiences, and those of others have convinced me that lisp bindindgs should actually ship with the binary they are bound to. It&#8217;s actually quite easy to have /bin directory in the same directory as your .asd file and locate dynamic libraries in there. It&#8217;s what the lispbuilder-sdl people do, and I&#8217;m convinced it&#8217;s a good idea. Possibly with patches to the makefile that you used to generate the binary too, so as to keep in the spirit of FLOSS</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drupal Droppings: Fix that string! by admin</title>
		<link>http://objitsu.com/blog/2010/06/21/drupal-droppings-fix-that-string/comment-page-1/#comment-303</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 29 Jun 2010 09:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://objitsu.com/blog/?p=650#comment-303</guid>
		<description>Sadly no, it is a straight forward one-to-one lookup operation made from the t() function, which at the point of execution is unaware of any content type, or anything else in fact.

There *might* be a way but I don&#039;t know what it is off hand... if you supply a little more information about what you are attempting to do then I will be more than happy to think about it for an hour or two when I have the time. Stuff like this is always good to solve, it increases your guru-ness!</description>
		<content:encoded><![CDATA[<p>Sadly no, it is a straight forward one-to-one lookup operation made from the t() function, which at the point of execution is unaware of any content type, or anything else in fact.</p>
<p>There *might* be a way but I don&#8217;t know what it is off hand&#8230; if you supply a little more information about what you are attempting to do then I will be more than happy to think about it for an hour or two when I have the time. Stuff like this is always good to solve, it increases your guru-ness!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
