<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for godoy</title>
    <link>http://www.advogato.org/person/godoy/</link>
    <description>Advogato blog for godoy</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Fri, 24 May 2013 13:07:59 GMT</pubDate>
    <item>
      <pubDate>Fri, 23 Jun 2000 18:14:29 GMT</pubDate>
      <title>23 Jun 2000</title>
      <link>http://www.advogato.org/person/godoy/diary.html?start=5</link>
      <guid>http://www.advogato.org/person/godoy/diary.html?start=5</guid>
      <description>&lt;p&gt;I'm at home today. Yesterday it was m birthday and my
girlfriend made a surprise party to me. &lt;a
href="http://www.advogato.org/person/acme"&gt;Acme&lt;/a&gt;, &lt;a
href="http://www.advogato.org/person/rbp"&gt;RBP&lt;/a&gt;, &lt;a
href="http://www.advogato.org/person/roxo"&gt;Roxo&lt;/a&gt;, and
others were there too. :-) It was a nice party in a Mexican
restaurant. I enjoyed it a lot.
&lt;p&gt;I've played a lot with CSS (&lt;a
href="http://www.w3.org/Style/CSS"&gt;Cascade Style Sheets&lt;/a&gt;)
on Wednesday (today's Friday). I'm reading three books now:
one that Acme gave me yesterday, The Hitch Hicker's Guide to
the Galaxy, and the O'Reilly Cascade Style Sheet book (very
good if you, like me, are a beginner or wants to know more
about it).
&lt;p&gt;I have to find some time to change my document (&lt;a
href="http://metalab.unc.edu/godoy/using-docbook/using-docbook.html"&gt;DocBook
HOWTO&lt;/a&gt;) to include it as a chapter at the LDP Author
Guide (Mark Komarinsky's new version of the HOWTO-HOWTO).
I'm in debt with him and need do to it today or tomorrow
morning.
&lt;p&gt;RBP and his girlfriend came to Curitiba to visit me and
to my birthday's party :-) We're gonna have some sushi
tonight.
&lt;p&gt;Time to go... Gotta buy Simone, RPB's girlfriend, a soft
drink :-)</description>
    </item>
    <item>
      <pubDate>Tue, 20 Jun 2000 00:57:03 GMT</pubDate>
      <title>20 Jun 2000</title>
      <link>http://www.advogato.org/person/godoy/diary.html?start=4</link>
      <guid>http://www.advogato.org/person/godoy/diary.html?start=4</guid>
      <description>&lt;p&gt;Today was page size changing day... :-P I hate when
people change everything in the last hour. But, that's ok...
I've fixed things and I think that everything is working
correctly again. We've won 100 pages with this size changing
for our books. That's a significative cost reduction.
&lt;p&gt;Brazilian's wonderful (*sarcasm*) connection had some
troubles (again!) this weekend and was pratically useless
for a few (4? 5?) hours. It got ok by Sunday night...
&lt;p&gt;Today I was trying to help Leonardo to setup FreeS/Wan at
my laptop. It hadn't worked and we'll be trying to fix it
tomorrow. 
&lt;p&gt;That's a small diary entry today... I hadn't time to do
nothing but changing book sizes...</description>
    </item>
    <item>
      <pubDate>Sat, 17 Jun 2000 01:02:09 GMT</pubDate>
      <title>17 Jun 2000</title>
      <link>http://www.advogato.org/person/godoy/diary.html?start=3</link>
      <guid>http://www.advogato.org/person/godoy/diary.html?start=3</guid>
      <description>&lt;p&gt;Ok... I've spent the day trying to fix some ugly problems
on four of our books (even if only three of them really
exist 'til now... The fourth should be ready on Monday).
Jade, definitely, isn't my friend. It took me the whole day
to fix these and even so I still have a huge problem to fix
until Monday... I've hacked some Perl code too, but it
wasn't really that difficult, so I think it isn't something
that deserves to be mentioned in here.
&lt;p&gt;I've found another problem this week that deserves some
special attention: image scaling. There should be a way to
get the phisical dimensions of an image and automatically
find a scale factor for this image. We've found that we were
using a wrongly made EPS file. Now we've corrected all of
our scripts and amazingly books are 6 or 7 times smaller
than before... :-) As I always say:
&lt;blockquote&gt;Give me enough resources and time, and I can
give you exactly what you want&lt;/blockquote&gt;
&lt;p&gt;Unfortunately, time is something &lt;b&gt;very&lt;/b&gt;
scarce.
&lt;p&gt;Back to the scaling problems... This tool should be able
to read, at least, EPS2, JPEG and TIFF files and them scale
them on printed media if necessary. It's output could be
something like "50" for a 50% reduction or "150" for a 50%
enlargement. I could use this information and fill the
needed fields using a script of some kind (&lt;em&gt;if you know
any, please drop me a message!&lt;/em&gt;).
&lt;p&gt;Another problem is that ImageMagick's convert is somewhat
buggy... It doesn't preserves the pictures dimensions after
converting it (we have some pictures created at The Gimp
with a one squared centimeter size that gets very big after
being converted to EPS). I should remember to write to it's
developers, maybe we can help them with some feedback.
&lt;p&gt;No news in the Emacs area, just the upgrade to fix the
security bug. And, I was helping Andreas to correct our
Emacs related packages. 
&lt;p&gt;That's it by now...</description>
    </item>
    <item>
      <pubDate>Thu, 15 Jun 2000 18:24:38 GMT</pubDate>
      <title>15 Jun 2000</title>
      <link>http://www.advogato.org/person/godoy/diary.html?start=2</link>
      <guid>http://www.advogato.org/person/godoy/diary.html?start=2</guid>
      <description>&lt;p&gt;I've been doing some stuff related to &lt;i&gt;DocBook&lt;/i&gt; and
&lt;b&gt;Jade&lt;/b&gt;. Dealing with JadeTeX's way of work is not the
best thing. I was thinking about implementing some stuff
based on the ESIS output...
&lt;p&gt;The ESIS output seems to be better to parse but I don't
know if handling this kind of information is the best thing
to do. The ESIS output has a simple structure to parse:
&lt;pre&gt;

&lt;p&gt; &lt;p&gt; (para
Text
)para
&lt;/pre&gt;

&lt;p&gt; &lt;p&gt; means the beginning of a paragraph, the text within it
and
the end of the paragraph. Although it is simple, this is
also a simple example. Structures can be very complex when
nested (e.g. a table with spanned rows and columns).
&lt;p&gt;My problem, while writing this tool, would be writing the
backends. They are the most important parts since they must
understand what's being parsed and convert this data to the
correct output. I think I'll be writing two backends, to
start: DocBook to HTML (HTML has a very similar structure to
DocBook and things should be easy to do) and DocBook to
LaTeX (this backend would solve _lots_ of troubles with been
facing here at Conectiva).
&lt;p&gt;My knowledgement on LaTeX is bigger than my knowledgement
in HTML. I must allocate some time to write that backend. As
I've written on prior entries, my working tool will be
Perl.
&lt;p&gt;Another thing that I've been doing is using Mailman and
Postfix to manage some very small lists (5 subscribers on
our development team). I've found Mailman very easy to use
and it can manage lists that doesn't require any complex
validation of messages. It won't work, as an example, to a
list that I admin with other people that has a script to
check for empty messages, HTML messages, excessive quotes,
etc. As it is a GPL program, we can try to enhance it to
allow running some scripts before accepting the post. The
problem is that &lt;b&gt;I&lt;/b&gt; don't know Python. Ok... There are
other guys to do that (&lt;a
href="http://www.advogato.org/person/acme"&gt;Acme&lt;/a&gt;, maybe)
or some time to learn...
&lt;p&gt;The best achievement that I had today was seeing all my
messages converted to &lt;a href="http://www.gnus.org" &gt;Gnus&lt;/a&gt;
NNML folders and with Gnus fetching and filtering it. It was
cool!!!
&lt;p&gt;Well, that's it. Time to go to write other stuff... Maybe
more poetry, who knows?</description>
    </item>
    <item>
      <pubDate>Fri, 9 Jun 2000 13:15:25 GMT</pubDate>
      <title>9 Jun 2000</title>
      <link>http://www.advogato.org/person/godoy/diary.html?start=1</link>
      <guid>http://www.advogato.org/person/godoy/diary.html?start=1</guid>
      <description>&lt;p&gt;I'm actually working in (re)structuring my team. We've
implemented some internal mailing lists (MailMan is cool and
it runs ok with Postfix as SMTPd) and started defining
a work flow. Things are moving better now.
&lt;p&gt;CVS implementations are ok too. I've started developing
some scripts to validate and convert SGML files to
PostScript and HTML. These converted files are going to be
made available at FTP and web, so that authors can view
their changes when they commit files. I have to check how to
deal with pictures... I have to convert them all each time a
new picture is added (I don't keep a checked out copy of
every project because it would require a lot of disk space).

&lt;p&gt;I've been thinking about using sockets with Perl to send
a notice to another machine to checkout these sources and
convert them. Our CVS server is going to be on a dedicated
machine soon and we'll need to keep this functionality. I
can also work with ncftpput or curl... </description>
    </item>
    <item>
      <pubDate>Mon, 15 May 2000 23:55:29 GMT</pubDate>
      <title>15 May 2000</title>
      <link>http://www.advogato.org/person/godoy/diary.html?start=0</link>
      <guid>http://www.advogato.org/person/godoy/diary.html?start=0</guid>
      <description>&lt;p&gt;Days are going ok... I've reinstalled this Toshiba laptop (2100 CDT) and I finally can work on the same programs here at Conectiva and at home again.
&lt;p&gt;With chaos' help, I'm doing lots of things in perl. How could I live without it before? :-)
Actually I'm migrating some shell scripts and Makefiles to it but now I have a much more versatile tool.
&lt;p&gt;I've restarted to work on Conectiva's DocBook packages. After all, I need them to have a sane environment here. :-)</description>
    </item>
  </channel>
</rss>
