<?xml version="1.0" encoding="UTF-8" ?>
<!--RDF based XML document generated By OpenLink Virtuoso-->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
 <rss:channel xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/xdiaspora_adm/">
  <rss:title>WebDAV System Administrator&#39;s Weblog</rss:title>
  <rss:link>http://myopenlink.net/weblog/xdiaspora_adm/</rss:link>
  <rss:description />
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">WebDAV System Administrator &lt;kidehen@openlinksw.com&gt;</dc:creator>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2008-07-20T18:35:26Z</dc:date>
  <dc:rights xmlns:dc="http://purl.org/dc/elements/1.1/" />
  <dc:language xmlns:dc="http://purl.org/dc/elements/1.1/">en-us</dc:language>
  <rss:items>
   <rdf:Seq>
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=1023" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=1011" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=1010" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/fate/?id=1009" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=1008" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/fate/?id=1007" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/fate/?id=1006" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/fate/?id=1005" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/fate/?id=1004" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=1003" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=972" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=969" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=968" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=967" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=966" />
   </rdf:Seq>
  </rss:items>
 </rss:channel>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=1023">
  <rss:title>More RDF scalability tests</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=1023</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1023</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/gems/rsscomment.xml?:id=1023</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2006-11-01T20:45:39Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">(Posted verbatim from Orri Erling&#39;s Blog.) More RDF scalability tests: &quot; We have lately been busy with RDF scalability. We work with the 8000 university LUBM data set, a little over a billion triples. We can load it in 23h 46m on a box with 8G RAM. With 16G we probably could get it in 16h. The resulting database is 75G, 74 bytes per triple which is not bad. It will shrink a little more if explicitly compacted by merging adjacent partly filled pages. See Advances in Virtuoso Triple Storage for an in-depth treatment of the subject. The real question of RDF scalability is finding a way of having more than one CPU on the same index tree without them hitting the prohibitive penalty of waiting for a mutex. The sure solution is partitioning, would probably have to be by range of the whole key. but before we go to so much trouble, well look at dropping a couple of critical sections from index random access. Also some kernel parameters may be adjustable, like a spin count before calling the scheduler when trying to get an occupied mutex. Still we should not waste too much time on platform specifics. Well see. We just updated the Virtuoso Open Source cut. The latest RDF refinements are not in, so maybe the cut will have to be refreshed shortly. We are also now applying the relational to RDF mapping discussed in Declarative SQL Schema to RDF Ontology Mapping to the ODS applications. There is a form of the mapping in the VOS cut on the net but it is not quite ready yet. We must first finish testing it through mapping all the relational schemas of the ODS apps before we can really recommend it. This is another reason for a VOS update in the near future. We will be looking at the query side of LUBM after the ISWC 2006 conference. So far, we find queries compile OK for many SIOC use cases with the cost model that there is now. A more systematic review of the cost model for SPARQL will come when we get to the queries. We put some ideas about inferencing in the Advances in Triple Storage paper. The question is whether we should forward chain such things as class subsumption and subproperties. If we build these into the SQL engine used for running SPARQL, we probably can do these as unions at run time with good performance and better working set due to not storing trivial entailed triples. Some more thought and experimentation needs to go into this.</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p>(Posted verbatim from <a href="http://www.openlinksw.com/weblog/oerling/">Orri Erling&#39;s Blog</a>.)</p>

<p>
<a href="http://www.openlinksw.com/weblog/oerling/?id=1074">More RDF scalability tests</a>: &quot;</p>
<p>We have lately been busy with RDF scalability. We work with the 8000 university LUBM data set, a little over a billion triples. We can load it in 23h 46m on a box with 8G RAM. With 16G we probably could get it in 16h.</p>
<p>The resulting database is 75G, 74 bytes per triple which is not bad. It will shrink a little more if explicitly compacted by merging adjacent partly filled pages. See Advances in Virtuoso Triple Storage for an in-depth treatment of the subject.</p>
<p>The real question of RDF scalability is finding a way of having more than one CPU on the same index tree without them hitting the prohibitive penalty of waiting for a mutex. The sure solution is partitioning, would probably have to be by range of the whole key. but before we go to so much trouble, well look at dropping a couple of critical sections from index random access. Also some kernel parameters may be adjustable, like a spin count before calling the scheduler when trying to get an occupied mutex. Still we should not waste too much time on platform specifics. Well see.</p>
<p>We just updated the Virtuoso Open Source cut. The latest RDF refinements are not in, so maybe the cut will have to be refreshed shortly.</p>
<p>We are also now applying the relational to RDF mapping discussed in <a href="http://virtuoso.openlinksw.com/wiki/main/Main/VOSSQLRDF">Declarative SQL Schema to RDF Ontology Mapping</a> to the ODS applications.</p>
<p>There is a form of the mapping in the VOS cut on the net but it is not quite ready yet. We must first finish testing it through mapping all the relational schemas of the ODS apps before we can really recommend it. This is another reason for a VOS update in the near future.</p>
<p>We will be looking at the query side of LUBM after the ISWC 2006 conference. So far, we find queries compile OK for many SIOC use cases with the cost model that there is now. A more systematic review of the cost model for SPARQL will come when we get to the queries.</p>
<p>We put some ideas about inferencing in the Advances in Triple Storage paper. The question is whether we should forward chain such things as class subsumption and subproperties. If we build these into the SQL engine used for running SPARQL, we probably can do these as unions at run time with good performance and better working set due to not storing trivial entailed triples. Some more thought and experimentation needs to go into this.</p>
<p>
</p>]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley (Uyi) Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=1011">
  <rss:title>Meeting Bill Gates</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=1011</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1011</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/gems/rsscomment.xml?:id=1011</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2006-10-13T20:43:06Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">Meeting Bill Gates: &quot; Last week I got an email from someone at Microsoft asking if my dad was the president of Nigeria. I almost deleted the email without responding until I looked at the person&#39;s email signature and it said &#39;Executive Assistant to Bill Gates&#39;. So I responded and it turned out that Bill Gates was going to be in Nigeria over the weekend to meet with my dad and he wanted to chat before his trip. We met on Friday and according to my mom he met with my dad over the weekend. After our talk I asked if it was OK if I blogged our meeting and he was fine with it. What follows are my impressions from our meeting and the topics we chatted about. The last time I talked to Bill Gates in person was five years ago at the annual event for summer interns at Microsoft where we get to meet him at his house. When I was an intern they had to split the event into two seperate trips due to the number of interns. After introductions, I mentioned that we&#39;d met before at the intern event in 2001 and asked if the event continued to this day. It still goes on today and has now grown to four separate rounds of visits. BillG said he appreciates hearing from college students about companies and trends they find interesting before their opinions get influenced by their employer when they get out of school. BillG asked a couple of questions about me and my family such as how long I&#39;d been at Microsoft, where I want to school, if my mom was Stella Obasanjo (she isn&#39;t), what my mom did, if I had any siblings back home and so on. I appreciated talking about myself and was put at ease before being asked about Nigeria or my dad. BillG had read my dad&#39;s Wikipedia entry and thus was a little familiar with my dad&#39;s background story. This is my dad&#39;s second time around as president. The first time was between 1976 and 1979 when he became the military president because the sitting military president was killed in a failed coup. He made history by being the first African head of state to voluntarily relinquish power by having elections and stepping down once a winner was announced. He became president this time around after spending three years as a political prisoner. After the military president that jailed him died of natural causes, he was released. A number of others who were jailed at the same time as him were not as lucky and died in prison such as Moshood Abiola and Shehu Musa Yar&#39;Adua before the military president that jailed them passed away.I talked about meeting my dad in Atlanta back in 1998 when he was released and hearing for the first time that he planned to run for president. I thought it was an insane idea given that Nigeria had never had a civilian president finish out their term without there being a miltary takeover of government. I can still remember my dad sitting there and saying &#39;If I don&#39;t do it who will?&#39;. He won the election and also won a second term. My dad still gives me a hard time today because I never called to congratulate him. I did attend both inauguration ceremonies so that should count for something, I guess. BillG wondered what my dad would do after he left the presidency. He mentioned that he&#39;d had some angst about leaving Microsoft in two years and also gave an example of a good friend of his, Bill Clinton, who also had similar angst when he left the U.S. presidency. I pointed out that my dad had been a retired head of state for almost two decades before this time around and had found things to do. Besides becoming a large scale farmer, he still did the international statesman thing and once was in the running for the position of UN secretary general which he lost to Boutros Boutros-Ghali back in the early 1990s. He&#39;d read that my dad was a born again Christian and wondered if that extended to the entire family. It doesn&#39;t, I&#39;m not terribly religious and my mom is a devout catholic which it turned out BillG&#39;s wife is as well. This segued into a conversation about religion and Nigeria. The country is about half Christian and half Muslim but over the past few years, the division has become more stark. Since I&#39;ve been in the U.S., a number of states in the northern part of the country have embraced Sharia law which has led to some negative international responses. The religion issue is now divisive enough that questions about religion and ethnicity were removed from this year&#39;s census. It wasn&#39;t like this when I was growing up. Speaking of ethnicity, BillG asked about the national language and whether there was a major ethnic group in Nigeria. The national language is English since we were colonised by the British and although there were three large ethnic groups (Yoruba, Hausa and Igbo) there are hundreds of indigenous tribes with their own cultures and languages. The reason BillG was visiting Nigeria was to talk about some of the work that the Bill &amp; Melinda Gates foundation has been doing in Africa. One of the issues he wanted to discuss were the efforts they had been taking to eradicate polio in Nigeria via vaccination. There had recently been some rumors about negative effects of polio vaccines in the northern part of Nigeria which had actually lead to at least one state banning them. The problem with polio, BillG said, is that unlike diseases such as smallpox it may be hard to detect so an outbreak could occur with the authorities being none the wiser until it is too late. He said the tipping point is about 15% of the population being infected while containment is when &lt; 5% are infected. He also mentioned that their foundation was working on vaccines for malaria and sleeping sickness. I mentioned having malaria a few times while growing up and thinking how weird it was when I heard people in the U.S. talking about malaria as if it was ebola. However there was a difference between how I grew up in the city and the average Nigerian who lives in the villages and rural areas. The main problem with malaria that BillG wants combated is preventing it in pregnant women. Not only is the chance of infant mortality increased but also if the child makes it, the baby is usually born having a low birth weight which contributes to a lifetime of problems. He feels they are close to breakthroughs in creating vaccines for these diseases especially since not a lot of research has been done in this area due to big pharma not investing a lot in research for diseases affecting the poor in Africa. BillG acknowledged that he was being an optimist when he says this and it may take a little longer in much the same way that his optimism about the future of Tablet PCs and voice recognition software has taken longer than he expected to become mainstream. My comment about the differences growing up in the city versus the life in the villages reminded BillG of a similar contrast in another African country, South Africa. The life in places like Sun City [where most Americans go when they say they are going to South Africa] is radically different than the life in various South African townships. BillG took his children to some townships when they were in South Africa so they could see how the other half lived, his children were resistant to the idea but he thought that it would be a good idea to see what life is like in these places. We also talked about how widespread AIDs is in South Africa (affecting 30% of the population by some estimates) while it seems relatively contained in countries like Nigeria. I mentioned seeing the billboards for the ABC campaign (Abstain, Be faithful, use Condoms) while in Nigeria and he agreed that the campaigns seemed to have been working. Using condoms has seemed to be very effective but unfortunately there are some religious and social objections to the idea. Their foundation is working on creams and gels thatcan be applied just like spermicidal creams and gels which can be used to prevent AIDs and will be more acceptable to social norms [his exact words were &#39;eliminate the negotiation during encounters&#39;]. BillG also said that there seemed to be a strong correlation between improving healthcare and the number of children people had. This means that there is the double benefit of having healthy children and being able to afford to have them since you don&#39;t have that many. In addition to healthcare, BillG was also going to talk to my dad about their efforts around improving agricultural practices to improve crop yield and some of their suggestions for improving education. We did talk about Microsoft a little. When I mentioned I work for the Windows Live platform group he mentioned that this would be an interesting area to be in over the next few years and commented on a number of Windows Live services such as Windows Live Spaces, Windows Live Messenger and Windows Live Mail. He also talked about some of the leadership changes we&#39;ve had across Windows and Windows Live.I asked if he&#39;d continue with his biannual Think Weeks where employees from all over the company get to write him papers about ideas they have. He said he&#39;d continue until he stepped down in 2008 and after that it would be up to Ray Ozzie [who will be replacing him as Chief Software Architect] to decide if he&#39;d continue with the tradition or not. I did mention that I&#39;d submitted a Thinkweek paper which he&#39;d writen a response to, he hoped that he wasn&#39;t too harsh in his criticism and I replied that his feedback was quite favorable and has led to some good things happening in Windows Live. The meeting ran over by 15 minutes and I felt bad for taking up so much of his time. As I was leaving the building I overheard the following exchange between the receptionist of the building and a visitor Visitor: Where is Bill Gates&#39;s office? Receptionist: I&#39;m not at liberty to divulge that information. Visitor: I need to see him, I just downloaded Windows Vista and I have a number of complaints. I wonder how often that happens. :) &quot; (Via Dare Obasanjo aka Carnage4Life.)</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
<a href="http://www.25hoursaday.com/weblog/CommentView.aspx?guid=6541e297-1a22-40e3-89fa-04fa19ab22b2">Meeting Bill Gates</a>: &quot;

        </p>
<p>

Last week I got an email from someone at Microsoft asking if my dad was the president

of Nigeria. I almost deleted the email without responding until I looked at the person&#39;s

email signature and it said &#39;Executive Assistant to Bill Gates&#39;. So I responded and

it turned out that Bill Gates was going to be in Nigeria over the weekend to meet

with my dad and he wanted to chat before his trip. 

</p>

        <p>

We met on Friday and according to my mom he met with my dad over the weekend. After

our talk I asked if it was OK if I blogged our meeting and he was fine with it. What

follows are my impressions from our meeting and the topics we chatted about. 

</p>

        <p>

The last time I talked to Bill Gates in person was five years ago at the annual event

for summer interns at Microsoft where we get to meet him at his house. When I was

an intern they had to split the event into two seperate trips due to the number of

interns. After introductions, I mentioned that we&#39;d met before at the intern event

in 2001 and asked if the event continued to this day. It still goes on today and has

now grown to four separate rounds of visits. BillG said he appreciates hearing from

college students about companies and trends they find interesting before their opinions

get influenced by their employer when they get out of school.

</p>

        <p>

BillG asked a couple of questions about me and my family such as how long I&#39;d been

at Microsoft, where I want to school, if my mom was <a href="http://en.wikipedia.org/wiki/Stella_Obasanjo">Stella

Obasanjo</a> (she isn&#39;t), what my mom did, if I had any siblings back home and so

on. I appreciated talking about myself and was put at ease before being asked about

Nigeria or my dad. 

</p>

        <p>

BillG had read <a href="http://en.wikipedia.org/wiki/Olusegun_Obasanjo">my dad&#39;s Wikipedia

entry</a> and thus was a little familiar with my dad&#39;s background story. This is my

dad&#39;s second time around as president. The first time was between 1976 and 1979 when

he became the military president because the sitting military president was killed

in a failed coup. He made history by being the first African head of state to voluntarily

relinquish power by having elections and stepping down once a winner was announced.

He became president this time around after spending <a href="http://www.amnesty.org/ailib/intcam/nigeria/obasanjo.htm">three

years as a political prisoner</a>. After the military president that jailed him died

of natural causes, he was released. A number of others who were jailed at the same

time as him were not as lucky and died in prison such as <a href="http://news.bbc.co.uk/2/hi/africa/128761.stm">Moshood

Abiola</a> and <a href="http://www.britannica.com/eb/article-9114952/YarAdua-Shehu-Musa">Shehu

Musa Yar&#39;Adua</a> before the military president that jailed them passed away.I

talked about meeting my dad in Atlanta back in 1998 when he was released and hearing

for the first time that he planned to run for president. I thought it was an insane

idea given that Nigeria had never had a civilian president finish out their term without

there being a miltary takeover of government. I can still remember my dad sitting

there and saying &#39;If I don&#39;t do it who will?&#39;. He won the election and also won a

second term. My dad still gives me a hard time today because I never called to congratulate

him. I did attend both inauguration ceremonies so that should count for something,

I guess. 

</p>

        <p>

BillG wondered what my dad would do after he left the presidency. He mentioned that

he&#39;d had some angst about leaving Microsoft in two years and also gave an example

of a good friend of his, Bill Clinton, who also had similar angst when he left the

U.S. presidency. I pointed out that my dad had been a retired head of state for almost

two decades before this time around and had found things to do. Besides becoming a

large scale farmer, he still did the international statesman thing and once was in

the running for the position of UN secretary general which he lost to <a href="http://www.un.org/Overview/SG/sg6bio.html">Boutros

Boutros-Ghali</a> back in the early 1990s.<br />
</p>

        <p>

He&#39;d read that my dad was a born again Christian and wondered if that extended to

the entire family. It doesn&#39;t, I&#39;m not terribly religious and my mom is a devout catholic

which it turned out BillG&#39;s wife is as well. This segued into a conversation about

religion and Nigeria. The country is about half Christian and half Muslim but over

the past few years, the division has become more stark. Since I&#39;ve been in the U.S.,

a number of states in the northern part of the country have embraced <a href="http://en.wikipedia.org/wiki/Sharia">Sharia

law</a> which has led to <a href="http://news.bbc.co.uk/1/hi/world/africa/1893589.stm">some

negative international responses</a>. The religion issue is now divisive enough that <a href="http://news.bbc.co.uk/2/hi/africa/4828090.stm">questions

about religion and ethnicity were removed from this year&#39;s census</a>. It wasn&#39;t like

this when I was growing up. Speaking of ethnicity, BillG asked about the national

language and whether there was a major ethnic group in Nigeria. The national language

is English since we were colonised by the British and although there were three large

ethnic groups (Yoruba, Hausa and Igbo) there are hundreds of indigenous tribes with

their own cultures and languages. 

</p>

        <p>

The reason BillG was visiting Nigeria was to talk about some of the work that the <a href="http://www.gatesfoundation.org/">Bill

&amp; Melinda Gates foundation</a> has been doing in Africa. One of the issues he

wanted to discuss were the efforts they had been taking to eradicate polio in Nigeria

via vaccination. There had recently been some <a href="http://www.scienceinafrica.co.za/2004/march/polio.htm">rumors

about negative effects of polio vaccines in the northern part of Nigeria</a> which

had actually lead to at least one state <a href="http://medilinkz.org/news/news2.asp?NewsID=6723">banning

them</a>. The problem with polio, BillG said, is that unlike diseases such as smallpox

it may be hard to detect so an outbreak could occur with the authorities being none

the wiser until it is too late. He said the tipping point is about 15% of the population

being infected while containment is when &lt; 5% are infected. He also mentioned that

their foundation was working on vaccines for malaria and sleeping sickness. I mentioned

having malaria a few times while growing up and thinking how weird it was when I heard

people in the U.S. talking about malaria as if it was ebola. However there was a difference

between how I grew up in the city and the average Nigerian who lives in the villages

and rural areas. The main problem with malaria that BillG wants combated is preventing

it in pregnant women. Not only is the chance of infant mortality increased but also

if the child makes it, the baby is usually born having a low birth weight which contributes

to a lifetime of problems. He feels they are close to breakthroughs in creating vaccines

for these diseases especially since not a lot of research has been done in this area

due to big pharma not investing a lot in research for diseases affecting the poor

in Africa. BillG acknowledged that he was being an optimist when he says this and

it may take a little longer in much the same way that his optimism about the future

of Tablet PCs and voice recognition software has taken longer than he expected to

become mainstream. 

</p>

        <p>

My comment about the differences growing up in the city versus the life in the villages

reminded BillG of a similar contrast in another African country, South Africa. The

life in places like <a href="http://en.wikipedia.org/wiki/Sun_City,_South_Africa">Sun

City</a> [where most Americans go when they say they are going to South Africa] is

radically different than the life in various <a href="http://en.wikipedia.org/wiki/Township_%28South_Africa%29">South

African townships</a>. BillG took his children to some townships when they were in

South Africa so they could see how the other half lived, his children were resistant

to the idea but he thought that it would be a good idea to see what life is like in

these places. We also talked about how widespread AIDs is in South Africa (affecting

30% of the population by some estimates) while it seems relatively contained in countries

like Nigeria. I mentioned seeing the billboards for the ABC campaign (Abstain, Be

faithful, use Condoms) while in Nigeria and he agreed that the campaigns seemed to

have been working. Using condoms has seemed to be very effective but unfortunately

there are some religious and social objections to the idea. Their foundation is working

on creams and gels thatcan be applied just like <a href="http://www.epigee.org/guide/spermicides.html">spermicidal

creams and gels</a> which can be used to prevent AIDs and will be more acceptable

to social norms [his exact words were &#39;eliminate the negotiation during encounters&#39;].

BillG also said that there seemed to be a strong correlation between improving healthcare

and the number of children people had. This means that there is the double benefit

of having healthy children and being able to afford to have them since you don&#39;t have

that many. In addition to healthcare, BillG was also going to talk to my dad about

their efforts around improving agricultural practices to improve crop yield and some

of their suggestions for improving education. 

</p>

        <p>

We did talk about Microsoft a little. When I mentioned I work for the Windows Live

platform group he mentioned that this would be an interesting area to be in over the

next few years and commented on a number of Windows Live services such as <a href="http://spaces.live.com">Windows

Live Spaces</a>, <a href="http://messenger.live.com">Windows Live Messenger</a> and <a href="http://mail.live.com">Windows

Live Mail</a>. He also talked about some of the <a href="http://www.microsoft.com/presspass/press/2006/mar06/03-23PSDReorgPR.mspx">leadership

changes</a> we&#39;ve had across Windows and Windows Live.I asked if he&#39;d continue

with his biannual <a href="http://www.eweek.com/article2/0,1759,1556075,00.asp">Think

Weeks</a> where employees from all over the company get to write him papers about

ideas they have. He said he&#39;d continue until he stepped down in 2008 and after that

it would be up to Ray Ozzie [who will be replacing him as Chief Software Architect]

to decide if he&#39;d continue with the tradition or not. I did mention that <a href="http://www.25hoursaday.com/weblog/CommentView.aspx?guid=ff9e7686-fe87-400b-a09c-fe449547d13c">I&#39;d

submitted a Thinkweek paper</a> which he&#39;d writen a response to, he hoped that he

wasn&#39;t too harsh in his criticism and I replied that his feedback was quite favorable

and has led to some <a href="http://dev.live.com">good things happening in Windows

Live</a>. 

</p>

        <p>

The meeting ran over by 15 minutes and I felt bad for taking up so much of his time.

As I was leaving the building I overheard the following exchange between the receptionist

of the building and a visitor 

</p>

        <blockquote>

          <b>Visitor</b>: Where is Bill Gates&#39;s office?<br />
<b>Receptionist</b>: I&#39;m not at liberty to divulge that information. 

<br />
<b>Visitor</b>: I need to see him, I just downloaded Windows Vista and I have a number

of complaints. 

<br />
</blockquote>I wonder how often that happens. :) 

<br />
<br />
<div class="feedflare">
 <a href="http://feeds.feedburner.com/~f/Carnage4life?a=FHFgUeoZ"><img alt="Image" src="http://feeds.feedburner.com/~f/Carnage4life?i=FHFgUeoZ" border="0" />
 </a> <a href="http://feeds.feedburner.com/~f/Carnage4life?a=jurmcbgG"><img alt="Image" src="http://feeds.feedburner.com/~f/Carnage4life?i=jurmcbgG" border="0" /></a> <a href="http://feeds.feedburner.com/~f/Carnage4life?a=azECtsVb"><img alt="Image" src="http://feeds.feedburner.com/~f/Carnage4life?i=azECtsVb" border="0" /></a>
</div>&quot;

<p>(Via <a href="http://www.25hoursaday.com/weblog/">Dare Obasanjo aka Carnage4Life</a>.)</p>]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley (Uyi) Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=1010">
  <rss:title>The MIT Lecture Browser</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=1010</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1010</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/gems/rsscomment.xml?:id=1010</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2006-09-15T21:34:01Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">Spotted via Stefano&#39;s Linotype. Enjoy MIT&#39;s Lecture Browser - a combination of Video Search and Speech Processing.</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Spotted via <a href="http://www.betaversion.org/~stefano/linotype/">Stefano&#39;s Linotype</a>.</p> <p>Enjoy <a href="http://web.sls.csail.mit.edu/lectures/">MIT&#39;s Lecture Browser</a> - a combination of Video Search and Speech Processing.</p>]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley (Uyi) Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/fate/?id=1009">
  <rss:title>The MIT Lecture Browser</rss:title>
  <rss:link>http://myopenlink.net/weblog/fate/?id=1009</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1009</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/fate/gems/rsscomment.xml?:id=1009</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2006-09-15T21:33:47Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">Spotted via Stefano&#39;s Linotype. Enjoy MIT&#39;s Lecture Browser - a combination of Video Search and Speech Processing.</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Spotted via <a href="http://www.betaversion.org/~stefano/linotype/">Stefano&#39;s Linotype</a>.</p> <p>Enjoy <a href="http://web.sls.csail.mit.edu/lectures/">MIT&#39;s Lecture Browser</a> - a combination of Video Search and Speech Processing.</p>]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fate Foundation Web Master &lt;&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=1008">
  <rss:title>Test Post via Diigo</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=1008</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1008</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/gems/rsscomment.xml?:id=1008</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2006-09-06T20:39:12Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">OpenLink Virtuoso: Open-Source Edition: Main.ODSSIOCRef  </dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
<a href="http://virtuoso.openlinksw.com/wiki/main/Main/ODSSIOCRef">OpenLink Virtuoso: Open-Source Edition: Main.ODSSIOCRef</a>
</p>
<div style="margin-left: 22px; margin-bottom: 33px; line-height: 150%;"> </div>]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley (Uyi) Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/fate/?id=1007">
  <rss:title>Band of Angels Help Indian Start Ups</rss:title>
  <rss:link>http://myopenlink.net/weblog/fate/?id=1007</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1007</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/fate/gems/rsscomment.xml?:id=1007</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2006-09-05T15:33:38Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">Band of Angels Help Indian Start Ups: &quot; After the dot-com bust and IT slowdown nearly crushed the startup he co-founded, entrepreneur Alok Mittal realized India’s business environment had a major shortcoming. There was no money for early stage companies. He survived-selling the startup he co-founded, jobsahead.com, to Monster.com for $9 million in 2004—but his five-year roller coaster ride gave him another idea. With even venture capitalists looking to invest as much as $1 million-$3 million, Indian entrepreneurs badly needed angel investors willing to commit smaller amounts in, and more importantly, provide guidance to, very early stage, pre-revenue companies. To shore up the gap, together with Saurabh Srivastava and some other people, Mittal informally started Band of Angels, India, modeled on Band of Angels and Angel Capital Association, to provide not just money but also high-quality mentoring to budding entrepreneurs. The group that formally launched this April has 30 investors from a variety of industries and has made three investments. The only one Mittal will name is Knowcross which makes software for the hospitality industry. The others, he says, are a technology retail chain and a heritage restaurant property that plans to scale up to a chain of high-end restaurants. GigaOM recently chatted with Alok Mittal, who is also executive director at venture firm Canaan Partners’ India office, about the kinds of companies and the sectors Band of Angels is looking to invest in. Here are some excerpts of that conversation. - On the minimum investment required by a Band member: Alok Mittal: There is no real minimum. We are setting an expectation that members will invest about $50,000 a year. Every member doesn’t have to invest in every company. Also, simply some one with $50,000 to spare is not the kind of member we are looking for. We are passionate about entrepreneurship and we want to help build companies as well so we want members with experience and a proven track record. -On the sectors Band of Angels, India, is looking to invest in: AM: When we started out, the first set of members was strong in technology. Now only half of the 30 odd members are from the technology space. We always had a broad charter and want to support different kinds of businesses, because ultimately all of us are excited about entrepreneurship. We are looking at the Internet space, telecom technology and embedded domains, media and entertainment, BPO, retail and biotechnology, among others. -On some proposals they are currently looking at: AM: We are considering some projects on the Internet side, like e-learning and social networking. These startups need $100,000 to $300,00 and we are well designed to do these smaller investments. We are looking at telecom technology, like billing software, and also at smaller BPO plays but those that have demonstrated success. -On the Band of Angels members being able to recoup their investments: AM: This is a very new concept for India where even the venture capital industry is so nascent. Very few companies can really expand with $200,000 from an angel investor. So unless the next stage (venture capital) is available an angel can incur losses. Our success in a sense will depend on how the rest of the ecosystem is developing. With VC investments increasing in India, this may just be the right time for angel investors, so anyone wanting to approach Band of Angels with an idea read this first and go, get funded. &quot; (Via GigaOM.)</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
<a href="http://featured.gigaom.com/2006/09/05/band-of-angels-help-indian-start-ups/#comments">Band of Angels Help Indian Start Ups</a>: &quot;</p>
<p>After the dot-com bust and IT slowdown nearly crushed the startup he co-founded, entrepreneur <a href="http://boaindia.com/alok_mittal.htm">Alok Mittal</a> realized India’s business environment had a major shortcoming.  There was no money for early stage companies.  He survived-selling the startup he co-founded, <a href="http://www.jobsahead.com/">jobsahead.com</a>, to <a href="http://www.monsterindia.com/">Monster.com</a> for $9 million in 2004—but his five-year roller coaster ride gave him another idea.</p>

<p>With even venture capitalists looking to invest  as much as $1 million-$3 million, Indian entrepreneurs badly needed angel investors willing to commit smaller amounts in, and more importantly, provide guidance to, very early stage, pre-revenue companies.</p>

<p>To shore up the gap, together with <a href="http://boaindia.com/saurabh_srivastava.htm">Saurabh Srivastava</a> and some other people, Mittal informally started <a href="http://boaindia.com/ajoy_khandheria.htm">Band of Angels, India</a>, modeled on <a href="http://www.bandangels.com/">Band of Angels</a> and <a href="http://www.angelcapitalassociation.org">Angel Capital Association</a>, to provide not just money but also high-quality mentoring to budding entrepreneurs.  The group that formally launched this April has 30 investors from a variety of industries and has made three investments.</p>

<p>The only one Mittal  will name is <a href="http://www.knowcross.com/">Knowcross</a> which makes software for the hospitality industry. The others, he says, are a technology retail chain and a heritage restaurant property that plans to scale up to a chain of high-end restaurants.</p>

<p>GigaOM recently chatted with Alok Mittal, who is also executive director at  venture firm <a href="http://www.canaan.com/index.html">Canaan Partners</a>’ India office, about the kinds of companies and the sectors Band of Angels is looking to invest in. Here are some excerpts of that conversation.</p>

<p>
<a id="more-6837"></a>
- On the minimum investment required by a Band member:
<em>
Alok Mittal: There is no real minimum. We are setting an expectation that members will invest about $50,000 a year. Every member doesn’t have to invest in every company. Also, simply some one with $50,000 to spare is not the kind of member we are looking for. We are passionate about entrepreneurship and we want to  help build companies as well so we want  members with experience and a proven track record. </em>
</p>

<p>-On the sectors Band of Angels, India, is looking to invest in:
<em>AM: When we started out, the first set of members was strong in technology. Now only half of the 30 odd members are from the technology space. We always had a broad charter and want to support different  kinds of businesses, because ultimately all of us are excited about entrepreneurship. We are looking at the Internet space, telecom technology and embedded domains, media and entertainment, BPO, retail and biotechnology, among others.
</em>
-On some proposals they are currently looking at:
<em>AM: We are considering some projects on the Internet side, like e-learning and social networking. These startups need $100,000 to $300,00 and we are well designed to do these smaller investments. We are looking at telecom technology, like billing software, and also at smaller BPO plays but those that have demonstrated success.</em>
</p>

<p>-On the Band of Angels members being able to recoup their investments:
<em>AM: This is a very new concept for India where even the venture capital industry is so nascent. Very few companies can really expand  with $200,000 from an angel investor. So unless the next stage (venture capital)  is available an angel can incur losses. Our success in a sense will depend on how the rest of the ecosystem is developing. </em>
</p>

<p>With VC investments <a href="http://featured.gigaom.com/2006/08/14/inside-indias-vc-boom/">increasing</a> in India, this may just be the right time for angel investors, so anyone wanting to approach Band of Angels with an idea read <a href="http://boaindia.com/get_funded.htm">this</a> first and go, get funded.</p>
					
<p>
 <a href="http://feeds.feedburner.com/~a/OmMalik?a=Nf7sms"><img alt="Image" src="http://feeds.feedburner.com/~a/OmMalik?i=Nf7sms" border="0" />
 </a>
</p>
<div class="feedflare">
 <a href="http://feeds.feedburner.com/~f/OmMalik?a=IzdhBGA1"><img alt="Image" src="http://feeds.feedburner.com/~f/OmMalik?i=IzdhBGA1" border="0" />
 </a> <a href="http://feeds.feedburner.com/~f/OmMalik?a=SiUrsfsp"><img alt="Image" src="http://feeds.feedburner.com/~f/OmMalik?i=SiUrsfsp" border="0" /></a> <a href="http://feeds.feedburner.com/~f/OmMalik?a=leutoUKf"><img alt="Image" src="http://feeds.feedburner.com/~f/OmMalik?i=leutoUKf" border="0" /></a> <a href="http://feeds.feedburner.com/~f/OmMalik?a=NoLoPOXe"><img alt="Image" src="http://feeds.feedburner.com/~f/OmMalik?i=NoLoPOXe" border="0" /></a> <a href="http://feeds.feedburner.com/~f/OmMalik?a=RPeRVmBe"><img alt="Image" src="http://feeds.feedburner.com/~f/OmMalik?i=RPeRVmBe" border="0" /></a> <a href="http://feeds.feedburner.com/~f/OmMalik?a=c31Vzn5X"><img alt="Image" src="http://feeds.feedburner.com/~f/OmMalik?i=c31Vzn5X" border="0" /></a>
</div>
<img alt="Image" src="http://feeds.feedburner.com/~r/OmMalik/~4/19439853" />&quot;

<p>(Via <a href="http://gigaom.com">GigaOM</a>.)</p>]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fate Foundation Web Master &lt;&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/fate/?id=1006">
  <rss:title>African Connectivity Map</rss:title>
  <rss:link>http://myopenlink.net/weblog/fate/?id=1006</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1006</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/fate/gems/rsscomment.xml?:id=1006</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2006-08-31T03:13:33Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">African Connectivity Map: &quot; N’cho has put together a great mashup covering connectivity across Africa. In it, he mashes up internet statistics with land and mobile phone usage numbers. All in all, a very compelling and useful tool for anyone looking to get a snapshot of the communications industry in any African nation. By the way, great redesign of the blog too N’cho - it’s looking really good. &quot; (Via White African :: a white african&#39;s view of the world.)</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
<a href="http://whiteafrican.com/?p=284">African Connectivity Map</a>: &quot;</p>
<p>
<a href="http://genesmith.org/connectivity-map/">N’cho</a> has put together a great mashup covering connectivity across Africa.  In it, he mashes up internet statistics with land and mobile phone usage numbers.  All in all, a very compelling and useful tool for anyone looking to get a snapshot of the communications industry in any African nation.</p>
	<p></p>
<center>
 <a href="http://genesmith.org/connectivity-map/"><img src="http://www.fateusa.org:80/wp-content/ethiopia-connectivity-map.jpg" width="460" height="400" alt="Africa Connectivity Map" title="Africa Connectivity Map" />
 </a>
</center>
	<p>By the way, great redesign of the blog too N’cho - it’s looking really good.
</p>&quot;

<p>(Via <a href="http://whiteafrican.com">White African :: a white african&#39;s view of the world</a>.)</p>]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fate Foundation Web Master &lt;&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/fate/?id=1005">
  <rss:title>Asia&#39;s Young Entrepreneurs</rss:title>
  <rss:link>http://myopenlink.net/weblog/fate/?id=1005</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1005</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/fate/gems/rsscomment.xml?:id=1005</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2006-08-27T14:22:09Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">Asia&#39;s Young Entrepreneurs: &quot; Business Week writes about entrepreneurs under 25 years of age: Led by China and India, Asia&#39;s superfast economies have dazzled observers for the last decade. But until recently the defining feature of most of them was corporate bigness. ... Divyank Turakhia, co-founder and director of Bombay-based Directi Group, was doing Internet consulting at age 14 before launching his domain-name registration and site-building company two years later with $600 he borrowed from his parents. At 24, he runs a profitable company with more than 250 employees and clients around the world. &quot; (Via E M E R G I C . o r g.)</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
<a href="http://www.emergic.org/archives/2006/08/24/index.html#asias_young_entrepreneurs">Asia&#39;s Young Entrepreneurs</a>: &quot;</p>
<p>
<a href="http://www.businessweek.com/smallbiz/content/aug2006/sb20060818_886243.htm?chan=globalbiz_asia_asia%27s+best+entrepreneurs+under+25">Business Week</a> writes about entrepreneurs under 25 years of age:<br />
</p>
<blockquote>
<br />
Led by China and India, Asia&#39;s superfast economies have dazzled observers for the last decade. But until recently the defining feature of most of them was corporate bigness.<br />
...<br />
Divyank Turakhia, co-founder and director of Bombay-based Directi Group, was doing Internet consulting at age 14 before launching his domain-name registration and site-building company two years later with $600 he borrowed from his parents. At 24, he runs a profitable company with more than 250 employees and clients around the world.<br />
</blockquote>&quot;

<p>(Via <a href="http://www.emergic.org/">E M E R G I C . o r g</a>.)</p>]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fate Foundation Web Master &lt;&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/fate/?id=1004">
  <rss:title>Products of India&#39;s Education</rss:title>
  <rss:link>http://myopenlink.net/weblog/fate/?id=1004</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1004</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/fate/gems/rsscomment.xml?:id=1004</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2006-08-27T14:20:56Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">Products of India&#39;s Education: &quot; [via Atanu] Bloomberg writes: As Gupta&#39;s rise illustrates, PepsiCo Inc., which last week named Indra Nooyi as its next CEO, isn&#39;t the first global corporation to recognize the caliber of Indian executive talent. The annual reports of many large companies show Indians are landing big jobs. Like Gupta and Nooyi, most are products of an investment in higher education the country made more than 40 years ago. ``There is a huge demand for Indian executives,&#39;&#39; says Rana Talwar, 58, former CEO of Standard Chartered Plc in London who runs Sabre Capital, a buyout firm. ``The quality of the education is very good. And Indians can adapt to any environment. When we grew up, we got used to adverse conditions such as power outages.&#39;&#39; &quot; (Via E M E R G I C . o r g.)</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
<a href="http://www.emergic.org/archives/2006/08/25/index.html#products_of_indias_education">Products of India&#39;s Education</a>: &quot;</p>
<p>[via Atanu] <a href="http://www.bloomberg.com/apps/news?pid=20601109&sid=aWhsAId0Xo_8&refer=home">Bloomberg</a> writes: <br />
</p>
<blockquote>
<br />
 As Gupta&#39;s rise illustrates, PepsiCo Inc., which last week named Indra Nooyi as its next CEO, isn&#39;t the first global corporation to recognize the caliber of Indian executive talent. The annual reports of many large companies show Indians are landing big jobs. Like Gupta and Nooyi, most are products of an investment in higher education the country made more than 40 years ago.

<p>``There is a huge demand for Indian executives,&#39;&#39; says Rana Talwar, 58, former CEO of Standard Chartered Plc in London who runs Sabre Capital, a buyout firm. ``The quality of the education is very good. And Indians can adapt to any environment. When we grew up, we got used to adverse conditions such as power outages.&#39;&#39; <br />
</p>&quot;

<p>(Via <a href="http://www.emergic.org/">E M E R G I C . o r g</a>.)</p>
</blockquote>]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fate Foundation Web Master &lt;&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=1003">
  <rss:title>Want a Slave Trade tour?  Don&#39;t miss Arochukwu.</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=1003</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1003</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/gems/rsscomment.xml?:id=1003</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2006-08-26T15:21:27Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">Want a Slave Trade tour? Don&#39;t miss Arochukwu.: &quot; Excuse me, please, but I need a moment of pidgin. Na wah oh! E be like say ndi-Arochukwu don vex well well. Them say &#39;all the Akata dey go Ghana, dey take their dollar go Ghana, say na slavery history tour&#39;. We, nko? We no get slavery? We get am plenty. I beg bring your dollar come make slavery tour&#39;. Ah beg. Dis one don pass man. I read it in Naija Blog: The Nigerian Tourist Development Commission&#39;s website has a page on an hypothetical slave tour for Nigeria. They write that &#39;Arochukwu has a distinguished reputation as a source for the supply of slaves.&#39; I wonder if the good people of this town would like to be considered in this way. I&#39;m not sure its quite something to be that proud of. OK, to be sure we don&#39;t treat the history of the slave trade as gingerly in Nigeria as we do in the U.S. An old girlfriend of mine was from Arochukwu, and when I wanted to tease her (which was often) I called her &#39;slave trader&#39;. She&#39;d call me &#39;bushman&#39; It&#39;s all good. Of course I didn&#39;t dwell on the fact that my Mom is from near Calabar, where the Aros would typically sell all the slaves they&#39;d captured in their raids on the Igbo interior (where my Dad is from). But even for those of us who can be that relaxed about it all (easy enough when your forbear was not the one shuffled off in a coffle to Calabar for a ghastly journey and a ghastlier existence abroad) the idea of building a tourism industry around all that sounds potty. Then again, I remember once traveling to New Orleans with a bunch of my Norwegian friends. They were dead set on going to see a plantation museum (I rememeber the flyer laid it on thick about &#39;witnessing the slave&#39;s experience&#39;). I recoiled from the idea and excused myself from the expedition, preferring to sleep in the car, but they came back all a-twitter. I guess there might be some logic to the whole thing. The same logic that keeps Mme Tussaud&#39;s Chamber of Horrors and the Torture Museum in Amsterdam going. I also hear that many Black Americans visit Goree in Senegal and Ghana&#39;s coastal slaving fortresses, and that such tourism is supposedly Ghana&#39;s largest source of hard currency. It&#39;s all about the Benjamins. Especially when Benjamin used to be named &#39;Baneji&#39;. And oh by the way... Whoever designed that Nigerian Tourism site? And whoever paid for it? I got something fo&#39; dat ass. I don&#39;t remember the last time I saw anything that garish on the Web. It needs to be in a bad design competition.&quot; (Via Uche Ogbuji.)</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
<a href="http://copia.ogbuji.net/blog/2006-08-24/Want_a_Sla">Want a Slave Trade tour?  Don&#39;t miss Arochukwu.</a>: &quot;</p>
<p>
Excuse me, please, but I need a moment of pidgin.</p>

<p>Na wah oh!  E be like say ndi-Arochukwu don vex well well.  Them say
&#39;all the Akata dey go Ghana, dey take their dollar go Ghana, say na
slavery history tour&#39;.  We, nko?  We no get slavery?  We get am plenty.
 I beg bring your dollar come make slavery tour&#39;.  Ah beg.  Dis one don
pass man.</p>

<p>
 <a href="http://www.wku.edu/~johnston.njoku/arochukwu/badagry/"><img alt="Image" style="float: right; margin: 10px; border: none;" src="http://www.wku.edu/~johnston.njoku/arochukwu/badagry/1.jpg" title="An artist's impression of the slave experience in the Mobe  Family House Museum" />
 </a>
I read it in <a href="http://naijablog.blogspot.com/2006/08/come-to-arochukwu-home-of-slavery.html">Naija
Blog</a>:</p>

<blockquote>
  <p>The Nigerian Tourist Development Commission&#39;s <a href="http://www.nigeriatourism.net/">website</a> has a <a href="http://www.nigeriatourism.net/slavetour.htm">page</a> on an
  hypothetical slave tour for Nigeria.  They write that &#39;Arochukwu has a
  distinguished reputation as a source for the supply of slaves.&#39;  I
  wonder if the good people of this town would like to be considered in
  this way.  I&#39;m not sure its quite something to be that proud of.</p>
</blockquote>

<p>OK, to be sure we don&#39;t treat the history of the slave trade as gingerly
in Nigeria as we do in the U.S.  An old girlfriend of mine was from
Arochukwu, and when I wanted to tease her (which was often) I called her
&#39;slave trader&#39;.  She&#39;d call me &#39;bushman&#39;  It&#39;s all good.  Of course I
didn&#39;t dwell on the fact that my Mom is from near Calabar, where the
Aros would typically sell all the slaves they&#39;d captured in their raids
on the Igbo interior (where my Dad is from).</p>

<p>But even for those of us who can be that relaxed about it all (easy
enough when your forbear was not the one shuffled off in a coffle to
Calabar for a ghastly journey and a ghastlier existence abroad) the idea
of building a tourism industry around all that sounds potty.  Then
again, I remember once traveling to New Orleans with a bunch of my
Norwegian friends.  They were dead set on going to see a plantation
museum (I rememeber the flyer laid it on thick about &#39;witnessing the
slave&#39;s experience&#39;).  I recoiled from the idea and excused myself from
the expedition, preferring to sleep in the car, but they came back all
a-twitter.  I guess there might be some logic to the whole thing.  The
same logic that keeps Mme Tussaud&#39;s Chamber of Horrors and the Torture
Museum in Amsterdam going.  I also hear that many Black Americans visit
Goree in Senegal and Ghana&#39;s coastal slaving fortresses, and that such
tourism is supposedly Ghana&#39;s largest source of hard currency.</p>

<p>It&#39;s all about the Benjamins.  Especially when Benjamin used to be named
&#39;Baneji&#39;.</p>

<p>And oh by the way... Whoever designed that Nigerian Tourism site?  And
whoever paid for it?  I got something fo&#39; dat ass.  I don&#39;t remember the
last time I saw anything that garish on the Web.  It needs to be in a
bad design competition.</p>&quot;

<p>(Via <a href="http://copia.ogbuji.net/blog/">Uche Ogbuji</a>.)</p>]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley (Uyi) Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=972">
  <rss:title>GeoRSS &amp; Geonames for Philanthropy re. Kiva Microfinance</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=972</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=972</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/gems/rsscomment.xml?:id=972</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2006-07-15T14:37:24Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">(Via Geospatial Semantic Web Blog.) GeoRSS &amp; Geonames for Philanthropy: &quot; I heard about Kiva.ORG in a BusinessWeek podcast. After visiting its website, I think there are few places where GeoRSS (in the RDF/A syntax) and Geonames can be used to enhance the site’s functionality. Kiva.ORG Background It’s a microfinance website for people in the developing countries. Its business model is in the intersection between peer-to-peer financing and philanthropy. The goal is to help developing country businesses to borrow small loans from a large group of Web users, so that they can avoid paying high interests to the banks. For example, a person in Uganda can request a $500 loan and use it for buying and selling more poultry. One or more lenders (anyone on the Web) may decide to grant loans to that person in increments as tiny as $25. After few years, that person will pay back the loans to the lenders. How GeoRSS and Geonames Can Help I went to the website and discovered the site has a relative weak search and browsing interface. In particular, there is no way to group loan requests based on geographical locations (e.g., countries, cities and regions). Took a look at individual loan pages. Each page actually has standard ways to describe location information — e.g., Location: Mbale, Uganda. It should be relative easy to add GeoRSS points (in the RDF/A syntax) to describe these location information (an alternative maybe using Microformat Geo or W3C Geo). Once the location information is annotated, one can imagine building a map mashup to display loan requests in a geospatial perspective. One can also build search engines to support spatial queries such as ‘find me all loans with from Mbale’. Since Kiva.ORG webmasters may not be GIS experts, it will be nice if we can find ways to automatically geocode location information and describe that using GeoRSS. This automatic geocoding procedure can be developed using Geonames’s webservices. Take a string ‘Mbale’ or ‘Uganda’, and send to Geonames’s search service. The procedure will get back JSON or XML description of the location, which include latitude and longitude. This will then be used to annotate the location information in a Kiva loan page. Can you think of other ways to help Kiva.ORG to become more ‘geospatially intelligent’? You can learn more about Kiva.ORG at its website and listen to this podcast. &quot;</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>(Via <a href="http://www.geospatialsemanticweb.com">Geospatial Semantic Web Blog</a>.)</p>
<p>
<a href="http://www.geospatialsemanticweb.com/2006/07/14/georss-geonames-for-philanthropy#comments">GeoRSS &amp; Geonames for Philanthropy</a>: &quot;</p>
<p>I heard about <a title="kiva.org" href="http://www.kiva.org">Kiva.ORG</a> in a BusinessWeek podcast. After visiting its website, I think there are few places where GeoRSS (in the RDF/A syntax) and Geonames can be used to enhance the site’s functionality.</p>
<h5>Kiva.ORG Background</h5>
<h5>
<img align="left" title="kiva.org" id="image92" alt="kiva.org" src="http://www.geospatialsemanticweb.com/wp-content/uploads/2006/07/kiva-bannersmall.png" />
</h5>
<p>It’s a microfinance website for people in the developing countries. Its business model is in the intersection between peer-to-peer financing and philanthropy. The goal is to help developing country businesses to borrow small loans from a large group of Web users, so that they can avoid paying high interests to the banks.</p>
<p>For example, a person in Uganda can <a target="_blank" title="Kiva Loan Request" href="http://kiva.org/app.php?page=businesses&action=about&id=564">request</a> a $500 loan and use it for buying and selling more poultry. One or more lenders (anyone on the Web) may decide to grant loans to that person in increments as tiny as $25. After few years, that person will pay back the loans to the lenders.</p>
<h5>How GeoRSS and Geonames Can Help</h5>
<p>I went to the website and discovered the site has a relative weak search and browsing interface. In particular, there is no way to group loan requests based on geographical locations (e.g., countries, cities and regions).<br />
<a id="more-90"></a>
<br />
Took a look at individual loan pages. Each page actually has standard ways to describe location information — e.g., <strong>Location:</strong> Mbale, Uganda.</p>
<p>It should be relative easy to add <a title="GeoRSS" target="_blank" href="http://www.georss.org/">GeoRSS</a> points (in <a title="Mixing GeoRSS with RDF/A" target="_blank" href="http://www.geospatialsemanticweb.com/2006/06/08/mixing-rdfa-with-georss">the RDF/A syntax</a>) to describe these location information (an alternative maybe using <a title="geocode with microformat" target="_blank" href="http://www.geospatialsemanticweb.com/2006/01/03/how-to-geocode-your-blog">Microformat Geo</a> or <a title="w3c geo" target="_blank" href="http://www.w3.org/2003/01/geo/">W3C Geo</a>). Once the location information is annotated, one can imagine building a map mashup to display loan requests in a geospatial perspective. One can also build search engines to support spatial queries such as ‘find me all loans with from Mbale’.</p>
<p>Since Kiva.ORG webmasters may not be GIS experts, it will be nice if we can find ways to automatically geocode location information and describe that using GeoRSS. This automatic geocoding procedure can be developed using <a title="geonames webservices" target="_blank" href="http://www.geonames.org/export/geonames-search.html">Geonames’s webservices</a>. Take a string ‘Mbale’ or ‘Uganda’, and send to Geonames’s search service. The procedure will get back <a target="_blank" title="geonames json saerch" href="http://ws.geonames.org/searchJSON?q=Mbale&maxRows=10">JSON</a> or <a target="_blank" title="geonames xml search" href="http://ws.geonames.org/search?q=Mbale&maxRows=10">XML</a> description of the location, which include latitude and longitude. This will then be used to annotate the location information in a Kiva loan page.</p>
<p>Can you think of other ways to help Kiva.ORG  to become more ‘geospatially intelligent’?<br />
You can learn more about <a title="kiva.org" target="_blank" href="http://www.kiva.org">Kiva.ORG</a> at its website and listen to <a title="An eBay for Microfinance" target="_blank" href="http://www.businessweek.com/mediacenter/podcasts/innovation/innovation_07_11_06.htm">this podcast</a>.
</p>&quot;]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley (Uyi) Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=969">
  <rss:title>Contd: Ajax Database Connectivity Demos</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=969</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=969</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/gems/rsscomment.xml?:id=969</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2006-06-01T22:48:06Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">Last week I put out a series of screencast style demos that sought to demonstrate the core elements of our soon to be released Javascript Toolkit called OAT (OpenLink Ajax Toolkit) and its Ajax Database Connectivity layer. The screencasts covered the following functionality realms: SQL Query By Example (basic) SQL Query By Example (advanced - pivot table construction) Web Form Design (basic database driven map based mashup) Web Form Design (advanced database driven map based mashup) To bring additional clarity to the screencasts demos and OAT in general, I have saved a number of documents that are the by products of activities in the screenvcasts: Live XML Document produced using SQL Query By Example (basic) (you can use drag and drop columns across the grid to reorder and sort presentation) Live XML Document produced using QBE and Pivot Functionality (you can drag and drop the aggregate columns and rows to create your own views etc..) Basic database driven map based mashup (works with FireFox, Webkit, Camino; click on pins to see national flag) Advanced database driven map based mashup (works with FireFox, Webkit, Camino; records, 36, 87, and 257 will unveil pivots via lookup pin) Notes: “Advanced”, as used above, simply means that I am embedding images (employee photos and national flags) and a database driven pivot into the map pins that serve as details lookups in classic SQL master/details type scenarios. The “Ajax Call In Progress..” dialog is there to show live interaction with a remote database (in this case Virtuoso but this could be any ODBC, JDBC, OLEDB, ADO.NET, or XMLA accessible data source) The data access magic source (if you want to call it that) is XMLA - a standard that has been in place for years but completely misunderstood and as a result under utilized You can see a full collection of saved documents at the following locations: My Mashups demo directory (Google and Yahoo! demo variants but note these do not work with Safari or IE at the current time. IE7 issues will be resolved in the next day or so) My Pivots demo directory (other Pivots will be added as I build and save them) My Saved Queries (a collection of saved QBE generated queries)</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p> Last week I put out a series of screencast style demos that sought to demonstrate the core elements of our soon to be released Javascript Toolkit called OAT (<a href="http://www.openlinksw.com/oat/">OpenLink Ajax Toolkit</a>) and its Ajax Database Connectivity layer. </p> <p> The screencasts covered the following functionality realms: </p> <ol> <li>   <a href="http://www.openlinksw.com/blog/%7Ekidehen/index.vspx?page=&id=982">SQL Query By Example (basic)</a> </li> <li>   <a href="http://www.openlinksw.com/blog/%7Ekidehen/index.vspx?page=&id=983">SQL Query By Example (advanced - pivot table construction)</a> </li> <li>   <a href="http://www.openlinksw.com/blog/%7Ekidehen/index.vspx?page=&id=981">Web Form Design (basic database driven map based mashup)</a> </li> <li>   <a href="http://www.openlinksw.com/blog/%7Ekidehen/index.vspx?page=&id=985">Web Form Design (advanced database driven map based mashup)</a> </li> <li></li> </ol> <p> To bring additional clarity to the screencasts demos and OAT in general, I have saved a number of documents that are the by products of activities in the screenvcasts: </p> <ol> <li>   <a href="http://demo.openlinksw.com/public_demos/queries/customer_qry1.xml">Live XML Document produced using SQL Query By Example (basic)</a> (you can use drag and drop columns across the grid to reorder and sort presentation)</li> <li>   <a href="http://demo.openlinksw.com/public_demos/reports/Pivots/employee_sales_by_ship_country_pivot.xml">Live XML Document produced using QBE and Pivot Functionality</a> (you can drag and drop the aggregate columns and rows to create your own views etc..)</li> <li>   <a href="http://demo.openlinksw.com/public_demos/reports/MapMashups/country_flags_google_frm2.xml">Basic database driven map based mashup</a> (works with FireFox, Webkit, Camino; click on pins to see national flag)</li> <li>   <a href="http://demo.openlinksw.com/public_demos/reports/MapMashups/employee_sales_by_ship_country_pivot_google.xml">Advanced database driven map based mashup</a> (works with FireFox, Webkit, Camino; records, 36, 87, and 257 will unveil pivots via lookup pin)</li> </ol> <p> Notes: </p> <ul> <li>“Advanced”, as used above,  simply means that I am embedding images (employee photos and national flags) and a database driven pivot into the map pins that serve as details lookups in classic SQL master/details type scenarios.</li> <li>The “Ajax Call In Progress..” dialog is there to show live interaction with a remote database (in this case <a href="http://virtuoso.openlinksw.com">Virtuoso</a> but this could be any ODBC, JDBC, OLEDB, ADO.NET, or XMLA accessible data source)</li> <li>The data access magic source (if you want to call it that) is XMLA - a standard that has been in place for years but completely misunderstood and as a result under utilized</li> </ul> <p> You can see a full collection of saved documents at the following locations:   </p> <ul> <li>   <a href="http://demo.openlinksw.com/public_demos/reports/MapMashups/">My Mashups demo directory</a> (Google and Yahoo! demo variants but note these do not work with Safari or IE at the current time. IE7 issues will be resolved in the next day or so) </li> <li>   <a href="http://demo.openlinksw.com/public_demos/reports/Pivots/">My Pivots demo directory</a> (other Pivots will be added as I build and save them) </li> <li>   <a href="http://demo.openlinksw.com/public_demos/queries/">My Saved Queries</a>  (a collection of saved QBE generated queries)</li> </ul>
]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley (Uyi) Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=968">
  <rss:title>Great Product: Parallels Desktop Release Candidate 2 released</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=968</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=968</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/gems/rsscomment.xml?:id=968</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2006-05-31T21:15:21Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">I am thoroughly impressed with this product. I have been using Solaris (in its many incarnations since the mid 80&#39;s SunOS days), Windows (since Windows 2.0), Linux (since inception), FreeBSD (since inception), and Mac OS X (since its NexT days). With the above in mind (years of getting into trouble during OS installation and usage etc.. I expected the very worst when attempting to get Solaris 10, Linux (Debian), FreeBSD 6.x, and Windows XP installed on a Mac Mini such that I could have all of these operating systems at my disposal without quad-booting. To my utter disbelief (I am still trying to recover from the immense euphoria..) Parallels delivered to me the absolute simplest installation and usage experience across all said operating systems that I have ever experienced. I now have a MacIntel Mac Mini (one of several that I will be stocking up on while I wait the Microsoft Universal Binary port of Office) that delivers me the long sought nirvana of having Solaris, FreeBSD, Linux, Windows XP, and Mac OS X on a single desktop! If you want to enjoy one of the genuine innovations of our time, simply make parallels an integral part of your Mac OS X experience (whether you are an end-user, developer, administrator, or systems integrator). Parallels Desktop Release Candidate 2, uh, released: &quot; Filed under: OS, Software Get your mice clicking ladies and gentlemen, as Parallels has offered up the final test version of Parallels Desktop for Mac, their virtualization software that allows you to run almost any OS right within Mac OS X. With this version, however, Parallels has increased the app&#39;s final price to $79.99, as they have incorporated their Compressor Server tool (due to user feedback) into the software package for streamlining and optimizing your virtual machines and the amount of disk space they occupy. The beta testing pre-order price of $39.99 is still in place, and probably more appetizing than ever. Other new features and improvements in the Release Candidate 2 include: Significantly improved performance Improved USB performance and broader device support Improved Host-guest networking Automatic network adapters now switch on-the-fly Guest OS no longer steals host IP address in some DHCP servers Fullscreen mode is now customizable Integration with Virtue is now bug-free Customizable Ctrl + Click mapping Guest 32bit color is supported when Parallels Tools is installed Improved Shared folders performance Resolved shared folders/MS Office incompatibility issues Windows 98 no longer consumes 99% host CPU even when idle (in VT-x mode) Also note that if you download this newest release, you must re-install the Parallels Tools for guest Windows installations (NT/2000/XP/2003). As with previous beta releases, this download is free before the software package goes official. Read&#39;|&#39;Permalink&#39;|&#39;Email this&#39;|&#39;Linking&#39;Blogs&#39;|&#39;Comments &quot; (Via The Unofficial Apple Weblog (TUAW).)</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>I am thoroughly impressed with this product. I have been using Solaris (in its many incarnations since the mid 80&#39;s SunOS days), Windows (since Windows 2.0), Linux (since inception), FreeBSD (since inception), and Mac OS X (since its NexT days).</p>
<p>With the above in mind (years of getting into trouble during OS installation and usage etc.. I expected the very worst when attempting to get Solaris 10, Linux (Debian), FreeBSD 6.x, and Windows XP installed on a Mac Mini such that I could have all of these operating systems at my disposal without quad-booting. To my utter disbelief (I am still trying to recover from the immense euphoria..) Parallels delivered to me the absolute simplest installation and usage experience across all said operating systems that I have ever experienced.</p>
<p>I now have a MacIntel Mac Mini (one of several that I will be stocking up on while I wait the Microsoft Universal Binary port of Office) that delivers me the long sought nirvana of having Solaris, FreeBSD, Linux, Windows XP, and Mac OS X on a single desktop!</p>
<p>If you want to enjoy one of the genuine innovations of our time, simply make parallels an integral part of your Mac OS X experience (whether you are an end-user, developer, administrator, or systems integrator).</p>

<blockquote>
<p>
<a href="http://www.tuaw.com/2006/05/31/parallels-desktop-release-candidate-2-uh-released/#comments">Parallels Desktop Release Candidate 2, uh, released</a>: &quot;</p>
<p>Filed under: <a href="http://www.tuaw.com/category/os/" rel="tag">OS</a>, <a href="http://www.tuaw.com/category/software/" rel="tag">Software</a>
</p>
<div id="pc623643">
<img vspace="5" hspace="5" border="1" alt="" src="http://www.tuaw.com/media/2006/04/parrellsvirtualization.jpg" />
<br />Get your mice clicking ladies and gentlemen, as Parallels has offered up the final test version of Parallels Desktop for Mac, their virtualization software that allows you to run almost any OS right within Mac OS X. With this version, however, Parallels has increased the app&#39;s final price to $79.99, as they have incorporated their Compressor Server tool (due to user feedback) into the software package for streamlining and optimizing your virtual machines and the amount of disk space they occupy. The beta testing pre-order price of $39.99 is still in place, and probably more appetizing than ever. Other new features and improvements in the Release Candidate 2 include:<br />
<ul>
    <li>Significantly improved performance</li>
    <li>Improved USB performance and broader device support</li>
    <li>Improved Host-guest networking</li>
    <li>Automatic network adapters now switch on-the-fly</li>
    <li>Guest OS no longer steals host IP address in some DHCP servers</li>
    <li>Fullscreen mode is now customizable</li>
    <li>Integration with Virtue is now bug-free</li>
    <li>Customizable Ctrl + Click mapping</li>
    <li>Guest 32bit color is supported when Parallels Tools is installed</li>
    <li>Improved Shared folders performance</li>
    <li>Resolved shared folders/MS Office incompatibility issues</li>
    <li>Windows 98 no longer consumes 99% host CPU even when idle (in VT-x mode)</li>
</ul>
Also note that if you <a href="http://www.parallels.com/en/download/desktop/">download this newest release</a>, you must re-install the Parallels Tools for guest Windows installations (NT/2000/XP/2003). As with previous beta releases, this download is free before the software package goes official.</div>
<h6 style="clear: both; padding: 8px 0 0 0; height: 2px; font-size: 1px; border: 0; margin: 0; padding: 0;"></h6>
<a href="http://www.parallels.com/en/download/desktop/">Read</a>&#39;|&#39;<a href="http://www.tuaw.com/2006/05/31/parallels-desktop-release-candidate-2-uh-released/" rel="bookmark" title="Permanent link to this entry">Permalink</a>&#39;|&#39;<a href="http://www.tuaw.com/forward/623643/" title="Send this entry to a friend via email">Email this</a>&#39;|&#39;<a href="http://www.technorati.com/cosmos/search.html?rank=&fc=1&url=http://www.tuaw.com/2006/05/31/parallels-desktop-release-candidate-2-uh-released/" title="Linking Blogs">Linking&#39;Blogs</a>&#39;|&#39;<a href="http://www.tuaw.com/2006/05/31/parallels-desktop-release-candidate-2-uh-released/#comments" title="View reader comments on this entry">Comments</a>
<br />
<br />
<img alt="Image" src="http://feeds.tuaw.com/weblogsinc/tuaw?g=317" />&quot;

<p>(Via <a href="http://www.tuaw.com">The Unofficial Apple Weblog (TUAW)</a>.)</p>
</blockquote>]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley (Uyi) Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=967">
  <rss:title>Patent Office To Review Legitimacy Of Amazon&#39;s One-Click Shopping Patent</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=967</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=967</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/gems/rsscomment.xml?:id=967</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2006-05-22T14:22:09Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">Patent Office To Review Legitimacy Of Amazon&#39;s One-Click Shopping Patent: &quot;Information Week May 22 2006 8:00AM GMT&quot; (Via Moreover - E-commerce news.) Looks like the U.S. Patent Office is awakening from its sleep-beauty-like snooze!</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<blockquote>
<p>
  <a href="http://c.moreover.com/click/here.pl?r537369319">Patent Office To Review Legitimacy Of Amazon&#39;s One-Click Shopping Patent</a>: &quot;Information Week May 22 2006 8:00AM GMT&quot;</p>

<p>(Via <a href="http://www.moreover.com/rss">Moreover - E-commerce news</a>.)</p>
</blockquote>

<p>Looks like the U.S. Patent Office is awakening from its sleep-beauty-like snooze!</p>]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley (Uyi) Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=966">
  <rss:title>Simplicity, Incentives, Semantic Web and Web 2.0</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/?id=966</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=966</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen@openlinksw.com/kidehen@openlinksw.com-blog-0/gems/rsscomment.xml?:id=966</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2006-05-17T03:35:12Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">Simplicity, Incentives, Semantic Web and Web 2.0: &quot; Despite page ranking and other techniques, the scale of the Internet is straining available commercial search engines to deliver truly relevant content.&#39; This observation is not new, but its relevance is growing.&#39; Similarly, the integration and interoperabillity challenges facing enterprises have never been greater.&#39; One approach to address these needs, among others, is to adopt semantic Web standards and technologies. The image is compelling:&#39; targeted and unambiguous information from all relevant sources, served in usable bit-sized chunks.&#39; It sounds great; why isn’t it happening? There are clues — actually, reasons — why semantic Web technology is not being embraced on a broad-scale way.&#39; I have spoken elsewhere as to why enterprises or specific organizations will be the initial adopters and promoters of these technologies.&#39; I still believe that to be the case.&#39; The complexity and lack of a network effect ensure that semantic Web stuff will not initially arise from the public Internet. Parellels with Knowledge Management Paul Warren, in&#39; &#39; (Via AI3 - Adaptive Information:::.)</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
<a href="http://www.mkbergman.com/?p=210">Simplicity, Incentives, Semantic Web and Web 2.0</a>: &quot;</p>
<p>Despite page ranking and other techniques, the scale of the Internet is straining available commercial search engines to deliver truly relevant content.&#39; This observation is not new, but its relevance is growing.&#39; Similarly, the integration and interoperabillity challenges facing enterprises have never been greater.&#39; One approach to address these needs, among others, is to adopt semantic Web standards and technologies.</p>
<p>The image is compelling:&#39; targeted and unambiguous information from all relevant sources, served in usable bit-sized chunks.&#39; It sounds great; why isn’t it happening? </p>

<p>There are clues — actually, reasons — why semantic Web technology is not being embraced on a broad-scale way.&#39; I have <a title="Starting Small via the Semantic Organization" href="http://www.mkbergman.com/?p=145">spoken elsewhere</a> as to why enterprises or specific organizations will be the initial adopters and promoters of these technologies.&#39; I still believe that to be the case.&#39; The complexity and lack of a network effect ensure that semantic Web stuff will not initially arise from the public Internet.</p>

<p>
<strong>Parellels with Knowledge Management</strong>
</p>

<p> Paul Warren, in&#39; &#39;<a href="http://dsonline.computer.org/portal/site/dsonline/menuitem.9ed3d9924aeb0dcd82ccc6716bbe36ec/index.jsp?&pName=dso_level1&path=dsonline/2006/02&file=x1war.xml&xsl=article.xsl&amp;&quot; title=" distributed="distributed" systems="systems" technology.guardian.co.uk="technology.guardian.co.uk" weekly="weekly" story="story" html="html" edgeperspectives.typepad.com="edgeperspectives.typepad.com" edge_perspectives="edge_perspectives" soa_versus_web_.html="soa_versus_web_.html" blogs.zdnet.com="blogs.zdnet.com" hinchcliffe="hinchcliffe" enterprise="enterprise" web="web" web2.wsj2.com="web2.wsj2.com" web_20_for_the_enterprise_where_the_action_is.htm="web_20_for_the_enterprise_where_the_action_is.htm" for="for" the="the" center="center" directions="directions" hinchcliffe.org="hinchcliffe.org" img="img" web2entdirections.jpg="web2entdirections.jpg" _blank="_blank" www.sekt-project.com="www.sekt-project.com" p="p">

</a>
</p>
<p>(Via <a href="http://www.mkbergman.com">AI3 - Adaptive Information:::</a>.)</p>]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley (Uyi) Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
</rdf:RDF>