<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for crj</title>
    <link>http://www.advogato.org/person/crj/</link>
    <description>Advogato blog for crj</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Thu, 23 May 2013 13:29:26 GMT</pubDate>
    <item>
      <pubDate>Mon, 1 May 2000 05:37:15 GMT</pubDate>
      <title>1 May 2000</title>
      <link>http://www.advogato.org/person/crj/diary.html?start=12</link>
      <guid>http://www.advogato.org/person/crj/diary.html?start=12</guid>
      <description>Man, the Red Wings are stinking up the joint! They have to
get it through their head thet THIS IS WAR!

&lt;p&gt; Ok, I took some time to get the latest qcad, build it, and
check it out. A nice program. Needs some UI enhancements. 

&lt;p&gt; Other than that I went skating Friday night, and rode my
bike about 20 miles Saturday and today. Man am I've got to
lose some weight. Skating and biking don't do much for the
gut. Cheeseburgers don't help... but they're so yummy!  </description>
    </item>
    <item>
      <pubDate>Fri, 28 Apr 2000 02:29:53 GMT</pubDate>
      <title>28 Apr 2000</title>
      <link>http://www.advogato.org/person/crj/diary.html?start=11</link>
      <guid>http://www.advogato.org/person/crj/diary.html?start=11</guid>
      <description>Stanley Cup Playoffs, Round 2, &lt;b&gt;Detroit&lt;/b&gt; vs. the evil
Coloarado big foots.
Up
late tonight. 
&lt;p&gt;Last night I put up a &lt;a
href="ftp://ftp.freeengineer.org/pub/misc/thestream2.tar.bz2"&gt;course&lt;/a&gt;
for &lt;a href="http://tuxracer.sourceforge.net" &gt;tuxracer&lt;/a&gt;.
&lt;br&gt;Tuxracer is a real fun, mindless, addicting, total waste
of valueable coding time type of penguin racing down a
mountianside game. You do &lt;i&gt;really need&lt;/i&gt; accelerated GL
and a fast card. But since I have both its fun for me(Don't
even bother with software only Mesa).


&lt;p&gt;  </description>
    </item>
    <item>
      <pubDate>Wed, 26 Apr 2000 04:01:49 GMT</pubDate>
      <title>26 Apr 2000</title>
      <link>http://www.advogato.org/person/crj/diary.html?start=10</link>
      <guid>http://www.advogato.org/person/crj/diary.html?start=10</guid>
      <description>The Open Cascade documentation uses frames and some thing
called webhelp from blue sky software which is a java front
end that drives the whole thing. You can imagine how
netscape on linux works with this. :) My experience is that
netscape freezes 60% of the time when trying to access the
documentation. Then if it does work, it may get out of
whack, get lost, and you will have to restart netscape again
to get it to work. The really silly thing is that this is
just the index system. The actual documentation pages are
just static html. 
&lt;p&gt;So I spent about 2 hours with ls, grep,
sed, and vim and made a really ugly single static page to
get at all
the documentation. 
I also added a very useful page/index for browsing all the
header files. Makes it pretty easy to check out the
interfaces. &lt;a
href="ftp://ftp.freeengineer.org/pub/misc/OCC-3.0-altindex-1.0.tar.gz"&gt;download&lt;/a&gt;
&lt;p&gt;Started to check out the Open Cascade WOK. WOK stands for
Workshop Organization Kit and it is a development
environment. This looks
like a very powerful tool that might be applied to large
other projects. An alternative to automake/autoconf, a
special emacs mode, and CDL, a meta language for
designing c++ applications. Very interesting indeed. Check
out the &lt;a
href="http://www.opencascade.org/doc/wok.pdf"&gt;users
guide&lt;/a&gt; (pdf file). 

</description>
    </item>
    <item>
      <pubDate>Mon, 24 Apr 2000 12:24:33 GMT</pubDate>
      <title>24 Apr 2000</title>
      <link>http://www.advogato.org/person/crj/diary.html?start=9</link>
      <guid>http://www.advogato.org/person/crj/diary.html?start=9</guid>
      <description>Finally got back to implimenting my plugin menu system for
FREEdraft II, the quest for cad, or whatever it shall be,
and stayed up way too late last night doing so.
&lt;p&gt;I think that the optimum length of a day should be about
28-30 hours. 20-22 hours of activity, and 8 solid hours of
sleep. This 24 hour day is way too short. Otherwise why
don't I ever feel tired at 2AM? Couldn't have anything to do
with drinking 2 litres of Coke in the evening? 
&lt;p&gt;I wonder if the rotation of the earth could be slowed
down somehow. Maybe by placing huge fusion-powered rocket
motors in
space and attaching them with cables to locations 
on the equator. No? I guess environmentalists would be
all upset or something. I guess I should just put black
construction paper up on all the windows and just start
syncronizing my "days" with indoor lighting on timers. </description>
    </item>
    <item>
      <pubDate>Thu, 20 Apr 2000 05:26:12 GMT</pubDate>
      <title>20 Apr 2000</title>
      <link>http://www.advogato.org/person/crj/diary.html?start=8</link>
      <guid>http://www.advogato.org/person/crj/diary.html?start=8</guid>
      <description>Confirmed that my problem was gcc 2.91 vs 2.95 kinda thing. 
Installed 2.95 and now I am all powerful.

&lt;p&gt; Got a little system going developed where a family of
classes can be dynamically loaded and instansiated, which is
what I need for my menu handling module. groove.

&lt;p&gt; GO RED WINGS!
  </description>
    </item>
    <item>
      <pubDate>Wed, 19 Apr 2000 03:14:04 GMT</pubDate>
      <title>19 Apr 2000</title>
      <link>http://www.advogato.org/person/crj/diary.html?start=7</link>
      <guid>http://www.advogato.org/person/crj/diary.html?start=7</guid>
      <description>&lt;a href="http://advogato.org/person/codic/" &gt;codic&lt;/a&gt; gave
me some tangy code for dynamic loading of libraries in C++,
but I can't get it to compile. My current guess is that the
template member functions with which it is implemented are
not supported until gcc 2.95 ( I have 2.91). Can anyone
confirm this? 

&lt;p&gt; &lt;p&gt; &lt;p&gt; &lt;p&gt; --

&lt;p&gt; &lt;p&gt; &lt;p&gt; &lt;p&gt; Listening to Englishtown 9/3/77... What a sweet
Eyes!

&lt;p&gt; &lt;p&gt; &lt;p&gt; &lt;p&gt; --

&lt;p&gt; &lt;p&gt; &lt;p&gt; Wrote the big check to the IRS paying for my good
foutune yesterday. Hope all you students who are getting my
money, via the force of government, to pay for your
brainwashing are happy with your subsidy. (not!)

&lt;p&gt; And to the un-subsidized... I salute you.  </description>
    </item>
    <item>
      <pubDate>Sun, 16 Apr 2000 15:04:02 GMT</pubDate>
      <title>16 Apr 2000</title>
      <link>http://www.advogato.org/person/crj/diary.html?start=6</link>
      <guid>http://www.advogato.org/person/crj/diary.html?start=6</guid>
      <description>What the heck happened to my certification? I don't post a
diary entry for 4 days and I am stripped of my Journeyer
certification and become a lowly observer, with no holy
powers at all? 

&lt;p&gt; &lt;p&gt; Just when I saw an article that I wanted to comment on,
I
have no power to comment. 

&lt;p&gt; &lt;p&gt; I don't understand this system I guess. :)

&lt;p&gt; &lt;p&gt; Oh golly! my cert is back. thanks!

&lt;p&gt; &lt;p&gt; ----------------

&lt;p&gt; &lt;p&gt; As for my WORK, today I am prototyping an new menu
system
based on plugins. </description>
    </item>
    <item>
      <pubDate>Sat, 15 Apr 2000 14:00:13 GMT</pubDate>
      <title>15 Apr 2000</title>
      <link>http://www.advogato.org/person/crj/diary.html?start=5</link>
      <guid>http://www.advogato.org/person/crj/diary.html?start=5</guid>
      <description>I have put the 2D drawing services into a
package/distribution where is can be maintained and used
sepearatly from FREEdraft. 
Now I am getting back to the actual porting of the system.
One of the things I want to do is to develop a plugin based
command and menu system.  I've wanted to do this for a long
time - the way I do the menu system now really really sucks
hard. 

&lt;p&gt; I wonder if there is a generic plugin system for C++ out
there that I can adapt to my needs? Right now I am trying to
use the plugin manager from Mindseye, but as there are no
actual plugins in Mindseye, its kind of tricky to visualize
what a plugin object should look like, and exactly how it
should be build. developing...</description>
    </item>
    <item>
      <pubDate>Mon, 10 Apr 2000 23:22:02 GMT</pubDate>
      <title>10 Apr 2000</title>
      <link>http://www.advogato.org/person/crj/diary.html?start=4</link>
      <guid>http://www.advogato.org/person/crj/diary.html?start=4</guid>
      <description>Got the 2D viewer at least doing something with V. This was
a lot more trouble than getting the 3D to work, as 2D
drawing services in Cascade are not really available yet, or
at least so cryptically documentend it is near impossible to
figure out they work. What I ended up doing is taking a lot
if code out of the samples program. Seems to work, but the
2dView::Fitall() function does not seem to work on the hand
rolled InteractiveObjects. Hmmm. Getting there...
</description>
    </item>
    <item>
      <pubDate>Sun, 9 Apr 2000 02:51:14 GMT</pubDate>
      <title>9 Apr 2000</title>
      <link>http://www.advogato.org/person/crj/diary.html?start=3</link>
      <guid>http://www.advogato.org/person/crj/diary.html?start=3</guid>
      <description>Got the Cascade 3d viewer working in V experimentally. 
Now I can proceed with using the 2d viewer and 2d graphic
objects in FREEdraft. 

&lt;p&gt; If this works it will make designing new features into
FREEdraft much much easier. 

&lt;p&gt; I can then look at &lt;a href="http://www.opencascade.org/doc/ocaf/ocaf.htm" &gt;OCAF&lt;/a&gt; and
see what it can do. I wonder what it might be good for in
non CAD applications?

</description>
    </item>
  </channel>
</rss>
