<?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 on: Some schedule and RFI</title>
	<atom:link href="http://www.milliways.fr/2008/05/17/some-schedule-and-rfi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.milliways.fr/2008/05/17/some-schedule-and-rfi/</link>
	<description>Obey Arthur Liu . blog()</description>
	<lastBuildDate>Mon, 05 Apr 2010 17:37:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Obey Arthur Liu</title>
		<link>http://www.milliways.fr/2008/05/17/some-schedule-and-rfi/comment-page-1/#comment-23</link>
		<dc:creator>Obey Arthur Liu</dc:creator>
		<pubDate>Sat, 17 May 2008 23:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.milliways.fr/?p=11#comment-23</guid>
		<description>To Eddahbi Karim:
I don&#039;t like when some piece of software behaves like it&#039;s the center of the world either.. Reserving a global keyboard binding would be a little pushy. If it can be harmoniously integrated with desktop software like deskbar, I&#039;m ok for it.</description>
		<content:encoded><![CDATA[<p>To Eddahbi Karim:<br />
I don&#8217;t like when some piece of software behaves like it&#8217;s the center of the world either.. Reserving a global keyboard binding would be a little pushy. If it can be harmoniously integrated with desktop software like deskbar, I&#8217;m ok for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddahbi Karim</title>
		<link>http://www.milliways.fr/2008/05/17/some-schedule-and-rfi/comment-page-1/#comment-22</link>
		<dc:creator>Eddahbi Karim</dc:creator>
		<pubDate>Sat, 17 May 2008 23:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.milliways.fr/?p=11#comment-22</guid>
		<description>Yup, it should do the trick.
The main purpose is :
I don&#039;t like to launch another software just to make a search and click on install. I would like the software to open automatically when I&#039;m triggering a software installation. 
You can replace the &quot;deskbar&quot; occurrences with a small search applet linked to your application, so when the user want to search for and install a package, he just inputs the name in the search engine, select the wanted result, input its root password &quot;et voilà&quot;. With an associated keyboard shortcut, let&#039;s say ALT+F12, the scenario would be :
- ALT+F12
- gedit
- Select gedit and validate its selection
- Input its root password</description>
		<content:encoded><![CDATA[<p>Yup, it should do the trick.<br />
The main purpose is :<br />
I don&#8217;t like to launch another software just to make a search and click on install. I would like the software to open automatically when I&#8217;m triggering a software installation.<br />
You can replace the &#8220;deskbar&#8221; occurrences with a small search applet linked to your application, so when the user want to search for and install a package, he just inputs the name in the search engine, select the wanted result, input its root password &#8220;et voilà&#8221;. With an associated keyboard shortcut, let&#8217;s say ALT+F12, the scenario would be :<br />
- ALT+F12<br />
- gedit<br />
- Select gedit and validate its selection<br />
- Input its root password</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Obey Arthur Liu</title>
		<link>http://www.milliways.fr/2008/05/17/some-schedule-and-rfi/comment-page-1/#comment-21</link>
		<dc:creator>Obey Arthur Liu</dc:creator>
		<pubDate>Sat, 17 May 2008 23:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.milliways.fr/?p=11#comment-21</guid>
		<description>To Eddahbi Karim:
Something like &quot;aptitude --gui install foobar&quot; that would launch and preset the install queue ? That would be interesting. Maybe something through dbus.
Exposing the whole APT database to search tools like beagle, deskbar or whatever is the current fad should be handled by APT itself, maybe libept, I don&#039;t know, altough &quot;aptitude search&quot; is nice.</description>
		<content:encoded><![CDATA[<p>To Eddahbi Karim:<br />
Something like &#8220;aptitude &#8211;gui install foobar&#8221; that would launch and preset the install queue ? That would be interesting. Maybe something through dbus.<br />
Exposing the whole APT database to search tools like beagle, deskbar or whatever is the current fad should be handled by APT itself, maybe libept, I don&#8217;t know, altough &#8220;aptitude search&#8221; is nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddahbi Karim</title>
		<link>http://www.milliways.fr/2008/05/17/some-schedule-and-rfi/comment-page-1/#comment-20</link>
		<dc:creator>Eddahbi Karim</dc:creator>
		<pubDate>Sat, 17 May 2008 23:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.milliways.fr/?p=11#comment-20</guid>
		<description>If there&#039;s a thing I would like to see is some interactions between softwares like &quot;deskbar&quot; and aptitude.
I would like to be able to type the name of a package or its description in &quot;deskbar&quot; and install or remove it quickly by choosing its name in the list given by deskbar.
So, maybe you could try to code [and document] your software to let third-party applications triggering actions in your Aptitude GUI.</description>
		<content:encoded><![CDATA[<p>If there&#8217;s a thing I would like to see is some interactions between softwares like &#8220;deskbar&#8221; and aptitude.<br />
I would like to be able to type the name of a package or its description in &#8220;deskbar&#8221; and install or remove it quickly by choosing its name in the list given by deskbar.<br />
So, maybe you could try to code [and document] your software to let third-party applications triggering actions in your Aptitude GUI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Obey Arthur Liu</title>
		<link>http://www.milliways.fr/2008/05/17/some-schedule-and-rfi/comment-page-1/#comment-19</link>
		<dc:creator>Obey Arthur Liu</dc:creator>
		<pubDate>Sat, 17 May 2008 23:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.milliways.fr/?p=11#comment-19</guid>
		<description>To Daniel Burrows:
Mmmh.. Why should I listen to you ? Do you have any particular relation with Aptitude ? ;)
You&#039;re right about impersonations. Emacs and Vim&#039;s graphical interfaces are more like terminal programs with integrated cheat-sheet than anything useful :)</description>
		<content:encoded><![CDATA[<p>To Daniel Burrows:<br />
Mmmh.. Why should I listen to you ? Do you have any particular relation with Aptitude ? <img src='http://www.milliways.fr/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
You&#8217;re right about impersonations. Emacs and Vim&#8217;s graphical interfaces are more like terminal programs with integrated cheat-sheet than anything useful <img src='http://www.milliways.fr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Burrows</title>
		<link>http://www.milliways.fr/2008/05/17/some-schedule-and-rfi/comment-page-1/#comment-18</link>
		<dc:creator>Daniel Burrows</dc:creator>
		<pubDate>Sat, 17 May 2008 23:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.milliways.fr/?p=11#comment-18</guid>
		<description>Personally, I think that you should design the GUI from a blank slate.  People who want to use the curses interface are already using it. ;-)  Better to make something that&#039;s a good GUI program than a graphical impersonation of a terminal application.</description>
		<content:encoded><![CDATA[<p>Personally, I think that you should design the GUI from a blank slate.  People who want to use the curses interface are already using it. <img src='http://www.milliways.fr/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />   Better to make something that&#8217;s a good GUI program than a graphical impersonation of a terminal application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Obey Arthur Liu</title>
		<link>http://www.milliways.fr/2008/05/17/some-schedule-and-rfi/comment-page-1/#comment-17</link>
		<dc:creator>Obey Arthur Liu</dc:creator>
		<pubDate>Sat, 17 May 2008 23:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.milliways.fr/?p=11#comment-17</guid>
		<description>To tenco:
Synaptic is okay for basic usage but it has some serious lacking when it comes to more advanced problems and configurations.
The dependency resolution is one point, but it&#039;s not only that. The whole navigation in Aptitude is just much more efficient. Ever used Synaptic in a mixed-distribution install ? Say you want to install another version of a package and it has some different dependencies. Good luck navigating them in Synaptic. It&#039;s really not designed with that in mind.
The targeted usage of Aptitude is not the same as Synaptic and never was.</description>
		<content:encoded><![CDATA[<p>To tenco:<br />
Synaptic is okay for basic usage but it has some serious lacking when it comes to more advanced problems and configurations.<br />
The dependency resolution is one point, but it&#8217;s not only that. The whole navigation in Aptitude is just much more efficient. Ever used Synaptic in a mixed-distribution install ? Say you want to install another version of a package and it has some different dependencies. Good luck navigating them in Synaptic. It&#8217;s really not designed with that in mind.<br />
The targeted usage of Aptitude is not the same as Synaptic and never was.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tenco</title>
		<link>http://www.milliways.fr/2008/05/17/some-schedule-and-rfi/comment-page-1/#comment-16</link>
		<dc:creator>tenco</dc:creator>
		<pubDate>Sat, 17 May 2008 22:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.milliways.fr/?p=11#comment-16</guid>
		<description>Sorry, but i seriously don&#039;t know why this project should be done. For me synaptic is just fine. It has the perfect gui for package managment. And compared with aptitude i don&#039;t miss any feature.</description>
		<content:encoded><![CDATA[<p>Sorry, but i seriously don&#8217;t know why this project should be done. For me synaptic is just fine. It has the perfect gui for package managment. And compared with aptitude i don&#8217;t miss any feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Obey Arthur Liu</title>
		<link>http://www.milliways.fr/2008/05/17/some-schedule-and-rfi/comment-page-1/#comment-15</link>
		<dc:creator>Obey Arthur Liu</dc:creator>
		<pubDate>Sat, 17 May 2008 22:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.milliways.fr/?p=11#comment-15</guid>
		<description>To Nicolas:
There&#039;s a strong emphasis on theory here. The first courses are not &quot;programming&quot; courses, but pure algorithmic. We do a lot of stuff using pseudo-code too. A language is only a tool :)
Functional language gives you a great insight into algorithms. I really appreciated being taught that.</description>
		<content:encoded><![CDATA[<p>To Nicolas:<br />
There&#8217;s a strong emphasis on theory here. The first courses are not &#8220;programming&#8221; courses, but pure algorithmic. We do a lot of stuff using pseudo-code too. A language is only a tool <img src='http://www.milliways.fr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Functional language gives you a great insight into algorithms. I really appreciated being taught that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://www.milliways.fr/2008/05/17/some-schedule-and-rfi/comment-page-1/#comment-14</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Sat, 17 May 2008 22:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.milliways.fr/?p=11#comment-14</guid>
		<description>Hey,

Sorry to hijack your post and go off-topic like this but... I wish you
the best of luck with your Synaptic project, I have no doubt it will be put to good use.
And did you have to learn OCaml and Ada through your university? Because if so, I&#039;m really
jealous. Here at the KULeuven all we get is Java, Java, Java. Now, I know C/C++ because I&#039;ve been
doing it for a few years (even before my education). And I know some Python, but I&#039;d really like
to learn a cool language like Lisp/Scheme or OCaml (or even Eifel), and not have it chip into
my studying/partying time. So kudos to you.

Kind regards, Nicolas</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Sorry to hijack your post and go off-topic like this but&#8230; I wish you<br />
the best of luck with your Synaptic project, I have no doubt it will be put to good use.<br />
And did you have to learn OCaml and Ada through your university? Because if so, I&#8217;m really<br />
jealous. Here at the KULeuven all we get is Java, Java, Java. Now, I know C/C++ because I&#8217;ve been<br />
doing it for a few years (even before my education). And I know some Python, but I&#8217;d really like<br />
to learn a cool language like Lisp/Scheme or OCaml (or even Eifel), and not have it chip into<br />
my studying/partying time. So kudos to you.</p>
<p>Kind regards, Nicolas</p>
]]></content:encoded>
	</item>
</channel>
</rss>
