Sorry

This feed does not validate.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://ivazquez.livejournal.com/data/rss?tag=olpc

  1. <?xml version='1.0' encoding='utf-8' ?>
  2. <!--  If you are running a bot please visit this policy page outlining rules you must respect. https://www.livejournal.com/bots/  -->
  3. <rss version='2.0'  xmlns:lj='http://www.livejournal.org/rss/lj/1.0/' xmlns:media='http://search.yahoo.com/mrss/' xmlns:atom10='http://www.w3.org/2005/Atom'>
  4. <channel>
  5.  <title>Random Ramblings</title>
  6.  <link>https://ivazquez.livejournal.com/</link>
  7.  <description>Random Ramblings - LiveJournal.com</description>
  8.  <lastBuildDate>Thu, 22 Jan 2009 10:41:04 GMT</lastBuildDate>
  9.  <generator>LiveJournal / LiveJournal.com</generator>
  10.  <lj:journal>ivazquez</lj:journal>
  11.  <lj:journalid>12960052</lj:journalid>
  12.  <lj:journaltype>personal</lj:journaltype>
  13.  <image>
  14.    <url>https://l-userpic.livejournal.com/61851102/12960052</url>
  15.    <title>Random Ramblings</title>
  16.    <link>https://ivazquez.livejournal.com/</link>
  17.    <width>100</width>
  18.    <height>100</height>
  19.  </image>
  20.  
  21.  <item>
  22.  <guid isPermaLink='true'>https://ivazquez.livejournal.com/9390.html</guid>
  23.  <pubDate>Thu, 22 Jan 2009 10:41:04 GMT</pubDate>
  24.  <title>Gonna put some wheels in motion, get ready &apos;cause we&apos;re coming through</title>
  25.  <author>ivazquez</author>
  26.  <link>https://ivazquez.livejournal.com/9390.html</link>
  27.  <description>&lt;p&gt;I just finished watching the XO/RPM FUDCon video, and here are my thoughts, in no particular order:&lt;/p&gt;
  28. &lt;ul&gt;
  29. &lt;li&gt;Packaging activities as rpms is a lost cause; there are almost none important enough to require root capabilities to install. Package known-good versions of Browse and Terminal with Sugar, and move on.&lt;/li&gt;
  30. &lt;li&gt;Activities are &lt;em&gt;exactly&lt;/em&gt; like DVCS repos:&lt;/li&gt;
  31. &lt;ul&gt;
  32. &lt;li&gt;The master is the versions of the activity from upstream. 1.0, 1.1, 2.0, etc. All versions would be contained within it.&lt;/li&gt;
  33. &lt;li&gt;User-modified versions are branches, each based on a specific version; Kim&apos;s is a UI hack based on 1.0, while Miguel&apos;s adds additional transports and is based off of 1.1.&lt;/li&gt;
  34. &lt;li&gt;Branches are separate from the trunk; both the trunk and each of the branches can be moved around independently, and the branches depend on the trunk in order to function properly. It will be the job of rainbow or whatnot to reintegrate the activity so that it can be run.&lt;/li&gt;
  35. &lt;li&gt;The icon on the Activity view is the normal icon for the activity, and represents the latest version of the master. It can be right-clicked to either rebase the existing activity to a user branch (or the master as the case may be), or add another icon representing the user branch. User branches would be indicated with the homunculus of the creator as an emblem.&lt;/li&gt;
  36. &lt;/ul&gt;
  37. &lt;li&gt;Activities can still be stored in a central place, perhaps mediated by an &quot;Activity Manager&quot; daemon or process.&lt;/li&gt;
  38. &lt;/ul&gt;
  39. &lt;p&gt;Comments and criticism welcome.&lt;/p&gt;</description>
  40.  <comments>https://ivazquez.livejournal.com/9390.html?view=comments#comments</comments>
  41.  <category>olpc</category>
  42.  <category>sugar</category>
  43.  <lj:security>public</lj:security>
  44.  <lj:reply-count>7</lj:reply-count>
  45.  </item>
  46.  <item>
  47.  <guid isPermaLink='true'>https://ivazquez.livejournal.com/8658.html</guid>
  48.  <pubDate>Tue, 25 Nov 2008 00:49:22 GMT</pubDate>
  49.  <title>I want you stronger, I want you harder</title>
  50.  <author>ivazquez</author>
  51.  <link>https://ivazquez.livejournal.com/8658.html</link>
  52.  <description>&lt;h2&gt;Fedora 10 on the XO&lt;/h2&gt;
  53. &lt;p&gt;blah blah &lt;a href=&quot;http://ivazquez.fedorapeople.org/files/XO/XODesktop.png&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;normal Fedora 10 on the XO on a USB drive&lt;/a&gt;. Here&apos;s how:&lt;/p&gt;
  54. &lt;ol&gt;
  55. &lt;li&gt;Find a machine that can boot USB devices and that you can install Fedora with.&lt;/li&gt;
  56. &lt;li&gt;Get a drive big enough. In my case it&apos;s a 40GB.&lt;/li&gt;
  57. &lt;li&gt;Install Fedora 10 i386 normally, with these options:&lt;/li&gt;
  58. &lt;ul&gt;
  59. &lt;li&gt;Separate /boot as the first primary partition&lt;/li&gt;
  60. &lt;li&gt;Install grub to /sdX1, not the MBR&lt;/li&gt;
  61. &lt;/ul&gt;
  62. &lt;li&gt;Boot off the USB drive.&lt;/li&gt;
  63. &lt;li&gt;Install the i586 kernel. Use yum shell if you need to remove the i686 kernel at the same time:&lt;/li&gt;
  64. &lt;ul style=&quot;list-style:none&quot;&gt;
  65. &lt;li&gt;# yum shell&lt;/li&gt;
  66. &lt;li&gt;&amp;gt; remove kernel.i686&lt;/li&gt;
  67. &lt;li&gt;&amp;gt; install kernel.i586&lt;/li&gt;
  68. &lt;li&gt;&amp;gt; run&lt;/li&gt;
  69. &lt;/ul&gt;
  70. &lt;li&gt;Put &lt;a href=&quot;http://ivazquez.fedorapeople.org/files/XO/xorg.conf&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;this xorg.conf&lt;/a&gt; in /etc/X11.&lt;/li&gt;
  71. &lt;li&gt;Create the /boot/security directory and put your developer key in it. (optional)&lt;/li&gt;
  72. &lt;li&gt;Create the /boot/boot directory and put &lt;a href=&quot;http://ivazquez.fedorapeople.org/files/XO/olpc.fth&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;this olpc.fth&lt;/a&gt; in it.&lt;/li&gt;
  73. &lt;li&gt;Open /boot/grub/grub.conf and /boot/boot/olpc.fth and do the following:&lt;/li&gt;
  74. &lt;ul&gt;
  75. &lt;li&gt;Replace $args at the bottom of olpc.fth with the i586 kernel arguments from grub.conf.&lt;/li&gt;
  76. &lt;li&gt;Replace vmlinuz0 and initrd0.img with the filenames of the kernel and the initrd respectively.&lt;/li&gt;
  77. &lt;/ul&gt;
  78. &lt;/ol&gt;
  79. &lt;p&gt;You may be able to skip the kernel-swapping step by passing i586 at the install boot prompt. I did not try this.&lt;/p&gt;
  80. &lt;h2&gt;Python 2.6&lt;/h2&gt;
  81. &lt;p&gt;Preparations are now underway to get Python 2.6 into Fedora. Watch the skies in the next few days.&lt;/p&gt;</description>
  82.  <comments>https://ivazquez.livejournal.com/8658.html?view=comments#comments</comments>
  83.  <category>olpc</category>
  84.  <category>fedora</category>
  85.  <category>python</category>
  86.  <lj:security>public</lj:security>
  87.  <lj:reply-count>0</lj:reply-count>
  88.  </item>
  89. </channel>
  90. </rss>
  91.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda