<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.os.inferno.general">
    <title>gmane.os.inferno.general</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4099"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4098"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4097"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4096"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4095"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4094"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4093"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4092"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4091"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4090"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4089"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4088"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4087"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4086"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4085"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4084"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4083"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4082"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4081"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.inferno.general/4080"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4099">
    <title>Re: mp3 decoder</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4099</link>
    <description>I end up with this:

Using some host's decoder can be elegant and easy and has been done
already, kernel decoders are rather not worth it.
And there is no native limbo decoder yet.

A native decoder would be a great win though.

</description>
    <dc:creator>hiro</dc:creator>
    <dc:date>2008-08-16T16:33:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4098">
    <title>Re: mp3 decoder</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4098</link>
    <description>nothing mostly.

You can copy an mp3 file to /mnt/view and it would play on your local
mp3 player if
that's supported (it ends up calling "open" on the underlying unix).

The plan b player (which we borrowed) does something similar, sending
the mp3 through
a pipe to the player.

On Tue, Aug 5, 2008 at 7:54 PM, Uriel &lt;uriel99-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org&gt; wrote:

</description>
    <dc:creator>Francisco J Ballesteros</dc:creator>
    <dc:date>2008-08-16T14:19:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4097">
    <title>RE: The fate of mkfiles/mkjava</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4097</link>
    <description>
I second that.  If it got released minus the Sun bits, if someone wished, they ought to be able to fill in the gaps using the OpenJDK code...

-Ben
</description>
    <dc:creator>Benjamin Huntsman</dc:creator>
    <dc:date>2008-08-14T22:17:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4096">
    <title>Re: mp3 decoder</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4096</link>
    <description>Porting encoders to kernel-C is probably easier than porting them to
Limbo, sure, but that hardly makes it a good idea. You're now putting
a whole pile of stuff into the kernel, where any bugs are a much
bigger deal. Do you really want a bad mp3 crashing your kernel?

Relying on the host codecs via audioctl is a promising approach, but
has obvious portability issues - in particular, it does nothing for
native implementations. It'd be nice to see limbo implementations
where possible, and relying on hosted implementations to fill in the
gaps.

It's also worth noting that a host codec can be exposed entirely
independent of what platform is providing it, and outside of Inferno
itself. Put a styx front-end on your local encoder and mount it to get
the functionality wherever. We'd need to establish some convention for
how these encoders are arranged, but this probably requires the least
new code and allows native inferno (or hosted on platform X) to
delegate, say, Windows Media back to the obvious platform for
dec</description>
    <dc:creator>Anthony Sorace</dc:creator>
    <dc:date>2008-08-06T14:17:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4095">
    <title>Re: mp3 decoder</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4095</link>
    <description>Would be nice to know what the Octopus did in this area.

uriel

On Tue, Aug 5, 2008 at 6:15 PM, Sergey Zhilkin &lt;szhilkin&lt; at &gt;gmail.com&gt; wrote:
</description>
    <dc:creator>Uriel</dc:creator>
    <dc:date>2008-08-05T17:54:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4094">
    <title>Re: mp3 decoder</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4094</link>
    <description>Simply, we can extend 'enc' of /dev/audioctl to support host codec's.

2008/8/5 hiro &lt;23hiro&lt; at &gt;googlemail.com&gt;




</description>
    <dc:creator>Sergey Zhilkin</dc:creator>
    <dc:date>2008-08-05T16:15:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4093">
    <title>Re: mp3 decoder</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4093</link>
    <description>I agree that porting C to kernel space is easier than rewriting them in limbo.

My feeling tells me, that a decoder would be nice in native limbo, but
I'm definitely not sure where to draw a line here.

One could also just use the host's decoder, which is what I was
playing around a little lately.

</description>
    <dc:creator>hiro</dc:creator>
    <dc:date>2008-08-05T15:44:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4092">
    <title>Re: mp3 decoder</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4092</link>
    <description>Hello!

Actually, it is not necessary to port these codecs to DIS - C-based file
servers can be made and compiled in the kernel.
It will increase the size of the kernel, but save a lot of time. For
example, Boffin MPEG-1 decoder mpeg(3) implemented such way.

On Sun, 03 Aug 2008 18:28:20 +0400, Pavel Nevidomsky
&lt;nevidomsky-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org&gt; wrote:



Best regards,
santucco

</description>
    <dc:creator>Alexander Sychev</dc:creator>
    <dc:date>2008-08-05T13:13:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4091">
    <title>Re: The fate of mkfiles/mkjava</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4091</link>
    <description>Just put the non-sun code out somewhere, maybe somebody will do the
work, maybe not, without the non-sun code being publicly available it
is more unlikely that anyone will do it... (there was some crazy
person that will remain nameless that wanted java in plan9, maybe this
could be a path that would work for him, who knows).

uriel

On Fri, Aug 1, 2008 at 11:01 PM, Charles Forsyth &lt;forsyth-SXSQbKlNroUXhy9q4Lf3Ug&lt; at &gt;public.gmane.org&gt; wrote:

</description>
    <dc:creator>Uriel</dc:creator>
    <dc:date>2008-08-04T23:52:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4090">
    <title>Re: mp3 decoder</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4090</link>
    <description>relax, there aren't any decoders include JPEG, GIF, BMP, PNG, OGG, etc
Someday, someone will port code from C to DIS for support this
decoders, probably. Actually JPEG, GIF I saw in Sharon, but quality of
rendering is too bad.

On 7/2/08, hiro &lt;23hiro-gM/Ye1E23mwN+BqQ9rBEUg&lt; at &gt;public.gmane.org&gt; wrote:


</description>
    <dc:creator>Pavel Nevidomsky</dc:creator>
    <dc:date>2008-08-03T14:28:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4089">
    <title>Inferno hosted, video playback</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4089</link>
    <description>Hello,

 I've been trying to get video playbe functioning using the mpeg method
listed in the Man, however from what I've heard it doesn't work running
Inferno hosted under XP. I've been searching for more information on video
playback with Inferno however there doesn't seem to be much out there. Is
there another way to have video playback capablilities running Inferno
hosted or is running it native the only solution?

</description>
    <dc:creator>Justin Phillips</dc:creator>
    <dc:date>2008-08-03T00:20:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4088">
    <title>Re: How do i install Inferno in a partition?</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4088</link>
    <description>
the (pc) drivers are different; or you'll also have to do aux/vga


</description>
    <dc:creator>Charles Forsyth</dc:creator>
    <dc:date>2008-08-02T20:57:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4087">
    <title>Re: How do i install Inferno in a partition?</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4087</link>
    <description>Thanks a lot Brian!

It help a lot. But I had a question about graphics. It works now? someone
already port the drivers from Plan9?


2008/8/1 Brian L. Stuart &lt;blstuart-Bdlq13kUjeyLZ21kGMrzwg&lt; at &gt;public.gmane.org&gt;

</description>
    <dc:creator>Daniel Oliveira Costa Lemos</dc:creator>
    <dc:date>2008-08-02T20:40:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4086">
    <title>Re: timezone for Moscow</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4086</link>
    <description>Yes, It is correct. But, what is "the alternate time zone applies" in
context Moscow Time?

</description>
    <dc:creator>Угодай n/a</dc:creator>
    <dc:date>2008-08-02T15:04:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4085">
    <title>Re: timezone for Moscow</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4085</link>
    <description/>
    <dc:creator>Alexander Sychev</dc:creator>
    <dc:date>2008-08-02T14:18:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4084">
    <title>Re: timezone for Moscow</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4084</link>
    <description>thanks, this has helped me

</description>
    <dc:creator>Угодай n/a</dc:creator>
    <dc:date>2008-08-02T13:53:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4083">
    <title>Re: timezone for Moscow</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4083</link>
    <description>it's a strange omission.

this might do as  a description of the file format (it's the same format as used by Plan 9).
i'll update the manual pages.

          When local time is first requested, the program consults the
          timezone environment variable to determine the time zone and
          converts accordingly.  (This variable is set at system boot
          time by init(8).) The timezone variable contains the normal
          time zone name and its difference from GMT in seconds fol-
          lowed by an alternate (daylight) time zone name and its dif-
          ference followed by a newline.  The remainder is a list of
          pairs of times (seconds past the start of 1970, in the first
          time zone) when the alternate time zone applies.  For exam-
          ple:

               EST -18000 EDT -14400
                9943200 25664400 41392800 57718800 ...

          Greenwich Mean Time is represented by

               GMT 0
</description>
    <dc:creator>Charles Forsyth</dc:creator>
    <dc:date>2008-08-02T13:21:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4082">
    <title>timezone for Moscow</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4082</link>
    <description>hi, I want setting time zone in inferno, but I cann't find finished
timezone-file for Moscow Time. Also, I cann't find description of
format this files. Please, give me any link on description or
appropriate file.

</description>
    <dc:creator>Угодай n/a</dc:creator>
    <dc:date>2008-08-02T12:51:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4081">
    <title>Re: The fate of mkfiles/mkjava</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4081</link>
    <description>
Bait for java addicts? ;-)

</description>
    <dc:creator>Nikolai Saoukh</dc:creator>
    <dc:date>2008-08-02T10:10:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4080">
    <title>RE: The fate of mkfiles/mkjava</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4080</link>
    <description>it's easy enough to make j2d and some other things available.
noah evans suggested that they were on the vita nuova website
but i don't think they were made public (although i did
private distributions out of our web site for a few people).
it's not a big effort to do that again for a public distribution
but is it really worthwhile?
</description>
    <dc:creator>Charles Forsyth</dc:creator>
    <dc:date>2008-08-01T21:47:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.inferno.general/4079">
    <title>RE: The fate of mkfiles/mkjava</title>
    <link>http://permalink.gmane.org/gmane.os.inferno.general/4079</link>
    <description>
Might the fact that Sun's Java is now open source allow the components in question to see the light of day again?
</description>
    <dc:creator>Benjamin Huntsman</dc:creator>
    <dc:date>2008-08-01T20:50:23</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.os.inferno.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.inferno.general</link>
  </textinput>
</rdf:RDF>
