repository/0000775000104500010450000000000011006747461011731 5ustar ucheucherepository/comments/0000775000104500010450000000000011007176213013546 5ustar ucheucherepository/comments/2005_09_02_17_59_16-My_country_is_out_of_its_COT_DAMN_MIND.atom0000664000104500010450000000422111006756573026202 0ustar ucheuche Fri Sep 2 17:59:16 2005 83711291-2e08-44a8-9ac5-d256713fa5a1 <div xmlns="http://www.w3.org/1999/xhtml">My country is out of its COT DAMN MIND</div> Uche http://uche.ogbuji.net 2005-09-02T17:59:16.400000 2005-09-02T17:59:16.400000
Kwasi,

Well said.  I'll feature your piece a bit more tonight.

Sylvain,

Read Kwasi's entry at

http://ghanageek.blogspot.com/2005/09/on-tragedy-of-mismanagement-that-is.html

For an excellent analysis of why the poor (and predominantly black) didn't evacuate.  They were allowed to flee, but they didn't have the means.
Kwasi, Well said. I'll feature your piece a bit more tonight. Sylvain, Read Kwasi's entry at http://ghanageek.blogspot.com/2005/09/on-tragedy-of-mismanagement-that-is.html For an excellent analysis of why the poor (and predominantly black) didn't evacuate. They were allowed to flee, but they didn't have the means.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_27_11_24_44-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_27_11_24_44-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000623511007062220031643 0ustar ucheuche Tue Jun 27 11:24:44 2006 c312934f-7b98-40d4-8a96-82a467986706 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> JR 2006-06-27T11:24:44.050000 2006-06-27T11:24:44.050000
Would Univision please get HD so I don't have to listen to the trash from these World Cup announcers.  Balboa is absolutely terrible.  It is too bad because he was actually a pretty good soccer player for the US, but now doesn't seem to have any knowledge of the game.  I am the hardest on him because he is supposed to know what he's talking about.  The other announcers pretty much have no soccer experience so who cares what they say.  I will give Balboa some credit, he can correctly identify David Beckham.  An announcer in the first game called him Michael Beckman, which must have been some cross of Owen/Beckham.  Balboa however, spent the first half of England's last game saying Beckham shouldn't start for England.  Then he scores a goal and Balboa continues to trash Beckham.  I am also sick of hearing about Brazil underachieving.  They have won all their games, they have scored loads of goals.  According to Balboa they have great players but don't play well as a team and if they keep playing the way they are playing they won't get by teams like France or Spain.  What is wrong with him?  If Brazil doesn't win 6-0, they aren't playing well as a team?  I guess I'd rather have a bunch of good individuals that beat Ghana 3-0 than the "best US team ever assembled" and lose 2-1.  I think ESPN should imagine the Super Bowl being covered by English announcers/annalysts and rethink the idea of having the World Cup covered by second class soccer minds.  (In case you didn't hear it mentioned one of the million times during the  Mexico/Argentina game, Crespo was credited for Argentina's first goal although the announcer felt it should have been an own goal).
Would Univision please get HD so I don't have to listen to the trash from these World Cup announcers. Balboa is absolutely terrible. It is too bad because he was actually a pretty good soccer player for the US, but now doesn't seem to have any knowledge of the game.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_16_09_40_43-Python___XML___wary_coexistence.atom0000664000104500010450000000271411006757071025215 0ustar ucheuche Fri Sep 16 09:40:43 2005 62e77ea1-750c-4cf3-ac91-d5a4759b80d4 <div xmlns="http://www.w3.org/1999/xhtml">Python + XML = wary coexistence</div> Alexis Li 2005-09-16T09:40:43.260000 2005-09-16T09:40:43.260000
Excuse a little flippancy, but that last correspondent is perfectly correct. The first thing you do is write a Ruby interpreter...
Excuse a little flippancy, but that last correspondent is perfectly correct. The first thing you do is write a Ruby interpreter...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_08_27_14_41_26-LazyWeb_Ho___Detecting_whether_a_browser_supports_XML_XSLT.atomrepository/comments/2006_08_27_14_41_26-LazyWeb_Ho___Detecting_whether_a_browser_supports_XML_XSLT.a0000664000104500010450000001166111007057660031675 0ustar ucheuche Sun Aug 27 14:41:26 2006 36969d26-c850-4589-b5dc-f4190e10da04 <div xmlns="http://www.w3.org/1999/xhtml">LazyWeb Ho! Detecting whether a browser supports XML+XSLT</div> M. David Peterson http://xmlhacker.com 2006-08-27T14:41:26.690000 2006-08-27T14:41:26.690000
As per my email, I am copying this over in hopes of generating some good community conversation in regards to the cheapest, most efficient way to handle all of this such that the least amount of server-side work can be implemented such that fewer resources would be enabled to serve a greater number of requests.

From the email,

Quick description: Using an XHTML-based XML document, and extending from the code-base from this http://www.oreillynet.com/xml/blog/2006/07/no_sign_of_document_function_b.html > post (the code of which I originally published to my personal blog last December), if client side XSLT is present, the PI will catch-it, and begin processing.  If its not, it will (obviously) continue parsing the document.  Dependent upon the browser, you can do one of two things at this stage: meta-refresh to a static, pre-rendered web page, or use Javascript to write out the page using either inline Javascript, or an imported Javascript file.

A meta-refresh adds an extra GET to the mix, but one extra GET for 1 out of every 20-30 visitors is not a huge thing.

The only part of this that hasn't been thouroughly tested is the content type.  Some of the older browsers will ignore the content type in the header as long as they understand what to do with the content.  However, this obviously could present a fairly major flaw in using this method as text/xml (which is the content-type that you have to use for IE, and while Fx/Moz will also except application/xml, to ensure compatibility across platforms, as you probably already know, they will process a PI of document with a content-type text/xml as well.  This is true of Safari and Opera as well) will immediatelly throw some browsers for a loop, and they won't render anything.  Of course testing this proves to be a real pain in the a$$, as getting all versions of all browsers tested in-house is not exactly an easy thing to do, though not impossible either. > http://browsers.evolt.org/

It seems that the ultimate solution would be one that does the lightest amount of server side processing as possible.  If the same base XHTML document is sent to all browsers, then setting the content-type to text/html for those who's user-agent string doesn't contain one of the known XSLT browsers would be cheaper than transforming the document in real time.  Of course, in this scenario it might be easier to redirect to the proper pre-transformed HTML file as part of the header.
---

Not in the email, but something that just occured to me: There is one other gotcha that the above method hasn't been tested (I have no idea if the old MSXML 2.0 processor looks for PI, but I assume it does, and therefore this could present a problem.)  See this http://www.oreillynet.com/xml/blog/2006/06/opera_90_final_released.html#comment-49383> comment from a while back for more detail.
---

Comments?
As per my email, I am copying this over in hopes of generating some good community conversation in regards to the cheapest, most efficient way to handle all of this such that the least amount of server-side work can be implemented such that fewer resources would be enabled to serve…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000014600000000000011566 Lustar rootrootrepository/comments/2005_05_12_11_55_16-Toli__Talk_About_Joining_The_Loyal_Opposition__with_Flow.atomrepository/comments/2005_05_12_11_55_16-Toli__Talk_About_Joining_The_Loyal_Opposition__with_Flow.ato0000664000104500010450000000353411006766616032001 0ustar ucheuche Thu May 12 11:55:16 2005 9b0349c9-494b-4689-a555-08429917ea5e <div xmlns="http://www.w3.org/1999/xhtml">Toli: Talk About Joining The Loyal Opposition, with Flow</div> Trackback from James Governor's MonkChips http://www.redmonk.com/jgovernor/archives/000678.html 2005-05-12T11:55:16.080000 2005-05-12T11:55:16.080000
I never read James Snell before yesterday, when Stephen pointed him out. Anyway he has just completely nailed the simplicity/complexity/architecture argument. What is it with these incredibly articulate architecture types? And how come the simplicity/situated folks seem to have all...
I never read James Snell before yesterday, when Stephen pointed him out. Anyway he has just completely nailed the simplicity/complexity/architecture argument. What is it with these incredibly articulate architecture types? And how come the simplicity/situated folks seem to have all...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_01_07_45_39-Is_it_coz_I_is_not_black_.atom0000664000104500010450000000527611006760431024026 0ustar ucheuche Mon Aug 1 07:45:39 2005 d1134287-9be2-4e3e-a433-cde56f91b496 <div xmlns="http://www.w3.org/1999/xhtml">Is it coz I is not black?</div> Chimezie http://copia.ogbuji.net/blog 2005-08-01T07:45:39.890000 2005-08-01T07:45:39.890000
This is a tough one, but I thought I would contribute to the discussion.  In particular, I must say I was a member of NSBE and didn't think it's premise was disturbing or dangerous.  I agree that excusion for the sake of being exclusive (without any political discourse) is dangerous (very dangerous), but I'm more inclined to feel that the NSBE (and other organizations that give a comfortable forum for people in the vanguard of a profession or situation where a feeling of being a fish out of water can do more damage than good) is a very healthy thing.  For the same reason there are support groups for people with issues in mainstream society (regardless of whether those issues lies with them or with mainstream society): consider Alcoholics Anonymous for instance.  Or Mothers Against Drunk Drivers.  Unlike what most may think (and I wouldn't blame those who haven't been in a situation of feeling like a fish out of water in a larger community - it's an experience you have to go through to truley empathize with), cultural insecurity and the feeling of not belonging (justified or not) is an incredible disadvantage in societies where a sense identify is more important than it may have ever been at any point.
This is a tough one, but I thought I would contribute to the discussion. In particular, I must say I was a member of NSBE and didn't think it's premise was disturbing or dangerous. I agree that excusion for the sake of being exclusive (without any political discourse) is dangerous…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_21_21_22_48-Python_XML_column__33_pubbed.atom0000664000104500010450000000371311006764507024321 0ustar ucheuche Sat May 21 21:22:48 2005 98686eaf-9011-462c-a9d4-7577badedd62 <div xmlns="http://www.w3.org/1999/xhtml">Python/XML column #33 pubbed</div> John Cowan http://www.ccil.org/~cowan 2005-05-21T21:22:48.210000 2005-05-21T21:22:48.210000
ORA's brain-dead comment facility wouldn't let me say this.  It is very important for Western European and American Windows users to set the local conversion mode to CP-1252, not ISO 8859-1.  Using 8859-1 means that the Windows characters at 0x80-0x9F (curly quotes, s-hacek, ellipsis, etc.) get converted to U+0080 to U+009F, which are valid but useless.  Using CP-1252 gets them converted to Unicode correctly.
ORA's brain-dead comment facility wouldn't let me say this. It is very important for Western European and American Windows users to set the local conversion mode to CP-1252, not ISO 8859-1. Using 8859-1 means that the Windows characters at 0x80-0x9F (curly quotes, s-hacek, ellipsis, etc.) get converted to U+0080 to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_10_11_55_41-Putting_up_with_Javascript.atom0000664000104500010450000000336311006756335024336 0ustar ucheuche Sat Sep 10 11:55:41 2005 82d86bb1-436a-4f24-a76a-1f6df11ca02d <div xmlns="http://www.w3.org/1999/xhtml">Putting up with Javascript</div> Kurt Cagle http://www.understandingxml.com 2005-09-10T11:55:41.700000 2005-09-10T11:55:41.700000
I've taken the body of these comments and expanded on them a little farther in my own blog:

http://www.understandingxml.com/archives/2005/09/javascript_and.html#more

-- Kurt
I've taken the body of these comments and expanded on them a little farther in my own blog: http://www.understandingxml.com/archives/2005/09/javascript_and.html#more -- Kurt…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_15_08_26_54-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_15_08_26_54-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000501211007062210031640 0ustar ucheuche Thu Jun 15 08:26:54 2006 be1447e6-c8c4-40c8-adf4-1bef8d16d3ae <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Nick http://uche.ogbuji.net 2006-06-15T08:26:54.220000 2006-06-15T08:26:54.220000
Nick,

You're right.  I have noticed a mild improvement, and I should give them a bit of credit.  But why do they have to go through the entire first round of games before learning the basics of presenting football?  ESPN is hardly a newcomer to the sport.  Even if they were, I'm sure there are many consultants available who could have told them that the audio mix should include the stadium atmosphere, that football fans like to understand the club and country spectum of the players, etc.  They announcers could have been given glossaries of common footballing terms so they didn't have to make up their own outlandish expressions on the spot.  That last point is not just language snobbery.  The odd usage is quite distracting.

So I'll admit that there ahs been soe improvement, but much more is needed, and it's still disgraceful that ESPN still needs to be tinkering this far into the biggest sporting event on Earth.
Nick, You're right. I have noticed a mild improvement, and I should give them a bit of credit. But why do they have to go through the entire first round of games before learning the basics of presenting football? ESPN is hardly a newcomer to the sport. Even if they…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_19_14_04_47-LT_over_Barry_Sanders_.atom0000664000104500010450000000303311007054740023277 0ustar ucheuche Tue Dec 19 14:04:47 2006 90cc21b3-4afd-4e96-b982-7e3c7ca12df4 <div xmlns="http://www.w3.org/1999/xhtml">LT over Barry Sanders?</div> c0dec http://www.supahvillain.co.uk 2006-12-19T14:04:47.430000 2006-12-19T14:04:47.430000
i only started following NFL football and i'll say LT has impressed the hell out of me. My team's the Cowboys and I'll say Marion Barber can be as good as LT.
i only started following NFL football and i'll say LT has impressed the hell out of me. My team's the Cowboys and I'll say Marion Barber can be as good as LT.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_04_07_21_01-Yo_soy_Joaqu__n_Murrieta_.atom0000664000104500010450000000412411006761332024034 0ustar ucheuche Tue Oct 4 07:21:01 2005 273c6446-0d20-4e5f-baa6-b8b63ce58f2a <div xmlns="http://www.w3.org/1999/xhtml">Yo soy Joaquín Murrieta?</div> Uche http://copia.ogbuji.net 2005-10-04T07:21:01.120000 2005-10-04T07:21:01.120000
Damien,

Thanks for the clue.  That's pretty cool.  I used to live in Dallas (Irving), and I used to be part of one of the many performing poetry groups there.  Not slam poetry, but Def Poetry Jam has helped me appreciate that genre better.

http://www.louderartsproject.org/ does not resolve for me.  I found http://www.louderarts.com, but that doesn't seem to be it.

Peace.
Damien, Thanks for the clue. That's pretty cool. I used to live in Dallas (Irving), and I used to be part of one of the many performing poetry groups there. Not slam poetry, but Def Poetry Jam has helped me appreciate that genre better. http://www.louderartsproject.org/ does not resolve for me.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_13_07_08_23-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000305111006751657031317 0ustar ucheuche Fri Oct 13 07:08:23 2006 3b195cae-5476-4dbe-8ad9-16f6b5aa11dd <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> hadiza 2006-10-13T07:08:23.770000 2006-10-13T07:08:23.770000
helo,  I want to know more about nurseing science line, through remedai program plz if it is possible, I need every details about it, as soon as possible.
helo, I want to know more about nurseing science line, through remedai program plz if it is possible, I need every details about it, as soon as possible.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_21_14_39_07-Processing.atom0000664000104500010450000000677311006754156021103 0ustar ucheuche Fri Oct 21 14:39:07 2005 ca387d50-d64c-4898-9151-e70f55bf63de <div xmlns="http://www.w3.org/1999/xhtml">Processing </div> Sylvain Hellegouarch http://www.defuze.org/oss/blog/ 2005-10-21T14:39:07.100000 2005-10-21T14:39:07.100000
Hi guys,

Interestingly, the first time we had that discussion was right here (http://copia.ogbuji.net/blog/2005-06-20/Why_allow_).

Back then, I was in fact afraid that Amara would try to be a replacement for XSLT where I thought XSLT was just the right way to go for one thing: templating (well XML to XHTML).

I even asked:

"""Does XSLT2 answer that issue?"""

Till then, I learnt what was the potential of Amara and where it stands in the processing chain. I also discovered that XSLT2 was doing too much IMO. Not to say XSLT/XPath2 are bad (I don't pretend I have the skills to say such things), but I feel like they try to encompass features that should definitely stay with your favourite language du jour: Python, C#, whatever.

Of course, I am often interested in things you can now do with XSLT2 but overall I don't know, it feels too overengineered in a way. I insist, it's a feeling. XSLT 1.0 has seemed to find the right balance, basic but comprehensive set of features whil not being intrusive in what a developer want to achieve in its design.

That being said, there are fields where it is sometimes easier or nicer to do some tasks directly from XSLT. EXSLT was one answer to such cases. The point I brought on Mark Nottingham's blog was to bring a couple of features via extensions that could spice things up a bit :)

I think now that I was more interested in testing my ideas (thrown without much thinking I must admit) rather than having a definite goal per se.

To sump up, I totally agree with what you stated in your entry and it's always nice to be pushed back on tracks from time to time.

- Sylvain
Hi guys, Interestingly, the first time we had that discussion was right here (http://copia.ogbuji.net/blog/2005-06-20/Why_allow_). Back then, I was in fact afraid that Amara would try to be a replacement for XSLT where I thought XSLT was just the right way to go for one thing: templating (well XML to XHTML).…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_02_17_40_28-alt_unicode_kvetch_kvetch_kvetch.atom0000664000104500010450000000404111006760217025505 0ustar ucheuche Thu Nov 2 17:40:28 2006 71af2c45-f764-486a-a27e-17ba7476d5a8 <div xmlns="http://www.w3.org/1999/xhtml">alt.unicode.kvetch.kvetch.kvetch</div> Pozycjonowanie 2006-11-02T17:40:28.360000 2006-11-02T17:40:28.360000
Hang on.  You admit that the Python Unicode shortcomings cause significant pain to developers, but when people complain about it, it "boggles your mind"?  What's so mind-boggling?  It causes pain.  It doesn't have to.  So people complain.  That seems perfectly reasonable to me.
http://www.addlink.pl/strona,pozycjonowanie_reklama_stron_internetowych,322.html
Hang on. You admit that the Python Unicode shortcomings cause significant pain to developers, but when people complain about it, it "boggles your mind"? What's so mind-boggling? It causes pain. It doesn't have to. So people complain. That seems perfectly reasonable to me. http://www.addlink.pl/strona,pozycjonowanie_reklama_stron_internetowych,322.html…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_22_06_12_28-Use_Amara_to_parse_process__almost__any_HTML.atom0000664000104500010450000000261711006760724027617 0ustar ucheuche Fri Jul 22 06:12:28 2005 b49cddac-1d2b-443e-99a5-ac8e8f652574 <div xmlns="http://www.w3.org/1999/xhtml">Use Amara to parse/process (almost) any HTML</div> John Cowan http://www.ccil.org/~cowan 2005-07-22T06:12:28.250000 2005-07-22T06:12:28.250000
Nudge, nudge, wink, wink, http://tagsoup.info .
Nudge, nudge, wink, wink, http://tagsoup.info .…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_21_22_46_17-Dare_s_XLINQ_examples_in_Amara.atom0000664000104500010450000000375611006755556024635 0ustar ucheuche Wed Sep 21 22:46:17 2005 5fc5dc9f-a8c6-4792-94c4-441dbd38592f <div xmlns="http://www.w3.org/1999/xhtml">Dare's XLINQ examples in Amara</div> Calvin ironfroggy.blogspot.com 2005-09-21T22:46:17.450000 2005-09-21T22:46:17.450000
I have been cautiously interested in C# for some time and LINQ and the associated video interview really raised my interest. I've wondered about how it would play into Python, as well, and it fits into some previous thoughts of mine about queries from Python. Some day, I would love to see a protocol (LINQ inspired/compatible?) for queries that can be generated from list comps and generator expressions.
I have been cautiously interested in C# for some time and LINQ and the associated video interview really raised my interest. I've wondered about how it would play into Python, as well, and it fits into some previous thoughts of mine about queries from Python. Some day, I would love…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_18_13_01_25-Quot__di__.atom0000664000104500010450000000326211006765546021016 0ustar ucheuche Fri Nov 18 13:01:25 2005 6d7b7c8a-3f05-4023-9802-398d3f7f7bea <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> anon 2005-11-18T13:01:25.190000 2005-11-18T13:01:25.190000
That site may not be an MP3 of the song, but you can turn it into one. If you download the .swf file, by linking its URL in a webpage, and then change the filetype to .mp3, it can be easily converted (with a good music player?). I have a Mac and opened it in iTunes, and now I have it on my playlist.
That site may not be an MP3 of the song, but you can turn it into one. If you download the .swf file, by linking its URL in a webpage, and then change the filetype to .mp3, it can be easily converted (with a good music player?). I have a…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_29_09_38_43-Yes___Markdown_needs_attributes__not_footnotes.atom0000664000104500010450000000300711006756754030446 0ustar ucheuche Thu Sep 29 09:38:43 2005 8c77b617-94a7-451a-b32f-f62454a926ee <div xmlns="http://www.w3.org/1999/xhtml">Yes! Markdown needs attributes, not footnotes</div> karl http://www.la-grange.net/ 2005-09-29T09:38:43.750000 2005-09-29T09:38:43.750000
I wonder if you have seen the version 0.9 of the implementation of Markdown. It's now easy to extend the language for your own need.
I wonder if you have seen the version 0.9 of the implementation of Markdown. It's now easy to extend the language for your own need.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_10_08_27_43-XML_daily_WTF__UBL_ebXML_Naming_convention.atom0000664000104500010450000000363311006760144026743 0ustar ucheuche Wed Aug 10 08:27:43 2005 fc4450d8-5b4f-4429-bdd0-c8188bc6f972 <div xmlns="http://www.w3.org/1999/xhtml">XML daily WTF: UBL/ebXML Naming convention</div> Uche http://uche.ogbuji.net 2005-08-10T08:27:43.710000 2005-08-10T08:27:43.710000
John,

I certainly accept that it's the "culture" of WXS that leads to such madness.  Personally I go further to say it's the whole culture of OO XML that underlies the entire house of cards.  But taken as an overall XML design idea, it's terrible.  Eric and I spend a lot of time arguing that lousy tools are no excuse for lousy design.  It's best to just choose good tools.
John, I certainly accept that it's the "culture" of WXS that leads to such madness. Personally I go further to say it's the whole culture of OO XML that underlies the entire house of cards. But taken as an overall XML design idea, it's terrible. Eric and I spend a…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_13_04_58_13-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000344611007070257026253 0ustar ucheuche Mon Mar 13 04:58:13 2006 ffc460f5-e97a-48c8-a9d5-2eb51d38928f <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> harbinger 2006-03-13T04:58:13.750000 2006-03-13T04:58:13.750000
very helpful thread!

basic question - i logged into the root, and i tried to access http://localhost:901/ from the root CLI, however, Ubuntu won't allow this without a forced "-H". How do I log in to http://localhost:901/? Thanks!
very helpful thread! basic question - i logged into the root, and i tried to access http://localhost:901/ from the root CLI, however, Ubuntu won't allow this without a forced "-H". How do I log in to http://localhost:901/? Thanks!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_20_03_23_38-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000522611006751647031326 0ustar ucheuche Tue Jun 20 03:23:38 2006 c4df4892-ac8d-4d79-8f33-3d49c61b7b1f <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Udaa, Jeremiah Mk. www.aaun.edu.ng 2006-06-20T03:23:38.350000 2006-06-20T03:23:38.350000
We are not preaching to the public about ABTI-American University of Nigeria, Yola; our main objective is that you should consider the standard quality training in education your ward's or yourself would received here. Our students here are receiving an American like style system of education in a decent environment like AAUN. Despite profuse complains about the tuition fees, let me assured you that, you will never be disappointed while studying at the AAUN. Please have your tour to the University campus to take a look at the environment and many wonders on ground; there you will take your final decision as whether to study here or not.

I also wish to advise every one out there not to bridged AAUN with the political issues going on in our country so that parents would not miss the opportunity of sending their children to this noble institution. Please do consider this as an academic pursuit advertisement and quickly apply to be enrolled this Fall Semester 2006 in September.

Tanx to every one of you all.
We are not preaching to the public about ABTI-American University of Nigeria, Yola; our main objective is that you should consider the standard quality training in education your ward's or yourself would received here. Our students here are receiving an American like style system of education in a decent environment…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_09_21_57_33-4Suite_1_0b1_via_yum_.atom0000664000104500010450000000357111006765654022723 0ustar ucheuche Mon May 9 21:57:33 2005 ad80870e-05c6-4fa4-9041-41d2b3d8c071 <div xmlns="http://www.w3.org/1999/xhtml">4Suite 1.0b1 via yum?</div> Seo Sanghyeon 2005-05-09T21:57:33.690000 2005-05-09T21:57:33.690000
I hope you are happy with Debian packaging of 4Suite. Versioned 0.99cvs20050408-2, upstream version 1.0b2, CVS snapshot of 2005-04-18, supports Python version 2.2/2.3/2.4.

You can also review the description and dependencies:
http://packages.debian.org/testing/python/python-4suite
I hope you are happy with Debian packaging of 4Suite. Versioned 0.99cvs20050408-2, upstream version 1.0b2, CVS snapshot of 2005-04-18, supports Python version 2.2/2.3/2.4. You can also review the description and dependencies: http://packages.debian.org/testing/python/python-4suite…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_06_14_14_51-Quot__di__.atom0000664000104500010450000000564011006764075021021 0ustar ucheuche Mon Jun 6 14:14:51 2005 114913da-9d90-4fbd-af05-481889a3f815 <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Uche http://uche.ogbuji.net 2005-06-06T14:14:51.180000 2005-06-06T14:14:51.180000
"Oh well, there goes my review of BE, if I were ever to find time to write it, people would think I plagiarized you, Uche."

Oh, sorry, brah.  But I'm grateful for the co-sign.  Always good to know I'm not on shroomz when I'm listening to EC (OK, well, my brother and my wife agree with me, so that's cool).

"I gave it one listen yesterday and thought it got 4 head nods but it struck me that, despite the evident cohesiveness, that this is just a Kanye West album with a better MC, for Common continues to be a monstrous MC."

Exactly.  I do think Kanyeezee saved some of his better tracks for Common (I think the last gold batch went to Kweli), but in the end a whole lot of Kanye still adds up to...a whole lot of Kanye.

"The other thing will be the tour. I evaluate musicians not just on their studio creations but also their live chops. The Electric Circus tour was second only to Les Nubians last year."

Oh, hell naw you didn't say that!  We've been drinking the same palm wine.  Les Nubians were ridiculously good, which makes me doubly sad that I missed the EC tour (even people who dissed the album said the tour was incredible).  And The Tipping point album and tour were pure fiyah!

"Hmmm, maybe I should blog this..."

F'sho.  I'll be looking out.
"Oh well, there goes my review of BE, if I were ever to find time to write it, people would think I plagiarized you, Uche." Oh, sorry, brah. But I'm grateful for the co-sign. Always good to know I'm not on shroomz when I'm listening to EC (OK, well, my…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_11_21_26_03-Government_grants_scam.atom0000664000104500010450000000405211007066725023454 0ustar ucheuche Fri Aug 11 21:26:03 2006 88324863-2af0-433f-97b3-089f6b3a0d9a <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Chris 2006-08-11T21:26:03.020000 2006-08-11T21:26:03.020000
I have been getting calls on and off for around 3 months now. Same story, Dude with a heavy Indian accent giving me a government grant. Anyone who asks for your bank info is a sign that you are about to be ripped off, so i didnt give him that info and just hung up. Isn't impersonating someone from any dept. of the US government a crime? Can't anything be done about this? I just dont receive calls from blocked #'s now. Something sould be done. Im sure there are still a lot of hardworking people, single mothers, senior citizens , etc people getting scamed everyday. If anyone has any way or idea to fight this please share it with us. Thanks.
I have been getting calls on and off for around 3 months now. Same story, Dude with a heavy Indian accent giving me a government grant. Anyone who asks for your bank info is a sign that you are about to be ripped off, so i didnt give him that…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_22_09_58_32-Use_Amara_to_parse_process__almost__any_HTML.atom0000664000104500010450000000321311006760724027620 0ustar ucheuche Fri Jul 22 09:58:32 2005 2f7c5cb8-6032-4870-bb1f-acaae1d21ada <div xmlns="http://www.w3.org/1999/xhtml">Use Amara to parse/process (almost) any HTML</div> Dethe Elza http://livingcode.org/ 2005-07-22T09:58:32.200000 2005-07-22T09:58:32.200000
Have you compared the results of Beautiful Soup with the results of tidy.py?  I'm just curious.

http://www.crummy.com/software/BeautifulSoup/
Have you compared the results of Beautiful Soup with the results of tidy.py? I'm just curious. http://www.crummy.com/software/BeautifulSoup/…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017000000000000011563 Lustar rootrootrepository/comments/2005_11_16_04_42_17-I_must_be_missing_something_about_XOXO__and_maybe_microformats_in_general_.atomrepository/comments/2005_11_16_04_42_17-I_must_be_missing_something_about_XOXO__and_maybe_microforma0000664000104500010450000000606111006752001032137 0ustar ucheuche Wed Nov 16 04:42:17 2005 ac763f36-624f-4193-873d-56f68de368d5 <div xmlns="http://www.w3.org/1999/xhtml">I must be missing something about XOXO (and maybe microformats in general)</div> l.m.orchard http://decafbad.com 2005-11-16T04:42:17.500000 2005-11-16T04:42:17.500000
"And if we need to stack microformat on microformat to address such a simple need, what's wrong with good old macroformats: you know: a real, specialized XML format."

Well, with respect to OPML, I think there are at least two things going on with it:  1) It's used in aggregators to manage subscriptions and 2) It's used to manage blogrolls in sidebars.  There's lots, lots more going on with it, but I'll ignore that for now.

For the case of blogrolls, I'd say that if you came up with a quick "hBlogroll" spec to throw into the nodes of an XOXO outline, you'd be set.  Most blogrolls seem to consist of what you've got over in the "folks" sidebar:  A name, an HTML link, a feed link.  Not too macro. 

But, if you were to encode and manage that blogroll in a microformat, 1) it would already be in XHTML suitable for inclusion in your page, styled by CSS and 2) it would already be in a machine-friendly form with a predictable and pre-established structure for scooping out of your page.  No intermediary XML and accompanying XSL transformation needed, necessarily.

Now...  I think this whole scenario starts to fall apart if you think about using XOXO / "hBlogroll" for feed subscriptions in an aggregator (or some similar role).  If it's not necessarily meant to appear at a URL at some point, it's not necessarily appropriate for a microformat.
"And if we need to stack microformat on microformat to address such a simple need, what's wrong with good old macroformats: you know: a real, specialized XML format." Well, with respect to OPML, I think there are at least two things going on with it: 1) It's used in aggregators…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_30_12_53_17-Addressing_the_RDF_Scalability_Bottleneck.atom0000664000104500010450000000322711006753453027060 0ustar ucheuche Sun Oct 30 12:53:17 2005 3ae9bc93-6f4f-45eb-a4fa-7f88c198fa92 <div xmlns="http://www.w3.org/1999/xhtml">Addressing the RDF Scalability Bottleneck</div> Chimezie http://metacognition.info 2005-10-30T12:53:17.760000 2005-10-30T12:53:17.760000
Somewhat related.  See conversation in #swig on SQL-specific index optimizations:

http://chatlogs.planetrdf.com/swig/2005-10-30.html#T19-41-34
Somewhat related. See conversation in #swig on SQL-specific index optimizations: http://chatlogs.planetrdf.com/swig/2005-10-30.html#T19-41-34…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_18_08_05_17-Rete-inspired_N3_Rule_Network_Finished.atom0000664000104500010450000001032511007057123026341 0ustar ucheuche Mon Sep 18 08:05:17 2006 11f9a627-d8fc-4b88-9e12-eeeac7c086e7 <div xmlns="http://www.w3.org/1999/xhtml">Rete-inspired N3 Rule Network Finished</div> Chimezie http://copia.ogbuji.net/blog 2006-09-18T08:05:17 2006-09-18T08:05:17

Interesting approach, but using a algebraic isn't going to be faster than strict RETE implementation. If I understand the code in the article linked in the blog, it's still going to evaluate more nodes than a normal RETE implementation. There's several papers that explain it mathematically, but I don't remember them off the top of my head.


Interesting you mention that, Peter, because I actually revisited the iterator algebra code yesterday with some tweaks.  As FuXi is currently, the iterator-algebraic join works over all the tokens in the left and right memories using a predicate function that returns the value(s) associated with the variables common to both the left and the right.


the down side of using the algebra iterator approach is this. Is it compatable with adding Hash indexing to the BetaNode like the one I describe in my blog?


I'll take a look, but it probably is.  The hashing  method I've been using with betanodes is to have the memory associated with each betanode have a dictionary where the keys are the values of the common variables (between both memories) and the values are a list of all the tokens with those values.

So, my second attempt has the iterator join work instead over the keys of both memories (effectively reducing the total iterations by collapsing tokens with the same values for the common variables into one entry in the dictionary)

And yes, hashing the Beta nodes has been critical performance-wise for me.

I still need to fully reconcile the join algebra with Forgy's description of inter-element features.  As it stands (and I discovered this yesterday), I was only including variables that occured in both the left and right memories as being 'inter-element features' rather than any variable that occured twice or more (regardless of which memory its containing token was in ).

So, if I had in my left memory (using Forgy's OPL syntax):

(SomeType ^father )

and in the right memory:

(SomeType ^parent ^child1 ^child2 )

It would join on F only and output partial instanciations where there were differing values for X
Interesting approach, but using a algebraic isn't going to be faster than strict RETE implementation. If I understand the code in the article linked in the blog, it's still going to evaluate more nodes than a normal RETE implementation. There's several papers that explain it mathematically, but I don't remember…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_27_17_42_49-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_27_17_42_49-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000517011007062220031653 0ustar ucheuche Tue Jun 27 17:42:49 2006 48fa03f6-7a1b-499e-8fbb-e33d7e953bfe <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> NYer 2006-06-27T17:42:49.240000 2006-06-27T17:42:49.240000
1.  "Imagine if the rest of the world started to play baseball, and decided to change the strike zone and introduce an optical device to monitor the home-plate umpire – you can imagine the hullabaloo. No, no, no, this is America’s game, you can’t change it!"

---Actually, that would be a great idea! (along with instant replay, how many games of this world cup have been decided by refs!)

2.  Half the issue with the announcers is the need to talk for the length of the game.  Hence they expoind on a point once - Brazil's timing is off / Ghana's defensive line is playing too far forward - and keep going back to that comment over and over. This is best demonstrated by Balboa, who was a professional soccer player and knows more about the game than anyone writing for this blog but struggles to fill 90 minutes.

Must be same problem with Tommy Smyth, who has websites dedicated to complaining about his coverage (he has called over 1000 games by the way, so good or bad, it is not inexperience).
1. "Imagine if the rest of the world started to play baseball, and decided to change the strike zone and introduce an optical device to monitor the home-plate umpire – you can imagine the hullabaloo. No, no, no, this is America’s game, you can’t change it!" ---Actually, that would be…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_05_06_34_08-Government_grants_scam.atom0000664000104500010450000000322511007067167023461 0ustar ucheuche Thu Oct 5 06:34:08 2006 444c2812-d5fa-4b5e-a2e3-e01d4efc393d <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Keri L 2006-10-05T06:34:08.990000 2006-10-05T06:34:08.990000
I noticed this number on my caller ID over the last couple of weeks. Yesterday, the guy (Indian ancient) finally left a message...just saying my name (which is NOT on my answering machine)...very creepy!
Thanks for the helpful info.
I noticed this number on my caller ID over the last couple of weeks. Yesterday, the guy (Indian ancient) finally left a message...just saying my name (which is NOT on my answering machine)...very creepy! Thanks for the helpful info.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_20_23_11_31-Today_s_XML_WTF__UTF-8_BOM_madness_in_Windows_browsers.atom0000664000104500010450000000244311006754243031155 0ustar ucheuche Thu Oct 20 23:11:31 2005 cf71b736-3408-416c-b73d-54f768067959 <div xmlns="http://www.w3.org/1999/xhtml">Today's XML WTF: UTF-8 BOM madness in Windows browsers</div> jaya 2005-10-20T23:11:31.690000 2005-10-20T23:11:31.690000
Anne is "his", not "her".
Anne is "his", not "her".…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017600000000000011571 Lustar rootrootrepository/comments/2006_08_14_08_46_28-Some_thoughts_on_QNames_in_content__including_proposal_for_a_better__ahem__name_.atomrepository/comments/2006_08_14_08_46_28-Some_thoughts_on_QNames_in_content__including_proposal_for_a0000664000104500010450000000455111007060121032305 0ustar ucheuche Mon Aug 14 08:46:28 2006 6d1a27ba-f651-4e41-80bb-079efb58e996 <div xmlns="http://www.w3.org/1999/xhtml">Some thoughts on QNames in content (including proposal for a better, ahem, name)</div> Uche http://uche.ogbuji.net 2006-08-14T08:46:28.430000 2006-08-14T08:46:28.430000
I switched to the Stylus Corp's versions of the archive link, and added the Google cache of the original, since that's down.  I'm in a work crunch this morning, so I'll have to come back and address your comment at greater length later, but I did want to say you should read Joe's message for a good explanation of the problems that come with insanity (really, this is no longer even a matter of any controversy: it's well known that insane documents are hard to process).  And no, having sane documents does *not* eliminate the need for registries.  They are orthogonal problems.  FInally I don't see how your last bit does anything to "unhide" namespaces.  Please clarify.  Are you meaning another syntactic take on Norm's XMl 2.0 ideas (if so I much prefer Norm's and Jeffrey's syntaxes).
I switched to the Stylus Corp's versions of the archive link, and added the Google cache of the original, since that's down. I'm in a work crunch this morning, so I'll have to come back and address your comment at greater length later, but I did want to say you…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_25_20_18_39-Government_grants_scam.atom0000664000104500010450000000410411007067252023455 0ustar ucheuche Wed Oct 25 20:18:39 2006 528fead8-9057-4775-ad90-f96c0d711903 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> fell_away http://www.fell-away.com/ 2006-10-25T20:18:39.480000 2006-10-25T20:18:39.480000
I too have been called by these indian government grant giver people. They claim I will recieve $5000 in my bank account. They also claim that "NGC" (maybe) will take $349 after I have the money. My bank account is empty so I went through with it. Only now they have called me 4 times! I went through the same thing 3 times. I don't care because I'm closing that acct. anyways, but I would love to know what these bastards are up to! They claim you will recieve the money "next business day" then they call you all over again the next week. I'm sick of it. Oh and by the way it just comes up "unknown" on my cell-phone.
I too have been called by these indian government grant giver people. They claim I will recieve $5000 in my bank account. They also claim that "NGC" (maybe) will take $349 after I have the money. My bank account is empty so I went through with it. Only now they…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_21_17_01_32-Government_grants_scam.atom0000664000104500010450000000273011007067110023444 0ustar ucheuche Thu Sep 21 17:01:32 2006 f11a0cec-4ee4-4b61-baaf-298da45040f0 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Anthony 2006-09-21T17:01:32.880000 2006-09-21T17:01:32.880000
I received a call on my cell from the 808-212-0041 #.  Good thing I missed the call.  I evidently saved my breath by not speaking to this scammer.
I received a call on my cell from the 808-212-0041 #. Good thing I missed the call. I evidently saved my breath by not speaking to this scammer.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_21_08_45_42-Why_support_template-like_output_in_Amara_.atom0000664000104500010450000000613311006762606027506 0ustar ucheuche Tue Jun 21 08:45:42 2005 566b812b-c255-40a4-9332-97c38e97fea8 <div xmlns="http://www.w3.org/1999/xhtml">Why support template-like output in Amara?</div> M. David Peterson http://www.xsltblog.com 2005-06-21T08:45:42.200000 2005-06-21T08:45:42.200000
Hi Uche,

This is an excellent post that brings out some important points.  I do wonder however if the solution can be solved utilizing a base of underlying functions that can then be implemented via 2 mechanisms:

- The XSLT (potentially 2.0 given 1.0 support already exists) engine which will properly invoke the necessary sequence of functions to process and transform the input XML.

- Amara, which will invoke a similar combination of functions, however in a way more in line with the Python architecture and programmers mentality.

Being a novice Python programmer, at best!, makes it difficult to suggest this solution with a whole lot of confidence... as such, I won't and simply leave it as something that, if possible, might be worth consideration as it will give leave the door open for the reverse situation, e.g. someone like myself who sees the value Amara and Python offer but given my background would prefer to work with XML via XSLT (2.0 preferably of course :D) except in cases where its obvious the platform offers a much simpler and elegant solution.  In cases like this (which is sounds as if this particular situation qualifies) I am definitely more interested in the fastest way in and out of a process than I am in firing up the transformation object to perform something that is rediculously easy using the platform API.

Cheers :)

<M:D/>
Hi Uche, This is an excellent post that brings out some important points. I do wonder however if the solution can be solved utilizing a base of underlying functions that can then be implemented via 2 mechanisms: - The XSLT (potentially 2.0 given 1.0 support already exists) engine which will…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_16_19_41_05-Government_grants_scam.atom0000664000104500010450000000340311007067233023452 0ustar ucheuche Mon Oct 16 19:41:05 2006 db4f1bc9-831c-4d1d-8b53-8245f83747fc <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Christine 2006-10-16T19:41:05.420000 2006-10-16T19:41:05.420000
I'm glad I googled 800-061-3615 and found this page.  I've gotten several calls tonight starting about 9 from that number but, nobody is ever there.  I figure they must be using a multidial system?  I wouldn't have given out any information to them but, it's good to know in advance who you're dealing with.
I'm glad I googled 800-061-3615 and found this page. I've gotten several calls tonight starting about 9 from that number but, nobody is ever there. I figure they must be using a multidial system? I wouldn't have given out any information to them but, it's good to know in advance…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_05_26_11_15_16-Linked_Data_and_Overselling_the_HTTP_URI_Scheme.atom0000664000104500010450000000527311007176102030005 0ustar ucheuche Sat May 26 11:15:16 2007 7c419c6f-d7e0-4a90-be69-e06940d4567d <div xmlns="http://www.w3.org/1999/xhtml">Linked Data and Overselling the HTTP URI Scheme</div> Kingsley Idehen http://www.openlinksw.com/blog/~kidehen 2007-05-26T11:15:16.530000 2007-05-26T11:15:16.530000
Chimezie,

Important commentary and insght for sure.

Please enrichen the "Linked Data" article on Wikipedia with your thoughts (maybe open up a "===Criticisms===" or similar heading.

Again, this is an important contribution to discourse who's time has come.

Resolvers for URI dereferencing that are protocol independent is a big deal when dealing with heterogeneous data sources across a global distributed network such as the Internet.

For Virtuoso (as you may or may not know), this isn't a big deal, but when talking about a Web of Data Sources and providers as per the "Linked Data" and "Semantic Data Web" as whole, this goes beyond what a few platforms may or may not be capable of doing etc..

Good post, extremely important contribution to the broader "Linked Data" discourse along the lines of: Does URI Dereferencing have to be Protocol specific (i.e. HTTP)?
Chimezie, Important commentary and insght for sure. Please enrichen the "Linked Data" article on Wikipedia with your thoughts (maybe open up a "===Criticisms===" or similar heading. Again, this is an important contribution to discourse who's time has come. Resolvers for URI dereferencing that are protocol independent is a big deal…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_05_27_03_26_27-Linked_Data_and_Overselling_the_HTTP_URI_Scheme.atom0000664000104500010450000000457311007176102030015 0ustar ucheuche Sun May 27 03:26:27 2007 daef2db9-189d-438b-896e-3046c9e916a1 <div xmlns="http://www.w3.org/1999/xhtml">Linked Data and Overselling the HTTP URI Scheme</div> Danny http://dannyayers.com 2007-05-27T03:26:27.260000 2007-05-27T03:26:27.260000
Like Kingsley says, a good contribution. I don't personally think the use of HTTP URIs is being oversold. I'd look at it the other way, that to date they have been underexploited in the Semantic Web community. i.e. a surfeit of Semantic, not enough Web.

A tweak on your final paragraph might illuminate this point:

If you setup web clients to assume they will always get something useful from the URI used within a link or that HTTP schemed URI's in an link (or document) are always resolveable then you set them up for failure or at least a lot of unneccessary web crawling in random directions.


btw, I believe the FOAF resolving thing has now been fixed.
Like Kingsley says, a good contribution. I don't personally think the use of HTTP URIs is being oversold. I'd look at it the other way, that to date they have been underexploited in the Semantic Web community. i.e. a surfeit of Semantic, not enough Web. A tweak on your final…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017200000000000011565 Lustar rootrootrepository/comments/2005_09_01_07_19_45-Domlette_and_Saxlette__huge_performance_boosts_for_4Suite__and_derived_code_.atomrepository/comments/2005_09_01_07_19_45-Domlette_and_Saxlette__huge_performance_boosts_for_4Suite__a0000664000104500010450000000714311006757002032154 0ustar ucheuche Thu Sep 1 07:19:45 2005 eac5193a-61b0-46fa-8b05-dd6818f70616 <div xmlns="http://www.w3.org/1999/xhtml">Domlette and Saxlette: huge performance boosts for 4Suite (and derived code)</div> Uche http://uche.ogbuji.net 2005-09-01T07:19:45.960000 2005-09-01T07:19:45.960000
"This is probably a fruitless debate, but.."

Boy, you're not kidding.

Look, speed measurements are useful, but they are extremely context dependent.  My problem with benchmarking is that if it's not very carefully constructed and deployed, you end up with specious claptrap for results.  It's the oldest story in the IT industry.  Vendors start with benchmarks that they cook up, flattering their product.  A standard benchmark emerges, and vendors instead just cheat using benchmark-specific optimizations and the like.

As I did say before, if folks think they can come up with a standard Python/XML benchmark harness of some sort which allows users to check against their specific usage scenarios, I could possible be interested, but that's a different matter.

It's fine for you to say "I've done some testing and for what I tested lxml is 10x faster than fooxml".  That is a properly qualified statement, and does not attempt to present a benchmark by any sane usage.  I do have a problem with the case of first PyRXP, and then cET, where you have someone posting, without context, a set of measurements expressed in absolutes (and thus a formal benchmark), especially when you find out that the scenario being tested is not one likely to be useful to any user (unless one is meaning to heat up their CPU, why parse an XML document and then throw it away)?  It just exacerbates things when it turns out that there are some truly apalling hacks employed by the tools which sacrifice good engineering to raw speed.  That's what I mean by "hot dog eating contest".

But I'm done with this rot.  I'll continue to make
notes in appropriate context about my observations with regard to speed.  You seem to want to play "gotcha!!!! you're silly-benchmarking".  I simply don't accept that.  We'll have to agree to disagree.
"This is probably a fruitless debate, but.." Boy, you're not kidding. Look, speed measurements are useful, but they are extremely context dependent. My problem with benchmarking is that if it's not very carefully constructed and deployed, you end up with specious claptrap for results. It's the oldest story in the…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_16_14_02_55-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000460411006751634031317 0ustar ucheuche Wed Nov 16 14:02:55 2005 5693da35-f137-4249-a318-06497c205706 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Ebenezer Ikonne http://www.geekswithblogs.net/eikonne 2005-11-16T14:02:55.850000 2005-11-16T14:02:55.850000
I think you may have been a little too hard on the "about" statement.  Historically, the universities you mentioned were world class.  But they stopped being world class a while back.  They still have world class professors and producing world class students, they are just producing them after 10 years of study.  World-class institutions need to be reinstituted.  http://odili.net/news/source/2005/nov/15/48.html

There statement that they are the first is also quite interesting as their have been quite a few universities affiliated with universities here in the US for the longest time.  Maybe they mean to say, the first "recognized" by NUC.

Cheers
I think you may have been a little too hard on the "about" statement. Historically, the universities you mentioned were world class. But they stopped being world class a while back. They still have world class professors and producing world class students, they are just producing them after 10 years…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_02_14_44_35-My_country_is_out_of_its_COT_DAMN_MIND.atom0000664000104500010450000000746111006756573026203 0ustar ucheuche Fri Sep 2 14:44:35 2005 410c6a31-56be-4ad3-b216-82f308c70afd <div xmlns="http://www.w3.org/1999/xhtml">My country is out of its COT DAMN MIND</div> Sylvain Hellegouarch http://www.defuze.org/oss/blog/ 2005-09-02T14:44:35.140000 2005-09-02T14:44:35.140000
Thank you Uche for this post.

It won't change anything per se but it'll help historians one day in the future to understand why Humanity collapsed during the dawn of the 21st century.

Mind you, we are no better here Europe. Well we do have a longer History than you but it's also because 400 years ago some of us decided to invade the Americas to erase your History. I suppose America is just waking up from its own History.

Anyway, I think the one thing that stroke me when I saw all the different images was that we could only see coloured people over there. Since I don't know the US demography very well, either New Orleans is (was) primarly a city inhabited by coloured people or maybe only white people got the right to be evacuated before Katarina arrived which I hope it's not the case :(

It'd so easy to go again on "look at how Bush and its administration react... they don't care about the american people, they never did and they never will... what matters to them is the money they can take from you, them, wherever!"

But it'd be useless. Bush has just made things worse but it's us who are responsible for that, all of us, our parents, everyone.

We keep on consuming all the time, we want more, we want everything right now, we want it cheap and we don't care if some ice will melt in some unknown places up in the North pole.

Now it's up to us to change things and we need to change them NOW!

Let's be realistic, we don't want to go back to the fields and live like our gran-gran-gran-gran-parents used to, but we can imrpove little by little all of that.

Maybe Katarina is not the result of the global warming of course, but who can believe the global warming didn't have an impact on it?

You know lately we were talking with some friends and at some points we got to the point that maybe we shouldn't have children because we don't want them to suffer in the world we will server them...

Where do we go from here?
Thank you Uche for this post. It won't change anything per se but it'll help historians one day in the future to understand why Humanity collapsed during the dawn of the 21st century. Mind you, we are no better here Europe. Well we do have a longer History than you…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_14_21_04_54-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_14_21_04_54-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000405711007062207031644 0ustar ucheuche Wed Jun 14 21:04:54 2006 047b427f-2504-4e5d-94c2-cbca2e615c03 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Uche http://copia.ogbuji.net 2006-06-14T21:04:54.630000 2006-06-14T21:04:54.630000
dashford,

You may be right.  I don't know what happens in the back rooms, but I can say:  Do you really think it can be a good thing for the announcers to come off as not knowing the characteristics of the players in front of them?  Also, how do non-U.S. announcers manage to not sound so inane?

It still seems to me that there must be some deficit in the U.S. announcers.  If you're right, and it's really the system, then lawd does that system need to be pitched.
dashford, You may be right. I don't know what happens in the back rooms, but I can say: Do you really think it can be a good thing for the announcers to come off as not knowing the characteristics of the players in front of them? Also, how do non-U.S.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_03_15_48_17-XTech__Mike_Kay_on_XQuery_and_XSLT_2_0.atom0000664000104500010450000000256211006764212026050 0ustar ucheuche Fri Jun 3 15:48:17 2005 59793af9-e566-4c6d-bf6c-c8d52439dc72 <div xmlns="http://www.w3.org/1999/xhtml">XTech: Mike Kay on XQuery and XSLT 2.0</div> John Cowan http://www.ccil.org/~cowan 2005-06-03T15:48:17.810000 2005-06-03T15:48:17.810000
"Andragogy" being leading men around by the handle, I suppose?
"Andragogy" being leading men around by the handle, I suppose?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_02_14_36_54-My_country_is_out_of_its_COT_DAMN_MIND.atom0000664000104500010450000000372511006756573026204 0ustar ucheuche Fri Sep 2 14:36:54 2005 4ebc0096-7b77-4a28-bc4d-f5dd2d7777bb <div xmlns="http://www.w3.org/1999/xhtml">My country is out of its COT DAMN MIND</div> kwasi ghanageek.blogspot.com 2005-09-02T14:36:54.410000 2005-09-02T14:36:54.410000
Right now, the estimate for the convention center is about 25,000. CNN showed footage of what it looked like in there. It was truly depressing.

The level of mismanagement involved in how this happened was stunning. I have an article up on my blog about it as well as links to a 3 year old NPR show predicting pretty much what happened.

In this country, of all places, I would not have expected this
Right now, the estimate for the convention center is about 25,000. CNN showed footage of what it looked like in there. It was truly depressing. The level of mismanagement involved in how this happened was stunning. I have an article up on my blog about it as well as links…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_14_15_08_56-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000341111006751647031331 0ustar ucheuche Wed Jun 14 15:08:56 2006 20d46788-4599-434a-a9cd-8215edd2cc21 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Mercy Osa-oni 2006-06-14T15:08:56.340000 2006-06-14T15:08:56.340000
i am rily curious 2 no more about dis abti american university of nigeria, i hav rily being lukin 4 dis kind of university, i want 2 apply here so i need u 2 pls send me information on how 2get admitted into d skul, also 2 no wen d forms wuld b ready n how i can sit 4 d exam since am in lagos.
i am rily curious 2 no more about dis abti american university of nigeria, i hav rily being lukin 4 dis kind of university, i want 2 apply here so i need u 2 pls send me information on how 2get admitted into d skul, also 2 no wen d…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_22_16_57_16-Government_grants_scam.atom0000664000104500010450000000365711007067372023475 0ustar ucheuche Wed Nov 22 16:57:16 2006 6e92145e-e9f4-4ead-ae26-18e6e8ef9cd1 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Rick from North Carolina 2006-11-22T16:57:16.840000 2006-11-22T16:57:16.840000
It is the 22 of November and I just got off the phone with the amercian grant co. (scam artist). As they were talking I asked them repeatedly. So the govt is giving me free money for being a good tax payer. they said yes. I then said so all I have to do is pay you 249.95 for processing this free money.  i found your web sight while he was talking. So I said you must be confused, i am reading about you on a web sight right now, click they hung up. thanks for the web sight. Isn't the internet great....
It is the 22 of November and I just got off the phone with the amercian grant co. (scam artist). As they were talking I asked them repeatedly. So the govt is giving me free money for being a good tax payer. they said yes. I then said so all…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_01_13_16_52_13-Government_grants_scam.atom0000664000104500010450000000402411007067536023454 0ustar ucheuche Sat Jan 13 16:52:13 2007 82c15056-ece8-47bc-819b-e357117fe83d <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Frank Instein http://aires.tokai.edu/~sponger/phishing.mp3 2007-01-13T16:52:13.220000 2007-01-13T16:52:13.220000
Listen to my recodring
These guys are sooooo clueless its funny to lead them along. This was only the end of my conversation. I kept the idiot on the phone for 30 minutes

If they call you, you can act interested, but keep making them wait on hold..... They will sit there for like 5 minutes...

HA!

http://aires.tokai.edu/~sponger/phishing.mp3
Listen to my recodring These guys are sooooo clueless its funny to lead them along. This was only the end of my conversation. I kept the idiot on the phone for 30 minutes If they call you, you can act interested, but keep making them wait on hold..... They will…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_30_15_13_27-FuXi_-_Versa___N3___Rete_Expert_System.atom0000664000104500010450000000545611006764406026217 0ustar ucheuche Mon May 30 15:13:27 2005 a3676d36-d54e-4366-95c5-38b1f4d31d0c <div xmlns="http://www.w3.org/1999/xhtml">FuXi - Versa / N3 / Rete Expert System</div> Chimezie Ogbuji http://copia.ogbuji.net 2005-05-30T15:13:27.170000 2005-05-30T15:13:27.170000
I'm glad your interested, Pychinko was especially intrumental for me.  My only prior option was CWM (which is an impressive body of work but quite large and almost unmanageable).  BTW the distribute function takes a list of resources and applies a list of expressions against it. 

If it is your intention to do the same thing then I'm sure you'll find it as easy as I did to plug it into an well architected rdf db api (which rdflib is).  I eventually hope to be able to expose this prospective querying capability as a versa function so it's transparent - right now it has to be used programatically.

The speed at which Pychinko does full RDFS/OWL closures is quite impressive and I've been losing sleep over the million opportunities it opens up with the ontology management automation work I've been doing recently. 

One desire that came out of this effort is to be able to have Pychinko 'consume' triples matched by rule ancendents which will basically allow me to do 'semantic compression' - i.e.  compress a group of statements that express a single concise concept to combat the vulnerability of RDF stores to scalability (my primary motivation for exploring RDF inferencing).
I'm glad your interested, Pychinko was especially intrumental for me. My only prior option was CWM (which is an impressive body of work but quite large and almost unmanageable). BTW the distribute function takes a list of resources and applies a list of expressions against it. If it is your…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_19_08_54_23-Government_grants_scam.atom0000664000104500010450000000374011007067077023501 0ustar ucheuche Tue Sep 19 08:54:23 2006 4a8df9db-9665-472a-bdfc-c93d8e2aeb55 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Sunny 2006-09-19T08:54:23.770000 2006-09-19T08:54:23.770000
I just recieved a call like you all. Unfortunately, i feel worse because of him/her having an Indian accent as im Indian too. So folks, please dont generalize. He asked for my bank name and i told him to call me back later, but he still insisted on the information. Wasnt professional at all and was also rude. I asked him for a call back number which he refused to provide. Lets see if he call again, as im not going to take it from his this time. Be careful! And yeah, dont be surprised that they are reading all this, they will if they are smart.
I just recieved a call like you all. Unfortunately, i feel worse because of him/her having an Indian accent as im Indian too. So folks, please dont generalize. He asked for my bank name and i told him to call me back later, but he still insisted on the information.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000016300000000000011565 Lustar rootrootrepository/comments/2005_04_24_02_28_35-David_Carlisle_on_using_sed_to_mark_up_fixed_width_field_text_formats.atomrepository/comments/2005_04_24_02_28_35-David_Carlisle_on_using_sed_to_mark_up_fixed_width_field_tex0000664000104500010450000000361411006767201032236 0ustar ucheuche Sun Apr 24 02:28:35 2005 4656ddb8-c992-4d87-aba1-4fdc6e01d055 <div xmlns="http://www.w3.org/1999/xhtml">David Carlisle on using sed to mark up fixed width field text formats</div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-04-24T02:28:35.610000 2005-04-24T02:28:35.610000
Incidentally, this is the kind of thing I had hoped STX would aim for: data redressing tasks that involve minimal tree manipulation but do require string manipulation, date math, simple aggregate calcultions – that kind of thing. It seems that the effort is just about dead now, though; oh well.
Incidentally, this is the kind of thing I had hoped STX would aim for: data redressing tasks that involve minimal tree manipulation but do require string manipulation, date math, simple aggregate calcultions – that kind of thing. It seems that the effort is just about dead now, though; oh well.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_19_07_16_24-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_19_07_16_24-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000346511007062212031653 0ustar ucheuche Mon Jun 19 07:16:24 2006 c0c98f54-7bd2-4870-95a2-792910236f6d <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> larry 2006-06-19T07:16:24.090000 2006-06-19T07:16:24.090000
I have switched to the Spanish TV.How in heavens name can one man talk so much.I dont want to know any more the details of their life.They chatter as an important play is on.OK for all American sports but not soccer.It is a miserable example how the media believes they are more impotant than the event
I have switched to the Spanish TV.How in heavens name can one man talk so much.I dont want to know any more the details of their life.They chatter as an important play is on.OK for all American sports but not soccer.It is a miserable example how the media believes they…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_22_07_44_14-alt_unicode_kvetch_kvetch_kvetch.atom0000664000104500010450000000373011006760217025516 0ustar ucheuche Mon Aug 22 07:44:14 2005 fb496962-cf96-40b1-9f4d-ca7cb16284f5 <div xmlns="http://www.w3.org/1999/xhtml">alt.unicode.kvetch.kvetch.kvetch</div> Uche http://uche.ogbuji.net 2005-08-22T07:44:14.630000 2005-08-22T07:44:14.630000
Henri,

I could easily agree with you, as long as Python's API is "fixed" to be useful in a UCS2 build.  I think it's crazy to ask users to have to check surrogates themselves just to get an accurate string length.  As I admitted, UCS4 is no more than a hacky workaround, but it does make the  very APIs work in a sane manner.

Unfortunately, Python core developers do not want to fix the storage-unit/code-point issue, last I checked.
Henri, I could easily agree with you, as long as Python's API is "fixed" to be useful in a UCS2 build. I think it's crazy to ask users to have to check surrogates themselves just to get an accurate string length. As I admitted, UCS4 is no more than a…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_29_16_02_51-Government_grants_scam.atom0000664000104500010450000000340411007067007023460 0ustar ucheuche Tue Aug 29 16:02:51 2006 708252a1-b479-43a9-8511-9c5a918c3b36 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> James 2006-08-29T16:02:51.990000 2006-08-29T16:02:51.990000
Got several different calls offering 12,500 dollars for free government grants.
They use the 514 area code and the first 3 numbers that follow are 904-XXXX
Hey wouldn't even tell me why I was getting the free money, but he did ask for my bank name and account #..
SCAM..
Got several different calls offering 12,500 dollars for free government grants. They use the 514 area code and the first 3 numbers that follow are 904-XXXX Hey wouldn't even tell me why I was getting the free money, but he did ask for my bank name and account #.. SCAM..…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_12_10_49_56-Election_district_Google_Yahoo_whatever_maps_mashup_.atom0000664000104500010450000000544511006754614031525 0ustar ucheuche Wed Oct 12 10:49:56 2005 f4b71d50-0f36-4a66-8c3e-aa88c736bf31 <div xmlns="http://www.w3.org/1999/xhtml">Election district Google/Yahoo/whatever maps mashup?</div> John Cowan http://www.ccil.org/~cowan 2005-10-12T10:49:56.470000 2005-10-12T10:49:56.470000
There are a number of reasons:

1) Incumbents tend, naturally, to favor rules which favor incumbents, and incumbents tend to believe that not changing anything mostly favors them.

2) The Senate is a constitutional special case.  For all other elections, the rules are designed to approximate one-man-one-vote (that is, each district should be of approximately equal population so that each representative represents roughly the same number of people).

3) At-large elections have notoriously been used to disenfranchise city voters by including a large number of suburban voters in the at-large district, such that all candidates wind up being elected from and by the suburbs.  Similarly, if a diverse city like New York didn't have neighborhood representation on its City Council, many groups (Manhattanites, e.g.) would go utterly unrepresented.

In any case, all this is a state issue: the federal government sets basic standards and specifies the number of congressmen, but not how the districts are set.  State legislatures, with more or less interference by the courts, do it all.
There are a number of reasons: 1) Incumbents tend, naturally, to favor rules which favor incumbents, and incumbents tend to believe that not changing anything mostly favors them. 2) The Senate is a constitutional special case. For all other elections, the rules are designed to approximate one-man-one-vote (that is, each…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_19_00_03_57-Government_grants_scam.atom0000664000104500010450000000267611007066604023472 0ustar ucheuche Wed Jul 19 00:03:57 2006 e5d4713b-5c81-43cd-95d6-b83c1a71062b <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> No Name 2006-07-19T00:03:57.080000 2006-07-19T00:03:57.080000
We just received three calls from this same 808-212-0041 but did not answer.  Just noticed this web log and wanted to post info here.
We just received three calls from this same 808-212-0041 but did not answer. Just noticed this web log and wanted to post info here.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_20_15_40_05-A_Perspective_on_Temporal_Modeling_in_RDF.atom0000664000104500010450000000566611007064421027035 0ustar ucheuche Mon Mar 20 15:40:05 2006 f16aa31e-1b50-4e4f-8a7f-09bcb77b7a81 <div xmlns="http://www.w3.org/1999/xhtml">A Perspective on Temporal Modeling in RDF</div> Chris Mungall http://www.fruitfly.org/~cjm/ 2006-03-20T15:40:05.100000 2006-03-20T15:40:05.100000
Hi,

I think you're conflating provenance with "valid time". These require different solutions.

Your cadiovascular solution concerns valid time (ie the time at which the pain was suffered, rather than when it was recorded in a database - though this is a trickier example since it concerns the patients' reports of pain). Your solutions concern provenance.

As it happens, your particular example is a strawman as it doesn't need any treatment of time beyond RDF and e.g. OWL time. This is because the things that is time-indexed is naturally modeled as in instance of an event, e.g. the event of suffering pain.

However, consider the cases where you would wish to time-index a relation involving at least one continuant (3D object roughyl speaking) and there is no natural class counterpart for the relation. For example, this-nodule part-of this-lung at-time t. I don't think you can come up with a solution to this using RDF that isn't deeply problematic (you lose either transitivity or are forced to represent objects as time-slices).

See my comments here:
http://www.semergence.com/archives/2006/03/17/02/56/22/
Hi, I think you're conflating provenance with "valid time". These require different solutions. Your cadiovascular solution concerns valid time (ie the time at which the pain was suffered, rather than when it was recorded in a database - though this is a trickier example since it concerns the patients' reports…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_18_13_23_39-XForms_Submission_to_Copia__Mozilla___FormsPlayer_.atom0000664000104500010450000000361311006754505031032 0ustar ucheuche Tue Oct 18 13:23:39 2005 7903e20d-3a71-412f-9d2d-4d7aaad01f2b <div xmlns="http://www.w3.org/1999/xhtml">XForms Submission to Copia (Mozilla / FormsPlayer)</div> Allan Beaufour http://beaufour.dk/ 2005-10-18T13:23:39.690000 2005-10-18T13:23:39.690000
The pseudo classes will be ready for, the soon to be released, Firefox 1.5 (with one minor tweak with regards to read-only/read-write).

If you wait a couple of days there will be support for it in the nightly builds of Firefox and the XForms extension.

Allan, the Mozilla XForms team
The pseudo classes will be ready for, the soon to be released, Firefox 1.5 (with one minor tweak with regards to read-only/read-write). If you wait a couple of days there will be support for it in the nightly builds of Firefox and the XForms extension. Allan, the Mozilla XForms team…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_29_07_49_11-XML_data_bindings__static_languages__dynamic_languages.atom0000664000104500010450000000351411006760627031725 0ustar ucheuche Mon Aug 29 07:49:11 2005 9202b8cf-f80e-430c-a7a0-96ac67462a23 <div xmlns="http://www.w3.org/1999/xhtml">XML data bindings, static languages, dynamic languages</div> Bob Hutchison www.recursive.ca/hutch 2005-08-29T07:49:11.440000 2005-08-29T07:49:11.440000
I just saw this post yesterday. I've written a longish post on my weblog Regarding XML data bindings, static languages, dynamic languages that discusses your post, pretty much supporting it :-) but also shows how a Java binding tool deals with this.
I just saw this post yesterday. I've written a longish post on my weblog Regarding XML data bindings, static languages, dynamic languages that discusses your post, pretty much supporting it :-) but also shows how a Java binding tool deals with this.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_23_11_52_18-XsltRenderer_for_PyBlosxom.atom0000664000104500010450000000350711006766365024274 0ustar ucheuche Sat Sep 23 11:52:18 2006 0e0e8d8a-4ea6-4316-b47a-3802577b33d3 <div xmlns="http://www.w3.org/1999/xhtml">XsltRenderer for PyBlosxom</div> Matt Weber http://www.mattweber.org 2006-09-23T11:52:18.200000 2006-09-23T11:52:18.200000
Hi Uche, This is great.  I was thinking of writing a plugin that does exactly this.  The link, http://copia.ogbuji.net/files/xslt_renderer.py, spits out a 403 forbiden error.  Do you think you can fix the permissions so myself and other can download this plugin.  Thank you.
Hi Uche, This is great. I was thinking of writing a plugin that does exactly this. The link, http://copia.ogbuji.net/files/xslt_renderer.py, spits out a 403 forbiden error. Do you think you can fix the permissions so myself and other can download this plugin. Thank you.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_11_05_29_23-4Suite_1_0b1_via_yum_.atom0000664000104500010450000000324411006765654022711 0ustar ucheuche Wed May 11 05:29:23 2005 6b129a17-5e02-4121-9531-21a72a061e1c <div xmlns="http://www.w3.org/1999/xhtml">4Suite 1.0b1 via yum?</div> Uche http://uche.ogbuji.net 2005-05-11T05:29:23.310000 2005-05-11T05:29:23.310000
pyvm is a useful idea, but people can also install python and 4Suite very easily in their home directories.  See, for example,

http://copia.ogbuji.net/blog/2005-04-16/Installing
pyvm is a useful idea, but people can also install python and 4Suite very easily in their home directories. See, for example, http://copia.ogbuji.net/blog/2005-04-16/Installing…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_22_16_24_01-Government_grants_scam.atom0000664000104500010450000000371311007067370023450 0ustar ucheuche Wed Nov 22 16:24:01 2006 9c019ed4-0064-4ae8-8f1d-0565eb665832 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Erin 2006-11-22T16:24:01.320000 2006-11-22T16:24:01.320000
I just received a call at work on our second (unlisted) line from a guy fitting the same description - heavy Indian accent. There was also a TON of background noise, so I wouldn't be surprised if he was working in a large call center. He said he was from Popular American Grant and said I won a free grant from the government. He asked me how I'd like to spend it. When I asked him for the name of the person in charge of his organization, he asked me why I needed that. I said I was just curious, and asked again. At this point he hung up.
I just received a call at work on our second (unlisted) line from a guy fitting the same description - heavy Indian accent. There was also a TON of background noise, so I wouldn't be surprised if he was working in a large call center. He said he was from…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_06_14_19_45-Government_grants_scam.atom0000664000104500010450000000240011007067321023450 0ustar ucheuche Mon Nov 6 14:19:45 2006 97c44e56-fbf6-482f-b9be-f69db109100f <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> p 2006-11-06T14:19:45.130000 2006-11-06T14:19:45.130000
(866)561-6162 HAMPTON RESOURCES IS A SCAM
(866)561-6162 HAMPTON RESOURCES IS A SCAM…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_12_12_46_31-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000300611006751657031313 0ustar ucheuche Thu Oct 12 12:46:31 2006 77f69314-0566-4405-b26e-e130ae915f0a <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> mac 2006-10-12T12:46:31.810000 2006-10-12T12:46:31.810000
The fee is outrageous for the man on the street who wants quality education for his wards!We deserve to enjoy our sweat. Don't U think so?
The fee is outrageous for the man on the street who wants quality education for his wards!We deserve to enjoy our sweat. Don't U think so?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_05_02_12_18_55-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000415511006751645031326 0ustar ucheuche Tue May 2 12:18:55 2006 0d2cef68-ac45-4c00-8966-da76a831ca9e <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> amina 2006-05-02T12:18:55.140000 2006-05-02T12:18:55.140000
abti is quickly catching up with nigerian university wo, especially in the cultism and gang banging category. last weekend, a group of 4 girls attacked a fellow roomate in her sleep, wrapped her duvet arond her head and beat the crap out of her. when the dean of student was contacted, he said, in a very drawly accent, the bush kinda ignorance, "this is a private matter, its against the skool policy to discuss such issue", the victim spent a couple of nite in the hospital and where r the culprits? enjoying the kinda immunity $10,000.00 buys u in nigeria. and the victim? she just got the shit end of the stick.
abti is quickly catching up with nigerian university wo, especially in the cultism and gang banging category. last weekend, a group of 4 girls attacked a fellow roomate in her sleep, wrapped her duvet arond her head and beat the crap out of her. when the dean of student was…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_26_04_53_19-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000540211006751640031321 0ustar ucheuche Sun Mar 26 04:53:19 2006 3ba35e0a-325c-4ce4-81fc-8c707bbd1794 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Omorogbe Omorogiuwa 2006-03-26T04:53:19.380000 2006-03-26T04:53:19.380000
From the website of AAUN reads "ABTI-American University of Nigeria is offering a limited number of scholarships to students who graduated in the top ten of their class in secondary school. Scholarships will range in amounts up to $3000 (405,000 Naira). Students also receive a free laptop valued at $1500 (202,500 Naira)." It was added that there are also full tuition scholarship which are reserved for indigines of Yola. I am of the opinion that there should be a kind of interview (written exam) to give some best applicants (non-indigines) an opportunity for a full scholarship. This is because there are very many intelligent students who cannot afford the high cost of AAUN education even the half tuition, and would really like to have the university education. I recognise that the tuition fee $6,000 for attending such a world class private university is cheap when comparing it to the United States, but the case it not true when comparing it to Nigeria economy.

  I would like to hear from the President of the university, Dr David Huwiler, concerning this. I would like to know if there are plans underway for this kind of scholarship opportunity (full tuition to non-indigines).
From the website of AAUN reads "ABTI-American University of Nigeria is offering a limited number of scholarships to students who graduated in the top ten of their class in secondary school. Scholarships will range in amounts up to $3000 (405,000 Naira). Students also receive a free laptop valued at $1500…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_19_15_48_33-Another_QOTD_From_A_Near_Natural_QOTD_Resource_In_Copia.atom0000664000104500010450000000337111006755716031344 0ustar ucheuche Mon Sep 19 15:48:33 2005 c4c9cccb-d520-45bb-968c-5e178d5cc832 <div xmlns="http://www.w3.org/1999/xhtml">Another QOTD From A Near Natural QOTD Resource In Copia</div> Trackback from <XSLT:Blog/> Quote of the Day http://www.xsltblog.com/quoteoftheday/archives/2005/09/another_qotd_fr_1.html 2005-09-19T15:48:33.740000 2005-09-19T15:48:33.740000
Copia I can't help thinking of the gardening analogy. If you want a nice garden, you have to roll up your sleeves and pull up your weeds. There is no quick fix to preventing weeds: the conditions that make your...
Copia I can't help thinking of the gardening analogy. If you want a nice garden, you have to roll up your sleeves and pull up your weeds. There is no quick fix to preventing weeds: the conditions that make your...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_28_06_37_55-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000320611006751650031333 0ustar ucheuche Wed Jun 28 06:37:55 2006 4c05e3d6-9ade-45e1-8059-17de591c4790 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> M.B.Adamu 2006-06-28T06:37:55.390000 2006-06-28T06:37:55.390000
AAUN is a pride to many, but woes to others. Anyway , The fact that it has given its host community a phase shift remains undisputable. But the public relations unit of the AAUN has not done its job!
AAUN is a pride to many, but woes to others. Anyway , The fact that it has given its host community a phase shift remains undisputable. But the public relations unit of the AAUN has not done its job!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_02_07_33_30-Happy_Birthday__Nigeria.atom0000664000104500010450000000500011006755331023434 0ustar ucheuche Sun Oct 2 07:33:30 2005 7aa21789-e04b-4ced-8c87-09fa3c25929b <div xmlns="http://www.w3.org/1999/xhtml">Happy Birthday, Nigeria</div> Gary Godfrey 2005-10-02T07:33:30.140000 2005-10-02T07:33:30.140000
Thanks for the post.  I always feel like African nations fall off the map in American minds (including mine) and I like the excuse to look a little deeper.  All it takes is a kernel, a question and then you follow where it leads.

So what is wahala?  First reasonable hit on google:

http://www.urbandictionary.com/define.php?term=wahala

Ah!  So wahala is trouble.  Then I had the misfortune to come across:

http://www.africanartville.org/Misc/Golden.web.pdf

Now I am confused.  But I learn a little more about the area (albeit from an aid workers point of view which is likely to be darker than a average person's view).  More reading...

Gary Godfrey
Austin, TX, USA
Thanks for the post. I always feel like African nations fall off the map in American minds (including mine) and I like the excuse to look a little deeper. All it takes is a kernel, a question and then you follow where it leads. So what is wahala? First reasonable…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_21_11_12_43-A_Perspective_on_Temporal_Modeling_in_RDF.atom0000664000104500010450000000472411007064421027025 0ustar ucheuche Tue Mar 21 11:12:43 2006 4d6fc661-e561-4f25-b4d2-4e660fd12a44 <div xmlns="http://www.w3.org/1999/xhtml">A Perspective on Temporal Modeling in RDF</div> Chimezie http://copia.ogbuji.net/blog 2006-03-21T11:12:43.840000 2006-03-21T11:12:43.840000
No, the difference is clear to me (between provenance time stamps and 'formal' temporal semantics).  What I'm suggesting is that very rarely do applications need the formal, rigor of temporal semantics (where there is a need to calculate interval intersections, overlaps, etc..) and where they do, a well modelled Temporal ontology will suffice - which is what we did in our case. 

The suggestion that temporal semantics should be part and parcel of the representation framework (the RDF model and it's semantics) is unecessary.

There are varying levels of temporal semantic requirements (from as simple as time stamping, to as complex as interval calculations) and the solution adopted should fit the requirements of the application instead of attempting to retrofit the framework with the neccessary hooks to accomodate the entire spectrum.
No, the difference is clear to me (between provenance time stamps and 'formal' temporal semantics). What I'm suggesting is that very rarely do applications need the formal, rigor of temporal semantics (where there is a need to calculate interval intersections, overlaps, etc..) and where they do, a well modelled Temporal…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_21_12_54_30-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_21_12_54_30-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000547311007062214031642 0ustar ucheuche Wed Jun 21 12:54:30 2006 c0085578-8327-4c68-b995-999d85ce838a <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> desertlimey 2006-06-21T12:54:30.800000 2006-06-21T12:54:30.800000
From a commercial perspective it is not unreasonable of ESPN to use a "name" like O'Brien for the marquee games. They want to attract marginal viewers and figure that familiarity trumps accuracy & authority. 

Further it's reasonable for any US coverage to use terminology (pk, end-line, shoots the ball) that US viewers might be more familiar or comfortable with.  Sure it grates but I know that back in England there is constant complaint over the various shades of dreadful commentary (sorry....announcing). 

While "reasobable", however, it sure don't make it good.  Even the English guy is a tit and prone to classic hyperbolic overstatement.  The Spanish when 1-0 down were "staring into the abyss", apparently; regardless of their opening win and a date with the hapless Saudis.

I think the best way to deal with O'brien et al,  is to turn the coverage into some kind of early mornning drinking game and try and get a few minutes pleasure out of it before switching to our daily Spanish classes after 10 minutes.  Granted this is tricky with the moronic, dumbass, loudmouth uberdick that is Marcelo Balboa.  There's nothing reasobable about him. Nothing.
From a commercial perspective it is not unreasonable of ESPN to use a "name" like O'Brien for the marquee games. They want to attract marginal viewers and figure that familiarity trumps accuracy & authority. Further it's reasonable for any US coverage to use terminology (pk, end-line, shoots the ball) that…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_08_27_10_23_09-LazyWeb_Ho___Detecting_whether_a_browser_supports_XML_XSLT.atomrepository/comments/2006_08_27_10_23_09-LazyWeb_Ho___Detecting_whether_a_browser_supports_XML_XSLT.a0000664000104500010450000000366411007057660031676 0ustar ucheuche Sun Aug 27 10:23:09 2006 eaba2c15-0aa6-48ea-bf34-15a5587e4bb7 <div xmlns="http://www.w3.org/1999/xhtml">LazyWeb Ho! Detecting whether a browser supports XML+XSLT</div> M. David Peterson http://xmlhacker.com 2006-08-27T10:23:09.310000 2006-08-27T10:23:09.310000
Uche,

It's even easier than this... no browser sniffing is required.

I'll put together a sample and send it to you in private email a bit later this morning.  The project I am currently working on is something I will send a link to you as well. Though not directly related, I think you'll like what you see none-the-less :D
Uche, It's even easier than this... no browser sniffing is required. I'll put together a sample and send it to you in private email a bit later this morning. The project I am currently working on is something I will send a link to you as well. Though not directly…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_22_05_11_58-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000365611006751637031332 0ustar ucheuche Wed Mar 22 05:11:58 2006 77ae1793-1c9b-4ca0-8216-7d4b21cfc40b <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Remi Bailey 2006-03-22T05:11:58.250000 2006-03-22T05:11:58.250000
For those who say Yola is not the best location for the University because of backwardness; I bet you will not be able to buy a lot of land or rent cheap in the environ today as against last year value. By the time the University comes to a full circle, those who knows Yola of yesterday will be saying they lack foresight. For now, those with money can still take advantage of the new development brought forward by siting the University in Yola.
For those who say Yola is not the best location for the University because of backwardness; I bet you will not be able to buy a lot of land or rent cheap in the environ today as against last year value. By the time the University comes to a full…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_28_03_37_24-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000364711006751653031341 0ustar ucheuche Fri Jul 28 03:37:24 2006 b22fbb43-519e-47f7-ae85-61b8a69e654a <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> adepoju olalekan 2006-07-28T03:37:24.670000 2006-07-28T03:37:24.670000
ABTI American University, Yola is my dream school for postgraduate and to be part of the academic staff towards knowledge contribution in the soceity.
ABTI American University, Yola is the beginning of a new dawn in Nigeria's tertiary education.
Future leaders,go for ABTI.
ABTI American University,A PLACE TO BE.
ABTI American University, Yola is my dream school for postgraduate and to be part of the academic staff towards knowledge contribution in the soceity. ABTI American University, Yola is the beginning of a new dawn in Nigeria's tertiary education. Future leaders,go for ABTI. ABTI American University,A PLACE TO BE.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_27_07_47_22-XML_data_bindings__static_languages__dynamic_languages.atom0000664000104500010450000000461011006760627031720 0ustar ucheuche Wed Jul 27 07:47:22 2005 5ee71590-0136-444d-8757-e059e61d742a <div xmlns="http://www.w3.org/1999/xhtml">XML data bindings, static languages, dynamic languages</div> Paul Downey http://blog.whatfettle.com 2005-07-27T07:47:22.990000 2005-07-27T07:47:22.990000
Amara looks cool, and like you say, it helps if you use an /expressive/ programming language like Python.

fwiw i'm very much a fan of mixed content and would take it without a moment's thought over xsi:nil.

otoh I'm currently tasked to make life more bearable for people who are determined to view XML as "nasty horrible angle brackets", so find myself  having to sympathise with the code binding mindset, or at least find ways of helping them have a better experience when processing documents using their tools of abstraction. 

Maybe my "a mixed message" blog entry will reassure you of my intent:
http://blog.whatfettle.com/archives/000278.html
Amara looks cool, and like you say, it helps if you use an /expressive/ programming language like Python. fwiw i'm very much a fan of mixed content and would take it without a moment's thought over xsi:nil. otoh I'm currently tasked to make life more bearable for people who are…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_13_09_14_05-Government_grants_scam.atom0000664000104500010450000000363511007067213023453 0ustar ucheuche Fri Oct 13 09:14:05 2006 7cddb76c-40da-44d7-9f2d-b0d01513ce0b <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> RaiLynne Myers 2006-10-13T09:14:05.490000 2006-10-13T09:14:05.490000
Now I have gotten the call from David Wayne badge#0486/Hampton Resources.Phone#1-866-591-6162.He has also told me that I was approved for $5000.00,but I may get $20,000.00!!They now have messed wiyh the wrong one.I haved turned them into local & goverment officials.I have people in the F.B.I & C.I.A investigating this claim,so if you work for them or know someone who does I hope you wise up!
Now I have gotten the call from David Wayne badge#0486/Hampton Resources.Phone#1-866-591-6162.He has also told me that I was approved for $5000.00,but I may get $20,000.00!!They now have messed wiyh the wrong one.I haved turned them into local & goverment officials.I have people in the F.B.I & C.I.A investigating this claim,so…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_13_03_20_29-Shakespeare_in_the_Bush.atom0000664000104500010450000000235611006757736023531 0ustar ucheuche Sat Aug 13 03:20:29 2005 f455c093-c0c9-4ec0-bdd1-512ef0acd00e <div xmlns="http://www.w3.org/1999/xhtml">Shakespeare in the Bush</div> Harry / 2005-08-13T03:20:29.360000 2005-08-13T03:20:29.360000
That is absolutely superb.
That is absolutely superb.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_12_07_33_53-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000734711006751642031330 0ustar ucheuche Wed Apr 12 07:33:53 2006 c25e649b-562c-4862-9a23-0e2f7b360ead <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> uche http://uche.ogbuji.net 2006-04-12T07:33:53.990000 2006-04-12T07:33:53.990000
Dr. Nwaukwa,

I appreciate your chiming in, and I agree with the substance of your points.  I was satisfied when Dr. Huwiler agreed that the language I objected to was needless, and promised to have it changed.  I was more interested in defending, say, UNN in its prime than in putting down AAUN.  But you're right that the University's class will manifest itself in the achievements of its graduated students, and in its research and other civic contributions.  We shall see how AAUN measures up over time, but I do honestly hope they measure up very well, because regardless of any other consideration, Nigeria badly needs world-class Universities right now.

I did also want to address my language.  I respect your disapproval, but I really cannot promise not to use salty language here on Copia.  Firstly, I don't think using the f-word as a particle is at all obscene (as opposed to using it as a noun or verb in its most literal sense).  And hey-ho, the FCC agrees with me based on its ruling with regard to Sony Bono at the grammies (sorry, please permit me a touch of humor).

More importantly, I'm a lover of language, all of it, including the rude bits.  I'll flatter myself to say that my command of English is such that I'd never need to use a vulgar word or expression if I chose not to, but that my embrace of the language is such that I do not mind doing so.  I think I can stand by the overall writing on my blog and other of my publications proudly enough to survive underestimation based on my more colorful moments.

Finally, you might have a tacit point that such conduct is unbecoming a former student of the great UNN.  To that I'd have to say that I hung out in a bit of a rough crowd back then, and I usually lead the rough crowd today.  I've never been a prude, and I suspect the UNN wouldn't want me as an example of mild mannered conduct.  Despite that, I've had a wonderful, fruitful academic, social, intellectual and professional life, and I credit an extraordinary portion of those achievements to my years at UNN.

Be well.
Dr. Nwaukwa, I appreciate your chiming in, and I agree with the substance of your points. I was satisfied when Dr. Huwiler agreed that the language I objected to was needless, and promised to have it changed. I was more interested in defending, say, UNN in its prime than in…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_10_03_38_48-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000401711006751651031325 0ustar ucheuche Mon Jul 10 03:38:48 2006 0898bc92-0852-48cc-8586-05fdecbf0ffb <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Abduwasiu Abdulsalam 2006-07-10T03:38:48.820000 2006-07-10T03:38:48.820000
i tried my best to read as many comments pasted as i could muster and could not but wear my wry smile again. Why? We have the unending culture of killing insects with the largest arsenals! Yeah, Making mountains of mole-hills! I guess that's more English.
But we sincerely have to start believing in us being the greatest problem of Nigeria and not the system. Has the British system any worsen the standards in Britain, South Africa or Ghana?
Tell me something else!
i tried my best to read as many comments pasted as i could muster and could not but wear my wry smile again. Why? We have the unending culture of killing insects with the largest arsenals! Yeah, Making mountains of mole-hills! I guess that's more English. But we sincerely have…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_01_04_16_46-Processing.atom0000664000104500010450000000406711006754156021071 0ustar ucheuche Tue Nov 1 04:16:46 2005 72c539f8-1903-43ce-a61a-18886bbf4349 <div xmlns="http://www.w3.org/1999/xhtml">Processing </div> M. David Peterson http://www.xsltblog.com 2005-11-01T04:16:46.610000 2005-11-01T04:16:46.610000
Hey Uche,

Late reply obviously, but you know why already, so I'll just leave it at that... :)

My bad on the misinterpretation of what you were saying regarding styling.

+1 back to you, -1 on me.. ;)

Regarding DSL's, the more I thought about it the more I realized theres already a way of "confining" a DSL...  they're called Domain's...  Yeah. Another -1 for me...

Enjoy your day!
Hey Uche, Late reply obviously, but you know why already, so I'll just leave it at that... :) My bad on the misinterpretation of what you were saying regarding styling. +1 back to you, -1 on me.. ;) Regarding DSL's, the more I thought about it the more I realized…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_14_07_47_15-XForms_Submission_to_Copia__Mozilla___FormsPlayer_.atom0000664000104500010450000000424011006754505031026 0ustar ucheuche Fri Oct 14 07:47:15 2005 4319c318-c21d-4517-9b76-b435df84734f <div xmlns="http://www.w3.org/1999/xhtml">XForms Submission to Copia (Mozilla / FormsPlayer)</div> Uche http://uche.ogbuji.net 2005-10-14T07:47:15.950000 2005-10-14T07:47:15.950000
Chime,

Nice summary.  I goot a good boost in learning XForms Monday, thanks to you.

We're actually using POST, not PUT.  I think once we finally got something working we decided not to mess with it.

Sylvain,

The problem with FormFaces was that it never got around to actually sending the POST (or PUT) request to the server.  That's as specific as we can get.  Looks like some sort of bug in FormFaces.  Chime went through a lot of the docs and examples and we just couldn't get it working.
Chime, Nice summary. I goot a good boost in learning XForms Monday, thanks to you. We're actually using POST, not PUT. I think once we finally got something working we decided not to mess with it. Sylvain, The problem with FormFaces was that it never got around to actually sending…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_29_11_29_30-Government_grants_scam.atom0000664000104500010450000000333011007067505023455 0ustar ucheuche Fri Dec 29 11:29:30 2006 e0419b15-4379-4ec4-9769-242e25a83526 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Bianca Stelly 2006-12-29T11:29:30.720000 2006-12-29T11:29:30.720000
OH!! Just a note!! I found out the MacKenzie Group and Hampton Resources are the same fraudulant company their numbers are 866-591-6162 and 866-552-9411 be aware that they are both by David Scott with the same no answer and the same background noise with the same pitch!!
OH!! Just a note!! I found out the MacKenzie Group and Hampton Resources are the same fraudulant company their numbers are 866-591-6162 and 866-552-9411 be aware that they are both by David Scott with the same no answer and the same background noise with the same pitch!!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_30_10_27_24-The_new_MacBook_Pro.atom0000664000104500010450000000270111007054350022537 0ustar ucheuche Sat Dec 30 10:27:24 2006 1462f8a0-860b-4b89-a6da-8976877ace31 <div xmlns="http://www.w3.org/1999/xhtml">The new MacBook Pro</div> Uche http://uche.ogbuji.net 2006-12-30T10:27:24.680000 2006-12-30T10:27:24.680000
Aristotle,

Fixed.  Thanks.  I prefer not to delete comments, even when the option is graciously offered :-)
Aristotle, Fixed. Thanks. I prefer not to delete comments, even when the option is graciously offered :-)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_10_12_03_42-Gooner_luv__or.atom0000664000104500010450000000261211007063525021711 0ustar ucheuche Mon Apr 10 12:03:42 2006 f82b687e-dfa6-4017-895a-f552ea72d9b5 <div xmlns="http://www.w3.org/1999/xhtml">Gooner luv (or </div> Eb Ikonne http://geekswithblogs.net/eikonne 2006-04-10T12:03:42.280000 2006-04-10T12:03:42.280000
Classic.  Yet, they lost yesterday.

Let's see how they do mid-week.
Classic. Yet, they lost yesterday. Let's see how they do mid-week.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_13_02_30_50-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000336111006751647031315 0ustar ucheuche Tue Jun 13 02:30:50 2006 1093e5d5-1119-41f1-9e4c-ec43487dcc6b <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Umaima Auwal Al-Mansur 2006-06-13T02:30:50.240000 2006-06-13T02:30:50.240000
I want to know about ABTI American Universsity Nigeria, because i want to also apply for the school.I would love to be part part of the school. So please send the information to me as soon as possible. And please also send it to kemys27@yahoo.com
I want to know about ABTI American Universsity Nigeria, because i want to also apply for the school.I would love to be part part of the school. So please send the information to me as soon as possible. And please also send it to kemys27@yahoo.com…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_30_09_42_08-FuXi_-_Versa___N3___Rete_Expert_System.atom0000664000104500010450000000431411006764406026213 0ustar ucheuche Mon May 30 09:42:08 2005 bfda6fae-f785-4d61-9f8d-ed412caf01c2 <div xmlns="http://www.w3.org/1999/xhtml">FuXi - Versa / N3 / Rete Expert System</div> Kendall Clark 2005-05-30T09:42:08.410000 2005-05-30T09:42:08.410000
Yay, someone's using Pychinko! :>

Now, I gotta figure out what you guys are doing with it...Hmm, it seems you guys are using it to apply rules to a factbase (a 4RDF model) from within Versa. I can't recall what Versa's distribute() thingie does, but I guess I understand this tolerably well.

Actually, we (Mindlab people) are thinking of using it for the same purpose, only in a SPARQL implementation rather than Versa. So this work is especially relevant. At some point basic conjunctive query over an rdflib model was added to Pychinko, but I can't remember what happened to that code or where it is.

Good stuff, Chimezie.
Yay, someone's using Pychinko! :> Now, I gotta figure out what you guys are doing with it...Hmm, it seems you guys are using it to apply rules to a factbase (a 4RDF model) from within Versa. I can't recall what Versa's distribute() thingie does, but I guess I understand this…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_04_11_23_32-Goliath__no_spoilers_.atom0000664000104500010450000000254311007061464023245 0ustar ucheuche Tue Jul 4 11:23:32 2006 3d7609e8-a699-47bb-ae9d-a1656b86e3a6 <div xmlns="http://www.w3.org/1999/xhtml">Goliath [no spoilers]</div> Rocco Pellegrini http://www.mediasenzamediatori.org/ 2006-07-04T11:23:32.360000 2006-07-04T11:23:32.360000
Italy v.s France, Uche!!!!
And Italy will be winning!!!
Italy v.s France, Uche!!!! And Italy will be winning!!!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_05_08_27_00-Ubuntu_across_the_board.atom0000664000104500010450000000244311007071706023606 0ustar ucheuche Thu Jan 5 08:27:00 2006 8ad7729b-ec49-4f18-8da0-bc9daee781d1 <div xmlns="http://www.w3.org/1999/xhtml">Ubuntu across the board</div> Eric Gaumer http://egaumer.pagecache.org 2006-01-05T08:27:00.560000 2006-01-05T08:27:00.560000
Now you can say goodbye to RPM hell!
Now you can say goodbye to RPM hell!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_17_00_06_50-Installing_4Suite_1_0b1_as_non-root.atom0000664000104500010450000000371211006767566025522 0ustar ucheuche Sun Apr 17 00:06:50 2005 9e1dfc45-a233-4aca-aa51-1074a939a5cf <div xmlns="http://www.w3.org/1999/xhtml">Installing 4Suite 1.0b1 as non-root</div> Jeremy Kloth 2005-04-17T00:06:50.410000 2005-04-17T00:06:50.410000
From my experience, just --prefix=$HOME works quite well.  It only adds ~/bin, ~/include, ~/lib and ~/man to your home directory.

Those can be integrated into the environment like this (possibly in .bashrc if that's your shell):
export PATH=$HOME/bin:$PATH
export CFLAGS="-I$HOME/include ${CFLAGS}"
export MANPATH=$HOME/man:$(manpath)
From my experience, just --prefix=$HOME works quite well. It only adds ~/bin, ~/include, ~/lib and ~/man to your home directory. Those can be integrated into the environment like this (possibly in .bashrc if that's your shell): export PATH=$HOME/bin:$PATH export CFLAGS="-I$HOME/include ${CFLAGS}" export MANPATH=$HOME/man:$(manpath)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_10_15_19_50-XML_daily_WTF__UBL_ebXML_Naming_convention.atom0000664000104500010450000000413011006760145026732 0ustar ucheuche Wed Aug 10 15:19:50 2005 1cec94c2-3c89-42ed-b48a-a391903fa635 <div xmlns="http://www.w3.org/1999/xhtml">XML daily WTF: UBL/ebXML Naming convention</div> Uche http://uche.ogbuji.net 2005-08-10T15:19:50.210000 2005-08-10T15:19:50.210000
John,

I don't think there is any confusion in this thread.  Sure several different subthreads have come up, and I think we've been discussing each intelligently.  All is well on that score.

You and I just disagree on the crux of the matter.  To me, differentiating element and attribute names by formal convention, regardless of the complexity of the schema, is a clear and loud WTF.  The fact that a particula tool (WXS) encourages this is no excuse.  You seem to disagree.  And there we are, then.
John, I don't think there is any confusion in this thread. Sure several different subthreads have come up, and I think we've been discussing each intelligently. All is well on that score. You and I just disagree on the crux of the matter. To me, differentiating element and attribute names…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_06_05_24_55-From_Dapper_to_Edgy.atom0000664000104500010450000000324511007056070022617 0ustar ucheuche Mon Nov 6 05:24:55 2006 2f9927bc-c166-47da-b298-a8b771ff824f <div xmlns="http://www.w3.org/1999/xhtml">From Dapper to Edgy</div> Bill Mill http://billmill.org 2006-11-06T05:24:55.860000 2006-11-06T05:24:55.860000
Not sure if you had any troubles with the wireless on your upgrade - mine wanted to install the wrong version of ndiswrapper. I put up instructions on dealing with it at http://billmill.org/ubuntu_dell8600 .
Not sure if you had any troubles with the wireless on your upgrade - mine wanted to install the wrong version of ndiswrapper. I put up instructions on dealing with it at http://billmill.org/ubuntu_dell8600 .…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_15_16_47_46-From_Fourthought_to_Kadomo.atom0000664000104500010450000000371611007055025024256 0ustar ucheuche Fri Dec 15 16:47:46 2006 cd569aee-2f44-4552-8074-233ccfdb1873 <div xmlns="http://www.w3.org/1999/xhtml">From Fourthought to Kadomo</div> Kingsley Idehen http://www.openlinksw.com/blog/~kidehen 2006-12-15T16:47:46.350000 2006-12-15T16:47:46.350000
Uche,

Congrats!

Hopefully we can work a little closer as we all work towards the collective construction improved messaging re. the Semantic Web vison etc..

I also encourage you to join SWEO: http://lists.w3.org/Archives/Public/public-sweo-ig/ 

Kingsley
Uche, Congrats! Hopefully we can work a little closer as we all work towards the collective construction improved messaging re. the Semantic Web vison etc.. I also encourage you to join SWEO: http://lists.w3.org/Archives/Public/public-sweo-ig/ Kingsley…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_23_22_12_44-XsltRenderer_for_PyBlosxom.atom0000664000104500010450000000266611006766365024276 0ustar ucheuche Sat Sep 23 22:12:44 2006 e4439613-808d-4d3e-abbf-c0da8184063f <div xmlns="http://www.w3.org/1999/xhtml">XsltRenderer for PyBlosxom</div> Uche http://uche.ogbuji.net 2006-09-23T22:12:44.540000 2006-09-23T22:12:44.540000
Matt, I fixed it so you can download.  It got messed up in a recent machine upgrade.  Thanks for letting me know.
Matt, I fixed it so you can download. It got messed up in a recent machine upgrade. Thanks for letting me know.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_30_19_25_30-Government_grants_scam.atom0000664000104500010450000000453211007067015023457 0ustar ucheuche Wed Aug 30 19:25:30 2006 b95bad98-3cc7-4f39-8130-6ec4024508dd <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Kenneth Goldman 2006-08-30T19:25:30.730000 2006-08-30T19:25:30.730000
I recieved a call a moment ago from Time Travel Vacations. A man with a thick Indian accent convinced me to supply my credit card number for a "securiy deposit" on a 4-day cruise to the Bahamas for 5 people. As the conversation continued I became suspicious and withdrew my consent. What ensued was UNBELIEVABLE!! The "representative" took a rash tone, asking me repeatedly what I did not understand and that he did not care about my money. I inserted a firm withdrawl and hung up. He called back about2 minuted later and we then began an argument that quickly turned into hot-tempered screaming match where he was yelling over me nonstop! Finally I took an authoritarian tone and whipped him into stumbling words, after which I threatened to call the police and turned off my cell phone. I IMMEDIATELY canceled my card.

NEVER SUPPLY INFORMATION PRIOR TO OUTSIDE RESEARCH!
I recieved a call a moment ago from Time Travel Vacations. A man with a thick Indian accent convinced me to supply my credit card number for a "securiy deposit" on a 4-day cruise to the Bahamas for 5 people. As the conversation continued I became suspicious and withdrew my…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000014700000000000011567 Lustar rootrootrepository/comments/2005_06_13_22_49_28-Amara_equivalents_of_Mike_Kay_s_XSLT_2_0__XQuery_examples.atomrepository/comments/2005_06_13_22_49_28-Amara_equivalents_of_Mike_Kay_s_XSLT_2_0__XQuery_examples.at0000664000104500010450000000412211006763467031537 0ustar ucheuche Mon Jun 13 22:49:28 2005 e14adbea-31df-48d9-8ab6-2230bd4540db <div xmlns="http://www.w3.org/1999/xhtml">Amara equivalents of Mike Kay's XSLT 2.0, XQuery examples</div> Uche http://uche.ogbuji.net 2005-06-13T22:49:28.530000 2005-06-13T22:49:28.530000
Sylvain,

You are spot on in your assessment.  This is precisely the tightrope we're all trying to walk here.

Luis,

Made the corrections you mention, thanks.  A better creation API is easier said than done (for example, none of the Python tool APIs come close to the clarity of the XQuery or XSLT, but again without template-like syntax in Python, this is hard to avoid.

If you have any ideas, do pipe up.
Sylvain, You are spot on in your assessment. This is precisely the tightrope we're all trying to walk here. Luis, Made the corrections you mention, thanks. A better creation API is easier said than done (for example, none of the Python tool APIs come close to the clarity of the…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_07_23_39_33-PyBlosxom_contributed_plug-ins_1_2_1.atom0000664000104500010450000000302311006765745026022 0ustar ucheuche Sat May 7 23:39:33 2005 1b2790ff-c170-40cd-b711-7fe2690669d3 <div xmlns="http://www.w3.org/1999/xhtml">PyBlosxom contributed plug-ins 1.2.1</div> Eric Gaumer http://egaumer.pagecache.org 2005-05-07T23:39:33.590000 2005-05-07T23:39:33.590000
Thanks Uche. I'm not much of a glory hound but it's nice to occasionally have your efforts recognized.

BTW: Lovin WebDAV ;-)
Thanks Uche. I'm not much of a glory hound but it's nice to occasionally have your efforts recognized. BTW: Lovin WebDAV ;-)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_02_18_16_56-Government_grants_scam.atom0000664000104500010450000000454211007067312023460 0ustar ucheuche Thu Nov 2 18:16:56 2006 b4f96233-c4d1-497d-8ca5-2cc7f61a9c2f <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> charlie 2006-11-02T18:16:56.480000 2006-11-02T18:16:56.480000
Hey guys, I also got a call from these guys today.  I asked for a website and they gave me a bogus one.  When I asked why the site wasn't working, I got four different answers from four different people, it was hilarious.  Anyway, I was looking up scams online and I came accross this page AS I WAS TALKING TO THEM.  And the 'senior manager' Roger Lee, (His name comes up on other posts here too) was the guy i was talking to.  Anyway, I told the guy that I wasn't buying his bullshit and I wasn't going to give him anything.  Roger then flips out on the phone trying to argue with me.  I started to yell back at him telling him that his bogus life sucks and that he should stop.  And then I asked him why he was so angry over the fact taht he couldn't give ME money.  He didn't know what to say for a couple of seconds and I laughed my ass off.  Anyway, thanks for posting on this thread guys, it really saved me a ton of trouble.
Hey guys, I also got a call from these guys today. I asked for a website and they gave me a bogus one. When I asked why the site wasn't working, I got four different answers from four different people, it was hilarious. Anyway, I was looking up scams online…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000016700000000000011571 Lustar rootrootrepository/comments/2006_02_01_20_08_49-Switching_from_MH_and_Evolution__to_maildir__Dovecot_IMAP_and_Thunderbird.atomrepository/comments/2006_02_01_20_08_49-Switching_from_MH_and_Evolution__to_maildir__Dovecot_IMAP_an0000664000104500010450000000361511007066347031722 0ustar ucheuche Wed Feb 1 20:08:49 2006 cf7b3222-7970-4096-b76c-23500fb0a43f <div xmlns="http://www.w3.org/1999/xhtml">Switching from MH and Evolution to maildir, Dovecot IMAP and Thunderbird</div> Darren Chamberlain http://sevenroot.org/dlc/ 2006-02-01T20:08:49.560000 2006-02-01T20:08:49.560000
Evolution was the only very modern MUA I could find that supported MH folders.


mutt supports MH folders, and has years.  Any reason you decided not to go with mutt?  Not "modern" enough for ya? ;)
Evolution was the only very modern MUA I could find that supported MH folders. mutt supports MH folders, and has years. Any reason you decided not to go with mutt? Not "modern" enough for ya? ;)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_04_04_25_03-If_Video_Killed_The_Radiostar.atom0000664000104500010450000000325311006766615024533 0ustar ucheuche Wed May 4 04:25:03 2005 1713bad7-8e04-4854-a2bf-4de71d95c282 <div xmlns="http://www.w3.org/1999/xhtml">If Video Killed The Radiostar</div> Trackback from James Governor's MonkChips http://www.redmonk.com/jgovernor/archives/000655.html 2005-05-04T04:25:03.920000 2005-05-04T04:25:03.920000
What is going to kill the Video Star? Weirdly - the Buggles lyrics are kind of profound. "Rewind in the car" - sounds like podcasting to me. Radio fights back. And now we meet in an abandoned studio. We hear...
What is going to kill the Video Star? Weirdly - the Buggles lyrics are kind of profound. "Rewind in the car" - sounds like podcasting to me. Radio fights back. And now we meet in an abandoned studio. We hear...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_05_12_55_56-Government_grants_scam.atom0000664000104500010450000000302011007067170023447 0ustar ucheuche Thu Oct 5 12:55:56 2006 92e6bcb5-0698-4a25-ae0b-9d020d1fe14a <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> TrevorS 2006-10-05T12:55:56.570000 2006-10-05T12:55:56.570000
Bake Pkwy in Lake Forest, CA is about a street down from where I currently am.  I might drive by in a few minutes to see if I can find 20988 Bake Parkway (if it even exists).
Bake Pkwy in Lake Forest, CA is about a street down from where I currently am. I might drive by in a few minutes to see if I can find 20988 Bake Parkway (if it even exists).…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_25_10_40_23-Python_XML_column__32_pubbed.atom0000664000104500010450000000251111006767271024306 0ustar ucheuche Mon Apr 25 10:40:23 2005 0a5c5719-5651-4735-a56e-aab30e2c6a9e <div xmlns="http://www.w3.org/1999/xhtml">Python/XML column #32 pubbed</div> Chris Ryland 2005-04-25T10:40:23.320000 2005-04-25T10:40:23.320000
I think "behold, I make all things new" is from the New Testament.
I think "behold, I make all things new" is from the New Testament.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_29_11_22_46-Government_grants_scam.atom0000664000104500010450000000343411007067503023460 0ustar ucheuche Fri Dec 29 11:22:46 2006 ca5e5746-08d1-405a-a4eb-3459d5435da7 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Bianca Stelly 2006-12-29T11:22:46.480000 2006-12-29T11:22:46.480000
I was searching for Governmet Grants, I seriously need one.  I am a single mother with bills up to my ears and I don't get child support... so these guys at Hampton Resources 866-591-6162 have, as now I see, pulled one over on me.  I gave them 349.00 for their help.  What LOOSERS!!!! Single mothers don't need more b.s. to worry about we need help.
I was searching for Governmet Grants, I seriously need one. I am a single mother with bills up to my ears and I don't get child support... so these guys at Hampton Resources 866-591-6162 have, as now I see, pulled one over on me. I gave them 349.00 for their…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_15_15_34_20-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000275711007070261026246 0ustar ucheuche Fri Dec 15 15:34:20 2006 db53d433-3d8f-4484-9fe0-75742d0c7026 <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> Shushu 2006-12-15T15:34:20.030000 2006-12-15T15:34:20.030000
10x for the help, it solved my problem.
Unfortunately I believe Ubuntu is not for me. I will need to move to a "real" non-desktop Linux
10x for the help, it solved my problem. Unfortunately I believe Ubuntu is not for me. I will need to move to a "real" non-desktop Linux…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_17_19_22_45-Government_grants_scam.atom0000664000104500010450000000453411007066752023500 0ustar ucheuche Thu Aug 17 19:22:45 2006 0f515963-b3fd-41ab-b47e-ddf6ea7ca867 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Anna 2006-08-17T19:22:45.170000 2006-08-17T19:22:45.170000
808-212-0041 Aug 14 at 7:07 pm I wasn't inside the house for this call but have recently moved and have a new number and every telemarketing slime bag on the planet has it thanks to Comcast not Unlisting the number (on purpose, requested this twice).

So you can imagine my frustration, and I have taken to spotting these calls right away, and answering with "I know where you live and I have paid someone to go take you out!" Then I say, please stay on the line, so I can validate your address for them one more time.

They hang up.

I love semantic ambiguity. Take you out, ha ha ha. I just love it. As soon as 31 days have passed from my using DNC registry, I will be engaging in long long phone calls with them, and sending bills pe call "everywhere", then dunning them, then taking them to small claims court.
808-212-0041 Aug 14 at 7:07 pm I wasn't inside the house for this call but have recently moved and have a new number and every telemarketing slime bag on the planet has it thanks to Comcast not Unlisting the number (on purpose, requested this twice). So you can imagine my…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_10_16_05_54-Quot__di__.atom0000664000104500010450000000403411006760116021007 0ustar ucheuche Wed Aug 10 16:05:54 2005 a1f0e98c-6a5a-47df-b161-55ee5daf6f2c <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Uche http://uche.ogbuji.net 2005-08-10T16:05:54.950000 2005-08-10T16:05:54.950000
Yup.  Just as I mentioned in the linked message:

http://wiz.cath.vt.edu/pipermail/new-poetry/2005-July/042183.html

Of course the online L&S is not as smooth to use as the book version I borrowed from a colleague back when (though the word proximities feature is mad fly).  They need beta code text entry (I learned beta code for use on a Greek learner's mailing list).
Yup. Just as I mentioned in the linked message: http://wiz.cath.vt.edu/pipermail/new-poetry/2005-July/042183.html Of course the online L&S is not as smooth to use as the book version I borrowed from a colleague back when (though the word proximities feature is mad fly). They need beta code text entry (I learned beta code…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_09_17_51_08-Government_grants_scam.atom0000664000104500010450000000447511007067036023501 0ustar ucheuche Sat Sep 9 17:51:08 2006 77108604-f52c-4ff3-bc7c-c8968948ef14 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> tina 2006-09-09T17:51:08.800000 2006-09-09T17:51:08.800000
I received a call on my cell phone from a heavy indian accented man. He told me that I qualified for a goverment grant to the tune of 8,000. I ALMOST believed him, since i am applying for grants for college. he asked me for my name and the name of my bank. i gave him the name of my bank, but when he asked for my account # i got wary. I asked him for verification and he told me he could tell me my routing number. i told him he would have to call me back, and he started repeatedly asking me why, that it something simple and surely i have a checkbook or a bank stub around. I told him no and asked for a manager, who did the exact same thing as the person i talked to earlier. As SOON as i got off the phone i looked this up, since he gave me the address of 123 Apple street in fremont. (i mean, dont you think they would at least pretend not to be a scam? if they werent they would have picked a REALLY bad address.)
I received a call on my cell phone from a heavy indian accented man. He told me that I qualified for a goverment grant to the tune of 8,000. I ALMOST believed him, since i am applying for grants for college. he asked me for my name and the name…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_04_15_37_10-Government_grants_scam.atom0000664000104500010450000000334711007066513023461 0ustar ucheuche Tue Jul 4 15:37:10 2006 ea3acb2b-4161-4281-8abd-ce65ba68604d <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> W Haigh 2006-07-04T15:37:10.540000 2006-07-04T15:37:10.540000
I just had what sounds like the same guy called me wanting to deposit $5000 in grant money to my checking account. Sounds funny for a US Government person to be working at 4:30pm on the 4th of July.  He was very persistant to get my account info.  Asked him to call back tomarrow, let's see how dumb he is.
I just had what sounds like the same guy called me wanting to deposit $5000 in grant money to my checking account. Sounds funny for a US Government person to be working at 4:30pm on the 4th of July. He was very persistant to get my account info. Asked him…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_28_16_45_43-The_new_MacBook_Pro.atom0000664000104500010450000000327111007054350022560 0ustar ucheuche Thu Dec 28 16:45:43 2006 3ae01716-db2a-434e-b5cd-ceff6bace337 <div xmlns="http://www.w3.org/1999/xhtml">The new MacBook Pro</div> Mark 2006-12-28T16:45:43.170000 2006-12-28T16:45:43.170000
You should be able to "right-click" by having 2 fingers in contact with the trackpad as you click.  (There might be a setting in System Preferences to turn this option on, I'm not sure.)

Hope this helps!

Regards,
Mark
You should be able to "right-click" by having 2 fingers in contact with the trackpad as you click. (There might be a setting in System Preferences to turn this option on, I'm not sure.) Hope this helps! Regards, Mark…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_15_14_55_02-Beyond_HTML_tidy__or.atom0000664000104500010450000000267411006760652022717 0ustar ucheuche Thu Jun 15 14:55:02 2006 2a2c3323-1cf1-49d8-b4fe-7445465627ae <div xmlns="http://www.w3.org/1999/xhtml">Beyond HTML tidy, or </div> John Cowan http://www.ccil.org/~cowan 2006-06-15T14:55:02.160000 2006-06-15T14:55:02.160000
You can snarf TagSoup 1.0 Final from http://tagsoup.info now, Uche.
You can snarf TagSoup 1.0 Final from http://tagsoup.info now, Uche.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_20_15_26_19-Government_grants_scam.atom0000664000104500010450000000273211007066617023470 0ustar ucheuche Thu Jul 20 15:26:19 2006 55466d5e-523a-4e40-aaa9-917a451cb823 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> pbizzle 2006-07-20T15:26:19.500000 2006-07-20T15:26:19.500000
got the same phone call.  Didnt answer because i am not about to answer numbers that i dont know.  Sounds like i did the right thing.  Thanks guys.
got the same phone call. Didnt answer because i am not about to answer numbers that i dont know. Sounds like i did the right thing. Thanks guys.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_03_16_50_19-Copia_gets_RSS_1_0__courtesy_XSLT.atom0000664000104500010450000000371211006766433025171 0ustar ucheuche Tue May 3 16:50:19 2005 f951155a-2f70-4582-b4c9-a8ea739eb2bc <div xmlns="http://www.w3.org/1999/xhtml">Copia gets RSS 1.0, courtesy XSLT</div> Uche http://uche.ogbuji.net 2005-05-03T16:50:19.070000 2005-05-03T16:50:19.070000
Aristotle, I fixed that (trivial edit of the atom flavor template).  Thanks.  I hadn't even noticed the confusion in the author/name field.

I'll also look into topics for the feed, but I suspect it will be easier to add them to the RSS 1.0 feed rather than the Atom feed, because in the former case I can use XSLT to convert the list of topics into the right elements for Atom (I get them from the keywords plug-in as XHTML a elements).
Aristotle, I fixed that (trivial edit of the atom flavor template). Thanks. I hadn't even noticed the confusion in the author/name field. I'll also look into topics for the feed, but I suspect it will be easier to add them to the RSS 1.0 feed rather than the Atom feed,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_13_21_20_12-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_13_21_20_12-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000427611007062206031635 0ustar ucheuche Tue Jun 13 21:20:12 2006 df31ed9d-463d-4561-99d6-d547f12fb586 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Alicia 2006-06-13T21:20:12.070000 2006-06-13T21:20:12.070000
burning question. why does espn allow such pathetic supposed announcers to cover the u.s. games. o'brien not only reveals his ignorance for the entire sport, but the networks. he is irrelevant, infuriating, and trite: "germany, a country known for their sausage and beer." is this really the best espn can do? as an american: player, supporter, and person with a brain i am embarrassed and now forced to watch my local Spanish channels.

Please dear god let me know if someone finds a petition or something of the sort…. I would like to live until the next world cup or at least without the aliments following a stroke.
burning question. why does espn allow such pathetic supposed announcers to cover the u.s. games. o'brien not only reveals his ignorance for the entire sport, but the networks. he is irrelevant, infuriating, and trite: "germany, a country known for their sausage and beer." is this really the best espn can…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_05_16_14_30_30-My_Definition_of_Semi-structured_Data.atom0000664000104500010450000000420211007062622026264 0ustar ucheuche Tue May 16 14:30:30 2006 5b7e6798-da3b-4348-adcf-e67d42d324b2 <div xmlns="http://www.w3.org/1999/xhtml">My Definition of Semi-structured Data</div> Mike Champion 2006-05-16T14:30:30.740000 2006-05-16T14:30:30.740000
Hmmm ... the problem is that "suitable for representaiton in the relational model" is pretty fuzzily defined.  All data can be normalized into relations, if I recall Codd correctly, even if that doesn't mean it can be usefully processed with an existing RDBMS.  Would semistructured data suddenly become structured if there were a great advance in RDBMS' ability to shred and query XML trees or RDF graphs into tables?

Maybe if you said "easily represented in the relational model in a way that could be efficiently implemented in SQL 99" or something?
Hmmm ... the problem is that "suitable for representaiton in the relational model" is pretty fuzzily defined. All data can be normalized into relations, if I recall Codd correctly, even if that doesn't mean it can be usefully processed with an existing RDBMS. Would semistructured data suddenly become structured if…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_25_16_40_01-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000330611007070260026240 0ustar ucheuche Mon Sep 25 16:40:01 2006 8db91a15-00a8-4a84-8ed3-3fa06e811e5b <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> Otter 2006-09-25T16:40:01.090000 2006-09-25T16:40:01.090000
Awesome, thanks

I am very new to linux, but i know how to read instructions well enough, and this was perfect and fixed my problem nicely.

Its a long road converting to linux from 10 years of windows administration.
Awesome, thanks I am very new to linux, but i know how to read instructions well enough, and this was perfect and fixed my problem nicely. Its a long road converting to linux from 10 years of windows administration.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_27_10_18_56-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000432311007070256026250 0ustar ucheuche Fri Jan 27 10:18:56 2006 70d70df8-1a3e-49f2-85eb-b699930dc073 <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> uche http://uche.ogbuji.net 2006-01-27T10:18:56.340000 2006-01-27T10:18:56.340000
> I guess swat isn't on the golden path in Ubuntu.

Maybe.  But then I need a golden roadmap.  I've heard that webmin is near useless on Debian and derived.  I've found debconf primitive and very fiddly every time I have to use it.  I couldn't find any other config helpers in the menus and such.  Googling mostly exposed a lot of frustration by other users on the matter.  There was more scolding from Ubuntu boosters telling folks to down their cod liver oil and configure Samba the old fashioned way than there were friendly solutions.  I've proved my geek mettle often enough that I don't have to pull out the slide rule every time I just want to enable a well-known service on my computer.
> I guess swat isn't on the golden path in Ubuntu. Maybe. But then I need a golden roadmap. I've heard that webmin is near useless on Debian and derived. I've found debconf primitive and very fiddly every time I have to use it. I couldn't find any other config…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_12_08_46_15-del_icio_us_bookmarks_for_2006-01-10.atom0000664000104500010450000000351111007071270025240 0ustar ucheuche Thu Jan 12 08:46:15 2006 e5bb0e3d-f48f-4429-a9f7-a1e718530e52 <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2006-01-10</div> uche http://uche.ogbuji.net 2006-01-12T08:46:15.050000 2006-01-12T08:46:15.050000
Dotun,

Actually I didn't compile that dictionary.  Notice the quotes around my description text.  I took that quote from the page.

But I'm glad you're enjoying it as much as I did.  I was amazed my pidgin was still quite serviceable during my recent trip to Naija.
Dotun, Actually I didn't compile that dictionary. Notice the quotes around my description text. I took that quote from the page. But I'm glad you're enjoying it as much as I did. I was amazed my pidgin was still quite serviceable during my recent trip to Naija.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_22_21_09_11-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000362211007070260026237 0ustar ucheuche Tue Aug 22 21:09:11 2006 43536efe-0d45-4296-989d-095644f18d3e <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> Doug Germann 2006-08-22T21:09:11.520000 2006-08-22T21:09:11.520000
Hi--

I have samba running on this Ubuntu 6.06. Synaptic shows swat is installed, and I even reinstalled it.

I followed your instructions above, but Firefox reports Problem loading--Unable to connect.

Any suggestions for troubleshooting this?

Thanks!

:- Doug.
Hi-- I have samba running on this Ubuntu 6.06. Synaptic shows swat is installed, and I even reinstalled it. I followed your instructions above, but Firefox reports Problem loading--Unable to connect. Any suggestions for troubleshooting this? Thanks! :- Doug.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_13_20_10_00-Hip-Hop_in_its_essence_is_Palestinian.atom0000664000104500010450000000315011006752270026261 0ustar ucheuche Sun Nov 13 20:10:00 2005 c46989a0-0b46-420b-aa84-7d14eae28424 <div xmlns="http://www.w3.org/1999/xhtml">Hip-Hop in its essence is Palestinian</div> mojix http://mojix.org/ 2005-11-13T20:10:00.930000 2005-11-13T20:10:00.930000
Hi, I'm reading your blog mainly for Python, XML and tech information.
I'm very surprised and pleased with this post - writing about Hip-Hop music. I also like Common, Talib Kweli etc.
Hi, I'm reading your blog mainly for Python, XML and tech information. I'm very surprised and pleased with this post - writing about Hip-Hop music. I also like Common, Talib Kweli etc.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_08_27_23_54_22-LazyWeb_Ho___Detecting_whether_a_browser_supports_XML_XSLT.atomrepository/comments/2006_08_27_23_54_22-LazyWeb_Ho___Detecting_whether_a_browser_supports_XML_XSLT.a0000664000104500010450000000452111007057660031672 0ustar ucheuche Sun Aug 27 23:54:22 2006 093444cf-6a51-4933-bf7e-90a2e2ff5701 <div xmlns="http://www.w3.org/1999/xhtml">LazyWeb Ho! Detecting whether a browser supports XML+XSLT</div> Uche http://uche.ogbuji.net 2006-08-27T23:54:22.350000 2006-08-27T23:54:22.350000
I think we're talking about completely different things.  In my case I'm writing server-side middleware that is independent of any trickery on the client side.  The idea is to use the basic header declarations to decide whether or not it should take care of XSLT processing for the client.

You are talking (I think) about client-side logic for cross-platform XSLT application, which is very different.  A robust server-side solution should be independent of this.  I suspect that someone might be able to combine both approaches in a webapp, but that's at the integration phase, and is not relevant to the implementation of the separate client or server capabilities.

If I'm misunderstanding you, please let me know.
I think we're talking about completely different things. In my case I'm writing server-side middleware that is independent of any trickery on the client side. The idea is to use the basic header declarations to decide whether or not it should take care of XSLT processing for the client. You…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_29_14_04_09-Government_grants_scam.atom0000664000104500010450000000266511007067004023470 0ustar ucheuche Tue Aug 29 14:04:09 2006 9151e827-2cdb-4d6a-b020-0ea71668806e <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Anon 2006-08-29T14:04:09.660000 2006-08-29T14:04:09.660000
As of 8/29/06 I received 10 calls from this male solictingg me for info. on refi's and mortgage info.Coming back to 1 808 212 0041
As of 8/29/06 I received 10 calls from this male solictingg me for info. on refi's and mortgage info.Coming back to 1 808 212 0041…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_07_08_57_25-First_lady_megrims.atom0000664000104500010450000000260311006764000022577 0ustar ucheuche Tue Jun 7 08:57:25 2005 92e90f49-7d79-423d-91b1-dde6bc45566a <div xmlns="http://www.w3.org/1999/xhtml">First lady megrims</div> Uche http://uche.ogbuji.net 2005-06-07T08:57:25.470000 2005-06-07T08:57:25.470000
I can't help thinking Barabara Bush's obsession *should* have been George junior's homework.
I can't help thinking Barabara Bush's obsession *should* have been George junior's homework.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_08_03_41_23-OPML__XOXO__RDF_and_more_on_outlining_for_note-taking.atom0000664000104500010450000000640611006761465031174 0ustar ucheuche Fri Jul 8 03:41:23 2005 59013e32-a5c1-46d7-9c3b-5f77d78ddb9b <div xmlns="http://www.w3.org/1999/xhtml">OPML, XOXO, RDF and more on outlining for note-taking</div> M. David Peterson http://www.xsltblog.com 2005-07-08T03:41:23.310000 2005-07-08T03:41:23.310000
Hi Uche, Sylvain,

First off, Uche... Yet Another Excellent "State of My Current Thinking and Why" Piece.  You have an incredible knack for pulling out the good and the bad, highlighting each with quick explanations, and moving forward.  I need to really focus on this style in my own posts, something I struggle with for sure.

Although you don't necessarily make this exact statement I am most definitely in agreement with the direction in which many of your comments regarding Danny Ayers seem to point to...  The man flat out knows whats up.

Regarding Rhizone.... As of this exact moment I do not know what it is exactly but plan to change that as soon as I finish this post.

That aside (or possibly included if it touches some of the same areas I think it might) it seems that the three of us + Micah (Micah is a little more aware of some of the areas I am working on in this space) + a few others of which I will mention in private email all have some very common goals and I think it might be worth taking a few moments and chatting about these in private email.

Uche, I know I have your private email. Sylvain, I'm pretty sure I have yours from some of the comments you have left on my blog.  A bit later today I will include you both in a private email to discuss some of the work I have already been doing in this area (with a few others) to then possibly locate some areas that might interest us all in working together on.

Cheers :)

Hi Uche, Sylvain, First off, Uche... Yet Another Excellent "State of My Current Thinking and Why" Piece. You have an incredible knack for pulling out the good and the bad, highlighting each with quick explanations, and moving forward. I need to really focus on this style in my own posts,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_16_19_56_34-Government_grants_scam.atom0000664000104500010450000000352611007066733023503 0ustar ucheuche Wed Aug 16 19:56:34 2006 be401b91-8323-447f-a50b-764760483d4f <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> tor 2006-08-16T19:56:34.350000 2006-08-16T19:56:34.350000
The question is where are these scammers getting our phone numbers if we are unlisted or listed on the do not call registry?  Since one person mentioned that the guy is using VOIP, I'm wondering how many of you use or have used Vonage?  The guys' thick indian accent is very much like that of the Vonage tech support staff.  I wonder if Vonage is selling customer information?  I know I was once a customer.
The question is where are these scammers getting our phone numbers if we are unlisted or listed on the do not call registry? Since one person mentioned that the guy is using VOIP, I'm wondering how many of you use or have used Vonage? The guys' thick indian accent is…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_17_13_04_28-The_Earliest_Juncture_of_Semiotics_and_Mathematics.atom0000664000104500010450000000316211006763024031045 0ustar ucheuche Fri Jun 17 13:04:28 2005 426ff98e-c5e1-4f47-a26b-a7d732eee853 <div xmlns="http://www.w3.org/1999/xhtml">The Earliest Juncture of Semiotics and Mathematics</div> chimezie http://copia.ogbuji.net/blog 2005-06-17T13:04:28.860000 2005-06-17T13:04:28.860000
thanks, I'll give it a try.  transforming them should then be as simple as generating (from python) transform matrixes and/or rotating the axis by subdivisions of 360 degrees.
thanks, I'll give it a try. transforming them should then be as simple as generating (from python) transform matrixes and/or rotating the axis by subdivisions of 360 degrees.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_13_09_18_55-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_13_09_18_55-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000317311007062205031653 0ustar ucheuche Tue Jun 13 09:18:55 2006 b8c57f91-6367-4a3f-ac14-07e0ac69e620 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> angryfan 2006-06-13T09:18:55.140000 2006-06-13T09:18:55.140000
Someone should start a petition to get some new announcers.  These guys are ruining the World Cup for American fans.  How about some people who will explain what is going on out on the field?
Someone should start a petition to get some new announcers. These guys are ruining the World Cup for American fans. How about some people who will explain what is going on out on the field?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_29_08_37_33-Government_grants_scam.atom0000664000104500010450000000341211007067407023466 0ustar ucheuche Wed Nov 29 08:37:33 2006 72961230-54d5-45cd-83cb-5389829d2ec9 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> kristen 2006-11-29T08:37:33.360000 2006-11-29T08:37:33.360000
Glad to see all these postings, just got the phone call from Hampton 866-591-6162, used name troy brown and said I was guaranteed government grant of $5000 asking for my checking account numbers. Said he received the information from my home loan application. Also mentioned the $349 processing fee.
Glad to see all these postings, just got the phone call from Hampton 866-591-6162, used name troy brown and said I was guaranteed government grant of $5000 asking for my checking account numbers. Said he received the information from my home loan application. Also mentioned the $349 processing fee.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015700000000000011570 Lustar rootrootrepository/comments/2006_03_29_07_44_52-Optimizing_XML_to_RDF_mappings_for_Content_Management_Persistence.atomrepository/comments/2006_03_29_07_44_52-Optimizing_XML_to_RDF_mappings_for_Content_Management_Persis0000664000104500010450000000415511007064050032002 0ustar ucheuche Wed Mar 29 07:44:52 2006 49b2775f-cefa-444a-8d43-0459bee263e0 <div xmlns="http://www.w3.org/1999/xhtml">Optimizing XML to RDF mappings for Content Management Persistence</div> Chimezie Ogbuji http://copia.ogbuji.net/blog 2006-03-29T07:44:52.370000 2006-03-29T07:44:52.370000
Absolutely, I'm currently working on a large data set and hope to get some numbers on scale.  I had also promised on an earlier post to do the same about how well the current rdflib SQL framework scales (now that RDF statements are partitioned and simply stored in one monolithic table) - I just haven't been able to find the time.

I wanted to emphasize the "Note, such coupling"... and probably should't have written it as a quote.
Absolutely, I'm currently working on a large data set and hope to get some numbers on scale. I had also promised on an earlier post to do the same about how well the current rdflib SQL framework scales (now that RDF statements are partitioned and simply stored in one monolithic…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017600000000000011571 Lustar rootrootrepository/comments/2006_08_14_02_27_11-Some_thoughts_on_QNames_in_content__including_proposal_for_a_better__ahem__name_.atomrepository/comments/2006_08_14_02_27_11-Some_thoughts_on_QNames_in_content__including_proposal_for_a0000664000104500010450000000577711007060121032301 0ustar ucheuche Mon Aug 14 02:27:11 2006 79faa5d4-e76a-4f73-b149-30323240291a <div xmlns="http://www.w3.org/1999/xhtml">Some thoughts on QNames in content (including proposal for a better, ahem, name)</div> Danny http://dannyayers.com 2006-08-14T02:27:11.510000 2006-08-14T02:27:11.510000
"hidden namespaces", ya, that's an improvement. I'm not so sure about the prefix registry idea though, doesn't it undermine the whole idea of using URIs in the first place?

I can't get to the xml-dev archives right now (404), but I get the picture from your IBM piece. I don't actually see a problem - the XML processor is more like a person with autism than a psychiatrist...

Also I'm not sure of the argument against in-document scoping. The argument for is mostly that a registry isn't needed - that's good, isn't it? Assuming of course that the namespaces can be unhidden locally.

I'm sure the following has come up elsewhere, but I don't have pointers. Namespaces can be unhidden with fairly minimal application-level extensions to XML, either something like:

or:


As I type it occurs to me that there may be an wierd little application of GRDDL here, using data-view to extract:
[
:namespace http://example.org/blah#> ;
:prefix "b"
]
"hidden namespaces", ya, that's an improvement. I'm not so sure about the prefix registry idea though, doesn't it undermine the whole idea of using URIs in the first place? I can't get to the xml-dev archives right now (404), but I get the picture from your IBM piece. I don't…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_21_11_37_26-500_Web_feed_readers__and_none_dead_on.atom0000664000104500010450000000513111006754110026176 0ustar ucheuche Fri Oct 21 11:37:26 2005 3e5b6724-93ae-435f-b80c-5c9a49bdb1ec <div xmlns="http://www.w3.org/1999/xhtml">500 Web feed readers, and none dead on</div> Danny http://dannyayers.com/ 2005-10-21T11:37:26.280000 2005-10-21T11:37:26.280000
My general experiences pretty much coincide with yours. I just gave Google's Reader a bit of time - first impressions were bad bad bad, but after a giving it the benefit of the doubt actually started to like it. But it was still far from dead on, and when I got confused over my subscriptions I slipped back into using Bloglines.

An alternative you might want to consider is your own server-side setup like Chumpalogica. That's just a bit of Python with Redland, drop in a channel list done FOAFishly, hook cron and it Just Works. 

In my own code-play I've done something similar using Python+Redland (didn't in the end use Chumpalogica because I wanted the MySQL-based persistence, seemed easier to start from scratch). Eventually I want to use this for my personal aggregator, but right now it's just a testbed for messing with SPARQL.

I imagine you could do something similar using 4Suite+Versa, although hopefully considerably cooler and less buggy ;-)
My general experiences pretty much coincide with yours. I just gave Google's Reader a bit of time - first impressions were bad bad bad, but after a giving it the benefit of the doubt actually started to like it. But it was still far from dead on, and when I…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_30_18_54_02-Quot__di__.atom0000664000104500010450000000337711006761750021024 0ustar ucheuche Thu Jun 30 18:54:02 2005 95bfbc84-e22c-42c4-8a9a-15faad80e3c9 <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Uche http://uche.ogbuji.net 2005-06-30T18:54:02.260000 2005-06-30T18:54:02.260000
To be fair, there were a lot of them dancing, but there were more than enough not dancing, even in the front, to douse the mood a bit.  Also, I really miss the feel of an entire crowd Zydeco jitterbugging almost in unison.  N.O. Jazz Fest was the best example of that by far, but Milwaukee seems to have Boulder beat for Zydesoul.
To be fair, there were a lot of them dancing, but there were more than enough not dancing, even in the front, to douse the mood a bit. Also, I really miss the feel of an entire crowd Zydeco jitterbugging almost in unison. N.O. Jazz Fest was the best example…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_29_10_34_28-Government_grants_scam.atom0000664000104500010450000000340711007066476023475 0ustar ucheuche Thu Jun 29 10:34:28 2006 793ffd10-0d02-471e-8285-ecd8ff4070cc <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Mike 2006-06-29T10:34:28.810000 2006-06-29T10:34:28.810000
I also got a call from 808-212-0041. The man with a thick Indian accent said they found my (web design) business in the yellow pages and asked if I had a website, when I said yes, he said "have you updated it? cuz If not, we offer web design services..." I said "Really? Me too!" and hung up.

Damn scammers.
I also got a call from 808-212-0041. The man with a thick Indian accent said they found my (web design) business in the yellow pages and asked if I had a website, when I said yes, he said "have you updated it? cuz If not, we offer web design services..."…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_13_00_22_57-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_13_00_22_57-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000416011007062205031634 0ustar ucheuche Tue Jun 13 00:22:57 2006 3f94d135-6259-4473-a7f0-f3f1740a5776 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Patrick 2006-06-13T00:22:57.890000 2006-06-13T00:22:57.890000
At one point during the England-Paraguay game, O'Brien called England "Germany."

During the same game, when the Paraguan goalkeeper nearly let the ball slip through his hands across the goal line, O'Brien went off about "this is the World Cup! This is why you need a computer chip in the ball! It's like if you're watching the World Series, it's only inches between a strike and a ball..."

O'Brien's description of Crouch: "He's tall, like a skyscraper..."

Someone please kill the guy.
At one point during the England-Paraguay game, O'Brien called England "Germany." During the same game, when the Paraguan goalkeeper nearly let the ball slip through his hands across the goal line, O'Brien went off about "this is the World Cup! This is why you need a computer chip in the…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_26_04_26_50-YiJing_SVG_Plotter.atom0000664000104500010450000000362411006762105022375 0ustar ucheuche Tue Jul 26 04:26:50 2005 1e23ab62-085a-49f6-9c93-d2665f23d501 <div xmlns="http://www.w3.org/1999/xhtml">YiJing SVG Plotter</div> jjgod 2005-07-26T04:26:50.990000 2005-07-26T04:26:50.990000
Actually, either one is ok. As we guys in mainland China, the official spelling is "Shao Yong", but "Shao Yung" is a style we used to spell Chinese name (this style is still using in Taiwan and many old people).

Yeah, writing a Chinese name in Latin character has many different ways, some one will put the family name before the first name while some one will exchange their position, but we usually knows it refers to the some person. :)
Actually, either one is ok. As we guys in mainland China, the official spelling is "Shao Yong", but "Shao Yung" is a style we used to spell Chinese name (this style is still using in Taiwan and many old people). Yeah, writing a Chinese name in Latin character has many…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_01_06_12_28_25-Government_grants_scam.atom0000664000104500010450000000404611007067522023457 0ustar ucheuche Sat Jan 6 12:28:25 2007 8e9691c8-81aa-4c60-9dca-ac8c670fa7ee <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Kazi 2007-01-06T12:28:25.250000 2007-01-06T12:28:25.250000
Yesterday My friend received an email from a guy who call himself Robert who said that he found the name of my Friend at the internate and find that he is a trusted person, and as Mr Robert want to invest in our country asked my friend to provide his account number so that he can deposit usd 50,000. Mr Robert also called my friend through number 2348623449314 and insisting for his intention to deposit and demanded vehemently for the account number. My friend is aware of Scam and he is ignoring to whatever Mr Robert said. It is Funny that Mr Robert did not recognise that he is ignored The Man is still calling every now and then.
Yesterday My friend received an email from a guy who call himself Robert who said that he found the name of my Friend at the internate and find that he is a trusted person, and as Mr Robert want to invest in our country asked my friend to provide his…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_11_14_16_28-AJAX_and_the_Back_button.atom0000664000104500010450000001155411006750322023466 0ustar ucheuche Sun Dec 11 14:16:28 2005 8118382c-1234-40c2-a685-3bafc7628bd1 <div xmlns="http://www.w3.org/1999/xhtml">AJAX and the Back button</div> Sylvain Hellegouarch http://www.defuze.org/oss/blog/ 2005-12-11T14:16:28.980000 2005-12-11T14:16:28.980000
Hi guys,

Chime, I think I need to clarify a little the situation behind my blog entry.

Everything started with a message on the new W3C WebAPI mailing-list. That group aims at giving recommandation towards the use of Ajax technics and to a larger extend, to client side web application. That message was a question about how to workaround the problem raised by application using Ajax technics when dealing with the back and forward buttons.

When I arrived on the discussion, I already had an idea in my mind but it was blurry. Then after many discussions with Uche (poor mate, I've lost you so many times with my tswited ideas ;)) and M. David, my root idea stirred up. That article was one attempt for me to clear my mind.

The problem though is that the entry is not clear that the Ajax issue really doesn't concern me much per se. It is something that should be addressed but it is not my immediate concern. That being said, I do thing that although, and I agree with both of you guys, Ajax is not the chosen One, it is certainly the term that has gathered enough strength in the last months to make everyone look at the same time at the same place. Besides that, it's because Ajax has been such a fashion that problems coming from the client side of web application have been able to be taken into account. I'm not going for Ajax, I've learned the hard way it was more or less a dead end for many tasks (a mi me gusta mucho XForms) but I'm not sure it's the smartest thing to do not to take the train while it allows boarding.

Anyhow, to come back to the article, the bottom line was NOT Ajax. The idea I extended on a private email with Uche and M. David is that maybe it could be the right time to reduce the gap between web applications and browsers histing them.

My main and specific idea was about a new control button that could be added to browsers and could be called "Related". The idea is not new, it builds on the fact that users viewing a resource may be interested enough to keep going with other resources. Currently they need to go through a search engine or to follow links from the resource itself. Now imagine those cases:

1. The user can't find proper keywords to make a good search with the search engine
2. The resource viewed is a few years old and there might be newer related content
3. The resource is so dman specific that it's impossible to find anything from a search engine

My idea is that, when the resource is being loaded from within the browser, what's to stop it to query, based on keywords (present in the resource), a set of service which could inform the browser of related content based on those keywords, but also popularity, timeframe, etc. In that case, you take the load off the user and make things smoother.

One could imagine for instance to build that button and query Google via its API for example but there are ways other than that.

Anyway, that was the main point of my article which sadly I didn't make clear enough.

- Sylvain
Hi guys, Chime, I think I need to clarify a little the situation behind my blog entry. Everything started with a message on the new W3C WebAPI mailing-list. That group aims at giving recommandation towards the use of Ajax technics and to a larger extend, to client side web application.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015200000000000011563 Lustar rootrootrepository/comments/2006_10_20_07_27_25-A_less_verbose_xsl_call-template___It_s_called_func_function.atomrepository/comments/2006_10_20_07_27_25-A_less_verbose_xsl_call-template___It_s_called_func_function0000664000104500010450000000402211007056253032127 0ustar ucheuche Fri Oct 20 07:27:25 2006 0c7c12c0-12cd-4f52-b088-975260bbb4d2 <div xmlns="http://www.w3.org/1999/xhtml">A less verbose xsl:call-template? It's called func:function</div> Uche http://uche.ogbuji.net 2006-10-20T07:27:25.880000 2006-10-20T07:27:25.880000
Dimitre,

Yawn.  That tired campaign again, eh?  First of all, who says func:function is "the past"?  You?  Oh well, never mind, then.  And who says XSLT 2.0 is the inevitable future?  It looks as if most developers are voting with their feet not to follow you there.  And finally, Aristotle can use func:funtion today without making any significant changes.  To go with your suggestion, he'd have to switch from libxslt.
Dimitre, Yawn. That tired campaign again, eh? First of all, who says func:function is "the past"? You? Oh well, never mind, then. And who says XSLT 2.0 is the inevitable future? It looks as if most developers are voting with their feet not to follow you there. And finally, Aristotle…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_14_13_51_43-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000301611006751662031313 0ustar ucheuche Tue Nov 14 13:51:43 2006 cce7c571-2511-476c-8b5c-f44c00b856d8 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> samuel gbenga olowo 2006-11-14T13:51:43.410000 2006-11-14T13:51:43.410000
Hello abti please am interested in your schorlaship program please how can be part of it what are the requirements thanks am desperate
Hello abti please am interested in your schorlaship program please how can be part of it what are the requirements thanks am desperate…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_24_13_31_31-On_Google_talk__thanks_to_Ian.atom0000664000104500010450000000331611006757234024636 0ustar ucheuche Wed Aug 24 13:31:31 2005 4501dd86-02de-455b-9fb8-6b134018b0f1 <div xmlns="http://www.w3.org/1999/xhtml">On Google talk, thanks to Ian</div> Uche http://uche.ogbuji.net 2005-08-24T13:31:31.660000 2005-08-24T13:31:31.660000
kwasi, exactly.

BTW, Dave Pawson mentioned this page, which gave the same hint I'd already had from Ian:

http://www.google.com/support/talk/bin/answer.py?answer=24073
kwasi, exactly. BTW, Dave Pawson mentioned this page, which gave the same hint I'd already had from Ian: http://www.google.com/support/talk/bin/answer.py?answer=24073…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_31_06_18_41-Xampl__re_.atom0000664000104500010450000001132511006757026021024 0ustar ucheuche Wed Aug 31 06:18:41 2005 5a2df889-37e2-4fc4-8f07-611e45fd96b7 <div xmlns="http://www.w3.org/1999/xhtml">Xampl, re: </div> Bob Hutchison http://www.recursive.ca/hutch 2005-08-31T06:18:41.810000 2005-08-31T06:18:41.810000
A few quick comments:

1) verbose -- yes, Java is Java; the JavaScript, Common Lisp, and (old) Ruby versions look like those languages, and are correspondingly less verbose.

2) namespaces -- These are the links to Java packages (or the corresponding concept in the other languages). I didn't want to get into the details of how this mapping works in an introductory article. Basically the generator needs to know what package to put things into so there has to be a mapping from a namespace to a package. Currently you can resolve "" to a package -- I wanted to get the typical use (which is in a large system and so, in Java, it will be broken into different packages). There is also a way to specify a 'default' namespace for generation.  As I say, this is for the generation phase only. When you are actually running there is no need to specify a namespace in the XML, xampl will work it out (though it is the programmers responsibility to resolve ambiguities).

3) Xampl only requires XML for the configuration but even that is optional, you could have written it in either Java or JavaScript in the Java version of xampl (or CL (or sexpr soon) in the CL version, Ruby in the Ruby version).

4) From my point of view xampl doesn't require framework code, it is framework code... and I'll argue that that is a Good Thing.

5) I've considered dynamic code generation for CL and Ruby but I've not quite made up my mind on this one. I don't know if I can make that fit with the rest of what xampl provides.

6) I have not yet said what xampl is really doing, by the way. This binding stuff is incidental, in other words, it is not the primary purpose of xampl.

7) Rhino compiles to Java byte codes, so it isn't as bad as a reasonable person might imagine. It is faster than Ruby for what we do with it, don't know about in general -- Ruby is more than fast enough for what we do with it. The overhead of switching between Java and JavaScript is very small when running, a lot of that is handled at compile time (that's what the 'rhinoizing' stuff is all about -- as far as I can tell, the typical case is a method call, though sometimes you have to poke around in JavaScript's world of prototypes and scopes to find things).

8) From my point of view one of the nice side effects of this recent trend to accept dynamic languages such as Python, Ruby, JavaScript, even Common Lisp and Smalltalk is that some of the crazy binding schemes in Java can be seen to be crazy :-)

These comments are briefer than I'd like them to be, but I have time constraints due to work that have to come first today. I've duplicated these comments on my weblog and will update that post to point at the expanded comments. This is where trackbacks and pingbacks came in handy -- to bad they are pretty much useless these days because of spam.
A few quick comments: 1) verbose -- yes, Java is Java; the JavaScript, Common Lisp, and (old) Ruby versions look like those languages, and are correspondingly less verbose. 2) namespaces -- These are the links to Java packages (or the corresponding concept in the other languages). I didn't want to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_17_17_38_18-Round_head_corners_.atom0000664000104500010450000000370011006765015022725 0ustar ucheuche Tue May 17 17:38:18 2005 9bf137f2-dc5e-4b75-bd7c-d63c0b0579bc <div xmlns="http://www.w3.org/1999/xhtml">Round head corners?</div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-05-17T17:38:18.020000 2005-05-17T17:38:18.020000
It actually looks marginally better.

Gecko doesn’t yet antialias those curves though, so smaller corners would look better. Alternatively, large corners look ok if the border has low contrast against the background, as in Tarek’s screenshot.

I think what the place needs is a) subtler/fewer borders in general b) a better colour scheme (I mean geez).
It actually looks marginally better. Gecko doesn’t yet antialias those curves though, so smaller corners would look better. Alternatively, large corners look ok if the border has low contrast against the background, as in Tarek’s screenshot. I think what the place needs is a) subtler/fewer borders in general b) a…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_05_01_16_42_17-Copia_gets_RSS_1_0__courtesy_XSLT.atom0000664000104500010450000000277111006766433025173 0ustar ucheuche Mon May 1 16:42:17 2006 fb7de218-e893-4fc6-8e98-5fb6ef590581 <div xmlns="http://www.w3.org/1999/xhtml">Copia gets RSS 1.0, courtesy XSLT</div> kL http://atom.geekhood.net 2006-05-01T16:42:17.150000 2006-05-01T16:42:17.150000
In case someone is interested, I've written stylesheets to convert Atom 1.0 to RSS2.0: http://atom.geekhood.net
In case someone is interested, I've written stylesheets to convert Atom 1.0 to RSS2.0: http://atom.geekhood.net…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_22_18_10_15-XML_data_bindings__static_languages__dynamic_languages.atom0000664000104500010450000000510711006760627031707 0ustar ucheuche Fri Jul 22 18:10:15 2005 61e7134f-cc61-4c63-a179-94d9bd37dbb4 <div xmlns="http://www.w3.org/1999/xhtml">XML data bindings, static languages, dynamic languages</div> Uche http://uche.ogbuji.net 2005-07-22T18:10:15.200000 2005-07-22T18:10:15.200000
BTW don't miss Rick Jelliffe's brilliant message about one of the frequently overlooked reaons for the importance of mixed content:

http://lists.xml.org/archives/xml-dev/200507/msg00207.html

And he's not done dropping jewels with that one.

"I guess you could summarize the problem by saying that, for good internationalization, free text is rich text. It is not so much that DBMS and ancilliary systems need to support mixed content or XML, but rather that they need to support rich, freely annotatable text.  Suporting XML and mixed content is a solution rather than a use case, IYSWIM."

--http://lists.xml.org/archives/xml-dev/200507/msg00218.html
BTW don't miss Rick Jelliffe's brilliant message about one of the frequently overlooked reaons for the importance of mixed content: http://lists.xml.org/archives/xml-dev/200507/msg00207.html And he's not done dropping jewels with that one. "I guess you could summarize the problem by saying that, for good internationalization, free text is rich text. It is…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_29_10_02_05-Python_XML_column__35__EaseXML_and_more_on_Unicode.atom0000664000104500010450000000416611006760400030454 0ustar ucheuche Mon Aug 29 10:02:05 2005 00722a7a-849e-4d0b-9d7d-862f9fa77313 <div xmlns="http://www.w3.org/1999/xhtml">Python/XML column #35: EaseXML and more on Unicode</div> Bob Hutchison http://www.recursive.ca/hutch 2005-08-29T10:02:05.250000 2005-08-29T10:02:05.250000
Yesterday I wrote an article on my weblog that shows how to use a Java and Common Lisp binding tool (xampl) that I've been working on for years now: Simple Example of Xampl in Java and Lisp

In the article I go through the examples you show in this article and a few more, in particular showing how the xampl Java version integrates with xpath and JavaScript.

This posting of yours prompted me to write about xampl publicly and in some detail for the first time.
Yesterday I wrote an article on my weblog that shows how to use a Java and Common Lisp binding tool (xampl) that I've been working on for years now: Simple Example of Xampl in Java and Lisp In the article I go through the examples you show in this article…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_08_20_10_52-del_icio_us_bookmarks_for_2006-07-06.atom0000664000104500010450000000455411007061345025262 0ustar ucheuche Sat Jul 8 20:10:52 2006 fc04ecc9-4b7a-43b9-a17e-9ff921551bf9 <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2006-07-06</div> M. David Peterson http://xmlhacker.com 2006-07-08T20:10:52.060000 2006-07-08T20:10:52.060000
Hey Chimezie,

> "Brainstorming Aspect Orientation in XML - O'Reilly ONJava Blog": "This blog is just about an idea only. An idea for applying aspect orientation to XML, nothing more and nothing less." (from chimezie)

This caught my eye as this is the blog posting from Russ that would spawn both our friendship, and the resulting AspectXML project which we have delivered in various stages since.

I am mid way through the next phase of its development, having been inspired by recent interest in using the code base I developed as part of a PhD research project relating to User Centric Development.

Let me know if you would like any extended details on the current state of coding affairs. :)
Hey Chimezie, > "Brainstorming Aspect Orientation in XML - O'Reilly ONJava Blog": "This blog is just about an idea only. An idea for applying aspect orientation to XML, nothing more and nothing less." (from chimezie) This caught my eye as this is the blog posting from Russ that would spawn…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_01_18_42_15-The_Loss_of_a_Great_Author_-_Octavia_Butler.atom0000664000104500010450000000375111007065332027315 0ustar ucheuche Wed Mar 1 18:42:15 2006 cd4d64a0-aa0f-42d9-96da-4dcd821d2ac7 <div xmlns="http://www.w3.org/1999/xhtml">The Loss of a Great Author - Octavia Butler</div> Irene R.Granderson 2006-03-01T18:42:15.230000 2006-03-01T18:42:15.230000
I was shocked and saddend to learn of the death of the talented and creative writer, Octavia Butler.  I always looked forward eagerly to reading her new book. I cannot believe that these treasured experiences that I enjoyed so much are over. I am a 75 year old Black female and have been reading Science Fiction since I was 12 years old. As far as I am concerned, Octavia Butler was the best. She met a need in me to see more Black characters in Science Fiction. I will definitely miss her work.
I was shocked and saddend to learn of the death of the talented and creative writer, Octavia Butler. I always looked forward eagerly to reading her new book. I cannot believe that these treasured experiences that I enjoyed so much are over. I am a 75 year old Black female…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_11_22_49_15-Time_for_Mac_.atom0000664000104500010450000000510511007055145021430 0ustar ucheuche Mon Dec 11 22:49:15 2006 a4b9bc14-ac4f-4f39-875b-e8a095338ef2 <div xmlns="http://www.w3.org/1999/xhtml">Time for Mac?</div> Dustin J. Mitchell 2006-12-11T22:49:15.160000 2006-12-11T22:49:15.160000
I've been using Macs for four years now, exclusively for three.  To my mind, Linux on the desktop is dead -- Apple got there first.

That said, I have a fairly limited orbit of applications.  I'm a sysadmin, so all of my hardcore work is done via terminal (though I just picked up iTerm).  I use Safari fairly exclusively for web work, Adium for IM, iTunes, and VirtueDesktops.  For on-the-go coding, I've got Python 2.5 installed, with a subversion client for SCM, and about the only annoyance left is that the vim doesn't have my customizations installed (but that's hardly Apple's fault).

I haven't started to use Parallels yet, but I'm looking forward to building a small Gentoo box in my laptop for the Linux-y goodness.

On the down side, Mail.App is still pretty hokey (though, I think Thunderbird's hokey too -- I use mutt) and X applications (I occasionally use e.g., Gimp) don't interface very smoothly.

All in all, I'm sold -- I just bought my third Mac a week ago.

Dustin
I've been using Macs for four years now, exclusively for three. To my mind, Linux on the desktop is dead -- Apple got there first. That said, I have a fairly limited orbit of applications. I'm a sysadmin, so all of my hardcore work is done via terminal (though I…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_08_30_11_02_28-Why_Web_Architecture_Shouldn_t_Dictate_Meaning.atom0000664000104500010450000000751611007174177030142 0ustar ucheuche Thu Aug 30 11:02:28 2007 3ae4ead8-e128-4afd-9b25-4754538ecfaf <div xmlns="http://www.w3.org/1999/xhtml">Why Web Architecture Shouldn't Dictate Meaning</div> Kingsley Idehen http://www.openlinksw.com/blog/~kidehen 2007-08-30T11:02:28.180000 2007-08-30T11:02:28.180000
Chime,

Here is what Curl is giving me re. your URI:

kingsleyidehen$ curl -I -H "Accept: application/rdf+xml" http://metacognition.info/profile/webwho.xrdf#chime
HTTP/1.1 200 OK
Date: Thu, 30 Aug 2007 16:03:38 GMT
Server: FtServer/1.0.1 Python/2.4.1
Content-Length: 6342
Last-Modified: Mon, 23 Apr 2007 03:09:22 GMT
Content-Type: application/rdf+xml
Via: 1.1 www.metacognition.info

kingsleyidehen$ curl -I -H "Accept: text/html" http://metacognition.info/profile/webwho.xrdf#chime
HTTP/1.1 200 OK
Date: Thu, 30 Aug 2007 16:04:09 GMT
Server: FtServer/1.0.1 Python/2.4.1
Content-Length: 6342
Last-Modified: Mon, 23 Apr 2007 03:09:22 GMT
Content-Type: application/rdf+xml
Via: 1.1 www.metacognition.info

As Bjan has stated, you have to seperate the Physical Information Resource (Web Doc) and Abstract Entity (you the person) via separate URIs. The Web Doc could 303 redirect to a SPARQL Protocol URL that DESCRIBES the abstract entity: .

There has been a lot written about Deploying Linked Data of late:

1. http://virtuoso.openlinksw.com/Whitepapers/pdf/Deploying_Linked_Data_Final1.pdf  (a white paper that covers issues generically and then includes a Virtuoso Tutorial)
2. http://sites.wiwiss.fu-berlin.de/suhl/bizer/pub/LinkedDataTutorial/ - similar with Pubby as the deployment technology example
Chime, Here is what Curl is giving me re. your URI: kingsleyidehen$ curl -I -H "Accept: application/rdf+xml" http://metacognition.info/profile/webwho.xrdf#chime HTTP/1.1 200 OK Date: Thu, 30 Aug 2007 16:03:38 GMT Server: FtServer/1.0.1 Python/2.4.1 Content-Length: 6342 Last-Modified: Mon, 23 Apr 2007 03:09:22 GMT Content-Type: application/rdf+xml Via: 1.1 www.metacognition.info kingsleyidehen$ curl -I -H "Accept:…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_14_01_54_38-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000516511006751664031331 0ustar ucheuche Thu Dec 14 01:54:38 2006 d94eb133-4e55-4a88-a72d-cd0d6f834431 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Augustine Pius THLIZA 2006-12-14T01:54:38.030000 2006-12-14T01:54:38.030000
Martha
I think all you need do,is to go to the ABTI wesite @ http://www.abti-american.edu.ng/ .Click the "Application" menu for Application information and admission requirement or simply download/fill the form online. You also need to find out whether they offer the course(s) you are talking about; under the menu "Academics". Look, it isn't that I like the school, I am very proud of where graduated from (ABU Zaria, Econs).Note that ABTI may not be what you expects. I would also advice that you check out schools like Nassarawa(http://www.nasarawastate.org/education/index.htm or http://www.getcited.org/inst/153376), Gombe(http://www.gomsu.org/) and Kaduna states universities for you perusal. I do not want to blame for for going to UniJos for your Diploma programme cos I know someone who did his Diploma there and they refused to give him DE Admission.
Until the I wish you goodluck in all your life's endeavour.
Martha I think all you need do,is to go to the ABTI wesite @ http://www.abti-american.edu.ng/ .Click the "Application" menu for Application information and admission requirement or simply download/fill the form online. You also need to find out whether they offer the course(s) you are talking about; under the menu "Academics".…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_17_07_45_48-Installing_4Suite_1_0b1_as_non-root.atom0000664000104500010450000000366611006767566025553 0ustar ucheuche Sun Apr 17 07:45:48 2005 7b61d107-4cf6-42e4-8091-1bac7a7a8d80 <div xmlns="http://www.w3.org/1999/xhtml">Installing 4Suite 1.0b1 as non-root</div> Uche http://uche.ogbuji.net 2005-04-17T07:45:48.140000 2005-04-17T07:45:48.140000
I used to do it with --prefix=$HOME, but 4Suite isn't the only package I build for my home directory, and not all packages are so lightweight in directory pollution (take Apache 2, for example).  Since I prefer to have some of the packages tamed in $HOME/lib, I choose to put all packages there, including Python and 4Suite.

But Jeremy's right that --prefix=$HOME should work fine for a good number fo folks.
I used to do it with --prefix=$HOME, but 4Suite isn't the only package I build for my home directory, and not all packages are so lightweight in directory pollution (take Apache 2, for example). Since I prefer to have some of the packages tamed in $HOME/lib, I choose to put…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_15_08_47_53-Quot__di__.atom0000664000104500010450000001156511006764026021033 0ustar ucheuche Wed Jun 15 08:47:53 2005 b04bb6be-fba1-4fe7-af28-e2dc0cfdcb69 <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Tad Richards www.opus40.org 2005-06-15T08:47:53.640000 2005-06-15T08:47:53.640000
Here it is. It is, remember, a very youthful poem. So youthful that I didn't exactly understand how a sestina worked, so instead of building subsequent stanzas 6-1-5-2-4-3, I built them 2-3-4-5-6-1. Needless to say, when questioned about this, I say something like "Well, the nature of the subject matter demanded this variation."

But it does have another kind of walking enjambment, this one moving from line to line within the stanza instead of from foot to foot within the line.

IF YOU'S WHITE

"They are developing some very strong feelings about this music??so much so that I have heard some white country blues singers say, `I want to be Negro.'"

John Cohen,
Sing Out!




A young man with dark sweater and a white
Face, in the sidewalk shadows of New York,
Shading his eyes to dim his skin toward black,
A battered (by choice) guitar held in his hands
While in his mind he sees a soulful blues
Moaning along the highways of the South.

There is no earth--it's barren in New York--
He tries to pluck a bass string with a black
Thumb, but the sterile whiteness of his hands
Is not for digging roots and picking blues
That grow along the highways of the South.
He pulls up milkweed, fluffy, dry and white.

The woman that he's living with is black,
He sees the race's character in her hands;
The suffering that goes to breathe the blues
Alive, in the fields and road gangs of the South
Whispers beyond the range of any white--
Although she's never been outside New York.

He'll tell you, "Man, just look at that spade's hands!
They look like they were born to play the blues!
(You know the way they breed 'em in the South.)
There's nothing wrong with him except that white
Soul, from the shallow spirit of New York
That robbed him of his birthright (which was black).

Sometimes a weary voice sings him a blues.
It may have drifted upward from the South,
He scarcely hears it: "Fella, be glad you're white!
You can buy better guitars up in New York
To sing about what happens to a black
Man, with cold iron shackles on his hands--

The kind of thing that happens in the South,
And hate the cops--that's safer if you're white,
Yes, fella, even up here in New York.
This is the time, you're thinking, to be black;
Well, if that's so, you have it on your hands."
"Was that an eight-bar or a twelve-bar blues?"

He sits in a White Castle in New York,
A cup of black coffee warming his cool hands
Too frigid for a blues bred in the South.
Here it is. It is, remember, a very youthful poem. So youthful that I didn't exactly understand how a sestina worked, so instead of building subsequent stanzas 6-1-5-2-4-3, I built them 2-3-4-5-6-1. Needless to say, when questioned about this, I say something like "Well, the nature of the subject matter…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_05_01_47_11-Live_Markdown_Compilation_via_4XSLT___4Suite_Repository.atom0000664000104500010450000000404611006756101031632 0ustar ucheuche Mon Jun 5 01:47:11 2006 afb873dc-a76d-4df0-8c04-89a80933b82a <div xmlns="http://www.w3.org/1999/xhtml">Live Markdown Compilation via 4XSLT / 4Suite Repository</div> Sylvain Hellegouarch http://www.defuze.org 2006-06-05T01:47:11.390000 2006-06-05T01:47:11.390000
Hi Chimezie,

Very nice recipe you have here. I had played around an XPath markdown/textile extension a few weeks ago but it is a bit different.

http://trac.defuze.org/browser/oss/formator/formator.py

Not sure how to interpret their differences though.

- Sylvain
Hi Chimezie, Very nice recipe you have here. I had played around an XPath markdown/textile extension a few weeks ago but it is a bit different. http://trac.defuze.org/browser/oss/formator/formator.py Not sure how to interpret their differences though. - Sylvain…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_20_15_41_31-XSLT_2_0_might_be_worth_a_second_look__if___.atom0000664000104500010450000000272111006764565027417 0ustar ucheuche Fri May 20 15:41:31 2005 da886a45-9f67-4555-aca1-a3ad7c716260 <div xmlns="http://www.w3.org/1999/xhtml">XSLT 2.0 might be worth a second look, if...</div> Uche http://copia.ogbuji.net 2005-05-20T15:41:31.030000 2005-05-20T15:41:31.030000
John,

Watch this space.  I'm working on uour question right now.

--Uche
John, Watch this space. I'm working on uour question right now. --Uche…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_06_00_03_34-Trackback_test.atom0000664000104500010450000000245011006770646021671 0ustar ucheuche Wed Apr 6 00:03:34 2005 97509223-8f09-4c75-af26-f8e006879da2 <div xmlns="http://www.w3.org/1999/xhtml">Trackback test</div> Trackback from Copia http://copia.ogbuji.net/blog/testpost 2005-04-06T00:03:34.570000 2005-04-06T00:03:34.570000
Another check after trackback.py update
Another check after trackback.py update…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_03_10_25_55-Government_grants_scam.atom0000664000104500010450000000506711007066700023461 0ustar ucheuche Thu Aug 3 10:25:55 2006 d0a233e5-cf62-4de9-ad96-97f89cfb4687 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Sharon 2006-08-03T10:25:55.680000 2006-08-03T10:25:55.680000
A few weeks ago we received a call at 12:30 at night from this Indian guy with the government grant scheme. I ripped him a new one at that time, because he called so late, and he said, "I'm calling from Hawaii".  told him I didn't care if he was calling from the moon, he had no business calling someone that late at night. Then, yesterday, he called six times. This time he was 'Jim Mitchell' and instead of the gov't. grant he was calling about refinancing my mortgage. I told he we weren't interested and hung up. 15 minutes later he called back. Same heavy Indian accent, same voice, but now he was 'Richard Andrews' and he was the mortgage underwriter. He called with different bogus names up until 10pm, when I told him "Don't call here anymore! Do you UNDERSTAND me? Yes or no? Do you?" I must have flustered him, because he said he was sorry and hung up. However, based on what the rest of you wrote, I'm sure this won't be the last I hear from him. I'm on the Do Not Call list and went on their website and submitted a complaint. I have a relative who works for Homeland Security - I think I'll have a conversation with him about this and see what he thinks.
A few weeks ago we received a call at 12:30 at night from this Indian guy with the government grant scheme. I ripped him a new one at that time, because he called so late, and he said, "I'm calling from Hawaii". told him I didn't care if he was…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_30_15_57_40-Hip-Hop_in_its_essence_is_Palestinian.atom0000664000104500010450000000437711006752271026326 0ustar ucheuche Sun Jul 30 15:57:40 2006 161e49cc-e9d5-47b8-99c8-b402be421d7e <div xmlns="http://www.w3.org/1999/xhtml">Hip-Hop in its essence is Palestinian</div> Uche http://uche.ogbuji.net 2006-07-30T15:57:40.890000 2006-07-30T15:57:40.890000
Sheila,

I thought for a while what to do with your comment.  I almost deleted it.  It has nothing to do with my agreement or disagreement with your position, but rather the fact that your comment sounds suspiciously like a campaign, perhaps posted to any blog entry with certain keywords about the Middle East.  It's clearly not a direct follow-up to the original Weblog entry.

In the end, I decided instead to post the comment, but with the one contained link altered so that it will not be automatically picked up by Web spiders.  This will allow people to read your viewpoint, while protecting against the most likely form of exploitation of this Weblog.  I hope you understand.
Sheila, I thought for a while what to do with your comment. I almost deleted it. It has nothing to do with my agreement or disagreement with your position, but rather the fact that your comment sounds suspiciously like a campaign, perhaps posted to any blog entry with certain keywords…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_11_16_18_44-Government_grants_scam.atom0000664000104500010450000000611711007067436023465 0ustar ucheuche Mon Dec 11 16:18:44 2006 e82f7243-ac67-45a2-8b86-72a1a4c1ea6e <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Scott P. 2006-12-11T16:18:44.360000 2006-12-11T16:18:44.360000
Ok, so I stumbled upon this link from google after putting in the number 808.212.0041. Here is what I came up with... To start at the beginning, try to follow: I actually bought a $10 card from a spoof number website (I would list the name of the site but I don't want to be sued since this is only my theory, I don't have facts) which allows a person to change their caller ID to "spoof" their callers. I was trying to crank call a couple of my friends after I heard about this service on KCAL-TV in Los Angeles, under the Consumer Paige package. Anyway, when I called myself at my full time job, the caller ID showed 808.212.0041! Now, most corporations use PBX systems that read caller ID differently than that of a residential line. PBX  systems have the capability of reading the ANI of the calling line - ANI stands for Automatic Number Identification, which is different from the caller ID protocol phone companies developed. ANI was originally designed for 911 operators to be able to identify the calling party so that they could get your address in the event you weren't able to communicate it to them. When they came up with caller ID in 1996, they developed a different caller ID standard that can be manipulated to show any number a caller desires - if you have the knowledge. Personally I think they should have just stuck with the ANI information. These indian scammers are using what I believe is an online spoofing company to hide their true numbers. I am in the process of contacting the owner of the spoof number website (I'd list it but I don't want to be sued) to let him know of this posting and the criminals that are utilizing thier service to scam innocent victims.
Ok, so I stumbled upon this link from google after putting in the number 808.212.0041. Here is what I came up with... To start at the beginning, try to follow: I actually bought a $10 card from a spoof number website (I would list the name of the site but…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_07_06_16_03_22-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_07_06_16_03_22-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000001121411007062223031633 0ustar ucheuche Thu Jul 6 16:03:22 2006 6f002be0-d3f7-4c18-9237-00f23cf4e003 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Kev O'Brien 2006-07-06T16:03:22.600000 2006-07-06T16:03:22.600000
I am an ashamed O'Brien... thank God I am not related to that ABC plonker... please, someone create the opportunity for some dentist to fix his teeth, preferably by removing them and sowing his mouth shut. 

And if we could just tell him to stop talking about "changing fields."  Dave, there is only one fucking field! I think you mean switching play!  To change fields the player would have to actually leave the stadium... hmmm... perhaps you should change fields: go back to baseball. Wanker!

They are all terrible.  I think it was O'Brien but may have been JP who asked, why we hadn't seen Lionel Messi enter the Argentina/Germany game yet.  Promptly to be told Argentina had already used their three substitutions. 

And the game announcing is brilliant.  Player A passes to Player B, Player B passes to Player C... come on boys, get some analogies, get some vocabulary, get some comprehension of the ebb and flow of a match.

One commentator explained how the game had done a complete 360 because the Australia who were behind came back and went ahead against Japan.  Er, complete 360?  I think that would mean we are going in exactly the same direction that we already were... not much cop at geometry or geography, are we lads? 

And, my favorite pet peeve, "Oh baby, you gotta be kidding me..." if that idiot can't articulate enthusiasm and excitement at anything better then a 6 year old level he should just shut up.

The High Def is brilliant only to be obscured by stupid graphics that take up too much of the screen after you've just told us what is being retold to us by the graphic.  And can't you tell us the bloody teams BEFORE the game actually starts instead of taking up HALF the screen with the line up.

Here's my summary of the Final.  Close your eyes, imagine half the pitch obscured by a graphic of a fancy football with the words World Cup Final constantly rotating around it while the ball spins...ohhhh, ahhhh.  Hear the descriptive, insightful, illuminating commentators as they illustrate the game telling us "It's Zidane to Henry, Henry to Zidane, Zidane to Henry.... deflected away, coming to the other side.." ad nauseam.  Then, after the final whistle blows and Italy win (I think they will) they say, "See you in four years" and cut to a commercial without ever going to the presentation of the trophy!

Someone needs to invent a satelite service that would give you a side bar that would allow you to pick the commentary from which ever feed you want out of all those being broadcast from the games, that way I could just pick the BBC or ITV feed and be done with it.

But really, the real question is how do we translate all this justified frustration into action that will get listened to so we can change the experience for the next World Cup?  Blogger in chief... how do we influence the men in charge?
I am an ashamed O'Brien... thank God I am not related to that ABC plonker... please, someone create the opportunity for some dentist to fix his teeth, preferably by removing them and sowing his mouth shut. And if we could just tell him to stop talking about "changing fields." Dave,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_04_17_25_19-Intimations_of_an_evil_Google_.atom0000664000104500010450000000356511006753235025075 0ustar ucheuche Wed Jan 4 17:25:19 2006 eb766961-dc5c-4478-ade0-857c61b31ef0 <div xmlns="http://www.w3.org/1999/xhtml">Intimations of an evil Google?</div> dimitri www.serpia.org 2006-01-04T17:25:19.860000 2006-01-04T17:25:19.860000
Hi,
I also changed my homepage (www.serpia.org) to a CherryPy set-up and the Googlebot does not crawl my pages anymore. Inktomi (Yahoo's search engine) and others still do crawl my site. Have you already looked further why Google might have excluded your pages? Maybe we share the same problem...
Thanks,
Dimitri
Hi, I also changed my homepage (www.serpia.org) to a CherryPy set-up and the Googlebot does not crawl my pages anymore. Inktomi (Yahoo's search engine) and others still do crawl my site. Have you already looked further why Google might have excluded your pages? Maybe we share the same problem... Thanks,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_21_13_17_50-Government_grants_scam.atom0000664000104500010450000000363211007066627023463 0ustar ucheuche Fri Jul 21 13:17:50 2006 a674a01e-adb2-44a4-a4e4-b01cd17a3926 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> david dontknow.com 2006-07-21T13:17:50.650000 2006-07-21T13:17:50.650000
I just recieved a phone call with a new flavor.  They now are saying that my number was randomly selected to recieve money due to telemarketers being sued by the U.S. Government for calling people.  They said they were to deposit $1200 dollars into my account.  I told them to send a check.  "We dont do that anymore" he said.  I asked for his name number and bosses name to call.  My call suprisingly got disconnected.
Dont fall.
I just recieved a phone call with a new flavor. They now are saying that my number was randomly selected to recieve money due to telemarketers being sued by the U.S. Government for calling people. They said they were to deposit $1200 dollars into my account. I told them to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_19_02_11_53-Lo__it_s_Lawouach_on_Planet_Cherry.atom0000664000104500010450000000302711006757642025646 0ustar ucheuche Fri Aug 19 02:11:53 2005 b89fb5ee-aa02-472f-9cb7-bc90c18b1e76 <div xmlns="http://www.w3.org/1999/xhtml">Lo, it's Lawouach on Planet Cherry</div> Remco Boerma http://www.cherrypy.org/wiki/CherryPyIrcChannel 2005-08-19T02:11:53.300000 2005-08-19T02:11:53.300000
Hey great job guys!

It's awesome to have your CherryPy feeds as a homepage :)

Thanks!
Remco
Hey great job guys! It's awesome to have your CherryPy feeds as a homepage :) Thanks! Remco…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_18_12_41_28-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000327411006751663031327 0ustar ucheuche Sat Nov 18 12:41:28 2006 350527e7-aec7-48cf-9f1b-8433a1547038 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> idowu mojeed adekunle nil 2006-11-18T12:41:28.360000 2006-11-18T12:41:28.360000
i will like if you can allow me to come to ibadan for examination on 30 of november of the month plz you can send me the corfamation through this address no 26 ifelodun street off odi olowo osogbo osun state nigeria.
i will like if you can allow me to come to ibadan for examination on 30 of november of the month plz you can send me the corfamation through this address no 26 ifelodun street off odi olowo osogbo osun state nigeria.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_01_06_50_59-Mi___cro___for___mats___sis___boom___BLAH_.atom0000664000104500010450000000314511007064077027062 0ustar ucheuche Sat Apr 1 06:50:59 2006 37d98eb0-d5d3-4ac2-ad8c-e85541783fd7 <div xmlns="http://www.w3.org/1999/xhtml">Mi...cro...for...mats...sis...boom...BLAH!</div> Bob DuCharme http://www.snee.com/bobdc.blog 2006-04-01T06:50:59.560000 2006-04-01T06:50:59.560000
Uche,

I noticed that your slides never mentioned RDF/A. Do you have any particular opinion of that as a way to get triplets into XHTML?

Bob
Uche, I noticed that your slides never mentioned RDF/A. Do you have any particular opinion of that as a way to get triplets into XHTML? Bob…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_12_12_47_03-Government_grants_scam.atom0000664000104500010450000000343611007067453023457 0ustar ucheuche Tue Dec 12 12:47:03 2006 d70acb56-b559-40e8-8187-cef3713c9a7c <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> James 2006-12-12T12:47:03.320000 2006-12-12T12:47:03.320000
I was searching for governtment grants when I came accross a web site that seemed legit (www.mygovernmentresources.com). So the other day I got the "you've been approved" speech. It sounded way to good to be true so i googled 866-591-6162 and hampton consulting and found all this. Does anyone have a take on the web site?
I was searching for governtment grants when I came accross a web site that seemed legit (www.mygovernmentresources.com). So the other day I got the "you've been approved" speech. It sounded way to good to be true so i googled 866-591-6162 and hampton consulting and found all this. Does anyone have…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_11_08_52_30-What_s_good_and_bad_in_agile_methodology_.atom0000664000104500010450000000351511007055110027220 0ustar ucheuche Mon Dec 11 08:52:30 2006 8d43887c-1383-4238-9f50-98e5a78a6d16 <div xmlns="http://www.w3.org/1999/xhtml">What's good and bad in agile methodology?</div> John Cowan http://www.ccil.org/~cowan 2006-12-11T08:52:30.220000 2006-12-11T08:52:30.220000
I think that one can avoid design, or at least have the illusion of doing so, when one is chasing tail-lights.  Much of bespoke web programming these days is basically doing the same thing over and over, and after the 500th shopping cart, one can pretty much just jump in and start implementing with the framework du jour.
I think that one can avoid design, or at least have the illusion of doing so, when one is chasing tail-lights. Much of bespoke web programming these days is basically doing the same thing over and over, and after the 500th shopping cart, one can pretty much just jump in…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_13_14_00_51-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_13_14_00_51-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000522511007062206031633 0ustar ucheuche Tue Jun 13 14:00:51 2006 a13b1763-1412-4158-b30f-e61fa903e9e8 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Tom 2006-06-13T14:00:51.540000 2006-06-13T14:00:51.540000
I'd sign a petition to have O'Brien, who is a pretty reasonable baseball announcer actually, sacked.  I'd also sign a petition to have ESPN executive Jed Drake, or whoever it was who made this asinine and abusive decision, sacked, and also flogged, publicly.

"Because of O'Brien's limited soccer experience, ESPN executive Jed Drake concedes that using O'Brien as the lead voice 'is a bit of a calculated risk.' But he wanted an announcer from a 'more mainstream sport.'"

Right.  More mainstream.

Oh, I see there is actually a petition going round.  I'm going to go and sign it now.  I recommend letters to the editors of our local papers also.  If we kick up some noise, maybe it won't happen again in 2010.  Because it really does just kill the game.

Can anyone suggest any English-language live feeds on the internet that I can play over the television?

"Brazil just doesn't lose.  And this is going to be a problem for Croatia..."
I'd sign a petition to have O'Brien, who is a pretty reasonable baseball announcer actually, sacked. I'd also sign a petition to have ESPN executive Jed Drake, or whoever it was who made this asinine and abusive decision, sacked, and also flogged, publicly. "Because of O'Brien's limited soccer experience, ESPN…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_13_19_19_34-Government_grants_scam.atom0000664000104500010450000000360311007066560023470 0ustar ucheuche Thu Jul 13 19:19:34 2006 8ea8b37c-5412-4a11-86d0-8d1c15e23d66 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Darla 2006-07-13T19:19:34.140000 2006-07-13T19:19:34.140000
I just recieved the same call that you all got. The guy claimed that he was from the Entitelment Gov. Center.  He said that the goverment wanted to give me $5,000 for being a good taxpayer.  I gave them the information but when they wanted to record it I hung up. I was hoping it wasn't a scam but I had my gut feeling.  When I looked up them up I found this.  I wish I would of found it a little sooner.  I feel so stupid.  I learned my lesson the hard way.
I just recieved the same call that you all got. The guy claimed that he was from the Entitelment Gov. Center. He said that the goverment wanted to give me $5,000 for being a good taxpayer. I gave them the information but when they wanted to record it I hung…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_10_03_58_20-Putting_up_with_Javascript.atom0000664000104500010450000000472711006756335024344 0ustar ucheuche Sat Sep 10 03:58:20 2005 d0d16541-9daf-4e8f-a034-b73c54f81bba <div xmlns="http://www.w3.org/1999/xhtml">Putting up with Javascript</div> Sylvain Hellegouarch http://www.defuze.org/oss/blog/ 2005-09-10T03:58:20.810000 2005-09-10T03:58:20.810000
Kurt has extended his first message:
http://www.understandingxml.com/archives/2005/09/sleep_javascrip_1.html

Regarding my questions about security and portability, Kurt has still not really found any direct answer as I commented there : http://www.defuze.org/oss/blog/entry/2005/09/10/javascript-revival

Now I don't think Kurt hasn't answered because he's hidding something but in fact because altough he knows the technology is there browser vendors have yet to jump on the wagon. :)

- Sylvain
Kurt has extended his first message: http://www.understandingxml.com/archives/2005/09/sleep_javascrip_1.html Regarding my questions about security and portability, Kurt has still not really found any direct answer as I commented there : http://www.defuze.org/oss/blog/entry/2005/09/10/javascript-revival Now I don't think Kurt hasn't answered because he's hidding something but in fact because altough he knows the technology is…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_08_03_36_56-Is_it_coz_I_is_not_black_.atom0000664000104500010450000000255611006760431024026 0ustar ucheuche Mon Aug 8 03:36:56 2005 ce489239-de0b-481b-9dd0-27830387d851 <div xmlns="http://www.w3.org/1999/xhtml">Is it coz I is not black?</div> black guy 2005-08-08T03:36:56.090000 2005-08-08T03:36:56.090000
Please read the responses from white South Africn on the above matter on www.joblog.co.za
Please read the responses from white South Africn on the above matter on www.joblog.co.za…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_21_08_49_03-XSLT_2_0_might_be_worth_a_second_look__if___.atom0000664000104500010450000000421511006764566027432 0ustar ucheuche Sat May 21 08:49:03 2005 d0d54c89-36a1-4886-b8d1-ee1e62f08353 <div xmlns="http://www.w3.org/1999/xhtml">XSLT 2.0 might be worth a second look, if...</div> Uche http://copia.ogbuji.net 2005-05-21T08:49:03.950000 2005-05-21T08:49:03.950000
Dimitre,

OK.  I think we're cool.  I'll ease off on the baiting, if we can agree to stick to the specific technical consideration of implementing XSLT 2.0 rather than broad advocacy.

Kurt,

Your post and M. David's entry is one of many that are the key issue as to whether or not to work on XSLT 2.0.  I'm definitely hot on the idea again (quite an XSLT 2 roller-coaster for me past coupla days).  Never mind the language politics: it's the community that makes such ventures worthwhile.

Thanks.
Dimitre, OK. I think we're cool. I'll ease off on the baiting, if we can agree to stick to the specific technical consideration of implementing XSLT 2.0 rather than broad advocacy. Kurt, Your post and M. David's entry is one of many that are the key issue as to whether…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_02_12_56_45-Those_despicable_gas_flares.atom0000664000104500010450000000362311006761663024406 0ustar ucheuche Sat Jul 2 12:56:45 2005 23142e00-df66-4d4c-b976-331448eeb21d <div xmlns="http://www.w3.org/1999/xhtml">Those despicable gas flares</div> dapo osewa 2005-07-02T12:56:45.560000 2005-07-02T12:56:45.560000
The gas flares in Nigeria is another reflection of the endless failures of the mass of fools' that are the supposed elites ruling the so-called nation! 

The sad aspect of this is that until power is finally taken away from the hands of the pack that currently ruins the place, there isn't no pressure or court that can get these people on the right path. They are fools and they are bound to remain forever !
The gas flares in Nigeria is another reflection of the endless failures of the mass of fools' that are the supposed elites ruling the so-called nation! The sad aspect of this is that until power is finally taken away from the hands of the pack that currently ruins the place,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_13_14_28_01-Government_grants_scam.atom0000664000104500010450000000273511007067053023462 0ustar ucheuche Wed Sep 13 14:28:01 2006 0b6b6463-9c35-4d29-b7c1-01e84ebe7b75 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> GENIELLE 2006-09-13T14:28:01.520000 2006-09-13T14:28:01.520000
CALL THIS NUMBER 800 897 6573 AND ASK FOR SUPERVISOR HE WILL HAPPILY GET YOU YOUR MONEY BACK, ONCE HE HEARD THE WE FILED A DISPUTE WITH THE COMPANY.
CALL THIS NUMBER 800 897 6573 AND ASK FOR SUPERVISOR HE WILL HAPPILY GET YOU YOUR MONEY BACK, ONCE HE HEARD THE WE FILED A DISPUTE WITH THE COMPANY.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_13_19_27_54-Reconsidering_blogrolls__and_what_the_heck_are.atom0000664000104500010450000000275011006765316030326 0ustar ucheuche Fri May 13 19:27:54 2005 2d1ee41b-8a37-46de-8d89-f068e0d4c2ab <div xmlns="http://www.w3.org/1999/xhtml">Reconsidering blogrolls (and what the heck are </div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-05-13T19:27:54.010000 2005-05-13T19:27:54.010000
Which reminds me, I need to give my links page a proper update sometime.
Which reminds me, I need to give my links page a proper update sometime.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_22_13_28_48-Validation_on_the_rack.atom0000664000104500010450000000522611007054604023403 0ustar ucheuche Fri Dec 22 13:28:48 2006 5e351f52-aa2f-42bf-b315-29c66a5a014b <div xmlns="http://www.w3.org/1999/xhtml">Validation on the rack</div> Uche http://uche.ogbuji.net 2006-12-22T13:28:48.770000 2006-12-22T13:28:48.770000
David,

You're spot on.  Thanks for your bit of clarification.  For sure industry standards are important to validate.  I think that represents the first layer of business rules that need to be traced in most practical scenarios.  I do think that there is no reason not to use Schematron as the validation tool for the industry standards themselves, but regardless of what schema mechanism is used, I agree that one should try to verify a contract using normative means whenever possible.

I do want to point out that its not every industry standard that's too slow to update.  cXML has the opposite problem in that there have been far too many minor version updates, and this is the source
of real pain in one of my current day job tasks.  I think that a more open approach to validation would have reduced a lot of this pain.

And finally, I agree strongly that you can never use something as lightweight as a Microformat to do the job of an industrial format.  Then again, I'm not even sure Microformats are always a good tool for lightweight tasks, either :-)
David, You're spot on. Thanks for your bit of clarification. For sure industry standards are important to validate. I think that represents the first layer of business rules that need to be traced in most practical scenarios. I do think that there is no reason not to use Schematron as…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_28_17_13_30-The_new_MacBook_Pro.atom0000664000104500010450000000301111007054350022540 0ustar ucheuche Thu Dec 28 17:13:30 2006 6bf44759-1bfb-4e3f-9d85-26bfde26554d <div xmlns="http://www.w3.org/1999/xhtml">The new MacBook Pro</div> Victor Panlilio 2006-12-28T17:13:30.090000 2006-12-28T17:13:30.090000
"lack of right click on the touchpad"

If you tap with two fingers, it's right-click. Also, with two fingers, you get horizontal and vertical scrolling.
"lack of right click on the touchpad" If you tap with two fingers, it's right-click. Also, with two fingers, you get horizontal and vertical scrolling.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_12_17_19_06-_Tis_a_boy.atom0000664000104500010450000000366611006760602021026 0ustar ucheuche Thu Jan 12 17:19:06 2006 19740446-f6cd-47c3-9b78-e7f0f763a0d6 <div xmlns="http://www.w3.org/1999/xhtml">'Tis a boy</div> Uche http://uche.ogbuji.net 2006-01-12T17:19:06.590000 2006-01-12T17:19:06.590000
Babyface,

I sympathize, but I'm not sure how anyone can actually help you.  Some parents are a bit difficult on this issue, but I must say that the idea of a parent's disowning their child in such a situation these days feels unusual.

I think it's safe to say that grandkids are a very effective counter to parent prejudice.  It takes a very hard heart to reject one's grandchild.

Best of luck.
Babyface, I sympathize, but I'm not sure how anyone can actually help you. Some parents are a bit difficult on this issue, but I must say that the idea of a parent's disowning their child in such a situation these days feels unusual. I think it's safe to say that…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_18_17_34_34-Quotidie.atom0000664000104500010450000000515111006766305020545 0ustar ucheuche Sat Mar 18 17:34:34 2006 ecd4e43e-148f-48c5-922f-071bd1604376 <div xmlns="http://www.w3.org/1999/xhtml">Quotidie</div> TennesseeBob Peckham http://www.utm.edu/departments/french/french.html 2006-03-18T17:34:34.960000 2006-03-18T17:34:34.960000
Looking at your blog page

http://copia.ogbuji.net/blog/2005-05-03/Quotidie

You certainly have Villon's number in your translation. Hope you don't mind if I wmntion it to some friends. 

Any further interest in Villon, vitit him on the web:

http://www.utm.edu/staff/globeg/villon.shtml

Sorry I have been unable to reach your literary web site.

I have one called

TRAILMIX
http://webpages.charter.net/tbob/trailmix.html

I write poetry and music, but I cannot program in XML.

TBob
Looking at your blog page http://copia.ogbuji.net/blog/2005-05-03/Quotidie You certainly have Villon's number in your translation. Hope you don't mind if I wmntion it to some friends. Any further interest in Villon, vitit him on the web: http://www.utm.edu/staff/globeg/villon.shtml Sorry I have been unable to reach your literary web site. I have one…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_28_08_02_40-Solution__simple_XML_output.atom0000664000104500010450000000406411006755651024450 0ustar ucheuche Wed Sep 28 08:02:40 2005 f878238a-f116-4d80-b874-a631929c35b7 <div xmlns="http://www.w3.org/1999/xhtml">Solution: simple XML output </div> Uche http://uche.ogbuji.net 2005-09-28T08:02:40.200000 2005-09-28T08:02:40.200000
Christof,

EPE means external parsed entity

I confess that in my recent examples I've been using latest CVS of both 4Suite and Amara.  I'm working today on packaging something up so that people can easily give that combo a test run and help shake out issues for the full releases (coming next week at the latest).

I'm not sure what's happening with your lib = amara issue.  I'll see if I can reproduce it.

Thanks.
Christof, EPE means external parsed entity I confess that in my recent examples I've been using latest CVS of both 4Suite and Amara. I'm working today on packaging something up so that people can easily give that combo a test run and help shake out issues for the full releases…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_11_03_22_34-4Suite_1_0b1_via_yum_.atom0000664000104500010450000000436311006765654022705 0ustar ucheuche Wed May 11 03:22:34 2005 4d581d65-c689-4d6d-8b34-a93a1a9a5afb <div xmlns="http://www.w3.org/1999/xhtml">4Suite 1.0b1 via yum?</div> antonio pyvm.sourceforge.net 2005-05-11T03:22:34.200000 2005-05-11T03:22:34.200000
Hi,
I had a lot of headhaches in try to install my
personal version of python on a machine without
being root (is a managed server).
So I ended up in creating pyvm a java-like python http://pyvm.sourceforge.net .
It contains a lot of packages already and has a compilation script that can be tailored (right now is tested on suse 9.2 and
fedora3).
I doubt any server administrator will ever use yum or any apt derived tools in order to upgrade dinamically/update a machine because the risk of breaking binaries is simply too great.
I hope that this little advertisment will be useful:)
Hi, I had a lot of headhaches in try to install my personal version of python on a machine without being root (is a managed server). So I ended up in creating pyvm a java-like python http://pyvm.sourceforge.net . It contains a lot of packages already and has a compilation script…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_29_14_12_19-Government_grants_scam.atom0000664000104500010450000000302411007066671023466 0ustar ucheuche Sat Jul 29 14:12:19 2006 e351c882-3a8a-459b-a70e-c07504a5862c <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Barb 2006-07-29T14:12:19.960000 2006-07-29T14:12:19.960000
Received a call from the 808-212-0041...they did not leave a message...

After Googling...got here.  Thanks for the tip!!!  If they call back I will be armed!!!
Received a call from the 808-212-0041...they did not leave a message... After Googling...got here. Thanks for the tip!!! If they call back I will be armed!!!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_07_17_31_34-Government_grants_scam.atom0000664000104500010450000000435011007067325023456 0ustar ucheuche Tue Nov 7 17:31:34 2006 96ed9f7a-8dcc-4ce2-a1f3-d5e35e26575e <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Mark 2006-11-07T17:31:34.930000 2006-11-07T17:31:34.930000
Yep,
Similar story, unknown name and number, thick indian accent, weak signal, I gave some information reluctantly, but stopped when they got to mothers maiden name and bank acct. numbers. I called them out on the Scam and they offered to let me talk to the manager. Of course the manager was "busy" so he called me back, while I waited I googled it and found this. Then he called me back and I got irate, I asked which branch of the government the money was coming from. He floundered, said something like "the processing dept. for grants" huge load of hooey, I hung up. I only hope I didn't inadvertantly help them improve the scam by cluing them into the fact that there is no such thing as a "government grant processing deot."

JUST SAY NO
Yep, Similar story, unknown name and number, thick indian accent, weak signal, I gave some information reluctantly, but stopped when they got to mothers maiden name and bank acct. numbers. I called them out on the Scam and they offered to let me talk to the manager. Of course the…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_16_16_21_23-Trackbacks_in_Pyblosxom.atom0000664000104500010450000000335411006770460023563 0ustar ucheuche Sat Apr 16 16:21:23 2005 9883df53-6313-4f92-bfc1-39d42083933a <div xmlns="http://www.w3.org/1999/xhtml">Trackbacks in Pyblosxom</div> Trackback from Catprint in the Mash http://www.catprint.ca/blog/blog/2005/04/16#trackbacks 2005-04-16T16:21:23.870000 2005-04-16T16:21:23.870000
Big shout to Uche at Copia for having a few good threads on trackbacks. His comments were instrumental in helping me get trackbacks working in pylosxom. The trackback.py script that he's hosting did the trick for me.
Big shout to Uche at Copia for having a few good threads on trackbacks. His comments were instrumental in helping me get trackbacks working in pylosxom. The trackback.py script that he's hosting did the trick for me.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_28_13_20_19-AJAX_and_the_Back_button.atom0000664000104500010450000000367711006750322023505 0ustar ucheuche Mon Aug 28 13:20:19 2006 45c07ecf-843b-4fea-8974-ef5a6a9f0771 <div xmlns="http://www.w3.org/1999/xhtml">AJAX and the Back button</div> Sanjib Sahoo www.optionmonster.com 2006-08-28T13:20:19.050000 2006-08-28T13:20:19.050000
Hi guys,

If you are really looking for a website that is built in AJAX and has the full funcitoning back button and Page refresh and cookies working, look at  www.optionmonster.com . You can navigate back, forward and also refresh the page and it will keep you at the page where you were last. The website is written on Web2.0 and is an real-world example of how AJAX can be used, keeping the fundamental features of browsers in place.
Hi guys, If you are really looking for a website that is built in AJAX and has the full funcitoning back button and Page refresh and cookies working, look at www.optionmonster.com . You can navigate back, forward and also refresh the page and it will keep you at the page…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_20_17_07_53-XSLT_2_0_might_be_worth_a_second_look__if___.atom0000664000104500010450000000434411006764566027433 0ustar ucheuche Fri May 20 17:07:53 2005 8a935eb9-0e8b-4cec-9fda-94e1f20d5da7 <div xmlns="http://www.w3.org/1999/xhtml">XSLT 2.0 might be worth a second look, if...</div> Uche http://copia.ogbuji.net 2005-05-20T17:07:53.510000 2005-05-20T17:07:53.510000
Kurt,

Thanks for your notes.  The clarification that the type system is not necessary for implementation is key, and is one they have been way too slow to provide.  I have gathered that they fixed that aspect of XPath 2.0 since the last time I closely reviewed it.

It would be very useful for me to know in what ways you would find it the Python/XSLT 2.0 combo particularly handy.  Would you look forward to writing Python extensios for XSLT 2.0?  Would you look forward to an implementation you can readily tweak?  Or is it just attractive to be able to use something written in a preferred language?

Thanks.
Kurt, Thanks for your notes. The clarification that the type system is not necessary for implementation is key, and is one they have been way too slow to provide. I have gathered that they fixed that aspect of XPath 2.0 since the last time I closely reviewed it. It would…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_18_19_03_16-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_18_19_03_16-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000356711007062212031655 0ustar ucheuche Sun Jun 18 19:03:16 2006 dea21602-6eb2-4e14-aa3d-1db5ad19edbc <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Michelle 2006-06-18T19:03:16.410000 2006-06-18T19:03:16.410000
The commentators that ESPN has chosen for the World Cup was horrible to say the least. I sent them a letter way back in February to let them know I will not be watching the games on their channels because of this fact. They just don't care, it's as simple as that.
On the other hand the refs that FIFA have chosen for the World Cup are not a whole lot better!!!
The commentators that ESPN has chosen for the World Cup was horrible to say the least. I sent them a letter way back in February to let them know I will not be watching the games on their channels because of this fact. They just don't care, it's as simple…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_23_16_00_40-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_23_16_00_40-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000405711007062215031636 0ustar ucheuche Fri Jun 23 16:00:40 2006 12c47fbe-0dfd-4d0d-b102-f18b6c4e3d86 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Pete 2006-06-23T16:00:40.400000 2006-06-23T16:00:40.400000
Well, looks like Balboa will have to swallow his foot along with his shoe.  The "Blooded Waste of Space" as he called Ronaldo in the game against Australia put away Japan in his classic style, not to mention he is now poised to be the all time leading scorer in world cup history.  Balboa, if you only had learned something about international futbol instead of MLS soccer you might have something to offer as a commentator.  There is no hope for our team with your kind around!  What an embarrassment! Have some respect! ABC, is this the best you can offer?
Well, looks like Balboa will have to swallow his foot along with his shoe. The "Blooded Waste of Space" as he called Ronaldo in the game against Australia put away Japan in his classic style, not to mention he is now poised to be the all time leading scorer in…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_25_17_00_54-Government_grants_scam.atom0000664000104500010450000000401411007067122023453 0ustar ucheuche Mon Sep 25 17:00:54 2006 bd886ec0-b370-48a0-a675-80273bb5c2de <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> C.P. 2006-09-25T17:00:54.280000 2006-09-25T17:00:54.280000
I got a similar call today.  However the number was 203-687-4105.  Same talk....gov grant of 7500 because i am a good taxpayer.  the operator had a foreign accent.  I have a good idea how they were able to contact me by cell phone.  I used my cell number along with other personal info on one of the payday loan sites.  the loan site was legit however it opens your personal info up to anyone who could access it.  I didn't fall for this scam.  I told the operator to give me their website and I would do further research and to call me back in the morning.  Boy will she get an earfull!!!!
I got a similar call today. However the number was 203-687-4105. Same talk....gov grant of 7500 because i am a good taxpayer. the operator had a foreign accent. I have a good idea how they were able to contact me by cell phone. I used my cell number along with…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_05_27_10_43_20-Linked_Data_and_Overselling_the_HTTP_URI_Scheme.atom0000664000104500010450000000412011007176102027767 0ustar ucheuche Sun May 27 10:43:20 2007 07e4ba2d-9153-48b5-a2e3-8222eda8af9c <div xmlns="http://www.w3.org/1999/xhtml">Linked Data and Overselling the HTTP URI Scheme</div> chimezie http://copia.ogbuji.net 2007-05-27T10:43:20.740000 2007-05-27T10:43:20.740000
A 'default' GRDDL transform should map XLink, XInclude, and xhtml:link[@href] elements (in the XPath Data Model) into rdfs:seeAlso using the link semantics defined in AtomOWL:

Or they could be expressed (instead) using AtomOWL link semantics

:link [ a :Link;
  :rel iana:alternate ;
  :to [ :src http://example.org/>;]
  ];
A 'default' GRDDL transform should map XLink, XInclude, and xhtml:link[@href] elements (in the XPath Data Model) into rdfs:seeAlso using the link semantics defined in AtomOWL: Or they could be expressed (instead) using AtomOWL link semantics :link [ a :Link; :rel iana:alternate ; :to [ :src http://example.org/>;] ];…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_28_18_41_20-Government_grants_scam.atom0000664000104500010450000000330011007066475023461 0ustar ucheuche Wed Jun 28 18:41:20 2006 1b15f105-c5d7-4499-82c5-e000ce8bce2c <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Deb 2006-06-28T18:41:20.720000 2006-06-28T18:41:20.720000
I just received a call with the same MO - wanted my bank routing number and account number to have the government deposit $5,000 - the name of the company was entitlement grant center in lake forest california.  Heavy Indian accent.  What a scam...................
I just received a call with the same MO - wanted my bank routing number and account number to have the government deposit $5,000 - the name of the company was entitlement grant center in lake forest california. Heavy Indian accent. What a scam...................…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_06_05_09_39_28-del_icio_us_bookmarks_for_2007-06-03.atom0000664000104500010450000000254511007175677025315 0ustar ucheuche Tue Jun 5 09:39:28 2007 0bb70f76-d9f7-41b3-a03c-f6214a199a40 <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2007-06-03</div> Pimpster http://pimpcastle.com/ 2007-06-05T09:39:28.310000 2007-06-05T09:39:28.310000
Thanks for sharing these. Curios about the Phyton Recipe.
Thanks for sharing these. Curios about the Phyton Recipe.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_25_23_17_46-Government_grants_scam.atom0000664000104500010450000001571311007066650023474 0ustar ucheuche Tue Jul 25 23:17:46 2006 f2f24968-3cbd-443c-97f6-09386f9dbac1 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Michelle 2006-07-25T23:17:46.990000 2006-07-25T23:17:46.990000
That same weird number called my phone three times today. Thank god I decided to research it before I answered the phone.  I tried looking it up with the Federal Trade Commission and this is all I could find:

FTC Consumer Alert

PDF Version

Putting Cold Calls on Ice

While many telephone sales calls are made on behalf of legitimate organizations offering bona fide products and services, some unsolicited phone sales calls can be frauds. That's why the Federal Trade Commission encourages you to be skeptical when you get a "cold call."

Fraudulent telemarketers may get your phone number from a telephone directory, mailing list, or "sucker list," a directory of consumers who have already lost money to fraudulent prize promotions or merchandise sales. Sucker lists include names, addresses, phone numbers - even how much money you may have spent on telemarketing scams. Unscrupulous promoters buy and sell sucker lists on the theory that consumers who have been deceived once are easy prey for additional scams.

The FTC's Telemarketing Sales Rule helps protect you from abusive and deceptive telephone sales practices. The Rule restricts calling times to the hours between 8 a.m. and 9 p.m., and puts other limits on telemarketers, too. For example:

Telemarketers must tell you it's a sales call, the name of the seller, and what they're selling before they make their pitch. If they're pitching a prize promotion, they must tell you that no purchase or payment is necessary to enter or win. The federal government has created the National Do Not Call Registry - the free, easy way to reduce the telemarketing calls you get at home. To register, or to get information, visit www.donotcall.gov, or call 1-888-382-1222 from the phone you want to register. You will receive fewer telemarketing calls wwithin three months of registering your number. It will stay in the registry for five years or until it is disconected or you take it off the registry. After five years, you will be able to renew your registration.
It's illegal for telemarketers to lie about their goods or services; earnings potential, profitability, risk, or liquidity of an investment; or the nature of a prize in a prize-promotion scheme.
Before you pay, telemarketers must tell you the total cost of the goods they're selling; any restrictions on getting or using them; and if a sale is final or non-refundable. In a prize promotion, they must tell you the odds of winning, that no purchase or payment is necessary to win, and any restrictions or conditions of receiving the prize.
It's illegal for a telemarketer to withdraw money from your checking account without your express, verifiable authorization.
Telemarketers cannot lie to get you to pay, no matter what method of payment you use.
You do not have to pay for credit repair, recovery room, or advance-fee loan or credit services until these services have been delivered.
It's illegal for a telemarketer to call you if you have asked not to be called.
You may not be able to put a freeze on cold calls, but you can learn how to spot those that spell f-r-a-u-d. Here's how:

Say no to high pressure sales tactics. Legitimate businesses respect the fact that you're not interested.
Tell callers if you don't want to hear from them again. If they call back, they're breaking the law. You can feel comfortable hanging up.
Take your time when you're presented with a sales "opportunity." Ask for written information about the product, service, investment opportunity, or charity that's being pitched. Don't talk with a salesperson if it's not convenient for you. A reputable salesperson should be willing to call you back at a time you choose.
Talk to a friend, relative, or financial advisor before you respond to a cold call. Any investment you make may have serious financial consequences for you - and the people you care about.
Hang up if you're asked to pay for a prize. Free is free.
Don't send money - cash, check, or money order - by courier, overnight delivery, or wire to anyone who insists on immediate payment.
Keep information about your bank accounts and credit cards to yourself - unless you know who you're dealing with.
Hang up if a telemarketer calls before 8 a.m. or after 9 p.m. That's a tip off to a rip off.
Check out the company with your state and local consumer protection office before you buy any product or service, or donate money.
If you suspect a scam, call your state Attorney General.
The FTC works for the consumer to prevent fraudulent, deceptive and unfair business practices in the marketplace and to provide information to help consumers spot, stop, and avoid them. To file a complaint or to get free information on consumer issues, visit www.ftc.gov or call toll-free, 1-877-FTC-HELP (1-877-382-4357); TTY: 1-866-653-4261. The FTC enters Internet, telemarketing, identity theft, and other fraud-related complaints into Consumer Sentinel, a secure, online database available to hundreds of civil and criminal law enforcement agencies in the U.S. and abroad.
That same weird number called my phone three times today. Thank god I decided to research it before I answered the phone. I tried looking it up with the Federal Trade Commission and this is all I could find: FTC Consumer Alert PDF Version Putting Cold Calls on Ice While…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_26_06_15_20-First_post_from_Fedora_Core_4.atom0000664000104500010450000000401211006763166024602 0ustar ucheuche Sun Jun 26 06:15:20 2005 561c4733-faaa-4593-8da8-78c98a4d9a87 <div xmlns="http://www.w3.org/1999/xhtml">First post from Fedora Core 4</div> Dave Pawson http://www.dpawson.co.uk/ 2005-06-26T06:15:20.280000 2005-06-26T06:15:20.280000
Following Uche, I too upgraded.
My only failure so far is Java.
Saxon won't work with the provided Java,
hence I need Sun's.
Just rename /usr/bin/java and make sure
the Sun java is in your path.

Niggle: the screensaver defaults to password
protected.

Other than that, as smooth as Uche.

regards DaveP
Following Uche, I too upgraded. My only failure so far is Java. Saxon won't work with the provided Java, hence I need Sun's. Just rename /usr/bin/java and make sure the Sun java is in your path. Niggle: the screensaver defaults to password protected. Other than that, as smooth as Uche.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_24_05_57_49-Lektora_is_nice__but_not_nice_enough.atom0000664000104500010450000000244511006762421026315 0ustar ucheuche Fri Jun 24 05:57:49 2005 300de720-e8b5-49bc-a420-6f40964c7a53 <div xmlns="http://www.w3.org/1999/xhtml">Lektora is nice, but not nice enough</div> james governor www.redmonk.com/jgovernor 2005-06-24T05:57:49.640000 2005-06-24T05:57:49.640000
i am galled too! :-( :-)
i am galled too! :-( :-)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_03_21_47_13-Ghough_and_other_wacky_woids.atom0000664000104500010450000000276611006764171024631 0ustar ucheuche Fri Jun 3 21:47:13 2005 8384bb8b-b985-4f4a-82e7-dc4867ed9873 <div xmlns="http://www.w3.org/1999/xhtml">Ghough and other wacky woids</div> John Cowan http://www.ccil.org/~cowan 2005-06-03T21:47:13.970000 2005-06-03T21:47:13.970000
Nah, initial "gh-" is never pronounced "f".  There's an updated version of the article at Wikipedia, though, which is the original source.
Nah, initial "gh-" is never pronounced "f". There's an updated version of the article at Wikipedia, though, which is the original source.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_04_20_05_07-Quot__di__.atom0000664000104500010450000000236011006761554021011 0ustar ucheuche Mon Jul 4 20:05:07 2005 55224e72-a469-4c3a-9a61-eb91fb73bba5 <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> John Cowan http://www.ccil.org/~cowan 2005-07-04T20:05:07.010000 2005-07-04T20:05:07.010000
"Shanks' mare" in English.
"Shanks' mare" in English.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_18_10_19_50-On_Huck__Hip_Hop__and_Expression.atom0000664000104500010450000000463611006755673025271 0ustar ucheuche Sun Sep 18 10:19:50 2005 e7a7c4f9-3edc-4a77-9cf7-f92336ff1878 <div xmlns="http://www.w3.org/1999/xhtml">On Huck, Hip Hop, and Expression</div> Uche http://uche.ogbuji.net 2005-09-18T10:19:50.640000 2005-09-18T10:19:50.640000
Kelechi,

I recognize you as an intelligent hip-hopper, so I really wish you wouldn't throw up the mainstream party line about hip-hop.  For sure Chingy, G Unit, Nelly, Lil' Jon and co disgrace the art form of Hip-Hop.  But the fact that movies such as Old School, Dumb and Dumber and Freddy vs Jason are big pop doesn't degrade all of modern cinema.  The fact that harlequin romance books and the Left Behind series are smash bestsellers doesn not degrade all modern fiction.  It's the same with hip-hop.

We should celebrate having our Mos Def, Talib Kweli, The Roots, Jurassic 5, Def Jux, Common, Dead Prez, OutKast, Scarface, etc.  And that doesn't even touch on the worldwide scene (Orishas, Passi, Saian Supa Crew, JJC, Daara-J, K'lashnekoff, Roots Manuva, Ty, Blak Twang, etc.) Hip hop is too strong for a few knuckleheads to destroy.
Kelechi, I recognize you as an intelligent hip-hopper, so I really wish you wouldn't throw up the mainstream party line about hip-hop. For sure Chingy, G Unit, Nelly, Lil' Jon and co disgrace the art form of Hip-Hop. But the fact that movies such as Old School, Dumb and Dumber…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017000000000000011563 Lustar rootrootrepository/comments/2005_11_15_18_31_30-I_must_be_missing_something_about_XOXO__and_maybe_microformats_in_general_.atomrepository/comments/2005_11_15_18_31_30-I_must_be_missing_something_about_XOXO__and_maybe_microforma0000664000104500010450000000324011006752001032130 0ustar ucheuche Tue Nov 15 18:31:30 2005 58f6f7e6-1980-4b67-96b0-5f170416acc3 <div xmlns="http://www.w3.org/1999/xhtml">I must be missing something about XOXO (and maybe microformats in general)</div> Bryan Wilhite http://www.kintespace.com/rasxlog 2005-11-15T18:31:30.890000 2005-11-15T18:31:30.890000
Perhaps you can enumerate the poor XML design behind OPML. My guess is that the looseness and the openness of the 1.0 spec' is not comforting to most strongly typed people.
Perhaps you can enumerate the poor XML design behind OPML. My guess is that the looseness and the openness of the 1.0 spec' is not comforting to most strongly typed people.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_19_21_27_13-What_s_SMS_ac_really_all_about___updated_.atom0000664000104500010450000000271011006767012027122 0ustar ucheuche Fri Aug 19 21:27:13 2005 2ea21a6c-e3ab-4e27-9009-e733b297af04 <div xmlns="http://www.w3.org/1999/xhtml">What's SMS.ac really all about? [updated]</div> debunker 2005-08-19T21:27:13.740000 2005-08-19T21:27:13.740000
God, I almost got sucked into this but luckily I thought to google it, I recieved an SMS email referring to my sister.
God, I almost got sucked into this but luckily I thought to google it, I recieved an SMS email referring to my sister.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_02_16_06_05-Towards_EXSLT.atom0000664000104500010450000000310111006764343021344 0ustar ucheuche Thu Jun 2 16:06:05 2005 87f898ce-cbd3-47af-a7d8-dfd42afb2f2d <div xmlns="http://www.w3.org/1999/xhtml">Towards EXSLT </div> Sylvain Hellegouarch http://www.defuze.org/oss/ 2005-06-02T16:06:05.350000 2005-06-02T16:06:05.350000
Thanks Uche.

In France, you can assign to a domain name as long as the domain is also a name of a non profit organisation (1901's law).

- Sylvain
Thanks Uche. In France, you can assign to a domain name as long as the domain is also a name of a non profit organisation (1901's law). - Sylvain…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_20_12_43_25-Government_grants_scam.atom0000664000104500010450000000357611007066760023470 0ustar ucheuche Sun Aug 20 12:43:25 2006 d1a964a5-0797-4198-970a-556d54bca260 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> marie charlemagne 2006-08-20T12:43:25.570000 2006-08-20T12:43:25.570000
You all amaze me.  You cannot be harmed by these people if you did not first want something for free.

Learn to plan and accept what you have.  The whole world is waiting for those who want something cheap or something free.

We today live on illusions and scammers are waiting for us.  If you do not want, they will never get. All you have to say is No thank You.
You all amaze me. You cannot be harmed by these people if you did not first want something for free. Learn to plan and accept what you have. The whole world is waiting for those who want something cheap or something free. We today live on illusions and scammers are…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_27_02_40_46-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000363611006751647031335 0ustar ucheuche Tue Jun 27 02:40:46 2006 949c728d-a9c4-4568-b880-1942db96db36 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> umaima Al-manur 2006-06-27T02:40:46.600000 2006-06-27T02:40:46.600000
I want my daughter to apply for this very good school.But before then please I want you  to respond to my request, Please send me the information on how to apply for this school through my email, which is almansurma@yahoo.com
Please help me send the ways to apply for this school and the way to pay the expenses.

  Thank you for your coperation
I want my daughter to apply for this very good school.But before then please I want you to respond to my request, Please send me the information on how to apply for this school through my email, which is almansurma@yahoo.com Please help me send the ways to apply for this…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_18_17_18_33-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_18_17_18_33-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000517711007062212031657 0ustar ucheuche Sun Jun 18 17:18:33 2006 01cc0fcc-39a0-4625-848e-4388dfa0cf23 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> james kelly 2006-06-18T17:18:33.370000 2006-06-18T17:18:33.370000
It’s a plot to keep soccer from overtaking US sports ... the idea is not to get new American soccer viewers and fans, but to keep them away - they could be lost to games with proper respect for commercials.  After all who do you think is paying for this coverage? And how do you expect to make money on a game with neither time-outs nor quarters?  … But seriously, O'Brien is awful, just woeful, I find his cadence the most irritating, Adrianne Healy is the best although his side kick, Tommy Smyth can be annoying too – for instance his ‘rattling de ould onion bag’ and  the like but at least his voice has the right tone for the sport . O’Brien has a baseball cadence to his commentary.  It just doesn’t work.  What were they thinking? He is constantly being bailed out by Balboa.  The other two I have heard, JD and Shep something or other is not so bad but that remember is in comparison to Mr. O’Brien...  I've just watched Brazil Australia.  Sigh.  Balboa couldn’t have been too skillful; he should be stopped from the way he admires fouls, the other day … what a great foul … never heard fouls being praised so much
It’s a plot to keep soccer from overtaking US sports ... the idea is not to get new American soccer viewers and fans, but to keep them away - they could be lost to games with proper respect for commercials. After all who do you think is paying for this…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_16_09_03_46-Government_grants_scam.atom0000664000104500010450000000325011007066730023464 0ustar ucheuche Wed Aug 16 09:03:46 2006 2ff69125-3ace-4694-8e62-d916a16a76dc <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Ana 2006-08-16T09:03:46.520000 2006-08-16T09:03:46.520000
I have also been reciving calls from these weird people  808-212-0041 and thy have been calling my house telling my parents they really need to speak to me inregards to a problem.And when they say im @ work they get up set and they tell my parents off.
I have also been reciving calls from these weird people 808-212-0041 and thy have been calling my house telling my parents they really need to speak to me inregards to a problem.And when they say im @ work they get up set and they tell my parents off.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_05_19_03_57_14-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000557111006751645031337 0ustar ucheuche Fri May 19 03:57:14 2006 2c4d1d23-e03e-4b98-bf23-23cd08fef436 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Anonymous Student 2006-05-19T03:57:14.110000 2006-05-19T03:57:14.110000
Hey All .... tis been really interesting reading thru all the brilliant comments and debates. I'm not a blog freak but i'll want to respond to the cultism issue. I am a student of AAUN and i joined them this Spring 2006. I heard of the news in school and i was equally shocked especially with the initial reaction of the school. But believe me, twas quite a personal and classified issue but the school came up with good judgements. The girls who beat up their roommate have all been suspended for one semester. Do you know what that means for their graduation? I think that punishment is fair enough and will serve as a deterrant to anyone that tries to act insane in the school. I saw the girl that was beaten up during our examination week, shez perfectly okkkkk .. i didnt see any bruises. We really dont need such rash and insane students ... please if your like that, DO NOT ENROL IN AAUN.

Thanks err1 ... and i cant wait to get back to school this fall 2006. We're moving to the new permanent campus and the deans have assured us tis more academic work than we've ever seen .. so get ready AAUN pals....

As for mike john, (dont mean to be insultive) i think your pessimism won't get you nowhere ... you should try and see things in good light especially after critical looks and second thoughts. This country is changing !
Hey All .... tis been really interesting reading thru all the brilliant comments and debates. I'm not a blog freak but i'll want to respond to the cultism issue. I am a student of AAUN and i joined them this Spring 2006. I heard of the news in school and…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_13_02_55_54-Invisibility.atom0000664000104500010450000000267011006765316021437 0ustar ucheuche Fri May 13 02:55:54 2005 02551347-7019-4a4e-9687-51251ab83861 <div xmlns="http://www.w3.org/1999/xhtml">Invisibility </div> Trackback from Eric Gaumer http://egaumer.pagecache.org 2005-05-13T02:55:54.200000 2005-05-13T02:55:54.200000
It's nice to have some opaqueness in an environment where one can become so invisible.
It's nice to have some opaqueness in an environment where one can become so invisible.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_17_17_31_14-Government_grants_scam.atom0000664000104500010450000000342311007066750023464 0ustar ucheuche Thu Aug 17 17:31:14 2006 1c8ca0ab-659c-4392-b578-3d7675d72828 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Karen Ragland 2006-08-17T17:31:14.090000 2006-08-17T17:31:14.090000
I have gotten over 70 calls and the number that shows up in my caller ids is 808-212-0047.  These calls have come day and night.  On two of the calls a recording was played of a friend of mine.  This friend and I are in the same chat room forum.  I find this very suspicous.  Would it be possible for a person to use this number as a means of harrasment?
I have gotten over 70 calls and the number that shows up in my caller ids is 808-212-0047. These calls have come day and night. On two of the calls a recording was played of a friend of mine. This friend and I are in the same chat room forum.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_21_12_47_14-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_21_12_47_14-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000547311007062213031645 0ustar ucheuche Wed Jun 21 12:47:14 2006 cd37f64c-75f6-4942-8662-f135e8096e41 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> desertlimey 2006-06-21T12:47:14.700000 2006-06-21T12:47:14.700000
From a commercial perspective it is not unreasonable of ESPN to use a "name" like O'Brien for the marquee games. They want to attract marginal viewers and figure that familiarity trumps accuracy & authority. 

Further it's reasonable for any US coverage to use terminology (pk, end-line, shoots the ball) that US viewers might be more familiar or comfortable with.  Sure it grates but I know that back in England there is constant complaint over the various shades of dreadful commentary (sorry....announcing). 

While "reasobable", however, it sure don't make it good.  Even the English guy is a tit and prone to classic hyperbolic overstatement.  The Spanish when 1-0 down were "staring into the abyss", apparently; regardless of their opening win and a date with the hapless Saudis.

I think the best way to deal with O'brien et al,  is to turn the coverage into some kind of early mornning drinking game and try and get a few minutes pleasure out of it before switching to our daily Spanish classes after 10 minutes.  Granted this is tricky with the moronic, dumbass, loudmouth uberdick that is Marcelo Balboa.  There's nothing reasobable about him. Nothing.
From a commercial perspective it is not unreasonable of ESPN to use a "name" like O'Brien for the marquee games. They want to attract marginal viewers and figure that familiarity trumps accuracy & authority. Further it's reasonable for any US coverage to use terminology (pk, end-line, shoots the ball) that…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_04_08_08_54-Confusion_over_Python_storage_form_for_Unicode.atom0000664000104500010450000000526011007071400030372 0ustar ucheuche Fri Aug 4 08:08:54 2006 3d13a873-f9ba-456c-8010-377db2968158 <div xmlns="http://www.w3.org/1999/xhtml">Confusion over Python storage form for Unicode</div> Alastair Houghton http://alastairs-place.net 2006-08-04T08:08:54.390000 2006-08-04T08:08:54.390000
No. CPython's 16-bit Unicode support is UTF-16; in the Language Reference, it specifically states:

"Surrogate pairs may be present in the Unicode object, and will be reported as two separate items."

which is UTF-16 behaviour, not UCS2.

What's more, if you're arguing that (for instance) len(u'\U00010800') should always be 1, you're wrong. It should be 2 on "UCS2" Python because that is the number of code units in the string, and more code depends on the number of code units than depends on the number of Unicode code points.

Also, using UCS4 does not gain you anything here because of combining characters. You can still come up with a combining character sequence that displays to the user as a single logical character (in Unicode, a "grapheme cluster"), but that consists of more than one code point. You already have to handle this if you're writing code to process Unicode strings, so handling surrogate pairs as well is no additional work.
No. CPython's 16-bit Unicode support is UTF-16; in the Language Reference, it specifically states: "Surrogate pairs may be present in the Unicode object, and will be reported as two separate items." which is UTF-16 behaviour, not UCS2. What's more, if you're arguing that (for instance) len(u'\U00010800') should always be 1,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_12_19_57_55-Media_type_for__xslt.atom0000664000104500010450000000252611006765344023133 0ustar ucheuche Thu May 12 19:57:55 2005 4d0c8435-da3b-4506-bcae-77539f998b9d <div xmlns="http://www.w3.org/1999/xhtml">Media type for .xslt</div> Uche http://uche.ogbuji.net 2005-05-12T19:57:55.630000 2005-05-12T19:57:55.630000
Yeah.  That's what I get for typing rather than cutting and pasting :-)
Yeah. That's what I get for typing rather than cutting and pasting :-)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_07_08_14_17-OPML__XOXO__RDF_and_more_on_outlining_for_note-taking.atom0000664000104500010450000000341411006761465031177 0ustar ucheuche Thu Jul 7 08:14:17 2005 2e77ec27-f081-466c-91b1-3b43cb48ef00 <div xmlns="http://www.w3.org/1999/xhtml">OPML, XOXO, RDF and more on outlining for note-taking</div> Uche http://uche.ogbuji.net 2005-07-07T08:14:17.200000 2005-07-07T08:14:17.200000
I did try it once, and it wasn't working at the time with the 4Suite version I use.  I think the author has fixed that:

http://lists.fourthought.com/pipermail/4suite/2005-April/013571.html
I did try it once, and it wasn't working at the time with the 4Suite version I use. I think the author has fixed that: http://lists.fourthought.com/pipermail/4suite/2005-April/013571.html…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_22_00_05_09-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_22_00_05_09-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000350311007062215031633 0ustar ucheuche Thu Jun 22 00:05:09 2006 31203ef5-37ab-46da-9f02-a195555ff316 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Ragsac KR 2006-06-22T00:05:09.540000 2006-06-22T00:05:09.540000
I suggest they let Chris Sullivan speak more.  This guy has played the game since he was a little guy.  Heck I used to live across the street from him and he was totally dedicated to the game - I am sure he is dedicated to it now.

Let him speak for our sake.

Thank You!
I suggest they let Chris Sullivan speak more. This guy has played the game since he was a little guy. Heck I used to live across the street from him and he was totally dedicated to the game - I am sure he is dedicated to it now. Let him…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_14_12_53_41-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000374311007070257026247 0ustar ucheuche Tue Mar 14 12:53:41 2006 def0099e-becc-4c16-828d-eb35a1db1de9 <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> Uche http://uche.ogbuji.net 2006-03-14T12:53:41.500000 2006-03-14T12:53:41.500000
harbinger,

I'm not clear on what you tried to do.  Were you using lynx (or elinks) to access that Web page from CLI?  What precise commands did you try, with what precise effect?

FYI in my case I simply use Firefox to access http://localhost:901/ from a regular user.  It prompted me for a username/password and I entered the root credentials.  Worked for me.
harbinger, I'm not clear on what you tried to do. Were you using lynx (or elinks) to access that Web page from CLI? What precise commands did you try, with what precise effect? FYI in my case I simply use Firefox to access http://localhost:901/ from a regular user. It prompted…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_06_12_03_57-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000263511006751646031331 0ustar ucheuche Tue Jun 6 12:03:57 2006 e04a129e-9e6e-47b6-a605-31dd6f736b91 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Egejuru chukwuma 2006-06-06T12:03:57.870000 2006-06-06T12:03:57.870000
how do i get admission through scholarship in the abti-american university yola
how do i get admission through scholarship in the abti-american university yola…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_12_10_47_27-Government_grants_scam.atom0000664000104500010450000000404311007067206023450 0ustar ucheuche Thu Oct 12 10:47:27 2006 8bb8f385-a50d-49a6-af89-0949bb6bb654 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Dan 2006-10-12T10:47:27.430000 2006-10-12T10:47:27.430000
I just looked at my bank account activity today, and noticed a check I've never written for $84.00.
It says pay to the order of Triton Solutions, Inc.
In the memo section Entitlement Pro appears with the number 888-792-6297.
None of this is the least bit familiar, and I'm working with my bank to figure this out.
I've haven't provided my banking information to anyone I'm not 100% sure needed it.

Just a heads up for everyone. It seems they can get your money without you ever doing ANYTHING!
I just looked at my bank account activity today, and noticed a check I've never written for $84.00. It says pay to the order of Triton Solutions, Inc. In the memo section Entitlement Pro appears with the number 888-792-6297. None of this is the least bit familiar, and I'm working…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_07_03_03_15_31-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_07_03_03_15_31-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000426011007062222031631 0ustar ucheuche Mon Jul 3 03:15:31 2006 93d6abe8-11ed-4314-b451-6b0228b8f442 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> JoAnne Thrax 2006-07-03T03:15:31.740000 2006-07-03T03:15:31.740000
Here's my favourite of Tommy Smyth's comments:

"They say the rain in spain falls mostly on the plains, but as I see it, the rain in Spain falls mostly on Ukraine."

This one from Healy was nice, too:

"Like houseguests in an Agatha Christie novel, both teams have been disposed of quickly in this tournament.

But, really, most of the others have been abominable.  And I'm pretty certain not one of them has come close to pronouncing "Gelsenkirchen" correctly in the 47,234 times they've tried to say it since June 9th...
Here's my favourite of Tommy Smyth's comments: "They say the rain in spain falls mostly on the plains, but as I see it, the rain in Spain falls mostly on Ukraine." This one from Healy was nice, too: "Like houseguests in an Agatha Christie novel, both teams have been disposed…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_22_16_58_58-GoDaddy_reconsidered.atom0000664000104500010450000000444011007060032023017 0ustar ucheuche Tue Aug 22 16:58:58 2006 8bea78a2-93af-4a9c-b1f3-936239234798 <div xmlns="http://www.w3.org/1999/xhtml">GoDaddy reconsidered</div> M. David Peterson http://xmlhacker.com 2006-08-22T16:58:58.420000 2006-08-22T16:58:58.420000
Hey Uche,

As you know, I've been a GoDaddy customer and fan for a while now, and I'll admit I was surprised by your post last week, though I should note that I came to the conclusion recently (after having my first "bad" experience with GD, though they fixed/made-up for the "bad" part quite quickly) that their skyrocketing growth over the last two years coupled with their location is the primary reason behind some of the customer service reps lack of understanding.  With the amount of training involved  coupled with the number of CS reps necessary to staff their operation properly, the result is, more than likely, going to be similar to what you dealt with last week.

Good to hear they fixed things, though it doesn't surprise me in the slightest.
Hey Uche, As you know, I've been a GoDaddy customer and fan for a while now, and I'll admit I was surprised by your post last week, though I should note that I came to the conclusion recently (after having my first "bad" experience with GD, though they fixed/made-up for…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_23_02_42_40-Shaking_the_legs_in_Amsterdam.atom0000664000104500010450000000412011006764446024665 0ustar ucheuche Mon May 23 02:42:40 2005 f2591831-0223-483f-9c80-14f5e23d8c1c <div xmlns="http://www.w3.org/1999/xhtml">Shaking the legs in Amsterdam</div> Ruud Steltenpool http://www.svgopen.org/2005 2005-05-23T02:42:40.520000 2005-05-23T02:42:40.520000
some Googling only gave me swimmingpools:
http://www.amsterdam.nl/vrije_tijd_toerisme/sport/zwemmen_in_amsterdam

Look around RAI (http://rai.webcam.nl) didn't show anything either

There's usually some playfield/playgarden around at least

Just ask at RAI.

On my short visit i might bring a basketball
some Googling only gave me swimmingpools: http://www.amsterdam.nl/vrije_tijd_toerisme/sport/zwemmen_in_amsterdam Look around RAI (http://rai.webcam.nl) didn't show anything either There's usually some playfield/playgarden around at least Just ask at RAI. On my short visit i might bring a basketball…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_11_02_21_02-The_problem_with_aid_to_Africa.atom0000664000104500010450000000365411006761421025016 0ustar ucheuche Mon Jul 11 02:21:02 2005 cc7ea0fd-4228-4384-be51-c16b243fbfc3 <div xmlns="http://www.w3.org/1999/xhtml">The problem with aid to Africa</div> Sylvain Hellegouarch http://www.defuze.org/oss/ 2005-07-11T02:21:02.570000 2005-07-11T02:21:02.570000
Uche,

Sure, I didn't mean that it is an easy task. I do realise how badly Europe hurt Africa and I also understand it has taken such a long time for Europe to start building its unity.

My point was that I find it sad that Africans keep fighting themselves and don't realise that it benefits entities like the USA or EU... :(

- Sylvain
Uche, Sure, I didn't mean that it is an easy task. I do realise how badly Europe hurt Africa and I also understand it has taken such a long time for Europe to start building its unity. My point was that I find it sad that Africans keep fighting themselves…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000014700000000000011567 Lustar rootrootrepository/comments/2005_06_13_02_18_47-Amara_equivalents_of_Mike_Kay_s_XSLT_2_0__XQuery_examples.atomrepository/comments/2005_06_13_02_18_47-Amara_equivalents_of_Mike_Kay_s_XSLT_2_0__XQuery_examples.at0000664000104500010450000000466011006763467031541 0ustar ucheuche Mon Jun 13 02:18:47 2005 1909a2f8-d5ae-4597-bef4-38ee299356c6 <div xmlns="http://www.w3.org/1999/xhtml">Amara equivalents of Mike Kay's XSLT 2.0, XQuery examples</div> Sylvain Hellegouarch http://www.defuze.org/oss/ 2005-06-13T02:18:47.830000 2005-06-13T02:18:47.830000
Hi Uche,

This is nice but I really wonder what it will lead to.

As far as I'm concerned, the X technology has the HUGE advantage of being not only platform independant but language independant. My problem with starting doing stuff in Python instead of keeping XSLT/XPATH 2 is that it breaks the language independancy.

But on the other hand, when I look at some new functionnalities of XSLT/XPath 2, I am afraid since they make those languages too close to a real programming language. And developers might be tempted to do all their logic inside XSLT. Which as you says : "run into issues of poor model/presentation separation"

I don't know what to think of those evolution to be honest.

- Sylvain
Hi Uche, This is nice but I really wonder what it will lead to. As far as I'm concerned, the X technology has the HUGE advantage of being not only platform independant but language independant. My problem with starting doing stuff in Python instead of keeping XSLT/XPATH 2 is that…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_28_03_42_38-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000265211006751645031333 0ustar ucheuche Fri Apr 28 03:42:38 2006 900a10d0-833c-47ee-bb1a-3dcaec475884 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Omorogbe Omorogiuwa http://www.omorxinaaun.blogspot.com 2006-04-28T03:42:38.500000 2006-04-28T03:42:38.500000
As a student of AAUN here is my blog on my AAUN life experience.
As a student of AAUN here is my blog on my AAUN life experience.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_21_15_05_25-Government_grants_scam.atom0000664000104500010450000000342011007067466023455 0ustar ucheuche Thu Dec 21 15:05:25 2006 a4bd0eff-2e2b-41ad-b1b7-e10e18bab86c <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> rlb 2006-12-21T15:05:25.260000 2006-12-21T15:05:25.260000
"Anthony" with strong Brooklyn accent, (caller ID read 888-312-3593) insisted on speaking to my deceased father-in-law, then would only speak to the person responsible for his financial matters. Promised to call back. I Googled and found this, so am armed if/when he calls back. Thanks. What's an Ogbuji?
"Anthony" with strong Brooklyn accent, (caller ID read 888-312-3593) insisted on speaking to my deceased father-in-law, then would only speak to the person responsible for his financial matters. Promised to call back. I Googled and found this, so am armed if/when he calls back. Thanks. What's an Ogbuji?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_04_14_59_26-alt_unicode_kvetch_kvetch_kvetch.atom0000664000104500010450000000414411006760216025524 0ustar ucheuche Thu Aug 4 14:59:26 2005 5a34c9bb-343a-4de1-9d36-e4f2f406f5ca <div xmlns="http://www.w3.org/1999/xhtml">alt.unicode.kvetch.kvetch.kvetch</div> Bill de hOra http://www.dehora.net/journal 2005-08-04T14:59:26.010000 2005-08-04T14:59:26.010000
It is hard. One of the things that makes it hard is that coherent encoding spans systems and can't easily be dealt in one place - not unlike security issues.  "Unicode firewalling" is the meme running round my head at the moment :)

The other thing that makes it hard is explaining the potentially complexity costs to customers without melting their brains with text arcana. Thankfully, Glyph Lefkowitz has come up with a great analogy to image codecs: http://www.livejournal.com/users/glyf/39250.html
It is hard. One of the things that makes it hard is that coherent encoding spans systems and can't easily be dealt in one place - not unlike security issues. "Unicode firewalling" is the meme running round my head at the moment :) The other thing that makes it hard…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_16_01_13_44-Ubuntu_Edgy__Firefox_and_Flash.atom0000664000104500010450000000303111007055672024752 0ustar ucheuche Thu Nov 16 01:13:44 2006 bab20869-9539-4127-82ad-6c0c84d510dc <div xmlns="http://www.w3.org/1999/xhtml">Ubuntu Edgy, Firefox and Flash</div> Ryan Stewart a href=http://blogs.zdnet.com/Stewart 2006-11-16T01:13:44.910000 2006-11-16T01:13:44.910000
Awww, how can you hate Flash when it helps you discover music on MySpace? Still, very interesting workaround with the beta Linux player. Very cool.
Awww, how can you hate Flash when it helps you discover music on MySpace? Still, very interesting workaround with the beta Linux player. Very cool.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_07_10_50_15-Wu-tang_Flashback_via_Dave_Chappelle.atom0000664000104500010450000000510111007060262025767 0ustar ucheuche Mon Aug 7 10:50:15 2006 937f15fb-608b-469b-ae11-e23eb8521f1f <div xmlns="http://www.w3.org/1999/xhtml">Wu-tang Flashback via Dave Chappelle</div> Uche http://uche.ogbuji.net 2006-08-07T10:50:15.590000 2006-08-07T10:50:15.590000
Thanks bro,

These morning memories are the reason I'd started Quotīdiēs.  The GZA is always killing it:

"The Wu is coming through; the outcome is critical
Fucking with my style is sort of like a miracle
On 34th Street.  In the square I'm herald
I game Ella.  The bitch caught a Fitz like Geraldine
Ferrarro, who's full of sorrow
'Cause the ho didn't win but the sun will still come out tomorrow
And shine shine shine like 409"

As his mates say:

"And the GZA the Genius is just a genius; he's the backbone of the whole joint... He the head.  Let's put it that way.  We form like Voltron and the GZA happens to be the head"

The GZA has always been the least appreciated member of the Clan.  But he knows his chess.  It's not just about the opening.  It's also about the end game.
Thanks bro, These morning memories are the reason I'd started Quotīdiēs. The GZA is always killing it: "The Wu is coming through; the outcome is critical Fucking with my style is sort of like a miracle On 34th Street. In the square I'm herald I game Ella. The bitch caught…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_26_21_32_48-Government_grants_scam.atom0000664000104500010450000000306411007067133023465 0ustar ucheuche Tue Sep 26 21:32:48 2006 dad93c25-8122-4fae-8b24-b8629f5149c1 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> sean miller 2006-09-26T21:32:48.320000 2006-09-26T21:32:48.320000
Heads up folks.  Got another number to block:650-898-0314.  I think they are using it to piggyback from wherever overseas they are calling from.  Definitely Indian accent, definitely a scam.
Heads up folks. Got another number to block:650-898-0314. I think they are using it to piggyback from wherever overseas they are calling from. Definitely Indian accent, definitely a scam.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_11_12_28_32-4Suite_1_0b1_via_yum_.atom0000664000104500010450000000373411006765655022713 0ustar ucheuche Wed May 11 12:28:32 2005 b48ea160-900e-43ab-82fd-0f6ba20eb07b <div xmlns="http://www.w3.org/1999/xhtml">4Suite 1.0b1 via yum?</div> antonio pyvm.sourceforge.net 2005-05-11T12:28:32.410000 2005-05-11T12:28:32.410000
>This is UNIX ....
I could not disagree more on that particular point (and I have countless nightmare stories about this point).
Anyway I developed pyvm to fit my selfish need: I'd like to share (in the opensource tradition) something with others, maybe saving them some time and that is it.
The discussion is now sligthly out of topic:
It might be appropriate to divert this "flame-war" somewhere else more appropriate.
>This is UNIX .... I could not disagree more on that particular point (and I have countless nightmare stories about this point). Anyway I developed pyvm to fit my selfish need: I'd like to share (in the opensource tradition) something with others, maybe saving them some time and that is…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_22_07_38_48-Today_s_XML_wot_he_said.atom0000664000104500010450000000365611006757762023477 0ustar ucheuche Mon Aug 22 07:38:48 2005 b9fb4096-1d83-4898-91c8-52134dac2a73 <div xmlns="http://www.w3.org/1999/xhtml">Today's XML wot he said</div> Uche http://uche.ogbuji.net 2005-08-22T07:38:48.410000 2005-08-22T07:38:48.410000
Good laugh, Bob :-)

As you well know, XSLT is the result of a split in the "stylesheets" activity,  and even though this branch of the split has lost all its "stylesheet" character, it wasn't felt that under the charter the name should be changed.  Allowing "xsl:transform" was as far as they decided to go.  I think users can go much further, and should.  It's just confusing to call those scripts "stylesheets".
Good laugh, Bob :-) As you well know, XSLT is the result of a split in the "stylesheets" activity, and even though this branch of the split has lost all its "stylesheet" character, it wasn't felt that under the charter the name should be changed. Allowing "xsl:transform" was as far…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_26_22_28_17-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_26_22_28_17-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000001155211007062220031646 0ustar ucheuche Mon Jun 26 22:28:17 2006 4ba0f5b0-ccf3-4e33-81e9-4822882156d4 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> P McH none 2006-06-26T22:28:17.450000 2006-06-26T22:28:17.450000
The O'Brien/Balboa World Cup commentary Fiasco contnues on ABC/EWTN
Yep! Our very own Laurel and Hardy.

Yesterday we had the (groan) England game commentary .. replete with all the
gratuitous crap we've come to expect. Stuff I'm dying to hear right in the middle of game play .. 'England last
played a Final in 1966'... wow! Humidity and  Captions drop like graffiti ink blots all over the screen while
(for the dyslexics among us) Laurel and Hardy simultaneously drone out the same
earth shattering inconsequential message ..'The ground condition is good '
Who the f**k cares? I'm trying to follow game play here for Christ's sake?
Give me stuff like that before the game if you must. 
Hey pot heads! You only need to just TELL me. I've got 2 ears.. see.
Same number as your brain cells. I don't need a quarter screen caption dangled before me, right
in front of the football field. 

Todays Italy match was a peach .. How many times did the ink blot
drop to tell us Italy were playing with 10 men? I lost count. And what's with all the shooting
tickertape garbage top and bottom. I swear I'll never buy anything made by addidas, Vonage or
the rest of them again.  And who's the little woman sitting in a cubicle somewhere pressing
those Ink blot buttons anyway? Will somebody please shoot her? It's got to be a woman doesn't it.
Nobody else could screw up soccer games like that.

Meanwhile Laurel and Hardy rattle on - each pushing their own brand of verbal diarrhoea.
Could someone please tell them .. you really don't have to talk ALL the time. Pace the game. Good Soccer
teams do it. Stay relevant. I mean even remotely relevant.  Get excited when a goal is scored  - not 10 seconds later.
And get your ADD treated

Anyone know who's scheduled to cover the Final, when it comes? Not L and H I hope.

By comparison with this sad twosome, todays (Mondays) Ukraine/Switzerland match was
(at least to my mind) a pleasure to watch, despite the still over abundant ink blots. 
Dellacamara and buddy (Marcel?) kept a steady sober commentary going
that had authority and a bit of gravitas (sorry about the big words but I'm not sure how you
spell Dellawhatsit}. Anyway - they were good, I thought. Can they do the Final please?

But who the hell ever picked those other two?
Balbao might be a good footballer (I never heard of him - I'm in USA from Europe)  but being a good footballer is a million miles
from being a good commentator. As for O'Brien .. enough said.

By the way, do they both really sit with their backs to the game? That would explain everything

P MH


 
.
The O'Brien/Balboa World Cup commentary Fiasco contnues on ABC/EWTN Yep! Our very own Laurel and Hardy. Yesterday we had the (groan) England game commentary .. replete with all the gratuitous crap we've come to expect. Stuff I'm dying to hear right in the middle of game play .. 'England last…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_10_17_17_55-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000347011006751652031330 0ustar ucheuche Mon Jul 10 17:17:55 2006 d7490350-27aa-443f-bbb1-5e70e1f0ef37 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> joseph m giwa no 7 ijokodo ibadan oyo state 2006-07-10T17:17:55.110000 2006-07-10T17:17:55.110000
i have the intrest crossing to your school as economic student.i had been sitting for JAMB for long but this time arround i have 172 for my aggregate while the school i choose have not instreting about the scored while iwhat going to school.Pls. help and enlight.THANKS
i have the intrest crossing to your school as economic student.i had been sitting for JAMB for long but this time arround i have 172 for my aggregate while the school i choose have not instreting about the scored while iwhat going to school.Pls. help and enlight.THANKS…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_20_20_23_41-Government_grants_scam.atom0000664000104500010450000000372411007067360023445 0ustar ucheuche Mon Nov 20 20:23:41 2006 35be9d6d-4100-411f-b4a2-8f8fd9f76e28 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Michael Edwards 2006-11-20T20:23:41.560000 2006-11-20T20:23:41.560000
I didn't make it to looking any of this up and now have a bad feeling, that I just got scammed. I got the call form a nice english speaking woman who said I qualified for a 5K grant, and since I had been looking up that sort of info on the web a few months ago, It seemed to be an ok call. but after reading this page and seeing all your stories I'm just wondering what to do now that I've been taken for $349.00. I tried calling the number back but It's just a voice mail that says Its full. (866)591-6162
So who should I contact about this?
I didn't make it to looking any of this up and now have a bad feeling, that I just got scammed. I got the call form a nice english speaking woman who said I qualified for a 5K grant, and since I had been looking up that sort of info…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_30_13_55_37-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000446411006751640031325 0ustar ucheuche Thu Mar 30 13:55:37 2006 90b24361-eca7-4ce4-9660-f722d97aed11 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> 'Segun 2006-03-30T13:55:37.670000 2006-03-30T13:55:37.670000
I've really enjoyed reading all the various comments about AAUN. Beign a student of this school, I think it is rather unfair for people to make negative comments on the school for no just reason. Whether we Nigerians like or not, Abti American is one of the best things that has happened to Nigeria in the last decade. Even calling it 'First World Class' is not out of point because AAUN is the first university around to meet todays definition of 'World Class'. Providing us with every single thing, material and non-material that we can get in the best schools on the planet, I believe the founders deserve an applause.
Long live Abti American.

-Segun Odeyemi
Vice-President, Interim Student Government
Abti-American
I've really enjoyed reading all the various comments about AAUN. Beign a student of this school, I think it is rather unfair for people to make negative comments on the school for no just reason. Whether we Nigerians like or not, Abti American is one of the best things that…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_07_03_11_39_09-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_07_03_11_39_09-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000440311007062223031643 0ustar ucheuche Mon Jul 3 11:39:09 2006 cbad760e-0c47-4052-80d0-a5d710559b38 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Nigel Eddis 2006-07-03T11:39:09.440000 2006-07-03T11:39:09.440000
Who, I wonder, is David Regent? And what does the almost unanimous condemnation of ESPN's coverage have to do with being 'cry-babies'? This man is either a shill for ESPN, or else just one of those imbeciles who cannot see anything or anyone criticised without getting indignant (except of course when they themselves are crossed). If David Regent disagrees with the critics, for some specific reason, why doesn't he say so? But he's probably just a hit-and-run type who has nothing substantive to say, and we won't hear from him again.

Meanwhile, back in the broadcast booth - does anyone know whether we will have to endure O'Brien ruining the Final for us?  Is there any hope?  I doubt it.
Who, I wonder, is David Regent? And what does the almost unanimous condemnation of ESPN's coverage have to do with being 'cry-babies'? This man is either a shill for ESPN, or else just one of those imbeciles who cannot see anything or anyone criticised without getting indignant (except of course…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_10_04_18_47-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000333111006751651031321 0ustar ucheuche Mon Jul 10 04:18:47 2006 ce4b7912-e4d6-49b8-a15e-9e4064504119 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> evans oji information 2006-07-10T04:18:47.800000 2006-07-10T04:18:47.800000
sir,
  pls , i want to know about the admission process in the institution. is it thru jamb or entrance exam ? if yes how can i get the entrance form. and give me due detains of the admission and their fees.
  thank
sir, pls , i want to know about the admission process in the institution. is it thru jamb or entrance exam ? if yes how can i get the entrance form. and give me due detains of the admission and their fees. thank…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_19_15_20_30-Government_grants_scam.atom0000664000104500010450000000331711007066607023462 0ustar ucheuche Wed Jul 19 15:20:30 2006 5ec607a1-f5fb-4e5f-a819-da4328865484 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Lena 2006-07-19T15:20:30.760000 2006-07-19T15:20:30.760000
i just want to know how they are getting our numbers! i am also on the do not call list and i just got two calls from 800-061-3615. i answered the first time but they hung up. after i googled the number i read what all of you had written. so the second time i ignored it. wonder if they'll KEEP calling..
i just want to know how they are getting our numbers! i am also on the do not call list and i just got two calls from 800-061-3615. i answered the first time but they hung up. after i googled the number i read what all of you had written.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_02_14_54_46-Go_go_transfer_glitter.atom0000664000104500010450000000420311007057432023443 0ustar ucheuche Sat Sep 2 14:54:46 2006 d9282e7b-b986-4004-a411-1cae1680134a <div xmlns="http://www.w3.org/1999/xhtml">Go go transfer glitter</div> Uche http://uche.ogbuji.net 2006-09-02T14:54:46.210000 2006-09-02T14:54:46.210000
There was some talk about a falling-out between Okochan and Big Sam, after the captain's armband went to Nolan.  I think he got transferred to the United Arab Emirates somewhere, where they are paying him crazy money.  He basically decided the cash was worth laboring in an unknown league.  Too bad for us :-(

BTW, I heard Okocha has a football video.  This reminds me to try to find that.  Here it is:

http://www.imdb.com/title/tt0432076/

I'll have to find a U.S. release.
There was some talk about a falling-out between Okochan and Big Sam, after the captain's armband went to Nolan. I think he got transferred to the United Arab Emirates somewhere, where they are paying him crazy money. He basically decided the cash was worth laboring in an unknown league. Too…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_27_14_36_28-_Tis_a_boy.atom0000664000104500010450000000244111006760601021026 0ustar ucheuche Wed Jul 27 14:36:28 2005 d8bcf5e6-73bb-4452-bf90-f6c5a40a15c1 <div xmlns="http://www.w3.org/1999/xhtml">'Tis a boy</div> Leigh Dodds http://www.ldodds.com/blog 2005-07-27T14:36:28.710000 2005-07-27T14:36:28.710000
Congratulations to you all! Hope you're all well.
Congratulations to you all! Hope you're all well.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_09_06_36_49-Creating_JSON_from_XML_using_XSLT_1_0___EXSLT.atom0000664000104500010450000000315011007056511027076 0ustar ucheuche Mon Oct 9 06:36:49 2006 89d663fe-a475-48f6-aff6-a55440e7feb5 <div xmlns="http://www.w3.org/1999/xhtml">Creating JSON from XML using XSLT 1.0 + EXSLT</div> Bruce D'Arcus 2006-10-09T06:36:49.520000 2006-10-09T06:36:49.520000
Interesting. I didn't know you could do custom functions. However, I'm getting a "xmlXPathCompOpEval: function replace not found" error from xsltproc. So seems not to be supported in  libxslt?
Interesting. I didn't know you could do custom functions. However, I'm getting a "xmlXPathCompOpEval: function replace not found" error from xsltproc. So seems not to be supported in libxslt?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_13_19_17_28-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000331711006751642031331 0ustar ucheuche Thu Apr 13 19:17:28 2006 47e6059d-e0aa-409f-a2a2-fc4b52d19be3 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Agwuncha John Chinedu 2006-04-13T19:17:28.590000 2006-04-13T19:17:28.590000
Dear Sir, Madam
i will like to be a great student  of this honoble institution so with all due respect i ask for the prospectose and i wish my appliance will be granted.
  Yours sincerely
  Agwuncha John
Dear Sir, Madam i will like to be a great student of this honoble institution so with all due respect i ask for the prospectose and i wish my appliance will be granted. Yours sincerely Agwuncha John…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_20_14_40_51-Government_grants_scam.atom0000664000104500010450000000260011007067237023442 0ustar ucheuche Fri Oct 20 14:40:51 2006 3d948f98-0681-4e28-a140-f135ddb0503d <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Mikhail 2006-10-20T14:40:51.760000 2006-10-20T14:40:51.760000
8009179201. The recorded voice said what number I could reach them, and hug up. Never called them back
8009179201. The recorded voice said what number I could reach them, and hug up. Never called them back…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_09_07_06_11-Quot__di__.atom0000664000104500010450000000274711006763721021025 0ustar ucheuche Thu Jun 9 07:06:11 2005 1876a3da-3353-479a-8ab8-5a6018321f20 <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Uche http://uche.ogbuji.net 2005-06-09T07:06:11.620000 2005-06-09T07:06:11.620000
I knew I was missing names.  Gift of Gab of Blackalicious should definitely be on that list (the "Paragraph President" himself).

Thanks.
I knew I was missing names. Gift of Gab of Blackalicious should definitely be on that list (the "Paragraph President" himself). Thanks.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_15_08_30_17-Government_grants_scam.atom0000664000104500010450000000362411007067062023465 0ustar ucheuche Fri Sep 15 08:30:17 2006 ebca2614-a86c-4fdd-addc-0490da13993c <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Nat 2006-09-15T08:30:17.830000 2006-09-15T08:30:17.830000
I keep getting calls from this number as well, 877-469-4643... usually, it comes up as "unknown", but I have answered it several times and it is always an Indian man trying to sell me pharmaceuticals.  I have asked them several times to delete my number from their call list, but they are obviously not doing so.  Word of advice, don't even bother answering the phone when they call.  You're just going to waste your breath when you tell them to stop calling!
I keep getting calls from this number as well, 877-469-4643... usually, it comes up as "unknown", but I have answered it several times and it is always an Indian man trying to sell me pharmaceuticals. I have asked them several times to delete my number from their call list, but…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_16_04_47_05-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000367311006751657031344 0ustar ucheuche Sat Sep 16 04:47:05 2006 f2d2749b-133b-4d26-9917-b17d0e88547f <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> emoregan dillonel jude 2006-09-16T04:47:05.630000 2006-09-16T04:47:05.630000
thank you for this great opportunity, but ihave a problem i could not afford to sponsor my fees for i have no guardian.i am just hoping if you can help work out my scholarship.in case you would like to help me please contact no6 plot15 lifecamp jebba niger state nigeria please i will be very happy if someone help sponsor me


  with great thanks for this opportunity.
thank you for this great opportunity, but ihave a problem i could not afford to sponsor my fees for i have no guardian.i am just hoping if you can help work out my scholarship.in case you would like to help me please contact no6 plot15 lifecamp jebba niger state nigeria…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_14_22_34_49-We_need_more_solid_guidelines_for_i18n_in_OSS_projects.atom0000664000104500010450000000456511006763226031613 0ustar ucheuche Tue Jun 14 22:34:49 2005 3eddd1fc-2de4-4072-9940-0953e7b7e702 <div xmlns="http://www.w3.org/1999/xhtml">We need more solid guidelines for i18n in OSS projects</div> Uche http://uche.ogbuji.net 2005-06-14T22:34:49.880000 2005-06-14T22:34:49.880000
A few resources I stumbled across later:

* Barry Warsaw on [mailman i18n](http://barry.warsaw.us/papers/mailman-freenix-2003/node8.html)
* [i18n chapter in The Zope Book](http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/Zope3Book/i18noverview.html)
* The [README](http://po-utils.progiciels-bpi.ca/showfile.html?name=dist/README) for Free PO utilities is a useful read
* Good general stuff also in sections 1, 4 and 5 of the [i18n/l10n section of Into C++ classlib docs](http://inti.sourceforge.net/tutorial/libinti/internationalization.html)
A few resources I stumbled across later: * Barry Warsaw on [mailman i18n](http://barry.warsaw.us/papers/mailman-freenix-2003/node8.html) * [i18n chapter in The Zope Book](http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/Zope3Book/i18noverview.html) * The [README](http://po-utils.progiciels-bpi.ca/showfile.html?name=dist/README) for Free PO utilities is a useful read * Good general stuff also in sections 1, 4 and 5 of the [i18n/l10n section of Into C++ classlib…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_01_01_13_41_48-Today_s__non-XML__WTF_or_High_stakes_in_the_SOA_sweeps.atom0000664000104500010450000000601011007055323031312 0ustar ucheuche Mon Jan 1 13:41:48 2007 1e3804c1-04dd-40fc-8d3c-ba409a54dff0 <div xmlns="http://www.w3.org/1999/xhtml">Today's (non-XML) WTF or High stakes in the SOA sweeps</div> David Linthicum www.linthicumgroup.com 2007-01-01T13:41:48.260000 2007-01-01T13:41:48.260000
Just got this.

If you read the entire post, you'll see that the issues transcend SOA.  If you took my words as “us SOA or be fired” than perhaps I was not clear. SOA is a fine approach, but in many instances the issues are much more fundamental.

In many modern global 2000 companies, the enterprise architectures are badly broken and hinder the businesses ability to change. For instance, a recent survey by the Business Performance Management Institute found that only 11 percent of executives say they're able to keep up with business demand to change technology-enabled processes. 40 percent of which, according to the survey, are currently in need of IT attention. Worse, 36 percent report that their company's IT departments are having either "significant difficulties" (27 percent) or "can't keep up at all" (9 percent). This information is from CIO Magazine.

The reality is that IT has done a poor job of supporting the business when considering the amount of latency apparent when change needs to occur. CEOs pull their hair out when their IT group talks about years not months to add product lines, change markets, or merge with other companies. Indeed, in many companies, the IT shop is the single limiting factor for business success, and can kill the business if left to continue as-is.

Hope this clears things up.  I did a new post about this as well.
Just got this. If you read the entire post, you'll see that the issues transcend SOA. If you took my words as “us SOA or be fired” than perhaps I was not clear. SOA is a fine approach, but in many instances the issues are much more fundamental. In many…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_15_12_33_09-Government_grants_scam.atom0000664000104500010450000000357411007066572023473 0ustar ucheuche Sat Jul 15 12:33:09 2006 acc8ec89-a9c4-4f4d-b5c0-ecbd6d63a2bc <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Derrick Jones 2006-07-15T12:33:09.210000 2006-07-15T12:33:09.210000
I keep getting calls from this 808-212-0041 number, but they just hang up when I answer.  I have had some Indian guy named "Michael" (yeah, right) tell me a few months back that the government had $10,000 in free grants to give me.  I told him I wasn't interested but he persisted in going on about how could I turn down free money.  I finally hung up on him only to have him call back a few days later with the same spiel.  Same result.
I keep getting calls from this 808-212-0041 number, but they just hang up when I answer. I have had some Indian guy named "Michael" (yeah, right) tell me a few months back that the government had $10,000 in free grants to give me. I told him I wasn't interested but…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_10_07_39_48-FuXi_-_Versa___N3___Rete_Expert_System.atom0000664000104500010450000000755411006764406026234 0ustar ucheuche Sun Jul 10 07:39:48 2005 dbfe3e4d-f37b-46f8-80f4-f33ffb10831d <div xmlns="http://www.w3.org/1999/xhtml">FuXi - Versa / N3 / Rete Expert System</div> Chimezie http://copia.ogbuji.net/blog 2005-07-10T07:39:48.710000 2005-07-10T07:39:48.710000
Hey Huu, FuXi's speed is bound by :

1) 4RDF's query response speed - I've found 4RDF (when used with a MySQL backend) to be incrdedibly quick in it's responses
2) PyChinkos's inference speed - which is unbelievably quick in it's own right. For example, my primary use for FuXi is for infering relationships within a rather large patient record ontology for cardiothoracic surgical events that we use at the Cleveland Clinic.  Below is an excerpt from a run over this ontology (using FuXi) which 1) extracts the rules to use, 2) the facts from the ontologyg 3) infers extra statements from the ontology using the rules 4) adds the newly inferred statements to the model and 4) executes a 'prospective' query against the combination of the original facts + the newly inferred statements

The query time is significantly faster when I use a 4RDF Model with MySQL instead of the Memory driver (which is what I use here), but notice how fast PyChinko infers 1444 statements out of 3153 facts!:

        
extracted 7 rules from urn:SemanticConcisenessRules
extracted 3153 facts from source model into interpreter. Executing...
inferred 1444 statements in 1.44343113899 seconds
time to add inferred statements 0.0433931350708
compiled prospective query, executing
time to execute prospective query: 126.726189852
time to remove inferred statements: 22.5435330868


4RDF is about as scalable as the data store used and in the case of MySQL (which I am most familiar with) I've found it
be just about as scalable as any other MySQL based RDF store (Jena,Redland,RdfLib).  The issue of RDF scalability is specifi$mismatch between it's data model and that of the data stores it is commonly stored in (relational databases mostly).
So the scalability ceiling is the same for every RDF DB that uses the same underlying data store.  For MySQL I've
found this ceiling (beyond which query response becomes unreasonable) to be between 4-10 Million triples.  I think
other studies on Jena/Redland concur with these numbers.
Hey Huu, FuXi's speed is bound by : 1) 4RDF's query response speed - I've found 4RDF (when used with a MySQL backend) to be incrdedibly quick in it's responses 2) PyChinkos's inference speed - which is unbelievably quick in it's own right. For example, my primary use for FuXi…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_17_15_23_15-Learn_how_to_invent_XML_languages__then_do_so.atom0000664000104500010450000000774311007071205030061 0ustar ucheuche Tue Jan 17 15:23:15 2006 6e0ab946-e756-4a4f-b3fe-bee36cb4edad <div xmlns="http://www.w3.org/1999/xhtml">Learn how to invent XML languages, then do so</div> Mark Baker www.analecta.com 2006-01-17T15:23:15.120000 2006-01-17T15:23:15.120000
You say, "there's every reason to make up itty-bitty formats for more or less private use ". I agree, but you seem to dismiss this as a minor issue. It isn't. A large part or the mess that XML is in results from a widespread inability to tell the difference between things which are local and things which are global.

The issues at the heart of all markup design issues are: 1. What type of thing is this? and 2. What is its name? The difficulty of establishing name and type of a thing is proportional to the size of the locale in which they must be expressed. The more local your format, the easier it is to establish type and name, and therefore the easier it is to design, validate, write, and process a language.

All language is local. All names are local. Every culture, every professions, has its own local language in which to discuss local concerns. Making things global is hard. Expressing an idea outside of the community in which it was developed is always more difficult than discussing it internally.

We should therefore keep as much as we can as local as we can and map the local to the global only when it is absolutely necessary to distribute to the global community.

Instead, XML language development has focused on creating global languages that can serve as many different local issues as possible. No wonder it takes so long to develop them. No wonder they are so hard to validate. No wonder they are so hard to use and to process.

We need fewer global languages and we need them to be purged of all that is not specifically global. We need lots of tight little local languages for local concerns. We need to translate from those local languages into global languages for exchange. If the local languages are truly local -- and therefore small and tight, and the global languages are truly global -- and therefore deal only with global concerns, then such transformations will be straightforward and robust.

It never ceases to amaze me that people adopt XML, whose chief virtue is that it makes it easier to write transforms, and then refuse to actually transform it. The mantra of "think globally act locally" applies here. The reason that global XML is such a mess is the pervasive failure to think locally and the resulting insistence on forcing every local problem into the global space.
You say, "there's every reason to make up itty-bitty formats for more or less private use ". I agree, but you seem to dismiss this as a minor issue. It isn't. A large part or the mess that XML is in results from a widespread inability to tell the difference…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_25_11_10_05-Fancy_Web.atom0000664000104500010450000000360011006753754020575 0ustar ucheuche Tue Oct 25 11:10:05 2005 5812d2f7-dbff-44f0-9887-2fc9fed31254 <div xmlns="http://www.w3.org/1999/xhtml">Fancy Web</div> Dare Obasanjo http://www.25hoursaday.com/weblog 2005-10-25T11:10:05.480000 2005-10-25T11:10:05.480000
My question is why do you need an umbrella term. Tagging/folksonomies are different from APIs. User generated content (wikis/blogs) are different from sites that encourage self service (e.g. Google AdSense). Coming up with an umbrella term that means all of these things and more seems to guarantee that we will always be talking past each other when trying to have meaningful discussion.
My question is why do you need an umbrella term. Tagging/folksonomies are different from APIs. User generated content (wikis/blogs) are different from sites that encourage self service (e.g. Google AdSense). Coming up with an umbrella term that means all of these things and more seems to guarantee that we will…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_11_16_48_04-Government_grants_scam.atom0000664000104500010450000000352211007067440023454 0ustar ucheuche Mon Dec 11 16:48:04 2006 42d45573-7d12-4a71-b4b1-d4289df97194 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jason 2006-12-11T16:48:04.930000 2006-12-11T16:48:04.930000
Got a call from 808 212 0041 12/11/06 at around 3:30pm. I did not answer the call because i wasn't aware of it. I tried calling back a few times but instead received a message of being disconnected or something to that extent. Very suspicious, i did a google search and found that this seems to be a problem for a lot of people...

whats really going on with this number?
Got a call from 808 212 0041 12/11/06 at around 3:30pm. I did not answer the call because i wasn't aware of it. I tried calling back a few times but instead received a message of being disconnected or something to that extent. Very suspicious, i did a google search…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_04_03_53_49-First_Board_2006_7.atom0000664000104500010450000000315711007056110022040 0ustar ucheuche Sat Nov 4 03:53:49 2006 e4dec825-a5c5-4457-8cc4-2eeaea6fcd21 <div xmlns="http://www.w3.org/1999/xhtml">First Board 2006/7</div> M. David Peterson http://xmlhacker.com/ 2006-11-04T03:53:49.230000 2006-11-04T03:53:49.230000
I second the call for a good helmet cam -- I need one too :)

Uche, seems this season calls for some cross range flights between Denver and SLC for some boarding sessions, don't ya think? :D
I second the call for a good helmet cam -- I need one too :) Uche, seems this season calls for some cross range flights between Denver and SLC for some boarding sessions, don't ya think? :D…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_15_01_14_44-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000354411006751662031317 0ustar ucheuche Wed Nov 15 01:14:44 2006 71ea5bd0-fa11-4d89-8dae-45c94fd223dc <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> ADEDIRAN ADEKUNLE help 2006-11-15T01:14:44.310000 2006-11-15T01:14:44.310000
GOOD DAY TO YOU OVER THERE, MY NAME IS ADEDIRAN ADEKUNLE.
I WANT TO KNOW MUCH ABOUT ABTI AMERICAN UNIVERSITY BCOS I WANT TO APPLY THERE SO I WANT YOU TO SEND ME
THE WAY THAT I ENTER THE UNIVERSITY PLS SEND IT THROUGH MY E-MAIL SOON PLS.WHAT A LOVELY UNIVERSITY WE HAVE HERE,I CANT WAIT TO GET ADMISSION IN THAT SCHOOL.
GOOD DAY TO YOU OVER THERE, MY NAME IS ADEDIRAN ADEKUNLE. I WANT TO KNOW MUCH ABOUT ABTI AMERICAN UNIVERSITY BCOS I WANT TO APPLY THERE SO I WANT YOU TO SEND ME THE WAY THAT I ENTER THE UNIVERSITY PLS SEND IT THROUGH MY E-MAIL SOON PLS.WHAT A LOVELY…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_04_18_00_22-Government_grants_scam.atom0000664000104500010450000000656711007067161023456 0ustar ucheuche Wed Oct 4 18:00:22 2006 cd778942-fe8a-455e-8685-a22d244b9004 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jennifer & George 2006-10-04T18:00:22.330000 2006-10-04T18:00:22.330000
My husband received the same kind of phone call(s) within a 2 hour span. #'s 720-259-4597 and supposedly 866-739-7338. It wasn't an Indian accent on the other end, but a Spanish accent; 2 women and a man. They had my husband's name, address and cell phone # AND birthdate. They told him he would receive, at first, a Refund from the Govt. of $5000. When asked what the refund was for, they told him because he was a Taxpayer. He became suspicious when they asked him for checking acct. info and SS#. He's quite new to facing scam artists on the phone, so asked for my opinion and had put me on the phone with the woman. When I asked who I was speaking with, they would not answer me. About 4 times I said hello, and she puts me on hold. Then yet another woman got on there, then heard my voice then put me on hold. Then a man was on there, trying to tell me it was a Grant from the Govt. in the amt. of $5000 and asked to speak back with my husband. I hung up. I then called the 1st # back and they answered the phone with a "Hello", not very professional for an Govt. employee. So I just hung up, explained to my husband if they call back tell them to send the check in the mail. Sure enough, one of the women called back and got very hostile when he asked why she wouldn't explain any of this to his wife and how she obtained his information anyhow. But in the process, I had him ask questions about the company, the phone #'s, her name, what state they were located and her supervisor's name. So, here's that info for anyone out there...beware or Tina and/or Jack Anderson, they work for Doeular American Grants in Denver, CO. Supposedly the 866-739-7338 is their toll free #, but when you call it's just "You Have Reached The Customer Service Dept. and all of our Representatives are gone for the day." And their # that showed up on my phone is 720-259-4597--which google says is a base line phone in Denver, CO..but may have portability....hmmmm?!
My husband received the same kind of phone call(s) within a 2 hour span. #'s 720-259-4597 and supposedly 866-739-7338. It wasn't an Indian accent on the other end, but a Spanish accent; 2 women and a man. They had my husband's name, address and cell phone # AND birthdate. They…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_22_15_28_14-Ubuntu_on_two_out_of_three.atom0000664000104500010450000000406711006751267024371 0ustar ucheuche Tue Nov 22 15:28:14 2005 78ea1c14-2f29-467a-829e-42baa240441b <div xmlns="http://www.w3.org/1999/xhtml">Ubuntu on two out of three</div> Bill Mill http://llimllib.f2o.org/blog/ 2005-11-22T15:28:14.190000 2005-11-22T15:28:14.190000
I made the switch on my laptop from FC4 to Ubuntu shortly after the release of FC4 disappointed me, and I've been very happy with it ever since. I hated debian, but I've so far really enjoyed Ubuntu.

As for installing firefox 1.5, for me the entire instructions consisted of unzipping the binary (http://download.mozilla.org/?product=firefox-1.5rc3&os=linux〈=en-US) to /opt/firefox and symlinking firefox.exe to /usr/bin/firefox.

Peace
Bill Mill
bill.mill@gmail.com
I made the switch on my laptop from FC4 to Ubuntu shortly after the release of FC4 disappointed me, and I've been very happy with it ever since. I hated debian, but I've so far really enjoyed Ubuntu. As for installing firefox 1.5, for me the entire instructions consisted of…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_12_03_54_21-Versa_by_Deconstruction.atom0000664000104500010450000000276711006763550023615 0ustar ucheuche Sun Jun 12 03:54:21 2005 a0e1c886-e319-48e2-a356-9c1691ae81e8 <div xmlns="http://www.w3.org/1999/xhtml">Versa by Deconstruction</div> Chimezie http://copia.ogbuji.net/blog 2005-06-12T03:54:21.770000 2005-06-12T03:54:21.770000
The document was generated from an Open Office format using Open Office Writer.  So, there are some formatting problems I need to address.
The document was generated from an Open Office format using Open Office Writer. So, there are some formatting problems I need to address.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_21_21_53_10-500_Web_feed_readers__and_none_dead_on.atom0000664000104500010450000000472011006754110026171 0ustar ucheuche Fri Oct 21 21:53:10 2005 4f82102f-fb09-43df-b9cd-8933e74904dc <div xmlns="http://www.w3.org/1999/xhtml">500 Web feed readers, and none dead on</div> M. David Peterson http://www.xsltblog.com 2005-10-21T21:53:10 2005-10-21T21:53:10
Hey Uche,

I actually started this exact project last year.  I'll send you the link offline.  This is just the skeleton, and its in a state of foobar at the moment.  But the only piece that needs to be finished is the newspaper layout and the search engine implemented client side, something that I already have... somewhere...  one of those code files that I developed for another project before client-side XSLT was seen as a viable cross-platform option and as such was all done on the server. 

Anyway, I'll shoot you the link offline and with a few suggestions as to how the final product should look and function it should be simple enough to finish up with a few hours worth of coding at the very most. Would be cool to integrate this with 4Suite and Amara come to think of it...  well, we can discuss how that would work offline.

I'll send you the link now.
Hey Uche, I actually started this exact project last year. I'll send you the link offline. This is just the skeleton, and its in a state of foobar at the moment. But the only piece that needs to be finished is the newspaper layout and the search engine implemented client…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_17_15_58_45-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_17_15_58_45-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000375311007062211031660 0ustar ucheuche Sat Jun 17 15:58:45 2006 c4988663-9484-4588-9063-184103191821 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Nigel Eddis 2006-06-17T15:58:45.960000 2006-06-17T15:58:45.960000
Worst of all is Glenn Davis, to my mind. His commentary style alternates between drearily banal and semi-hysterical. "Unbelievable!!" he shrieked as someone - I forget now which team it was - scored a good, but basically routine goal, the kind of goal you can see in any top-class league on any game day. It's either little glimpses of the pellucidly obvious, or else it's "Brilliant! Brialliant!"  He seems to have been watching too many Guiness commercials.
Worst of all is Glenn Davis, to my mind. His commentary style alternates between drearily banal and semi-hysterical. "Unbelievable!!" he shrieked as someone - I forget now which team it was - scored a good, but basically routine goal, the kind of goal you can see in any top-class league…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000016400000000000011566 Lustar rootrootrepository/comments/2006_07_14_11_38_47-The_Okayplayer_take__Zidane___Materazzi___Fight______Fatality___Sucka_.atomrepository/comments/2006_07_14_11_38_47-The_Okayplayer_take__Zidane___Materazzi___Fight______Fatalit0000664000104500010450000000452611007061234031737 0ustar ucheuche Fri Jul 14 11:38:47 2006 61d7205c-2cdd-4dc2-bd8c-96882944f969 <div xmlns="http://www.w3.org/1999/xhtml">The Okayplayer take: Zidane...Materazzi...Fight!!!...Fatality...Sucka!</div> Uche http://copia.ogbuji.net 2006-07-14T11:38:47.640000 2006-07-14T11:38:47.640000
Bien ententu, sauf la dernier sentence.  Que voulez-vous dire par «Il y a des nations de première division, et des nations de deuxième division.»?

C'est vrai, «défendre son honneur» est trop souvent l'exuse pour la violence.  Mais après cent minutes de jouer au foot, contenir la colère d'une grande insulte est un peu difficile, non?  Les jouers ne sont que humains.

Enfin, si on peut examiner la réputation de Materazzi, il ya un peu d'évidence qu'on peut trouver:

http://www.youtube.com/watch?v=7HblsV-urHg&search=materazzi
Bien ententu, sauf la dernier sentence. Que voulez-vous dire par «Il y a des nations de première division, et des nations de deuxième division.»? C'est vrai, «défendre son honneur» est trop souvent l'exuse pour la violence. Mais après cent minutes de jouer au foot, contenir la colère d'une grande insulte…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_25_14_53_57-Aw_naw__hell_naw_they_didn_t.atom0000664000104500010450000000356411006767124024567 0ustar ucheuche Mon Apr 25 14:53:57 2005 cba30007-d269-46a8-a388-012dcd603071 <div xmlns="http://www.w3.org/1999/xhtml">Aw naw, hell naw they didn't</div> James Governor www.redmonk.com/jgovernor 2005-04-25T14:53:57.380000 2005-04-25T14:53:57.380000
how come you know about delia? watched the game i spose... i am a norwich fan...

love the pope pics. i came across the first issue he commented on this weekend. apparently Harry Potter is evil, JP2 got it wrong...
http://www.wizardnews.com/story.200504242.html
how come you know about delia? watched the game i spose... i am a norwich fan... love the pope pics. i came across the first issue he commented on this weekend. apparently Harry Potter is evil, JP2 got it wrong... http://www.wizardnews.com/story.200504242.html…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_30_18_54_00-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000412211006751640031306 0ustar ucheuche Thu Mar 30 18:54:00 2006 18f4051f-619f-441d-b055-54f7569424d3 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Oma Ogban 2006-03-30T18:54:00.540000 2006-03-30T18:54:00.540000
As a student of ABTI-American University,I'll say it is a place that will have a lot of sucess stories to record(I'm not being sentimental). i  attended a Nigerian university(University of Calabar) before I came to AAUN. i must confess that what I have achievd in AAUN in 7 months, I couldn't get in Unicalin one year.I am not saying AAUN is the best of it all(I don't even know the criteria for being the "best").I am saying they have what it takes to bring the purpose of tertiary education back to life. They possess what most Nigerian institutes lack- good learning aids.
As a student of ABTI-American University,I'll say it is a place that will have a lot of sucess stories to record(I'm not being sentimental). i attended a Nigerian university(University of Calabar) before I came to AAUN. i must confess that what I have achievd in AAUN in 7 months, I…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_09_17_35_27-Creating_JSON_from_XML_using_XSLT_1_0___EXSLT.atom0000664000104500010450000000272111007056511027076 0ustar ucheuche Mon Oct 9 17:35:27 2006 e3222c74-a013-4fda-89eb-3f6cd790011a <div xmlns="http://www.w3.org/1999/xhtml">Creating JSON from XML using XSLT 1.0 + EXSLT</div> Bruce D'Arcus http://netapps.muohio.edu/blogs/darcusb/darcusb/ 2006-10-09T17:35:27.710000 2006-10-09T17:35:27.710000
Sure thing Uche. I should have added a followup that I stumbled on the same workaround :-)
Sure thing Uche. I should have added a followup that I stumbled on the same workaround :-)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_18_11_44_53-From_Fourthought_to_Kadomo.atom0000664000104500010450000000235411007055026024245 0ustar ucheuche Mon Dec 18 11:44:53 2006 9368d5b2-d45d-4d5b-8748-44db4c5d78f0 <div xmlns="http://www.w3.org/1999/xhtml">From Fourthought to Kadomo</div> Jim Fuller www.flamedigital.com 2006-12-18T11:44:53.630000 2006-12-18T11:44:53.630000
good luck!
good luck!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_24_08_05_27-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_24_08_05_27-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000507211007062216031651 0ustar ucheuche Sat Jun 24 08:05:27 2006 12f29bad-3dbe-473e-85bc-ae0de69414f2 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Kevin 2006-06-24T08:05:27.630000 2006-06-24T08:05:27.630000
I agree completely w/ all the comments here, except those defending these American announcers who are simply not up to the task.  (BTW I'm American, 100%)  I'm not a huge "onion bag" Tommy fan, but he and Adrian are the class of the bunch, and where are they from?  Britain.  If you want world class announcers, you've got to see who the world listens to when world class games are televised in the English language.  Hey ABC, were the listening public, and were not uninformed any more!  Not since Fox Soccer Channel and GolTV started bringing us real top flight games and announcers!  And what genius came up w/ the idea of hiding the action behind graphics?  Did we tune in to watch ABC's graphics, and its command of meaningless statistics?  Who cares how many times a team has failed to do this, after it did that?  There's a game on!  A live game w/ the outcome undecided, if only we could get rid of the graphics and actually see it.  I'm done.  Just glad to see I'm not the only one infuriated by ABC's travesty.  If only we could get the BBC's feeds.
I agree completely w/ all the comments here, except those defending these American announcers who are simply not up to the task. (BTW I'm American, 100%) I'm not a huge "onion bag" Tommy fan, but he and Adrian are the class of the bunch, and where are they from? Britain.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_14_19_48_17-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_14_19_48_17-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000671611007062207031666 0ustar ucheuche Wed Jun 14 19:48:17 2006 9987cd13-2897-437d-8190-54bf2fd81aae <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Allan 2006-06-14T19:48:17.070000 2006-06-14T19:48:17.070000
Here is the press release from ESPN, EPSN2, and ABC for this years Commentators (with bios):

http://media.espn.com/ESPNToday/2006/May_06/WorldCup06_talent.htm

I was glad to wake up and hear Healey and Smyth on the Spain-Ukraine match. But, knew that the rest of the afternoon would be a nightmare.

And of course Shepp Messing and Glenn Davis did not dissapoint. Here are a few quotes:

"He is grabbing his LEFT foot" said while the camera showed a close up of the Saudi goalie sitting and grabbing his RIGHT foot!

"Maybe this is what Dirk Norwitzki was thinking about when he missed that free throw with 3 seconds to go last night"

"That's the definition of a yellow card"

"Two different theories. Saudi Arabia going with all DOMESTIC players. Tunisia has gone out of the realm of Tunisian players and have even naturalized players. Most of their roster is made up of guys playing in Europe, Saudi Arabia; all DOMESTIC players"

"This is out of a movie script"

"This is a miracle"

"...comes off the bench and proves that he (Al Jaber)is still breathing"

I hit the mute button after that last one and went to the net to find an audio feed for the Germany-Poland match. I found this link and was spared the vocal stylings of O'Brien and Balboa:

http://www.thesun.co.uk/article/0,,2-2006260665,00.html
Here is the press release from ESPN, EPSN2, and ABC for this years Commentators (with bios): http://media.espn.com/ESPNToday/2006/May_06/WorldCup06_talent.htm I was glad to wake up and hear Healey and Smyth on the Spain-Ukraine match. But, knew that the rest of the afternoon would be a nightmare. And of course Shepp Messing and…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_19_02_50_37-Quot__di__.atom0000664000104500010450000000362611006764753021032 0ustar ucheuche Thu May 19 02:50:37 2005 674c0813-cd35-42e3-ad1d-1d5287640e9f <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Sylvain Hellegouarch http://www.mangue.org 2005-05-19T02:50:37.650000 2005-05-19T02:50:37.650000
Really interesting to read Uche.

Your english translation is really close but as you said, it's really hard to translate a poem. Not the english is worse in poesy than french (it would be stupid to compare both any way...) but a peom is such a complex mix of rythm, words, space, time, you cannot translate it easily.

Great article anyhow.

- Sylvain
Really interesting to read Uche. Your english translation is really close but as you said, it's really hard to translate a poem. Not the english is worse in poesy than french (it would be stupid to compare both any way...) but a peom is such a complex mix of rythm,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_08_30_20_42_10-Why_Web_Architecture_Shouldn_t_Dictate_Meaning.atom0000664000104500010450000000557011007174177030133 0ustar ucheuche Thu Aug 30 20:42:10 2007 432308ac-f737-49b7-816f-a1fc64c2b7c8 <div xmlns="http://www.w3.org/1999/xhtml">Why Web Architecture Shouldn't Dictate Meaning</div> Kingsley Idehen http://www.openlinksw.com/blog/~kidehen 2007-08-30T20:42:10.190000 2007-08-30T20:42:10.190000
Chime,

The value is to HTTP clients of which there are several (direct and indirect) :-)

Re:

So, would it be taboo to use a hashless URI (which responds with a 200 code) to identify me?:
>>

Of course not, as long as you let HTTP clients understand that http://metacognition.info/profile/chime> is an Identifier for the abstract entity "Chime" and not an Information Resource about "Chime". Thus, a 303  or 406 for "Accept: text/html" for HTTP GET targeting http://metacognition.info/profile/chime > and 200 OK or 303 redirect for "Accept: application/rdf+xml" and other RDF representations.


Why would the server need to redirect to a SPARQL service when the very RDF it serves up describes what the URI is already (without zero ambiguity)?
>>

Well in that case you don't (of course). But I am coming at it from the RDF DBMS realm, hence the SPARQL protocol suggestion.
Chime, The value is to HTTP clients of which there are several (direct and indirect) :-) Re: So, would it be taboo to use a hashless URI (which responds with a 200 code) to identify me?: >> Of course not, as long as you let HTTP clients understand that http://metacognition.info/profile/chime>…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017200000000000011565 Lustar rootrootrepository/comments/2005_09_01_07_24_48-Domlette_and_Saxlette__huge_performance_boosts_for_4Suite__and_derived_code_.atomrepository/comments/2005_09_01_07_24_48-Domlette_and_Saxlette__huge_performance_boosts_for_4Suite__a0000664000104500010450000000445011006757002032151 0ustar ucheuche Thu Sep 1 07:24:48 2005 fed46d8c-e9e2-4c3f-b0c2-34c6ca37b6ba <div xmlns="http://www.w3.org/1999/xhtml">Domlette and Saxlette: huge performance boosts for 4Suite (and derived code)</div> Sylvain Hellegouarch http://www.defuze.org/oss/blog/ 2005-09-01T07:24:48.370000 2005-09-01T07:24:48.370000
Martijn,

I'm happy to see that I was wrong about lxml regarding Xath queries. My bad for not looking through the doc carefully enough.

Regarding RelaxNG validation error reporting, it'd be very useful to add it I must say but I can understand you can't be harshed when I see the libxml2 API:

http://xmlsoft.org/html/libxml-relaxng.html

So in the end, glad to know that it was my knowledge of lxml which was in fault and not lxml itself.

- Sylvain
Martijn, I'm happy to see that I was wrong about lxml regarding Xath queries. My bad for not looking through the doc carefully enough. Regarding RelaxNG validation error reporting, it'd be very useful to add it I must say but I can understand you can't be harshed when I see…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_19_11_10_11-Round_head_corners_.atom0000664000104500010450000000360211006765015022701 0ustar ucheuche Thu May 19 11:10:11 2005 29ae62d1-5619-4fe0-99fe-eedeb56ed977 <div xmlns="http://www.w3.org/1999/xhtml">Round head corners?</div> Uche http://uche.ogbuji.net 2005-05-19T11:10:11.130000 2005-05-19T11:10:11.130000
Heh heh.  Some people have praised the color scheme.  Tastes are so hard to sort out.  As an example, the color scheme on plasmurtum oppresses me quite a bit.  What I think we really need are options, so that folks can use the schemes they like best.  Anyway, I think I agree taht we should use thinner borders.  I'll play with that, as well as the corner radius.

Thanks for the feedback.
Heh heh. Some people have praised the color scheme. Tastes are so hard to sort out. As an example, the color scheme on plasmurtum oppresses me quite a bit. What I think we really need are options, so that folks can use the schemes they like best. Anyway, I think…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_28_10_54_23-_Tis_a_boy.atom0000664000104500010450000000260511006760601021020 0ustar ucheuche Thu Jul 28 10:54:23 2005 44392fef-4f3b-4289-be5f-ce5e02e07a4f <div xmlns="http://www.w3.org/1999/xhtml">'Tis a boy</div> John P. Speno http://macspeno.com/jps/ 2005-07-28T10:54:23.120000 2005-07-28T10:54:23.120000
Congratulations to you and your family. I love those pictures of the big brothers with the newborn.
Congratulations to you and your family. I love those pictures of the big brothers with the newborn.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_25_06_21_38-Sane_template-like_output_for_Amara.atom0000664000104500010450000000330411006763073026050 0ustar ucheuche Mon Jul 25 06:21:38 2005 a67ae94e-ca07-4096-b8d7-23a88ee33a82 <div xmlns="http://www.w3.org/1999/xhtml">Sane template-like output for Amara</div> bryan 2005-07-25T06:21:38.570000 2005-07-25T06:21:38.570000
With Amara is it possible to pass a nodeset as a parameter to the stylesheet, meaning as a global parameter. Mainly just asking as I want to move an application over to Amara for demo purposes but that will be absolutely necessary for the demo to work.
With Amara is it possible to pass a nodeset as a parameter to the stylesheet, meaning as a global parameter. Mainly just asking as I want to move an application over to Amara for demo purposes but that will be absolutely necessary for the demo to work.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000016300000000000011565 Lustar rootrootrepository/comments/2005_09_14_12_15_27-Is_RDF_moving_beyond_the_desperate_hacker___And_what_of_Microformats_.atomrepository/comments/2005_09_14_12_15_27-Is_RDF_moving_beyond_the_desperate_hacker___And_what_of_Micr0000664000104500010450000001350311006756056031761 0ustar ucheuche Wed Sep 14 12:15:27 2005 8e9879d3-f60e-4847-b9c8-53320e8eec03 <div xmlns="http://www.w3.org/1999/xhtml">Is RDF moving beyond the desperate hacker? And what of Microformats?</div> Chimezie http://copia.ogbuji.net/blog 2005-09-14T12:15:27.520000 2005-09-14T12:15:27.520000
Hmm.. This is a tough one. Where to begin.  I can't deny that I'm probably knee deep in the possibilities of RDF and would consider myself an 'RDF-head' but having worked with it for as long as I have, it would be foolish for me not to admit that the recent changes regarding literals and the entailments that make them resources is more than a bit confusing.  The seperation used to be clear to me, but it's not now, and it's less important when you are only dealing with surface semantics (just syntax primarily) but when you have to consider the ramifications for constructing a query language it makes my head hurt.  And to be honest I've forced myself to continue to think of Literals as Literals and Resources as resources.

Note, this issue is specific to the standard entailments on an RDF Graph (literal generalization rule: lg).

For the life of me, I can't imagine the motivation for it other than to ensure that an RDF graph can be interpreted universally w/out ambiguity.

In summary, I think most of confusing developments in RDF lately have mostly to do with the fact that it's use and value as a solution in open systems has been pushed harder than it's use and value in closed-sysytems.  Way too hard.  The cause of this is the unfortunate SW-effect (I choose not to utter that cliche phrase unless forced to under penalty of death).  It's a lofty goal that overlooks the low-hanging fruit that is very much more useful. 

In particular, I touched on this annoyingly backwards emphasis in a previous post (where I also talk about how GRDDL is incredibly reminiscent of Document Definitions)

I agree, with the assertions about Microformats as well.  When I see microformats, I think: so what's new about the idea of mixing XML vocabularies (the only difference seems to be that the framework for such mixing is XHTML instead of pure XML).  Norm Walsh sums it up well when he says:

"
Microformats are becoming quite popular. Old timers like myself recognize that these are what we used to call “architectural forms” being reinvented. Exactly what constitutes a microformat is probably open to debate."

So, I don't blame people like Christopher Schmidt for getting fed up with RDF.

However, I think it's just as easy to over-sell RDF as it is to not give it the credit where it's due for the kinds of problems it's suited for specifically.

Which is why when ever I'm asked about RDF I always respond with:

- What is the problem you are trying to solve, specifically?
- Does flexible syntax (XML) solve your problem or
do you really need the heavy-lifting of Knowledge Representation

I've found the sweet spot is where I have as much control over the generation of RDF content as possible (generating it from XML).  I think I've heard the phrase used before:  strict production, liberal consumption.

The problem, I think is that most people wander across the line that seperates expressive syntax from Knowledge Representation (in the pure AI sense) and wonder why they are getting beat upside their head.  The difficult issues of interpretation, logical deduction, grounding, etc.. should only be breached if your requirement is truely to be able to model complex, interelated, concepts not just data (in the generic sense).  And even if you do need to model complex concepts, the next question you need to ask is if your context can be limited to a closed, controlled system.  If so, you are on the right path.  If not, be prepared to venture on a journey through a maze that is as complicated as our tax code - mostly because of the nature of the topic (First Order Logic, Model Theoretics, Proofs, etc..) not so much the tools that are used.
Hmm.. This is a tough one. Where to begin. I can't deny that I'm probably knee deep in the possibilities of RDF and would consider myself an 'RDF-head' but having worked with it for as long as I have, it would be foolish for me not to admit that the…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_07_12_55_52-Government_grants_scam.atom0000664000104500010450000000323211007067323023453 0ustar ucheuche Tue Nov 7 12:55:52 2006 e43dd9ff-0428-4cd5-ad4d-439d2268a358 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> allan 2006-11-07T12:55:52.050000 2006-11-07T12:55:52.050000
hello people
well mine was different, the same 808 number called me
but it was the voice of petergriffin from the show family guy
, i thought it was some idiot prankcalling me but i googled it and found this stuff out
hello people well mine was different, the same 808 number called me but it was the voice of petergriffin from the show family guy , i thought it was some idiot prankcalling me but i googled it and found this stuff out…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_17_19_18_05-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000305011006751643031324 0ustar ucheuche Mon Apr 17 19:18:05 2006 4ce5440c-c2b7-47f6-a1cd-d31c9a3ae7a6 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Rapheal jacob 2006-04-17T19:18:05.490000 2006-04-17T19:18:05.490000
Hello, you have seen my name above, i will like to study in this university, but i have been having problem with my jamb result, please what can i do.
Hello, you have seen my name above, i will like to study in this university, but i have been having problem with my jamb result, please what can i do.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_09_00_32_25-XML_iterative_directory_listing.atom0000664000104500010450000000265411006765722025311 0ustar ucheuche Mon May 9 00:32:25 2005 bd94d3d0-535b-4411-aa58-f1cef7f13054 <div xmlns="http://www.w3.org/1999/xhtml">XML iterative directory listing</div> Trackback from Eric Gaumer http://egaumer.pagecache.org/Python/xml_iterate.html 2005-05-09T00:32:25.800000 2005-05-09T00:32:25.800000
Well that didn't work so well. I've posted the iterative code on my blog.
Well that didn't work so well. I've posted the iterative code on my blog.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_05_17_06_46_54-My_Definition_of_Semi-structured_Data.atom0000664000104500010450000000512311007062622026306 0ustar ucheuche Wed May 17 06:46:54 2006 ac4be49d-0ea8-4fd7-acfd-5c444a5928b3 <div xmlns="http://www.w3.org/1999/xhtml">My Definition of Semi-structured Data</div> Chimezie http://copia.ogbuji.net/blog 2006-05-17T06:46:54.350000 2006-05-17T06:46:54.350000
Yeah, there is no clear metric for how much more useful a particular data model is over another.  It's more a modeling insight than an exact science.  Generally, domains which are subject to unpredictable change are more easily lumped in this category. 

At some point the process of 'normalization' into binary, two-valued relations becomes more bastardization than synthesis (and the result ends up having no use), and this is often the case when you have much more relations than 'entities'.

Also, I'm speaking to the relational model itself not any specific implementation of it (RDBMS').  If the state of RDBMS were to advance to the point where they could accomodate the 'vanilla' relational model, XML content, and an RDF model (simultaneously) that would be a testament to the implementation leveraging less restrictive data models not an advancement of the relational model itself to accomodate semi-structured data.

--Chimezie
Yeah, there is no clear metric for how much more useful a particular data model is over another. It's more a modeling insight than an exact science. Generally, domains which are subject to unpredictable change are more easily lumped in this category. At some point the process of 'normalization' into…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_21_02_21_41-Why_support_template-like_output_in_Amara_.atom0000664000104500010450000000726611006762605027500 0ustar ucheuche Tue Jun 21 02:21:41 2005 b66be258-5e66-4639-8599-23b5a78f811e <div xmlns="http://www.w3.org/1999/xhtml">Why support template-like output in Amara?</div> Sylvain Hellegouarch http://www.defuze.org/oss/ 2005-06-21T02:21:41.980000 2005-06-21T02:21:41.980000
Hi Uche,

First of all, thanks for clarifying things.

I do see your point in the above example of model logic. This makes a really good point when dealing with heterogeneous (non XML specific) data. It shows me you are not trying to replace XSLT with Amara but simply to help where XSLT would not suit.

Regarding the point of bringing developers who dislike XML into the X-technology world, I think it's useful but I hope you won't try too hard. Whatever tools you could bring to them and how hard you may try, if they have a bad feeling about XML & co., you won't be able to change their mind.

I "categorise" people who don't like XML into three sections :

* Those who never tried and simply judge-before-you-taste.
* Those who tried XML but didn't use it for the right purpose. Some people only see XML as a language used by some dark J2SE application servers for their configuration file. They don't realise that XML is also a meta language that has brought some other fantastic tools to store, describe, transform, validate, query data.
* Those who simply react to the hype XML had had in the last 5 years. A bit like when you here during months that a movie you haven't seen at the cinema is fantastic and that you should really watch it. You get so tired of hearing it that you don't want to watch it.

That being said, Amara might be the right tool to convert some of those people.

In any case, I've already started to use Amara for my own applications and I will try its templating feature as well.

One last question though, you finish your article with :

"The summary is that XSLT is not suitable for all uses that result in XML output. In particular it is not generally suitable for model logic processing."

Does XSLT2 answer that issue?

- Sylvain
Hi Uche, First of all, thanks for clarifying things. I do see your point in the above example of model logic. This makes a really good point when dealing with heterogeneous (non XML specific) data. It shows me you are not trying to replace XSLT with Amara but simply to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_04_10_10_48-Mixed_Content_Data_Binding.atom0000664000104500010450000000336511006756573024110 0ustar ucheuche Sun Sep 4 10:10:48 2005 118f151c-68eb-4f76-96b1-80bb39e140d0 <div xmlns="http://www.w3.org/1999/xhtml">Mixed Content Data Binding</div> Trackback from Understanding XML http://www.understandingxml.com/archives/2005/09/mixed_content_d.html 2005-09-04T10:10:48.430000 2005-09-04T10:10:48.430000
Bindings seem to be gaining a lot of attention lately - indeed, if you filtered out the GIS side from the discussions at the SVG Open 2005 conference, you'd think that the conference should have been named Open Bindings (which...
Bindings seem to be gaining a lot of attention lately - indeed, if you filtered out the GIS side from the discussions at the SVG Open 2005 conference, you'd think that the conference should have been named Open Bindings (which...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000016300000000000011565 Lustar rootrootrepository/comments/2005_09_14_16_55_56-Is_RDF_moving_beyond_the_desperate_hacker___And_what_of_Microformats_.atomrepository/comments/2005_09_14_16_55_56-Is_RDF_moving_beyond_the_desperate_hacker___And_what_of_Micr0000664000104500010450000000535511006756056032001 0ustar ucheuche Wed Sep 14 16:55:56 2005 ed8406a0-a550-4caf-8895-be81c4a0d4e0 <div xmlns="http://www.w3.org/1999/xhtml">Is RDF moving beyond the desperate hacker? And what of Microformats?</div> Damian Steer 2005-09-14T16:55:56.910000 2005-09-14T16:55:56.910000
Much to ponder here (things like "hey, he doesn't keep up with the specs?").

The mention of topic maps is interesting, but as a contrast to RDF (post 1998). The formal methods used by Pat Hayes have tightened the specs, and that's helped a great deal. There's now often an authoritative answer to many questions, and that answer is verifiable as a proof.

Topic maps is like RDF initially. Everyone was sure what the spec meant, but they didn't always agree, and had no means to resolve the issue (topic maps is still like that from what I've seen).

That doesn't mean that one has to be a logician to use rdf. But it's nice knowing I can ask about something, and people like Graham or Jos will show why it is or isn't the case, and agree.

Of course I'd like to have a class for things which aren't literals (like resources used to be, and I still think that way). I don't think OWL-DL is that useful, but full has some good things. These are pretty minor gripes, though. SPARQL has reminded me how fun a dumb bunch of triples can be, and all without the aid of a DL reasoner.
Much to ponder here (things like "hey, he doesn't keep up with the specs?"). The mention of topic maps is interesting, but as a contrast to RDF (post 1998). The formal methods used by Pat Hayes have tightened the specs, and that's helped a great deal. There's now often an…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_13_09_51_33-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_13_09_51_33-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000373311007062205031646 0ustar ucheuche Tue Jun 13 09:51:33 2006 ff63a89b-ced9-4ee6-b239-eefb10d299f8 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Henry 2006-06-13T09:51:33.830000 2006-06-13T09:51:33.830000
O'Brien really kills the excitement of watch the game. He has no idea and often says nothing when a player makes a brilliant move, is about to strike or pass into the box etc... I wonder if Balboa just wants to strangle him in the booth.

I know this is probably just a stupid thought, but is there any kind of petition to ABC going on the get him out of the Finals? This kind of boring commentary will not bring more audience in the US into soccer.
O'Brien really kills the excitement of watch the game. He has no idea and often says nothing when a player makes a brilliant move, is about to strike or pass into the box etc... I wonder if Balboa just wants to strangle him in the booth. I know this is…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_12_16_50_49-FuXi_-_Versa___N3___Rete_Expert_System.atom0000664000104500010450000000372511006764406026217 0ustar ucheuche Thu Jan 12 16:50:49 2006 a318ad97-ef3d-461d-84dc-5a084f70f6e1 <div xmlns="http://www.w3.org/1999/xhtml">FuXi - Versa / N3 / Rete Expert System</div> tim barker www.timbarker.org 2006-01-12T16:50:49.970000 2006-01-12T16:50:49.970000
Hi! Have you had much progress on your "semantic compression" yet? Do you have any more details? I have started thinking about it again in the mobile context. I recently met someone who wants "low-bandwidth Virtual Learning Environments" for a Kenyan mobile/cell phone project. My idea though was to have user models at the client end to help with personalisation/semantic expansion...I'd appreciate any insights you've gained so far. Cheers, Tim
Hi! Have you had much progress on your "semantic compression" yet? Do you have any more details? I have started thinking about it again in the mobile context. I recently met someone who wants "low-bandwidth Virtual Learning Environments" for a Kenyan mobile/cell phone project. My idea though was to have…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_04_16_50_03-Government_grants_scam.atom0000664000104500010450000000253311007066514023454 0ustar ucheuche Tue Jul 4 16:50:03 2006 8dbace28-e823-4294-8af4-95669abd12b2 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Astanton 2006-07-04T16:50:03.610000 2006-07-04T16:50:03.610000
(808)212-0041  I got this call on Friday June 30th at 4 as well and did not answer.
(808)212-0041 I got this call on Friday June 30th at 4 as well and did not answer.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_07_12_29_41-Government_grants_scam.atom0000664000104500010450000000331111007066524023457 0ustar ucheuche Fri Jul 7 12:29:41 2006 c33e0621-7d62-4d2e-8b4b-c12ef4dd1396 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Rachele 2006-07-07T12:29:41.060000 2006-07-07T12:29:41.060000
I have recieve two phone calls from a number 808-212-0041 and i have picked it up once and it was a dead line.....i see all of these listings and just wanted to add mine in...i am just wondering now if i will have to pay a ridiculous amount of money does anyone know?? please email me
I have recieve two phone calls from a number 808-212-0041 and i have picked it up once and it was a dead line.....i see all of these listings and just wanted to add mine in...i am just wondering now if i will have to pay a ridiculous amount of money…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_29_16_39_31-Government_grants_scam.atom0000664000104500010450000000424311007066500023465 0ustar ucheuche Thu Jun 29 16:39:31 2006 c1888acc-f968-48cf-8731-806afbb788c2 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Carl 2006-06-29T16:39:31.460000 2006-06-29T16:39:31.460000
Just got a call from these same people. "Entitlement Grants Center, 20988, Bake Parkway, Lakeforest, CA, 92638. He says he is from the "U.S. Gov't Dept.". And since I have been such good taxpayer, the IRS is going to 'give' me $5000 (wired to my bank)as long as I promised I wouldn't buy drugs or give it to a terrorist. His accent was not Indian, but had a middle eastern flavor. He then asked for my banks account #. I asked him just to mail it to me. He started to go ballistic and wanted to know if I was "ascare" of him. I said yes and he started the whole process over again. I don't know why he gave me that mailing address. I told him I had more money than I know what to do with, and hung up! That was my entertainment for today.
Just got a call from these same people. "Entitlement Grants Center, 20988, Bake Parkway, Lakeforest, CA, 92638. He says he is from the "U.S. Gov't Dept.". And since I have been such good taxpayer, the IRS is going to 'give' me $5000 (wired to my bank)as long as I promised…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_11_10_33_53-Quot__di__.atom0000664000104500010450000000424211006756203021006 0ustar ucheuche Sun Sep 11 10:33:53 2005 fccb0908-b1c8-49d3-9973-a087f03ea99a <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> mark brand 2005-09-11T10:33:53.680000 2005-09-11T10:33:53.680000
hi:


.. press never found the backbone to criticize the current government until Katrina ...


the mainstream press is an institution of power with its own agenda coinciding to an unremarkable degree with that of other institutions of power.

the reasons for the news / reporting we get has absolutely nothing to do with how much backbone the press has.

repeating the "backbone" myth clouds fundamental truths about the press and its role in society.

thanks
mark
hi: .. press never found the backbone to criticize the current government until Katrina ... the mainstream press is an institution of power with its own agenda coinciding to an unremarkable degree with that of other institutions of power. the reasons for the news / reporting we get has absolutely…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_25_21_11_12-Government_grants_scam.atom0000664000104500010450000000251611007066647023460 0ustar ucheuche Tue Jul 25 21:11:12 2006 b9cf4a13-c393-4869-a84b-322959c191a3 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> JBall 2006-07-25T21:11:12.140000 2006-07-25T21:11:12.140000
This mofo keeps calling me but nobody is on the other end. How do we stop him?
This mofo keeps calling me but nobody is on the other end. How do we stop him?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_31_11_55_07-Off_for_the_holidays.atom0000664000104500010450000000373111006750021023053 0ustar ucheuche Sat Dec 31 11:55:07 2005 9e7ed113-10a6-46dd-8d48-9ae1203a2e66 <div xmlns="http://www.w3.org/1999/xhtml">Off for the holidays</div> Uche http://uche.ogbuji.net 2005-12-31T11:55:07.060000 2005-12-31T11:55:07.060000
Oh, I forgot to mention that there was no question of taking Bellview or Sosoliso since both airlines were grounded by the Nigerian aviation authorities :-)

We took ADC from Abuja to Calabar via Lagos and ended up spending almost all day in Lagos while the airline was certified for safety (or so they say).  On the way back, we just drove.

Bottom line is that we got through all journeys safe and sound.  It was a lovely trip.
Oh, I forgot to mention that there was no question of taking Bellview or Sosoliso since both airlines were grounded by the Nigerian aviation authorities :-) We took ADC from Abuja to Calabar via Lagos and ended up spending almost all day in Lagos while the airline was certified for…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_05_20_00_51_33-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000350111006751646031307 0ustar ucheuche Sat May 20 00:51:33 2006 c49a6467-c979-4688-9069-10803b777e29 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> A student 2006-05-20T00:51:33.470000 2006-05-20T00:51:33.470000
It doesnt matter the university you go to, what matters is studying diligently.My father went to a government university and he has made it to the top and I intend to follow his foot steps.Regarding the cult issue,we have to check our consciences and we have to resolve to utilize our time constructively.
It doesnt matter the university you go to, what matters is studying diligently.My father went to a government university and he has made it to the top and I intend to follow his foot steps.Regarding the cult issue,we have to check our consciences and we have to resolve to utilize…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_08_02_33_46-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000253411006751651031326 0ustar ucheuche Sat Jul 8 02:33:46 2006 0ecd1bce-5f1c-452e-b52e-e9f7743409eb <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> patrick 2006-07-08T02:33:46.910000 2006-07-08T02:33:46.910000
i like to enquire on admission process and the fees
i like to enquire on admission process and the fees…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_10_09_43_43-XML_daily_WTF__UBL_ebXML_Naming_convention.atom0000664000104500010450000000317111006760144026737 0ustar ucheuche Wed Aug 10 09:43:43 2005 5b80643f-0884-4f44-9a1e-17b711026a66 <div xmlns="http://www.w3.org/1999/xhtml">XML daily WTF: UBL/ebXML Naming convention</div> Bill de hOra http://www.dehora.net/journal 2005-08-10T09:43:43.510000 2005-08-10T09:43:43.510000
It's more literal than OO XML culture.  I'll take a guess and claim this is done in no small part to support object bindings  - if your XML name has a dash, you need to declare a mapping.
It's more literal than OO XML culture. I'll take a guess and claim this is done in no small part to support object bindings - if your XML name has a dash, you need to declare a mapping.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_16_14_54_12-Hip-hop_slanguistics.atom0000664000104500010450000000405111006762173023045 0ustar ucheuche Sun Apr 16 14:54:12 2006 3eae9224-a197-4463-b893-7ad4369eaa9d <div xmlns="http://www.w3.org/1999/xhtml">Hip-hop slanguistics</div> Kate T 2006-04-16T14:54:12.430000 2006-04-16T14:54:12.430000
Here's another theory on the origins of the enigmatic "OK".  This one purports that it has to do with Haitian rum that was produced in the town of Aux Cayes.  Apparently the rum was notoriously good, and when crates of it passed through American ports the inspectors would yell "Aux Cayes!"  to let the other inspectors know that this shipment should pass through.  Or that they should skim some off the top for themselves.  I think I read this on the back of a rum bottle in Haiti, but it sounds like a pretty good story to add to the mix.  Does anyone know about the origins of "raining cats and dogs"?
Here's another theory on the origins of the enigmatic "OK". This one purports that it has to do with Haitian rum that was produced in the town of Aux Cayes. Apparently the rum was notoriously good, and when crates of it passed through American ports the inspectors would yell "Aux…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_15_08_23_56-Government_grants_scam.atom0000664000104500010450000000347411007066565023502 0ustar ucheuche Sat Jul 15 08:23:56 2006 770ec135-dea3-4d17-8bd1-bc6c04f677fd <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jennifer 2006-07-15T08:23:56.310000 2006-07-15T08:23:56.310000
I just rec'd a similar call- I was told the same thing as the above comments.  This was also a strong middle eastern voice wanting my bank account information.  I told him if this was ligit and it was truly being paid by the gov't then there would be a paper trail. For him to send me all info in writing.
He was Nathan Brown Agent #8442 472 S. River Rd St. George, Utah 84770
I just rec'd a similar call- I was told the same thing as the above comments. This was also a strong middle eastern voice wanting my bank account information. I told him if this was ligit and it was truly being paid by the gov't then there would be a…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_20_22_36_01-Government_grants_scam.atom0000664000104500010450000000304211007067362023442 0ustar ucheuche Mon Nov 20 22:36:01 2006 628263da-aa50-44be-a8a1-de05b88e5d16 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Really Feeling Stupid in TX 2006-11-20T22:36:01.050000 2006-11-20T22:36:01.050000
Add me to this one almost verbatim.  Now I have to close accounts and the like.  ugh...........Wish I had known how to google sooner......electronically illiterate.  Thanks.
Add me to this one almost verbatim. Now I have to close accounts and the like. ugh...........Wish I had known how to google sooner......electronically illiterate. Thanks.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_08_13_03_48-Spreading_The_Link_Love_-_Sharing_My_OPML.atom0000664000104500010450000000240611006752664026620 0ustar ucheuche Tue Nov 8 13:03:48 2005 551bd27a-ebff-41c6-93f4-db72650170de <div xmlns="http://www.w3.org/1999/xhtml">Spreading The Link Love - Sharing My OPML</div> Trackback from DonXML Demsak's All Things Techie http://donxml.com/allthingstechie/archive/0001/01/01/2250.aspx 2005-11-08T13:03:48.490000 2005-11-08T13:03:48.490000
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_02_02_14_04_58-XForms_Submission_to_Copia__Mozilla___FormsPlayer_.atom0000664000104500010450000000271211006754505031025 0ustar ucheuche Thu Feb 2 14:04:58 2006 379ebade-021f-4245-bbd9-859a88c0368a <div xmlns="http://www.w3.org/1999/xhtml">XForms Submission to Copia (Mozilla / FormsPlayer)</div> Gary Sikora www.formfaces.com 2006-02-02T14:04:58.650000 2006-02-02T14:04:58.650000
replace="all" is now implemented ... this may have been your problem if replace was not specified.
replace="all" is now implemented ... this may have been your problem if replace was not specified.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_11_18_48_15-Government_grants_scam.atom0000664000104500010450000000342511007067444023466 0ustar ucheuche Mon Dec 11 18:48:15 2006 b74cebf3-bd24-4faa-bc51-c88d1514640a <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Doug 2006-12-11T18:48:15.110000 2006-12-11T18:48:15.110000
Just got the Indian guy on the phone, I have been choosen!!! $5000 all mine.  So I gave him my bank number like he requested... NOT...  Are these guys really in the US and the government hasn't shut them down yet.  Bad Government, Bad Government.  The sad thing was that when I told him I didn't have a bank account he gave me a 800# to call.
Just got the Indian guy on the phone, I have been choosen!!! $5000 all mine. So I gave him my bank number like he requested... NOT... Are these guys really in the US and the government hasn't shut them down yet. Bad Government, Bad Government. The sad thing was that…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_15_13_05_49-House_of_Brilliant_Cinematography.atom0000664000104500010450000000335411006765113025560 0ustar ucheuche Sun May 15 13:05:49 2005 dbeb686c-6d86-47a5-bd22-c0b8505dfef8 <div xmlns="http://www.w3.org/1999/xhtml">House of Brilliant Cinematography</div> Uche http://uche.ogbuji.net 2005-05-15T13:05:49.570000 2005-05-15T13:05:49.570000
Aaaaaarrrrrrgh!  Spoilers!  Spoilers!  .  I guess it serves me right for waiting to see this movie everyone has been talking about (I loved Crouching Tiger and Hero, the usual comparisons).  Time to get off mi rumpe and cop the DVD.
Aaaaaarrrrrrgh! Spoilers! Spoilers! . I guess it serves me right for waiting to see this movie everyone has been talking about (I loved Crouching Tiger and Hero, the usual comparisons). Time to get off mi rumpe and cop the DVD.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_18_14_00_07-Government_grants_scam.atom0000664000104500010450000000551111007067075023462 0ustar ucheuche Mon Sep 18 14:00:07 2006 73bf2e3f-2ebb-477e-a4e0-352f48999e7b <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> April 2006-09-18T14:00:07.730000 2006-09-18T14:00:07.730000
I just had several conversations today with the people from Mackenzie Consulting Group phone number 1-866-552-9411.I only got the answering service twice.I was stupid enough to give them my information.I had e-mailed a free govt. grant site with my situation and they knew everything that is why I thought they were legit.I thought I was e-mailing the free govt.grant site.They read my e-mail to me.To make a long story short,I called my bank and told them what I had done.Surprise,surprise they knew who I was talking about.I stopped any transactions immediately.I called the Mackenzie company back and told them I had cancelled the transaction and Iwas cancelling with them.I spoke with a Ms.Woods,the supervisor and she tried to assure me they were not a scam.I told her about this site and she should go there.She asked me if I believed everything I read and I replied no but I do believe my banking institution.The transaction would have been 349.00.And then I would get my grant guaranteed $5,000.00.Nothing less.I in turn called our family lawyer and he said if they will not send you anything in the mail,they are not legit.At the Mackenzie Group,I also spoke with Mark Johnson,and Wayne mark.The second time he called me back his name was Mark Wayne.How do we stop these people.Is there even any such thing as a free Govt.Grant?  Stupidest Thing I did All Year!!!!!!!
I just had several conversations today with the people from Mackenzie Consulting Group phone number 1-866-552-9411.I only got the answering service twice.I was stupid enough to give them my information.I had e-mailed a free govt. grant site with my situation and they knew everything that is why I thought they…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_05_17_45_57-Test_Post.atom0000664000104500010450000000242711006770646020717 0ustar ucheuche Tue Apr 5 17:45:57 2005 42665cdb-17fb-433e-947c-7d1705817ee1 <div xmlns="http://www.w3.org/1999/xhtml">Test Post</div> Trackback from Copia http://copia.ogbuji.net/blog/testpost 2005-04-05T17:45:57.230000 2005-04-05T17:45:57.230000
Just checking trackbacks all work
Just checking trackbacks all work…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_27_13_01_01-Government_grants_scam.atom0000664000104500010450000000427611007066661023461 0ustar ucheuche Thu Jul 27 13:01:01 2006 e49a5ca3-e386-4f6b-b780-f95418f56ded <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Tiffani 2006-07-27T13:01:01.510000 2006-07-27T13:01:01.510000
I received a call a few weeks back from a woman claiming to be from the Mackenzie Group offering me a grant for $5,000, they also said that if the grant was for any less than $5000 they would refund the difference back to me.  I also was asked whether I was 18, filed taxes and had a valid checking account.  I was told that their fee is $299 because they do all of the work for me but I did not have to pay it upfront.  I told them that I needed to do reseach on their company.  I received a call a few days ago from the 866-552-9411 number this Rep. was named Alan Jackson of the same company. This time I was given an address of 1320 State Route 9, Champagne, NY 12919. 

I'll tell you one thing criminals sure are thorough and persistant.
I received a call a few weeks back from a woman claiming to be from the Mackenzie Group offering me a grant for $5,000, they also said that if the grant was for any less than $5000 they would refund the difference back to me. I also was asked whether…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_12_03_23_26-What_s_good_and_bad_in_agile_methodology_.atom0000664000104500010450000000331411007055110027214 0ustar ucheuche Tue Dec 12 03:23:26 2006 64e798fc-c895-434a-89e4-bc547133130a <div xmlns="http://www.w3.org/1999/xhtml">What's good and bad in agile methodology?</div> James Governor www.redmonk.com/jgovernor 2006-12-12T03:23:26.350000 2006-12-12T03:23:26.350000
would love your  thoughts on Cote's recent agility pieces- notably his "Smell of Agile" primer...

http://www.redmonk.com/cote/archives/2006/12/the_smells_of_a.html
would love your thoughts on Cote's recent agility pieces- notably his "Smell of Agile" primer... http://www.redmonk.com/cote/archives/2006/12/the_smells_of_a.html…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_04_17_20_30-Government_grants_scam.atom0000664000104500010450000000375711007067024023462 0ustar ucheuche Mon Sep 4 17:20:30 2006 a9802028-f336-47a7-a24c-1c5a5ea45dc9 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jay 2006-09-04T17:20:30.080000 2006-09-04T17:20:30.080000
Just recieved a call from a blocked number. It was a male with a thick arab accent. He told me about a $7,500 grant I had coming to me, and that all he needed was to confirm some info, including my bank account number. As soon as I heard this, I thought SCAM. So I jumped on google, and found this page while talking to him. When I got a second to speak, I told him that I knew this was a scam, and to lose my number. He was very quiet at first then started yelling, "give me your account number you bstrd!"
which at that point I left laughed, and hung up.
Just recieved a call from a blocked number. It was a male with a thick arab accent. He told me about a $7,500 grant I had coming to me, and that all he needed was to confirm some info, including my bank account number. As soon as I heard this,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_02_21_11_00_31-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000436211007070256026227 0ustar ucheuche Tue Feb 21 11:00:31 2006 885c7361-20da-4f3e-b3fb-8d6596166954 <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> Bruce 2006-02-21T11:00:31.070000 2006-02-21T11:00:31.070000
Thanks very much, Uche. Your writeup got me 95% of the way there in getting SWAT to work. The one thing that didn't work was your SWAT config file,  /etc/xinetd.d/swat. The comment at the end of the "user = root" line caused xinetd to throw an error and not load the swat configuration. I had to look at syslog to figure that out. A comment on the line above works fine:

# description: SAMBA SWAT
service swat
{
  disable  = no
  socket_type  = stream
  protocol  = tcp
  #should use a more limited user here
  user  = root 
  wait  = no
  server  = /usr/sbin/swat
}
Thanks very much, Uche. Your writeup got me 95% of the way there in getting SWAT to work. The one thing that didn't work was your SWAT config file, /etc/xinetd.d/swat. The comment at the end of the "user = root" line caused xinetd to throw an error and not load…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_20_18_42_46-Government_grants_scam.atom0000664000104500010450000000367311007066622023472 0ustar ucheuche Thu Jul 20 18:42:46 2006 03ede053-7807-4a81-b1a0-041dc188fb22 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jamie 2006-07-20T18:42:46.420000 2006-07-20T18:42:46.420000
LOL I got the same call 3 times today from # 808-212-0041. Whats funny is my boyfriend picked it up x2 and said he wasnt interested. So the third time I picked it up (cranky after working 12 hours) and told him to go F*** himself. You will never believe what he said...."F*** you". Same thing, thick Indian accent. Wish I could meet them face to face!!!! If there is a way to stop it, please be sure to fill me in. I looked it up in the BBB and couldn't find complaints. When I have more time I am going to file a complaint!
LOL I got the same call 3 times today from # 808-212-0041. Whats funny is my boyfriend picked it up x2 and said he wasnt interested. So the third time I picked it up (cranky after working 12 hours) and told him to go F*** himself. You will never believe…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_10_14_55_54-Quot__di__.atom0000664000104500010450000000325111006760116021012 0ustar ucheuche Wed Aug 10 14:55:54 2005 784e3096-5ec5-4b3f-b78a-76fa27255893 <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> John Cowan http://www.ccil.org/~cowan 2005-08-10T14:55:54.310000 2005-08-10T14:55:54.310000
JFTR, your very own Liddel & Scott is available at http://www.perseus.tufts.edu/cgi-bin/ptext?doc=Perseus%3Atext%3A1999.04.0057 ; substitute mpiwg-berlin.mpg.de for tufts.edu if you want.
JFTR, your very own Liddel & Scott is available at http://www.perseus.tufts.edu/cgi-bin/ptext?doc=Perseus%3Atext%3A1999.04.0057 ; substitute mpiwg-berlin.mpg.de for tufts.edu if you want.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_07_11_21_31-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000303511006751642031306 0ustar ucheuche Fri Apr 7 11:21:31 2006 f00934c0-7c74-462c-9550-9eae3c5757d5 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Francis Oghumaq www.cubestreet.com 2006-04-07T11:21:31.660000 2006-04-07T11:21:31.660000
It is d best school in nigeria and one day i would surely attend it Big Up to all my crew in abti jare all haters go find ya own lol
It is d best school in nigeria and one day i would surely attend it Big Up to all my crew in abti jare all haters go find ya own lol…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_29_01_04_03-The_new_MacBook_Pro.atom0000664000104500010450000000271011007054350022537 0ustar ucheuche Fri Dec 29 01:04:03 2006 eb198720-8a89-49be-ae91-5e5507cf0998 <div xmlns="http://www.w3.org/1999/xhtml">The new MacBook Pro</div> Erhabor Emokpae 2006-12-29T01:04:03.590000 2006-12-29T01:04:03.590000
If you use the cursor arrows to scroll up and down a web page, the cursor will disappear. Movement on your trackpad brings it right back.
If you use the cursor arrows to scroll up and down a web page, the cursor will disappear. Movement on your trackpad brings it right back.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_23_18_38_26-___Mix_and_match_Web_components_with_Python_WSGI___.atom0000664000104500010450000000450511007057767031115 0ustar ucheuche Wed Aug 23 18:38:26 2006 e5dced75-36fb-43a0-a676-1a99f75fa5f9 <div xmlns="http://www.w3.org/1999/xhtml">“Mix and match Web components with Python WSGI”</div> Phillip J. Eby http://dirtsimple.org/ 2006-08-23T18:38:26.080000 2006-08-23T18:38:26.080000
That's because close() is an attribute of the application return value, not the application object itself.  Please see the example middleware in the PEP for how to do this correctly, as for this kind of middleware, you have to have a separate iterator object in order to properly support closing.

In Python 2.5, you can do this using try/finally with a generator, because generators have a close() method and the generator's finally clauses will be run when close() is called.  So, if you want a quick way to make your code compatible, you can do that as long as you require Python 2.5 and explain the issue so people know they have to follow the PEP middleware example's approach if they need to work with older Python versions.
That's because close() is an attribute of the application return value, not the application object itself. Please see the example middleware in the PEP for how to do this correctly, as for this kind of middleware, you have to have a separate iterator object in order to properly support closing.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_17_18_28_53-Government_grants_scam.atom0000664000104500010450000000450411007066576023504 0ustar ucheuche Mon Jul 17 18:28:53 2006 1ecdd640-7279-4869-9d73-b101a032b2d6 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Lanae 2006-07-17T18:28:53.220000 2006-07-17T18:28:53.220000
Glad I found you guys! I have been recieving calls from this gentlemen for over 3 months!!! Same Indian accent, same 808-212-0041 phone number.  Except he calls looking for a Claudette, well there is no Claudette, then he spatters off an address, which is not ours. He then says that Claudette has an account at Academy Bank and has $5000. So this time I asked for his name...Rick Foster...from American Lending Network. When I asked for his number he wouldn't give me one. He then started talking very sexual to me (totally gross) so I explained he was being recorded since they would not stop calling us; he hung up! I did file a police report, and will show them all of these blogs and see what can be done! My sister also recieved a call from these people stating they can lower her mortgage rates.  I called my phone company and they said they could change my number...what a pain!
Glad I found you guys! I have been recieving calls from this gentlemen for over 3 months!!! Same Indian accent, same 808-212-0041 phone number. Except he calls looking for a Claudette, well there is no Claudette, then he spatters off an address, which is not ours. He then says that…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_30_16_56_37-Government_grants_scam.atom0000664000104500010450000000276211007067013023470 0ustar ucheuche Wed Aug 30 16:56:37 2006 6c8ea517-84a2-4026-bf76-4690c9c810ec <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> PAT WALKENHORST 2006-08-30T16:56:37.180000 2006-08-30T16:56:37.180000
I DO NOT WANT TO BE CALLEDS BY THE NUMBER 800-212-0041. IDON'T WANT ANYTHING FROM YOU IF I DID I WOULD CALL YOU. I WISH THAT YOU DO NOT CONTACT ME ANYMORE.
I DO NOT WANT TO BE CALLEDS BY THE NUMBER 800-212-0041. IDON'T WANT ANYTHING FROM YOU IF I DID I WOULD CALL YOU. I WISH THAT YOU DO NOT CONTACT ME ANYMORE.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015100000000000011562 Lustar rootrootrepository/comments/2005_06_22_16_49_09-Fedora_and_the_repository_politics__and_exploding_inkscape_.atomrepository/comments/2005_06_22_16_49_09-Fedora_and_the_repository_politics__and_exploding_inkscape_.0000664000104500010450000000561111006762514032241 0ustar ucheuche Wed Jun 22 16:49:09 2005 abc7108c-c2f0-42ba-a721-c80751fbef37 <div xmlns="http://www.w3.org/1999/xhtml">Fedora and the repository politics (and exploding inkscape)</div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-06-22T16:49:09.860000 2005-06-22T16:49:09.860000
Just a note that Debian is a similarly painful experience once you step out of the distribution's own package repository, whether that be stable, testing, or unstable.

For a while, I tried to run a server with Debian stable compounded with various backports repositories so as to have a mostly solid and security-fixed system with hand-picked recent software where I needed it. Unfortunately, the 3rd party repositories are almost totally uncoordinated, and you're lucky to be able to install software from two different ones concurrently without running into conflicts.

I ended up picking Debian testing for the machine in question, but I wouldn't choose Debian for any new setup. I can see that people with production systems which do not get touched except to keep them running have use for the distribution, but it seems useless for desktop or developer machines.

Maybe now that they got Sarge out the door, maybe they can sit down, listen to Ian Murdock himself ( http://ianmurdock.com/?p=239 ), and do some soul-searching.

Personally, I find myself stealing glances at FreeBSD. I'll see how that goes, once I commit to the effort...
Just a note that Debian is a similarly painful experience once you step out of the distribution's own package repository, whether that be stable, testing, or unstable. For a while, I tried to run a server with Debian stable compounded with various backports repositories so as to have a mostly…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_09_06_19_39-Quot__di__.atom0000664000104500010450000000417111006763721021033 0ustar ucheuche Thu Jun 9 06:19:39 2005 5d0e3bd1-a20a-4754-bffa-1898c903cf78 <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Bill Mill http://llimllib.f2o.org/blog/ 2005-06-09T06:19:39.250000 2005-06-09T06:19:39.250000
Uche,

Great post, and nice quote to finish it off.

My only quibble is this: How can you not include blackalicious in that list of the dopest lyrical MCs?

Leave your city burnin like Gamera
Stamina, blaze up your space, plus I got it on camera
And I'm a animal animator landin a
Blow cleaning clocks nothing left for the janitor
Punching through your granite a good will ambassador
From another planet I could kill and smash ya up

Peace
Bill
Uche, Great post, and nice quote to finish it off. My only quibble is this: How can you not include blackalicious in that list of the dopest lyrical MCs? Leave your city burnin like Gamera Stamina, blaze up your space, plus I got it on camera And I'm a animal…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_26_17_51_16-Government_grants_scam.atom0000664000104500010450000000266311007066655023500 0ustar ucheuche Wed Jul 26 17:51:16 2006 036ec0ea-958d-4174-bfa7-80d705efd19f <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Dorothy W. Osborne 2006-07-26T17:51:16.980000 2006-07-26T17:51:16.980000
This #800-061-3615 is on my caller ID atleast ten times, within 10-15 minutes apart - I refused to answer any of the calls
This #800-061-3615 is on my caller ID atleast ten times, within 10-15 minutes apart - I refused to answer any of the calls…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_18_15_15_02-Government_grants_scam.atom0000664000104500010450000000327111007067460023455 0ustar ucheuche Mon Dec 18 15:15:02 2006 3ede109d-978d-4e3b-b11a-b43cdeda935e <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Geoff A 2006-12-18T15:15:02.530000 2006-12-18T15:15:02.530000
Hi all,

I was just checking my messages after coming home from work. My caller id said this number, and there was a message but nothing was recorded. I googled it and came to this site.
I guess I wont bother calling it now - lol !
Hi all, I was just checking my messages after coming home from work. My caller id said this number, and there was a message but nothing was recorded. I googled it and came to this site. I guess I wont bother calling it now - lol !…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000014600000000000011566 Lustar rootrootrepository/comments/2007_05_19_19_44_00-Musings_of_a_Semantic___Rich_Web_Architect__What_s_Next_.atomrepository/comments/2007_05_19_19_44_00-Musings_of_a_Semantic___Rich_Web_Architect__What_s_Next_.ato0000664000104500010450000001035511007176213031664 0ustar ucheuche Sat May 19 19:44:00 2007 b2260185-f59c-4761-b13f-68938ba55be1 <div xmlns="http://www.w3.org/1999/xhtml">Musings of a Semantic / Rich Web Architect: What's Next?</div> M. David Peterson http://xmlhacker.com/ 2007-05-19T19:44:00.930000 2007-05-19T19:44:00.930000
Hey Chemezie,

This is GREAT!  In the background I have been working on the next generation of AspectXML-based projects, the next being something I have been designing in my head for about 2 years, and recently started putting into code about two weeks ago.  The project?  Atomictalk > a Smalltalk-influenced client-side XSLT-based inter and intra document language that uses an Aspect-Oriented MVC framework where Atom feeds represent the data source for the data models, views are written in a cross-breed of XML and Smalltalk, and the document is in and of itself the controller.

Russ Miles is now working with me to fine tune the language to ensure it fits well with the various AOP paradigms where it makes sense to apply proper AOP paradigms.  We've created a Google Code project @ http://code.google.com/p/atomictalk and I recently checked in the first batch of code.  If you visit http://test.atomictalk.org/ you will see the first Hello, World! sample.  The sample is lame as it doesn't showcase any of what is, if you view source, obviously a much more feature rich platform.  Please keep in mind that this is a rapidly evolving syntax, so what you see now is changing quickly.  In fact, I have a few hours worth of work left before I check in the next batch of changes of which, while the syntax will look similar, the changes in features and functionality are fairly dramatic.

Connecting this back to your post, if you visit http://groups.google.com/group/llup/msg/e50f2f7d46128518 you will find a link to a comment on an entry from Bruce D'Arcus from just under a year ago regarding the connection between Atomictalk and SPARQL+RDF, complete with use-case.  That's where this project is headed. :)

I'll be at the Semantic Web conference on Wednesday morning, flying out Thursday afternoon (it's the only time I could take off.  Have a deadline at the end of next week to meet.) I'm staying at the Fairmont, so hopefully we will have some time to hang out and possibly chat about some integration/cross-over work between these two projects.  Could be very interesting to see where these two projects might be able to help one another. :D

I'll ping you offline with a URI and uname/password to a site that provides a MUCH better demo of the Atomictalk code base in action.
Hey Chemezie, This is GREAT! In the background I have been working on the next generation of AspectXML-based projects, the next being something I have been designing in my head for about 2 years, and recently started putting into code about two weeks ago. The project? Atomictalk > a Smalltalk-influenced…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000016000000000000011562 Lustar rootrootrepository/comments/2005_06_26_06_50_39-via_Copia___Follow-up_post_from_Uche_on_some_of_my_recent_comments.atomrepository/comments/2005_06_26_06_50_39-via_Copia___Follow-up_post_from_Uche_on_some_of_my_recent_co0000664000104500010450000000366311006762350032150 0ustar ucheuche Sun Jun 26 06:50:39 2005 e5fe203b-14ca-4f9e-b3b2-00617572a802 <div xmlns="http://www.w3.org/1999/xhtml">via Copia | Follow-up post from Uche on some of my recent comments</div> Trackback from <XSLT:Blog /> http://www.xsltblog.com/archives/2005/06/via_copia_follo.html 2005-06-26T06:50:39.100000 2005-06-26T06:50:39.100000
Copia The conversation continues about the boundary between traditional presentation languages such as XSLT and XML toolkits in traditional application languages such as Python. See earlier installments "Sane template-like output for Amara" and "Why allow template-like output for Amara?". M....
Copia The conversation continues about the boundary between traditional presentation languages such as XSLT and XML toolkits in traditional application languages such as Python. See earlier installments "Sane template-like output for Amara" and "Why allow template-like output for Amara?". M....…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_15_12_52_07-Python_XML_column__37__and_out___Processing_Atom_1_0.atom0000664000104500010450000000424011006756033030761 0ustar ucheuche Thu Sep 15 12:52:07 2005 e650efee-da28-46c8-b1c4-9fbaa2ecd75f <div xmlns="http://www.w3.org/1999/xhtml">Python/XML column #37 (and out): Processing Atom 1.0</div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-09-15T12:52:07.320000 2005-09-15T12:52:07.320000
That FeedParser hack will only allow very rudimetary consumption of  Atom feeds because several elements were renamed since 0.3 and the content model has completely changed. Only titles and links will work well; there is, however, a FeedParser Atom 1.0 support patch with decent standard compliance.

I already mentioned this over at XML.com, (and blogged about this before), but I repeat it here for some more Googlejuice -- that patch is still difficult to find.
That FeedParser hack will only allow very rudimetary consumption of Atom feeds because several elements were renamed since 0.3 and the content model has completely changed. Only titles and links will work well; there is, however, a FeedParser Atom 1.0 support patch with decent standard compliance. I already mentioned this…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_18_17_31_33-Wikipedia_Links_to_Primary_Gua.atom0000664000104500010450000000273011006762753025032 0ustar ucheuche Sat Jun 18 17:31:33 2005 26e9d4ae-4d93-4bed-8343-9492f3d6fef1 <div xmlns="http://www.w3.org/1999/xhtml">Wikipedia Links to Primary Gua</div> Sean B. Palmer http://inamidst.com/sbp/ 2005-06-18T17:31:33.480000 2005-06-18T17:31:33.480000
What about, for example, data:text/plain;charset=utf-8,%e4%b7%b9 for HEXAGRAM FOR THE JOYOUS LAKE (U+4DF9, Hexagram 58)?
What about, for example, data:text/plain;charset=utf-8,%e4%b7%b9 for HEXAGRAM FOR THE JOYOUS LAKE (U+4DF9, Hexagram 58)?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_25_09_01_24-Government_grants_scam.atom0000664000104500010450000000400511007066642023456 0ustar ucheuche Tue Jul 25 09:01:24 2006 fed894be-da73-403c-881c-a3188c368ebc <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Janice 2006-07-25T09:01:24.830000 2006-07-25T09:01:24.830000
I love this site... I too after receiving several calls from this 808-212-0041 number did I search on the 808 area code and came up with Hawaii.  I don't know anyone in Hawaii, so why would I answer it and besides that, no voice mail.  Frankly, if the call isn't important enough to leave a message, the forget it.  Just as an FYI I also get calls from these numbers: 877-469-4643 and 866-731-8620, also Online Pharmacutical companies.  Both of these others have been reported to the FCC, the FTC and the Attorney General.  Good luck in us maybe trying to get these scams off our back.
I love this site... I too after receiving several calls from this 808-212-0041 number did I search on the 808 area code and came up with Hawaii. I don't know anyone in Hawaii, so why would I answer it and besides that, no voice mail. Frankly, if the call isn't…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_27_08_06_15-Government_grants_scam.atom0000664000104500010450000000313611007066656023475 0ustar ucheuche Thu Jul 27 08:06:15 2006 c0eb4a3a-4853-4c26-8a97-604c1fa6a97f <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Tim 2006-07-27T08:06:15.320000 2006-07-27T08:06:15.320000
How random!  My phone rang at 12:35 a.m. I was too late to answer but, when I checked the caller I.D. I noticed it was this 808 number. I tried to call it back but said it was disconnected.  He better not call back!
How random! My phone rang at 12:35 a.m. I was too late to answer but, when I checked the caller I.D. I noticed it was this 808 number. I tried to call it back but said it was disconnected. He better not call back!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_11_13_13_25-Government_grants_scam.atom0000664000104500010450000000255311007067434023452 0ustar ucheuche Mon Dec 11 13:13:25 2006 7234a849-fd98-4298-a61e-507f8030c8fa <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> alan Rosen www.bananas.com 2006-12-11T13:13:25.800000 2006-12-11T13:13:25.800000
Got the bogus call too. Didn't answer, googled and saw this. Nice work everyone!
Got the bogus call too. Didn't answer, googled and saw this. Nice work everyone!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_17_14_32_29-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_17_14_32_29-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000332711007062211031646 0ustar ucheuche Sat Jun 17 14:32:29 2006 c5869da4-e0bb-46d4-acc1-880cd76080a5 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> gatotten 2006-06-17T14:32:29.530000 2006-06-17T14:32:29.530000
Who is the idiot that is providing "color" commentary in the US v. Italy game.  I just saw a flagrant foul at minute 69 when the Italians pushed a US player from behind and the commentator said it was not a yellow cardable offense - Duh!
Who is the idiot that is providing "color" commentary in the US v. Italy game. I just saw a flagrant foul at minute 69 when the Italians pushed a US player from behind and the commentator said it was not a yellow cardable offense - Duh!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_12_21_41_26-Government_grants_scam.atom0000664000104500010450000000415011007067045023453 0ustar ucheuche Tue Sep 12 21:41:26 2006 82f83e06-65e3-4914-b040-aa470bd7df34 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Joe 2006-09-12T21:41:26.670000 2006-09-12T21:41:26.670000
I have received about 30 calls from (808) 212-0041 just before 9am PST and just after 8pm PST.  I have answered the phone where it dials you to a telemarketer (phonebank) who trys to pressure you into refinancing your home.  I have advised them I did not want to refi and to remove me from their computer generated call roster.  Still they continue to call.  I have placed several complaints on the do not call registry, but it does not stop the calls.  The only other course of action if the calls do not stop is to place a call block on that number.  Kind of seems silly to have to pay to keep these people from calling you, but what else can be done to get them to stop calling?
I have received about 30 calls from (808) 212-0041 just before 9am PST and just after 8pm PST. I have answered the phone where it dials you to a telemarketer (phonebank) who trys to pressure you into refinancing your home. I have advised them I did not want to refi…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_29_19_28_41-Zap_Zap_Zap_Mama.atom0000664000104500010450000000441411006766754022106 0ustar ucheuche Sat Oct 29 19:28:41 2005 1fb5cffa-6364-4f9e-8d68-c653e56c4281 <div xmlns="http://www.w3.org/1999/xhtml">Zap Zap Zap Mama</div> Theo the Thinker 2005-10-29T19:28:41.970000 2005-10-29T19:28:41.970000
Yes, Zap Mama is the goods.  Marie is way ahead of the curve, maybe too far.  I hope the listening public can catch up.

She was gracious enough to "slow down" a bit and delve into hip hop on the "Ancestry" album.  This was no doubt a commercial decision made in an effort to assemble a larger American audience. I can't knock that decision, but truthfully Zap Mama is lightyears beyond hip hop.

My prayer is that the listeners and the industry will rise to her rather than she having to dumb down her astronomical musical gift for them.

Indeed, she is the SUPERMOON. To me, she is the single most important artist of our time.


Peace & Blessings,

TTT
Yes, Zap Mama is the goods. Marie is way ahead of the curve, maybe too far. I hope the listening public can catch up. She was gracious enough to "slow down" a bit and delve into hip hop on the "Ancestry" album. This was no doubt a commercial decision made…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_03_13_10_09-My_country_is_out_of_its_COT_DAMN_MIND.atom0000664000104500010450000000363211006756573026171 0ustar ucheuche Sat Sep 3 13:10:09 2005 b8fec92d-3718-4f4c-a174-ee445107d757 <div xmlns="http://www.w3.org/1999/xhtml">My country is out of its COT DAMN MIND</div> bryan 2005-09-03T13:10:09.600000 2005-09-03T13:10:09.600000
"We panic and spend billions of dollars on homeland security because we're afraid that some punk terrorist will blow up a test tube of Strontium 90 in a paper bag of C4? "

actually one of the stated purposes of the Dept. Of Homeland Security is swift response in cases of Natural Disaster. So I suppose this is the level of response one could expect from said punk terrorist blowing up a test tube etc. etc.
"We panic and spend billions of dollars on homeland security because we're afraid that some punk terrorist will blow up a test tube of Strontium 90 in a paper bag of C4? " actually one of the stated purposes of the Dept. Of Homeland Security is swift response in cases…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_29_08_53_06-i18n_for_XSLT_in_4Suite.atom0000664000104500010450000000376011006763244023213 0ustar ucheuche Wed Jun 29 08:53:06 2005 74ec5919-c82d-482a-8b22-7804b934d377 <div xmlns="http://www.w3.org/1999/xhtml">i18n for XSLT in 4Suite</div> Tommi Virtanen 2005-06-29T08:53:06.950000 2005-06-29T08:53:06.950000
We recently added gettext support to nevow's
templating library, I think it's a nice implementation.

http://divmod.org/projects/nevow

http://divmod.org/svn/Nevow/trunk/nevow/i18n.py

http://divmod.org/svn/Nevow/trunk/examples/i18n/
We recently added gettext support to nevow's templating library, I think it's a nice implementation. http://divmod.org/projects/nevow http://divmod.org/svn/Nevow/trunk/nevow/i18n.py http://divmod.org/svn/Nevow/trunk/examples/i18n/…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_01_02_23_34_08-Government_grants_scam.atom0000664000104500010450000000272411007067520023452 0ustar ucheuche Tue Jan 2 23:34:08 2007 ac4f35c0-95ce-4b87-96cd-74c28afebdd1 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Silver 2007-01-02T23:34:08.980000 2007-01-02T23:34:08.980000
Has anybody tried dialling 57 after receiving one of these calls? 57 initiates a call trace, which is may not be the same thing as caller ID.
Has anybody tried dialling 57 after receiving one of these calls? 57 initiates a call trace, which is may not be the same thing as caller ID.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_28_02_46_56-Wow___XML_formats_for_outlining_are_complete_rubbish.atom0000664000104500010450000000436611006762241031510 0ustar ucheuche Tue Jun 28 02:46:56 2005 7b6325c4-810d-436f-8bbc-11f529edd705 <div xmlns="http://www.w3.org/1999/xhtml">Wow! XML formats for outlining are complete rubbish</div> Leigh Dodds http://www.ldodds.com/blog/ 2005-06-28T02:46:56.840000 2005-06-28T02:46:56.840000
Uche,

I'd be interested to hear more about whether you actually find an outlining tool to be useful for note-taking, etc.

I've found that a personal Wiki hits the sweet-spot for me, w.r.t quick note taking.

The syntax is simple, and its easy to go back over notes and add additional structure.

Maybe I'm missing something in the ability to process those notes further, that would require an XML based format. But I'm actually hard-pressed to think of anything except transforming them to XHTML for viewing!

You're right about OPML though.
Uche, I'd be interested to hear more about whether you actually find an outlining tool to be useful for note-taking, etc. I've found that a personal Wiki hits the sweet-spot for me, w.r.t quick note taking. The syntax is simple, and its easy to go back over notes and add…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_10_08_29_22-Putting_up_with_Javascript.atom0000664000104500010450000000332611006756335024343 0ustar ucheuche Sat Sep 10 08:29:22 2005 40ceb4b5-7682-4b39-9963-868b45ea92c7 <div xmlns="http://www.w3.org/1999/xhtml">Putting up with Javascript</div> Chimezie http://copia.ogbuji.net/blog 2005-09-10T08:29:22.970000 2005-09-10T08:29:22.970000
My response to the original post covers how XForms addresses the specific issues of security, portablity and the like.  In addition, how XForms simplifies the process of building UI applications and completely alleviating the need for Javscript itself.
My response to the original post covers how XForms addresses the specific issues of security, portablity and the like. In addition, how XForms simplifies the process of building UI applications and completely alleviating the need for Javscript itself.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_17_09_17_30-Government_grants_scam.atom0000664000104500010450000000353111007066741023467 0ustar ucheuche Thu Aug 17 09:17:30 2006 252fca37-d6b4-4d05-8e15-a24756a3cda3 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Paisa 2006-08-17T09:17:30.100000 2006-08-17T09:17:30.100000
I also received two calls in a row this morning.  One from 1-808-212-0041 and one from 617-682-2400.  I did not answer because I was busy.  I called back and got a recording from the first number saying that it was not longer in service and a dead line from the second number. I got curious and put both numbers in Google, which brought me to this page.
I wish I knew how they got my cellular number!
I also received two calls in a row this morning. One from 1-808-212-0041 and one from 617-682-2400. I did not answer because I was busy. I called back and got a recording from the first number saying that it was not longer in service and a dead line from the…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_02_16_22_09_09-Intimations_of_an_evil_Google_.atom0000664000104500010450000000302011006753235025060 0ustar ucheuche Thu Feb 16 22:09:09 2006 ddd4d158-6c90-47e1-b63c-ae6358180aa8 <div xmlns="http://www.w3.org/1999/xhtml">Intimations of an evil Google?</div> uche http://uche.ogbuji.net 2006-02-16T22:09:09.530000 2006-02-16T22:09:09.530000
Dimitri, I might have figured it out.  See:

http://copia.ogbuji.net/blog/2006-02-16/Mystery_of
Dimitri, I might have figured it out. See: http://copia.ogbuji.net/blog/2006-02-16/Mystery_of…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_31_10_41_18-Government_grants_scam.atom0000664000104500010450000000550311007067017023454 0ustar ucheuche Thu Aug 31 10:41:18 2006 0ab9fc4c-611c-43fd-927c-7a536ff1f38a <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Shinae 2006-08-31T10:41:18.060000 2006-08-31T10:41:18.060000
Well, I feel like an idiot!  I got a call yesterday from the Mackenzie Group telling me that I had quailfied for a grant in the amount of $5,000.  They said that I would probably be receiving more money than that, but was guaranteed at least 5k.  They asked me what bank I belonged to, what state and city it was in, if I had an active checking account, the routing number, account number, my birthdate, and the last four digits of my drivers license number.  Sadly, I believed them because they sounded so legitimate.  The phone number that came up was 1-866-552-9411, and the rep's name was David Scott emp. id #0248.  They also read a long disclaimer and said that they would be sending some information in the mail and would be taking $349 out of my checking account on the 12th of September. They said that if the funds would not be available on that date to call them and let them know so that there are no NSF fees to me. 

Right after hanging up with them I called my husband and informed him about the call.  I then had him call the bank and freeze the account, and today we have to go down to close the account and open up a new one.  I am so mad that I even trusted them!  People need to be aware that anyone can get your information off the internet and call you to verify information you sent.  I sure hope no one else falls for this, they are pretty good liars!
Well, I feel like an idiot! I got a call yesterday from the Mackenzie Group telling me that I had quailfied for a grant in the amount of $5,000. They said that I would probably be receiving more money than that, but was guaranteed at least 5k. They asked me…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_11_15_23_14-Government_grants_scam.atom0000664000104500010450000000444511007066550023457 0ustar ucheuche Tue Jul 11 15:23:14 2006 12e4bd2c-51fd-4249-af4b-e440eb7c8a40 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> E Harper 2006-07-11T15:23:14.500000 2006-07-11T15:23:14.500000
Nobody here has posted this caller ID I just had from the thick-accented Indian guy: 136. That was it. 136. I'm a receptionist for a living and have zero patience for telemarketers, much less scammers. This guy asked my name. I didn't tell him. The only words I understood were: Taxpayer, won money, your bank account. That was enough! I said "Whaddaya think, I was born yesterday? Go to H*** and don't call me again!!". Felt great! Then I came & googled 'scam bank account' and found you all! Thank you. What's clever here is that they know people are just receiving their tax refunds and maybe more likely to fall for it. This guy actually had the nerve to call me back and leave voice mail of the background noise of his nasty hole-in-the wall room he called from. Probably wanted my name. It's not on my voice mail. Ugh! I feel like washing my phone!
Nobody here has posted this caller ID I just had from the thick-accented Indian guy: 136. That was it. 136. I'm a receptionist for a living and have zero patience for telemarketers, much less scammers. This guy asked my name. I didn't tell him. The only words I understood were:…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_04_04_57_01-Yo_soy_Joaqu__n_Murrieta_.atom0000664000104500010450000000272011006761332024042 0ustar ucheuche Tue Oct 4 04:57:01 2005 f5d05416-0da1-4032-a892-cd42b3ac72c1 <div xmlns="http://www.w3.org/1999/xhtml">Yo soy Joaquín Murrieta?</div> Damien Flores 2005-10-04T04:57:01.710000 2005-10-04T04:57:01.710000
The poet's name is Joaquin Zihuatanejo from Dallas Texas and one of my personal friends. www.louderartsproject.org has that poem posted.
The poet's name is Joaquin Zihuatanejo from Dallas Texas and one of my personal friends. www.louderartsproject.org has that poem posted.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_12_10_40_27-_Tis_a_boy.atom0000664000104500010450000000251711006760602021015 0ustar ucheuche Mon Sep 12 10:40:27 2005 07a605de-422f-419e-8ed1-b5e222eb0d32 <div xmlns="http://www.w3.org/1999/xhtml">'Tis a boy</div> Ike 2005-09-12T10:40:27.600000 2005-09-12T10:40:27.600000
ur kids are very cute! good luck in your future and im an igbo too

Ike,13
ur kids are very cute! good luck in your future and im an igbo too Ike,13…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_19_22_19_10-Government_grants_scam.atom0000664000104500010450000000522711007066611023463 0ustar ucheuche Wed Jul 19 22:19:10 2006 197078d8-8e31-4126-8477-a9f99433f2b9 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Dick 2006-07-19T22:19:10.290000 2006-07-19T22:19:10.290000
Got a call from an Indian accented gentleman.  Said he was from the "Government Grant and Entitlement Center" located at 113 Applegreen St., Freemont [sic], CA.  Phone 916-635-2520.  Said I had been selected for "100% tax free and no interest" grant from the government.  Went along with it to see where it would go (slow evening on TV).  He asked for bank routing # and acct #.  I provided phony info.  Then transferred to supervisor by name of "Simon Jones," again with heavy accent.  I asked him for nearest city to Fremont.  He responded (after long pause): Sacremento.  I asked how far it was to Palo Alto, and he remarked that city was not in the United States.  Told him could not find his address on Google; reply:  located in a "goverment secure" place that cannot be accessed on web.  We then moved to a verification process which was to be recorded.  A female voice in good english asked verification of info, and concluded with acknowledgment of a "processing fee f $249.95 on July 27, 2006."  At this point I balked and was immediately interruped by Mr. Simon.  He sternly admonished me to not ask questions while being recorded.  As soon as I did shortly thereafter, the line went dead.
Got a call from an Indian accented gentleman. Said he was from the "Government Grant and Entitlement Center" located at 113 Applegreen St., Freemont [sic], CA. Phone 916-635-2520. Said I had been selected for "100% tax free and no interest" grant from the government. Went along with it to see…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_09_04_13_37-Nofollow-free_Copia.atom0000664000104500010450000000312211006755716022605 0ustar ucheuche Mon Oct 9 04:13:37 2006 b397dcbb-e009-41c2-890f-5a75ecfaf4ba <div xmlns="http://www.w3.org/1999/xhtml">Nofollow-free Copia</div> bawnpa http://tty1.com/ 2006-10-09T04:13:37.670000 2006-10-09T04:13:37.670000
The nofollow thing seems to do more harm than good most of the time, reducing the information people can find.  It sucks a few bad apples ruin the community building that comments with links can make.
The nofollow thing seems to do more harm than good most of the time, reducing the information people can find. It sucks a few bad apples ruin the community building that comments with links can make.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_23_23_23_52-Ouch___I_feel_your_pain__Sam.atom0000664000104500010450000000317611006751476024442 0ustar ucheuche Wed Nov 23 23:23:52 2005 33022485-b994-43cf-8ec7-a0d04e304d6b <div xmlns="http://www.w3.org/1999/xhtml">Ouch. I feel your pain, Sam</div> Uche http://uche.ogbuji.net 2005-11-23T23:23:52.330000 2005-11-23T23:23:52.330000
Tom,

It looks like charset=UTF-8 to me, when I check with Mozilla LiveHTTPHeaders.  On what specific URL did you see UTF-8?  What header sniffing tool were you using?

Thanks.
Tom, It looks like charset=UTF-8 to me, when I check with Mozilla LiveHTTPHeaders. On what specific URL did you see UTF-8? What header sniffing tool were you using? Thanks.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_05_08_55_50-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000431111006751641031317 0ustar ucheuche Wed Apr 5 08:55:50 2006 638279c2-c4f9-4a2f-ab18-7c53a43e93e1 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> kelvin chinedu 2006-04-05T08:55:50.900000 2006-04-05T08:55:50.900000
kudos to abti, i say this because i had a breathtaking experience on campus during my visit, i am a great JOSITE
Another  citadel of learning has just evolved in  Nigeria i just hope that the students in abti know how lucky they are to have such infrastructures that is not inimical to learning,and make good use of it.
Education should have an unlimited tentacle in Nigeria, more need's to be done to actualise this dream for the average Nigerian this is what our government need do,i hope abti and the rest of the university(s) in our country offers this to her citizens instead of thinking of how to inflict hostilities caused by political and religious dichotomy.
kudos to abti, i say this because i had a breathtaking experience on campus during my visit, i am a great JOSITE Another citadel of learning has just evolved in Nigeria i just hope that the students in abti know how lucky they are to have such infrastructures that is…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_15_10_23_49-We_need_more_solid_guidelines_for_i18n_in_OSS_projects.atom0000664000104500010450000000311611006763226031576 0ustar ucheuche Wed Jun 15 10:23:49 2005 20db2dc4-178a-46cb-9176-999651a6dba2 <div xmlns="http://www.w3.org/1999/xhtml">We need more solid guidelines for i18n in OSS projects</div> Luis Miguel Morillas 2005-06-15T10:23:49.180000 2005-06-15T10:23:49.180000
Some interesting tools for Zope World (but for python programmers too):
* Itools + localizer http://www.ikaaro.org/index.html
Some interesting tools for Zope World (but for python programmers too): * Itools + localizer http://www.ikaaro.org/index.html…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_21_22_29_47-Processing.atom0000664000104500010450000000453211006754156021074 0ustar ucheuche Fri Oct 21 22:29:47 2005 4053c3c2-b90c-4b4a-9da0-f1f7ed77b3ed <div xmlns="http://www.w3.org/1999/xhtml">Processing </div> Uche http://uche.ogbuji.net 2005-10-21T22:29:47.480000 2005-10-21T22:29:47.480000
"Oh, one thing...  remember your point regarding calling a transformation file a transformation file instead of as stylesheet?  But yet you seem to want to hang on to the notion that XSLT is for styling the output... so then stylesheet would actually be the proper term in this case."

Not at all.  I consider the act of converting model XML to presentation XML or HTML transformation, not styling.  If the result of transformation is HTML, then I might style that HTML with CSS.  Ditto If the result of transformation is XML.  Don't forget that the "style" aspect of ur-XSL is what became XSL-FO, which does deal with font sizes, spacing, margins, and other stylistic matters.  XSLT has none of that, so it's not a stylesheet language, almost regardless of how it's used.  It's a transformation language.
"Oh, one thing... remember your point regarding calling a transformation file a transformation file instead of as stylesheet? But yet you seem to want to hang on to the notion that XSLT is for styling the output... so then stylesheet would actually be the proper term in this case." Not…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_27_11_32_11-_Tis_a_boy.atom0000664000104500010450000000260211006760601021006 0ustar ucheuche Wed Jul 27 11:32:11 2005 a7e06c18-a9f1-49b3-bf06-7648a22565bc <div xmlns="http://www.w3.org/1999/xhtml">'Tis a boy</div> Mark Nottingham http://www.mnot.net/ 2005-07-27T11:32:11.150000 2005-07-27T11:32:11.150000
Congratulations! He's beautiful.

Now, start a Wiki to gather name suggestions :)
Congratulations! He's beautiful. Now, start a Wiki to gather name suggestions :)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_17_20_27_31-Government_grants_scam.atom0000664000104500010450000000472111007067455023462 0ustar ucheuche Sun Dec 17 20:27:31 2006 0e6d176f-eb51-40e5-9c38-de092058fe3a <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Carrie 2006-12-17T20:27:31.880000 2006-12-17T20:27:31.880000
The same man called and kept aking my name. This is ridiculous. After I hung up he called again and said that we had met at a party. I told him there was nowway I was going to give any bank info or anything but he kept talking about how we met anfd if I want wanted to meet at a coffee place. Who does he think he is calling and trying to get personal info from me like that. I called the 0police and this cop has the nerve to twell me that the worst thing that can happen for now is that I actually go meet this mnan and then suddenly he is too busy to take care of this. Hoew irresponsible! This guy is getting paid with my money and is in fact working for me but he's too busy! Can you believe those police? What good are they at all? Never available or ready to help when really needed. If they were a business they would be rated worse for service and they wpould have to shut down after all the complains, inneficient service and questionnable work they do. Anyways, if that man calls again I'll havc his number traced and see if the police is going to help this time.
The same man called and kept aking my name. This is ridiculous. After I hung up he called again and said that we had met at a party. I told him there was nowway I was going to give any bank info or anything but he kept talking about how…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_26_09_51_36-Government_grants_scam.atom0000664000104500010450000000351011007067125023466 0ustar ucheuche Tue Sep 26 09:51:36 2006 40cbb902-0141-4052-88bc-bbbf18ac9224 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Andrew 2006-09-26T09:51:36.720000 2006-09-26T09:51:36.720000
i just recieved the same call.. and once it started to sound like a tella marketer i hung up the phone and google the phone number and i found this site......i read the very first comment and when i read the part about the indian accent i was like omg.... i started to freak out...anyways the 808 area code is in hawaii what person would work for the government in hawaii... i would be at the beach all day
i just recieved the same call.. and once it started to sound like a tella marketer i hung up the phone and google the phone number and i found this site......i read the very first comment and when i read the part about the indian accent i was like omg....…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_24_12_16_29-del_icio_us_bookmarks_for_2005-10-23.atom0000664000104500010450000000272211006754040025247 0ustar ucheuche Mon Oct 24 12:16:29 2005 20bdde42-1833-47cd-b8e0-41bd4319e336 <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2005-10-23</div> Parand Tony Darugar http://www.parand.com/say/ 2005-10-24T12:16:29.400000 2005-10-24T12:16:29.400000
Have experimented with SQLite with or without Python? Would you recommend it, and under what conditions?
Have experimented with SQLite with or without Python? Would you recommend it, and under what conditions?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017200000000000011565 Lustar rootrootrepository/comments/2006_01_18_10_27_52-Kumite__Python_vs__Javascript__script_vs__XForms__declarativity_vs__wizards_.atomrepository/comments/2006_01_18_10_27_52-Kumite__Python_vs__Javascript__script_vs__XForms__declarativ0000664000104500010450000000350711006756264032242 0ustar ucheuche Wed Jan 18 10:27:52 2006 f9c94362-a47f-4698-9b36-692e2a2962b6 <div xmlns="http://www.w3.org/1999/xhtml">Kumite! Python vs. Javascript! script vs. XForms! declarativity vs. wizards!</div> Phantom 2006-01-18T10:27:52.580000 2006-01-18T10:27:52.580000
Python is and will be that extra step forward into the future for dummies everywhere as it is the better of the two in object orientation. As many may already know, Python has been used by "average joes" everywhere and will be the step up to a strengthened brain power in technology.
Python is and will be that extra step forward into the future for dummies everywhere as it is the better of the two in object orientation. As many may already know, Python has been used by "average joes" everywhere and will be the step up to a strengthened brain power…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015100000000000011562 Lustar rootrootrepository/comments/2005_06_21_08_39_24-Fedora_and_the_repository_politics__and_exploding_inkscape_.atomrepository/comments/2005_06_21_08_39_24-Fedora_and_the_repository_politics__and_exploding_inkscape_.0000664000104500010450000000401711006762513032233 0ustar ucheuche Tue Jun 21 08:39:24 2005 83339ca1-d5de-4a28-be33-710b31081709 <div xmlns="http://www.w3.org/1999/xhtml">Fedora and the repository politics (and exploding inkscape)</div> chimezie http://copia.ogbuji.net/blog 2005-06-21T08:39:24.870000 2005-06-21T08:39:24.870000
Speaking of inkscape, were you ever able to install it successfully on Fedora Core 3?  None of the repositories seem to have it (or at least the one's I use) and when I try to build it from source I get the following error:

configure: error: libgc (the Boehm Conservative Collector) 6.4+, is needed to compile inkscape -- http://www.hpl.hp.com/personal/Hans_Boehm/gc
Speaking of inkscape, were you ever able to install it successfully on Fedora Core 3? None of the repositories seem to have it (or at least the one's I use) and when I try to build it from source I get the following error: configure: error: libgc (the Boehm Conservative…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_08_20_13_19-XML_2006_Synopsis__Are_we_there_yet_.atom0000664000104500010450000000363511007055232025615 0ustar ucheuche Fri Dec 8 20:13:19 2006 4d80f6b5-eee6-44a4-9851-0fb7103f8357 <div xmlns="http://www.w3.org/1999/xhtml">XML 2006 Synopsis: Are we there yet?</div> Uche http://uche.ogbuji.net 2006-12-08T20:13:19.540000 2006-12-08T20:13:19.540000
Wow.  Tons to comment on.  I do want to start with one matter, though.  You got a segfault in 4Suite because you were using a very experimental branch.  HEAD is not even alpha quality right now.  4Suite branch policy is that stable is the 1.0maint branch.  make sure you're on that if you want stable 4Suite.  We're turbocharging XPath performance on HEAD, and there's a good deal to fix, still.
Wow. Tons to comment on. I do want to start with one matter, though. You got a segfault in 4Suite because you were using a very experimental branch. HEAD is not even alpha quality right now. 4Suite branch policy is that stable is the 1.0maint branch. make sure you're on…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_21_13_46_39-Today_s_XML_wot_he_said.atom0000664000104500010450000000254511006757762023466 0ustar ucheuche Sun Aug 21 13:46:39 2005 e3523ce8-ca06-436f-8467-11c2bdfce9f9 <div xmlns="http://www.w3.org/1999/xhtml">Today's XML wot he said</div> Bob DuCharme http://www.snee.com/bob 2005-08-21T13:46:39.150000 2005-08-21T13:46:39.150000
He must find the XSLT 1.0 spec pretty upsetting.

Bob
He must find the XSLT 1.0 spec pretty upsetting. Bob…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015100000000000011562 Lustar rootrootrepository/comments/2005_08_04_03_06_43-J-Horror_week__or_cultural_roots_of_tastes_in_horror_movies.atomrepository/comments/2005_08_04_03_06_43-J-Horror_week__or_cultural_roots_of_tastes_in_horror_movies.0000664000104500010450000000361511006760263032261 0ustar ucheuche Thu Aug 4 03:06:43 2005 cdb4c8bb-fcc0-4894-bae4-a18264ee7c32 <div xmlns="http://www.w3.org/1999/xhtml">J-Horror week, or cultural roots of tastes in horror movies</div> james governor www.redmonk.com/jgovernor 2005-08-04T03:06:43.420000 2005-08-04T03:06:43.420000
should it be n-horror? :-)

stylism. that a word? we see something similar in martial arts and even gunshut movies from hong kong. a different kind of violence.

also - while you can't sleep i would go for the long tail man -we saw a really good movie from korea called the Quiet Family
should it be n-horror? :-) stylism. that a word? we see something similar in martial arts and even gunshut movies from hong kong. a different kind of violence. also - while you can't sleep i would go for the long tail man -we saw a really good movie from korea…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_20_15_30_37-Government_grants_scam.atom0000664000104500010450000000343511007067353023455 0ustar ucheuche Mon Nov 20 15:30:37 2006 79b018b8-4f2e-4b72-99ae-6c026b44222a <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jon Smyth 2006-11-20T15:30:37.130000 2006-11-20T15:30:37.130000
Heavy Indian accent.
Popular American Grant
1-876 739 7338
Employee name Oliver Brown
Employee number 3287
Never gave him a chance to ask any questions since I was getting the above information from him.

Reported to the 'Do Not Call Registry'
Heavy Indian accent. Popular American Grant 1-876 739 7338 Employee name Oliver Brown Employee number 3287 Never gave him a chance to ask any questions since I was getting the above information from him. Reported to the 'Do Not Call Registry'…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_17_22_33_34-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000273211006751654031331 0ustar ucheuche Thu Aug 17 22:33:34 2006 bad51840-cdb9-450f-bb8e-5adfcfac7d4b <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Onome 2006-08-17T22:33:34.250000 2006-08-17T22:33:34.250000
Hello! Just wondering if international students attend AAUN, and if so, what are the entrance requirements? Thanks!
Hello! Just wondering if international students attend AAUN, and if so, what are the entrance requirements? Thanks!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_21_20_33_30-World_Cup_Blotter.atom0000664000104500010450000000364511007062053022331 0ustar ucheuche Wed Jun 21 20:33:30 2006 b55ea9fa-eea9-498e-af72-61a7947111a2 <div xmlns="http://www.w3.org/1999/xhtml">World Cup Blotter</div> Mary 2006-06-21T20:33:30.600000 2006-06-21T20:33:30.600000
Great blog. I'm a relative neophyte at football (the non-American variety) so I can't pretend to know what constitutes learned commentary from announcers. I will say, though, that I also find Wynalda to be insufferably self-promotional, and that I would enjoy the studio work more if Foudy were allowed to talk about strategy instead of being talked over by Wynalda.

Thanks for the chance to comment!
Mary
Great blog. I'm a relative neophyte at football (the non-American variety) so I can't pretend to know what constitutes learned commentary from announcers. I will say, though, that I also find Wynalda to be insufferably self-promotional, and that I would enjoy the studio work more if Foudy were allowed to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_28_14_00_09-Quotidie.atom0000664000104500010450000000336211006767606020547 0ustar ucheuche Tue Jun 28 14:00:09 2005 e4877eae-053a-463b-8639-b03c7e8713a7 <div xmlns="http://www.w3.org/1999/xhtml">Quotidie</div> Ehi http://queencityspeak.blogspot.com/2005/06/why-did-i-give-up-blanket-of-security.html 2005-06-28T14:00:09.330000 2005-06-28T14:00:09.330000
"We're just babies man, we're just babies..."
I loved the planets back in high/school early college. had to go back and dig them up again and jam on my ipod.  i am glad they are making a comeback. cool site. i will add it to my links.
cheers
"We're just babies man, we're just babies..." I loved the planets back in high/school early college. had to go back and dig them up again and jam on my ipod. i am glad they are making a comeback. cool site. i will add it to my links. cheers…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_05_12_50_59-del_icio_us_daily_links__using_Amara.atom0000664000104500010450000000250711006755134026260 0ustar ucheuche Wed Oct 5 12:50:59 2005 ca80541e-71a8-49da-92f0-f3fe46acd0b5 <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us daily links, using Amara</div> Jay P. 2005-10-05T12:50:59.830000 2005-10-05T12:50:59.830000
Shouldn't the last f.write call be writing a unicode string?
Shouldn't the last f.write call be writing a unicode string?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_05_19_25_05-Government_grants_scam.atom0000664000104500010450000000413211007067420023452 0ustar ucheuche Tue Dec 5 19:25:05 2006 25e6ddc0-2581-4a7b-a916-ce463339d87e <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Mark 2006-12-05T19:25:05.380000 2006-12-05T19:25:05.380000
Just got off the phone with Popular American Grant. Indian accent - I gave them my name - they told me that i was awarded $5000 grant for paying my taxes. Funny, I owe taxes. I had a lot of fun, I told them thanks, I will enjoy the check and hung up. They called back, asking for my address. I asked how they got my number. They told me they have a group of researchers. I asked why the researchers cant give them my address, then she started stumbling over her words and said the government gave her my number. It was a cell phone... yeah I had a lot of fun with it but when they asked for my bank info, I told them I dont have a bank account. They got ticked... more fun for me.... you get the idea
Just got off the phone with Popular American Grant. Indian accent - I gave them my name - they told me that i was awarded $5000 grant for paying my taxes. Funny, I owe taxes. I had a lot of fun, I told them thanks, I will enjoy the check…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_27_21_45_39-Government_grants_scam.atom0000664000104500010450000000317011007067137023474 0ustar ucheuche Wed Sep 27 21:45:39 2006 cd3dbf2b-4556-444e-86c2-918dea5dd6be <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Maria 2006-09-27T21:45:39.070000 2006-09-27T21:45:39.070000
Today i received i call from this Indian man, he was offering 8,000 becuase i was good taxpayer. He request my checking account in order to deposit it directly to my account. Be really careful with that people ...that is a scam
Today i received i call from this Indian man, he was offering 8,000 becuase i was good taxpayer. He request my checking account in order to deposit it directly to my account. Be really careful with that people ...that is a scam…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_28_14_30_45-Government_grants_scam.atom0000664000104500010450000000277311007066662023476 0ustar ucheuche Fri Jul 28 14:30:45 2006 eeb2fa0c-30ed-4260-a3f9-6ba2056c58af <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Brenda 2006-07-28T14:30:45.540000 2006-07-28T14:30:45.540000
Some lady called early in morning saying i'm qualified to get $5000.00, but I had to pay one time fee of $299, please just hang up if you receive this type of call.
Some lady called early in morning saying i'm qualified to get $5000.00, but I had to pay one time fee of $299, please just hang up if you receive this type of call.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_09_17_14_44-Creating_JSON_from_XML_using_XSLT_1_0___EXSLT.atom0000664000104500010450000000323511007056511027073 0ustar ucheuche Mon Oct 9 17:14:44 2006 b06cc695-b9b0-4dd0-b8b2-6bf098550071 <div xmlns="http://www.w3.org/1999/xhtml">Creating JSON from XML using XSLT 1.0 + EXSLT</div> luismiguel http://livingpyxml.python-hosting.com/ 2006-10-09T17:14:44.360000 2006-10-09T17:14:44.360000
I propose to create new methods on Amara to serialize Amara objects. See my hypothetical example: http://livingpyxml.python-hosting.com/wiki/SerializeJson
I propose to create new methods on Amara to serialize Amara objects. See my hypothetical example: http://livingpyxml.python-hosting.com/wiki/SerializeJson…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_09_16_04_10-_Tis_a_boy.atom0000664000104500010450000000315111006760602021013 0ustar ucheuche Tue Aug 9 16:04:10 2005 2fb1d943-3306-4f8e-af48-02816546af18 <div xmlns="http://www.w3.org/1999/xhtml">'Tis a boy</div> Gilles & Karen 2005-08-09T16:04:10.140000 2005-08-09T16:04:10.140000
oh, yes another boy, you guys must be thrilled, he's very cute, I guess you're gonna keep him. I love home birth, I'll get and share details with you next time we see you. Much happiness to you five.
Gilles and Karen
oh, yes another boy, you guys must be thrilled, he's very cute, I guess you're gonna keep him. I love home birth, I'll get and share details with you next time we see you. Much happiness to you five. Gilles and Karen…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_04_06_36_07-Wow___XML_formats_for_outlining_are_complete_rubbish.atom0000664000104500010450000000426711006762241031502 0ustar ucheuche Mon Jul 4 06:36:07 2005 cb7e2749-7e8c-4654-8b35-74f918aab90b <div xmlns="http://www.w3.org/1999/xhtml">Wow! XML formats for outlining are complete rubbish</div> Dan Brickley http://danbri.org/ 2005-07-04T06:36:07.450000 2005-07-04T06:36:07.450000
"XHTML 2.0 to do the heavy lifting"...", "Metadata sections that can readily be mapped to RDF model without using RDF/XML directly"...

XHTML 2.0 itself already has metadata sections
that do just that. See the updated treatment of
"meta" and "link" plus supporting attributes; it
amounts to a new RDF syntax that can be mixed inline, inside rather than outside your prose content:
http://www.w3.org/TR/xhtml2/mod-meta.html#s_metamodule
"XHTML 2.0 to do the heavy lifting"...", "Metadata sections that can readily be mapped to RDF model without using RDF/XML directly"... XHTML 2.0 itself already has metadata sections that do just that. See the updated treatment of "meta" and "link" plus supporting attributes; it amounts to a new RDF syntax…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_16_15_28_18-Government_grants_scam.atom0000664000104500010450000000355211007067231023462 0ustar ucheuche Mon Oct 16 15:28:18 2006 0eb3bbec-f5c0-49de-a1d2-e3ac8ee3a119 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Joe 2006-10-16T15:28:18.980000 2006-10-16T15:28:18.980000
I received a call from 808-212-0041. The first time they contacted me and I won a trip to Orland and the second time they called me I won a Cadillac Escalade. He also had a heavy accent and I couldn't understand him. Lucky for me my cell phone didn't have good signal and I lost his call both times. I googled the number and found these postings. I figured it was a scam because I never entered to win trips or car. This is definitely a SCAM!!
I received a call from 808-212-0041. The first time they contacted me and I won a trip to Orland and the second time they called me I won a Cadillac Escalade. He also had a heavy accent and I couldn't understand him. Lucky for me my cell phone didn't have…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_30_13_35_47-Towards_EXSLT.atom0000664000104500010450000000403411006764343021357 0ustar ucheuche Mon May 30 13:35:47 2005 30e5b641-790b-4e51-8b6c-11d2c9b01e44 <div xmlns="http://www.w3.org/1999/xhtml">Towards EXSLT </div> Uche http://uche.ogbuji.net 2005-05-30T13:35:47.330000 2005-05-30T13:35:47.330000
As I understand it, the formalized copyright rigamarole is rarely needed unless you forsee a good chance of infringement and want extra insurance for any potential case.  I don't think we need to worry about it in any case.

As for the Wiki, we can have a Wiki in addition to the main site, but I'm never likely to support the idea of a Wiki as the primary vehicle for exslt.org.  I've seen all the arguments, pro and con (for years now), and without wading thigh-high into the debate, my experience is just that it's too messy for what we want to do.
As I understand it, the formalized copyright rigamarole is rarely needed unless you forsee a good chance of infringement and want extra insurance for any potential case. I don't think we need to worry about it in any case. As for the Wiki, we can have a Wiki in addition…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_27_13_30_58-Government_grants_scam.atom0000664000104500010450000000307211007067135023467 0ustar ucheuche Wed Sep 27 13:30:58 2006 a09aa051-daf7-4b99-942b-dbb92ccbceda <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Sanjana 2006-09-27T13:30:58.840000 2006-09-27T13:30:58.840000
108000613615 is the number i get calls from , and yes googling it brought me here....goodness and they just hang up each time i pick up...where the hell did they get the number.....kill the MOFOs
108000613615 is the number i get calls from , and yes googling it brought me here....goodness and they just hang up each time i pick up...where the hell did they get the number.....kill the MOFOs…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015100000000000011562 Lustar rootrootrepository/comments/2005_08_22_11_55_05-Today_s_XML_WTF__mandatory_xsi_schemaLocation_for_XHTML_2_0.atomrepository/comments/2005_08_22_11_55_05-Today_s_XML_WTF__mandatory_xsi_schemaLocation_for_XHTML_2_0.0000664000104500010450000000322711006760073031326 0ustar ucheuche Mon Aug 22 11:55:05 2005 9492788a-c253-42b0-b5e8-e983fd654017 <div xmlns="http://www.w3.org/1999/xhtml">Today's XML WTF: mandatory xsi:schemaLocation for XHTML 2.0</div> Uche http://uche.ogbuji.net 2005-08-22T11:55:05 2005-08-22T11:55:05
More commentary on this article on XML-DEV:

http://lists.xml.org/archives/xml-dev/200508/msg00258.html

and thread...
More commentary on this article on XML-DEV: http://lists.xml.org/archives/xml-dev/200508/msg00258.html and thread...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_20_18_03_28-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_20_18_03_28-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000400311007062213031633 0ustar ucheuche Tue Jun 20 18:03:28 2006 e8f7dbb5-edc3-43ac-9fff-939c7b23e476 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> roozta 2006-06-20T18:03:28.330000 2006-06-20T18:03:28.330000
I don't speak Spanish but I switched to Univision after the first week, I couldn't take ABC/ESPN any more.  My brother was getting so mad during the Iran /Mexico game because that idiot O'brien was ignoring the action on the field and kept talking about the politics and the Iranian President. 
Then we have those damned black boxes covering up the action, what the hell is that? ABC should get a clue.
It's been a much better exprience watching Univision.
I don't speak Spanish but I switched to Univision after the first week, I couldn't take ABC/ESPN any more. My brother was getting so mad during the Iran /Mexico game because that idiot O'brien was ignoring the action on the field and kept talking about the politics and the Iranian…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_31_11_29_32-FuXi_-_Versa___N3___Rete_Expert_System.atom0000664000104500010450000000571711006764406026217 0ustar ucheuche Tue May 31 11:29:32 2005 98b91a95-9a33-4c96-93ad-d24afa0a0362 <div xmlns="http://www.w3.org/1999/xhtml">FuXi - Versa / N3 / Rete Expert System</div> chimezie http://copia.ogbuji.net/blog 2005-05-31T11:29:32.290000 2005-05-31T11:29:32.290000
I was mistaken, Pychinko's interpreter does rely on cwm, but specifically:

cwm_math.py
cwm_os.py
cwm_string.py

are needed for implementation of log,math,and os constructs used within rules. 

see:

http://dev.w3.org/cvsweb/~checkout~/2000/10/swap/log.n3?content-type=text/plain
http://dev.w3.org/cvsweb/~checkout~/2000/10/swap/math.n3?content-type=text/plain
http://dev.w3.org/cvsweb/~checkout~/2000/10/swap/os.n3?content-type=text/plain

The suggested CWM tarball can be downloaded from:
http://infomesh.net/2001/cwm/cwm1.82.tar.gz
I was mistaken, Pychinko's interpreter does rely on cwm, but specifically: cwm_math.py cwm_os.py cwm_string.py are needed for implementation of log,math,and os constructs used within rules. see: http://dev.w3.org/cvsweb/~checkout~/2000/10/swap/log.n3?content-type=text/plain http://dev.w3.org/cvsweb/~checkout~/2000/10/swap/math.n3?content-type=text/plain http://dev.w3.org/cvsweb/~checkout~/2000/10/swap/os.n3?content-type=text/plain The suggested CWM tarball can be downloaded from: http://infomesh.net/2001/cwm/cwm1.82.tar.gz…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_31_20_03_37-Government_grants_scam.atom0000664000104500010450000000343611007067277023460 0ustar ucheuche Tue Oct 31 20:03:37 2006 023541ca-b5ca-4c33-bf4a-a2c977e606a8 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> t hubbard 2006-10-31T20:03:37.590000 2006-10-31T20:03:37.590000
what is going on  now i have  some body  telling me i have a urgent  busness matter  i need to attend and give  me this number to call 1-888-312-3593.and a ocde  when i ask thay say i cant help  in the regards of this matter but when you call please use this extension#x21045535and they are rude !!! can any one helpwhen i call i get put on hold for like 30 min or so
what is going on now i have some body telling me i have a urgent busness matter i need to attend and give me this number to call 1-888-312-3593.and a ocde when i ask thay say i cant help in the regards of this matter but when you call please…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_02_16_23_13-Government_grants_scam.atom0000664000104500010450000000263411007067310023443 0ustar ucheuche Thu Nov 2 16:23:13 2006 56a9718a-b9be-40f3-99ce-e2e20140223d <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Ian 2006-11-02T16:23:13.070000 2006-11-02T16:23:13.070000
I got hit with the 808-212-0041 ten times in 5 minutes, I called the white house, and they are looking into it for me.
I got hit with the 808-212-0041 ten times in 5 minutes, I called the white house, and they are looking into it for me.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_18_17_47_07-Government_grants_scam.atom0000664000104500010450000000654511007066601023500 0ustar ucheuche Tue Jul 18 17:47:07 2006 7e886d0e-6145-47e8-916b-b376bddfbf7e <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jennifer 2006-07-18T17:47:07.510000 2006-07-18T17:47:07.510000
First thing that clued me on this call was he had asked for my mother-in-law (whom I live with) and when I said she wasn't home, he asked if I was a family member i replied yes then it all started........A man with an Indian accent told me I am eligble for a grant through the "Goverment Grant and Entitlement Agency" for beinf a good taxpayer.  I kept him on the phone awhile asking him why he couldn't mail me the information then I would call him with the Bank Info.  He continued to tell me that I would recieve my confirmation with the Legal Documents I needed in a few days but he couldn't process my grant without my account number.  I told himr that if he sent the info i would call him back with the account number or he could send a check, he said he couldn't.  I told him that even the goverment wouldn't expect people to dish out there account info without something in writing.  He gave me a whole story on how he couldn't withdra money without authorization (yeah if your doing things the legal way) and how if I wrote a check without a signature the bank wouldn't cash it.  Well come on we live in 2006 people just about anyone can get money from your account with the info (automatic withdrwal's, direct debits, automatic payment's)  Do not fall for this, I am not sure if anyone belives that the goverment is going to track you down to thow 5,000.00 at you, I wish.  Beware of these scams I am not sure if there is anything I can do to help this situation but I am going to do whatever I can, think of the people that fall for this being trusting.  Thank you everyonr for these postings, I kept this guy on the phone then did a search on his company.  I finally read him these statements and how people have recieved the same exact calling saying the monies could be used for anything that is illeagal, and he just hung up.  BE SAFE, IF IT SOUNDS TOO GOOD TO BE TRUE IT IS......IF SOMEONE IS TRYING TO GIVE YOU SOMETHING FOR NOTHING YOU'LL GET NOTHING.
First thing that clued me on this call was he had asked for my mother-in-law (whom I live with) and when I said she wasn't home, he asked if I was a family member i replied yes then it all started........A man with an Indian accent told me I am…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_25_07_04_06-Sane_template-like_output_for_Amara.atom0000664000104500010450000000543611006763073026055 0ustar ucheuche Mon Jul 25 07:04:06 2005 4cbe6f02-06c2-40e6-a737-ce1406a12c17 <div xmlns="http://www.w3.org/1999/xhtml">Sane template-like output for Amara</div> Uche http://uche.ogbuji.net 2005-07-25T07:04:06.420000 2005-07-25T07:04:06.420000
bryan,

I think the idea would indeed be to use Amara to build an XML and then pass the XML to an XSLT processor.  I agree with Sylvain that Amara should not be used as a replacement for XSLT, but rather as a complement in the processing chain.  Two things that you might find helpful:

1) I have prepared a test package which incoprporates Amara with all its prerequisites from 4Suite, for easier install.  It's at:

ftp://ftp.4suite.org/pub/Amara/Amara-allinone-20050720.tgz

Ft.Xml.Xslt is included in that, so you can basically just grab and install this package and be set for what you want to do.  If you do try this, please send me any feedback.  I'm planning to release Amara 1.0, maybe today, and it would include this convenience package.

2) Sylvain's Picket is a great way to simplify the XSLT processing API within the CherryPy XSLT Web server:

http://www.cherrypy.org/wiki/Picket

I've used it myself to whip up very quick XML -> XSLT dynamic Web sites.

HTH
bryan, I think the idea would indeed be to use Amara to build an XML and then pass the XML to an XSLT processor. I agree with Sylvain that Amara should not be used as a replacement for XSLT, but rather as a complement in the processing chain. Two things…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_18_15_48_17-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000774611006751643031347 0ustar ucheuche Tue Apr 18 15:48:17 2006 b786952e-d203-40a0-89af-50b0b52f1c73 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Chukma 2006-04-18T15:48:17.910000 2006-04-18T15:48:17.910000
C. Nwaukwa  MD, Cardiologist, Chicago, IL, wrote:
"Thirdly, though AAUN brands itself as a world class university, it has no basis to make this claim. It has yet to graduate any student and it has not had the opportunity to showcase any research accomplishments."

I am sorry to correct you but it seems to me that you ignore the basics about American-style education.

1.First of all there are universities which emphasize research and others which emphasize teaching. The last ones are four-year colleges and universities and two-year colleges. In those institutions, faculty is mainly evaluated through teaching activities although everyone can also carry out research. But, in most cases this is very difficult because of the teaching load which is more important than in research universities.

2. Although the world-renown American universities (Harvard, Princeton, Cornell, etc.) are research universities, the role played by teaching-oriented universities is widely appreciated.

3. ABTI-American University is a four-year university in its beginnings and i am sure its staff and faculty efforts will mainly be focused on teaching although there will be some room for research activities. But don't forget that this is nmot a university (at least for the moment) where you go for a masters or a Phd.

4. You wrote: "I had the opportunity to review the c.v. of all the staff and I must say that most of them are all individuals of modest academic accomplishments..."

You definitely ignore the American mentality. American universities' staff are not expected to be necesserally persons of high academic caliber. Their role is to manage the university, not to do some research evaluated by their peers. It does not matter they are professors of universities themselves or not. It is another type of competency which is required from them: integrety, innovation, very good management skills, communication and interacting in a diverse environment, etc.

Very recently an army pilot was hired as president of one of the biggest and most respected American universities. He got the job while competing with highly-respected professors.

Sorry for my English. I am a French scholar living in the USA.
C. Nwaukwa MD, Cardiologist, Chicago, IL, wrote: "Thirdly, though AAUN brands itself as a world class university, it has no basis to make this claim. It has yet to graduate any student and it has not had the opportunity to showcase any research accomplishments." I am sorry to correct you…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_01_11_18_40_19-Government_grants_scam.atom0000664000104500010450000000351111007067531023452 0ustar ucheuche Thu Jan 11 18:40:19 2007 5ce291f6-7a59-4a03-953e-49deae2b461f <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Chris 2007-01-11T18:40:19.310000 2007-01-11T18:40:19.310000
i was stupid and not thinking cause i sctually aplied for a grant a few days ago, i got this call from some 514 number and actually made the mistake of going through the whole thing. all the same stuff in the info it was a thick indian accent and all that jazz.  can anyone help me? has ne one actually recieved anything from this thing im pretty scared about it.  any advice would be greatly appreciated. thank you
i was stupid and not thinking cause i sctually aplied for a grant a few days ago, i got this call from some 514 number and actually made the mistake of going through the whole thing. all the same stuff in the info it was a thick indian accent and…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_20_15_11_17-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000371111006751653031316 0ustar ucheuche Thu Jul 20 15:11:17 2006 73f95e01-9ccd-4799-9e70-4b90532860d3 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Mine vowe sokoh 2006-07-20T15:11:17.820000 2006-07-20T15:11:17.820000
I am averse to comments by critics towards the progress of Abti American University. AAUN is a remedy for change in our present society, bringing about the mode of education most elite Nigerians have yearned for. As a student of AAUN I have learned a lot and hope to learn more in the years to come. The average Nigerian university is bottled up with chaos and corruption, and as it seems there has been no solution to such consistent debacle.
I am averse to comments by critics towards the progress of Abti American University. AAUN is a remedy for change in our present society, bringing about the mode of education most elite Nigerians have yearned for. As a student of AAUN I have learned a lot and hope to learn…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_04_21_03_48-Government_grants_scam.atom0000664000104500010450000000674411007067165023464 0ustar ucheuche Wed Oct 4 21:03:48 2006 db3f821b-105e-4216-a997-a1a69f441bd2 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Matthew 2006-10-04T21:03:48.360000 2006-10-04T21:03:48.360000
My wife was called this afternoon from the "Government Grant Center". Guy had a very strong indian accent and said that we were one of 9000 people in the country who were selected to receive 8000 dollars. The requirements were that we were US citizens, paid our taxes, and have a checking account number which we had to provide. My wife did, as I was at work and didn't find out until I came home.  Immediately I called the bank and cancelled our checking account. Thank heavens nothing was taking out.  This evening about 10pm the guy calls back and I talk to him about 35 minutes. This whole time I ask him silly questions. He says his name is Mark Spencer, doubtful though because he is Indian and all the people in the background were speaking a foreign language. He lives in St. George, UT and when I asked him what time it was there, he said he had to go outside to look at the clock. Most likely meaning he had to google the location to find the time zone. He would not give me a telephone number to call him back. Eventually he became irate asking me if I was related to George Bush. I said no and asked him if he was. He said no, but my family lives next door to him. I asked him where and he couldn't tell me. I then told him my bank account had been cancelled and he stated he already had my banking info and it didn't matter. I told him to call the bank then to be sure and told him he wouldn't be able to get any money even if he wanted to. He tells me that if I am lying I will go to jail. Funny to hear him say that with his accent. Apparently dubya passed a "brand new fresh" law that if I lie about having a bank account I will go to jail. Told him I don't think so and said you probably have never been to the US so have a nice day.. As I hung up I heard him say !*'" off! Oh well, he also says I'm the biggest fool and loser in the country. The address given to me, not sure if it's legit :
Mark Spencer(the Indian)
Government Grant Center
472 South River Rd
St. George , UT  84770
My wife was called this afternoon from the "Government Grant Center". Guy had a very strong indian accent and said that we were one of 9000 people in the country who were selected to receive 8000 dollars. The requirements were that we were US citizens, paid our taxes, and have…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_17_09_02_28-Urlacher___Urlacher___Urlacher_.atom0000664000104500010450000000337511007056324025130 0ustar ucheuche Tue Oct 17 09:02:28 2006 20f6076b-11d6-48dd-a934-9a70816415ca <div xmlns="http://www.w3.org/1999/xhtml">Urlacher! Urlacher! Urlacher!</div> Arizona Resident 2006-10-17T09:02:28.390000 2006-10-17T09:02:28.390000
Sure it's great to say that your team turned the entire game around in a single quarter, but let us not forget that their "opposition" was the Cardinals.  It's quite possible that the Bears could've sat on the bench the entire 4th quarter and the Cardinals would've lost anyways.
Sure it's great to say that your team turned the entire game around in a single quarter, but let us not forget that their "opposition" was the Cardinals. It's quite possible that the Bears could've sat on the bench the entire 4th quarter and the Cardinals would've lost anyways.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_22_07_42_07-Use_Amara_to_parse_process__almost__any_HTML.atom0000664000104500010450000000402111006760724027607 0ustar ucheuche Fri Jul 22 07:42:07 2005 43557af8-bb7f-4831-8acb-37e77141aa6c <div xmlns="http://www.w3.org/1999/xhtml">Use Amara to parse/process (almost) any HTML</div> Uche http://uche.ogbuji.net 2005-07-22T07:42:07.910000 2005-07-22T07:42:07.910000
Sylvain,

RELAX NG support is in the plas for the Amara 2.0 branch.  4Suite includes RELAX NG support, so I expect it will be fairly straightforward.

John,

Tagsoup didn't come into my mind because it's a Java app, and I started out looking at options I could import directly in Python.  But since I ended up using the command line tidy, anyway, I could have broadened my options.  I'll give Tagsoup a try.
Sylvain, RELAX NG support is in the plas for the Amara 2.0 branch. 4Suite includes RELAX NG support, so I expect it will be fairly straightforward. John, Tagsoup didn't come into my mind because it's a Java app, and I started out looking at options I could import directly in…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_04_20_30_08-ABC_ESPN_World_Cup_announcers__The_debacle_continues.atom0000664000104500010450000000415311007062017031047 0ustar ucheuche Tue Jul 4 20:30:08 2006 bf3fa149-c1b7-46b3-ae08-df91a7ef4ab1 <div xmlns="http://www.w3.org/1999/xhtml">ABC/ESPN World Cup announcers: The debacle continues</div> Peter 2006-07-04T20:30:08.050000 2006-07-04T20:30:08.050000
Dave O'Brien is doing an absolutely fantastic job. He is probably one of the best announcers in the US at this time. He is the ultimate professional in his field. I've listened to this guy do the job for the Florida Marlins for years and to see him doing so well in world cup games is amazing. I've listened to Andres Cantor in english and he cant even clean the shoes to Dave O'Brien. There is noone in the world that would a more professional job than Dave. Cudos.
Now, as far as the color guys go, ABC probably could hire a better color guy than Marcelo Balboa. But, overall an excellent job by ABC game booth crew.
Dave O'Brien is doing an absolutely fantastic job. He is probably one of the best announcers in the US at this time. He is the ultimate professional in his field. I've listened to this guy do the job for the Florida Marlins for years and to see him doing so…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_23_12_45_50-Beyond_HTML_tidy__or.atom0000664000104500010450000000362711006760652022715 0ustar ucheuche Sat Jul 23 12:45:50 2005 63ed666d-078c-4488-973c-18c65aaede4a <div xmlns="http://www.w3.org/1999/xhtml">Beyond HTML tidy, or </div> Uche http://uche.ogbuji.net 2005-07-23T12:45:50.140000 2005-07-23T12:45:50.140000
Bob, I already discussed that extensively in "Wrestling HTML" ( http://www.xml.com/pub/a/2004/09/08/pyxml.html ).  As you can see in the article, my experience was far from satisfactory.  And that's even when I leave out the fact that I hate libxml's Python API (lxml supposedly fixes that mess).
Bob, I already discussed that extensively in "Wrestling HTML" ( http://www.xml.com/pub/a/2004/09/08/pyxml.html ). As you can see in the article, my experience was far from satisfactory. And that's even when I leave out the fact that I hate libxml's Python API (lxml supposedly fixes that mess).…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_25_18_28_28-CherryPy_QOTW.atom0000664000104500010450000000334211007070434021374 0ustar ucheuche Wed Jan 25 18:28:28 2006 752795cb-3ceb-4686-b2c3-74857187f6b5 <div xmlns="http://www.w3.org/1999/xhtml">CherryPy QOTW</div> Christian Wyglendowski http://www.dowski.com 2006-01-25T18:28:28.290000 2006-01-25T18:28:28.290000
Captain Buffet ... sounds like someone who spends too much time at Golden Corral ;-)

Anyhow, I am honored to be selected for this week's CherryPy QOTW.  Thanks to everyone who helped get me this far.  In closing, planetatom.net is sweet.  Nice work.
Captain Buffet ... sounds like someone who spends too much time at Golden Corral ;-) Anyhow, I am honored to be selected for this week's CherryPy QOTW. Thanks to everyone who helped get me this far. In closing, planetatom.net is sweet. Nice work.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_07_27_16_16_43-del_icio_us_bookmarks_for_2007-07-26.atom0000664000104500010450000000273611007174755025314 0ustar ucheuche Fri Jul 27 16:16:43 2007 40af247d-ac1b-4d67-b702-a583f855b0fe <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2007-07-26</div> jsled http://asynchronous.org/jsled 2007-07-27T16:16:43.500000 2007-07-27T16:16:43.500000
Arnia is Joe Geldart.

http://en.wikipedia.org/wiki/User:Arnia
Arnia is Joe Geldart. http://en.wikipedia.org/wiki/User:Arnia…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_28_04_21_25-Chikaora_Zion_Credell_Ogbuji.atom0000664000104500010450000000273711006751111024416 0ustar ucheuche Mon Nov 28 04:21:25 2005 e105319a-97d7-4f82-882c-23f5b29661d9 <div xmlns="http://www.w3.org/1999/xhtml">Chikaora Zion Credell Ogbuji</div> james governor www.redmonk.com/jgovernor 2005-11-28T04:21:25.930000 2005-11-28T04:21:25.930000
another ogbuji you are coming thick and fast! congratulations - i can only assume this little beauty is chimezie's handiwork.
another ogbuji you are coming thick and fast! congratulations - i can only assume this little beauty is chimezie's handiwork.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_21_22_56_31-Solution__simple_XML_output.atom0000664000104500010450000000736711006755650024456 0ustar ucheuche Wed Sep 21 22:56:31 2005 ef5911d2-147e-4517-866d-850d1736e93d <div xmlns="http://www.w3.org/1999/xhtml">Solution: simple XML output </div> Uche http://uche.ogbuji.net 2005-09-21T22:56:31.170000 2005-09-21T22:56:31.170000
I understand it's a bit confusing, but I'll try to explain the situation as well as I can.  Please bear with me.

Actually, my position is very consistent with regard to string versus Unicode in XML processing.  I insist on Unicode for internal processing of markup, but strings for serialized XML, whether input (parsing) or output (serialization).  This is pretty much required by the character of XML 1.0.  XML only defines entities in encoded form.  There is no such thing as an abstract Unicode document entity.  This is so for the document entity (main XML document) as well as external parsed entities.  The XML fragment you pass in to xml_append_fragment() is really just an EPE.

Think of it as a magic Unicode firewall.  One one side of the firewall is serialized XML, which is always in encoded strings.  On the inside of the wall are markup objects, which are always Unicode.  You seem to have this wall in the wrong place.  It's not whether or not you're using I/O that is the deciding factor.  It's whether or not you're dealing with serialized XML.

I mandate string for xml_append_fragment() because it would have been fundamentally incorrect to accept Unicode in this case.

For your first markup example:

newdoc.xml_append_fragment("" % "höke")

Yes, this is fine, as long as that second string is defined in UTF-8.  If not, you have to do:

newdoc.xml_append_fragment("" % "höke", encoding)

And yes,

  newdoc.xml_append_fragment("")

Is the same, as long as the encoding is the same.

> Does [Amara] actually also escape strings like "&" (single ampersand) and the like?

The fragment is a simple XML EPE.  It must be well-formed.  e.g.

newdoc.xml_append_fragment("")
I understand it's a bit confusing, but I'll try to explain the situation as well as I can. Please bear with me. Actually, my position is very consistent with regard to string versus Unicode in XML processing. I insist on Unicode for internal processing of markup, but strings for serialized…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_11_04_49_48-Time_for_Mac_.atom0000664000104500010450000000374511007055145021446 0ustar ucheuche Mon Dec 11 04:49:48 2006 b69b8970-bace-4e52-a732-8b0eb97b18db <div xmlns="http://www.w3.org/1999/xhtml">Time for Mac?</div> Edd Dumbill http://times.usefulinc.com/ 2006-12-11T04:49:48.090000 2006-12-11T04:49:48.090000
I went for Mac for the productivity and media side, as well as wanting 'just works' for synchronisation and external VGA, but stuck with Linux for development work.

The most useful thing ever is the Parallels VM software. I have a bus-powered external HD with an Ubuntu and a Windows image on it. All 3 OS's means I fulfil the productivity, development and testing criteria on one box.

Get the fastest disk you can and as much RAM as you can.
I went for Mac for the productivity and media side, as well as wanting 'just works' for synchronisation and external VGA, but stuck with Linux for development work. The most useful thing ever is the Parallels VM software. I have a bus-powered external HD with an Ubuntu and a Windows…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_31_19_14_33-Don_t_Ever_Underestimate_The_Power_Of_Simplicity.atom0000664000104500010450000000367611006747710030507 0ustar ucheuche Sat Dec 31 19:14:33 2005 ed910e28-d1ce-40e3-b8a4-fdfd087c4ab6 <div xmlns="http://www.w3.org/1999/xhtml">Don't Ever Underestimate The Power Of Simplicity</div> Trackback from XSLT:Blog[@author = 'M. David Peterson']/Main http://www.xsltblog.com/archives/2006/01/dont_ever_under_1.html 2005-12-31T19:14:33.100000 2005-12-31T19:14:33.100000
ongoing ? Protocol Day One A recent Tim Bray post brings the year into perspective using a retrospective summary. Setting aside the fact that I think this is a fantastic idea (and if Kurt's up for it would be a GREAT material for eXplorations[feed]) there was this entry for September: September: Those who know what curl is are probably snickering...
ongoing ? Protocol Day One A recent Tim Bray post brings the year into perspective using a retrospective summary. Setting aside the fact that I think this is a fantastic idea (and if Kurt's up for it would be a GREAT material for eXplorations[feed]) there was this entry for September:…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_25_13_28_38-Fancy_Web.atom0000664000104500010450000000360411006753754020622 0ustar ucheuche Tue Oct 25 13:28:38 2005 a74897d5-72a4-4aec-a7d0-a08ea1157e1c <div xmlns="http://www.w3.org/1999/xhtml">Fancy Web</div> Uche http://uche.ogbuji.net/ 2005-10-25T13:28:38.640000 2005-10-25T13:28:38.640000
It's a good point, Dare.  Maybe an umbrella term is not needed.  But there are times when we want to refer to all that fanciness, and isn't it cumbersome to say "tagging and folksonomies and AJAX and Web feeds and Wikis and Web services and..."?  I suppose one coud ponder which comes first?  The buzzword or the hype?  If we didn't have an overheated term such as "Web 2.0", would we ever decide we want to talk about all those things all at once?
It's a good point, Dare. Maybe an umbrella term is not needed. But there are times when we want to refer to all that fanciness, and isn't it cumbersome to say "tagging and folksonomies and AJAX and Web feeds and Wikis and Web services and..."? I suppose one coud ponder…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_22_15_46_50-First_board.atom0000664000104500010450000000502111006751335021201 0ustar ucheuche Tue Nov 22 15:46:50 2005 2e4a35b5-779d-4e41-873c-dee34b3cf857 <div xmlns="http://www.w3.org/1999/xhtml">First board</div> Bill Mill http://lllimllib.f2o.org/blog 2005-11-22T15:46:50.140000 2005-11-22T15:46:50.140000
I was into jibbing, until I fell and broke my wrist 4 winters ago, then had to drive home alone. Now that I'm playing ultimate pretty seriously, I try to stay out of the air, and I think I like the trees better anyway. I love the focus that comes with knowing that a wrong turn could mean you're done for a season (or worse).

I also love that it slows things down - you get more tired, take more stops, and spend less time on the lift. Finally, much smaller crowds is a nice bonus (especially in Vermont :).

As for equipment, I'm riding a Burton Custom which is a little longer than I'd ride if I was still doing a lot of freestyle. I couldn't be happier with it. I'm a pretty consistent Burton customer, since my cousin used to work for them, but I'm going to look at other boards when I buy my next one.

I've only ridden here in the Northeast, although almost everywhere in the NE. I can't wait to come out to CO, but I'm not sure when I'll get the chance. I'll drop you a line if I do get out there.
I was into jibbing, until I fell and broke my wrist 4 winters ago, then had to drive home alone. Now that I'm playing ultimate pretty seriously, I try to stay out of the air, and I think I like the trees better anyway. I love the focus that comes…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_02_07_09_26_29-Small_fix_to_atom_rnc__and_what_about_xml_space_.atom0000664000104500010450000000314611007067616030661 0ustar ucheuche Tue Feb 7 09:26:29 2006 1ef45fea-c43d-4fd4-9ae0-349f5fba45ad <div xmlns="http://www.w3.org/1999/xhtml">Small fix to atom.rnc, and what about xml:space?</div> John Watson 2006-02-07T09:26:29.880000 2006-02-07T09:26:29.880000
Uche, I would love to know how you go about embedding schematron rules within a compact RelaxNG schema.  Have you any references for how to do this? It's just what I need at the moment.....
Uche, I would love to know how you go about embedding schematron rules within a compact RelaxNG schema. Have you any references for how to do this? It's just what I need at the moment.....…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_26_03_05_59-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000476011006751636031332 0ustar ucheuche Thu Jan 26 03:05:59 2006 3e8ef4a6-79f3-4fde-9c62-5b77c4d7c672 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Echeonwu Bobmanuel Chimaroke 2006-01-26T03:05:59.980000 2006-01-26T03:05:59.980000
The idea of an American-styled university is a welcomed one in Nigeria,bear bearing in mind the fact that we are begining to get bored of the British-styled eduction.Though the problem of the educational system may not be completely loaded on the British system,since it has consistently worked well for them.In my opinion,I think we have not managed very well the once great educational system bequeated to us by our then colonial masters.
  Anyway,the above issue is beter left as a topic for another day.My aim of writing thi note is to find out about the PATHOLOGY or HISTOPATHOLOGY Department of the university. I am a graduate of histopathology (BMLS)from the Ambrose Alli University,Ekpoma and I wish to seek for employment opportunity at the univerity as well as for the furtherance of my education there.I would be glad if details of information i require could be sent me thru my E-mail address as provided.Thanks
The idea of an American-styled university is a welcomed one in Nigeria,bear bearing in mind the fact that we are begining to get bored of the British-styled eduction.Though the problem of the educational system may not be completely loaded on the British system,since it has consistently worked well for them.In…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_26_20_07_27-Government_grants_scam.atom0000664000104500010450000000556611007067002023466 0ustar ucheuche Sat Aug 26 20:07:27 2006 cc9a79b8-ceb6-45d1-bc55-d1232580fb4b <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Robin 2006-08-26T20:07:27.210000 2006-08-26T20:07:27.210000
A very heavily India accented man called last week (8/20) from 808 212-0041 (named Steven Jones) selling pharmaceutical drugs.  I fell for it, and bought something for $120. He kept calling me back over and over again saying there was a problem and he had to reconfirm the order and that it was being recorded.  My guess is that each time he called, he entered a new order to my credit card, because I have been informed by my bank of three charges - $417, $300 and $200.  From different pharmacies - LV Pharmacy (in Latvia) and RXPharmacy Sales.com. When he called again I screamed at him about these charges and to cancel the order.  He said too late.  I kept screaming at the top of my lungs.  CANCEL THE ORDER, CANCEL THE ORDER, CANCEL THE ORDER.  I tried and tried to contact both of these companies that actually charged me and end up with a deadend.  The RX Pharmacy sales.com website provides heavy, heavy warning not to dispute the charge or the wrath of God will fall upon you, and that they will send a collection agency after you.  This is complete fraud.  Now they call me 10X a day every day.  We just signed up for privacy manager today with our phone company.  It has been quiet, for the first time, this afternoon.  I really screwed up by allowing myself to be sucked into an overly aggressive India telesales person and actually giving up my credit card number to him. I cancelled my card. Now I have a mess to clean up.
A very heavily India accented man called last week (8/20) from 808 212-0041 (named Steven Jones) selling pharmaceutical drugs. I fell for it, and bought something for $120. He kept calling me back over and over again saying there was a problem and he had to reconfirm the order and…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_23_06_29_09-Today_s_XML_WTF.atom0000664000104500010450000000300111006755741021623 0ustar ucheuche Wed Aug 23 06:29:09 2006 51884216-c9e0-4439-81e2-65edff47e6e4 <div xmlns="http://www.w3.org/1999/xhtml">Today's XML WTF</div> Doug Winter http://www.isotoma.com 2006-08-23T06:29:09.930000 2006-08-23T06:29:09.930000
That post to the XML-SIG that you reference is made by a self-confessed 'Python-XML beginner', so I think you are perhaps spreading blame a bit thickly there.
That post to the XML-SIG that you reference is made by a self-confessed 'Python-XML beginner', so I think you are perhaps spreading blame a bit thickly there.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_19_14_56_06-XML_recursive_directory_listing__part_3.atom0000664000104500010450000000255511006765053026743 0ustar ucheuche Thu May 19 14:56:06 2005 1e60cedc-237c-4c30-ada1-e8c8e43bad01 <div xmlns="http://www.w3.org/1999/xhtml">XML recursive directory listing, part 3</div> Amos Newcombe 2005-05-19T14:56:06.300000 2005-05-19T14:56:06.300000
Note the full line is:

return repr(b / 1024*1024)+"Mb"
Note the full line is: return repr(b / 1024*1024)+"Mb"…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_08_05_08_54_07-Why_FuXi_.atom0000664000104500010450000000355611007174617020636 0ustar ucheuche Sun Aug 5 08:54:07 2007 42622083-0989-405b-85c7-7da5525c566e <div xmlns="http://www.w3.org/1999/xhtml">Why FuXi?</div> John Cowan http://www.ccil.org/~cowan 2007-08-05T08:54:07 2007-08-05T08:54:07
"FuXi" is correct; it's the name of the mythical founder of Chinese civilization.  "Fu" is his surname and "Xi" his personal name (unusual in being only one syllable).  He ruled China (or the world) for 18,000 years, and was said to be the inventor of everything from fish-netting to patriarchy.  See http://en.wikipedia.org/wiki/Fu_Xi for details.
"FuXi" is correct; it's the name of the mythical founder of Chinese civilization. "Fu" is his surname and "Xi" his personal name (unusual in being only one syllable). He ruled China (or the world) for 18,000 years, and was said to be the inventor of everything from fish-netting to patriarchy.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_19_02_10_32-XML_recursive_directory_listing__part_3.atom0000664000104500010450000000746311006765053026730 0ustar ucheuche Thu May 19 02:10:32 2005 08f9feda-b222-4253-8f4b-3174c222fc28 <div xmlns="http://www.w3.org/1999/xhtml">XML recursive directory listing, part 3</div> Sylvain Hellegouarch http://www.mangue.org 2005-05-19T02:10:32.350000 2005-05-19T02:10:32.350000
Hi Uche,

This is a nice recipe but I was wondering, let's say that I want to generate an XML for my complete filesystem. I guess you can imagine that the rsulting XML would get huge, plus it would kill the performance of the script I think.

So instead of keeping the all tree in one file, couldn't you split in different files?

One simple way could be one file per directory. For example something like :


 
 
 


The ref attribute would be simply the name of a sub-directory as an md5 sum maybe of the fullpath of that sub-directory.

Of course you could end up with an amazing number of files.

So I see two options that could be included in your script :

-one : would mean you only one huge file as you are doing now
-multiple : which would create as many files as directories you have

The issue is that there is no reason to keep a complete filesystem tree in one huge file. If you had to write a file browser, you wouldn't build a tree of the complete filesystem each time the user expand one node.

Therefore, you could also not recurse into the sub directories. But when reading the xml file, the client would have to call again the script with the new directory path :


 
 
 


Then when the client reads this file, it will have to call again the script with "/home/uogbuji/foo/bar". It will load on demand.

My 2 cents :)

- Sylvain
Hi Uche, This is a nice recipe but I was wondering, let's say that I want to generate an XML for my complete filesystem. I guess you can imagine that the rsulting XML would get huge, plus it would kill the performance of the script I think. So instead of…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_28_03_16_02-_Tis_a_boy.atom0000664000104500010450000000330611006760601021014 0ustar ucheuche Thu Jul 28 03:16:02 2005 53f02711-d19e-4dd7-84a6-1a5ba261047d <div xmlns="http://www.w3.org/1999/xhtml">'Tis a boy</div> james governor http://monkchips 2005-07-28T03:16:02.690000 2005-07-28T03:16:02.690000
w00t!!!!

Great job man. great great job.

I have always like the name Chinua... since i came across it, that is. things fall apart.

there is no heart of darkness, rather a place of love and light and history.
w00t!!!! Great job man. great great job. I have always like the name Chinua... since i came across it, that is. things fall apart. there is no heart of darkness, rather a place of love and light and history.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_06_04_47_42-Quot__di__.atom0000664000104500010450000000337611006765546021040 0ustar ucheuche Thu Jul 6 04:47:42 2006 2796ba68-02ce-4a0c-90ae-fe4c766e0d8f <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Cryssie Elizabeth http://moonalupe.com 2006-07-06T04:47:42.680000 2006-07-06T04:47:42.680000
I want a full song for that. It is so amazing, I love it so much. I really don't like what those people are doing. Why not let it go? They could make so much money off that song!!! Hopefully Amanda Abizaid will instead though.

3 words: Truly breathtakeningly beautiful.
I want a full song for that. It is so amazing, I love it so much. I really don't like what those people are doing. Why not let it go? They could make so much money off that song!!! Hopefully Amanda Abizaid will instead though. 3 words: Truly breathtakeningly beautiful.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_29_23_12_57-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000512611006751640031325 0ustar ucheuche Wed Mar 29 23:12:57 2006 3d900241-9907-4aad-b4eb-ef29a6b97ef4 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Omorx 2006-03-29T23:12:57.780000 2006-03-29T23:12:57.780000
Ohia,

tell me how rural areas would ever develop. The term urbanisation can only materialise when a  huge investment such as a University is made in rural areas. The Harvard, Yale, MIT and other great universities in the world were established in rural areas and eventually brought in development to such communities. I surport what Remi Bailey says: "by the time the University comes to a full circle, those who knows Yola of yesterday will be saying they lack foresight." So, situating AAUN in a place like Yola is not a mistake. The dean of the business school of AAUN, Dr Ahmad Hosseni would always, "we are here to develop this community. It is one way we can help Africa." I must commed the founder of the school for making such investement.
  We have all been quest for a world class university that can compete favourably with others in other parts of the world and the birth of AAUN is one I think can do that. It is really building and touching lives for a better mastery of the challenges of the African future.
Ohia, tell me how rural areas would ever develop. The term urbanisation can only materialise when a huge investment such as a University is made in rural areas. The Harvard, Yale, MIT and other great universities in the world were established in rural areas and eventually brought in development to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017200000000000011565 Lustar rootrootrepository/comments/2005_08_31_14_58_54-Domlette_and_Saxlette__huge_performance_boosts_for_4Suite__and_derived_code_.atomrepository/comments/2005_08_31_14_58_54-Domlette_and_Saxlette__huge_performance_boosts_for_4Suite__a0000664000104500010450000001023311006757002032151 0ustar ucheuche Wed Aug 31 14:58:54 2005 3da57392-440e-45d1-99e8-98a66a1d8742 <div xmlns="http://www.w3.org/1999/xhtml">Domlette and Saxlette: huge performance boosts for 4Suite (and derived code)</div> Sylvain Hellegouarch http://www.defuze.org/oss/blog/ 2005-08-31T14:58:54.120000 2005-08-31T14:58:54.120000
Martijn,

Although I do agree the sentence "I'm done with the silly benchmarks game" has some weight considering Uche's old article on benchmarking, I find it hard to admit how people are so ready to jump on Uche as soon as he pronounces the word "benchmark".

To me, performances are important but not as important as the usefulness, ease of use and comprehensivness of a package. In this regard at first I can't say that 4Suite was a winner but neither was lxml (again to me). But thank god Amara arrived and now it is definitely the winner (even over ElementTree since it has such a limited support of XPath and other X sweet things). If Amara can be faster then great but as far as I'm concerned I don't care that it was a bit slower in the past to ElementTree or to lxml to parse into DOM a 3Mb XML file... how often do I load so big files? Hmmm almost never...

But on the other hand, how long do I need to think before getting the right way to do some xpath query with Amara? Well roughly 0s since I just have to do:

node.xml_xpath('/look_for_something')

I'm sorry but there again lxml doesn't appeal very much (http://codespeak.net/lxml/xpath.html).

I don't mean to say that lxml is bad, just that maybe there are more important things than speed. You may benchmark a lot lxml, it will not make its API more user friendly to me.

I'm very happy Uche did realize that and did release Amara because it brought what the ElementTree API tried to do... make XML a shadow for Python users. And I'm looking forward Amara 1.2 very much.

Note: libxml2 has a bloated API IMO so it must be fairly hard for you and you already widely improved the way to access it from Python compare to the old libxml2 Python binding. However you won't make fix issues with libxml2 itself, such as for instance the RelaxNG package. I mean libxml2 only offers you with "valid or not against a RelaxNG schema". Well yeah it's nice but it'd be even better to tell me where it fails to be valid. 4Suite (and soon amara) does it and then make the use of RelaxNG something useful. (If libmxl2 does it too let me know and I'll be happy to retract my words)

I do realise my message might be a bit rude but I think I didn't see much use to your post either (for once since usually I appreciate your entries).
Martijn, Although I do agree the sentence "I'm done with the silly benchmarks game" has some weight considering Uche's old article on benchmarking, I find it hard to admit how people are so ready to jump on Uche as soon as he pronounces the word "benchmark". To me, performances are…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_28_21_58_48-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_28_21_58_48-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000437611007062221031665 0ustar ucheuche Wed Jun 28 21:58:48 2006 5c702228-f30e-4be1-aa17-37cffc31b99c <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> desertlimey 2006-06-28T21:58:48.290000 2006-06-28T21:58:48.290000
Unfortunately commentary gaff of the tournament has been snatched away from O'B & B - they had previously held the whole top 10.  Step forward Tommy Smyth. His histrionics at the decision to give the 2nd Swiss goal agains Korea were a pure joy. Both adamant and shrill he squealed "it came off the defender but that doesn't matter!!!" (or v similar).

So he's called a thousand games but doesn't know the rules - I'd call that a sackable offence. Class act.

And as for Balboa being a player. Did you ever see him. He sucked. They seem to have found something he's worse at. He'll probably get the FEMA job.

Go limeys. wooh.
Unfortunately commentary gaff of the tournament has been snatched away from O'B & B - they had previously held the whole top 10. Step forward Tommy Smyth. His histrionics at the decision to give the 2nd Swiss goal agains Korea were a pure joy. Both adamant and shrill he squealed…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000037300000000000011570 Lustar rootrootrepository/comments/2005_05_20_18_01_59-By__If__I_m_assuming__If_someone_comes_up_with_a_coherent_spec_that_omits_the_type_info__it_could_somehow_make_its_way_into_the_4Suite_post_1_0___to_be_the_condition_and_the_result_if_the_condition_is_met_.atomrepository/comments/2005_05_20_18_01_59-By__If__I_m_assuming__If_someone_comes_up_with_a_coherent_sp0000664000104500010450000000360611006764566032131 0ustar ucheuche Fri May 20 18:01:59 2005 571d8117-81b5-4a46-b7aa-277f00581b28 <div xmlns="http://www.w3.org/1999/xhtml">By 'If' I'm assuming 'If someone comes up with a coherent spec that omits the type info, it could somehow make its way into the 4Suite post 1.0.' to be the condition and the result if the condition is met?</div> Trackback from <XSLT:Blog /> http://www.xsltblog.com/archives/2005/05/by_if_im_assumi.html 2005-05-20T18:01:59.150000 2005-05-20T18:01:59.150000
Copia Ok. I'm up to the challenge. I think its safe to assume that Uche knows a thing or two about programming. So, in reality, a simple list of features and capabilities that need to be present should be more...
Copia Ok. I'm up to the challenge. I think its safe to assume that Uche knows a thing or two about programming. So, in reality, a simple list of features and capabilities that need to be present should be more...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_04_15_40_32-Government_grants_scam.atom0000664000104500010450000000343111007067157023450 0ustar ucheuche Wed Oct 4 15:40:32 2006 93e8aa3d-4b07-46a8-a9be-5127f6515a4c <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> tasha 2006-10-04T15:40:32.460000 2006-10-04T15:40:32.460000
hi i receive 2 phone calls i don't know if it is the same indian guy but his name is thomas the no. he gave was 866-425-9248 he said i recived a gov/grant of 5,000 i was like yeah so sent it to me he said he need the last 4 digits of my social security no. i told him no an he was why don't you want the money and i said yes, send it to me he gave me the same no. to call  i hang up the phone.
hi i receive 2 phone calls i don't know if it is the same indian guy but his name is thomas the no. he gave was 866-425-9248 he said i recived a gov/grant of 5,000 i was like yeah so sent it to me he said he need the last…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_19_12_04_33-Government_grants_scam.atom0000664000104500010450000000342611007066755023472 0ustar ucheuche Sat Aug 19 12:04:33 2006 cb94d31b-ed87-40ae-a350-135600979d0f <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> jy 2006-08-19T12:04:33.540000 2006-08-19T12:04:33.540000
Just got another call from 808 212 0041 today.  This guy has been calling for the past 3 weeks about 4-5 times a day.  The one time I did answer he started asking questions about my mortgage and when I said I was not interested he hung up and immediately called back.  The calls start as early as 530am and as late as 10pm...do not answer this nut if he calls!
Just got another call from 808 212 0041 today. This guy has been calling for the past 3 weeks about 4-5 times a day. The one time I did answer he started asking questions about my mortgage and when I said I was not interested he hung up and immediately…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_18_23_36_44-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000533111007070257026254 0ustar ucheuche Sat Mar 18 23:36:44 2006 f2e48dfa-d8bb-49c6-84d5-db4bcece7eec <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> rankandfile 2006-03-18T23:36:44.500000 2006-03-18T23:36:44.500000
I am an intermediate Windows user who is not at hacker level, but knows enough to do quite a bit of things on a PC...I am not a noob. I have recently installed Ubuntu 5.10 on an old HP 8660...I was sick of paying for Windows OS. Ubuntu does have some user-friendly things, but it still seems like pulling teeth to get some basic things to work.  For example, I want to use my old Ubuntu PC as a music server and play the files on my XP laptop using Winamp.  I installed Samba and am having the darndest time getting the two computers connected! I  keep trying to express to the Linux community that their success (increased usership) is directly proportional to the user-friendliness of the programs!  It is no good if there are X number of features or programs if nobody can figure out how to use them or has to do Google searches for lines of code.

The point is that there should be auto installer packages for all of this crap, including Samba, SWAT, whatever.  Even Automatix is OK...I was able to get that going after typing in the few lines of code in the terminal.  The rest of it was done automatically.  After spending a couple months trying to get Samba to work, spending a couple hundred dollars on Windows doesn't seem like such a bad idea.
I am an intermediate Windows user who is not at hacker level, but knows enough to do quite a bit of things on a PC...I am not a noob. I have recently installed Ubuntu 5.10 on an old HP 8660...I was sick of paying for Windows OS. Ubuntu does have…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_15_21_03_54-Note_taking_and_outlining.atom0000664000104500010450000000353511006762242024127 0ustar ucheuche Fri Jul 15 21:03:54 2005 22b6c5e1-1225-4b93-84c0-9505005d8248 <div xmlns="http://www.w3.org/1999/xhtml">Note taking and outlining</div> Trackback from cubicgarden.com... http://www.cubicgarden.com/blojsom/blog/cubicgarden/xml/Semantic web/?permalink=Note_taking_and_outlining.html 2005-07-15T21:03:54.070000 2005-07-15T21:03:54.070000
I thought I had it covered. Joe on the TabletPC and Pocket Thinker on the ipaq, both support OPML naively but pocketthinker does not import OPML from Joe. So I'm back to the start with note taking. I'm seriously douhting if OPML is the right thing fo...
I thought I had it covered. Joe on the TabletPC and Pocket Thinker on the ipaq, both support OPML naively but pocketthinker does not import OPML from Joe. So I'm back to the start with note taking. I'm seriously douhting if OPML is the right thing fo...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_19_12_56_14-XSLT_for_converting_from_OPML_to_XBEL_and_XOXO.atom0000664000104500010450000000407111006750513027534 0ustar ucheuche Mon Dec 19 12:56:14 2005 b2f85808-f6c7-4512-ba43-f90a9d683887 <div xmlns="http://www.w3.org/1999/xhtml">XSLT for converting from OPML to XBEL and XOXO</div> Kingsley Idehen http://www.openlinksw.com/blog/~kidehen 2005-12-19T12:56:14.660000 2005-12-19T12:56:14.660000
Uche,

Welcome to the multi-syndicatino formats party! Its amazing how we can so easily loose track of XML 101 with the RSS hoopla.

See my Blog (via its Web 1.0 interface) to get my drift. Also play around with the Search, Linkblog, and Summary pages.

In the New Year we should organize some live RDF demos across our DataSpaces (what used to be our Web Sites, then Blogs, but clearly more, hence the "DataSpace" moniker).
Uche, Welcome to the multi-syndicatino formats party! Its amazing how we can so easily loose track of XML 101 with the RSS hoopla. See my Blog (via its Web 1.0 interface) to get my drift. Also play around with the Search, Linkblog, and Summary pages. In the New Year we…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_03_06_16_00-Off_for_the_holidays.atom0000664000104500010450000000373111006750021023043 0ustar ucheuche Tue Jan 3 06:16:00 2006 0a962f06-b028-4290-8001-5ed62e70abb2 <div xmlns="http://www.w3.org/1999/xhtml">Off for the holidays</div> Uche http://uche.ogbuji.net 2006-01-03T06:16:00.500000 2006-01-03T06:16:00.500000
Oh, I forgot to mention that there was no question of taking Bellview or Sosoliso since both airlines were grounded by the Nigerian aviation authorities :-)

We took ADC from Abuja to Calabar via Lagos and ended up spending almost all day in Lagos while the airline was certified for safety (or so they say).  On the way back, we just drove.

Bottom line is that we got through all journeys safe and sound.  It was a lovely trip.
Oh, I forgot to mention that there was no question of taking Bellview or Sosoliso since both airlines were grounded by the Nigerian aviation authorities :-) We took ADC from Abuja to Calabar via Lagos and ended up spending almost all day in Lagos while the airline was certified for…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_10_11_18_39-via_Uche_Ogbuji___Just_read_it__you_ll_laugh___.atom0000664000104500010450000000350511006760073030327 0ustar ucheuche Wed Aug 10 11:18:39 2005 82fa91b6-7a56-4a11-b5ad-183f681f7a1f <div xmlns="http://www.w3.org/1999/xhtml">via Uche Ogbuji | Just read it, you'll laugh...</div> Trackback from <XSLT:Blog/> Quote of the Day http://www.xsltblog.com/quoteoftheday/archives/2005/08/copia_wtf_was_t.html 2005-08-10T11:18:39.230000 2005-08-10T11:18:39.230000
Copia WTF? Was there heavy drinking involved? "Leshee, nexsht on the addenda, how to get XHadesML too toshed into the dumpter for good..." This from the folks who expect XML world domination for XHTML? The whole post is killing me......
Copia WTF? Was there heavy drinking involved? "Leshee, nexsht on the addenda, how to get XHadesML too toshed into the dumpter for good..." This from the folks who expect XML world domination for XHTML? The whole post is killing me......…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_11_12_10_35-4Suite_1_0b1_via_yum_.atom0000664000104500010450000000475211006765654022705 0ustar ucheuche Wed May 11 12:10:35 2005 7d66463f-5c25-48a4-816b-fad36732a99c <div xmlns="http://www.w3.org/1999/xhtml">4Suite 1.0b1 via yum?</div> Uche http://uche.ogbuji.net 2005-05-11T12:10:35.230000 2005-05-11T12:10:35.230000
This is UNIX.  Compiling things (given clear instructions) is just a skill every user should know.  As an example, almost every version of Linux out there comes with Python and 4Suite.  But if you decide you want a different version of either (the case that prompted this blog entry), it's easiest to just type in the few commands it requires to build the package just the way you want it.  pyvm wouldn't have helped me or Dave one bit.  All pyvm is doing is providing a different distribution.  Again it's fine if it exactly matches some user's need, but if they need any deviation from  what you provide, or the options with which you provide it, they still have to build it the way they want.

Good luck with pyvm.  If that meets some users' needs, good for you.  I suppose we could decide to provide some "sumo" distribution of 4Suite which included Python and all that, but I honestly don't anticipate much demand for that.  I'd rather leave distribution to the distributors.
This is UNIX. Compiling things (given clear instructions) is just a skill every user should know. As an example, almost every version of Linux out there comes with Python and 4Suite. But if you decide you want a different version of either (the case that prompted this blog entry), it's…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_02_14_39_23-Back_from_Nigeria.atom0000664000104500010450000000275311006747710022276 0ustar ucheuche Mon Jan 2 14:39:23 2006 5baf731f-63ac-4e70-a80f-1d9c0679ffdd <div xmlns="http://www.w3.org/1999/xhtml">Back from Nigeria</div> Sylvain Hellegouarch http://www.defuze.org/oss/blog/ 2006-01-02T14:39:23.550000 2006-01-02T14:39:23.550000
Hey mate,

It's good to have you back. I'm looking forward to reading your trip journal :)

- Sylvain
Hey mate, It's good to have you back. I'm looking forward to reading your trip journal :) - Sylvain…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000016400000000000011566 Lustar rootrootrepository/comments/2006_07_11_02_32_02-The_Okayplayer_take__Zidane___Materazzi___Fight______Fatality___Sucka_.atomrepository/comments/2006_07_11_02_32_02-The_Okayplayer_take__Zidane___Materazzi___Fight______Fatalit0000664000104500010450000000300511007061234031704 0ustar ucheuche Tue Jul 11 02:32:02 2006 c30acaff-1972-443e-8646-851c70e08700 <div xmlns="http://www.w3.org/1999/xhtml">The Okayplayer take: Zidane...Materazzi...Fight!!!...Fatality...Sucka!</div> Aristotle Pagaltzis http://plasmasturm.org/ 2006-07-11T02:32:02.750000 2006-07-11T02:32:02.750000
I rather liked this one:

![](http://img75.imageshack.us/img75/1187/zidane36ht.gif)
I rather liked this one: ![](http://img75.imageshack.us/img75/1187/zidane36ht.gif)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_22_01_38_51-Use_Amara_to_parse_process__almost__any_HTML.atom0000664000104500010450000000367611006760723027623 0ustar ucheuche Fri Jul 22 01:38:51 2005 0e0c6bc2-1078-4a84-9478-3b7fb48af3ea <div xmlns="http://www.w3.org/1999/xhtml">Use Amara to parse/process (almost) any HTML</div> Sylvain Hellegouarch http://www.defuze.org/oss/ 2005-07-22T01:38:51.080000 2005-07-22T01:38:51.080000
Neat :)

I've been wondering how hard it would be to add also support for RelaxNG to Amara (unless I haven't looked properly there is no such thing).

Due to lots of work on my side I haven't been able to try out myself but maybe it could be interesting to add it.

What do you think?

- Sylvain
Neat :) I've been wondering how hard it would be to add also support for RelaxNG to Amara (unless I haven't looked properly there is no such thing). Due to lots of work on my side I haven't been able to try out myself but maybe it could be interesting…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_24_21_47_12-On_Google_talk__thanks_to_Ian.atom0000664000104500010450000000312411006757234024640 0ustar ucheuche Wed Aug 24 21:47:12 2005 b9063fed-161d-43b6-ae86-49f85dfaf7a9 <div xmlns="http://www.w3.org/1999/xhtml">On Google talk, thanks to Ian</div> John L. Clark 2005-08-24T21:47:12.500000 2005-08-24T21:47:12.500000
This is cool; I wonder when gaim (or gaim-vv) or psi will support the voice chat feature.  Now I just wish I could make it work; I keep getting a TLS negotiation error with both gaim and psi.  Sigh.
This is cool; I wonder when gaim (or gaim-vv) or psi will support the voice chat feature. Now I just wish I could make it work; I keep getting a TLS negotiation error with both gaim and psi. Sigh.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_21_13_14_24-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_21_13_14_24-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000547311007062214031642 0ustar ucheuche Wed Jun 21 13:14:24 2006 56c59eb9-2919-4292-b4b9-6251b6932fdb <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> desertlimey 2006-06-21T13:14:24.270000 2006-06-21T13:14:24.270000
From a commercial perspective it is not unreasonable of ESPN to use a "name" like O'Brien for the marquee games. They want to attract marginal viewers and figure that familiarity trumps accuracy & authority. 

Further it's reasonable for any US coverage to use terminology (pk, end-line, shoots the ball) that US viewers might be more familiar or comfortable with.  Sure it grates but I know that back in England there is constant complaint over the various shades of dreadful commentary (sorry....announcing). 

While "reasobable", however, it sure don't make it good.  Even the English guy is a tit and prone to classic hyperbolic overstatement.  The Spanish when 1-0 down were "staring into the abyss", apparently; regardless of their opening win and a date with the hapless Saudis.

I think the best way to deal with O'brien et al,  is to turn the coverage into some kind of early mornning drinking game and try and get a few minutes pleasure out of it before switching to our daily Spanish classes after 10 minutes.  Granted this is tricky with the moronic, dumbass, loudmouth uberdick that is Marcelo Balboa.  There's nothing reasobable about him. Nothing.
From a commercial perspective it is not unreasonable of ESPN to use a "name" like O'Brien for the marquee games. They want to attract marginal viewers and figure that familiarity trumps accuracy & authority. Further it's reasonable for any US coverage to use terminology (pk, end-line, shoots the ball) that…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_12_11_25_11-Government_grants_scam.atom0000664000104500010450000000335311007067211023435 0ustar ucheuche Thu Oct 12 11:25:11 2006 2232c9e4-6b21-4f5c-a838-1e65e2b9c1f5 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Michelle 2006-10-12T11:25:11.590000 2006-10-12T11:25:11.590000
I got a call yesterday and they had my information. I don't know where they got it, but I hung up. They called my husband back later and told them he had to talk to me. I am nervous now that they have my information and my SSN. It is scary how they can find stuff on you. I am glad I googled this name and address and found you guys.
I got a call yesterday and they had my information. I don't know where they got it, but I hung up. They called my husband back later and told them he had to talk to me. I am nervous now that they have my information and my SSN. It is…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_12_06_20_05-Itinerant_Binds_-_Better_Software_Documentation.atom0000664000104500010450000000324711006756124030312 0ustar ucheuche Mon Sep 12 06:20:05 2005 8e33f0a7-96b3-4de5-9f05-f49797e1a009 <div xmlns="http://www.w3.org/1999/xhtml">Itinerant Binds - Better Software Documentation</div> Chimezie http://copia.ogbuji.net/blog 2005-09-12T06:20:05.830000 2005-09-12T06:20:05.830000
Thanks.  re: page layout, yeah I noticed yesterday as well that the page doesn't load well outside of mozilla / IE.  I plan to do w/out the funky CSS Navingation pane on the left hand side today.
Thanks. re: page layout, yeah I noticed yesterday as well that the page doesn't load well outside of mozilla / IE. I plan to do w/out the funky CSS Navingation pane on the left hand side today.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_21_14_21_02-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_21_14_21_02-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000347311007062214031633 0ustar ucheuche Wed Jun 21 14:21:02 2006 39681316-7d8c-4c45-83f5-bc008db3e4b4 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Chad 2006-06-21T14:21:02.980000 2006-06-21T14:21:02.980000
I'm glad to find that I'm not the only one that can't stand the announcing. JP Dellacamera is absolutely horrible.  I'm watching the Netherlands Argentina game and I'm just about to mute the sound.  I just can't take it anymore.  He is pathetic and it's apparent he know very little about soccer.
I'm glad to find that I'm not the only one that can't stand the announcing. JP Dellacamera is absolutely horrible. I'm watching the Netherlands Argentina game and I'm just about to mute the sound. I just can't take it anymore. He is pathetic and it's apparent he know very little…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_03_23_56_56-Today_s_XML_WTF__Internal_entites_in_browsers.atom0000664000104500010450000000557311006755243027771 0ustar ucheuche Mon Oct 3 23:56:56 2005 db6bd0a7-ee8b-4281-baaa-7c563a8f87d3 <div xmlns="http://www.w3.org/1999/xhtml">Today's XML WTF: Internal entites in browsers</div> Henri Sivonen http://hsivonen.iki.fi/ 2005-10-03T23:56:56.030000 2005-10-03T23:56:56.030000
I am the maintainer of the FAQ. Did you email me about this or file a bug? Anyway, I have now refined the stament to narrow it to externally defined character entities. The vast majority of authors cares only about entities that expand to a single character and do not care about entities in general as meant in the XML spec. Also, the XML spec allows not-validating XML processors not to process enternal entities, so the entity definitions may never be seen.

Now here's the bogosity: In order to support localization of local XUL files via entity references and in order to support pseudoversions of a few well-known XHTML and MathML DTDs, Mozilla run expat in the enternal entity-resolving mode unless the document is declared standalone. If the document references an external entity that is neither a local localization file nor a DTD for which there is a mapping in pseudo-DTD catalog, the entity resolver feeds expat a zero-length stream as the DTD. Now expat thinks it has seen all the external entities and, therefore, all the entity definitions. When expat hits a reference to an unknown entity, it reports a fatal error instead of informing the app about a skipped entity.

Anyway, all this can be avoided by staying away from entity references (by parsing and reserializing on the server if necessary).
I am the maintainer of the FAQ. Did you email me about this or file a bug? Anyway, I have now refined the stament to narrow it to externally defined character entities. The vast majority of authors cares only about entities that expand to a single character and do not…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_14_17_48_25-Government_grants_scam.atom0000664000104500010450000000635111007067341023465 0ustar ucheuche Tue Nov 14 17:48:25 2006 5a8d9224-1919-4f0a-90db-ccb26cbae306 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> james from michigam 2006-11-14T17:48:25.810000 2006-11-14T17:48:25.810000
hello my name james , I have ben looking for
grants ,It has taken a long time and then i was
thanking that i found the right place , I even
check this busniess out from the BBB service and
notice they was a menber ok, I call this person
and she stated she had been doing this for a
very long time, after my paper work for the
grant was done ,I tryed calling this business and
found out that all phon numbers was not working an
the only way i could get in contack was by the
e mail system , I had e mail this business and inform them that theres no one calling or sending
any letter to me about my grant info,and then i
ask for my money back , they said the only way i would get my back was if had gotten a letter
stateing i was decline of the grant , THIS IS MY
PROBLEM ,I paid 280.00 dollars for a book and
program CD that is called grant seeker pro, This
cd and book you can buy from just about any place and at the time i did not no this ,she even stated the cd and book was copy right and no one could ony use it, And latter  found out they scam
me , HOW , this busniess they inform me that
i could get my money back after 3 mounths if i gotton a letter stating that i was declined ,Theres more, After making this grant i needed to send to DC address , I did this and latter i called this phon number thats with the
address and the person had talk to in DC inform me that they do not have any doings with giving out any grants ,THIS business is called AllAreaGrants  and grant seeker pro
hello my name james , I have ben looking for grants ,It has taken a long time and then i was thanking that i found the right place , I even check this busniess out from the BBB service and notice they was a menber ok, I call this person…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_05_16_00_33-Government_grants_scam.atom0000664000104500010450000000454311007066706023462 0ustar ucheuche Sat Aug 5 16:00:33 2006 449f87ac-7d7e-41bf-8630-7aa951f74175 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Cindy 2006-08-05T16:00:33.750000 2006-08-05T16:00:33.750000
My story is the same as all the others, but I stayed on the line over 30 minutes trying to get some verification that they were legit.  They informed me only way I would get a confirmation # was after I gave my banking info., which I didn't do.  He offered me his banking info as a good faith type gesture.  I then spoke with his manager who had an even heavier Indian accent and just got the same story.  I told him that if something seemed too good to be true, it usually is and that nothing is ever free.  He kind of chuckled.  He then offered me a web site to verify what he was telling me.  Check out www.govermentgrant.com.  Anything look familiar?  They remained calm and collected as did I and I said thank you and I hope your next call works out and that I may be sorry for declining his offer.  He said I had been a gracious listner and we hung up.  What a scam.  What can we do about this?  Is there anyone this can be reported to?
My story is the same as all the others, but I stayed on the line over 30 minutes trying to get some verification that they were legit. They informed me only way I would get a confirmation # was after I gave my banking info., which I didn't do. He…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_03_21_24_17-Another_small_4Suite_MarkupWriter_example__XHTML_1_1.atom0000664000104500010450000000501511006760353030776 0ustar ucheuche Wed Aug 3 21:24:17 2005 8d453169-edfd-4b4a-9752-d6d6427ef5a8 <div xmlns="http://www.w3.org/1999/xhtml">Another small 4Suite MarkupWriter example: XHTML 1.1</div> Uche http://uche.ogbuji.net 2005-08-03T21:24:17.610000 2005-08-03T21:24:17.610000
Sorry.  It turns out this code depends on a bug fix I made a month ago or so, but still hasn't made it into any full 4Suite release.  I recommend grabbing the latest MarkupWriter.py from cvsweb:

http://cvs.4suite.org/viewcvs/checkout/4Suite/Ft/Xml/MarkupWriter.py

And replacing the file on your disk with it.  This fix will be in the next 4Suite release, of course.

You can also just get 4Suite/CVS in its entirety:

http://4suite.org/docs/4SuiteCVS.xml

But just getting the above file should do the trick for your current complaint.

Good luck.
Sorry. It turns out this code depends on a bug fix I made a month ago or so, but still hasn't made it into any full 4Suite release. I recommend grabbing the latest MarkupWriter.py from cvsweb: http://cvs.4suite.org/viewcvs/checkout/4Suite/Ft/Xml/MarkupWriter.py And replacing the file on your disk with it. This fix will be…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_02_23_07_06-Quot__di__.atom0000664000104500010450000000232511006765546021020 0ustar ucheuche Thu Jun 2 23:07:06 2005 dd943800-b15e-44a8-9457-8de43c0c3f96 <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> skydra 2005-06-02T23:07:06.020000 2005-06-02T23:07:06.020000
i wish i could get that songs
i wish i could get that songs…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_17_14_18_33-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000273211007070260026244 0ustar ucheuche Fri Nov 17 14:18:33 2006 f1839528-1137-4866-8e96-ca9067f9083a <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> roger64 2006-11-17T14:18:33.420000 2006-11-17T14:18:33.420000
Thanks both of you. I used Bertus solution and it worked flawlessly. Very useful. I think SWAT should have a netkit-inetd dependency.
Thanks both of you. I used Bertus solution and it worked flawlessly. Very useful. I think SWAT should have a netkit-inetd dependency.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_21_03_38_47-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000505311006751657031337 0ustar ucheuche Thu Sep 21 03:38:47 2006 372284c0-7e39-4b9d-a060-ff299f8f70b5 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Trish 2006-09-21T03:38:47.870000 2006-09-21T03:38:47.870000
with due respect, i have to say that it has been really interesting but funny reading most of de comments. its no body's fault AAUN is in Yola, its no one's fault if ts too expensive, afterall not all fingers r equal.
From reading the comments i hear the voices of two groups of individuals. Those that are comfortable with The school and those that see it as a nuisance. To those that are comfortable with it, AAUN is not just a place to be, it's a place to let pass through you. Hope you get a chance to see and experience AAUN for yourselves.
To my other group, its a pity, u don't like the school.
I hope you change your minds, before its too late, because, when we get into the big world after graduation, you 'll have to stand at attention for us. Alot of things would be subject to us. if i were you, i'll stop looking for faults in something that seem perfect.
Although, I am a student of the school, i am not biased, i feel you should come and see things for yourself before making comments.
with due respect, i have to say that it has been really interesting but funny reading most of de comments. its no body's fault AAUN is in Yola, its no one's fault if ts too expensive, afterall not all fingers r equal. From reading the comments i hear the voices…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_08_15_57_16-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000614311006751636031332 0ustar ucheuche Sun Jan 8 15:57:16 2006 2ec70774-4d99-4729-83eb-c4be5a0bbcec <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Duke 2006-01-08T15:57:16.670000 2006-01-08T15:57:16.670000
Who cares whether American style or British? The style doesn't matter, what does matter is their ability to deliver the goods. If the British style fails to transform and impact the life of Nigerians, while stick to it, wouldn't it be wiser to try something different?
Shame, shame and shame to the British-styled univeristies. Where is the famous University of Ibadan; University of Benin; you name them... (they should first get their Websites/Homepages in order). I'm ashamed to say I am a Nigerian. One man, David Huwiler is teaching thousands(if not tens of thousands) of Professors and Doctorate degree holders how to do it, after someone like me, an African university drop-out(a Sophomore student in and unknown university in Africa), amongst American, New Zealander, Korean and Canadian teachers, two of them with Doctorate degrees(one from Southern Methodist University, which is even more prestigous than David Huwiler's University of California), emerged as the Best teacher in an English, Language Mission School here in South Korea.
I want to complete my College degree, but don't even know where to go. Can anyone who thinks well help me out?
Look, I don't care whatever he(David Huwiler) said about Nigerian universities, as far as he's delivering the goods. He's put you all(Nigerian academicians) down; he's proven to you all you're nothing. Not any one of you can prove him wrong, who dare you? Because you're all confused with your out-dated, barbaric system.
Get up Nigerians! Take off your STATIC nature and be DYNAMIC.
Who cares whether American style or British? The style doesn't matter, what does matter is their ability to deliver the goods. If the British style fails to transform and impact the life of Nigerians, while stick to it, wouldn't it be wiser to try something different? Shame, shame and shame…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_15_12_40_42-Government_grants_scam.atom0000664000104500010450000000335411007067064023461 0ustar ucheuche Fri Sep 15 12:40:42 2006 40d08b80-5844-4c0f-a0de-5f59124276dc <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Sam 2006-09-15T12:40:42.270000 2006-09-15T12:40:42.270000
I recieved a similar call from a female (probably Mexican or Indian accent) saying that I had been selected to get a $7500 grant from Govt. and all I needed to do was pay $279 fee. When I told her that it looked like a scam and I wanted to coference with Police, She hung up. Then she called back and said I was stupid  and hung up.
I recieved a similar call from a female (probably Mexican or Indian accent) saying that I had been selected to get a $7500 grant from Govt. and all I needed to do was pay $279 fee. When I told her that it looked like a scam and I wanted to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_03_20_59_19-Copia_test_post.atom0000664000104500010450000000251211006770646022120 0ustar ucheuche Sun Apr 3 20:59:19 2005 67f6893c-3304-4192-ab50-d7ce84ab1982 <div xmlns="http://www.w3.org/1999/xhtml">Copia test post</div> Uche http://uche.ogbuji.net 2005-04-03T20:59:19.610000 2005-04-03T20:59:19.610000
Test comment

testing testing

1 2 3
Test comment testing testing 1 2 3…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_23_20_01_30-The_lobby_against_leash_laws.atom0000664000104500010450000000243611006757571024571 0ustar ucheuche Tue Aug 23 20:01:30 2005 92eb916e-815f-4e59-87d0-a6ffe1ced39d <div xmlns="http://www.w3.org/1999/xhtml">The lobby against leash laws</div> Kelechi 2005-08-23T20:01:30.060000 2005-08-23T20:01:30.060000
It's supposed to be Ilorin if I remember right.
It's supposed to be Ilorin if I remember right.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_22_12_53_22-Government_grants_scam.atom0000664000104500010450000000300711007067472023451 0ustar ucheuche Fri Dec 22 12:53:22 2006 ff7e2943-7f89-4bf9-9e71-1a64845dea1b <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> J. 2006-12-22T12:53:22.580000 2006-12-22T12:53:22.580000
Got a call from 808-212-0041. Didn't answer, but no voice mail! After reading all these posts, next time I'll make sure that I pick up the phone and give 'em some bashing!!
Got a call from 808-212-0041. Didn't answer, but no voice mail! After reading all these posts, next time I'll make sure that I pick up the phone and give 'em some bashing!!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015600000000000011567 Lustar rootrootrepository/comments/2006_12_24_17_49_44-___I_really_know_how_it_feels_to_be_Stressed_out_Stressed_out___.atomrepository/comments/2006_12_24_17_49_44-___I_really_know_how_it_feels_to_be_Stressed_out_Stressed_ou0000664000104500010450000000313011007054504032266 0ustar ucheuche Sun Dec 24 17:49:44 2006 0f3658a1-0f28-474f-a629-32f84fc0e416 <div xmlns="http://www.w3.org/1999/xhtml">“I really know how it feels to be/Stressed out/Stressed out”</div> John Cowan http://www.ccil.org/~cowan 2006-12-24T17:49:44.990000 2006-12-24T17:49:44.990000
You must never think of how long the voyage is before you, but only of how long the voyage has been behind you.  It's the only way for a quick passage.
You must never think of how long the voyage is before you, but only of how long the voyage has been behind you. It's the only way for a quick passage.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017200000000000011565 Lustar rootrootrepository/comments/2006_06_25_06_51_30-Kumite__Python_vs__Javascript__script_vs__XForms__declarativity_vs__wizards_.atomrepository/comments/2006_06_25_06_51_30-Kumite__Python_vs__Javascript__script_vs__XForms__declarativ0000664000104500010450000000354411006756264032244 0ustar ucheuche Sun Jun 25 06:51:30 2006 6e27303b-6d77-424e-bc7a-89c8a2e30fbe <div xmlns="http://www.w3.org/1999/xhtml">Kumite! Python vs. Javascript! script vs. XForms! declarativity vs. wizards!</div> manjiri pinge (india) 2006-06-25T06:51:30.930000 2006-06-25T06:51:30.930000
I have seen the web page of java Script v/s vb.net by Rob Eberhardt and it was a really fantastic one. it showed an very easy difference between the two according to the various heads you may refer it i would like to see your web page in the same manner
With regards to your work my best wishes to u.
I have seen the web page of java Script v/s vb.net by Rob Eberhardt and it was a really fantastic one. it showed an very easy difference between the two according to the various heads you may refer it i would like to see your web page in the same…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_05_06_22_59-My_country_is_out_of_its_COT_DAMN_MIND.atom0000664000104500010450000000273311006756573026206 0ustar ucheuche Mon Sep 5 06:22:59 2005 ee93698b-37fc-483f-a58f-5401d6e314fe <div xmlns="http://www.w3.org/1999/xhtml">My country is out of its COT DAMN MIND</div> Sylvain Hellegouarch http://www.defuze.org/oss/blog/ 2005-09-05T06:22:59.300000 2005-09-05T06:22:59.300000
This is sad :(

http://dvorak.org/blog/images/katrina/
This is sad :( http://dvorak.org/blog/images/katrina/…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_26_23_58_44-Care_with_rel_.atom0000664000104500010450000000411711006766773021705 0ustar ucheuche Tue Apr 26 23:58:44 2005 7d57cca3-18a6-4980-a6a0-4d735b92eb59 <div xmlns="http://www.w3.org/1999/xhtml">Care with rel=</div> Uche http://uche.ogbuji.net 2005-04-26T23:58:44.390000 2005-04-26T23:58:44.390000
Sure.  I'm not advocating XLink.  But I am advocating against using rel="nofollow" beyond its natural meaning.  Otherwise we'll just end up making a mess of the Web we have, right?  And if we are just a bit conscious of future possibilities, just a tad bit, could we possibly go a little ways towards the Web we wished we have, especially by heading off those who are quick to exploit the possibilities (in this case spammers)?

After all, the whole point of rel="nofollow" is that spammers out-innovated us, and we had to catch up.  But I guess we're complacent about such things.
Sure. I'm not advocating XLink. But I am advocating against using rel="nofollow" beyond its natural meaning. Otherwise we'll just end up making a mess of the Web we have, right? And if we are just a bit conscious of future possibilities, just a tad bit, could we possibly go a…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000020000000000000011555 Lustar rootrootrepository/comments/2005_11_17_08_56_03-I_already_said_OPML_is_crap__right___I_had_to_hack_through_another_reminder_today_.atomrepository/comments/2005_11_17_08_56_03-I_already_said_OPML_is_crap__right___I_had_to_hack_through_a0000664000104500010450000000345711006752134031710 0ustar ucheuche Thu Nov 17 08:56:03 2005 399f18e9-c7ec-40a9-ad0c-2d19038e8949 <div xmlns="http://www.w3.org/1999/xhtml">I already said OPML is crap, right? I had to hack through another reminder today.</div> Uche http://uche.ogbuji.net 2005-11-17T08:56:03.030000 2005-11-17T08:56:03.030000
Greg,

I understand.  OPML is the most widely known format for the purpose, so everyone has to support it, but since there is no rigorous spec, there is bound to be divergence.  I certainly was venting more at OPML than Findory.
Greg, I understand. OPML is the most widely known format for the purpose, so everyone has to support it, but since there is no rigorous spec, there is bound to be divergence. I certainly was venting more at OPML than Findory.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_16_23_57_22-Government_grants_scam.atom0000664000104500010450000000252511007066735023474 0ustar ucheuche Wed Aug 16 23:57:22 2006 76cf2c3f-63cc-4234-b817-2e2186101a82 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> esther 2006-08-16T23:57:22.270000 2006-08-16T23:57:22.270000
I got a call from some indian guy I'm soooo stupid and I fell for it what do I do
I got a call from some indian guy I'm soooo stupid and I fell for it what do I do…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_26_21_41_02-___Mix_and_match_Web_components_with_Python_WSGI___.atom0000664000104500010450000000562211007057767031077 0ustar ucheuche Sat Aug 26 21:41:02 2006 0fb5c675-5646-4a98-bf1f-e5abb0918bd7 <div xmlns="http://www.w3.org/1999/xhtml">“Mix and match Web components with Python WSGI”</div> Christian http://www.dowski.com 2006-08-26T21:41:02.520000 2006-08-26T21:41:02.520000
Sylvain,

The I think the appeal of the middleware that Uche created (and WSGI middleware in general) is that it is a component that can be "mixed and matched" into other WSGI frameworks immediately.  His tool is available for use within CherryPy, Pylons, web.py and any other present/future WSGI compatible framework.

There is no need to write a Pylons version, a CherryPy version, etc.  Because they adhere to the WSGI spec, and so does Uche's middleware (at least it is close enough for horseshoes and hand grenades ;-) ), they can work together quite simply.

Like Uche, I don't see the problem with having dependencies on middleware.  But what if one/more of Pylons' dependencies were also useful to Turbogears and they integrated it/them?  Wouldn't that be handy?

Anyhow, I think you might be expecting more from WSGI than it is capable of, which from what I gather is connecting Python web components.  It is a good step towards making all the work that all of us are doing in Python web development more useful to each other.  Pretty cool if you ask me :-)

We'll chat more about it someday I imagine ;-)

Christian
Sylvain, The I think the appeal of the middleware that Uche created (and WSGI middleware in general) is that it is a component that can be "mixed and matched" into other WSGI frameworks immediately. His tool is available for use within CherryPy, Pylons, web.py and any other present/future WSGI compatible…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_03_12_15_58-Another_small_4Suite_MarkupWriter_example__XHTML_1_1.atom0000664000104500010450000000422411006760352031003 0ustar ucheuche Wed Aug 3 12:15:58 2005 69ea9acc-8d6d-42e0-85ae-00296c73e155 <div xmlns="http://www.w3.org/1999/xhtml">Another small 4Suite MarkupWriter example: XHTML 1.1</div> Ron 2005-08-03T12:15:58.360000 2005-08-03T12:15:58.360000
You know, I can't get the line about ...attributes={(u'xml:lang', XML_NS): u'en'}) to run at all. I just downloaded and installed amara and 4Suite, and the closest I came was ...attributes={(u'xml:lang'): u'en'}), and even then the output omitted the "xml" from "xml:lang". Can you tell me what I might be doing wrong? I get  ...File "C:\Python23\lib\site-packages\Ft\Xml\MarkupWriter.py", line 85, in startElement
  value = attributes[name]
KeyError: u'xmllang'
when I try the version as listed above.

Thanks,
Ron
You know, I can't get the line about ...attributes={(u'xml:lang', XML_NS): u'en'}) to run at all. I just downloaded and installed amara and 4Suite, and the closest I came was ...attributes={(u'xml:lang'): u'en'}), and even then the output omitted the "xml" from "xml:lang". Can you tell me what I might be doing…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_19_10_30_39-Elliotte_Rusty_Harold_on.atom0000664000104500010450000000350611006767546023743 0ustar ucheuche Tue Apr 19 10:30:39 2005 7cbdcd62-cb0a-4a2f-a66d-cfa6e4237e60 <div xmlns="http://www.w3.org/1999/xhtml">Elliotte Rusty Harold on </div> Uche http://uche.ogbuji.net 2005-04-19T10:30:39.530000 2005-04-19T10:30:39.530000
dW actually has a whole page of feed options:

http://www-128.ibm.com/developerworks/rss/index.html

Click the "RSS" or "Atom" tab, depending on your preference.  I just added their atom feed to my "blogroll" at left on Copia.
dW actually has a whole page of feed options: http://www-128.ibm.com/developerworks/rss/index.html Click the "RSS" or "Atom" tab, depending on your preference. I just added their atom feed to my "blogroll" at left on Copia.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_02_03_15_49_38-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000365411007070256026262 0ustar ucheuche Fri Feb 3 15:49:38 2006 cf45a184-fcee-4996-907d-a535512c5fae <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> svend gundestrup http://gundestrup.dk 2006-02-03T15:49:38.550000 2006-02-03T15:49:38.550000
Damit, if this works, then I can upgrade my server, to kubuntu, form Debian Stable!

I have been waiting for this, for 2 month now.

I will test your solution in vmware, if it works...you are the man.

I posted a question on the kubuntu forum two weeks ago, with no luck.

thansk for the advice.
Damit, if this works, then I can upgrade my server, to kubuntu, form Debian Stable! I have been waiting for this, for 2 month now. I will test your solution in vmware, if it works...you are the man. I posted a question on the kubuntu forum two weeks ago, with…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_12_19_58_06-Enter_Python.atom0000664000104500010450000000376511006756264021422 0ustar ucheuche Mon Sep 12 19:58:06 2005 bf7db8db-f831-4959-b2de-50ea225038cb <div xmlns="http://www.w3.org/1999/xhtml">Enter Python</div> Trackback from <XSLT:Blog author="M. David Peterson" /> Main http://www.xsltblog.com/archives/2005/09/enter_python_1.html 2005-09-12T19:58:06.250000 2005-09-12T19:58:06.250000
Brendan Eich Discusses Python for XUL Scripting - MozillaZine Talkback Brendan Eich sent us a link to his weblog post about using Python for XUL scripting. At the moment, only JavaScript can be used for scripting in XUL applications but Brendan describes how Mark Hammond is adding support for the popular Python programming language as well. Support for Python in...
Brendan Eich Discusses Python for XUL Scripting - MozillaZine Talkback Brendan Eich sent us a link to his weblog post about using Python for XUL scripting. At the moment, only JavaScript can be used for scripting in XUL applications but Brendan describes how Mark Hammond is adding support for the…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_09_16_34_58-Allez_les_bleus.atom0000664000104500010450000000321411007061275022070 0ustar ucheuche Sun Jul 9 16:34:58 2006 45651fd6-3ab9-44b6-8858-d02de15ad300 <div xmlns="http://www.w3.org/1999/xhtml">Allez les bleus</div> Bill Mill http://billmill.org 2006-07-09T16:34:58.280000 2006-07-09T16:34:58.280000
Well, I'm kind of an ABIF (... or france, obviously), but it's hard not to root for Italy after Zidane's shocking incident. I'm glad they won, but I wish it hadn't been on PKs. World Cup finals should not have PKs, no matter what.
Well, I'm kind of an ABIF (... or france, obviously), but it's hard not to root for Italy after Zidane's shocking incident. I'm glad they won, but I wish it hadn't been on PKs. World Cup finals should not have PKs, no matter what.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015700000000000011570 Lustar rootrootrepository/comments/2006_03_29_06_41_44-Optimizing_XML_to_RDF_mappings_for_Content_Management_Persistence.atomrepository/comments/2006_03_29_06_41_44-Optimizing_XML_to_RDF_mappings_for_Content_Management_Persis0000664000104500010450000000415611007064050032000 0ustar ucheuche Wed Mar 29 06:41:44 2006 8c01ee52-d336-4d46-8312-aa38c1a35ac4 <div xmlns="http://www.w3.org/1999/xhtml">Optimizing XML to RDF mappings for Content Management Persistence</div> uche http://uche.ogbuji.net 2006-03-29T06:41:44.750000 2006-03-29T06:41:44.750000
Hmm.  "heart and sole" is either quite the pun or quite the malapropism :-)

More seriously, you mentioned some really cool numbers to me over the phone about the scalability consequences of this patch.  I know you're still working to verify and codify numbers, but I do hope you can share soon.

One question: is the para starting with "Note, such coupling" supposed to be a quote?  If so, where from?  If not, just remove the leading "> ".

--Uche
Hmm. "heart and sole" is either quite the pun or quite the malapropism :-) More seriously, you mentioned some really cool numbers to me over the phone about the scalability consequences of this patch. I know you're still working to verify and codify numbers, but I do hope you can…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_28_07_41_36-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000366311006751661031332 0ustar ucheuche Sat Oct 28 07:41:36 2006 22fa871a-b874-494b-921b-32393ec4f890 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> adebayo adeshina 2006-10-28T07:41:36.590000 2006-10-28T07:41:36.590000
well am not that rich but belive i will surely live to study this airspace engineering and that is what makes me trying to get it done here in Nigeria. so i realy thanks the management of this school for making it available in My country here. pls send me the procedure of amission into th reputable school but with few people clamouring to get into so that i can also be of benefit.

thanks so much.
well am not that rich but belive i will surely live to study this airspace engineering and that is what makes me trying to get it done here in Nigeria. so i realy thanks the management of this school for making it available in My country here. pls send me…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_18_21_23_34-XML_recursive_directory_listing__part_3.atom0000664000104500010450000000264611006765053026734 0ustar ucheuche Wed May 18 21:23:34 2005 627aa86b-283e-4369-ba23-8ec2ee62916a <div xmlns="http://www.w3.org/1999/xhtml">XML recursive directory listing, part 3</div> John Cowan http://www.ccil.org/~cowan 2005-05-18T21:23:34.260000 2005-05-18T21:23:34.260000
Unless the intent was to display the size in bytes but rounded to the nearest kibibyte.
Unless the intent was to display the size in bytes but rounded to the nearest kibibyte.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_14_07_49_57-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_14_07_49_57-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000345711007062206031666 0ustar ucheuche Wed Jun 14 07:49:57 2006 4ce582d4-53ee-47cc-861d-4fc56d0d98ff <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Villalobos 2006-06-14T07:49:57 2006-06-14T07:49:57
Going back to Espn announcers...I really do feel for you... I, fortunately speak Spanish and I'm lucky to watch the Univision broadcast and their announcers..  I wouldnt call them the best, but they do show the passion for futbol.  I just wish I could watch the games in HD with real anouncers...
Going back to Espn announcers...I really do feel for you... I, fortunately speak Spanish and I'm lucky to watch the Univision broadcast and their announcers.. I wouldnt call them the best, but they do show the passion for futbol. I just wish I could watch the games in HD with…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_20_09_02_37-Quotidie.atom0000664000104500010450000000262211006766305020536 0ustar ucheuche Fri May 20 09:02:37 2005 020b553a-a75b-4350-ad60-878da09c96df <div xmlns="http://www.w3.org/1999/xhtml">Quotidie</div> Uche http://uche.ogbuji.net 2005-05-20T09:02:37.180000 2005-05-20T09:02:37.180000
"par bleu".  That's even more quaint than "foudroyant".  I made a couple of changes suggested by John's eagle eye.
"par bleu". That's even more quaint than "foudroyant". I made a couple of changes suggested by John's eagle eye.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_13_15_10_09-Yeah__What_Uche_Said_.atom0000664000104500010450000000255311007071205023010 0ustar ucheuche Fri Jan 13 15:10:09 2006 76f31346-3912-4abc-9f40-e935cd009b4a <div xmlns="http://www.w3.org/1999/xhtml">Yeah, What Uche Said.</div> Trackback from XSLT:Blog[@author = 'M. David Peterson']/Main http://www.xsltblog.com/archives/2006/01/yeah_what_he_sa.html 2006-01-13T15:10:09.090000 2006-01-13T15:10:09.090000
Yeah, What Uche Said.
Yeah, What Uche Said.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_23_12_54_08-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_23_12_54_08-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000454511007062215031651 0ustar ucheuche Fri Jun 23 12:54:08 2006 f669f117-21fc-49d0-a332-22a2436bc28a <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Gilbert Thomson 2006-06-23T12:54:08.740000 2006-06-23T12:54:08.740000
I have never seen a more anticlimatic style of sports broadcasting. I was watching Spain - Saoudi Arabia earlier. The ESPN broadcaseters were hardly calling any plays at all. When a goal was scored, they had a difficult time hiding the fact that tey didn't care one bit about it. In fact, they spent the next 10 minutes making fun of the Spanish broadcasting team, because they were excited, and they were screaming so loud you could actually hear them (which isn't difficult, since the ESPN crew was so calm and quiet). And then, the ESPN broadcaster says this: (Get ready for this one) "I bet when they woke up this morning, our audience never thought they would be hearing Spanish on their TV sets while watching this game."
I guess no Latino in their right mind would actually listen to those fools, and they know it...
I have never seen a more anticlimatic style of sports broadcasting. I was watching Spain - Saoudi Arabia earlier. The ESPN broadcaseters were hardly calling any plays at all. When a goal was scored, they had a difficult time hiding the fact that tey didn't care one bit about it.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_01_14_28_57-Government_grants_scam.atom0000664000104500010450000000322511007066504023463 0ustar ucheuche Sat Jul 1 14:28:57 2006 a8d997cc-97eb-46af-8a72-da13f4248311 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Craig Barnes 2006-07-01T14:28:57.790000 2006-07-01T14:28:57.790000
I just received a call from this number (808) 212-0041. I have Vonage and the call log said Honolulu, Hawaii. I did not answer the call, but did a Google search on this number and found these postings. Just wanted to add mine to the list.
I just received a call from this number (808) 212-0041. I have Vonage and the call log said Honolulu, Hawaii. I did not answer the call, but did a Google search on this number and found these postings. Just wanted to add mine to the list.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_22_11_55_20-The_Mexican_puzzle_of.atom0000664000104500010450000000317311006755400023220 0ustar ucheuche Sun Jan 22 11:55:20 2006 fde2cd03-3c47-4ae8-b689-fb1b812253f8 <div xmlns="http://www.w3.org/1999/xhtml">The Mexican puzzle of </div> LEO 2006-01-22T11:55:20.190000 2006-01-22T11:55:20.190000
I GREW UP WATCHING KALUSHA IN MEXICO, IT WAS HIM AND ANOTHER AFRICAN PLAYER NAMED BILLICK OR BIJICK THAT STARTED PLAYING AROUND THE SAME TIME, ALTHOUGH I CANT STAND THE TEAM THEY PLAYED FOR I MUST SAY THEY WERE GREAT PLAYERS.
I GREW UP WATCHING KALUSHA IN MEXICO, IT WAS HIM AND ANOTHER AFRICAN PLAYER NAMED BILLICK OR BIJICK THAT STARTED PLAYING AROUND THE SAME TIME, ALTHOUGH I CANT STAND THE TEAM THEY PLAYED FOR I MUST SAY THEY WERE GREAT PLAYERS.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_01_10_50_23-Government_grants_scam.atom0000664000104500010450000000337111007067411023437 0ustar ucheuche Fri Dec 1 10:50:23 2006 9a988ae5-3eae-43d2-9f7b-81ecf92a10b9 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Harley 2006-12-01T10:50:23.370000 2006-12-01T10:50:23.370000
Same here. India accent, 5000$ Federal Grant Center. They tell you they know all your information (bank account#, etc.) All you have to do is confirm it. They easily can get your routing number, anyone can do that. They try to make you believe they know all the account info.
Major scam!!!
Same here. India accent, 5000$ Federal Grant Center. They tell you they know all your information (bank account#, etc.) All you have to do is confirm it. They easily can get your routing number, anyone can do that. They try to make you believe they know all the account info.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000016200000000000011564 Lustar rootrootrepository/comments/2006_06_28_02_02_46-Create-a-caption_Argon__s_vs__Vieira__spoilers_for_France_vs__Spain_.atomrepository/comments/2006_06_28_02_02_46-Create-a-caption_Argon__s_vs__Vieira__spoilers_for_France_vs0000664000104500010450000000362411007061622031755 0ustar ucheuche Wed Jun 28 02:02:46 2006 9df2290c-ebf5-4a67-b9ba-7be406f9bdd9 <div xmlns="http://www.w3.org/1999/xhtml">Create-a-caption:Argonés vs. Vieira [spoilers for France vs. Spain]</div> Sylvain Hellegouarch http://www.defuze.org 2006-06-28T02:02:46.790000 2006-06-28T02:02:46.790000
Indeed. Racism in some parts of the European football has become a real issue for players and FIFA seem not to care at all. This is alarming.

Regarding yesterday's game. I was happy to see France playing that well eventually. The player who impressed me the most is definitely Sagnol.
Indeed. Racism in some parts of the European football has become a real issue for players and FIFA seem not to care at all. This is alarming. Regarding yesterday's game. I was happy to see France playing that well eventually. The player who impressed me the most is definitely Sagnol.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_19_16_56_37-Government_grants_scam.atom0000664000104500010450000000342611007067101023474 0ustar ucheuche Tue Sep 19 16:56:37 2006 fcdcaa21-b7af-4f39-8f7a-bb78a5fefd1c <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Vee 2006-09-19T16:56:37.490000 2006-09-19T16:56:37.490000
I to have gotten a call from Martin Jordan, in which he gave his employee number and other info to make it sound totally legit. Unfortunate for my mother see too fell for the scam. I hope someone does catch this guys so that they can stop harassing people. And of course it sounds good to most people because everyone has a financial problem in some way.
I to have gotten a call from Martin Jordan, in which he gave his employee number and other info to make it sound totally legit. Unfortunate for my mother see too fell for the scam. I hope someone does catch this guys so that they can stop harassing people. And…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_01_17_26_37-Suspicions_confirmed__so_I_m_ditching_Rojo.atom0000664000104500010450000000342111006751520027417 0ustar ucheuche Thu Dec 1 17:26:37 2005 29bfc590-e7a6-4d06-ab28-b29c70d7ee19 <div xmlns="http://www.w3.org/1999/xhtml">Suspicions confirmed, so I'm ditching Rojo</div> Michael Eakes http://www.eakes.org/blog/ 2005-12-01T17:26:37.080000 2005-12-01T17:26:37.080000
Uche, I'm really sorry to hear that.  If you wouldn't mind, I'd love to see a list of feeds that you found Rojo isn't showing updates for so that I can find out what went wrong and fix it. 

Michael Eakes
Senior Architect, Rojo Networks.
Uche, I'm really sorry to hear that. If you wouldn't mind, I'd love to see a list of feeds that you found Rojo isn't showing updates for so that I can find out what went wrong and fix it. Michael Eakes Senior Architect, Rojo Networks.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_15_15_03_45-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_15_15_03_45-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000402211007062210031631 0ustar ucheuche Thu Jun 15 15:03:45 2006 bb6097ef-fb7c-446f-bd03-fd6c9370e384 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Mike 2006-06-15T15:03:45.140000 2006-06-15T15:03:45.140000
Like the rest, I would rather watch on the Spanish channel. If I have to hear about a "thunder bolt" strike (thunder bolt?) again I will throw my boot through the T.V. O'brien and the scrolling boxes ruin the coverage compleatly. It seems liek this knucklehead has a stat sheet to read about each team and that is it. Little heart warming annecdotes and tidbits that have no football relevance. "Tragically, his fence fell down last week in a great storm".

GET RID OF THIS TOOL!
Like the rest, I would rather watch on the Spanish channel. If I have to hear about a "thunder bolt" strike (thunder bolt?) again I will throw my boot through the T.V. O'brien and the scrolling boxes ruin the coverage compleatly. It seems liek this knucklehead has a stat sheet…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_10_06_30_11-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000303611006751656031315 0ustar ucheuche Sun Sep 10 06:30:11 2006 4c83c0f5-7f8b-44c5-a9f2-d0a3e4d1fd8c <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> hassan temitope oluwasunkanmi 2006-09-10T06:30:11.840000 2006-09-10T06:30:11.840000
why university of ibadan not offering admission yet,and probably is jamb result mark 180 not qualified for engineering and medcine course
why university of ibadan not offering admission yet,and probably is jamb result mark 180 not qualified for engineering and medcine course…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_12_13_48_18-Moving_to_MetaWebLog_API.atom0000664000104500010450000000357011006770165023461 0ustar ucheuche Tue Apr 12 13:48:18 2005 16af997f-621f-42a4-863c-bfda70b9e6da <div xmlns="http://www.w3.org/1999/xhtml">Moving to MetaWebLog API</div> Eric http://egaumer.pagecache.org 2005-04-12T13:48:18.380000 2005-04-12T13:48:18.380000
A friend notified me this morning that my embedded RDF links were bad. I tried the lucene plugin this weekend and it munched my flavour files so I had to rewrite everything (no backups :-(). Anyway I used a stale cache to view the source and I missed some variables so all my RDF links were pointing to one post which obviously screwed things up. My point being, you may want to retry the autoping in BloGTK.
A friend notified me this morning that my embedded RDF links were bad. I tried the lucene plugin this weekend and it munched my flavour files so I had to rewrite everything (no backups :-(). Anyway I used a stale cache to view the source and I missed some variables…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_11_11_54_42-Government_grants_scam.atom0000664000104500010450000000274111007066547023463 0ustar ucheuche Tue Jul 11 11:54:42 2006 ec86d557-6367-4b77-9426-15cf4944d73c <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> erin 2006-07-11T11:54:42.710000 2006-07-11T11:54:42.710000
Got a call from (808)212-0041 ... said his name was Kevin and that he was calling from Online Pharmacuticals - calling to confirm my credit card number.
Got a call from (808)212-0041 ... said his name was Kevin and that he was calling from Online Pharmacuticals - calling to confirm my credit card number.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_01_01_01_31-Government_grants_scam.atom0000664000104500010450000000352111007067021023432 0ustar ucheuche Fri Sep 1 01:01:31 2006 f3991820-46c3-4137-ac7f-39b89073eeb0 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Xavier http://allsmiles.i8.com 2006-09-01T01:01:31.980000 2006-09-01T01:01:31.980000
Work in an Indian International Call Centre. I had to call up on behalf of the Govt Grant Entitlement Pro. This is a scam we know that but Money Speaks and this job is given to us by the US people who also provides busuness for Dishnetworks sales! Damien is a champ in convincing the US people in giving out the Bank details and so is Michael and Chris. They are real fraudsters.Beware
Work in an Indian International Call Centre. I had to call up on behalf of the Govt Grant Entitlement Pro. This is a scam we know that but Money Speaks and this job is given to us by the US people who also provides busuness for Dishnetworks sales! Damien is…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_17_07_43_04-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_17_07_43_04-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000510411007062210031635 0ustar ucheuche Sat Jun 17 07:43:04 2006 8aab9928-b7a7-4bf8-861f-6c69a1b5a6b9 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> bmkmd 2006-06-17T07:43:04.010000 2006-06-17T07:43:04.010000
The only decent announcers are Healey and Smith...or the Spanish network announcers. Whatever their accent of English, they comment about the play and the soccer significance of play, tactics, history, club vs. national team play, and what the team or players should be doing with certain defences or at certain times of the game, etc. etc.
People who don't understand soccer learn by the excitement in the announcers voice and their knowledge of the sport...not by recognizing the announcer from their baseball announcing career.

I was at a bar where we agreed to watch the Spanish network to 1) have an announcer who was interested and got excited at the right time, and 2) to to avoid the total boredom and embarassment of the ESPN/ABC announcers.

But we're preaching to the converted.

Won't they ever learn? They did the same thing with the olymmpics and World Cup in the past, and never learned the lesson.
The only decent announcers are Healey and Smith...or the Spanish network announcers. Whatever their accent of English, they comment about the play and the soccer significance of play, tactics, history, club vs. national team play, and what the team or players should be doing with certain defences or at certain…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_21_22_20_38-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_21_22_20_38-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000464311007062214031642 0ustar ucheuche Wed Jun 21 22:20:38 2006 6138c785-3c40-407d-ab17-8f54ba09e5ca <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Nigel Eddis 2006-06-21T22:20:38.750000 2006-06-21T22:20:38.750000
ESPN not only has horrible commentators (Healy and Smith are honourable exceptions, in my opinion) but they also have horrible policies.

What genius decreed that when two games are being played simultaneously, one on ESPN and the other on ESPN2, the updated score of the game you aren't watching has to be stuffed down your throat whether you like it or not? Doesn't it occur to these ninnies that people have VCRs, and may want to watch two games one after the other without having the second one spoiled. If one does want to know what's happening in the other game one can simply flip channels - so what's the problem?

The truth is it's media arrogance. They don't give a damn about the viewer. It's all about them. Fortunately we'll be out of this phase shortly, but for me it's another black mark against ESPN.
ESPN not only has horrible commentators (Healy and Smith are honourable exceptions, in my opinion) but they also have horrible policies. What genius decreed that when two games are being played simultaneously, one on ESPN and the other on ESPN2, the updated score of the game you aren't watching has…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_22_12_14_01-Government_grants_scam.atom0000664000104500010450000000376011007066771023457 0ustar ucheuche Tue Aug 22 12:14:01 2006 41c2f0ee-e3fe-4d40-b132-c1941949a3bc <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jennifer from Oahu 2006-08-22T12:14:01.500000 2006-08-22T12:14:01.500000
I have been getting these calls for a while now, several times a day.  I called the phone company and they confirmed it is a cell phone based here in Hawaii.  They even told me what city but I haven’t been here long enough to know where it is.  Anyway, I told them I can't block the number from my home and they said it was because it is a cell phone.  Long story short, they can and did block it for me.  I hope it works.  I am tired of getting calls at 10 o'clock at night.  You should call your phone company and see if they can do the same.  Good luck.
I have been getting these calls for a while now, several times a day. I called the phone company and they confirmed it is a cell phone based here in Hawaii. They even told me what city but I haven’t been here long enough to know where it is. Anyway,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_21_14_04_11-500_Web_feed_readers__and_none_dead_on.atom0000664000104500010450000000342411006754110026170 0ustar ucheuche Fri Oct 21 14:04:11 2005 510b220b-6e57-4b22-8508-92e5a1f3b13d <div xmlns="http://www.w3.org/1999/xhtml">500 Web feed readers, and none dead on</div> Noel http://barelylegalsubstance.chattablogs.com/ 2005-10-21T14:04:11.110000 2005-10-21T14:04:11.110000
Rojo is what you are looking for. Newspaper view of feeds that you can tag and view together. Read/Unread, Mark, Blog, etc buttons. Web-based, using nice AJAX stuff, so you can read the same set wherever. I've been hooked for five months.
Rojo is what you are looking for. Newspaper view of feeds that you can tag and view together. Read/Unread, Mark, Blog, etc buttons. Web-based, using nice AJAX stuff, so you can read the same set wherever. I've been hooked for five months.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_13_20_09_27-EXSLT_XML_JSON_complications.atom0000664000104500010450000000263711007056473024152 0ustar ucheuche Fri Oct 13 20:09:27 2006 9cfe8584-d779-4cc9-99be-0a4b8670903a <div xmlns="http://www.w3.org/1999/xhtml">EXSLT/XML/JSON complications</div> Ian Forrester http://www.cubicgarden.com 2006-10-13T20:09:27.950000 2006-10-13T20:09:27.950000
It would be great to have this in XSL 2.0 form too, so the EXSLT stuff would need to be used.
It would be great to have this in XSL 2.0 form too, so the EXSLT stuff would need to be used.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_02_27_22_45_48-The_Loss_of_a_Great_Author_-_Octavia_Butler.atom0000664000104500010450000000317711007065332027332 0ustar ucheuche Mon Feb 27 22:45:48 2006 f5372c8d-53f1-4b88-9c2c-c97f5bfd16f3 <div xmlns="http://www.w3.org/1999/xhtml">The Loss of a Great Author - Octavia Butler</div> Kurt Cagle http://www.understandingxml.com 2006-02-27T22:45:48.900000 2006-02-27T22:45:48.900000
Octavia's passing is truly sad; a pioneer in the science fiction field, a powerful speaker for both women and the diaspora, a writer with a sincere and convincing voice. She will be missed.
Octavia's passing is truly sad; a pioneer in the science fiction field, a powerful speaker for both women and the diaspora, a writer with a sincere and convincing voice. She will be missed.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_07_06_29_45-Government_grants_scam.atom0000664000104500010450000000355311007067424023472 0ustar ucheuche Thu Dec 7 06:29:45 2006 de96eed5-74f5-456f-ae8e-513379d2cbc6 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> dummy 2006-12-07T06:29:45.620000 2006-12-07T06:29:45.620000
omg! I wish I had seen that site sooner! I just got scammed!! I think I am the dumbest person on earth because i believed in them! But the reason I beleive in them is because I did applied for grant and fafsa few months ago, so I was thinking may be this is it. So i gave them my bank account and stuff and they took 800 dollars, now I am really mad and I have to go to the police station hoping they will help me a bit. Why didn't I see this site ealier?
omg! I wish I had seen that site sooner! I just got scammed!! I think I am the dumbest person on earth because i believed in them! But the reason I beleive in them is because I did applied for grant and fafsa few months ago, so I was thinking…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000020000000000000011555 Lustar rootrootrepository/comments/2005_11_15_09_00_34-I_already_said_OPML_is_crap__right___I_had_to_hack_through_another_reminder_today_.atomrepository/comments/2005_11_15_09_00_34-I_already_said_OPML_is_crap__right___I_had_to_hack_through_a0000664000104500010450000000350611006752134031673 0ustar ucheuche Tue Nov 15 09:00:34 2005 f0dd21f9-28a7-4793-84d5-c9c56df19f18 <div xmlns="http://www.w3.org/1999/xhtml">I already said OPML is crap, right? I had to hack through another reminder today.</div> Uche http://uche.ogbuji.net 2005-11-15T09:00:34.010000 2005-11-15T09:00:34.010000
The OPML spec needs so much work that it might as well just die in favor of something more sane, such as XBEL or XOXO.  Sure I know that OPML has plenty of mind-share right now, but I will do what little I can to encourage people not to use it.  It is fundamentally broken.
The OPML spec needs so much work that it might as well just die in favor of something more sane, such as XBEL or XOXO. Sure I know that OPML has plenty of mind-share right now, but I will do what little I can to encourage people not to use…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_20_20_15_41-Government_grants_scam.atom0000664000104500010450000000372411007067355023452 0ustar ucheuche Mon Nov 20 20:15:41 2006 b67ec8b1-8c9c-4c96-88cc-67cd9ff683d7 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Michael Edwards 2006-11-20T20:15:41.930000 2006-11-20T20:15:41.930000
I didn't make it to looking any of this up and now have a bad feeling, that I just got scammed. I got the call form a nice english speaking woman who said I qualified for a 5K grant, and since I had been looking up that sort of info on the web a few months ago, It seemed to be an ok call. but after reading this page and seeing all your stories I'm just wondering what to do now that I've been taken for $349.00. I tried calling the number back but It's just a voice mail that says Its full. (866)591-6162
So who should I contact about this?
I didn't make it to looking any of this up and now have a bad feeling, that I just got scammed. I got the call form a nice english speaking woman who said I qualified for a 5K grant, and since I had been looking up that sort of info…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_21_11_42_55-The_Mexican_puzzle_of.atom0000664000104500010450000000277311006755400023230 0ustar ucheuche Sat Jan 21 11:42:55 2006 e5cb5c7c-d7a6-4e59-90e3-dac970a1dde2 <div xmlns="http://www.w3.org/1999/xhtml">The Mexican puzzle of </div> Ama 2006-01-21T11:42:55.420000 2006-01-21T11:42:55.420000
Uche - as usual good stuff from you ... Yeah Kalusha is a great player ... I get called that too ... Jared is more focused in no-nonsense English Premiership ...
Uche - as usual good stuff from you ... Yeah Kalusha is a great player ... I get called that too ... Jared is more focused in no-nonsense English Premiership ...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_12_11_24_40-Election_district_Google_Yahoo_whatever_maps_mashup_.atom0000664000104500010450000000455011006754614031504 0ustar ucheuche Wed Oct 12 11:24:40 2005 cb9e8de8-1be8-43f8-9501-ee02bd0f6e8d <div xmlns="http://www.w3.org/1999/xhtml">Election district Google/Yahoo/whatever maps mashup?</div> Uche http://uche.ogbuji.net 2005-10-12T11:24:40.100000 2005-10-12T11:24:40.100000
John,

w.r.t your 3 points:

1) nod.  That's why I admitted it was a naïve thought.

2) I understand the proportional representation requirement, but I don't see why my idea does not allow for this.  The number of reps per county could be allocated based on census.  Sure, this would result in some rounding error, but there is in the current system as well, anyway, and, besides, a little rounding is far less pernicious than the current cynical rot, IMO.

3) Interesting point.  But isn't this something that that most parliamentary systems already have to deal with?

Anyway, it was but a partly cooked thought, and thanks for the additional fuel.
John, w.r.t your 3 points: 1) nod. That's why I admitted it was a naïve thought. 2) I understand the proportional representation requirement, but I don't see why my idea does not allow for this. The number of reps per county could be allocated based on census. Sure, this would…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_08_21_02_33-Quot__di__.atom0000664000104500010450000000367511006763721021021 0ustar ucheuche Wed Jun 8 21:02:33 2005 8ff22591-0869-4794-afc7-01d795d8771d <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Parand Tony Darugar http://www.parand.com/say/ 2005-06-08T21:02:33.060000 2005-06-08T21:02:33.060000
This is the first of the Quotīdiē series I understood (or actually read for that matter). Maybe because I happened to be listening to Common as I ran across it.

Anyway, nice post. Outside of Big Boi, Common, and Mos Def, haven't heard of the rest of your list of the best, which is great because now I can go hunt for new stuff to listen to.

More pointers to music, particularly foreign/different stuff, would be great.
This is the first of the Quotīdiē series I understood (or actually read for that matter). Maybe because I happened to be listening to Common as I ran across it. Anyway, nice post. Outside of Big Boi, Common, and Mos Def, haven't heard of the rest of your list of…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_21_23_28_26-del_icio_us_bookmarks_for_2006-06-19.atom0000664000104500010450000000252611007061725025273 0ustar ucheuche Wed Jun 21 23:28:26 2006 973d3c62-665e-4c07-b391-c4b30852788c <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2006-06-19</div> Dawn Okoro http://www.dawnokoro.com/ 2006-06-21T23:28:26.060000 2006-06-21T23:28:26.060000
Actually yes, my father was born in Nigeria. :)
Actually yes, my father was born in Nigeria. :)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_30_17_27_48-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_30_17_27_48-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000271711007062222031655 0ustar ucheuche Fri Jun 30 17:27:48 2006 08863351-ba11-4125-a9b7-7f14e24e67e1 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> david regent 2006-06-30T17:27:48.280000 2006-06-30T17:27:48.280000
I think soccer fans are whiny! Just watch the game and ignore the commentators you bunch of cry-babies!
I think soccer fans are whiny! Just watch the game and ignore the commentators you bunch of cry-babies!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_10_13_16_16-Government_grants_scam.atom0000664000104500010450000000446311007066722023462 0ustar ucheuche Thu Aug 10 13:16:16 2006 8a28e86c-c5e2-4511-9877-da63af9954b5 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jacque 2006-08-10T13:16:16.010000 2006-08-10T13:16:16.010000
Well, I never thought it would happen to me.  I am the one always telling my family and friends not to give out info over the phone.  I also sell Identity Theft Protection.  However, we are going through some really hard times and I had in fact applied for a grant.  This guy called and read the letter to me to "refresh my memory".  Okay, he has what is mine, could be legit.  His name was James Pryce Employee #1246 with the Mackenzie Group Grant Aid.  The number is the same as many here, 866-552-9411.  I am now in the process of closing my accounts and my husband is going to kill me when he finds out.  I was guaranteed a minumum of $5000 but could get up to $20000.  All they need is a registration fee of $298.00 to apply to the federal agencies.  I feel so horrible, because if things were not already bad enough in our lives right now, I just went and made them so much worse.
Well, I never thought it would happen to me. I am the one always telling my family and friends not to give out info over the phone. I also sell Identity Theft Protection. However, we are going through some really hard times and I had in fact applied for a…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017000000000000011563 Lustar rootrootrepository/comments/2005_11_15_22_01_51-I_must_be_missing_something_about_XOXO__and_maybe_microformats_in_general_.atomrepository/comments/2005_11_15_22_01_51-I_must_be_missing_something_about_XOXO__and_maybe_microforma0000664000104500010450000000571111006752001032130 0ustar ucheuche Tue Nov 15 22:01:51 2005 525fdf25-78aa-4b25-8a75-10649c9d059c <div xmlns="http://www.w3.org/1999/xhtml">I must be missing something about XOXO (and maybe microformats in general)</div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-11-15T22:01:51.560000 2005-11-15T22:01:51.560000
Bryan: Charles Miller has a great “What’s wrong with OPML” writeup – the most lucid, plainspoken roasting I’ve ever seen:

http://fishbowl.pastiche.org/2005/10/02/whats_wrong_with_opml

Uche: you know, framing the problem that way makes me think “that’s a feed.” Look at it: title, link, description… so long as a flat list without nesting is all you need, that’s exactly what a feed is. I was thinking of an Atom feed with one entry per linked feed, where the permalink is a homepage link and there’s an atom:link[@rel='related'] that points at the feed. Add an atom:summary with a HTML rendition of the feed link so unaware tools can do something useful, and presto.

Sound good, or am I way off the mark?

That reminds me that James Snell was bouncing around ideas for a “profile” extension for Atom, with which you could say “this is a weblog feed” or “…an event log” or “…a webservice directory” – or, just as well, “…a blogroll/directory”. That way you could also annotate such a feed more precisely for processing.
Bryan: Charles Miller has a great “What’s wrong with OPML” writeup – the most lucid, plainspoken roasting I’ve ever seen: http://fishbowl.pastiche.org/2005/10/02/whats_wrong_with_opml Uche: you know, framing the problem that way makes me think “that’s a feed.” Look at it: title, link, description… so long as a flat list without nesting is…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_26_12_51_41-Government_grants_scam.atom0000664000104500010450000000376411007067130023463 0ustar ucheuche Tue Sep 26 12:51:41 2006 0e924c64-e3e5-41b5-8a59-655d3d678ebe <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Charlie 2006-09-26T12:51:41.050000 2006-09-26T12:51:41.050000
For the past five days I have been receiving calls from 800-061-3615 all throughout the day ... atleast 10 times a day.  When I pick up the phone, no one answers and hangs up and when the answering machine picks up, they wait about a minute and then hang up.  Yesterday I wasn't home all day and night and had 12 messages all from this number!!  Including a call at 10:05 p.m.!  I've called the number and a recording states its not in service, so I googled the number and it brought me here.  I am getting really annoyed, does anyone know if the police can do anything?
For the past five days I have been receiving calls from 800-061-3615 all throughout the day ... atleast 10 times a day. When I pick up the phone, no one answers and hangs up and when the answering machine picks up, they wait about a minute and then hang up.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015100000000000011562 Lustar rootrootrepository/comments/2005_08_04_02_49_56-J-Horror_week__or_cultural_roots_of_tastes_in_horror_movies.atomrepository/comments/2005_08_04_02_49_56-J-Horror_week__or_cultural_roots_of_tastes_in_horror_movies.0000664000104500010450000000276711006760263032302 0ustar ucheuche Thu Aug 4 02:49:56 2005 f62c3d0b-676d-46ba-bba7-6e0a57a58ceb <div xmlns="http://www.w3.org/1999/xhtml">J-Horror week, or cultural roots of tastes in horror movies</div> james governor www.redmonk.com/jgovernor 2005-08-04T02:49:56.290000 2005-08-04T02:49:56.290000
hey you uche my wife was banging on about j-horror the other night. she plans to dive in - thanks for this
hey you uche my wife was banging on about j-horror the other night. she plans to dive in - thanks for this…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_19_12_41_44-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000303111006751665031320 0ustar ucheuche Tue Dec 19 12:41:44 2006 0fc761e4-6e88-4272-b4d0-fbca98d1e801 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Zeenah 2006-12-19T12:41:44.290000 2006-12-19T12:41:44.290000
its great to know a good university is in nigeria at last. I guess for those interested in university in nigeria. it is currently the best option.
its great to know a good university is in nigeria at last. I guess for those interested in university in nigeria. it is currently the best option.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_28_07_48_42-Wow___XML_formats_for_outlining_are_complete_rubbish.atom0000664000104500010450000000307511006762241031506 0ustar ucheuche Tue Jun 28 07:48:42 2005 2ec8aee7-a088-4c6f-a843-6973593a53dd <div xmlns="http://www.w3.org/1999/xhtml">Wow! XML formats for outlining are complete rubbish</div> Uche http://uche.ogbuji.net 2005-06-28T07:48:42.440000 2005-06-28T07:48:42.440000
Leigh,

Good point.  I was really just responding to all the buzz.  A personal MoinMoin might be perfect, as it also has bulk XML export.
Leigh, Good point. I was really just responding to all the buzz. A personal MoinMoin might be perfect, as it also has bulk XML export.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_12_10_58_34-Government_grants_scam.atom0000664000104500010450000000422211007067044023457 0ustar ucheuche Tue Sep 12 10:58:34 2006 cfbb9274-5797-4657-b277-ba06d4c0806e <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> HCrawford 2006-09-12T10:58:34.310000 2006-09-12T10:58:34.310000
I too received a call several months ago from Martin Jordan and his supervisor Roger Lee. Both had thick Asian accents and were from the Entitlement Grant Center at 20988 Bake Park Way in Lake Forest, CA. They, of cousre, wanted my account information to send me $5000 which I had been chosen to receive from the gov't. taxpayer list. They wanted to know my age and when I told them I had retired, Martin called me an old woman. Then he proceeded to tell me where I worked. I even told him I worked in Information Security and that I was going to report them, but that did not stop them from continuing to hound me for my checking account information and then my credit card information. They have you-know-what!
I too received a call several months ago from Martin Jordan and his supervisor Roger Lee. Both had thick Asian accents and were from the Entitlement Grant Center at 20988 Bake Park Way in Lake Forest, CA. They, of cousre, wanted my account information to send me $5000 which I…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_03_11_21_38-Copia_gets_RSS_1_0__courtesy_XSLT.atom0000664000104500010450000000351211006766433025161 0ustar ucheuche Tue May 3 11:21:38 2005 683388de-48ea-4790-929c-3b9e5b289847 <div xmlns="http://www.w3.org/1999/xhtml">Copia gets RSS 1.0, courtesy XSLT</div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-05-03T11:21:38.130000 2005-05-03T11:21:38.130000
A tangential request: the Atom feed currently lists "Uche and Chimezie Ogbuji" as the author on all entries, and instead, you are using categories to differentiate authors. Unfortunately, no categories show up in the feed, and thus I can never tell who wrote what. Is at least either of these issues fixable?
A tangential request: the Atom feed currently lists "Uche and Chimezie Ogbuji" as the author on all entries, and instead, you are using categories to differentiate authors. Unfortunately, no categories show up in the feed, and thus I can never tell who wrote what. Is at least either of these…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_20_07_07_51-World_Cup_Blotter__part_2.atom0000664000104500010450000000403211007061743023743 0ustar ucheuche Tue Jun 20 07:07:51 2006 2a64e334-76dd-425a-b819-fdb0f4caed39 <div xmlns="http://www.w3.org/1999/xhtml">World Cup Blotter, part 2</div> Bill Mill http://billmill.org 2006-06-20T07:07:51.860000 2006-06-20T07:07:51.860000
I don't see why you're so down on Onyewu. Yes, his game against the Czechs was atrocious. However, his job in the Italy game was to rough up Luka Toni to take him out of his game, and it seems to me that he did his job beautifully - Toni never looked a threat.

Also, I'm looking forward to the US-Ghana game with more hope for the US than you are. If they can dominate the midfield against Ghana like they did early on against Italy, they can win this game. Sure, they can't finish, but maybe they'll be able to stick a few in by dumb luck. Bring in Eddie Johnson!
I don't see why you're so down on Onyewu. Yes, his game against the Czechs was atrocious. However, his job in the Italy game was to rough up Luka Toni to take him out of his game, and it seems to me that he did his job beautifully - Toni…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017000000000000011563 Lustar rootrootrepository/comments/2005_11_16_07_22_16-I_must_be_missing_something_about_XOXO__and_maybe_microformats_in_general_.atomrepository/comments/2005_11_16_07_22_16-I_must_be_missing_something_about_XOXO__and_maybe_microforma0000664000104500010450000001201611006752001032134 0ustar ucheuche Wed Nov 16 07:22:16 2005 84d100f2-b05d-46e2-bb12-3566400629a9 <div xmlns="http://www.w3.org/1999/xhtml">I must be missing something about XOXO (and maybe microformats in general)</div> M. David Peterson http://www.xsltblog.com 2005-11-16T07:22:16.660000 2005-11-16T07:22:16.660000
Hey Uche,

[BTW... Great article!] I think I have come to the conclusion that the best possible tool for bookmarks is an Atom feed.  While at first it might seem a bit strange, if all that is being represented per entry is one URI, then using two links, one with rel="self" and one with rel="alternate" you can then combine the title, summary, content, and the category elements to provide all of the above information (and even it a bit more).

Of course your not limited to these elements, and in fact would be required, obviously, to add the id and updated elements as child elements to both the feed and for each entry itself.  But I don't see any real downside to such requirements and plenty of potential opportunities, such as building a quick and dirty polling system to either check a feed for a change in the updated value or, in the case of a non-feed format such as an HTML-based page, simply sending a HEAD request and using the returned header as a clue as to if and when the link has been updated (would be nice if we could promote a more MD5-type system, which further only validated the content itself, ignoring the fact that a new add may have been added since your last visit -- but I have my doubts we could get too many people to put for the effort... would be nice thoug :), updating the value of the updated element accordingly, and automagically telling you all the content that apparently has something new added to it since your last visit.

The secret then to using the format for bookmarks is to either use your standard path-based directory structure to categorize your bookmarks, recursively selective which directories had atom feeds contained within them that needed to be parsed (which, of course would give you a clue as to whether the directory structure goes any deeper.)  Or, better yet, just use one feed (or several feeds in the same directory, each with a different name for each top level categorization) and then sort the feed(s) (combining them together into one feed for processing if several feeds are used) based on that path value of the rel="alternate" link.  Once sorted into whatever path-based directory "schema" you might use you could further use the category elements to fine tune your searches and combine this with running a "return everything that is less than 2 weeks old" type query against all of the bookmarks who's category/@label="python" (sorry, couldnt think of anything more creative right at the moment.)

The real beauty behind something like this is then becomes quite easy to "feed"(sorry :) off of each others bookmark feeds, sharing them, mashing them up into various groups that can be published and labeled "the top 100 songs of 2005 based on total bookmarks for each particular track within such and such a community"(obviously this suggests something more towards the other unannounced project) and archived as such. 

Going about things this way could lend very well to a quick adoption rate given the fact that, obviously, using an existing standard wouldn't require any further standardization. Furthermore, with the effort to bring forth the publishing protocol well underway we can quite easily rely on the idea that the same system we use to build our blog Atom feeds can also be used to build our bookmark files.

Thoughts?
Hey Uche, [BTW... Great article!] I think I have come to the conclusion that the best possible tool for bookmarks is an Atom feed. While at first it might seem a bit strange, if all that is being represented per entry is one URI, then using two links, one with…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_05_14_38_36-del_icio_us_daily_links__using_Amara.atom0000664000104500010450000000250611006755134026262 0ustar ucheuche Wed Oct 5 14:38:36 2005 324a0a9b-a63e-4e20-a53f-c5a01e2454aa <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us daily links, using Amara</div> Uche http://uche.ogbuji.net 2005-10-05T14:38:36.950000 2005-10-05T14:38:36.950000
Thanks.  I fixed this and one other such error.
Thanks. I fixed this and one other such error.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_13_16_48_03-Government_grants_scam.atom0000664000104500010450000000331611007066554023467 0ustar ucheuche Thu Jul 13 16:48:03 2006 1ea2c784-61a1-4a08-93a6-396c34851899 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jeanne 2006-07-13T16:48:03.710000 2006-07-13T16:48:03.710000
Received several calls when the answering service that I have through the phone company, there was no message.  I picked up the call one night and the person said they were from customer service asked me my name and I told them they had the wrong phone number and hung up
Received several calls when the answering service that I have through the phone company, there was no message. I picked up the call one night and the person said they were from customer service asked me my name and I told them they had the wrong phone number and hung…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_17_21_07_12-Questioning_RDF.atom0000664000104500010450000000243711006756057021764 0ustar ucheuche Sat Sep 17 21:07:12 2005 046f3d40-a557-41ea-80b0-05bc4a17072c <div xmlns="http://www.w3.org/1999/xhtml">Questioning RDF</div> Trackback from Dare Obasanjo aka Carnage4Life http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=29ec83a7-3c73-421d-a15d-c696eb262bfd 2005-09-17T21:07:12.180000 2005-09-17T21:07:12.180000
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_13_13_33_40-Government_grants_scam.atom0000664000104500010450000000357111007067047023462 0ustar ucheuche Wed Sep 13 13:33:40 2006 cef5ea1b-a164-45b8-9e08-7fb761611290 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> GENIELLE COLLINS 2006-09-13T13:33:40.330000 2006-09-13T13:33:40.330000
WELL I FELL FOR THE SCAM.  IT SOUND SO INTERESTING AND WE DID IT.  THE NUMBER THAT I HAVE IS866 552 9411 WHICH IS NOW VOICMAIL.  BUT THE 1ST PHONE CALL CAM FROM JAMES BRYCE NOW THEY DO NO KNOW WHO HE IS.  I SPKE TO SOMEONE WHO CLAIMES HIS NAME IS TREVOR NO LAST NAME AND VERY RUDE HE TOLD ME TO STAY ON THE COUNTY AND AND STAY OFF DRUGS. AND GET A LIFE AND SIT HOME ALL DAY AND WAIT FOR MORE TELEMARKETERS TO CALL.  SOMETHING NEEDS TO BE DONE WITH THIS COMPANY.
WELL I FELL FOR THE SCAM. IT SOUND SO INTERESTING AND WE DID IT. THE NUMBER THAT I HAVE IS866 552 9411 WHICH IS NOW VOICMAIL. BUT THE 1ST PHONE CALL CAM FROM JAMES BRYCE NOW THEY DO NO KNOW WHO HE IS. I SPKE TO SOMEONE WHO CLAIMES HIS…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_20_12_36_21-Government_grants_scam.atom0000664000104500010450000000353411007066615023456 0ustar ucheuche Thu Jul 20 12:36:21 2006 12e152b3-bf76-407f-b2f2-ad6f1b28b3d8 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> R 2006-07-20T12:36:21.570000 2006-07-20T12:36:21.570000
I received a phone call Wednesday at 7:30 pm from the number 808-212-0041 also.  We were not home and I am glad.  I decided to google the number, and it brought me here...  I would really like to know too how these people get away with this.  is there  way we can stop it?  I am anxious to see if they call back and what he tried to say to me...  I will keep you posted.  Thank you for your comments, it helped alot of us out!!
I received a phone call Wednesday at 7:30 pm from the number 808-212-0041 also. We were not home and I am glad. I decided to google the number, and it brought me here... I would really like to know too how these people get away with this. is there way…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_05_19_11_47-Government_grants_scam.atom0000664000104500010450000000313211007066517023464 0ustar ucheuche Wed Jul 5 19:11:47 2006 1f70a7b5-f560-48f5-9e91-13278bf5c90d <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Vincent 2006-07-05T19:11:47.860000 2006-07-05T19:11:47.860000
I just received a call from 808-212-0041, so I went to search it online. After reading all the comments, the caller left a voicemail. It was my dad who is in Vietnam right now. So, not an Indian guy or anything.
I just received a call from 808-212-0041, so I went to search it online. After reading all the comments, the caller left a voicemail. It was my dad who is in Vietnam right now. So, not an Indian guy or anything.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_05_06_05_28-alt_unicode_kvetch_kvetch_kvetch.atom0000664000104500010450000000443511006760217025523 0ustar ucheuche Fri Aug 5 06:05:28 2005 b10378f2-0ae4-4ff3-b716-d784de2fe87c <div xmlns="http://www.w3.org/1999/xhtml">alt.unicode.kvetch.kvetch.kvetch</div> Jim 2005-08-05T06:05:28.800000 2005-08-05T06:05:28.800000
"Recently there has been a spate of kvetching about Unicode, and in some cases Python's Unicode implementation. Some people feel that it's all too complex, or too arbitrary. This just boggles my mind."

"The solution is discipline. We long ago went through and adopted a coherent Unicode policy for 4Suite's core libraries. It was painful, but eliminated a great number of issues. Martijn Faassen mentions similar experience in one of his projects."

Hang on.  You admit that the Python Unicode shortcomings cause significant pain to developers, but when people complain about it, it "boggles your mind"?  What's so mind-boggling?  It causes pain.  It doesn't have to.  So people complain.  That seems perfectly reasonable to me.
"Recently there has been a spate of kvetching about Unicode, and in some cases Python's Unicode implementation. Some people feel that it's all too complex, or too arbitrary. This just boggles my mind." "The solution is discipline. We long ago went through and adopted a coherent Unicode policy for 4Suite's…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_20_14_17_51-Omnium_gatherum_macaronicorum.atom0000664000104500010450000000320511006762712025025 0ustar ucheuche Mon Jun 20 14:17:51 2005 cce42fa3-f596-43db-a0f0-61a18709e47d <div xmlns="http://www.w3.org/1999/xhtml">Omnium gatherum macaronicorum</div> John Cowan http://www.ccil.org/~cowan 2005-06-20T14:17:51.300000 2005-06-20T14:17:51.300000
Here's another verselet, not technically a macaronic but interesting anyhow:

O Sybilli, si ergo
fortibus es in ero.
O nobile, deis trux --
vadis indem? Pyx in dux.
Here's another verselet, not technically a macaronic but interesting anyhow: O Sybilli, si ergo fortibus es in ero. O nobile, deis trux -- vadis indem? Pyx in dux.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_28_05_44_34-Ubuntu_temptations.atom0000664000104500010450000000263011006762125022667 0ustar ucheuche Tue Jun 28 05:44:34 2005 e09020c8-ca2a-4b24-85ed-9d212ee3032a <div xmlns="http://www.w3.org/1999/xhtml">Ubuntu temptations</div> Sylvain Hellegouarch http://www.defuze.org/oss/ 2005-06-28T05:44:34.970000 2005-06-28T05:44:34.970000
I've been using Slackware for years now and I'm still really pleased with it as it is so simple.
I've been using Slackware for years now and I'm still really pleased with it as it is so simple.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_25_06_34_57-Posting_to_Pyblosxom_with_WebDAV.atom0000664000104500010450000000313311006767105025344 0ustar ucheuche Mon Apr 25 06:34:57 2005 ad04effa-b528-4c9f-b7d3-045e54c80610 <div xmlns="http://www.w3.org/1999/xhtml">Posting to Pyblosxom with WebDAV</div> Uche http://uche.ogbuji.net 2005-04-25T06:34:57.450000 2005-04-25T06:34:57.450000
Oh, for sure.  WebDAV is really The Right Way.  What you're doing is the entire point of WebDAV.

Fair enough.  I'll probably head in that direction before the e-mail idea.
Oh, for sure. WebDAV is really The Right Way. What you're doing is the entire point of WebDAV. Fair enough. I'll probably head in that direction before the e-mail idea.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000014600000000000011566 Lustar rootrootrepository/comments/2005_06_01_11_39_08-The_feckless_rump_of_our_so-called_Justice_Department___.atomrepository/comments/2005_06_01_11_39_08-The_feckless_rump_of_our_so-called_Justice_Department___.ato0000664000104500010450000000373211006764323032044 0ustar ucheuche Wed Jun 1 11:39:08 2005 5de41686-ea7e-48b2-8f41-188056db1f66 <div xmlns="http://www.w3.org/1999/xhtml">The feckless rump of our so-called Justice Department...</div> james governor www.redmonk.com/jgovernor 2005-06-01T11:39:08.200000 2005-06-01T11:39:08.200000
thanks uche.

the one that did it for me today was the story in wired today about a Republican senator trying to get us all worried enough about asteroids to set up an project to defend ourselves from the danger blah blah blah. as if we didn't have more pressing concerns...

on a coincidental note i met Common's tour manager on a flight last week. really nice guy.
thanks uche. the one that did it for me today was the story in wired today about a Republican senator trying to get us all worried enough about asteroids to set up an project to defend ourselves from the danger blah blah blah. as if we didn't have more pressing…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_16_03_28_23-Don_t_buy_batteries_in_Europe__if_you_can_help_it.atom0000664000104500010450000000341011006763143030776 0ustar ucheuche Thu Jun 16 03:28:23 2005 007c99d1-b8b0-4030-a375-ace74a3a9e54 <div xmlns="http://www.w3.org/1999/xhtml">Don't buy batteries in Europe, if you can help it</div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-06-16T03:28:23.580000 2005-06-16T03:28:23.580000
I can assure you that’s a typical price for batteries at least in Germany, and last I remember buying any in Greece, they were priced roughly around that level. So it’s probably safe to conclude that it’s a typical price for batteries in Europe.
I can assure you that’s a typical price for batteries at least in Germany, and last I remember buying any in Greece, they were priced roughly around that level. So it’s probably safe to conclude that it’s a typical price for batteries in Europe.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_11_06_04_28-Semantic_hairball__y_all.atom0000664000104500010450000000360111007065021023653 0ustar ucheuche Sat Mar 11 06:04:28 2006 22ed6d13-5aa4-4def-b3c9-eb6f494b99ac <div xmlns="http://www.w3.org/1999/xhtml">Semantic hairball, y'all</div> Uche http://copia.ogbuji.net 2006-03-11T06:04:28.330000 2006-03-11T06:04:28.330000
Paul,

Fair enough.  I'l start off by giving the terminology some thought.

Bob,

RDF Gateway has always looked interesting, but it seems more of a DBMS in itself than a broker.  Not really what I was calling for.  There are already a lot of RDF apps, but they're meant for the RDF faithful, for the most part.
Paul, Fair enough. I'l start off by giving the terminology some thought. Bob, RDF Gateway has always looked interesting, but it seems more of a DBMS in itself than a broker. Not really what I was calling for. There are already a lot of RDF apps, but they're meant for…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_25_02_28_43-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000332011006751644031317 0ustar ucheuche Tue Apr 25 02:28:43 2006 4e433519-0861-4f71-9aa1-8e5a976d8fba <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Olorundare Rotimi Michael yahoo.co.uk 2006-04-25T02:28:43.200000 2006-04-25T02:28:43.200000
Actually, I got to heard about this Educational Development (Unievresity) And I think its a very good thing happenign in our society, having interest in it but eager to know the application process and the prerequisites.
Actually, I got to heard about this Educational Development (Unievresity) And I think its a very good thing happenign in our society, having interest in it but eager to know the application process and the prerequisites.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_17_13_11_40-Government_grants_scam.atom0000664000104500010450000000357511007066746023472 0ustar ucheuche Thu Aug 17 13:11:40 2006 3657b0fc-edfc-4707-815b-3e6d8478c803 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> gk na 2006-08-17T13:11:40.770000 2006-08-17T13:11:40.770000
got several calls from 808-212-0041.  heavy indian accent guy.  Each time asking for the owner of the house and wanting to talk about a mortgage.  Eventually I got his "supervisor" on the line.  I swore many times at them both.  I warned him about FTC rules and calling a cell phone and calling after 8 pm.  He said he would report me for abusing his "agent".  I said I hope he would so that then I would know who and where they are!
got several calls from 808-212-0041. heavy indian accent guy. Each time asking for the owner of the house and wanting to talk about a mortgage. Eventually I got his "supervisor" on the line. I swore many times at them both. I warned him about FTC rules and calling a cell…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_13_18_35_14-Government_grants_scam.atom0000664000104500010450000000313211007066556023465 0ustar ucheuche Thu Jul 13 18:35:14 2006 3f850481-9feb-4197-beea-e25f503def8d <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Peg 2006-07-13T18:35:14.040000 2006-07-13T18:35:14.040000
Got a call from this same number, 808-212-0041 and the man with a heavy Indian accent asked if I had a mortgage and would I take a survey for a mortgage company. I told him I didn't take phone surveys and hung up.
Got a call from this same number, 808-212-0041 and the man with a heavy Indian accent asked if I had a mortgage and would I take a survey for a mortgage company. I told him I didn't take phone surveys and hung up.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_27_11_46_54-Why_support_template-like_output_in_Amara_.atom0000664000104500010450000000362511006762606027515 0ustar ucheuche Mon Jun 27 11:46:54 2005 2084bb32-bac5-4501-bb51-99b6f0244809 <div xmlns="http://www.w3.org/1999/xhtml">Why support template-like output in Amara?</div> Uche http://uche.ogbuji.net 2005-06-27T11:46:54.630000 2005-06-27T11:46:54.630000
Chris,

XML doesn't really assume that data is hierarchical.  XML itself is hierarchical, but you're free to represent other shapes of data as well (e.g. flat like Apple plists or graph like RDF and even hyperlinked XHTML).

Whether or not XML is suitable, I think, is not often a mere matter of the shape of the data.
Chris, XML doesn't really assume that data is hierarchical. XML itself is hierarchical, but you're free to represent other shapes of data as well (e.g. flat like Apple plists or graph like RDF and even hyperlinked XHTML). Whether or not XML is suitable, I think, is not often a mere…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_24_10_36_00-Government_grants_scam.atom0000664000104500010450000000330011007067244023435 0ustar ucheuche Tue Oct 24 10:36:00 2006 0002a76b-f246-413b-a6c9-feee923e5e47 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> MINDY 2006-10-24T10:36:00.210000 2006-10-24T10:36:00.210000
I RECEIVED 2 CALLS FROM THIS NUMBER, LUCKILY I WAS BUSY AND DID NOT ANSWER IT BUT WHEN I TRIED TO CALL IT BACK NOT EVEN 1 MINUTE LATER IT TOLD ME THE NUMBER WAS DISCONNECTED OR NO LONGER IN SERVICE. HMMM. I THOUGHT THAT WAS STRANGE SO I TOO DID A GOOGLE AND THIS POPPED UP. SO BEWARE...
I RECEIVED 2 CALLS FROM THIS NUMBER, LUCKILY I WAS BUSY AND DID NOT ANSWER IT BUT WHEN I TRIED TO CALL IT BACK NOT EVEN 1 MINUTE LATER IT TOLD ME THE NUMBER WAS DISCONNECTED OR NO LONGER IN SERVICE. HMMM. I THOUGHT THAT WAS STRANGE SO I TOO…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_05_27_10_36_47-Linked_Data_and_Overselling_the_HTTP_URI_Scheme.atom0000664000104500010450000000527011007176102030011 0ustar ucheuche Sun May 27 10:36:47 2007 2760d7c0-4c94-4724-ab39-6950cb0ffdd7 <div xmlns="http://www.w3.org/1999/xhtml">Linked Data and Overselling the HTTP URI Scheme</div> chimezie http://copia.ogbuji.net 2007-05-27T10:36:47.600000 2007-05-27T10:36:47.600000
Kinglsey: I'll make a note up update the Wiki page.

Yes, the FOAF ns problem was fixed,

Danny: Good point about link/@rel | link/@href

I recall murray malone asking once about the possibility of a faithful rendition for XInclude directives, and the idea of either using rdfs:seeAlso or an alternative (but explicit term)

like:

http://bblfish.net/work/atom-owl/2006-06-06/#link> <_.. graph="graph" abstract="abstract" uri="uri" dataset="dataset" other="other" rdf="rdf" _..="_.." or="or"/>

I think the chain of dereferenceURI should be:

http://esw.w3.org/topic/DereferenceURI>(..uri..) := GRDDL(uri) + RDFa parse + Prospective Dereferencing + Recursive Dereferencing , RESTfully (caching, etc..)
Kinglsey: I'll make a note up update the Wiki page. Yes, the FOAF ns problem was fixed, Danny: Good point about link/@rel | link/@href I recall murray malone asking once about the possibility of a faithful rendition for XInclude directives, and the idea of either using rdfs:seeAlso or an alternative…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_05_21_39_55-Government_grants_scam.atom0000664000104500010450000000521511007066520023464 0ustar ucheuche Wed Jul 5 21:39:55 2006 b7cfd47e-0964-447a-aa4f-ece94196055b <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> tjg 2006-07-05T21:39:55.790000 2006-07-05T21:39:55.790000
Got a call from my recently married 19yr old niece - a fellow named "John" from Entertainment Pro, 20988 Bake Parkway, Lake Forest, CA - 800 634 2979 or 877 227 6952, telling her she qualifies under a new Govt grant program for money to pay off any/all of her bills - talking very fast - middle east accent.  Promised her $5000 minimum for a modest $249.99 processing fee (which she doesn't have).

Not thinking - she gave him her account number - but recovered nicely the next day by quickly closing the account after talking with family who convinced her it's too good to be true.

Shortly thereafter - "John" calls back numerous times, frantic, wanting to know why the account was closed - insisting she has been prequalified.

She tells him she doesn't even have the $249 processing fee as she's broke - "John" says no problem will send her a $500 check to spend on anything she wishes - except illegal activity, drugs, terrorist, etc.  She asks if she can use the money to "process the grant" - "John" says sure.

I'll let you know if that $500 check arrives so we can all get in line!  :-)
Got a call from my recently married 19yr old niece - a fellow named "John" from Entertainment Pro, 20988 Bake Parkway, Lake Forest, CA - 800 634 2979 or 877 227 6952, telling her she qualifies under a new Govt grant program for money to pay off any/all of her…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_09_15_47_11-Gooner_luv__or.atom0000664000104500010450000000257211007063525021735 0ustar ucheuche Sun Apr 9 15:47:11 2006 3a862b0e-7df4-4f8a-8679-1d6a35419b47 <div xmlns="http://www.w3.org/1999/xhtml">Gooner luv (or </div> Bill Mill 2006-04-09T15:47:11.980000 2006-04-09T15:47:11.980000
Kind of offtopic, but what do you think of this?
Kind of offtopic, but what do you think of this?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_27_17_44_22-ABC_ESPN_World_Cup_announcers__The_debacle_continues.atom0000664000104500010450000000447011007062017031064 0ustar ucheuche Tue Jun 27 17:44:22 2006 06c8884f-0862-4a10-a632-24e5417b487f <div xmlns="http://www.w3.org/1999/xhtml">ABC/ESPN World Cup announcers: The debacle continues</div> NYER 2006-06-27T17:44:22.400000 2006-06-27T17:44:22.400000
Half the issue with the announcers is the need to talk for the length of the game.  Hence they expoind on a point once - Brazil's timing is off / Ghana's defensive line is playing too far forward - and keep going back to that comment over and over. This is best demonstrated by Balboa, who was a professional soccer player and knows more about the game than anyone writing for this blog but struggles to fill 90 minutes.

Must be same problem with Tommy Smyth, who has websites dedicated to complaining about his coverage (he has called over 1000 games by the way, so good or bad, it is not inexperience)...

CHECK THIS OUT: 

http://www.ecbafc.com/pages/smyth.html
Half the issue with the announcers is the need to talk for the length of the game. Hence they expoind on a point once - Brazil's timing is off / Ghana's defensive line is playing too far forward - and keep going back to that comment over and over. This…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_28_14_02_22-_Tis_a_boy.atom0000664000104500010450000000361711006760602021021 0ustar ucheuche Thu Jul 28 14:02:22 2005 82b45970-efda-4a42-9b36-3fc045302b4c <div xmlns="http://www.w3.org/1999/xhtml">'Tis a boy</div> Koranteng Ofosu-Amaah http://koranteng.blogspot.com/ 2005-07-28T14:02:22.900000 2005-07-28T14:02:22.900000
Congrats... A bottle of Schnapps and Palm Wine will be disbursed your way. There's a Nigerian restaurant in Boston and they call it Palm Juice to confuse outsider about the potent mixture.

Interestingly enough you are now the 4th of my Nigerian comperes who have deal with home deliveries in the past year. Is this a trend?

Regards to all.
Congrats... A bottle of Schnapps and Palm Wine will be disbursed your way. There's a Nigerian restaurant in Boston and they call it Palm Juice to confuse outsider about the potent mixture. Interestingly enough you are now the 4th of my Nigerian comperes who have deal with home deliveries in…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_20_22_39_54-Government_grants_scam.atom0000664000104500010450000000276211007067364023467 0ustar ucheuche Mon Nov 20 22:39:54 2006 ec8464a0-3b9d-41fd-8c77-8d995d29b2a9 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> M in TX 2006-11-20T22:39:54.760000 2006-11-20T22:39:54.760000
Add me to this list of the dumbest thing I ever did. Aw shucks, and I really really needed that grant. you are never too old to learn i guess.
Thanks.
Add me to this list of the dumbest thing I ever did. Aw shucks, and I really really needed that grant. you are never too old to learn i guess. Thanks.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_07_05_59_29-del_icio_us_bookmarks_for_2006-06-06.atom0000664000104500010450000000332111007062317025272 0ustar ucheuche Wed Jun 7 05:59:29 2006 fb4940fa-3695-48de-ab03-d9b10356f08c <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2006-06-06</div> Sylvain 2006-06-07T05:59:29.430000 2006-06-07T05:59:29.430000
Hi guys,

Although I usually enjoy the links you post here via del.icio.us, I am a bit saddened I cannot read more of your articles any longer. You hardly write any. Wake up boys, we do need your thoughts :)

- Sylvain
Hi guys, Although I usually enjoy the links you post here via del.icio.us, I am a bit saddened I cannot read more of your articles any longer. You hardly write any. Wake up boys, we do need your thoughts :) - Sylvain…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_21_15_52_30-Government_grants_scam.atom0000664000104500010450000000325111007067106023452 0ustar ucheuche Thu Sep 21 15:52:30 2006 dacc1ff0-743a-42ff-829b-3686330b0ab1 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> MIchelle 2006-09-21T15:52:30.420000 2006-09-21T15:52:30.420000
I received a phone call today from 808-212-0041, but did not answer.  Like other postings above, I just wanted to add my name to the list.  Thank you ALL for the information-please be sure to pass the info about these scams on to EVERYONE you know!!!
I received a phone call today from 808-212-0041, but did not answer. Like other postings above, I just wanted to add my name to the list. Thank you ALL for the information-please be sure to pass the info about these scams on to EVERYONE you know!!!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_08_19_08_32-Ogbujis_on_just_about_everything.atom0000664000104500010450000000270011006770574025563 0ustar ucheuche Fri Apr 8 19:08:32 2005 23fe39b9-828a-4598-9331-62231ac303e2 <div xmlns="http://www.w3.org/1999/xhtml">Ogbujis on just about everything</div> Trackback from egaumer.pagecache.org http://egaumer.pagecache.org/2005/04/08#15 2005-04-08T19:08:32.190000 2005-04-08T19:08:32.190000
I'm jealous as hell. While Mammoth was fun, I've always wanted to do some of Colorado.
I'm jealous as hell. While Mammoth was fun, I've always wanted to do some of Colorado.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_27_15_18_20-via_Uche_Ogbuji____Someone_finally_said_it__.atom0000664000104500010450000000345311006762241027631 0ustar ucheuche Mon Jun 27 15:18:20 2005 35ddcfd4-e4f4-4002-b8ad-673a413616ec <div xmlns="http://www.w3.org/1999/xhtml">via Uche Ogbuji | "Someone finally said it!"</div> Trackback from <XSLT:Blog/> Quote of the Day http://www.xsltblog.com/quoteoftheday/archives/2005/06/via_uche_ogbuji_1.html 2005-06-27T15:18:20.200000 2005-06-27T15:18:20.200000
Copia Ok, the title is where the Jerry Mcguire quotes and comparisons start and stop (don't think Uche's in any danger of losing his job over this given it's his company :) Wow! XML formats for outlining are complete rubbish...
Copia Ok, the title is where the Jerry Mcguire quotes and comparisons start and stop (don't think Uche's in any danger of losing his job over this given it's his company :) Wow! XML formats for outlining are complete rubbish...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_01_16_13_34-Government_grants_scam.atom0000664000104500010450000000343111007067306023445 0ustar ucheuche Wed Nov 1 16:13:34 2006 4a1fa464-f05a-4a91-a84e-8ffd1ba6b4bc <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Yevette Saunders 2006-11-01T16:13:34.390000 2006-11-01T16:13:34.390000
I will be joining your club,  I have been getting calls from 322-401-0987 all day trying to get me to give out my banking info.  I'm suppose to get a check on Monday if I gave the info.  I asked a series of question and got this the 877-277-6952 number.  And guess what???? I goggle and got this website.  I even got an address in FL. Go Figure!!!!!
I will be joining your club, I have been getting calls from 322-401-0987 all day trying to get me to give out my banking info. I'm suppose to get a check on Monday if I gave the info. I asked a series of question and got this the 877-277-6952 number.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_11_12_48_58-Moving_to_MetaWebLog_API.atom0000664000104500010450000000334311006770165023461 0ustar ucheuche Mon Apr 11 12:48:58 2005 98dbaaee-c328-4699-86ec-3f5c2c2f0693 <div xmlns="http://www.w3.org/1999/xhtml">Moving to MetaWebLog API</div> Uche http://uche.ogbuji.net 2005-04-11T12:48:58.630000 2005-04-11T12:48:58.630000
Apparently the auto-trackback from BloGTK did not work, even after Eric Gaumer's patch.  The Wizbang tool works well, until I have more time to hack at BloGTK.

http://www.aylwardfamily.com/content/tbping.asp
Apparently the auto-trackback from BloGTK did not work, even after Eric Gaumer's patch. The Wizbang tool works well, until I have more time to hack at BloGTK. http://www.aylwardfamily.com/content/tbping.asp…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_21_02_28_34-Today_s_XML_WTF__UTF-8_BOM_madness_in_Windows_browsers.atom0000664000104500010450000000331611006754243031166 0ustar ucheuche Fri Oct 21 02:28:34 2005 ec432ca7-f1a7-442e-a8d8-97ef6598ebe0 <div xmlns="http://www.w3.org/1999/xhtml">Today's XML WTF: UTF-8 BOM madness in Windows browsers</div> Sylvain Hellegouarch http://www.defuze.org/oss/blog/ 2005-10-21T02:28:34.760000 2005-10-21T02:28:34.760000
That's weird, it's the first time I see "Anne" used for a boy. In France it's a girl's firstname only AFAIK.

Uche, as you say, guessing someone's sex from his/her firstname is a bit dangerous :)
That's weird, it's the first time I see "Anne" used for a boy. In France it's a girl's firstname only AFAIK. Uche, as you say, guessing someone's sex from his/her firstname is a bit dangerous :)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_13_03_28_30-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000355311006751656031331 0ustar ucheuche Wed Sep 13 03:28:30 2006 0cce1059-ed82-4d07-af77-84ace3203d85 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Umaima Auwal 2006-09-13T03:28:30.700000 2006-09-13T03:28:30.700000
Hello
I want to know about the medical line in Abti.I want to know the amount per year,and the fees if the person is going to be on campus.how much is going to be the amount of the whole stay in medical line,and how manay years does it take to finish. When will the admission start and end,pls send me the date as soon as possible.
  Thank you.
Hello I want to know about the medical line in Abti.I want to know the amount per year,and the fees if the person is going to be on campus.how much is going to be the amount of the whole stay in medical line,and how manay years does it take to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_17_11_59_24-Rete-inspired_N3_Rule_Network_Finished.atom0000664000104500010450000000521611007057123026344 0ustar ucheuche Sun Sep 17 11:59:24 2006 ded0f78d-0a2c-4de0-9fc9-a18f857d75df <div xmlns="http://www.w3.org/1999/xhtml">Rete-inspired N3 Rule Network Finished</div> Peter Lin 2006-09-17T11:59:24.220000 2006-09-17T11:59:24.220000
Interesting approach, but using a algebraic isn't going to be faster than strict RETE implementation. If I understand the code in the article linked in the blog, it's still going to evaluate more nodes than a normal RETE implementation. There's several papers that explain it mathematically, but I don't remember them off the top of my head.

In Forgy's original Phd thesis, i believe went over the benefits of RETE from a mathematic perspective. I haven't read the paper in a long time, since it's rather long. The only place that explains this stuff is iLog JRules documentation, but I think they no longer make it available on their website.

the down side of using the algebra iterator approach is this. Is it compatable with adding Hash indexing to the BetaNode like the one I describe in my blog? I don't know if it is, but I suspect it might make it much harder. With a good design, adding Hash indexing to the betaNodes "can be easy". If you compare the implementation between drools3 and Sumatra, you'll see Sumatra is much simpler and slightly faster.
Interesting approach, but using a algebraic isn't going to be faster than strict RETE implementation. If I understand the code in the article linked in the blog, it's still going to evaluate more nodes than a normal RETE implementation. There's several papers that explain it mathematically, but I don't remember…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_21_02_48_05-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000416611006751637031325 0ustar ucheuche Tue Mar 21 02:48:05 2006 d7a08b3a-17b8-4e41-80bb-9760441f6ed9 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Ohia 2006-03-21T02:48:05.030000 2006-03-21T02:48:05.030000
Ya ABTI (AAUN) is really a nice school as attested by so many that have had an opportunity of getting there.

I want to know how toapply for the scholarship and how it work.

But to say the fact Yola is not the best location for such a wonder school of higher learning.  Though the vanguard of the school what to bring it closer to the root but achieving the objective might be marred as a result of what people outside and within the country attribute to the North. 

So avid effort should be made to erase people's perception of the north.
Ya ABTI (AAUN) is really a nice school as attested by so many that have had an opportunity of getting there. I want to know how toapply for the scholarship and how it work. But to say the fact Yola is not the best location for such a wonder school…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_20_22_58_23-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_20_22_58_23-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000453611007062213031646 0ustar ucheuche Tue Jun 20 22:58:23 2006 9bae6282-76f8-4781-a935-f63ef37cc7c5 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Damon Vailati http://abc.go.com/site/contactus.html?cat=ABC%20Sports 2006-06-20T22:58:23.590000 2006-06-20T22:58:23.590000
I absolutely agree with all of you here, besides those who think it is justified that they are using an completely uneducated (football wise, or excuse me 'soccer') and deafening announcer like O'Brien.  I am a former DI soccer player and played with many guys from Europe, who made it obvious that Europeans still view us as a sub-par soccer country, and this only exsacerbates this notion.  Not to mention, I get sick listening to this clown (Balboa at least knows the game, he is just a poor announcer, and JP and Harkes I think are good), O'Brien really needs to be fired immediately it is ruining the finals.  Guys, check out the link above, you can contact ABC sports and blast them for this, maybe we can get them to change (though I highly doubt it), but do it!!
I absolutely agree with all of you here, besides those who think it is justified that they are using an completely uneducated (football wise, or excuse me 'soccer') and deafening announcer like O'Brien. I am a former DI soccer player and played with many guys from Europe, who made it…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_28_13_15_17-The_new_MacBook_Pro.atom0000664000104500010450000000564511007054347022570 0ustar ucheuche Thu Dec 28 13:15:17 2006 a737d434-4784-4cc8-8268-2918c4d0840e <div xmlns="http://www.w3.org/1999/xhtml">The new MacBook Pro</div> Bill Mill http://billmill.org 2006-12-28T13:15:17.590000 2006-12-28T13:15:17.590000
In a strange turn of events, I too just replaced my (almost exactly similar) Dell with a 15" Macbook Pro. I loved the Dell, but my house burned down, so I had no choice. I got it on Tuesday.

Just a few minutes ago, I finally got my fullscreen X11 using ion3 working acceptably. I still need to figure out the keymaps, but I can alt-tab from my mac osx environment to my X11 environment with proper terminals, gvim, and beautiful ion3 full screen splitting. I have to "command-option a" to get out of X, but that's a price I can pay.

So far, I can say that Macports is better than fink, although excruciatingly slow, and requiring the Xcode Tools.

Get VLC to play videos, it's much better than the crappy DVD player that OSX ships with.

I like Application Switcher to give me a list of what applications are open. I think the dock sucks, and I'm looking for options to replace it. I'll look at DragThing soon, I think.

Hmmm, this is too long, I should blog it. Tonight, maybe.
In a strange turn of events, I too just replaced my (almost exactly similar) Dell with a 15" Macbook Pro. I loved the Dell, but my house burned down, so I had no choice. I got it on Tuesday. Just a few minutes ago, I finally got my fullscreen X11…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_11_17_51_03-Gooner_luv__or.atom0000664000104500010450000000246211007063525021722 0ustar ucheuche Tue Apr 11 17:51:03 2006 e537699c-b5c7-447c-9a55-08cea4ed6f54 <div xmlns="http://www.w3.org/1999/xhtml">Gooner luv (or </div> Parand Tony Darugar http://www.parand.com/say/ 2006-04-11T17:51:03.110000 2006-04-11T17:51:03.110000
How do you get football on TV in the US?
How do you get football on TV in the US?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_19_21_25_43-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_19_21_25_43-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000430411007062213031642 0ustar ucheuche Mon Jun 19 21:25:43 2006 c8d94ee3-8576-4f40-a0bb-90ece73a0927 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Pete 2006-06-19T21:25:43.920000 2006-06-19T21:25:43.920000
I didn't get a chance to watch the Brasil match against Australia until late Monday and I am flabbergasted at the low rent comments by M. Balboa regarding Ronaldo.  Its clear that Balboa does not know much about world class futbol.  Calling Ronaldo a "Bloated waste of space" on national TV is beyond stupid.  Not only is Ronaldo a national hero in Brasil and highly regarded in any nation that appreciates and respects great futbol players, I would think that the Brasil coach knows a little more about what he wants to accomplish with his teams and the players he starts in the first round.  Balboa, you would make a great commentator if you kept your mouth shut the entire match!
I didn't get a chance to watch the Brasil match against Australia until late Monday and I am flabbergasted at the low rent comments by M. Balboa regarding Ronaldo. Its clear that Balboa does not know much about world class futbol. Calling Ronaldo a "Bloated waste of space" on national…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_12_12_13_01-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_12_12_13_01-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000270211007062204031622 0ustar ucheuche Mon Jun 12 12:13:01 2006 556cdffe-f07b-4871-8638-1580d8e33d20 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Peter 2006-06-12T12:13:01.280000 2006-06-12T12:13:01.280000
Dave O'Brien will not shut up.  I about fell asleep during Czech v. USA, and not because it was 3-0.
Dave O'Brien will not shut up. I about fell asleep during Czech v. USA, and not because it was 3-0.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_04_20_22_05-alt_unicode_kvetch_kvetch_kvetch.atom0000664000104500010450000000267611006760216025514 0ustar ucheuche Thu Aug 4 20:22:05 2005 fa232763-0602-4208-b6da-8fdf938c3744 <div xmlns="http://www.w3.org/1999/xhtml">alt.unicode.kvetch.kvetch.kvetch</div> John Cowan http://www.ccil.org/~cowan 2005-08-04T20:22:05.910000 2005-08-04T20:22:05.910000
Of course there is such a thing as plain text.  It's a sequence of Unicode characters without markup.  :-)
Of course there is such a thing as plain text. It's a sequence of Unicode characters without markup. :-)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_06_13_43_20-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000274711006751637031325 0ustar ucheuche Mon Mar 6 13:43:20 2006 c3adffcb-163f-41fd-8fcb-6d65681b41b3 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> okafor 2006-03-06T13:43:20.450000 2006-03-06T13:43:20.450000
plz i will like to know about the university and when they are starting for 2006 admission so i can start with u for 2006
plz i will like to know about the university and when they are starting for 2006 admission so i can start with u for 2006…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_02_03_22_44-Yes___Markdown_needs_attributes__not_footnotes.atom0000664000104500010450000000415211006756754030423 0ustar ucheuche Fri Sep 2 03:22:44 2005 db9ea2a3-6bec-4b38-922e-cc0818a142dd <div xmlns="http://www.w3.org/1999/xhtml">Yes! Markdown needs attributes, not footnotes</div> Angie 2005-09-02T03:22:44.910000 2005-09-02T03:22:44.910000
"I tried to post this to the Markdown mailing list, but they have a policy of rejecting (not just moderating) non-member mailings."

"I really don't have room to join yet another mailing list."

Isn't that a bit like turning up at a pub, giving your opinion and then running off before you get to hear the responses ;)

On the subject, all suggestions so far have been a bit messy to my eye, and sort of break the idea of Markdown being nice to read before it's parsed. Not saying it's not a good idea, just not perfect.
"I tried to post this to the Markdown mailing list, but they have a policy of rejecting (not just moderating) non-member mailings." "I really don't have room to join yet another mailing list." Isn't that a bit like turning up at a pub, giving your opinion and then running off…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_18_09_51_55-Quot__di__.atom0000664000104500010450000000373611006765546021047 0ustar ucheuche Tue Jul 18 09:51:55 2006 3b2e5a93-f445-4845-baee-054e7f3a79c3 <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> jacob harvey http://recently.rainweb.net 2006-07-18T09:51:55.900000 2006-07-18T09:51:55.900000
I was dissapointed too. But I found a site that has the file in Google.

http://my.opera.com/Mondsplitter/blog/show.dml/270196

He must have gotten it before Amanda had her wrist slapped.

Hopefully it'll be around for a while. With enough dissemination it'll defintely end up in file sharing apps. :)
I was dissapointed too. But I found a site that has the file in Google. http://my.opera.com/Mondsplitter/blog/show.dml/270196 He must have gotten it before Amanda had her wrist slapped. Hopefully it'll be around for a while. With enough dissemination it'll defintely end up in file sharing apps. :)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_10_09_14_01-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000262511006751654031321 0ustar ucheuche Thu Aug 10 09:14:01 2006 010314a3-bcbf-4078-a324-353e0bf82f0a <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> paulson ekeh 2006-08-10T09:14:01.880000 2006-08-10T09:14:01.880000
i will like to know the system of their admission i.e the processes involved.
i will like to know the system of their admission i.e the processes involved.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_27_14_45_04-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000312111006751665031321 0ustar ucheuche Wed Dec 27 14:45:04 2006 d9d23ffc-06b3-4116-9106-c2311a2d2ebd <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> lookman ajayi 2006-12-27T14:45:04.380000 2006-12-27T14:45:04.380000
dear sir,
i want you to help on this topics:GOOD THINGS ABOUT THE NIGERIAN UNIVERSITIES.
i will be experting your reply sir.

thank you
dear sir, i want you to help on this topics:GOOD THINGS ABOUT THE NIGERIAN UNIVERSITIES. i will be experting your reply sir. thank you…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_02_08_49_38-Wow___XML_formats_for_outlining_are_complete_rubbish.atom0000664000104500010450000000352511006762242031504 0ustar ucheuche Thu Mar 2 08:49:38 2006 3898dafc-7acf-404c-8f9e-83bba7b32d3e <div xmlns="http://www.w3.org/1999/xhtml">Wow! XML formats for outlining are complete rubbish</div> Dan.Williams http://technopolitan.blogspot.com 2006-03-02T08:49:38.530000 2006-03-02T08:49:38.530000
I wrote on this issue this morning on my blog:
http://technopolitan.blogspot.com/2006/03/opml_114131366075478491.html

It seems to me that using RSS to list RSS feeds would be a lot simpler in the long run.
I wrote on this issue this morning on my blog: http://technopolitan.blogspot.com/2006/03/opml_114131366075478491.html It seems to me that using RSS to list RSS feeds would be a lot simpler in the long run.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_06_08_04_32_58-del_icio_us_bookmarks_for_2007-06-07.atom0000664000104500010450000000253011007175613025273 0ustar ucheuche Fri Jun 8 04:32:58 2007 0ac3c325-ff8c-473c-a641-a9e996b1df01 <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2007-06-07</div> Sylvain Hellegouarch http://www.defuze.org 2007-06-08T04:32:58.660000 2007-06-08T04:32:58.660000
Oh thanks. This looks like a very sweet tool.
Oh thanks. This looks like a very sweet tool.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_10_13_52_51-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000650011006751637031313 0ustar ucheuche Fri Mar 10 13:52:51 2006 1337c6df-f033-44a1-842f-57d0028e8323 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Omorx 2006-03-10T13:52:51.140000 2006-03-10T13:52:51.140000
I would suggest that we not ignore the area of handouts in our various Nigerian unviersities, in place of textbooks when discussing about world class universities. I agree it comes up under the the fallen standard in recent years. But I am of the opinion that AAUN is currently the only world class university in West Africa. There were once world class universities, but infrastructural decay swallowed their pride of world class. Not unitl they rise, they would remain "previous world class Universities."  I am a student of the Abti-American University of Nigeria (AAUN) and it is a school where there is nothing called handouts. A student, with his laptop has access to the powerpoint lecture notes which can be downloaded from the schools network. For the five weeks lecture period, you have a textbook for each course which demands that a student study every chapter of the textbook. There is always assignment after every class and there is a regular attendance taken after every class. There are four tests in a semester. The first test which comes up after four weeks, then there is a mid-term exam (after the 7th week)while the 2nd test comes up after the 11th week. The final exam comes up at the 15th week. It is really a world class university. And with few students in class (maximum of 18) and round table sitting position in class, there is a better and effective tutoring of a subject. The American style is a system where every one participate in class discussion because most times, the professors would ask each students (since he knows all of them by name) of what he/she thinks of a subject understudy. In most courses, when you miss a class on the third time, you get an grade of 'F' on the course. I like the system because it teaches us to be ethical in all our ways. When you pliagiarise for example, you get an 'F'.
I would suggest that we not ignore the area of handouts in our various Nigerian unviersities, in place of textbooks when discussing about world class universities. I agree it comes up under the the fallen standard in recent years. But I am of the opinion that AAUN is currently the…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_19_00_12_22-Don_t_buy_batteries_in_Europe__if_you_can_help_it.atom0000664000104500010450000000323411006763143030772 0ustar ucheuche Sun Jun 19 00:12:22 2005 92908d12-52d9-4c52-9e8f-9798e52d3765 <div xmlns="http://www.w3.org/1999/xhtml">Don't buy batteries in Europe, if you can help it</div> Uche http://uche.ogbuji.net 2005-06-19T00:12:22.470000 2005-06-19T00:12:22.470000
True almost everything seems to be more expensive in Europe (except for wine and tea buiscuits), but I don't recall having ever reeled from shock as convulsively as I did after the battery-buying incident.
True almost everything seems to be more expensive in Europe (except for wine and tea buiscuits), but I don't recall having ever reeled from shock as convulsively as I did after the battery-buying incident.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_05_14_20_58_13-Is_Luton_really_so_bad_.atom0000664000104500010450000000257211006766457023543 0ustar ucheuche Sun May 14 20:58:13 2006 b75e37e3-87b7-40c4-9603-a5448b0c62ed <div xmlns="http://www.w3.org/1999/xhtml">Is Luton really so bad?</div> The Luton Boy 2006-05-14T20:58:13.470000 2006-05-14T20:58:13.470000
http://www.flickr.com/groups/luton/

:)
http://www.flickr.com/groups/luton/ :)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_27_20_14_19-Hip-hop_slanguistics.atom0000664000104500010450000000425511006762173023056 0ustar ucheuche Mon Jun 27 20:14:19 2005 af145896-809f-4bde-977b-6005e2dca4e1 <div xmlns="http://www.w3.org/1999/xhtml">Hip-hop slanguistics</div> david http://www.megginson.com/blogs/lahso/ 2005-06-27T20:14:19.920000 2005-06-27T20:14:19.920000
The lexicographers at the Oxford English Dictionary will cover the hip hop terminology eventually -- just be prepared to wait a half century or so for the slips to make their way through the editorial process.

You are right to be suspicious of etymological theories coming from people with big ideological axes to grind. Two centuries ago, before Jacob Grimm and his peers showed how Germanic languages evolved from Indo-European, some scholars worked hard to show that English was derived from Hebrew -- the real motive was to prove that the English were god's true chosen people, descended from Abraham, and the Jews living in Europe were imposters.
The lexicographers at the Oxford English Dictionary will cover the hip hop terminology eventually -- just be prepared to wait a half century or so for the slips to make their way through the editorial process. You are right to be suspicious of etymological theories coming from people with big…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_28_10_10_57-Addressing_the_RDF_Scalability_Bottleneck.atom0000664000104500010450000000365711006753453027071 0ustar ucheuche Fri Oct 28 10:10:57 2005 d127a5a0-2dc3-466a-a22f-c3f7ad672864 <div xmlns="http://www.w3.org/1999/xhtml">Addressing the RDF Scalability Bottleneck</div> Mark Notingham http://www.mnot.net/ 2005-10-28T10:10:57.980000 2005-10-28T10:10:57.980000
A trick that Web cache implementations use is a half-hash; i.e., instead of using a full MD-5 or SHA-1 hash, just use the first n characters of it (for example).

Because the randomness is evenly distributed throughout the hash, you can calculate how much risk of collision you're taking. In a very large collection (like a Web cache), this can save a LOT of memory.
A trick that Web cache implementations use is a half-hash; i.e., instead of using a full MD-5 or SHA-1 hash, just use the first n characters of it (for example). Because the randomness is evenly distributed throughout the hash, you can calculate how much risk of collision you're taking. In…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_16_10_47_34-Python_XML_column__37__and_out___Processing_Atom_1_0.atom0000664000104500010450000000414611006756033030771 0ustar ucheuche Fri Sep 16 10:47:34 2005 ef0c5f45-63c4-4c92-9bd8-7911ce3d1838 <div xmlns="http://www.w3.org/1999/xhtml">Python/XML column #37 (and out): Processing Atom 1.0</div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-09-16T10:47:34.390000 2005-09-16T10:47:34.390000
Yeah, I wondered about that. Google quarantines new domains for up to six months to evade spam these days. Plug given gladly; there’s a bunch of stuff that relies on FeedParser, and until FeedParser gets fixed none of them will be able to consume Atom 1.0, so the patch is greatly needed. I did indeed find it via the trackback at scott.yang.id.au – pretty much by chance.

Uche: btw, you write in the article that you have serious trouble with some design decisions. What are they? I’d be very interested to hear more about that.
Yeah, I wondered about that. Google quarantines new domains for up to six months to evade spam these days. Plug given gladly; there’s a bunch of stuff that relies on FeedParser, and until FeedParser gets fixed none of them will be able to consume Atom 1.0, so the patch is…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_18_03_55_46-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000303011006751647031330 0ustar ucheuche Sun Jun 18 03:55:46 2006 1ab3e060-31dd-4497-a49e-4e04f32badb1 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> OUWAISSOU HAMAOUA ABDOULAYE 00237225248 2006-06-18T03:55:46.110000 2006-06-18T03:55:46.110000
I am very intersting in your university,Iwould like to carry on my studies there.Please send me any required application forms.
I am very intersting in your university,Iwould like to carry on my studies there.Please send me any required application forms.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_28_16_20_33-Chikaora_Zion_Credell_Ogbuji.atom0000664000104500010450000000243311006751111024410 0ustar ucheuche Mon Nov 28 16:20:33 2005 0775317b-3d63-451a-8135-8067ee507e48 <div xmlns="http://www.w3.org/1999/xhtml">Chikaora Zion Credell Ogbuji</div> luis miguel m. 2005-11-28T16:20:33.620000 2005-11-28T16:20:33.620000
Congratulations, chime!! Qué guapa!!  ;-)
Congratulations, chime!! Qué guapa!! ;-)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_16_12_19_58-Government_grants_scam.atom0000664000104500010450000000345411007067071023476 0ustar ucheuche Sat Sep 16 12:19:58 2006 346c6593-ffff-44a1-b7da-3dbb5447b20b <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Dave in Vermont 2006-09-16T12:19:58.670000 2006-09-16T12:19:58.670000
1-808-212-0041 has been calling here for a week with offers of discount prescription drugs - without a prescription. Of course I told them to put me on the Do Not Call list and to cease and desist. They continue.

I have sent a complaint to the FCC, but that is shouting down a deep well. I doubt our government could care less.
1-808-212-0041 has been calling here for a week with offers of discount prescription drugs - without a prescription. Of course I told them to put me on the Do Not Call list and to cease and desist. They continue. I have sent a complaint to the FCC, but that is…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_24_09_54_12-On_Google_talk__thanks_to_Ian.atom0000664000104500010450000000302211006757234024641 0ustar ucheuche Wed Aug 24 09:54:12 2005 c0467132-6ab7-4bf9-8575-b531f0987b78 <div xmlns="http://www.w3.org/1999/xhtml">On Google talk, thanks to Ian</div> kwasi http://ghanageek.blogspot.com 2005-08-24T09:54:12.500000 2005-08-24T09:54:12.500000
I'm just happy jabber finally has some high profile weight behind its name. Maybe I can finally give up on AIM and MSN and move all my friends unto this
I'm just happy jabber finally has some high profile weight behind its name. Maybe I can finally give up on AIM and MSN and move all my friends unto this…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_01_02_21_00_09-Government_grants_scam.atom0000664000104500010450000000403111007067514023436 0ustar ucheuche Tue Jan 2 21:00:09 2007 6dc7b7cb-fb45-427f-bd17-4dad26f59a6e <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> jen 2007-01-02T21:00:09.550000 2007-01-02T21:00:09.550000
I also went online and applied for a goverment grant,sean stenza from hampton resources called and told me I qualified for a grant for $5000and up to 20000.Stupid me!I thought it sounded ligite I had a intuition,I caled and told him I wanted to cancel it out I was not comfortable doing this he said fine, said it was cancelled out,no problem!Well, it wasn't! Got scammed for $349.00
WORD OF ADVICE DO NOT GIVE BANK INFO TO ANYONE OVER PHONE VERIFY WHO THEY ARE FIRST MAKE SURE THEY ARE LEGIT! CALL BBB,CHECK THEM OUT!SCAM=1-866-591-6162,HAMPTON RESOURCES,SEAN STANZA&MARK JOHNSON.
I also went online and applied for a goverment grant,sean stenza from hampton resources called and told me I qualified for a grant for $5000and up to 20000.Stupid me!I thought it sounded ligite I had a intuition,I caled and told him I wanted to cancel it out I was not…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000014600000000000011566 Lustar rootrootrepository/comments/2005_06_03_08_30_04-The_feckless_rump_of_our_so-called_Justice_Department___.atomrepository/comments/2005_06_03_08_30_04-The_feckless_rump_of_our_so-called_Justice_Department___.ato0000664000104500010450000000353311006764323032036 0ustar ucheuche Fri Jun 3 08:30:04 2005 6ba3253b-14e1-438d-96e7-77f589f52a04 <div xmlns="http://www.w3.org/1999/xhtml">The feckless rump of our so-called Justice Department...</div> Uche http://uche.ogbuji.net 2005-06-03T08:30:04.100000 2005-06-03T08:30:04.100000
Oh dear.  Asteroids.  I wonder whether the first thing we've lost in the information age is a sense of perspective.

Common deserves the buzz and the success (#2 in the overall album charts.  Hells yeah!)  I hope to see him on tour here soon.  Best of luck to that nice tour manager.
Oh dear. Asteroids. I wonder whether the first thing we've lost in the information age is a sense of perspective. Common deserves the buzz and the success (#2 in the overall album charts. Hells yeah!) I hope to see him on tour here soon. Best of luck to that nice…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_27_11_56_58-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000262411006751653031341 0ustar ucheuche Thu Jul 27 11:56:58 2006 c5a3d953-dac4-4cbe-8730-24818656d3a4 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> isaac charles 2006-07-27T11:56:58.150000 2006-07-27T11:56:58.150000
i want to find out if ABTI is offering scholarship for 2006/2007 in nigeria.
i want to find out if ABTI is offering scholarship for 2006/2007 in nigeria.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015100000000000011562 Lustar rootrootrepository/comments/2005_06_21_09_01_44-Fedora_and_the_repository_politics__and_exploding_inkscape_.atomrepository/comments/2005_06_21_09_01_44-Fedora_and_the_repository_politics__and_exploding_inkscape_.0000664000104500010450000000450211006762513032222 0ustar ucheuche Tue Jun 21 09:01:44 2005 1a337f55-0b27-45c6-a7e3-2321bc990c53 <div xmlns="http://www.w3.org/1999/xhtml">Fedora and the repository politics (and exploding inkscape)</div> Bill Mill http://llimllib.f2o.org/blog 2005-06-21T09:01:44.720000 2005-06-21T09:01:44.720000
I was on Red Hat / Fedora for the last 4 years, and I had a similarly terrible experience with Debian. However, instead of FC4, I just put the newest Ubuntu on my laptop, and I have to say that I am enjoying it right now.

I had to do the ndiswrapper install myself, but everything else went perfectly smoothly (If I recall, you have a laptop similar to mine). Synaptic works like it never did in FC, I don't have to browse repositories to find RPMs, and I feel confident of avoiding the apt db crashes that plagued me when I tried debian last. I feel like Ubuntu's packages are much saner than debian proper's.

Finally, since Ubuntu uses python for nearly everything, their python package support is stunningly good, which makes my life much easier.
I was on Red Hat / Fedora for the last 4 years, and I had a similarly terrible experience with Debian. However, instead of FC4, I just put the newest Ubuntu on my laptop, and I have to say that I am enjoying it right now. I had to do…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_05_03_37_40-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000306711006751650031323 0ustar ucheuche Wed Jul 5 03:37:40 2006 294b9498-a3b0-4eab-9715-c32006672372 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Omorx De-Prince 2006-07-05T03:37:40.590000 2006-07-05T03:37:40.590000
The admission link for the school is giving below:

http://www.abti-american.edu.ng/application.htm
The admission link for the school is giving below: http://www.abti-american.edu.ng/application.htm…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_24_10_04_21-Finding_xForms_xpi_for_FireFox_1_5.atom0000664000104500010450000000354211007071334025461 0ustar ucheuche Tue Jan 24 10:04:21 2006 61e3db97-1b92-4f8e-b57c-9d5338240da7 <div xmlns="http://www.w3.org/1999/xhtml">Finding xForms.xpi for FireFox 1.5</div> Lars 2006-01-24T10:04:21.520000 2006-01-24T10:04:21.520000
As of Jan. 16, the official extension page now has an xforms.xpi (v 0.3) that is said to work with Fx 1.5, and you don't have to go chase down a nightly build.
I was able to successfully download and install it, though I haven't tested it on an actual XForms page.
Lars
As of Jan. 16, the official extension page now has an xforms.xpi (v 0.3) that is said to work with Fx 1.5, and you don't have to go chase down a nightly build. I was able to successfully download and install it, though I haven't tested it on an actual…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_09_02_04_55-Government_grants_scam.atom0000664000104500010450000000406211007066716023466 0ustar ucheuche Wed Aug 9 02:04:55 2006 7675e817-1886-4900-83e9-983627363866 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> charlie 2006-08-09T02:04:55.960000 2006-08-09T02:04:55.960000
i m again now it is my no.SOMESH GUPTA(sam)00919331881326,SHARAT(mark)00919831097338
now i m frm india .it is upto u what u can do.
if un hv power then catch me or i will fuck the whole united states.once again it is my address-

MR. AMIT CHAKRABORTY(A BIG SCAMMER)
117,B.T ROAD
(EVER GREEN PLAZA)
CITY-KOLKATA-2
STATE-WEST BENGAL
COUNTRY-INDIA
  NOW IT IS UP TO U WHAT U WANT TO DO
  BYE BYE..................
i m again now it is my no.SOMESH GUPTA(sam)00919331881326,SHARAT(mark)00919831097338 now i m frm india .it is upto u what u can do. if un hv power then catch me or i will fuck the whole united states.once again it is my address- MR. AMIT CHAKRABORTY(A BIG SCAMMER) 117,B.T ROAD (EVER…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_03_16_55_19-Copia_gets_RSS_1_0__courtesy_XSLT.atom0000664000104500010450000000241411006766433025174 0ustar ucheuche Tue May 3 16:55:19 2005 276af69a-2ccc-4b24-b45e-804258e51af7 <div xmlns="http://www.w3.org/1999/xhtml">Copia gets RSS 1.0, courtesy XSLT</div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-05-03T16:55:19.620000 2005-05-03T16:55:19.620000
Cool, thanks!
Cool, thanks!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_21_16_43_09-Government_grants_scam.atom0000664000104500010450000000346411007066764023477 0ustar ucheuche Mon Aug 21 16:43:09 2006 a8270928-05ef-4db0-afc3-beb6ef6d4439 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Terry 2006-08-21T16:43:09.920000 2006-08-21T16:43:09.920000
I have been receiving 8 to 10 calls per day from 808-212-0041 for several weeks.  An man with a heavy Indian accent says he works for an on-line pharmacy and will not take no or stop calling me for an answer.

I just filed a complaint with the Illinois Attorney General's Office.  I'm not sure how much good it will do...but I need a break here.
I have been receiving 8 to 10 calls per day from 808-212-0041 for several weeks. An man with a heavy Indian accent says he works for an on-line pharmacy and will not take no or stop calling me for an answer. I just filed a complaint with the Illinois Attorney…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_17_08_10_24-Nofollow-free_Copia.atom0000664000104500010450000000424611006755716022620 0ustar ucheuche Sat Sep 17 08:10:24 2005 ecf7bb71-d8f5-4f1c-a786-8e3d7994015a <div xmlns="http://www.w3.org/1999/xhtml">Nofollow-free Copia</div> bryan 2005-09-17T08:10:24.970000 2005-09-17T08:10:24.970000
"All comments go in an approval queue, and we have a lot of handy little tools to help eliminate comment spam, so we can batch approve the remaining goodness. "

I keep meaning to finish my little blogging application and then set up a blog of my own (I suppose it says something about me that I don't want a blog if I haven't written the tools myself)

One thing about comment spam I've been thinking though is that a tool similar to spam bayes would be adequate to deal with almost everything I've seen in the comment spam field.

combine that with a whitelist for name and i.p address combinations and it would probably take a lot of the heat off.
"All comments go in an approval queue, and we have a lot of handy little tools to help eliminate comment spam, so we can batch approve the remaining goodness. " I keep meaning to finish my little blogging application and then set up a blog of my own (I suppose…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_31_15_36_16-_Tis_a_boy.atom0000664000104500010450000000716111006760602021024 0ustar ucheuche Sun Jul 31 15:36:16 2005 53e78046-5eca-4eda-b218-042f4c5935b0 <div xmlns="http://www.w3.org/1999/xhtml">'Tis a boy</div> Uche http://uche.ogbuji.net 2005-07-31T15:36:16.940000 2005-07-31T15:36:16.940000
Thanks to all for the kind wishes.  In case anyone missed that we'd settled on a name, see:

http://copia.ogbuji.net/blog/2005-07-28/Quot_di_

'The child has a name now. Udoka Julian Melayo Ogbuji. Udoka means roughly "peace reigns". As with many Igbo names, it has a couple of levels of meaning for us, mostly as a hope for unlikely peace in a household with three boys, and partly as an imprecation for peace in troubled times, globally. It's shortened to "Udo", pronounced "oo-doh" with stress on the second syllable. Julian follows from the month (I suppose Jide could have been "August", but we preferred "Maxwell"). Melayo means roughly "relax", and is my father's contribution. We were all hoping for a girl, and even though it's a boy, we're all easy like Sunday morning.'

Mark, very funny :-)  We settled the name sans Wiki: "Udoka".

James, Chinua is a nice one, generally short for Chinualumogu: "My spirit will fight my wars for me", but it's not really from my part of Igboland, and after the departure I took with Jideobi, I preferred to take a small step back towards tradition.

Udoka is pretty traditional, except that Christian Igbos always want to say "you mean Udochukwuka, right?" asking whether we're saying God's peace is great.  But no, we just mean peace.  Period.

Koranteng,

"Palm juice", eh?  That makes my day (let's hope no confused mother tried to feed that to her toddler).  I'm not aware of any special predilection of Nigerians for home deliveries (I was born in a hospital, BTW), but I suppose we tend to be a bit more defiant of fate.  Then again when I told my cousin about the home birth, she was horrified.

Aristotle, that's the perfect benediction: happy yet socially responsible.  Is it traditionally Greek?

Peace, all.
Thanks to all for the kind wishes. In case anyone missed that we'd settled on a name, see: http://copia.ogbuji.net/blog/2005-07-28/Quot_di_ 'The child has a name now. Udoka Julian Melayo Ogbuji. Udoka means roughly "peace reigns". As with many Igbo names, it has a couple of levels of meaning for us, mostly…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_13_03_09_59-Using_post_date_for_PyBlosxom_file_hierarchy.atom0000664000104500010450000000272611006770343030031 0ustar ucheuche Wed Apr 13 03:09:59 2005 e7abd9ce-a5cd-4006-9282-6828e92b870d <div xmlns="http://www.w3.org/1999/xhtml">Using post date for PyBlosxom file hierarchy</div> Malaga http://www.demalaga.net/ 2005-04-13T03:09:59.620000 2005-04-13T03:09:59.620000
Thank you very much for the info I was looking for, and Greetings from Malaga-Spain  Antonio
Thank you very much for the info I was looking for, and Greetings from Malaga-Spain Antonio…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_29_17_39_28-_Tis_a_boy.atom0000664000104500010450000000262711006760602021045 0ustar ucheuche Fri Jul 29 17:39:28 2005 15126125-a8dc-4870-a411-bf5b63abf514 <div xmlns="http://www.w3.org/1999/xhtml">'Tis a boy</div> chromegat http://webjay.org/by/chromegat 2005-07-29T17:39:28.550000 2005-07-29T17:39:28.550000
was gonna leave a comment about Positive K on your soup post. Congratulations is more in order.  take care.
was gonna leave a comment about Positive K on your soup post. Congratulations is more in order. take care.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_18_11_33_55-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_18_11_33_55-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000457111007062212031647 0ustar ucheuche Sun Jun 18 11:33:55 2006 45d3f218-b475-4f7e-8691-05e6214af7a0 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Steph 2006-06-18T11:33:55.250000 2006-06-18T11:33:55.250000
Personally, I wish I had ESPN on my cable here in the UK because this guy sounds hilarious!  Two comedy values... 1) the things he says 2) my boyfriends increasing rage as he corrects him!

Seriously though it must be annoying, I know I am getting hacked off with Mark Lawrenson continually harking back to the war - honestly, didn't someone remind him that finished and that now really isn't the time?

I'm not sure if this would work but have you tried hooking up to the BBC website and listening to 5 Live while the match is on the TV?  I'm almost 100% certain they give commentary on all the games and for you serious footie fans it could be the way forward.  Just a thought.

http://www.bbc.co.uk/fivelive/
Personally, I wish I had ESPN on my cable here in the UK because this guy sounds hilarious! Two comedy values... 1) the things he says 2) my boyfriends increasing rage as he corrects him! Seriously though it must be annoying, I know I am getting hacked off with Mark…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_26_09_32_25-Chikaora_Zion_Credell_Ogbuji.atom0000664000104500010450000000262111006751112024415 0ustar ucheuche Mon Dec 26 09:32:25 2005 9b9f7a09-e446-46ef-bc3a-0517b84cffd3 <div xmlns="http://www.w3.org/1999/xhtml">Chikaora Zion Credell Ogbuji</div> Kayode http://www.kayodemuyibi.com 2005-12-26T09:32:25.120000 2005-12-26T09:32:25.120000
How about booking her? Is that allowed? Well she is beautiful. Congrats, just reading it.
How about booking her? Is that allowed? Well she is beautiful. Congrats, just reading it.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_02_17_25_06-My_country_is_out_of_its_COT_DAMN_MIND.atom0000664000104500010450000000446211006756573026201 0ustar ucheuche Fri Sep 2 17:25:06 2005 73bc7b4f-e2af-4047-9181-504737a0840f <div xmlns="http://www.w3.org/1999/xhtml">My country is out of its COT DAMN MIND</div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-09-02T17:25:06.280000 2005-09-02T17:25:06.280000
Complementary commentary:

“If terrorists came to America and killed 1,000 people a year, it wouldn’t even begin to show up on the causes of death. We can safely ignore terrorism.”

http://blog.russnelson.com/politics/yes-i-can-blame-them.html

Of course, terrorism is a much better vehicle for scaremongering: you can’t use natural disasters, terrifyingly more potent as they may be, to justify wars, to erode civil liberties and base rights, or to corrode the separation of powers.
Complementary commentary: “If terrorists came to America and killed 1,000 people a year, it wouldn’t even begin to show up on the causes of death. We can safely ignore terrorism.” http://blog.russnelson.com/politics/yes-i-can-blame-them.html Of course, terrorism is a much better vehicle for scaremongering: you can’t use natural disasters, terrifyingly more potent as…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_19_15_04_24-Government_grants_scam.atom0000664000104500010450000000327511007067462023466 0ustar ucheuche Tue Dec 19 15:04:24 2006 2b6cabef-de89-4034-ae1e-2e307d670a8e <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Joanne 2006-12-19T15:04:24.580000 2006-12-19T15:04:24.580000
Seven calls and six messages left on my vmail from this woman at 808-212-0041 about medication.  I told her it was no ones business, that I don't appreciate unsolicited phone calls particularly at my workplace.  She kept calling back.  Pain in the butt BITCH!!!
Seven calls and six messages left on my vmail from this woman at 808-212-0041 about medication. I told her it was no ones business, that I don't appreciate unsolicited phone calls particularly at my workplace. She kept calling back. Pain in the butt BITCH!!!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_15_08_34_18-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_15_08_34_18-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000323111007062210031640 0ustar ucheuche Thu Jun 15 08:34:18 2006 6e9daa7c-ed68-4119-9f51-69e130494e37 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> josh 2006-06-15T08:34:18.940000 2006-06-15T08:34:18.940000
I'm hoping that there's a decent pair for the England game today. I found this list googling dave obrien world cup. I'm glad there are other people out there who think he's dreadful. balboa's not much better.
I'm hoping that there's a decent pair for the England game today. I found this list googling dave obrien world cup. I'm glad there are other people out there who think he's dreadful. balboa's not much better.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017200000000000011565 Lustar rootrootrepository/comments/2005_09_11_01_18_28-Kumite__Python_vs__Javascript__script_vs__XForms__declarativity_vs__wizards_.atomrepository/comments/2005_09_11_01_18_28-Kumite__Python_vs__Javascript__script_vs__XForms__declarativ0000664000104500010450000000312011006756264032234 0ustar ucheuche Sun Sep 11 01:18:28 2005 243fb3b1-0312-422e-8563-ebc53c3e90ef <div xmlns="http://www.w3.org/1999/xhtml">Kumite! Python vs. Javascript! script vs. XForms! declarativity vs. wizards!</div> Sylvain Hellegouarch http://www.defuze.org/oss/blog/ 2005-09-11T01:18:28.730000 2005-09-11T01:18:28.730000
"Javascript appears to have carved out a niche as the Switzerland of dynamic languages."

Quote of the week :)
"Javascript appears to have carved out a niche as the Switzerland of dynamic languages." Quote of the week :)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_20_16_16_48-XSLT_2_0_might_be_worth_a_second_look__if___.atom0000664000104500010450000000667611006764566027450 0ustar ucheuche Fri May 20 16:16:48 2005 95d5178e-d96c-4b58-bbbb-0dd41ffec9ef <div xmlns="http://www.w3.org/1999/xhtml">XSLT 2.0 might be worth a second look, if...</div> Uche http://copia.ogbuji.net 2005-05-20T16:16:48.810000 2005-05-20T16:16:48.810000
Dimitre:

"Therefore, unless you really tried working with XSLT 2.0 and got some real experience with it, commenting about the value of XSLT 2.0 and comparing it to other languages has little real value."

Ah.  OK.  Well, I have tried XSLT 2.0.  That was nearly two years ago, of course, and though I could feel that some things were easier than in XSLT 1.0, the advance wasn't earth shattering to me.  Also, I've followed Bob Ducharme's series and thus I've seen a good deal of XSLT 2.0.  Again, I see good points, but nothing to immediately wow me.  As an example, doing so much XML processing with Python, I find it hard to be too impressed with the ballyhooed analyze-string.

As for the "assembler" comment.  That's cool if you want to miss the pint, but just for others, I'll spell it out in alphabet blocks.  Python is a language that a lot of people find extremely productive, including me.  This means that If I can find Python tools that give me the expressive poer I need with XML, the attraction of XSLT 2.0 is pretty slim.

Python does need help from the XSLT world to really come into its own with XML processing, and that kick it needs is pretty much completely represented within XPath 1.0.

Actually this discussion has pretty much reminded me that I don't really have a reason to want to implement XSLT 2.0.  I think we needed XSLT 1.0 to entice people to the Python tool-chain for XML processing, but I don't see the incremental attraction for such people in XSLT 2.0.  As such, I'd rather work on better Python/XML integration (and stuff like EXSLT).  I don't begrudge others the exciting stuff they see in XSLT 2.0, and remember that I was an enthusiastic supported of XSLT 1.0.  But in terms of simple utility, XSLT 2.0 just isn't there for me yet.
Dimitre: "Therefore, unless you really tried working with XSLT 2.0 and got some real experience with it, commenting about the value of XSLT 2.0 and comparing it to other languages has little real value." Ah. OK. Well, I have tried XSLT 2.0. That was nearly two years ago, of course,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_27_17_07_59-Hip-hop_slanguistics.atom0000664000104500010450000000332511006762172023066 0ustar ucheuche Mon Jun 27 17:07:59 2005 01434555-3384-48bc-aa88-77b6acb43c21 <div xmlns="http://www.w3.org/1999/xhtml">Hip-hop slanguistics</div> David Megginson http://www.megginson.com/blogs/quoderat/ 2005-06-27T17:07:59.890000 2005-06-27T17:07:59.890000
Since when would anyone trust a linguist to examine the etymology of any language?  A philologist might do a reasonable job, and a lexicographer almost certainly would, but linguists live in the same abstract realm as physicists and mathematicians.
Since when would anyone trust a linguist to examine the etymology of any language? A philologist might do a reasonable job, and a lexicographer almost certainly would, but linguists live in the same abstract realm as physicists and mathematicians.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017000000000000011563 Lustar rootrootrepository/comments/2005_11_15_19_00_27-I_must_be_missing_something_about_XOXO__and_maybe_microformats_in_general_.atomrepository/comments/2005_11_15_19_00_27-I_must_be_missing_something_about_XOXO__and_maybe_microforma0000664000104500010450000000434211006752001032137 0ustar ucheuche Tue Nov 15 19:00:27 2005 dceb2dfd-b212-4f7f-b77d-0f99f9bc0fa2 <div xmlns="http://www.w3.org/1999/xhtml">I must be missing something about XOXO (and maybe microformats in general)</div> Uche http://uche.ogbuji.net 2005-11-15T19:00:27.700000 2005-11-15T19:00:27.700000
Enumerate the poor XML design behind OPML?  I could list several really evil touches, but the stuffing of human-readable text into "text" attributes is more than execrescence enough.

For the record, I'm all for open content models, as long as the extensibility mechaism is clearly specified, which in OPML it is not.

As for "strongly typed people": wow.  In a million years I wouldn't have expected anyone to cast me in that mold.  I suspect the strong-typing advocates whom I've been debating for years are having a good belly laugh at my expense now.  :-)
Enumerate the poor XML design behind OPML? I could list several really evil touches, but the stuffing of human-readable text into "text" attributes is more than execrescence enough. For the record, I'm all for open content models, as long as the extensibility mechaism is clearly specified, which in OPML it…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017200000000000011565 Lustar rootrootrepository/comments/2005_09_01_10_18_35-Domlette_and_Saxlette__huge_performance_boosts_for_4Suite__and_derived_code_.atomrepository/comments/2005_09_01_10_18_35-Domlette_and_Saxlette__huge_performance_boosts_for_4Suite__a0000664000104500010450000000366111006757002032145 0ustar ucheuche Thu Sep 1 10:18:35 2005 9e5431bf-2a45-4a8d-be79-ae0d75041088 <div xmlns="http://www.w3.org/1999/xhtml">Domlette and Saxlette: huge performance boosts for 4Suite (and derived code)</div> Martijn Faassen 2005-09-01T10:18:35.910000 2005-09-01T10:18:35.910000
My intent is not to say 'gotcha', and I would've accepted your statement on performance comparisons just fine if you hadn't tucked in the last line to that parapgraph. Anything I had to say about the whole benchmarking debacle before I said in that old discussion thread so I won't repeat that here.

Congrats on speeding up 4suite!
My intent is not to say 'gotcha', and I would've accepted your statement on performance comparisons just fine if you hadn't tucked in the last line to that parapgraph. Anything I had to say about the whole benchmarking debacle before I said in that old discussion thread so I won't…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_18_10_38_08-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_18_10_38_08-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000432211007062212031643 0ustar ucheuche Sun Jun 18 10:38:08 2006 1c8305af-9d90-440d-a3a5-d22c0734c7b0 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> james 2006-06-18T10:38:08.500000 2006-06-18T10:38:08.500000
haha, can you actually believe the balboa would even think to say that david beckham and ronaldinho would play MLS? I mean, come on...MLS sucks...the fields are way to short and leave no room for any real skill...MLS is the league you play for if you aren't good enough to play Premier soccer. As for Balboa? That guy won't ever stop kissing someones ass or bitching about how the US team (who really shouldnt be ranked #5 in the world since they aren't that good and only play bad teams) is being robbed. I don't care if you are the greatest soccer player in the world, that doesn't mean you can be a good commentator. As for the last previous posts...change it to telemundo or univision...GOAAAALLLLLLLLLLLLLLL
haha, can you actually believe the balboa would even think to say that david beckham and ronaldinho would play MLS? I mean, come on...MLS sucks...the fields are way to short and leave no room for any real skill...MLS is the league you play for if you aren't good enough to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_02_13_18_40-Woohoo___2_phase_commit_for_PostgreSQL.atom0000664000104500010450000000327511006753124026416 0ustar ucheuche Wed Nov 2 13:18:40 2005 e7cb627a-2130-418f-8f5c-4c1230506c41 <div xmlns="http://www.w3.org/1999/xhtml">Woohoo! 2 phase commit for PostgreSQL</div> Uche http://uche.ogbuji.net 2005-11-02T13:18:40.100000 2005-11-02T13:18:40.100000
Somewhat on-topic is this week's announcement of a "free beer" Oracle version.

http://www.oracle.com/corporate/press/2005_oct/103105_databasexe_finalsite.html
Somewhat on-topic is this week's announcement of a "free beer" Oracle version. http://www.oracle.com/corporate/press/2005_oct/103105_databasexe_finalsite.html…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_27_12_57_01-_Tis_a_boy.atom0000664000104500010450000000247111006760601021021 0ustar ucheuche Wed Jul 27 12:57:01 2005 08620027-b4ce-4cf0-be58-df691ad31e1d <div xmlns="http://www.w3.org/1999/xhtml">'Tis a boy</div> Bill Mill http://llimllib.f2o.org/blog 2005-07-27T12:57:01.660000 2005-07-27T12:57:01.660000
Congratulations, and I hope everyone continues to be healthy.
Congratulations, and I hope everyone continues to be healthy.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_04_19_39_52-Government_grants_scam.atom0000664000104500010450000000367711007066515023505 0ustar ucheuche Tue Jul 4 19:39:52 2006 c87a51d7-f7e9-4be6-b354-df70bba5af27 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> T Crawford 2006-07-04T19:39:52.540000 2006-07-04T19:39:52.540000
I have been recieving 2 to 3 phone calls a day from "US Government Grant Program", the number displaying was 234-567-890 and a 1-800-061-3615. The call started out the same way as described in all of the other entries. A guy with a heavy indian accent called to tell me I got approved for a grant for $5,000.00, but I had to give him my name and address and then my bank account number. When I asked him why he needed it if they were sending a check by mail he got all flustered. I ended up just hanging up.
I have been recieving 2 to 3 phone calls a day from "US Government Grant Program", the number displaying was 234-567-890 and a 1-800-061-3615. The call started out the same way as described in all of the other entries. A guy with a heavy indian accent called to tell me…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_09_16_36_51-Creating_JSON_from_XML_using_XSLT_1_0___EXSLT.atom0000664000104500010450000000321511007056511027072 0ustar ucheuche Mon Oct 9 16:36:51 2006 cdead91c-8e4d-4883-9d8f-d6077d95f730 <div xmlns="http://www.w3.org/1999/xhtml">Creating JSON from XML using XSLT 1.0 + EXSLT</div> Uche http://uche.ogbuji.net 2006-10-09T16:36:51.940000 2006-10-09T16:36:51.940000
Bruce, your observation led me on an interesting journey.  See:

http://copia.ogbuji.net/blog/2006-10-09/EXSLT_XML_

Thanks.
Bruce, your observation led me on an interesting journey. See: http://copia.ogbuji.net/blog/2006-10-09/EXSLT_XML_ Thanks.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015100000000000011562 Lustar rootrootrepository/comments/2005_08_09_06_18_22-J-Horror_week__or_cultural_roots_of_tastes_in_horror_movies.atomrepository/comments/2005_08_09_06_18_22-J-Horror_week__or_cultural_roots_of_tastes_in_horror_movies.0000664000104500010450000000403011006760263032261 0ustar ucheuche Tue Aug 9 06:18:22 2005 3b0db60a-a71a-4243-b82b-6b444c24a7fb <div xmlns="http://www.w3.org/1999/xhtml">J-Horror week, or cultural roots of tastes in horror movies</div> Uche http://uche.ogbuji.net/ 2005-08-09T06:18:22.530000 2005-08-09T06:18:22.530000
chromegat,

Yeah, FGCO was my secondary school.  Then again, I think I was perhaps the least popular kid in school, so I'm surprised anyone would have bothered to remember me ;-).  There was also an Uche Egbuji as well, so it's possible your brother is talking about him rather than me (Egbuji was 2 forms below me, I think.  I did my O Levels in '85).  Anyway, peace to your bro one way or another.  It's been a long journey since those crazy days.
chromegat, Yeah, FGCO was my secondary school. Then again, I think I was perhaps the least popular kid in school, so I'm surprised anyone would have bothered to remember me ;-). There was also an Uche Egbuji as well, so it's possible your brother is talking about him rather than…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_01_14_09_15-Government_grants_scam.atom0000664000104500010450000000345511007067302023451 0ustar ucheuche Wed Nov 1 14:09:15 2006 7b1ff350-8c15-44fd-87ac-0bb664f0f892 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> MAGGIE 2006-11-01T14:09:15.970000 2006-11-01T14:09:15.970000
I JUST GOT A CALL TOO & GET THEM ALL THE TIME & THEY ALL HAVE THICK INDIAN ACCENTS & ARE EITHER
PHARMACIES WHO ACT LIKE THEY KNOW ME OR JUST HANG UP I AM SICK TO DEATH OF THE PEOPLE...I TOLD THEM FOR THE LONGEST TIME THEY HAVE THE WRONG # & NOW I ACTUALLY START CURSING AT THEM...UGH!!!!

HOW CAN YOU MAKE IT STOP?  11710
I JUST GOT A CALL TOO & GET THEM ALL THE TIME & THEY ALL HAVE THICK INDIAN ACCENTS & ARE EITHER PHARMACIES WHO ACT LIKE THEY KNOW ME OR JUST HANG UP I AM SICK TO DEATH OF THE PEOPLE...I TOLD THEM FOR THE LONGEST TIME THEY HAVE THE…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_05_17_09_40_53-My_Definition_of_Semi-structured_Data.atom0000664000104500010450000000330611007062623026304 0ustar ucheuche Wed May 17 09:40:53 2006 f0c88eee-490a-4acb-835c-05ea360ffe72 <div xmlns="http://www.w3.org/1999/xhtml">My Definition of Semi-structured Data</div> Bob DuCharme http://www.snee.com/bobdc.blog 2006-05-17T09:40:53.430000 2006-05-17T09:40:53.430000
Any discussion of XML's role as "semi-structured" data should at least footnote this excellent Michael SM quote: http://www.ibiblio.org/xml/quotes2006.html#quote2006April10
Any discussion of XML's role as "semi-structured" data should at least footnote this excellent Michael SM quote: http://www.ibiblio.org/xml/quotes2006.html#quote2006April10…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_02_10_11_19_44-Small_fix_to_atom_rnc__and_what_about_xml_space_.atom0000664000104500010450000000270311007067617030642 0ustar ucheuche Fri Feb 10 11:19:44 2006 d7b7e949-0d11-42d1-b68b-ee5a921600d9 <div xmlns="http://www.w3.org/1999/xhtml">Small fix to atom.rnc, and what about xml:space?</div> Robert Sayre http://franklinmint.fm 2006-02-10T11:19:44.240000 2006-02-10T11:19:44.240000
"So if it's not significant, why allow it?"

If it doesn't hurt, why ban it?
"So if it's not significant, why allow it?" If it doesn't hurt, why ban it?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_17_14_03_45-House_of_Brilliant_Cinematography.atom0000664000104500010450000000302511006765113025550 0ustar ucheuche Tue May 17 14:03:45 2005 045baa52-cb56-437e-80b8-a471a15fb650 <div xmlns="http://www.w3.org/1999/xhtml">House of Brilliant Cinematography</div> Paddy MCCarthy http://paddy3118.blogspot.com/ 2005-05-17T14:03:45.390000 2005-05-17T14:03:45.390000
My jaw dropped as soon as I saw the scale and the grandeur of the hall, once it was cleared, just prior to the echo dance.
Magnificent!
My jaw dropped as soon as I saw the scale and the grandeur of the hall, once it was cleared, just prior to the echo dance. Magnificent!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_23_22_42_12-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_23_22_42_12-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000641611007062215031641 0ustar ucheuche Fri Jun 23 22:42:12 2006 2b650104-c194-40c6-a691-762f082aca20 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Nigel Eddis 2006-06-23T22:42:12.590000 2006-06-23T22:42:12.590000
I thought Glenn Davis was worse than Dave O’Brien, but I’m beginning to change my mind. O’Brien is indeed as bad as his critics say. (I thought he had even improved a little. I apologise! He hasn’t.) O’Brien has the effrontery to demand the ouster of bad referees, but he doesn’t say anything about bad broadcasters. I’d rather keep all the second-rate referees (no shortage of them) at the World Cup, yellow cards and all, if we could just get rid of the third-rate announcers. And frankly, I disagree with those who would prefer the Spanish-speaking commentators. If I hear that idiotic cliché “GOOOLLLLLLLLLLLLLLLLLLLLL!!!!!!!” one more time from one of these self-indulgent putzes, I’ll jump out of the window (we’re on the 15th floor.

To top it all, at the end of the Switzerland-Korea game I hear Adrian Healey and Tommy Smith, who are head and shoulders above these other imbeciles, bidding us farewell. They won’t be doing any more of the games. Their assignments are finished, and we’re stuck with O’Brien et al. Ugh.

Well, the rest of the games will be staggered as before, so at least ESPN will be denied the smug satisfaction they evidently derive from the constant ‘updating’ of the other game that is being played at the same time as the game one is watching, and which one would have liked to watch afterwards without having much of its interest taken away by knowing the result in advance. (On video-tape, ESPN – yes, ESPN, surprise. We have VCRs. And if we actually want a bloody update, we can perfectly easily switch over to your other putrid announcers on the other channel.)

ESPN sucks. Totally, completely SUCKS.
I thought Glenn Davis was worse than Dave O’Brien, but I’m beginning to change my mind. O’Brien is indeed as bad as his critics say. (I thought he had even improved a little. I apologise! He hasn’t.) O’Brien has the effrontery to demand the ouster of bad referees, but he…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_28_15_36_51-The_new_MacBook_Pro.atom0000664000104500010450000000422111007054350022552 0ustar ucheuche Thu Dec 28 15:36:51 2006 1d4eb7c9-4cb0-4e95-9268-b9c8c0af0998 <div xmlns="http://www.w3.org/1999/xhtml">The new MacBook Pro</div> deepak 2006-12-28T15:36:51.240000 2006-12-28T15:36:51.240000
When you start typing in a Cocoa text widget, the mouse cursor will disappear so as to not block your view. When you move the mouse, the cursor will re-appear. Maybe this is what you are experiencing.

On the newer Mac laptops, you can perform a right-click by clicking the touchpad with two fingers (anywhere in the touchpad). You can also scroll by dragging two fingers horizontally or vertically in the touchpad (again, anywhere in the touchpad and not just the bottom and right edges). Also, the fingers don't have to be aligned (some people have said they don't like this two-finger mechanism because they have to twist their hand to align their fingers; alignment is not necessary).
When you start typing in a Cocoa text widget, the mouse cursor will disappear so as to not block your view. When you move the mouse, the cursor will re-appear. Maybe this is what you are experiencing. On the newer Mac laptops, you can perform a right-click by clicking the…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_05_09_10_11_28-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000377111007070257026253 0ustar ucheuche Tue May 9 10:11:28 2006 35dfd183-9874-4a4e-95e6-549c795b5369 <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> lurker 2006-05-09T10:11:28.420000 2006-05-09T10:11:28.420000
Trying to make GUI tools that work is a waste of effort.
Real Linux users don't need them, and everyone else can quite reasonably use a Mac or a Windows machine. It takes so much effort to learn Linux that a user who isn't learning Linux for fun is better off investing the same effort in Windows. I enjoy Linux myself, but use Windows when I need to get work done. There are heaps of individual Linux tools that are useful, but developers who fundamentally dislike non-developer end users aren't going to care about fixing user issues.
Trying to make GUI tools that work is a waste of effort. Real Linux users don't need them, and everyone else can quite reasonably use a Mac or a Windows machine. It takes so much effort to learn Linux that a user who isn't learning Linux for fun is better…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_24_05_27_30-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_24_05_27_30-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000777611007062216031661 0ustar ucheuche Sat Jun 24 05:27:30 2006 49ee1050-e48d-441e-b6ab-b1309553daec <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> BaronScarpia 2006-06-24T05:27:30.810000 2006-06-24T05:27:30.810000
As I understand it, many people in England do not like Tommy Smyth's commentary.  I find him entertaining and instructive.  But at a higher level, the sad fact for American audiences is that only when Adrian and Tommy are announcing a game do you not feel that something alien has taken over the game.  They understand the game, they are accustomed to announcing them, they add their own comments in the context of the game as it is actually being played, and they focus on the things that viewers can actually see on the pitch, and they also occasionally shut their mouths.

O'Brien is the worst of the bunch.  At one point in the Brazil game Australia, at about the "60th minute" (Would someone please tell these morons that there is a clock on the screen, so if we want to know what "minute' the game is in we can see for ourselves...and if they want to sound like British announcers, then they should use an adverb other than "really" or "very") the Australians were beginning to mount a very effective attack.  They were controlling the middle third, and in the approach to the 18 yard line they were making crisp, probing passes and looking for all the world like they were preparing to score.  O'Brien took just that moment to say "It looks like the Australians are beginning to realize they're up against a superior team."

WTF?  Did he make some pregame notes that called for him to say that...at the 60th minute?

Yesterday there was a hysterically funny moment.  Near the beginning of the second half of the Tunisia-Ukraine game (which ought to be investigated as a possible fix, by the way) he said something like "when teams go down to ten men they become very dangerous becuase they play with more focus"...some sort of mindless claptrap like that, and just as he finished his statement they flash a graphic on the screen "No team has scored with 10 men in the 2006 World Cup".  Maybe even the production guys in the trailer are sick of him.

But really, the other American teams are not much better.  Talk to much.  Know too little.  Too much emphasis on emotional state rather than what can actually be seen.  It's really dreadful.  And who is that color commentator twirp who has some sort of Tourrette's Syndrome that causes him to use the word "really" three times in each sentence.  It's unbearable.

ABC - shame on you.
As I understand it, many people in England do not like Tommy Smyth's commentary. I find him entertaining and instructive. But at a higher level, the sad fact for American audiences is that only when Adrian and Tommy are announcing a game do you not feel that something alien has…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_09_11_31_11-More_on_autoping_py.atom0000664000104500010450000000342011006770324022751 0ustar ucheuche Sat Apr 9 11:31:11 2005 c641bd1f-317d-4420-850c-ca2d06acf74e <div xmlns="http://www.w3.org/1999/xhtml">More on autoping.py</div> Trackback from egaumer.pagecache.org http://egaumer.pagecache.org/17 2005-04-09T11:31:11.580000 2005-04-09T11:31:11.580000
Okay Uche fixed up the URL issues on his blog and now the autoping seems to be working. Cool this means the code is somewhat solid and provides a stepping stone toward a more complete autoping feature in PyBlosxom. I'm actually using the autoping plugi
Okay Uche fixed up the URL issues on his blog and now the autoping seems to be working. Cool this means the code is somewhat solid and provides a stepping stone toward a more complete autoping feature in PyBlosxom. I'm actually using the autoping plugi…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_27_14_46_32-_Tis_a_boy.atom0000664000104500010450000000265511006760601021031 0ustar ucheuche Wed Jul 27 14:46:32 2005 a917b77c-043b-4847-8aa3-3eb3184da6a1 <div xmlns="http://www.w3.org/1999/xhtml">'Tis a boy</div> Paul Downey http://blog.whatfettle.com 2005-07-27T14:46:32.650000 2005-07-27T14:46:32.650000
Wow! congratulations! Given your skill in naming (your blog, packages, and wot not) I won't even try to suggest a name!
Wow! congratulations! Given your skill in naming (your blog, packages, and wot not) I won't even try to suggest a name!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000014600000000000011566 Lustar rootrootrepository/comments/2005_12_03_01_11_41-XML_Bookmark_Exchange_Language__XBEL__gets_a_proper_home.atomrepository/comments/2005_12_03_01_11_41-XML_Bookmark_Exchange_Language__XBEL__gets_a_proper_home.ato0000664000104500010450000000476211006750645031512 0ustar ucheuche Sat Dec 3 01:11:41 2005 56e2bbd9-8534-4c8c-92e1-a9248eaf7c01 <div xmlns="http://www.w3.org/1999/xhtml">XML Bookmark Exchange Language (XBEL) gets a proper home</div> John L. Clark http://infinitesque.net/ 2005-12-03T01:11:41.290000 2005-12-03T01:11:41.290000
Thanks for the announcement, Uche. 

To anyone interested in XBEL:

I have planned on migrating the site over.  At the moment I'm working on converting the old spec from LaTeX to DocBook for future work, at which point I can post it on the site.  I am very close to being finished with that; next on my TODO list is to develop an initial layout for the new site, which will largely be a reflection of the current site.  I will post to the mailing list once I get the initial vestiges of the site up and running, and hopefully we can discuss things from there.

While you're waiting, why not look over and comment on some of our initial thoughts on link clustering?[0]

[0] http://sourceforge.net/mailarchive/message.php?msg_id=14030904
Thanks for the announcement, Uche. To anyone interested in XBEL: I have planned on migrating the site over. At the moment I'm working on converting the old spec from LaTeX to DocBook for future work, at which point I can post it on the site. I am very close to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_20_02_14_23-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000417411007070261026231 0ustar ucheuche Mon Nov 20 02:14:23 2006 fca60d8f-143c-4768-ae9d-31f0139f76cf <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> Peter Foster 2006-11-20T02:14:23.790000 2006-11-20T02:14:23.790000
thanks
Agree wholeheartedly, after two days of working through instruction books, google searches etc initial problems of seeing swat from xp machines solved by comment on one website (nowhere in any Samba instruction info) that you need to also install netkit-inetd. Second unclear obstacle was getting global configuration, rarely is it mentioned that you have to log in as root rather than as a member of admin group, then there was the root password issue. It is amazing with linux how many (very small) ommissions in the huge volume of info available can stuff you up for days.
thanks Agree wholeheartedly, after two days of working through instruction books, google searches etc initial problems of seeing swat from xp machines solved by comment on one website (nowhere in any Samba instruction info) that you need to also install netkit-inetd. Second unclear obstacle was getting global configuration, rarely is…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_17_04_40_45-FuXi_Trigrams_in_SVG.atom0000664000104500010450000000312011006763024022673 0ustar ucheuche Fri Jun 17 04:40:45 2005 daef8a3e-c0f4-434e-8e55-edbd6e55615b <div xmlns="http://www.w3.org/1999/xhtml">FuXi Trigrams in SVG</div> Grady 2005-06-17T04:40:45.370000 2005-06-17T04:40:45.370000
Do you mean SVG representations of each? It seems simple enough to use the Unicode points for each, as text, & CSS to set the display as you wish:
☰ ☷ ☳ ☴ ☶ ☱ ☵ ☲
Do you mean SVG representations of each? It seems simple enough to use the Unicode points for each, as text, & CSS to set the display as you wish: ☰ ☷ ☳ ☴ ☶ ☱ ☵ ☲…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_03_18_19_42-I_m_going_going_back_back_to_Naija_Naija.atom0000664000104500010450000000346211006755305026675 0ustar ucheuche Mon Oct 3 18:19:42 2005 68edadba-62b0-4eeb-9d99-fc162f93cbe4 <div xmlns="http://www.w3.org/1999/xhtml">I'm going going back back to Naija Naija</div> TRAE http://traedays.blogspot.com/ 2005-10-03T18:19:42.310000 2005-10-03T18:19:42.310000
get to Nsukka hey? well i doubt if you'll enjoy it...15 years away, you'll have a hard time adjusting/getting used to it man. all the same tight blog with alot of nerdy stuff. just like Dare Obasanjo's own. peace man!

i'm at UNN/Nsukka right now. hope to be out soon.
get to Nsukka hey? well i doubt if you'll enjoy it...15 years away, you'll have a hard time adjusting/getting used to it man. all the same tight blog with alot of nerdy stuff. just like Dare Obasanjo's own. peace man! i'm at UNN/Nsukka right now. hope to be out soon.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_16_16_23_46-The_GoDaddy_certificate_rip-off.atom0000664000104500010450000000344311007060104025047 0ustar ucheuche Wed Aug 16 16:23:46 2006 cdb90473-deec-4a3b-bac4-0190b348926f <div xmlns="http://www.w3.org/1999/xhtml">The GoDaddy certificate rip-off</div> John Cowan http://www.ccil.org/~cowan 2006-08-16T16:23:46.760000 2006-08-16T16:23:46.760000
My summary of what I've heard about GD:  they're fine if all you want is a domain and you'll do the hosting elsewhere, but don't get involved with any of their other services.    They have domains down cold; they don't seem to understand that hosting customers want rather more than that.
My summary of what I've heard about GD: they're fine if all you want is a domain and you'll do the hosting elsewhere, but don't get involved with any of their other services. They have domains down cold; they don't seem to understand that hosting customers want rather more than…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_01_02_19_53_17-Government_grants_scam.atom0000664000104500010450000000321711007067507023463 0ustar ucheuche Tue Jan 2 19:53:17 2007 394d0576-ac06-4b49-8861-66ecd82f415d <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> michelle 2007-01-02T19:53:17.290000 2007-01-02T19:53:17.290000
Same thing as everyone else but I did not answer, I googled it and ended up here.  I filed complaints with the No Call Registry but this stuff is just ridiculous, it makes me mad how they can get our numbers and there's nothing we can do
Same thing as everyone else but I did not answer, I googled it and ended up here. I filed complaints with the No Call Registry but this stuff is just ridiculous, it makes me mad how they can get our numbers and there's nothing we can do…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_07_22_16_12-Government_grants_scam.atom0000664000104500010450000000476111007066530023461 0ustar ucheuche Fri Jul 7 22:16:12 2006 d5709d10-969a-4421-b8d8-d400dbb3e35c <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Michele 2006-07-07T22:16:12.050000 2006-07-07T22:16:12.050000
I just received this call from a man with a VERY thick accent stating I too have been randomly selected to receive $5000.00 in fed gran funds. I said, "How did I get so lucky? If I am to get this $, what is my name?" He said, "I dont know, it is randomly selected based on your phone #", then rattled off my # and said you live in ... and stated my city, I said, "I am soo impressed you can desipher the city from the area code and suffix, your brilliant!", he said, "maam, dont waste my time, dont you want this money?" I said "well who would'nt want their hard earned money back from the federal gov.? However, I will need to get your info before I give you mine". After a bit of back n forth, he said his name was Noris Sillvan from Entitlement Grant Center and the company phone # is 916.420.9211 (of course in call back it was not a valid #) I told him he had reached a General in the Military's home and the validity of this must be verified before I was to give him ANY info, he got angry and hung up on me! Wow, how can these people be stopped, I fear for the not so quick elderly they could prey on!
I just received this call from a man with a VERY thick accent stating I too have been randomly selected to receive $5000.00 in fed gran funds. I said, "How did I get so lucky? If I am to get this $, what is my name?" He said, "I dont…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_18_12_55_02-XML_recursive_directory_listing__part_3.atom0000664000104500010450000000266411006765053026734 0ustar ucheuche Wed May 18 12:55:02 2005 d2c2e909-046d-433c-9365-a4b411a44fab <div xmlns="http://www.w3.org/1999/xhtml">XML recursive directory listing, part 3</div> Amos Newcombe 2005-05-18T12:55:02.810000 2005-05-18T12:55:02.810000
b / 1024*1024

Should be "b / (1024*1024)"

Watch those precedence rules!
b / 1024*1024 Should be "b / (1024*1024)" Watch those precedence rules!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_13_07_45_56-Quot__di__.atom0000664000104500010450000000242511006765546021037 0ustar ucheuche Tue Sep 13 07:45:56 2005 37475dd0-9cc8-4924-a21e-968cfac7fecc <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Novithil 2005-09-13T07:45:56.350000 2005-09-13T07:45:56.350000
God, the song is gorgeous. And it fits the series perfectly.
God, the song is gorgeous. And it fits the series perfectly.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_10_10_30_33-Putting_up_with_Javascript.atom0000664000104500010450000001462611006756335024333 0ustar ucheuche Sat Sep 10 10:30:33 2005 45c7b16a-3b42-425a-b49b-c1bb9b9a97e3 <div xmlns="http://www.w3.org/1999/xhtml">Putting up with Javascript</div> Kurt Cagle http://www.understandingxml.com 2005-09-10T10:30:33.520000 2005-09-10T10:30:33.520000
I find it amusing that somewhere along the line I have become the defacto evangelist for Javascript's superiority as a language. This was certainly not my intent, nor has it been to claim that Javascript is the ultimate be all and end all of languages, only that it serves very well in certain circumstances as a general binding language as we move forward into a realm where binding languages are becoming increasingly important.

To be blunt, I would prefer to see a Python interpreter being standard issue in all browsers rather than a Javascript one, as I believe the language to be much more expressive, more object oriented, more secure, easier to write, and in general better suited to contemporary needs. Unfortunately, browsers in particular are informed as much by business and political decisions, some, perhaps even most, based less upon the best technology for a problem and more based upon what will provide the best backward compatibility to insure that existing websites do not break or that download sizes remain under some critical value.

This reality means that Javascript, while not perfect, will continue to be the language of choice for browsers for the foreseeable future. It's a frustrating reality at times, in very much the same way that HTML is a frustrating reality that will continue to be outside of the XML realm for some time to come, regardless of the known deficits of that language.

My hope is that somewhere along the line (perhaps with my own browser) a strong enough business case can be made for advocating a Python solution in conjunction with a Javascript one as the default case in a browser that we can alter the typically glacial pace of browser development, but until that day comes where Python becomes the de facto standard in most browsers, then the issue is not whether Javascript is a better technology, only whether there are things that can be done to Javascript to make it gooed enough to get the job done in the browser.

There are two additional points brought up by Uche Ogbuji that I should address. Javascript is like any other language - it has a formal (reasonably well defined) specification - but it is only as portable as the degree to which the implementations adopt that specification. Obviously, Microsoft has been a major factor here in retarding the adoption of Javascript in their efforts to retain the standard for their own web environments, and it is in fact the overwhelming weight of subsequent developments that are finally showing the folly of this strategy. Most browsers outside of Microsoft have adopted much if not most of the feature set of Javascript 1.5, but keep in mind that even here, browser are generally released on a minimum of an eighteen month time frame.

I would contend that if Python instead of Javascript were the default language of choice in browsers, it too would be subject to this same balkanization. Purity of language discussions aside, the price of such fame is that very balkanization, especially when there is an antagonistic implementer in that space with the clout of a Microsoft.

I am a major advocate of XML, precisely because it is much more difficult to isolate a language when a mapping is essentially an XSLT transformation away. For this reason, XForms is a very attractive model to be moving towards, certainly, and I look forward to the day that I can build XForms applications that work in all browsers equally. However, XForms is not even remotely widely implemented yet nor are there standard forms of declarative binding languages along the lines of XBL (sXBL is getting there, but so far there are perhaps two still very much test implementations in existence).

However, even that will not eliminate the need for an imperative language at some point in the equation - from personal exerience, declarative solutions can usually solve 80% of problems very well, and is hideously inappropriate for the remaining 20%.

I'm hoping within the next two years there will be a browser that supports Python - with my suspicion being that it will likely end up being Mozilla Firefox (I know of some efforts in that direction). I cetainly hope with my own efforts to see Python in certain other browsers as well (getting ActiveState directly involved with the Mozilla (or Netscape!) development team makes the most logical sense here, but again there are business realities that sometimes transcend what SHOULD happen).

Until then, I think we need to look upon Javascript as being the existing reality for some time to come, for all its warts and ideosyncracies, and work to improve it as much as possible in places where it can be.

Kurt Cagle
I find it amusing that somewhere along the line I have become the defacto evangelist for Javascript's superiority as a language. This was certainly not my intent, nor has it been to claim that Javascript is the ultimate be all and end all of languages, only that it serves very…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_28_20_00_57-Ubuntu_Edgy__Firefox_and_Flash.atom0000664000104500010450000000323211007055672024761 0ustar ucheuche Tue Nov 28 20:00:57 2006 7e747a95-8ebf-474a-a2fc-6e9619c8feb3 <div xmlns="http://www.w3.org/1999/xhtml">Ubuntu Edgy, Firefox and Flash</div> Bill Mill http://billmill.org 2006-11-28T20:00:57.870000 2006-11-28T20:00:57.870000
There's a new flash 9 beta which came out 4 days after you posted this, and which fixes a bug I was having where youTube (and some other) videos would start to play, but then hang and need to be unpaused every few seconds.
There's a new flash 9 beta which came out 4 days after you posted this, and which fixes a bug I was having where youTube (and some other) videos would start to play, but then hang and need to be unpaused every few seconds.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_16_13_34_10-Government_grants_scam.atom0000664000104500010450000000637111007067345023456 0ustar ucheuche Thu Nov 16 13:34:10 2006 e64d2427-0a0c-422d-8b70-4a01f5de885a <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Debbie in California 2006-11-16T13:34:10.420000 2006-11-16T13:34:10.420000
I just got the same call ... a man with an East Indian accent (which I could barely understand half the time) telling me that as a taxpayer, I had been randomly selected for an $8,000 government grant.  When I told him it sounded too good to be true, he kept trying to assure me that no, it was completely legit.  I asked him to mail me information and told him I would call him back if I was still interested after reading about the program.  He hedged and said he needed more info before he could mail me anything.  I asked for his name and contact info.  He gave me an address in St. George, Utah and a telephone number with a 910 area code.  The caller ID on my cell phone said "Unavailable", and I was suspicious when I didn't get a toll-free number.

It turns out the address in St. George doesn't exist, and the area code is in North Carolina ... that's a long way from Utah!

I decided to Google the name "Government Grant Center" and ended up here.  I see from the above posts that these scammers are using St. George (Population 38,000, by the way) alot when asked for an address, or Bake Parkway in Lagua Niguel.

I knew better than to fall for this and didn't give any personal information, but was surprised when the caller knew my full first name (most people don't).  I'm worried where he might have gotten it from.  Now that I saw they actually had someone's bank info, I'm thinking about closing my accounts.  What a pain!  We'll need to re-do direct deposit and notify all of the legit vendors I use who auto-deduct each month.

I'm going to notify the St. George Chamber of Commerce about this as well; I doubt they want their town known as a staging center for an illegal scam!
I just got the same call ... a man with an East Indian accent (which I could barely understand half the time) telling me that as a taxpayer, I had been randomly selected for an $8,000 government grant. When I told him it sounded too good to be true, he…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_13_20_36_51-Quot__di__.atom0000664000104500010450000000253511006763721021015 0ustar ucheuche Mon Jun 13 20:36:51 2005 5c3f82d5-31c2-42ca-9b44-b720120c2392 <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> James Governor www.redmonk.com/jgovernor 2005-06-13T20:36:51.140000 2005-06-13T20:36:51.140000
shit man i am going to have to get back to music. vast-aire - that quote rocks.
shit man i am going to have to get back to music. vast-aire - that quote rocks.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_02_12_25_59-Happy_Birthday__Nigeria.atom0000664000104500010450000000412411006755331023452 0ustar ucheuche Sun Oct 2 12:25:59 2005 f2b4d59a-f8c9-48a1-8112-b004f4cc5c46 <div xmlns="http://www.w3.org/1999/xhtml">Happy Birthday, Nigeria</div> John Cowan http://www.ccil.org/~cowan 2005-10-02T12:25:59.010000 2005-10-02T12:25:59.010000
Examining my own mental map, I find that Nigeria is one of the only two countries in sub-Saharan Africa (the other being South Africa) that has a fairly rich node with a lot of interconnections.  It seems like a place to me, with Nigerians, as opposed to other African countries which basically contain Africans.

This is obviously influenced by the fact that I know several Nigerians, but I don't think that can be the whole story, though I can't exactly explain why.

"Nigeria is the _______ of Africa":  fill in the blank.
Examining my own mental map, I find that Nigeria is one of the only two countries in sub-Saharan Africa (the other being South Africa) that has a fairly rich node with a lot of interconnections. It seems like a place to me, with Nigerians, as opposed to other African countries…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_17_12_59_56-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000263011006751660031327 0ustar ucheuche Tue Oct 17 12:59:56 2006 2b8af5df-b882-406a-a4ae-0f54a44abc38 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Abdullahi 2006-10-17T12:59:56.040000 2006-10-17T12:59:56.040000
I wada went to know if bayerouniversity has website,if yes please give it to me.
I wada went to know if bayerouniversity has website,if yes please give it to me.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_14_21_25_21-World_Cup_Blotter.atom0000664000104500010450000000465611007062053022340 0ustar ucheuche Wed Jun 14 21:25:21 2006 68249e1b-44e1-4d90-aa64-76fd604781d9 <div xmlns="http://www.w3.org/1999/xhtml">World Cup Blotter</div> John Cowan http://www.ccil.org/~cowan 2006-06-14T21:25:21.570000 2006-06-14T21:25:21.570000
Some people may not like the idea that a woman is one of the better American football analysts, but it's true, and for good reason. She ran the on-field tactics of one of the most dominant football squads ever, and if you watched the US Women's national team at its peak, you'll know that it was often mid-game adjustments driven by Foudy that led to their success.

I speak from deep ignorance, but as a colleague pointed out to me, women's soccer in this country is in much better shape than men's: the discrepancy between U.S. and world standards is not nearly so great.

We think this is because U.S. male athletes are drawn into the Great "American Rugby" Machine, aka the NFL.  There being no comparable women's equivalent, women can pursue whichever sport they prefer without trashing their (basically nonexistent) future sports careers.

Ya think?
Some people may not like the idea that a woman is one of the better American football analysts, but it's true, and for good reason. She ran the on-field tactics of one of the most dominant football squads ever, and if you watched the US Women's national team at its…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_18_06_33_16-Lo__it_s_Lawouach_on_Planet_Cherry.atom0000664000104500010450000000434411006757642025657 0ustar ucheuche Thu Aug 18 06:33:16 2005 9b555c56-c2a7-4d2e-adeb-f1be64da85cd <div xmlns="http://www.w3.org/1999/xhtml">Lo, it's Lawouach on Planet Cherry</div> Bill Mill http://llimllib.f2o.org/blog 2005-08-18T06:33:16.460000 2005-08-18T06:33:16.460000
Interesting that you mention this - I'm about halfway done with a "pyblosxom in cherrypy" thing I've been working on. It works, reads all my pyblosxom blogs, and can leave comments. I just need to refactor it to be more sensible and plugin-oriented.

I used python as my templating language, as I find Itpl+python to be a far better combination than any templating language I've so far used. My main desires were to avoid CGI and to avoid a (non-python) templating language.

Hopefully, there'll be something to post about on my blog soon.

Peace
Bill Mill
bill.mill at gmail.com
Interesting that you mention this - I'm about halfway done with a "pyblosxom in cherrypy" thing I've been working on. It works, reads all my pyblosxom blogs, and can leave comments. I just need to refactor it to be more sensible and plugin-oriented. I used python as my templating language,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_27_17_38_18-Hip-hop_slanguistics.atom0000664000104500010450000000431611006762173023067 0ustar ucheuche Mon Jun 27 17:38:18 2005 a0af8d76-38c9-4379-9b11-484b57aa7783 <div xmlns="http://www.w3.org/1999/xhtml">Hip-hop slanguistics</div> Uche http://uche.ogbuji.net 2005-06-27T17:38:18.950000 2005-06-27T17:38:18.950000
James,

I was never one to assume that "OK" came from the griot (whether Wolof or other), but I think your answer is also too pat.  The etymology of "OK" is one of the most ebullient topics in philology (pace Dave :-) ).  "Ola Kala" (not "Kola") is just one fad theory.  Others include:

* "Oll Korrekt", coming from silly 18th century abbreviation,
* "oke", from Choctaw
* "au quai", from French docker usage
* The Wolof or Mande "Wo kay"

These have all been claimed over and over, but none are conclusive.  There is really no evidence to support any definitive etymology for "OK".
James, I was never one to assume that "OK" came from the griot (whether Wolof or other), but I think your answer is also too pat. The etymology of "OK" is one of the most ebullient topics in philology (pace Dave :-) ). "Ola Kala" (not "Kola") is just one…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_26_13_32_11-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_26_13_32_11-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000522411007062217031640 0ustar ucheuche Mon Jun 26 13:32:11 2006 e02f5873-165a-4978-a33c-097b57312777 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Frank simpkins 2006-06-26T13:32:11.470000 2006-06-26T13:32:11.470000
Very depressing...

Marcelo Balboa constantly referring to what he did as a player.  What he would do if he were in there.

He constantly maligns the soccer's greatest stars.  Focuses all the prob;lems on them.

John Harkes.

Same business.

PIcks on every star.  Beckham shouldn't be on the field you say?  What game is he watching?

Shep Messing was just annoying.

Dave O'Brien is a fool.

Brent Musburger?  What made someone think he has any idea about any sport?

And the king of fools to Eric Wynalda.  Has nothing good to say about anyone.

I like Ronaldo.  Now, because of these fools, I cheer loudly every time he touches the ball.  As if every goal he scores, sends the ignorant, non-athletic trio of Balboa, Wynalda, and Harkes to the unemployment line.
Very depressing... Marcelo Balboa constantly referring to what he did as a player. What he would do if he were in there. He constantly maligns the soccer's greatest stars. Focuses all the prob;lems on them. John Harkes. Same business. PIcks on every star. Beckham shouldn't be on the field you…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_17_08_26_33-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000731111006751663031326 0ustar ucheuche Fri Nov 17 08:26:33 2006 f8933902-b4cb-4955-883d-0c96f9711e57 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Augustine Pius THLIZA cenbank 2006-11-17T08:26:33.680000 2006-11-17T08:26:33.680000
I have read through these comments and it was agreed, tentatively though,that:
(1).Indeed the standard of education in nigeria (particular reference is @ the university level) has falling.
(2).AAUN  is front-lining for nigerian universities to go back to their former positions in term of delivering quality education, particularly at the graduates level.
(3)AAUN has not done right by saying "....to the first world class...in W/A....

NOTE
(1).Let us hope and pray that the supposed dynamics of change that AAUN brings to nigeria be spread to the domestic universities as a start.
(2)Let us hope that such dynamics be sustained:other universities in the country such as those mentioned by others above, but particularly the great Ahnadu Bello University Zaria, of which I happen to be a graduate started on a very sound footing, even much than what AAUN may seem to be now, to the extent that anywhere a graduate of that school go today, he must be looked at the second time.

BUT
(i)Has the quality of education really fallen in nigeria, or is it just a  plain increase in the number of unserious student.Before now, we also had unserious students, graduates of third class and LMPG degrees. We had between 30-90 students in a class; today we have between 200-400 in a class.So, it is rational to think that 2% of unserious student in a class before now is less than 2% of unserious student in what we call a class today. Yea, its just the number
(3).Actually, there is no point in poing to which Varsity started on sound footing or not, since over 90% of nigerian Varsities have had their own share of success and failure.
Conclusion: With the way things are going in the global economy today, very soon the level of education will be at par globally.Just that, it will means the exploitation of the economically poor, a feature of a capitalist economy, a system we have allowed to govern the way we think, eat and do other things
I have read through these comments and it was agreed, tentatively though,that: (1).Indeed the standard of education in nigeria (particular reference is @ the university level) has falling. (2).AAUN is front-lining for nigerian universities to go back to their former positions in term of delivering quality education, particularly at the…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_27_03_18_47-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000321211007070256026246 0ustar ucheuche Fri Jan 27 03:18:47 2006 59cfb578-cab2-4768-b3be-2287bb821111 <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> Edd Dumbill http://times.usefulinc.com/ 2006-01-27T03:18:47.480000 2006-01-27T03:18:47.480000
Sometimes I think it just depends on the path you're used to. I've never had Samba issues in the way you talk about, but then I've never been near 'swat'. I guess swat isn't on the golden path in Ubuntu.
Sometimes I think it just depends on the path you're used to. I've never had Samba issues in the way you talk about, but then I've never been near 'swat'. I guess swat isn't on the golden path in Ubuntu.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_28_17_43_43-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_28_17_43_43-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000511411007062220031645 0ustar ucheuche Wed Jun 28 17:43:43 2006 9d4ba983-0ea7-4c1f-8564-28ee5896d384 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Pete 2006-06-28T17:43:43.170000 2006-06-28T17:43:43.170000
I love it!  I am now taking satisfaction in the fact that the "Bloated Waste of Space" (Ronaldo) according to Balboa is now the record holder of most goals in the history of the worldcup.  I really wonder if Balboa actually understands that achievement.  I think not, cause the only role model he can think of in soccer because he never played fooball, must be himself!  Being incapable of understanding the game of Football, is not hard for him to dismiss even the great ones. Respect and admiration for the greatest game in the world is not something you can get from osmosis Balboa.  You are an embarrassment to yourself not to mention our country!
From the words of another great one, Gerd der Bomber Muller, "he’s the best, most complete attacker there is at the moment." Even if its not true, that's called respect Balboa.
ABC, are you still employing this Balboa?  What a shame, a Real Waste of Space! 
Who knows, maybe Ronaldo will coach the USA some day and ABC can hire Balboa to have around just for laughs!
I love it! I am now taking satisfaction in the fact that the "Bloated Waste of Space" (Ronaldo) according to Balboa is now the record holder of most goals in the history of the worldcup. I really wonder if Balboa actually understands that achievement. I think not, cause the only…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_07_11_20_24_02-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_07_11_20_24_02-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000426511007062225031635 0ustar ucheuche Tue Jul 11 20:24:02 2006 9d5b0de6-f60b-43ff-a203-a67afcb6c146 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> david 2006-07-11T20:24:02.470000 2006-07-11T20:24:02.470000
After Zidane go red carded, I had to listen to that retard,Balboa, repeatedly talk about what a great job the italian captain is doing - "A great captain sticks with his team and leads them to victory"  - No, you retard, a captain shows his team that you stand up and don't take racist crap from any bafoon and that some things are more important than holding up a trophy". 

The Frech people and the entire team support Zidane in what he did to that sack of crap, they only wish he had hit him harder.

Thank goodness the Futball world does not give a rat's poop about what these pathetic ESPN announcers have to say.
After Zidane go red carded, I had to listen to that retard,Balboa, repeatedly talk about what a great job the italian captain is doing - "A great captain sticks with his team and leads them to victory" - No, you retard, a captain shows his team that you stand up…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_29_20_14_09-Government_grants_scam.atom0000664000104500010450000000432511007067143023466 0ustar ucheuche Fri Sep 29 20:14:09 2006 141dcbb5-c1cf-42ac-9557-26d150aa7be1 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Satoko 2006-09-29T20:14:09.300000 2006-09-29T20:14:09.300000
I got the same phone call today again(I could not see which phone# he was calling from...) and an Indian guy told me that I was selected to receive $8,000 government grant. I asked how he got my phone and why he is calling and asked to removed my phone # from their list, guy kept taking, it did not make sence so I asked more questions. About in 5mins, he snapped, started taking dirty!!!, about his penis, etc... I was very surpirised that a telemarketer acually is doing this! I was just listening, wanted to see where this is going, and find out what the hell he is doing. In couple mins, some other guy stepped in and started apologizing, how unprofessional, rude that was. Well, it's too late for that! I thought I put my phone# on National Do Not Call List, but they are the only one keeps calling!!
I got the same phone call today again(I could not see which phone# he was calling from...) and an Indian guy told me that I was selected to receive $8,000 government grant. I asked how he got my phone and why he is calling and asked to removed my phone…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_21_10_18_18-Copia_comment_conundrums.atom0000664000104500010450000000423511007057046024007 0ustar ucheuche Thu Sep 21 10:18:18 2006 c5379dc1-d77e-4c12-885c-ddf2f048de00 <div xmlns="http://www.w3.org/1999/xhtml">Copia comment conundrums</div> Gordon Weakliem http://www.agileprogrammer.com/eightytwenty 2006-09-21T10:18:18.890000 2006-09-21T10:18:18.890000
I'd guess "conundra", but I have no idea as to the correctness. 
I would guess that it would be very difficult to make an infringement case on content someone posted on a site they didn't control.  IANAL, but I'm guessing that there's already a precedent on that.  People write comments on paper all the time - in the margins of books, in guestbooks, yearbooks, bathroom walls... there must be some kind of case law after 200+ years.  That doesn't mean that someone couldn't make life a pain for you for quoting them though.  In any case, if the author made a reasonable effort at attribution, I'd guess it'd pass the "fair use" test.
I'd guess "conundra", but I have no idea as to the correctness. I would guess that it would be very difficult to make an infringement case on content someone posted on a site they didn't control. IANAL, but I'm guessing that there's already a precedent on that. People write comments…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_02_16_21_09_40-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000372311007070256026245 0ustar ucheuche Thu Feb 16 21:09:40 2006 7d6c6eed-3f7c-42cb-8762-fb66e692031f <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> Lee 2006-02-16T21:09:40.930000 2006-02-16T21:09:40.930000
Bruno: This might be a stupid question, but did you install the swat package?  I just did a fresh install and followed the other instructions listed above and was succcessful. 

The only thing I did slightly differently was set a password for root using:
sudo passwd root
(needed to make swat work for real)

Agree with the author; surprisingly difficult for something so common.
Bruno: This might be a stupid question, but did you install the swat package? I just did a fresh install and followed the other instructions listed above and was succcessful. The only thing I did slightly differently was set a password for root using: sudo passwd root (needed to make…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_27_14_41_48-Serving_up_UTF-8_in_PyBlosxom.atom0000664000104500010450000000302011006770302024457 0ustar ucheuche Wed Sep 27 14:41:48 2006 8b0822e6-43f7-473b-af2f-4510185056b7 <div xmlns="http://www.w3.org/1999/xhtml">Serving up UTF-8 in PyBlosxom</div> Ryan http://snarfed.org/ 2006-09-27T14:41:48.680000 2006-09-27T14:41:48.680000
thanks! i banged my head against this one for a while before i realized pyblosxom was explicitly setting a charset in the HTTP Content-Type header.
thanks! i banged my head against this one for a while before i realized pyblosxom was explicitly setting a charset in the HTTP Content-Type header.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_20_20_02_56-Government_grants_scam.atom0000664000104500010450000000373411007067241023446 0ustar ucheuche Fri Oct 20 20:02:56 2006 27cd1158-d78e-4547-9c1f-60592e95ebb8 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Henriett 2006-10-20T20:02:56.180000 2006-10-20T20:02:56.180000
I think i joined the club. The same mo, Indian guy calls gives information about me asks me if it correct, I said yes, he told me that there will be a charge of $279.95. Address he gave me was 472 south river road, george, utah. Sends me to an automated system tells me to answer all the questions. She asks my name if it correct and all the information all i have to say yes, my gutt feeling said but i said it sounds to real so i took the chance. Well when i hung up i went straight to the internet and found you guys, so i ran to the bank and closed my account.
I think i joined the club. The same mo, Indian guy calls gives information about me asks me if it correct, I said yes, he told me that there will be a charge of $279.95. Address he gave me was 472 south river road, george, utah. Sends me to an…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_18_14_16_49-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000373611006751635031337 0ustar ucheuche Fri Nov 18 14:16:49 2005 0ac58e70-68a6-437a-b440-9e9eb0d17e69 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> David Huwiler 2005-11-18T14:16:49.960000 2005-11-18T14:16:49.960000
Thank you for the kind words and the good wishes, Uche.  We have a rather large group of Americans here, and while life in Yola is a little different than Boston, all of us are enjoying this and are very happy to be here.  It is not often that one gets the opportunity to be part of a project that will make a difference in the lives of so many people. We have also been overwhelmed by the hospitality and friendship of local people, and most of us hope to live and work here for many years.
Thank you for the kind words and the good wishes, Uche. We have a rather large group of Americans here, and while life in Yola is a little different than Boston, all of us are enjoying this and are very happy to be here. It is not often that one…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_04_10_45_56-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000365611007070257026262 0ustar ucheuche Tue Jul 4 10:45:56 2006 2005e6b9-c5d3-45f5-9ae2-e780bb2b6b2b <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> Sam Ward 2006-07-04T10:45:56.630000 2006-07-04T10:45:56.630000
Ubuntu is a giant disappointment all around. Debian, without it Ubuntu would be nothing, is by far the easiest and best Linux offering avaliable. Just add SWAT and your up and running and for anything else as well.

Ubuntu needs to do a lot of work to get it's distro up to par if it thinks it is a system other than an internet appliance! Shame Michael, shame on you, to many cosmic rays get through that russian made tin can!!!!
Ubuntu is a giant disappointment all around. Debian, without it Ubuntu would be nothing, is by far the easiest and best Linux offering avaliable. Just add SWAT and your up and running and for anything else as well. Ubuntu needs to do a lot of work to get it's distro…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_21_21_45_56-Government_grants_scam.atom0000664000104500010450000000323711007066766023477 0ustar ucheuche Mon Aug 21 21:45:56 2006 4a142639-8f88-487b-8d84-c35aa73b3773 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Eden 2006-08-21T21:45:56.410000 2006-08-21T21:45:56.410000
I also got a call from this phone 808.212.0041. A thick indian voice asked me several questions regarding our business in the national pages. Is your business new, does your business gross  500 million or less, how many employees do you have......
I also got a call from this phone 808.212.0041. A thick indian voice asked me several questions regarding our business in the national pages. Is your business new, does your business gross 500 million or less, how many employees do you have......…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_19_21_42_34-ReleaseForge.atom0000664000104500010450000000306111006767645021327 0ustar ucheuche Thu May 19 21:42:34 2005 74a073ee-1fdc-4ece-bef0-4bad69ae0505 <div xmlns="http://www.w3.org/1999/xhtml">ReleaseForge</div> Phil http://releaseforge.sourceforge.net 2005-05-19T21:42:34.720000 2005-05-19T21:42:34.720000
Thanks for pointing out the news submission formatting problem.  I've corrected this in v0.7.1 which is now available for download.

Regards,

Phil
Thanks for pointing out the news submission formatting problem. I've corrected this in v0.7.1 which is now available for download. Regards, Phil…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_07_06_53_21-del_icio_us_bookmarks_for_2006-06-06.atom0000664000104500010450000000322111007062317025254 0ustar ucheuche Wed Jun 7 06:53:21 2006 eba014e1-7c36-402d-a9ee-71168a8822b3 <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2006-06-06</div> Uche http://uche.ogbuji.net 2006-06-07T06:53:21.360000 2006-06-07T06:53:21.360000
Thanks.  I made a pledge that I wouldn't make any full blog posts until we had Copia running under a better blog engine.  I'm working on that, and I have a collaborator, so I hope  it won't be too much longer.
Thanks. I made a pledge that I wouldn't make any full blog posts until we had Copia running under a better blog engine. I'm working on that, and I have a collaborator, so I hope it won't be too much longer.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_04_08_07_44-Government_grants_scam.atom0000664000104500010450000000535411007066703023471 0ustar ucheuche Fri Aug 4 08:07:44 2006 8a119581-1013-4a47-96be-e4fa92f86309 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> nancy 2006-08-04T08:07:44.120000 2006-08-04T08:07:44.120000
Dear Members,
  I have gone through the experiences of the scam you people have gone through in THE GOVERNMENT GRANT ENTITLEMENT PRO and i could only advice you people never to give out your routing and account numbers over the phone no matter how authentic it sounds always insist to see the paper works first and then only you say you will pay and as soon as the caller says that he could not send papers before you pay, there itself get alarmed of the scam.
  if at all u fell prey to the scam and then realise your mistake immidietly go and close your account of the bank u gave info about do that before the date u had authorised to pay the processing fee $249.
  all u guys must be wondering who i am and im giving u advice how to work it out let me tell u im your well-wisher and part of this scam and i know the loop holes how to save the $249.I have heard people deciding among themselves the happiness of receiving the $7500 which would help them pay their debts or their childrens education.
  let me tell u guys the main target are indians,bangladeshis,arabic,spanish, and english ladies more than men as men know much details while all ladies are not aware.so this is and alert for all the people who fall in this catagory.
Dear Members, I have gone through the experiences of the scam you people have gone through in THE GOVERNMENT GRANT ENTITLEMENT PRO and i could only advice you people never to give out your routing and account numbers over the phone no matter how authentic it sounds always insist to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_01_17_37_30-The_Mexican_puzzle_of.atom0000664000104500010450000000266111006755400023227 0ustar ucheuche Wed Mar 1 17:37:30 2006 63a4d75e-5c26-493f-86a4-5783190e862f <div xmlns="http://www.w3.org/1999/xhtml">The Mexican puzzle of </div> PAPAnocha 2006-03-01T17:37:30.960000 2006-03-01T17:37:30.960000
Who the fuck dares to criticize a mexican player fuck y'all yankee a-holes you will lose first round for sure in germany.
Who the fuck dares to criticize a mexican player fuck y'all yankee a-holes you will lose first round for sure in germany.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000016200000000000011564 Lustar rootrootrepository/comments/2006_06_28_14_49_45-Create-a-caption_Argon__s_vs__Vieira__spoilers_for_France_vs__Spain_.atomrepository/comments/2006_06_28_14_49_45-Create-a-caption_Argon__s_vs__Vieira__spoilers_for_France_vs0000664000104500010450000000401611007061622031766 0ustar ucheuche Wed Jun 28 14:49:45 2006 5ee87b7a-7792-4942-98c4-6cd21bd617ee <div xmlns="http://www.w3.org/1999/xhtml">Create-a-caption:Argonés vs. Vieira [spoilers for France vs. Spain]</div> Alex 2006-06-28T14:49:45.250000 2006-06-28T14:49:45.250000
Hell, Spain and Europe are full of racist people, sure, but Aragonés is not one of them. Ask Samuel Etoo or any of the black players he had under his orders.

Calling someone "black" is being racist as much as calling someone "blonde" is being racist, and Aragonés said just that to Henry, black.

Lots of spanish narrators say "the kind tanned one" instead of saying black. Do you think this stupid euphemism is better?
Hell, Spain and Europe are full of racist people, sure, but Aragonés is not one of them. Ask Samuel Etoo or any of the black players he had under his orders. Calling someone "black" is being racist as much as calling someone "blonde" is being racist, and Aragonés said just…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_07_13_08_13_35-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_07_13_08_13_35-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000447111007062226031651 0ustar ucheuche Thu Jul 13 08:13:35 2006 ce881d29-e81c-436e-8746-09fad9a2e114 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> August Savarese 2006-07-13T08:13:35.060000 2006-07-13T08:13:35.060000
To me, Balboa and O'Brien are horrible. ESPN ruined it BIG TIME. O'Brien doesn't have clue what to say 90% of the time, and usually what does come out is either irrelevant, or just plain stupid. Balboa is the biggest American Flag waiver I have ever seen. And is so anti-Italian it's not even funny. This man has the help of replays right in front of his face, and as the replay is showing, he is talking over it, problem is, the replays are showing that the guy was definitley fouled, and he is saying that he was never touched. And if any italian guy falls, Balboa everytime "He dove, he just went down, that's not a foul." Yet the replays showed the guy practically tore off his ankle on the tackle. He's the biggest idiot of them all. THE WORST. AHHHHH, there are just to many examples. JESUS he is horrible.
To me, Balboa and O'Brien are horrible. ESPN ruined it BIG TIME. O'Brien doesn't have clue what to say 90% of the time, and usually what does come out is either irrelevant, or just plain stupid. Balboa is the biggest American Flag waiver I have ever seen. And is so…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_02_17_13_03_08-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000334411007070256026244 0ustar ucheuche Fri Feb 17 13:03:08 2006 704f1a61-7b7f-48b9-a951-08e132cbd7e3 <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> Dark Phoenix 2006-02-17T13:03:08.930000 2006-02-17T13:03:08.930000
I simply set up Samba using the Samba Configuration Panel in the KDE Control Panel.  The only part of it you absolutely HAVE to do in command line is run smbpasswd to generate your username/password combos for the network.

Oh, I use Debian, BTW.
I simply set up Samba using the Samba Configuration Panel in the KDE Control Panel. The only part of it you absolutely HAVE to do in command line is run smbpasswd to generate your username/password combos for the network. Oh, I use Debian, BTW.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_10_21_10_40-The_problem_with_aid_to_Africa.atom0000664000104500010450000000471611006761421025016 0ustar ucheuche Sun Jul 10 21:10:40 2005 cba059ea-fe90-4596-9753-a362e6579f46 <div xmlns="http://www.w3.org/1999/xhtml">The problem with aid to Africa</div> Uche http://uche.ogbuji.net 2005-07-10T21:10:40.330000 2005-07-10T21:10:40.330000
Sylvain,

I understand your question, but I think you have to realize what a big mess Europe left through colonialism and also (with America as well) through cold war power politics that lasted through the eighties.  Europeans left illogical borders and frayed institutions that were geared towards Europe's interests rather than Africa's.  Europe and America killed or corrupted an entire generation of Africa's leadership.  I definitely believe that it is the responsibility of Africans to get themselves out of this mess, but I don't believe this because I'm excusing Europe and America from helping create the mess in the first place.

I also like to point out that it took much of Europe almost 1000 years to come into its own after its colonization (notably by the Roman Empire).  I think Africa can do so in one tenth that time, even without Western assistance.
Sylvain, I understand your question, but I think you have to realize what a big mess Europe left through colonialism and also (with America as well) through cold war power politics that lasted through the eighties. Europeans left illogical borders and frayed institutions that were geared towards Europe's interests rather…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_02_16_09_37-Addressing_the_RDF_Scalability_Bottleneck.atom0000664000104500010450000000271611006753453027071 0ustar ucheuche Wed Nov 2 16:09:37 2005 8b5fa675-951f-4cdc-9190-2dabc98a9569 <div xmlns="http://www.w3.org/1999/xhtml">Addressing the RDF Scalability Bottleneck</div> Yonas Jongkind 2005-11-02T16:09:37.620000 2005-11-02T16:09:37.620000
I would be interested in any performance numbers you get using this approach.  Is it much faster?

Y.
I would be interested in any performance numbers you get using this approach. Is it much faster? Y.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000014600000000000011566 Lustar rootrootrepository/comments/2006_11_09_22_54_29-Thank-you_notes_and_informal_debt_tracking_with_IOU_Note.atomrepository/comments/2006_11_09_22_54_29-Thank-you_notes_and_informal_debt_tracking_with_IOU_Note.ato0000664000104500010450000000360111007056015032007 0ustar ucheuche Thu Nov 9 22:54:29 2006 385a4841-2743-4c0b-9215-89ccf19914c1 <div xmlns="http://www.w3.org/1999/xhtml">Thank-you notes and informal debt tracking with IOU Note</div> John Cowan http://www.ccil.org/~cowan 2006-11-09T22:54:29.070000 2006-11-09T22:54:29.070000
I find that when you tell it to send a note from and to the same email address, its records show that it has done so, but no actual email is sent.

Also, I never open anything resembling a greeting card any more, because they are too likely to contain spam.  There needs to be a way to send plain text only, no HTML, no picture.
I find that when you tell it to send a note from and to the same email address, its records show that it has done so, but no actual email is sent. Also, I never open anything resembling a greeting card any more, because they are too likely to contain…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_16_09_37_45-From_Fourthought_to_Kadomo.atom0000664000104500010450000000245611007055026024260 0ustar ucheuche Sat Dec 16 09:37:45 2006 156abbe7-d17a-41d6-babe-9ae9b061e802 <div xmlns="http://www.w3.org/1999/xhtml">From Fourthought to Kadomo</div> Bob DuCharme http://www.snee.com/bobdc.blog 2006-12-16T09:37:45.220000 2006-12-16T09:37:45.220000
Congratulations! But what's a Kadomo?
Congratulations! But what's a Kadomo?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000016400000000000011566 Lustar rootrootrepository/comments/2006_10_30_07_38_39-The_Okayplayer_take__Zidane___Materazzi___Fight______Fatality___Sucka_.atomrepository/comments/2006_10_30_07_38_39-The_Okayplayer_take__Zidane___Materazzi___Fight______Fatalit0000664000104500010450000000364311007061234031734 0ustar ucheuche Mon Oct 30 07:38:39 2006 cc822e2d-1b9d-49fb-a782-ceead519db2b <div xmlns="http://www.w3.org/1999/xhtml">The Okayplayer take: Zidane...Materazzi...Fight!!!...Fatality...Sucka!</div> James <a href=http://www.youtube.com/watch?v=yXJvnYBpFpY&NR>http://www.youtube.com/watch?v=yXJvnYBpFpY&NR</a> 2006-10-30T07:38:39.470000 2006-10-30T07:38:39.470000
Just have look, and if you like football, you can make your point of view.
http://www.youtube.com/watch?v=yXJvnYBpFpY&NR
http://www.youtube.com/watch?v=WJPKM5aJGW8
Just have look, and if you like football, you can make your point of view. http://www.youtube.com/watch?v=yXJvnYBpFpY&NR http://www.youtube.com/watch?v=WJPKM5aJGW8…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_25_20_42_37-Government_grants_scam.atom0000664000104500010450000000351611007067254023460 0ustar ucheuche Wed Oct 25 20:42:37 2006 0b107cf5-9d52-4274-93b1-724b45a37159 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Tmichelle 2006-10-25T20:42:37.290000 2006-10-25T20:42:37.290000
THIS IS REALLY CRAZY!  I AM SO SURPRISED TO SEE ALL THESE RESPONSES. FIRST OF ALL, IF THE GOVERNMENT WANTS TO CONTACT YOU IT WILL BE IN WRITING!!! NOT A PHONE CALL.  IF YOU GIVE THEM YOUR CHEKING ACCT AND ROUTING INFO THEY HAVE SOPHISTICATED WAYS IN WHICH THEY CAN PRINT CHECKS WITH YOUR INFO ON IT. IT IS ONLY A MATTER OF TIME BEFORE THIS IS ON CNN OR 60 MINUTES. SCAM SCAM SCAM!!!!!!!!!!!!!!!!!!!!!
THIS IS REALLY CRAZY! I AM SO SURPRISED TO SEE ALL THESE RESPONSES. FIRST OF ALL, IF THE GOVERNMENT WANTS TO CONTACT YOU IT WILL BE IN WRITING!!! NOT A PHONE CALL. IF YOU GIVE THEM YOUR CHEKING ACCT AND ROUTING INFO THEY HAVE SOPHISTICATED WAYS IN WHICH THEY CAN…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000016400000000000011566 Lustar rootrootrepository/comments/2006_07_13_13_38_16-The_Okayplayer_take__Zidane___Materazzi___Fight______Fatality___Sucka_.atomrepository/comments/2006_07_13_13_38_16-The_Okayplayer_take__Zidane___Materazzi___Fight______Fatalit0000664000104500010450000000345011007061234031727 0ustar ucheuche Thu Jul 13 13:38:16 2006 a8e18858-8049-43e8-8fd4-c672fdd6b9fb <div xmlns="http://www.w3.org/1999/xhtml">The Okayplayer take: Zidane...Materazzi...Fight!!!...Fatality...Sucka!</div> Edgar http://zeljo.com/blog/zidane-the-game 2006-07-13T13:38:16.870000 2006-07-13T13:38:16.870000
Here is the Zidane Materazzi Flash Online Game:

http://zeljo.com/blog/zidane-the-game

Just drag Zidane and headbutt the italian guy.


Edgar
Here is the Zidane Materazzi Flash Online Game: http://zeljo.com/blog/zidane-the-game Just drag Zidane and headbutt the italian guy. Edgar…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_08_08_14_11-Quot__di__.atom0000664000104500010450000000337511006764026021021 0ustar ucheuche Wed Jun 8 08:14:11 2005 e0316006-c0fa-42e0-8c77-e3f800f302b2 <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Tad Richards www.opus40.org 2005-06-08T08:14:11.150000 2005-06-08T08:14:11.150000
Uche - the other formal device that I used here is the "walking enjambment," where the refrain line continues to be enjambed one foot farther back, until finally it once again becomes a full end-stopped line.

I had used this once before, in a sestina, with a walking caesura.
Uche - the other formal device that I used here is the "walking enjambment," where the refrain line continues to be enjambed one foot farther back, until finally it once again becomes a full end-stopped line. I had used this once before, in a sestina, with a walking caesura.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_22_15_25_36-Government_grants_scam.atom0000664000104500010450000000320311007067114023455 0ustar ucheuche Fri Sep 22 15:25:36 2006 5418a100-34b9-495a-a72a-9c39ff6bb2d2 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> cathy morgan 2006-09-22T15:25:36.720000 2006-09-22T15:25:36.720000
this is cathy morgan and i am working for the grants deptt. nothing us people can do.coz they are too much greedy for money. we will make them fool every time they can  not  do anything. o.k. do you understand fucking u.s people.
this is cathy morgan and i am working for the grants deptt. nothing us people can do.coz they are too much greedy for money. we will make them fool every time they can not do anything. o.k. do you understand fucking u.s people.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000020000000000000011555 Lustar rootrootrepository/comments/2005_11_17_08_18_06-I_already_said_OPML_is_crap__right___I_had_to_hack_through_another_reminder_today_.atomrepository/comments/2005_11_17_08_18_06-I_already_said_OPML_is_crap__right___I_had_to_hack_through_a0000664000104500010450000000456311006752134031710 0ustar ucheuche Thu Nov 17 08:18:06 2005 40fe4c1c-39d0-4a62-9713-5b4b83bea6d9 <div xmlns="http://www.w3.org/1999/xhtml">I already said OPML is crap, right? I had to hack through another reminder today.</div> Greg Linden http://glinden.blogspot.com 2005-11-17T08:18:06.450000 2005-11-17T08:18:06.450000
Hi, Uche.  Sorry about the hassle with that.  We tried to make our OPML import as tolerant as we could.

Unfortunately, you're right that there's essentially no OPML spec.  The various tools that export OPML all appear to do their own thing for field labels.

However, they do tend to converge on the same labels.  Most OPML uses the label "url" for the URL of the source (the HTML page for the weblog), not the URL for the feed (the XML, usually RSS, with the weblog feed).

This does create problems for the exports that do something different. It sure would be nice to have a more rigorous standard.

Again, sorry for the hassle.
Hi, Uche. Sorry about the hassle with that. We tried to make our OPML import as tolerant as we could. Unfortunately, you're right that there's essentially no OPML spec. The various tools that export OPML all appear to do their own thing for field labels. However, they do tend to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_04_02_47_50-Quot__di__.atom0000664000104500010450000000367511006765546021027 0ustar ucheuche Fri Nov 4 02:47:50 2005 f9e54695-d8fb-4132-a432-1fffe20a49f5 <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Lars Christian Gamborg 2005-11-04T02:47:50.180000 2005-11-04T02:47:50.180000
When I first heard the song, i felt it was kind of sad song, and I still do. I relly like the feeling I get when listen to the song.

I also currently reading the book "The Time Travelers Wife" by Audrey Niffenegger, for those who havent read it. Do it! Its good.

When I heard the song "A place in time" I felt it fits very vell to the story. For those who have read the book, I believe you think what I mean. To bad there isnt a movie og mini-series of this book.
When I first heard the song, i felt it was kind of sad song, and I still do. I relly like the feeling I get when listen to the song. I also currently reading the book "The Time Travelers Wife" by Audrey Niffenegger, for those who havent read it. Do…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_09_11_33_14-del_icio_us_bookmarks_for_2006-08-06.atom0000664000104500010450000000266211007060245025264 0ustar ucheuche Wed Aug 9 11:33:14 2006 15f64f5e-c435-4f5d-92f2-ae1602a81d70 <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2006-08-06</div> Uche http://uche.ogbuji.net 2006-08-09T11:33:14.760000 2006-08-09T11:33:14.760000
Ahem: http://copia.ogbuji.net/blog/2006-01-12/Learn_how_
Ahem: http://copia.ogbuji.net/blog/2006-01-12/Learn_how_…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_13_20_05_57-Government_grants_scam.atom0000664000104500010450000000413711007067055023465 0ustar ucheuche Wed Sep 13 20:05:57 2006 a8a3af5b-b9e4-4cf9-8421-ebf05c0af4c1 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Liz 2006-09-13T20:05:57.230000 2006-09-13T20:05:57.230000
Yup - same thing! This same guy, (who called himself "Zach") called our house and said he was from United Mortgage in San Diego. He used my husband's name. He sounded pretty shady on the phone and couldn't answer my husband's questions. I googled the number 808-212-0041 and saw all this. When my husband repeated this to him he started calling him obscene names and hung up. I had my telephone company trace the call and plan to call the the office of the National Do Not Call registry as well as the FCC tomorrow to make them aware. I would suggest that anyone else who got the same calls also call and report it to the FCC. If not, he will just keep calling.
Yup - same thing! This same guy, (who called himself "Zach") called our house and said he was from United Mortgage in San Diego. He used my husband's name. He sounded pretty shady on the phone and couldn't answer my husband's questions. I googled the number 808-212-0041 and saw all…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_22_06_45_40-First_board.atom0000664000104500010450000000343111006751335021202 0ustar ucheuche Tue Nov 22 06:45:40 2005 94bb8c11-69bb-42da-bc8f-c43d1497a3e6 <div xmlns="http://www.w3.org/1999/xhtml">First board</div> Bill Mill http://llimllib.f2o.org/blog 2005-11-22T06:45:40.410000 2005-11-22T06:45:40.410000
Are you a hardbooter? Looks like donek makes a bunch of plate boards.

Good to hear there's another boarder representing in the trees, that's my favorite place to go. I'm sure once you get into boarding shape, you'll feel better after a full day, but it's a hell of a workout boarding in the trees.
Are you a hardbooter? Looks like donek makes a bunch of plate boards. Good to hear there's another boarder representing in the trees, that's my favorite place to go. I'm sure once you get into boarding shape, you'll feel better after a full day, but it's a hell of a…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_30_22_04_39-On_Huck__Hip_Hop__and_Expression.atom0000664000104500010450000000277111006755674025264 0ustar ucheuche Fri Jun 30 22:04:39 2006 d0c0a5ea-489e-4e06-ae2b-bfce4a32411c <div xmlns="http://www.w3.org/1999/xhtml">On Huck, Hip Hop, and Expression</div> carolyn(ashley) finch 2006-06-30T22:04:39.140000 2006-06-30T22:04:39.140000
Well i JUST SAAYING THAT WHAT`S HAPPENING.YOU THE ONE TRIPPIN WHEN CAME TOWN OF JACKSON MISSISSIPPI.WRITE ME BACK DON`T TAKE A LONG TIME
Well i JUST SAAYING THAT WHAT`S HAPPENING.YOU THE ONE TRIPPIN WHEN CAME TOWN OF JACKSON MISSISSIPPI.WRITE ME BACK DON`T TAKE A LONG TIME…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_06_10_12_51-Wow___XML_formats_for_outlining_are_complete_rubbish.atom0000664000104500010450000000366611006762241031472 0ustar ucheuche Wed Jul 6 10:12:51 2005 4e3be306-04ee-4cf1-83a4-a9c0fbdab65e <div xmlns="http://www.w3.org/1999/xhtml">Wow! XML formats for outlining are complete rubbish</div> Uche http://uche.ogbuji.net 2005-07-06T10:12:51.190000 2005-07-06T10:12:51.190000
Karl,

Sorry, but in my defense, I did follow the link when you first posted it.  I swear that I ended up on a Web page that was extolling the virtues of Perl over Python, and that when I did a page search for "OPML" I found nothing.  I have no idea how that happened, because when I click on that link now, I get the page that you had in mind.

Anyway, thanks for the link.
Karl, Sorry, but in my defense, I did follow the link when you first posted it. I swear that I ended up on a Web page that was extolling the virtues of Perl over Python, and that when I did a page search for "OPML" I found nothing. I have…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_04_18_56_49-XML_in_Firefox.atom0000664000104500010450000000274211007064224021574 0ustar ucheuche Tue Apr 4 18:56:49 2006 23f39855-6a59-4b39-8792-80ead731edd2 <div xmlns="http://www.w3.org/1999/xhtml">XML in Firefox</div> Trackback from franklinmint.fm http://www.franklinmint.fm/blog/archives/000755.html 2006-04-04T18:56:49.910000 2006-04-04T18:56:49.910000
Uche Ogbuji is writing a series on XML in Firefox. Uche, FYI, I think I'm finally going to land my...
Uche Ogbuji is writing a series on XML in Firefox. Uche, FYI, I think I'm finally going to land my...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_14_15_23_12-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000276711006751643031325 0ustar ucheuche Fri Apr 14 15:23:12 2006 7863f6c1-b0ff-4e59-ba81-0cee5e5b2370 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Omorx 2006-04-14T15:23:12.150000 2006-04-14T15:23:12.150000
Dear Mr John Chinedu,

You did not provide your postal address. Through what means would you like to receive it?
Dear Mr John Chinedu, You did not provide your postal address. Through what means would you like to receive it?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_10_18_24_11-Time_for_Mac_.atom0000664000104500010450000000344511007055145021426 0ustar ucheuche Sun Dec 10 18:24:11 2006 7e26c1da-85d3-49a4-89d8-c30822426b8f <div xmlns="http://www.w3.org/1999/xhtml">Time for Mac?</div> Tim Bray http://www.tbray.org/ongoing 2006-12-10T18:24:11.060000 2006-12-10T18:24:11.060000
I started using OS X in 2003, and between then and now I have never had less than two Terminal (the mac's xterm) windows open.  It feels just like being in a modern Linux or bsd.  With one handy extra; the "open" command.  You say "open [unix filename]" and it goes and opens it in whatever application, like for example Photoshop or Excel whatever.
I started using OS X in 2003, and between then and now I have never had less than two Terminal (the mac's xterm) windows open. It feels just like being in a modern Linux or bsd. With one handy extra; the "open" command. You say "open [unix filename]" and it…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_21_19_35_16-A_Perspective_on_Temporal_Modeling_in_RDF.atom0000664000104500010450000000442311007064422027037 0ustar ucheuche Tue Mar 21 19:35:16 2006 d79e176f-21c8-48e2-9d90-3a28741b7d93 <div xmlns="http://www.w3.org/1999/xhtml">A Perspective on Temporal Modeling in RDF</div> Chris Mungall http://www.fruitfly.org/~cjm/ 2006-03-21T19:35:16.890000 2006-03-21T19:35:16.890000
Can you provide an example of how a well modeled temporal ontology will resolve my "this-nodule part-of this-lung at-time t" example? The issue of time-points vs time-intervals is orthogonal (I don't care if your solution treats t as a point or interval). You simply cannot do this in RDF without introducing monstrous hacks such as time-slices, or by turning relations into instances.

I agree that applications can get away without a particular axiomatisation of time. However, as we both work in the same domain I'm sure you'll agree that real-world biological and biomedical instance relations require some kind of time indexing.

cheers
chris
Can you provide an example of how a well modeled temporal ontology will resolve my "this-nodule part-of this-lung at-time t" example? The issue of time-points vs time-intervals is orthogonal (I don't care if your solution treats t as a point or interval). You simply cannot do this in RDF without…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_22_22_09_43-Serendip_s_1920x1600_wallpapers.atom0000664000104500010450000000411211007055547024445 0ustar ucheuche Wed Nov 22 22:09:43 2006 a00e7d7c-5084-4819-b405-c5a0c08b3622 <div xmlns="http://www.w3.org/1999/xhtml">Serendip's 1920x1600 wallpapers</div> Uche Ogbuji http://uche.ogbuji.net 2006-11-22T22:09:43.230000 2006-11-22T22:09:43.230000
Some cool image collections and such I discovered:

http://macdesktops.com/
http://eu.autoassault.com/media/wallpapers (for Osi)
http://www.flickr.com/photos/tags/1920x1200/
http://www.natecarlson.com/linux/wallpapers.php (a list of other resources)
Some cool image collections and such I discovered: http://macdesktops.com/ http://eu.autoassault.com/media/wallpapers (for Osi) http://www.flickr.com/photos/tags/1920x1200/ http://www.natecarlson.com/linux/wallpapers.php (a list of other resources)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_13_03_33_33-Merging_atom_feeds.atom0000664000104500010450000000263511006750167022526 0ustar ucheuche Tue Dec 13 03:33:33 2005 73a9684b-00ca-483d-b046-963232d05936 <div xmlns="http://www.w3.org/1999/xhtml">Merging atom feeds</div> Sylvain Hellegouarch http://www.defuze.org/oss/blog/ 2005-12-13T03:33:33.950000 2005-12-13T03:33:33.950000
You're the man!

/me can't wait to try it out :)

Thanks mate
You're the man! /me can't wait to try it out :) Thanks mate…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_02_28_13_37_31-Business-grade_broadband_in_Superior__Colorado.atom0000664000104500010450000000441311007065306030156 0ustar ucheuche Tue Feb 28 13:37:31 2006 8f3d3235-89e7-4ee5-8e8a-31abcde1d9e3 <div xmlns="http://www.w3.org/1999/xhtml">Business-grade broadband in Superior, Colorado</div> M. David Peterson http://www.xsltblog.com 2006-02-28T13:37:31.020000 2006-02-28T13:37:31.020000
Hey Uche,

If I'm not mistaken, Speakeasy DSL, the company I go through, has the exact price for the same level of service. This is for their OneLink service, which doesnt require the need to use your phone from the phone company -- they provide all of that as well.

They also offer a TON of business grade services One plan in which gives you a free DSL home line (1.5/768 I believe) when you purchase a T1 business line for your office which is pretty cheap. As far as SDSL, it seems there rates are a bit cheaper than what you have found, although I'm not sure by how much.

http://speakeasy.net
Hey Uche, If I'm not mistaken, Speakeasy DSL, the company I go through, has the exact price for the same level of service. This is for their OneLink service, which doesnt require the need to use your phone from the phone company -- they provide all of that as well.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_22_00_49_50-Government_grants_scam.atom0000664000104500010450000000323511007066767023472 0ustar ucheuche Tue Aug 22 00:49:50 2006 e7c931ad-d007-48ca-8923-8582809f527d <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jenn 2006-08-22T00:49:50.410000 2006-08-22T00:49:50.410000
I have been getting calls from them multiple times a day for about a week.  I called my phone company since and they said it is a Hawaii number, however, it is a cell phone and can't be blocked on my home line.  I am getting really fed up with them.
I have been getting calls from them multiple times a day for about a week. I called my phone company since and they said it is a Hawaii number, however, it is a cell phone and can't be blocked on my home line. I am getting really fed up with…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_25_17_29_26-Government_grants_scam.atom0000664000104500010450000000327411007066645023503 0ustar ucheuche Tue Jul 25 17:29:26 2006 481debb1-f3bc-4c7b-be0a-be2c74510f2f <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Smurfe 2006-07-25T17:29:26.370000 2006-07-25T17:29:26.370000
I just got a call from (808) 212-0041. I was sitting at the computer when the phone rang and Googled it as I was answering. There was no response and they hung up. I to am on the Do Not Call List and have an unlisted number. They must have "obtained" a customer list from somewhere.
I just got a call from (808) 212-0041. I was sitting at the computer when the phone rang and Googled it as I was answering. There was no response and they hung up. I to am on the Do Not Call List and have an unlisted number. They must have…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_09_14_06_11_29-del_icio_us_bookmarks_for_2007-09-13.atom0000664000104500010450000000424211007173623025271 0ustar ucheuche Fri Sep 14 06:11:29 2007 28eac450-341b-48fa-b4f4-c5f160973c12 <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2007-09-13</div> John Cowan http://www.ccil.org/~cowan 2007-09-14T06:11:29.560000 2007-09-14T06:11:29.560000
All such schemes as this for dealing with dimensioned numbers ("unitized numbers"?  Puh-leeze!) fall down on the fact that units are more intensional than they look.  To give a well-known example, amounts of energy and of torque are not commensurable, despite the fact that both joules and newton-meters reduce to kg m^2 / s^2.

For that matter, it's typically meaningless to add lengths, widths, and heights, though they are all measured in meters, whereas multiplying them is fine.  (Except in shipping packages, where e.g. UPS requires that L + 2W + 2H <_ cm.="cm." _330="_330"/>
All such schemes as this for dealing with dimensioned numbers ("unitized numbers"? Puh-leeze!) fall down on the fact that units are more intensional than they look. To give a well-known example, amounts of energy and of torque are not commensurable, despite the fact that both joules and newton-meters reduce to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_10_19_30_02-Government_grants_scam.atom0000664000104500010450000000376711007066543023465 0ustar ucheuche Mon Jul 10 19:30:02 2006 aff67db7-f5bc-46c1-b6b0-ab644ed88780 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Mitra 2006-07-10T19:30:02.350000 2006-07-10T19:30:02.350000
I have just got a call from 808-212-0041. An Indian guy named Subhajit Majumdar started with some offering from Dish Network. I have received a similar call two days ago from the same number. I am not interested in any Dish Network so I told them to take my name off from the calling list. As I have received a second call today, I told the guy not to call me. To my surprise, he said it is not going to happen as they can not take my name off, and added that I may sue Dish Network if I wish!

Can something be done to stop this nonsense?
I have just got a call from 808-212-0041. An Indian guy named Subhajit Majumdar started with some offering from Dish Network. I have received a similar call two days ago from the same number. I am not interested in any Dish Network so I told them to take my name…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_10_09_57_20-XML_daily_WTF__UBL_ebXML_Naming_convention.atom0000664000104500010450000000355711006760145026750 0ustar ucheuche Wed Aug 10 09:57:20 2005 bd399df7-d257-4cd3-9db8-0b6efe285711 <div xmlns="http://www.w3.org/1999/xhtml">XML daily WTF: UBL/ebXML Naming convention</div> Uche http://uche.ogbuji.net 2005-08-10T09:57:20.730000 2005-08-10T09:57:20.730000
Bill,

I think that requiring an explicit mapping from the XML to the OO is a good thing.  It is better than pretending there is not a huge misalignment ("impedance mismatch" for buzzword bingo points) between XML (*text*) and OO programming constructs.  But you already knew how I felt about that :-)
Bill, I think that requiring an explicit mapping from the XML to the OO is a good thing. It is better than pretending there is not a huge misalignment ("impedance mismatch" for buzzword bingo points) between XML (*text*) and OO programming constructs. But you already knew how I felt about…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000016200000000000011564 Lustar rootrootrepository/comments/2006_06_29_02_53_19-Create-a-caption_Argon__s_vs__Vieira__spoilers_for_France_vs__Spain_.atomrepository/comments/2006_06_29_02_53_19-Create-a-caption_Argon__s_vs__Vieira__spoilers_for_France_vs0000664000104500010450000000374511007061622031770 0ustar ucheuche Thu Jun 29 02:53:19 2006 fd449225-47e5-4838-94d5-783d9bb583d0 <div xmlns="http://www.w3.org/1999/xhtml">Create-a-caption:Argonés vs. Vieira [spoilers for France vs. Spain]</div> Sylvain Hellegouarch http://www.defuze.org 2006-06-29T02:53:19.680000 2006-06-29T02:53:19.680000
I don't know if you did it on purpose but Aragones has said "that black shit" not just black. So please do not post any FUD like that.

Besides, the point is that European football is full of racists and the FIFA and governments must do something about it but they could not care less.

Regarding your last question, what are you expecting me to tell you?
I don't know if you did it on purpose but Aragones has said "that black shit" not just black. So please do not post any FUD like that. Besides, the point is that European football is full of racists and the FIFA and governments must do something about it but…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_13_17_59_03-Government_grants_scam.atom0000664000104500010450000000627011007066555023475 0ustar ucheuche Thu Jul 13 17:59:03 2006 971e9a59-af86-4450-b33f-1371c5bae9f3 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Sean 2006-07-13T17:59:03.690000 2006-07-13T17:59:03.690000
Searching for area code 808, prefix 212:

same scam/same indian man.
  he used a VoIP call this time,
(its the third time he has tried this scam on me,first my son answered the phone and said dont call here again thinking it was a telle-marketer. second time my wife answered the phone, she heard him out while looking up scams on the internet. she found your site and knew it was a scam but she told the man to call back when i got home which was in one hour. and the idiot did )
BIG mistake i was able to almost fully trace him...
Here are my results and some info.
Area Code: 808
Prefix: 212
Location: LIHUE hawaii
Address: Unknown
Other Info: CLEC
I was not able to procure his address. If he is stupid enough to call me again and stay on the phone a little longer like 40 seconds instead of 23 i will be able to get an address.
when i tried to view his ip address he blocked me from his end,and closed the cpu call.
Who ever he is he is good with cpu's. I should know im pretty good at hacking.

CLEC - Competitive Local Exchange Carrier

CLEC prefixes are used by businesses or Internet providers who do not wish to use regular telephone companies (Verizon, Qwest, Bell South, etc). Note: With Local Number Portability, there can be more than one type of service on a particular prefix. Example: regular landline on a CLEC prefix or a cellular prefix.
but this indian man is using the computer/VoIP services to make these calls.
Searching for area code 808, prefix 212: same scam/same indian man. he used a VoIP call this time, (its the third time he has tried this scam on me,first my son answered the phone and said dont call here again thinking it was a telle-marketer. second time my wife answered…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_02_15_51_26-Python_XML_column__33_pubbed.atom0000664000104500010450000000250411006764507024317 0ustar ucheuche Thu Jun 2 15:51:26 2005 a96113c2-3361-47cf-9672-9c5ee5568ca8 <div xmlns="http://www.w3.org/1999/xhtml">Python/XML column #33 pubbed</div> Uche http://uche.ogbuji.net 2005-06-02T15:51:26.870000 2005-06-02T15:51:26.870000
I posted this on the ORA forum for you, John.  Thanks.
I posted this on the ORA forum for you, John. Thanks.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_04_17_01_09-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000571011006751661031315 0ustar ucheuche Sat Nov 4 17:01:09 2006 8ef1fcb8-e58b-4d6f-b3ca-1875e7eea9f2 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Mustapha Abiola 2006-11-04T17:01:09.540000 2006-11-04T17:01:09.540000
Cynthia, it is very plain to see that you have never visited the AAUN site. Scholarships are available to everyone/anyone who wishes to attend AAUNs' family of education. Kindly visit the site 'www.abti-american.com' and fill in the application, if you're lucky perhaps you'd be admitted in Janurary! ABTI is a good learning enviroment, those of you that have claimed Yola to be wrong for development for such vast technology and education find that you're quite wrong in thinking this. Yola being a slightly remote town would ensure job opportunities for people far and wide. It's is also an area where crime is alot less than cities such as Lagos/Abuja. It's a welcoming town, the people are decent. There's space for us to test and develop new areas of expertize, whether it be in computing or in zoology. AAUN has its flaws, like any other institution, this is unavoidable, error is unavoidable. However, we're a strong family, here at AAUN, as you can see how many students of the university have come and posted to your blog. I'm a student of AAUN, it would be unwise to speak about things that you evidently have rudimentary knowledge of, mike john. It would be prudent to appear intelligent when you try to insult others. You have not done that, you have as a matter of fact made yourself look foolish not only to random students of AAUN, but the the whole inet. :) Smile!

- Mustapha
Cynthia, it is very plain to see that you have never visited the AAUN site. Scholarships are available to everyone/anyone who wishes to attend AAUNs' family of education. Kindly visit the site 'www.abti-american.com' and fill in the application, if you're lucky perhaps you'd be admitted in Janurary! ABTI is a…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_05_07_29_26-My_country_is_out_of_its_COT_DAMN_MIND.atom0000664000104500010450000000306611006756573026210 0ustar ucheuche Mon Sep 5 07:29:26 2005 3b99e0a5-3af9-412d-8038-80329d5570d3 <div xmlns="http://www.w3.org/1999/xhtml">My country is out of its COT DAMN MIND</div> Sylvain Hellegouarch http://www.defuze.org/oss/blog/ 2005-09-05T07:29:26.020000 2005-09-05T07:29:26.020000
Watch till the end:

http://movies.crooksandliars.com/Kayne-West-Bush-Black-People.mov
Watch till the end: http://movies.crooksandliars.com/Kayne-West-Bush-Black-People.mov…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_10_16_03_45-Putting_up_with_Javascript.atom0000664000104500010450000000765511006756335024350 0ustar ucheuche Sat Sep 10 16:03:45 2005 0f7dc88f-49ee-4e76-8182-3c809da60f12 <div xmlns="http://www.w3.org/1999/xhtml">Putting up with Javascript</div> Chimezie http://chimezie.ogbuji.net 2005-09-10T16:03:45.750000 2005-09-10T16:03:45.750000
re: XForms wide implementation

I beg to differ.  Though it may be true that it doesn't quite have the traction that Flash has at the moment, I wouldn't go as far as saying it isn't remotely, widely implemented.  There are several very mature implementations (listed here in order of maturity):

formsPlayer
XSmiles
Chiba
Mozilla
Deng

re:delcarative binding languages

I wholeheartedly do not see the value in a seperate delarative binding mechanism/language when XForms native binding mechanism is about as solid as the component it is completely based on (XPath).  I have yet to come across a situation (and I've pushed the spec to it's limits in attempting to do alot of the things that a few years ago could only be done via unportable,undecipherable javascript) where the ability to bind to the XML instance that drives the UI was limited in anyway, which is why I believe XBL has little value for XForms other than component customization and fringe use cases.  The majority of UI use cases are covered by XForms (it was built for that purpose).

re:eliminating the need for an imperative language


Once again, I have yet find myself in a situation where I needed javascript for UI-related capabilities that weren't covered by XForms event processing, instance binding, and other such programatic components.  The only time I did was when I had to encode XML content as base64 encoded binary (see: http://copia.ogbuji.net/blog/2005-08-19/BinaryEncodingAndXMLRPCs) and had little to do with XForms but more with the means of remote communication (SOAP).  I'm not suggesting that frameworks such as XForms will eliminate the need for an imperative language, but rather that the need will be more like the reverse of your 80/20 proposition.

I must give the disclaimer that I'm not suggesting XForms will be a user interface / browser-based application building panacae, but rather that the potential it has to eliminate the unportable, architecturally unsound code that often drive DHTML web-sites with minimal complexity is very much overlooked.
re: XForms wide implementation I beg to differ. Though it may be true that it doesn't quite have the traction that Flash has at the moment, I wouldn't go as far as saying it isn't remotely, widely implemented. There are several very mature implementations (listed here in order of maturity):…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_11_07_53_42-XML_2006_Synopsis__Are_we_there_yet_.atom0000664000104500010450000000430511007055232025607 0ustar ucheuche Mon Dec 11 07:53:42 2006 b29ea32f-d8a9-410c-848a-35887b6f6f55 <div xmlns="http://www.w3.org/1999/xhtml">XML 2006 Synopsis: Are we there yet?</div> James  Governor www.redmonk.com/jgovernor 2006-12-11T07:53:42.200000 2006-12-11T07:53:42.200000
ah goodness.

check out simon st laurent on o'reilly- he came away v positive on xquery.

datadirect just started using xquery.com (which i thought was owned by jason hunter of mark logic but...).

i asked why,given xquery was dead. Mr robie wondered "where that rumour came from" - not a rumour, mr robie, an analysis based on developer discussions i have.

so it was nice to see you remaining skeptical.

to michael kay's point, the majority devs are sub optimal at building database queries.
ah goodness. check out simon st laurent on o'reilly- he came away v positive on xquery. datadirect just started using xquery.com (which i thought was owned by jason hunter of mark logic but...). i asked why,given xquery was dead. Mr robie wondered "where that rumour came from" - not a…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_15_05_14_10-Off_for_the_holidays.atom0000664000104500010450000000326611006750020023047 0ustar ucheuche Thu Dec 15 05:14:10 2005 10f67630-5487-4b4f-96cf-086bff18718e <div xmlns="http://www.w3.org/1999/xhtml">Off for the holidays</div> TRAE www.traedays.com/blog 2005-12-15T05:14:10.420000 2005-12-15T05:14:10.420000
"but comment approvals on Copia might sit for a while until I do"

uhh, how sad. can't you get the image/question spam checker thingy. anyways happy holidays as you visit us here in Naija. beware of Bellview and Sosoliso sha...lol
"but comment approvals on Copia might sit for a while until I do" uhh, how sad. can't you get the image/question spam checker thingy. anyways happy holidays as you visit us here in Naija. beware of Bellview and Sosoliso sha...lol…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_02_06_22_23_03-Small_fix_to_atom_rnc__and_what_about_xml_space_.atom0000664000104500010450000000313611007067616030637 0ustar ucheuche Mon Feb 6 22:23:03 2006 ec6465e4-3fe2-4554-b03e-7a6f3e8641c3 <div xmlns="http://www.w3.org/1999/xhtml">Small fix to atom.rnc, and what about xml:space?</div> John Cowan http://www.ccil.org/~cowan 2006-02-06T22:23:03.470000 2006-02-06T22:23:03.470000
I pointed out that it was currently impossible for an author to have, say, both a Chinese and an American name, but this was rejected as being on the wrong side of 80/20.
I pointed out that it was currently impossible for an author to have, say, both a Chinese and an American name, but this was rejected as being on the wrong side of 80/20.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_07_15_05_14-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000261311007070260026243 0ustar ucheuche Mon Aug 7 15:05:14 2006 a10dee0c-397b-49d7-911d-ed890d6139a7 <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> patman 2006-08-07T15:05:14.690000 2006-08-07T15:05:14.690000
Thanks for the /etc/xinet.d/swat hint. 

That worked for me to bring up SWAT
Thanks for the /etc/xinet.d/swat hint. That worked for me to bring up SWAT…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_05_22_53_52-Quot__di__.atom0000664000104500010450000000271511006765546021032 0ustar ucheuche Sat Aug 5 22:53:52 2006 34a9ff73-19f0-4316-b15d-7f489c5a0876 <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Born 2006-08-05T22:53:52.130000 2006-08-05T22:53:52.130000
Hey, I got this song in Ares, since september 2005, its a great song, if you like it so much why dont you just search it?, the mp3 its a high quality one.
Hey, I got this song in Ares, since september 2005, its a great song, if you like it so much why dont you just search it?, the mp3 its a high quality one.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_07_06_08_56_23-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_07_06_08_56_23-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000534411007062223031654 0ustar ucheuche Thu Jul 6 08:56:23 2006 e17f4df4-9845-4587-a5c5-416c53a9f4b5 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Alec Cheng 2006-07-06T08:56:23.910000 2006-07-06T08:56:23.910000
It is entirely psychologically soothing to see all these consensus comments about the ESPN world cup commentators about how poor they have been performing.  One thing that annoys me most is how they kill the atomosphere of the game by talking trivial facts when an exploding moment is imminent.  They started to sound excited only when the ball is in the net. Very often, the game is in such a nerve-cracking moment of build up, they are found talking something else nonchalantly.  Shouldn't a play-by-play announcer, like what O'Brien would regard himself, be able to read the game well and fire up the atmosphere of the game by timely orcherstrating his comments in a colorful fashion?  Even if he knows very little about soccer, I expect that he should be able to diligently adhere to the game, instead of distracting himself and the viewers from it.  Even if O'Brien attempted to use this World Cup occasion to spice up his CV, shouldn't he be more responsible and prepared to at least immitate a real play-by-play announcer?  Does he have no shame at all, just thinking that he can be a jerk-of-all-trade in such important events once every 4 years?  Or does he even know that he help kill the game?
It is entirely psychologically soothing to see all these consensus comments about the ESPN world cup commentators about how poor they have been performing. One thing that annoys me most is how they kill the atomosphere of the game by talking trivial facts when an exploding moment is imminent. They…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_18_10_57_14-Transhumanism.atom0000664000104500010450000000372111006761113021603 0ustar ucheuche Mon Jul 18 10:57:14 2005 bfae439c-0a8e-4e90-bece-1eb929b70438 <div xmlns="http://www.w3.org/1999/xhtml">Transhumanism</div> Bill Mill http://llimllib.f2o.org/blog 2005-07-18T10:57:14.730000 2005-07-18T10:57:14.730000
I was a kuron for a solid year and a half (http://kuro5hin.org/user/llimllib); tons of comments, lots of diaries, and 4 articles. My only advice is to expect that 25-50% of the articles will be trolls of varying levels of subtlety and sophistication. If you read with that in mind, when you catch the subtle ones, it can be very amusing.

Also, it seems there's been a recent uptick in quality and quantity; when I stopped going there, both were very bad.
I was a kuron for a solid year and a half (http://kuro5hin.org/user/llimllib); tons of comments, lots of diaries, and 4 articles. My only advice is to expect that 25-50% of the articles will be trolls of varying levels of subtlety and sophistication. If you read with that in mind, when…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_17_11_24_44-Quotidie.atom0000664000104500010450000000236611006766305020544 0ustar ucheuche Tue May 17 11:24:44 2005 5db16789-ab3f-4cd9-b08c-eac8e778ea62 <div xmlns="http://www.w3.org/1999/xhtml">Quotidie</div> John Cowan http://www.ccil.org/~cowan 2005-05-17T11:24:44.970000 2005-05-17T11:24:44.970000
Semblable, par bleu, semblable!
Semblable, par bleu, semblable!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_13_07_32_51-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000275311006751660031317 0ustar ucheuche Fri Oct 13 07:32:51 2006 c7877374-4405-41ea-981d-5ea95b2aac55 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> cynthia 2006-10-13T07:32:51.490000 2006-10-13T07:32:51.490000
helo,
  i want to enquire on admission process and fee
because, i want 2 study ABTI at 2007 session. tanx
helo, i want to enquire on admission process and fee because, i want 2 study ABTI at 2007 session. tanx…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_24_02_13_41-Nice_blog__Aristotle.atom0000664000104500010450000000242211006767217023013 0ustar ucheuche Sun Apr 24 02:13:41 2005 663467a6-04ec-4e23-ba0c-6e22cc90e90e <div xmlns="http://www.w3.org/1999/xhtml">Nice blog, Aristotle</div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-04-24T02:13:41.900000 2005-04-24T02:13:41.900000
Thanks for the kind words! :)
Thanks for the kind words! :)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_27_18_31_26-Government_grants_scam.atom0000664000104500010450000000461211007067262023462 0ustar ucheuche Fri Oct 27 18:31:26 2006 20cac175-22fe-4ce9-9983-51592660afc0 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> jackson thomson 2006-10-27T18:31:26.490000 2006-10-27T18:31:26.490000
So a few minutes ago I got a call. Caller ID says 1-999-999-1234. Already suspicious. I worked IT at a call center and know how easy CID is to manipulate. They could have chosen something less obviously a fake. Anyway I answered for some reason and there was a guy with a strong Indian accent telling me he was calling from the "U.S. Government Grants Department" and that I'd won a $12,000 grant for being a good taxpayer. The only catch was that I must not use the money to do anything illegal. This is a new scam on me, so I asked him a bunch of purposefully silly questions while I googled "government grants scam". I gather from the results that the idea is to get your bank account number for a supposed wire transfer to the account, and they just arrange the wire to go the other way. Surely enough, my phone friend soon asked me for information about my bank and I rang off. I hardly suppose I need to warn anyone about these guys, but for what it's worth...
So a few minutes ago I got a call. Caller ID says 1-999-999-1234. Already suspicious. I worked IT at a call center and know how easy CID is to manipulate. They could have chosen something less obviously a fake. Anyway I answered for some reason and there was a guy…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_04_13_41_50-alt_unicode_kvetch_kvetch_kvetch.atom0000664000104500010450000000270411006760216025507 0ustar ucheuche Thu Aug 4 13:41:50 2005 854c4223-4950-4bcc-aef1-939d7995553e <div xmlns="http://www.w3.org/1999/xhtml">alt.unicode.kvetch.kvetch.kvetch</div> saluk 2005-08-04T13:41:50.770000 2005-08-04T13:41:50.770000
Good points, I get tired of blog authors jumping on some negative bandwagon and that's the only thing you see for weeks on end.
Good points, I get tired of blog authors jumping on some negative bandwagon and that's the only thing you see for weeks on end.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_30_18_32_56-First_day_as_a_Python_Mac_developer.atom0000664000104500010450000000427511007054325026053 0ustar ucheuche Sat Dec 30 18:32:56 2006 70b50acf-d26b-4761-94ce-fbace345d639 <div xmlns="http://www.w3.org/1999/xhtml">First day as a Python/Mac developer</div> Nicholas Riley http://njr.sabi.net/ 2006-12-30T18:32:56.270000 2006-12-30T18:32:56.270000
A couple of hints for surviving without wget for a while.

OS X has curl, which you can make behave like wget by using "curl -O (url)".

Safari has very nice URL download support, including resume and so forth.  You can simply open the download window (Window » Downloads) and paste, at which point the URL will start downloading.  Also, you can double-click icons in the download window to open them (this may not be entirely clear, but it's pretty neat).

And yeah, MacPorts really needs a better organized website.  It hasn't yet entirely recovered from being moved from opendarwin.org.
A couple of hints for surviving without wget for a while. OS X has curl, which you can make behave like wget by using "curl -O (url)". Safari has very nice URL download support, including resume and so forth. You can simply open the download window (Window » Downloads) and…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_26_15_44_31-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000345711007070260026255 0ustar ucheuche Sat Aug 26 15:44:31 2006 ad37e603-f4db-46fe-badd-6a5a839434b7 <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> Doug Germann 2006-08-26T15:44:31.800000 2006-08-26T15:44:31.800000
Hi--

Got it! Somehow managed to miss the closing } in copying it to my computer.

After running sudo passwd root, I was able to get in as root. Never did figure out how to get in as ordinary user.

Thanks for this HOWTO.

:- Doug.
Hi-- Got it! Somehow managed to miss the closing } in copying it to my computer. After running sudo passwd root, I was able to get in as root. Never did figure out how to get in as ordinary user. Thanks for this HOWTO. :- Doug.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_13_19_13_06-Reconsidering_blogrolls__and_what_the_heck_are.atom0000664000104500010450000000254111006765316030314 0ustar ucheuche Fri May 13 19:13:06 2005 f9836e88-3f92-4e51-8918-b3f5b5910eda <div xmlns="http://www.w3.org/1999/xhtml">Reconsidering blogrolls (and what the heck are </div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-05-13T19:13:06.400000 2005-05-13T19:13:06.400000
Whoa, thanks for the endorsement!
Whoa, thanks for the endorsement!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_13_11_42_19-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000413711007070257026251 0ustar ucheuche Tue Jun 13 11:42:19 2006 301b125e-141b-4cbb-bb72-5eeb95a43eca <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> BertusBakfiets 2006-06-13T11:42:19.010000 2006-06-13T11:42:19.010000
Instead of installing xinetd, I installed package netkit-inetd (standard shipped with ubuntu) and this installs the standard inetd components. Didn't have to alter config files or whatever, had samba working immediately.

Basic steps I followed:
1. install samba, swat and netkit-inetd
2. change root passwd using "sudo passwd root"
3. Use favourite firefox browser to access http://localhost:901
4. done.
Instead of installing xinetd, I installed package netkit-inetd (standard shipped with ubuntu) and this installs the standard inetd components. Didn't have to alter config files or whatever, had samba working immediately. Basic steps I followed: 1. install samba, swat and netkit-inetd 2. change root passwd using "sudo passwd root" 3.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_20_15_40_17-XSLT_2_0_might_be_worth_a_second_look__if___.atom0000664000104500010450000000524011006764565027421 0ustar ucheuche Fri May 20 15:40:17 2005 c607991e-90e6-4255-96cd-a9474d9768ad <div xmlns="http://www.w3.org/1999/xhtml">XSLT 2.0 might be worth a second look, if...</div> Uche http://copia.ogbuji.net 2005-05-20T15:40:17.720000 2005-05-20T15:40:17.720000
Bob,

I understand that from a user's point of view it's straightforward to just cherry-pick the good stuff in XSLT 2.0, but I should have clarified that I tend to look at such technologies with one eye as an implementor, and most of my comments were along those lines.  Goven that I can already do everything that XSLT 2.0 supports using either XSLT 1.0 + EXSLT, or failing that, Amara, it's hard for me to justify any effort spent on XSLT 2.0, even learning it, unless I feel it's worth implementing as a help to other users.

Dimitre,

You'll have to explain yourself better:

"The difference between these people and you is that they are writing XSLT 2.0 applications and you are not."

It seems as if you're trying to make a big point with that statement, but I guess I don't really get it.  If you mean "they're doing things in XML processing that Uche can't", then you missed the part in my posting where I point out that I can do anything with Amara that people can do with XSLT 2.0.
Bob, I understand that from a user's point of view it's straightforward to just cherry-pick the good stuff in XSLT 2.0, but I should have clarified that I tend to look at such technologies with one eye as an implementor, and most of my comments were along those lines. Goven…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_10_00_14_50-4Suite_1_0b1_via_yum_.atom0000664000104500010450000000337511006765654022702 0ustar ucheuche Tue May 10 00:14:50 2005 42c5ff92-6cbf-4cc1-8347-1445e5a9ebb6 <div xmlns="http://www.w3.org/1999/xhtml">4Suite 1.0b1 via yum?</div> Uche http://uche.ogbuji.net 2005-05-10T00:14:50.550000 2005-05-10T00:14:50.550000
Yes.  Raphael Bossek is a great packager.  He keeps engaged, is patient, and yet bugs us to fix things that need fixing.

Ubuntu is definitely a temptation for me to try Debian again.  The main obstacle is scrounging up the time to make such a big switch (for me).
Yes. Raphael Bossek is a great packager. He keeps engaged, is patient, and yet bugs us to fix things that need fixing. Ubuntu is definitely a temptation for me to try Debian again. The main obstacle is scrounging up the time to make such a big switch (for me).…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_24_01_51_17-___Mix_and_match_Web_components_with_Python_WSGI___.atom0000664000104500010450000001330711007057767031101 0ustar ucheuche Thu Aug 24 01:51:17 2006 c7b67e51-4734-4698-b927-a6ddd308673b <div xmlns="http://www.w3.org/1999/xhtml">“Mix and match Web components with Python WSGI”</div> Sylvain Hellegouarch http://www.defuze.org 2006-08-24T01:51:17.950000 2006-08-24T01:51:17.950000
Uche,

Well you know how careful I am with WSGI and with this in mind you should better understand my comment.

I think your article fails at the same point every other single article I've read about WSGI.

It's a nice Hello World (a very well explained one though) showing how to create one middleware and how to wrap any WSGI application with it but it is not a real worl example of an application with multiple requirements per path. WSGI applies itself to an application object (whether the application or the middleware acting as such), if you need distinct behaviors per path you will have to make some unfriendly if/elif/else statements in your middleware.

For instance, say two URIs lead to two resources in your application. On a POST to those URIs you want to validate the Content-Type of the Request in each case for distinct CT. Unless I am missing something (and if I do please let me know and I will be happy to change my mind) you are forced within a middleware to hack something to test the request Content-Type against those URIs. In the same vein, how do I enable several distinct dispatchers within a WSGI application? Again by an ugly hack within a middleware I suppose based on the request URI.

What bothers me about WSGI is not the specification which is actually well written and has very sensible ideas, it's the propaganda that WSGI will save your day.

It's true in some cases and it's not in some others. WSGI is not a God send. It's just a different approach to web development. A very clever one indeed but not relevant in every situations.

When I see:
"""
Warning

If you remove any of the default middleware you are likely to find that various parts of Pylons stop working!
"""

In the Pylons documentation, I can understand the requirement from a framework point of view to force a stack of middlewares not to be modified by changing one of them, but then let's stop the "with WSGI you can plug and play". This is simply not true in many cases.

Even your example which says "another reason to use the environment is to communicate down the WSGI stack the content has been modified" shows how you can build a non loosely coupled application on top of so-called loosely coupled components. If I build an application with your middleware and my application relies on the 'safexhtml.active' environ value, what does happen if a deployer changes the middleware for one that does exactly the same job but which doesn't set such environ variable?

I am not picky, I am realistic. During the development of an application you will have to strongly rely on specific middleware that cannot be moved out.

This is perfectly fine and I do accept it but I find it quite sad that the WSGI defenders don't say it out loud.

So I will state it again, I think WSGI can be extremly helpful in many cases, and in those cases I will agree they certainly increase your productivity, but there are cases where WSGI is just not the right tool and other designs can be much more powerful. Exactly like CherryPy is fantastic but not always the best tool for the job. There is no such thing.

The day I will start seeing more of those statements I will stop my rant.

That being said Uche, I think your article is one of the best about introducing WSGI I have read and I agree it would have helped me a lot when I started with WSGI. You have reached your goal IMO :)

I do believe you won't agree with me Uche and that's fine. I hope you will understand that I am not against WSGI per se, I am however tired of the lack of clarity about the shortcomings of WSGI.

- Sylvain
Uche, Well you know how careful I am with WSGI and with this in mind you should better understand my comment. I think your article fails at the same point every other single article I've read about WSGI. It's a nice Hello World (a very well explained one though) showing…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_25_15_33_10-Government_grants_scam.atom0000664000104500010450000000352511007066777023473 0ustar ucheuche Fri Aug 25 15:33:10 2006 3a4958ba-47c5-47d4-b132-cceeeb34f295 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> vraj 2006-08-25T15:33:10.050000 2006-08-25T15:33:10.050000
808-212-0041,

A call from above no. came and said he is calling from FBI police.????  They asked for my name and amazingly they said I am downloading verymuch from the internate....which is true....but everycody dose it...though I was scared.....then I just hung up..........Then I found this website and I felt funny about it.
808-212-0041, A call from above no. came and said he is calling from FBI police.???? They asked for my name and amazingly they said I am downloading verymuch from the internate....which is true....but everycody dose it...though I was scared.....then I just hung up..........Then I found this website and I felt…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_03_08_52_19-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000534211006751641031324 0ustar ucheuche Mon Apr 3 08:52:19 2006 de5d33a5-ccd8-49af-b104-9d737059e21c <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Dlama Elijah 2006-04-03T08:52:19.610000 2006-04-03T08:52:19.610000
Abti American University are the types of school Nigeria needs to move forword. Such a qulitative education means employing less proffessionals from outside the country in the name of getting experts to execute some highly technical jobs in this counry. WE CAN GET SUCH PROFFESSIONALS IN ABTI.And that means improving our ECONOMIC and SOCIAL STATUS. I am planning to run my masters degree in abti by God's grace. For now i'm a graduate of electrical and electronics engineering from university of maiduguri. And currently, i'm running my CCNA and A+ certification courses at the informatics institute in kazaure, Jigawa state. Another excellent institution. I'm just out to get the best and of course abti is the best for now in this country. I wish everybody will be educated about this. If it happens that you are reading this article, just do your self a great deal of favour to go an extra mile of finding out more about the school. I'm sure it will make a grate difference in your life. Dont be discouraged about the fees. Just find out and any how things will take care of themselves. Just trust God for that. Rememeber poverty is not the state of your pocket, but the state of your mind.
Abti American University are the types of school Nigeria needs to move forword. Such a qulitative education means employing less proffessionals from outside the country in the name of getting experts to execute some highly technical jobs in this counry. WE CAN GET SUCH PROFFESSIONALS IN ABTI.And that means improving…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_12_07_33_51-Time_for_Mac_.atom0000664000104500010450000000303611007055146021427 0ustar ucheuche Tue Dec 12 07:33:51 2006 1385caf6-50cb-4dc7-991d-e12495949b9a <div xmlns="http://www.w3.org/1999/xhtml">Time for Mac?</div> Uche http://uche.ogbuji.net 2006-12-12T07:33:51.620000 2006-12-12T07:33:51.620000
Thanks all for the thoughtful advice.  I did order a MacBook Pro 17" last night.  Following your advice I didn't skimp on RAM and HDD.  You'll surely hear of my experiences here.
Thanks all for the thoughtful advice. I did order a MacBook Pro 17" last night. Following your advice I didn't skimp on RAM and HDD. You'll surely hear of my experiences here.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_22_23_51_19-The_Mexican_puzzle_of.atom0000664000104500010450000000357211006755400023237 0ustar ucheuche Thu Jun 22 23:51:19 2006 fccb1c05-60f0-473c-9413-570b2bf1c703 <div xmlns="http://www.w3.org/1999/xhtml">The Mexican puzzle of </div> Argentinisimaaaaaaaaaaaaaaaaaaaaaa 2006-06-22T23:51:19.800000 2006-06-22T23:51:19.800000
I hope that any team EXCEPT Brazil wins.  They get the games handed to them.  Ref's never catch them playing dirty they simply look away.  Funny how Mexican's always want Brazil to win after they get their asses beat by them even if Mexico played a better cleaner way.  Hopefully, one day they will wake up!

LETS GO ARGENTINA!  WIN IT WITH CLASS AND STYLE.
I hope that any team EXCEPT Brazil wins. They get the games handed to them. Ref's never catch them playing dirty they simply look away. Funny how Mexican's always want Brazil to win after they get their asses beat by them even if Mexico played a better cleaner way. Hopefully,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_25_16_50_42-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_25_16_50_42-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000700311007062217031643 0ustar ucheuche Sun Jun 25 16:50:42 2006 7a7912a5-13b1-41b2-a33a-d8ce4ad2ca87 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Balaji Venkataraman 2006-06-25T16:50:42.540000 2006-06-25T16:50:42.540000
I'm so glad to see others voicing their disgust and disappointment with ESPN/ABC's World Cup 2006 commentators (announcers). All of them except for Tommy Smyth and Adrian Healy are egregious (or should I say they suck bigtime!). I usually mute them or watch the game on Spanish channels, although I don't understand Spanish.

For those who want to write comments to ESPN, here's a link:

http://sports.espn.go.com/espn/news/story?page=contact/espntv

I've complained to ESPN (even during World Cup 2002) a bunch of times, and they still have the gumption to stick with such annoying morons - who don't know the game, who have no ability to call a game and who are simply not good enough for such a job. Why not have Derek Rae, Adrian Healy and Tommy Smyth, go separately, maybe with one moron each - Dave O Brien, JPDellacamera and whoever else (oh yes - Glenn Davis). Or just let them go with one ex-US player each?

Comparisons to NBA - Shaq going low on the post,  1v1, not knowing which countries/players are playing, calling Robben as Cocu (in today's game NED vs. POR) and what not!

Also, I can understand why ESPN/ABC (being US TV channels) would like to remind their viewers of USA's upcoming games. Ever since the Czech Republic thrashed the US (3-0), they have reminded you of the upcoming US game - almost every 15 mins of every following match. That's just bad form. And to do it so many times during every match - that's quite presumptuous!

All in all, I only hope Adrian Healy and Tommy Smyth are on for the semis & finals. God save us from ESPN or I should probably just do what somebody else suggested. Watch the games on TV with good/proper commentary from the Web.
I'm so glad to see others voicing their disgust and disappointment with ESPN/ABC's World Cup 2006 commentators (announcers). All of them except for Tommy Smyth and Adrian Healy are egregious (or should I say they suck bigtime!). I usually mute them or watch the game on Spanish channels, although I…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_27_13_27_16-Government_grants_scam.atom0000664000104500010450000000351411007067256023464 0ustar ucheuche Fri Oct 27 13:27:16 2006 ea6b61e7-6be1-4256-a466-48d33e51919a <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> BreadSv 2006-10-27T13:27:16.260000 2006-10-27T13:27:16.260000
To all that have been scamed by Mackenzie Consulting Group 1-866-552-9411! In order to get your money back inform your bank that you did not authorize this transaction nor do you know where it came from, as well at the bbb(better Business bureau) and FTC(Federal Trade Commission)! Hey every1 makes mistakes, but a mess can always be cleaned up with the proper tool!
To all that have been scamed by Mackenzie Consulting Group 1-866-552-9411! In order to get your money back inform your bank that you did not authorize this transaction nor do you know where it came from, as well at the bbb(better Business bureau) and FTC(Federal Trade Commission)! Hey every1 makes…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_08_09_33_26-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000252111007070257026255 0ustar ucheuche Thu Jun 8 09:33:26 2006 cba33cbb-5513-4216-bb47-9c18e256c278 <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> Riki 2006-06-08T09:33:26.150000 2006-06-08T09:33:26.150000
Thank you!
Near perfection (The comment at the end.. :P )
Thank you! Near perfection (The comment at the end.. :P )…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_10_10_05_05-Time_for_Mac_.atom0000664000104500010450000000605511007055145021420 0ustar ucheuche Sun Dec 10 10:05:05 2006 376d8be9-6ffb-4150-862b-8483ee5c7ba8 <div xmlns="http://www.w3.org/1999/xhtml">Time for Mac?</div> Graham Higgins 2006-12-10T10:05:05.810000 2006-12-10T10:05:05.810000
I recommend you make the move and give yourself at least three weeks to internalise the change in interface.

Back in the days of OS < X, I used to use Linux (Redhat) exclusively for developer work. Then, about 6 years ago we bought a TiBook G4 which came into my sticky hands and I haven't let go. I just don't use Linux these days, the Mac does it all (even after 6 years).

I haven't experienced any major issues with development (well, not recently, it was a bit flakier in the early days). I use variously: eclipse, emacs, vi, TextMate/BBEdit, (v. rarely Xcode), python (oh for a decent Python development environment along the lines of LispWorks). All the usual dev tools work as expected: apt (courtesy of fink), autoconf, make, etc. and integration these days between PPC and Linux is smooth enough to run exactly the same "configure --prefix=/usr/local" on the in-house Centos 4 devbox and the TiBook (usually --- YMMV of course).

I do use a multi-desktop app (VirtueDesktops) and it's as smooth if not smoother on a 6-year old G4 than the Gnome version on the 3Ghz Centos machine.

I have to admit that running remote X apps via ssh is too sluggish to be usable but that could be due to a number of other factors (a 10Mb ethernet, a 500Mhz chip). OTOH, I have large chunks of the Centos box NFS-mounted on the desktop, which gives me drag'n'drop and direct editing.

All-in-all, I find it to be a very productive set-up.

Good luck.
I recommend you make the move and give yourself at least three weeks to internalise the change in interface. Back in the days of OS < X, I used to use Linux (Redhat) exclusively for developer work. Then, about 6 years ago we bought a TiBook G4 which came into…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_03_11_16_49-Dare_on.atom0000664000104500010450000000266011006767315020330 0ustar ucheuche Tue May 3 11:16:49 2005 24da6a4d-5dc2-4389-a6ad-9e463bc35072 <div xmlns="http://www.w3.org/1999/xhtml">Dare on </div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-05-03T11:16:49.440000 2005-05-03T11:16:49.440000
It's funny how much energy the industry spends on generating ever new snake oil magic pixie dust. Remember CASE?
It's funny how much energy the industry spends on generating ever new snake oil magic pixie dust. Remember CASE?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_01_12_15_15_27-Government_grants_scam.atom0000664000104500010450000000304211007067533023452 0ustar ucheuche Fri Jan 12 15:15:27 2007 a121c79f-b9c1-4aeb-8ecd-4be03c45eef9 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> a citizen 2007-01-12T15:15:27.170000 2007-01-12T15:15:27.170000
i got a call from F'ing indian guy, , from this number 808-212-0041, that i won 10K, etc... i told him X person doesnt live here.. and after yelling at me.. he hung up.. it was funny
i got a call from F'ing indian guy, , from this number 808-212-0041, that i won 10K, etc... i told him X person doesnt live here.. and after yelling at me.. he hung up.. it was funny…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_20_15_57_57-XSLT_2_0_might_be_worth_a_second_look__if___.atom0000664000104500010450000000620411006764566027437 0ustar ucheuche Fri May 20 15:57:57 2005 0edc8f62-c9db-478a-92f9-6b72652a896a <div xmlns="http://www.w3.org/1999/xhtml">XSLT 2.0 might be worth a second look, if...</div> Dimitre Novatchev 2005-05-20T15:57:57.140000 2005-05-20T15:57:57.140000
Uche,


"The difference between these people and you is that they are writing XSLT 2.0 applications and you are not."

It seems as if you're trying to make a big point with that statement, but I guess I don't really get it.  If you mean "they're doing things in XML processing that Uche can't", then you missed the part in my posting where I point out that I can do anything with Amara that people can do with XSLT 2.0.


Nowhere I said that what one can do cannot be done with XSLT 1.0 + xxx:node-set()

In fact, it can be done with Assembler.

If we thought like this we'd still be using Assembler -- there wouldn't be even Fortran and C.

The reason that new languages are created and successful is not that with them something can be done that was not possible with the languages of the past.

The reason is that people tried the new language and loved it -- found that they can do the same task in a more natural and elegant style, that the language is naturally expressing and supporting a better model for solving this task.


Therefore, unless you really tried working with XSLT 2.0 and got some real experience with it, commenting about the value of XSLT 2.0 and comparing it to other languages has little real value.

Cheers,
Dimitre
Uche, "The difference between these people and you is that they are writing XSLT 2.0 applications and you are not." It seems as if you're trying to make a big point with that statement, but I guess I don't really get it. If you mean "they're doing things in XML…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_24_08_57_59-Shaking_the_legs_in_Amsterdam.atom0000664000104500010450000000314111006764446024716 0ustar ucheuche Tue May 24 08:57:59 2005 da4f6904-9a67-429f-8ad0-39ec95737491 <div xmlns="http://www.w3.org/1999/xhtml">Shaking the legs in Amsterdam</div> Mark Baker http://www.markbaker.ca 2005-05-24T08:57:59.590000 2005-05-24T08:57:59.590000
For the gym-luvin' types, there's a place about 500m up the road (starts with "B") that the Novotel is on.  It's part of the university AFAICT, but they'll let anybody in for 14 euros per day.
For the gym-luvin' types, there's a place about 500m up the road (starts with "B") that the Novotel is on. It's part of the university AFAICT, but they'll let anybody in for 14 euros per day.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_05_08_31_53-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000324011007070257026247 0ustar ucheuche Wed Jul 5 08:31:53 2006 eb05999e-edf2-4823-8de4-f4202dcaef8d <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> lukas 2006-07-05T08:31:53.730000 2006-07-05T08:31:53.730000
no luck to get swat working with this manual neither, I tried the first and the last props, but always get the "problem loading page". samba was so easy to get going with webmin, now this is over, right now I agree very much with sam
no luck to get swat working with this manual neither, I tried the first and the last props, but always get the "problem loading page". samba was so easy to get going with webmin, now this is over, right now I agree very much with sam…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_01_07_05_49-Amara_en_Espa__ol.atom0000664000104500010450000000404111007057502022255 0ustar ucheuche Fri Sep 1 07:05:49 2006 0beac58e-7f13-463e-abe7-fd44efa4a568 <div xmlns="http://www.w3.org/1999/xhtml">Amara en Español</div> John Cowan http://www.ccil.org/~cowan 2006-09-01T07:05:49.880000 2006-09-01T07:05:49.880000
Or as Systran would have it:

Although libreria standard Python counts on tools and modulos for the processing of XML with SAX and SUNDAY, many programmers have thought that forms simpler could exist to work with XML. He lands on water is a set of tools that serves to facilitate the processing of XML using Python. In this manual a brief introduction occurs to the use of Lands on water for these tasks.


I think that's a great name for an XML processing library.
Or as Systran would have it: Although libreria standard Python counts on tools and modulos for the processing of XML with SAX and SUNDAY, many programmers have thought that forms simpler could exist to work with XML. He lands on water is a set of tools that serves to facilitate…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_25_09_32_53-We_need_more_solid_guidelines_for_i18n_in_OSS_projects.atom0000664000104500010450000000372011006763226031603 0ustar ucheuche Sat Jun 25 09:32:53 2005 2334ac87-d6af-4f64-8ba3-da895d0b0835 <div xmlns="http://www.w3.org/1999/xhtml">We need more solid guidelines for i18n in OSS projects</div> Fredrik Corneliusson http://transolution.python-hosting.com/ 2005-06-25T09:32:53.680000 2005-06-25T09:32:53.680000
Hi, I just wanted to let you know of a Translation suite project I'm working on called Transolution. It has a XLIFF editor and a Translation Memory. It's written in Python and we need all the help and testers we can get.

Find it here:
http://transolution.python-hosting.com/
Hi, I just wanted to let you know of a Translation suite project I'm working on called Transolution. It has a XLIFF editor and a Translation Memory. It's written in Python and we need all the help and testers we can get. Find it here: http://transolution.python-hosting.com/…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000014700000000000011567 Lustar rootrootrepository/comments/2006_07_25_13_24_59-What_Do_Closed_Systems_Have_to_Gain_From_SW_Technologies_.atomrepository/comments/2006_07_25_13_24_59-What_Do_Closed_Systems_Have_to_Gain_From_SW_Technologies_.at0000664000104500010450000000315611007060721031631 0ustar ucheuche Tue Jul 25 13:24:59 2006 15708be3-0eec-4f2a-99d4-529697a61aa2 <div xmlns="http://www.w3.org/1999/xhtml">What Do Closed Systems Have to Gain From SW Technologies?</div> Aaron Swartz http://www.aaronsw.com/ 2006-07-25T13:24:59.450000 2006-07-25T13:24:59.450000
It seems to me that it's going to be a while before serious projects switch from 1970s-style ACID databases to relatively untested Semantic Web technologies.
It seems to me that it's going to be a while before serious projects switch from 1970s-style ACID databases to relatively untested Semantic Web technologies.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_30_17_48_36-Government_grants_scam.atom0000664000104500010450000000403411007067147023474 0ustar ucheuche Sat Sep 30 17:48:36 2006 86097f7c-82cd-42d9-80f2-8d221d584f06 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> LJR 2006-09-30T17:48:36.500000 2006-09-30T17:48:36.500000
Same here. This was on my cell phone via Cingular. When I first answered, no response. Then, I called the number on the Caller ID [808-212-0041]. The number was disconnected.

You would expect that with the billions of dollars spent on technology; that we could easily track this guy and kick his ass!

This Imp and all his like want to steal not only your money, but your jobs, family and country. Our government has already sold us out to these scumbags. If we're going to go down, let's not go down without a FIGHT!
Same here. This was on my cell phone via Cingular. When I first answered, no response. Then, I called the number on the Caller ID [808-212-0041]. The number was disconnected. You would expect that with the billions of dollars spent on technology; that we could easily track this guy and…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_28_18_56_20-Quot__di__.atom0000664000104500010450000000442311006762066021027 0ustar ucheuche Tue Jun 28 18:56:20 2005 3d3cddc9-a6a0-476f-a64e-118c028bda7c <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Van Gale 2005-06-28T18:56:20.370000 2005-06-28T18:56:20.370000
Of course there might be other explanations.

Such as: maybe Gingrich hasn't changed at all but rather the lens NPR is now giving you to view him has a different filter.

My personal feeling is that whenever anyone starts being demonized (or being a virulent reagent in your words) that means they are probably very effective.  In other words, the quiet guys everyone likes are doing jack s**t.

I make a point of trying to make my own opinion of demonized political leaders by attempting to get rid of any intermediate commentary and filters.  It turns out most lightning rods like Gingrich, Paul Wolfowitz, and Hillary Clinton are real people with very smart and interesting ideas but they've been distorted by the media and by political opponents.
Of course there might be other explanations. Such as: maybe Gingrich hasn't changed at all but rather the lens NPR is now giving you to view him has a different filter. My personal feeling is that whenever anyone starts being demonized (or being a virulent reagent in your words) that…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_07_07_02_28-Extracting_RDF_from_XML_in__Closed__vs__Open_Systems_.atom0000664000104500010450000000326011006757326031324 0ustar ucheuche Fri Jul 7 07:02:28 2006 4ae755aa-2deb-4435-ba0a-9a6d80f12e48 <div xmlns="http://www.w3.org/1999/xhtml">Extracting RDF from XML in 'Closed' vs 'Open Systems'</div> Dan Connolly http://www.w3.org/People/Connolly/ 2006-07-07T07:02:28.200000 2006-07-07T07:02:28.200000
GRDDL is intended for XML Schemas like this too. See the p3q example http://www.w3.org/TeamSubmission/2005/SUBM-grddl-20050516/#ns-bind
GRDDL is intended for XML Schemas like this too. See the p3q example http://www.w3.org/TeamSubmission/2005/SUBM-grddl-20050516/#ns-bind…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_13_17_57_14-Reconsidering_blogrolls__and_what_the_heck_are.atom0000664000104500010450000000255711006765316030330 0ustar ucheuche Fri May 13 17:57:14 2005 fcbc3c50-8de9-454f-a23b-3cc7788faa74 <div xmlns="http://www.w3.org/1999/xhtml">Reconsidering blogrolls (and what the heck are </div> TheOldMole www.opus40.org 2005-05-13T17:57:14.880000 2005-05-13T17:57:14.880000
No trouble getting here.

--Tad
No trouble getting here. --Tad…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_18_05_28_49-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000410211006751635031326 0ustar ucheuche Fri Nov 18 05:28:49 2005 2a187ac5-a9e2-4e7f-bec1-990e79be7b2b <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> David Huwiler 2005-11-18T05:28:49.010000 2005-11-18T05:28:49.010000
I am the president of AAUN, and this conversation was forwarded to me.  I have enjoyed seeing the comments about AAUN. 

I do want to say that I believe that Mr. Ikonne has made a good point.  There is a rich tradition of education in Nigeria and West Africa, and the statement on our web site fails to recognize that.  In my opinion, this paragraph is misleading, and I have asked our webmaster to remove it.  It should be replaced by new text within a few days.  My thanks for pointing out the error.  David Huwiler, President, AAUN.
I am the president of AAUN, and this conversation was forwarded to me. I have enjoyed seeing the comments about AAUN. I do want to say that I believe that Mr. Ikonne has made a good point. There is a rich tradition of education in Nigeria and West Africa, and…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_08_17_32_07-Peace__London.atom0000664000104500010450000000407711006761445021455 0ustar ucheuche Fri Jul 8 17:32:07 2005 a554fb7e-b30a-47db-9674-ef990118967f <div xmlns="http://www.w3.org/1999/xhtml">Peace, London</div> Ian Forrester http://www.cubicgarden.com 2005-07-08T17:32:07.070000 2005-07-08T17:32:07.070000
Hi Uche,

Honestly going to work today one day after the attacks was a little weird but people were carrying on there lives. People would like to know what happened and for those people to be bought to justice if there still alive but were not seeing this as a straight forward attack. Our involvement in the war with America has a big part to play in these attacks. That doesnt make it right, but believe me, the british sense of "keep on going, lets make things better" is a spirit shared across all cultures with the greater london area.

Peace to all...
Hi Uche, Honestly going to work today one day after the attacks was a little weird but people were carrying on there lives. People would like to know what happened and for those people to be bought to justice if there still alive but were not seeing this as a…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_22_13_47_46-Ubuntu_on_two_out_of_three.atom0000664000104500010450000000317511006751267024374 0ustar ucheuche Tue Nov 22 13:47:46 2005 39cdc005-7dc9-4547-8894-718ddb515d40 <div xmlns="http://www.w3.org/1999/xhtml">Ubuntu on two out of three</div> kwas ghanageek.blogspot.com 2005-11-22T13:47:46.290000 2005-11-22T13:47:46.290000
I'm playing with kubuntu, ubuntu's KDE variant, myself. so far I like it a lot, except for a few things I'm still working my way through.

Thanks for the firefox tutorial. That will come in handy
I'm playing with kubuntu, ubuntu's KDE variant, myself. so far I like it a lot, except for a few things I'm still working my way through. Thanks for the firefox tutorial. That will come in handy…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_13_22_52_53-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_13_22_52_53-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000354211007062206031643 0ustar ucheuche Tue Jun 13 22:52:53 2006 610b9724-f83c-4121-963b-f252d876e849 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> groff 2006-06-13T22:52:53.790000 2006-06-13T22:52:53.790000
Is there really a petition?  Please post a link to it, I will sign it in a second.  Someone should make a website devoted to their messed up quotes.

here's one I heard (not word for word)

"This is an incredible victory for Australia, and a sorrowful defeat for Australia"
Is there really a petition? Please post a link to it, I will sign it in a second. Someone should make a website devoted to their messed up quotes. here's one I heard (not word for word) "This is an incredible victory for Australia, and a sorrowful defeat for Australia"…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_09_20_21_56-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_09_20_21_56-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000323211007062204031637 0ustar ucheuche Fri Jun 9 20:21:56 2006 37eeee6e-2dd6-4d37-9936-e52399bf88d0 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Philip Jenvey 2006-06-09T20:21:56.240000 2006-06-09T20:21:56.240000
At one point during the middle of the game, not having anything else to say, O'Brien goes: 'Costa Rica, a country located in Central America, bordered by Nicaragua to the north and Panama to the south...'
At one point during the middle of the game, not having anything else to say, O'Brien goes: 'Costa Rica, a country located in Central America, bordered by Nicaragua to the north and Panama to the south...'…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_29_23_46_14-Wow___XML_formats_for_outlining_are_complete_rubbish.atom0000664000104500010450000000277111006762241031504 0ustar ucheuche Wed Jun 29 23:46:14 2005 643ed5af-86ad-4e64-968d-1ff8cdb53a16 <div xmlns="http://www.w3.org/1999/xhtml">Wow! XML formats for outlining are complete rubbish</div> Henri Sivonen http://hsivonen.iki.fi/ 2005-06-29T23:46:14.090000 2005-06-29T23:46:14.090000
Do you have a verdict on XOXO?

http://microformats.org/wiki/xoxo
Do you have a verdict on XOXO? http://microformats.org/wiki/xoxo…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017000000000000011563 Lustar rootrootrepository/comments/2006_07_28_20_22_37-Phoenician_Crimson__or_more_prosaically__Utter_madness_in_the_Middle_East_.atomrepository/comments/2006_07_28_20_22_37-Phoenician_Crimson__or_more_prosaically__Utter_madness_in_th0000664000104500010450000000617311007060477032274 0ustar ucheuche Fri Jul 28 20:22:37 2006 d9a6ff44-52ac-443c-bef8-89f75475ca3c <div xmlns="http://www.w3.org/1999/xhtml">Phoenician Crimson (or more prosaically: Utter madness in the Middle East)</div> Uche http://uche.ogbuji.net 2006-07-28T20:22:37.270000 2006-07-28T20:22:37.270000
"Don’t mistake the government for the people. If there’s a congruence between the Israelis’ professed stances and their government’s action, it is probably much like in the US – and would it be fair to judge all Americans by the actions of their government?"

I never said each and every Israeli who claims they want peace is disingenuous.  That seems a reading on your part seeking a straw man.

If I were to say "Americans often say: all we want is peace and democracy in Iraq, but it's more likely that oil interests were at play in the invasion."  it would be ludicrous for you to interpret this to mean that 1) every American believes there were no nefarious reasons for the Iraq invasion or 2) every single American wants control of Iraq's oil.

Please be careful in your reading, and in your responses on this politically charged topic.  For my part I do know that in present world politics, it is an extremely razor-thin line between legitimate criticism and accusations of anti-semitism.  I do feel I have to vigorously protect myself from misconstruction.  People unfortunately confound Jews, individual Israelis and the Israeli government all the time, and I think I am pretty careful with such distinctions.

I have heard that there are not only good blogs on both sides (sorry, I don't have links), but that there is some compelling video from amateurs on the ground on YouTube and Google Video.
"Don’t mistake the government for the people. If there’s a congruence between the Israelis’ professed stances and their government’s action, it is probably much like in the US – and would it be fair to judge all Americans by the actions of their government?" I never said each and every…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_01_09_47_17-Python_XML_column__35__EaseXML_and_more_on_Unicode.atom0000664000104500010450000000255411006760400030465 0ustar ucheuche Mon Aug 1 09:47:17 2005 e9f39a79-61e5-4880-8fb6-0c22f558c939 <div xmlns="http://www.w3.org/1999/xhtml">Python/XML column #35: EaseXML and more on Unicode</div> Uche http://uche.ogbuji.net 2005-08-01T09:47:17.530000 2005-08-01T09:47:17.530000
Thanks John.  Corrected in a comment to the article.
Thanks John. Corrected in a comment to the article.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_31_10_51_39-Xampl__re_.atom0000664000104500010450000000347111006757026021026 0ustar ucheuche Wed Aug 31 10:51:39 2005 27ee9d6c-ab2c-4069-8038-c2eee34504d4 <div xmlns="http://www.w3.org/1999/xhtml">Xampl, re: </div> Uche http://copia.ogbuji.net 2005-08-31T10:51:39.710000 2005-08-31T10:51:39.710000
Bob,

Agreed on (1) and (8).  Useful clarifications in (2), (3), (5) and (7) .  Not sure I understand (4), except maybe as a consequence of (3).  Not sure what to do with the mystery in (6) except shrug.

And yeah, I wish I could rely on trackbacks as well :-(
Bob, Agreed on (1) and (8). Useful clarifications in (2), (3), (5) and (7) . Not sure I understand (4), except maybe as a consequence of (3). Not sure what to do with the mystery in (6) except shrug. And yeah, I wish I could rely on trackbacks as well…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_11_09_28_09-Python_XML_community_.atom0000664000104500010450000000304111006765673023231 0ustar ucheuche Wed May 11 09:28:09 2005 ef2521db-c04f-4976-a7f9-a765208638b2 <div xmlns="http://www.w3.org/1999/xhtml">Python/XML community:</div> Sylvain Hellegouarch http://www.mangue.org 2005-05-11T09:28:09.350000 2005-05-11T09:28:09.350000
Ian,

It's an interesting idea. Once I've fixed some issues with Picket (mainly threading safety) I'll think about it.

- Sylvain
Ian, It's an interesting idea. Once I've fixed some issues with Picket (mainly threading safety) I'll think about it. - Sylvain…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_04_01_34_02-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000367711006751664031323 0ustar ucheuche Mon Dec 4 01:34:02 2006 5f4702b5-a62a-47d7-91a1-125af085a7c7 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> martha 2006-12-04T01:34:02.280000 2006-12-04T01:34:02.280000
I WULD LIKE TO APPLY FOR 2007 NEW SESSION
1) HOW DO I GO ABOUT IT?
2) HOW MUCH IS THE FEES?
3) CAN SOMEONE WHO HAS P7 IN ENGLISH BUT HAS B'S and C'S IN OTHER SUBJECTS APPLY?
4) AND THROUGH DIRECT ENTRY IN SOCIOLOGY OR THEATER ARTS THOUGH I READ THEATER ARTS IN UNIJOS.CAN I APPLY
5) I HAVE A LOWER CREDIT IN THEATER ARTS
PLS I NEED AN ANSWER AM TIRED OF STAYIN AT HOME
I WULD LIKE TO APPLY FOR 2007 NEW SESSION 1) HOW DO I GO ABOUT IT? 2) HOW MUCH IS THE FEES? 3) CAN SOMEONE WHO HAS P7 IN ENGLISH BUT HAS B'S and C'S IN OTHER SUBJECTS APPLY? 4) AND THROUGH DIRECT ENTRY IN SOCIOLOGY OR THEATER ARTS THOUGH…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_17_22_30_00-I_m_going_going_back_back_to_Naija_Naija.atom0000664000104500010450000000270611006755305026660 0ustar ucheuche Mon Oct 17 22:30:00 2005 58447990-166e-4d7b-a990-393ff0cb2b02 <div xmlns="http://www.w3.org/1999/xhtml">I'm going going back back to Naija Naija</div> Speshoppersville_japan http://www.h5.dion.ne.jp/~kametaro 2005-10-17T22:30:00.350000 2005-10-17T22:30:00.350000
I like this website!! Represent NAIJA everywhere. Check out my website!! Naija ppl Holler!!!
I like this website!! Represent NAIJA everywhere. Check out my website!! Naija ppl Holler!!!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_06_20_35_28-Government_grants_scam.atom0000664000104500010450000000445211007067176023464 0ustar ucheuche Fri Oct 6 20:35:28 2006 97db6f74-86ce-470b-ba04-b5fcbeeb7965 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Sam none 2006-10-06T20:35:28.190000 2006-10-06T20:35:28.190000
hey, have yall ever seen this number before?  It is 866-255-3635.  It showed up on our caller ID recently, and I picked it up, not even caring to look at who it was.  The guy had a heavy Indian accent, and asked if I was there.  I said, "Yes??"  And he goes, "How are you doing with your medication?"  Thinking it was someone from the Kroger Pharmacy (I have had a cold lately), I said, "Uhm... I dunno... Good, I guess?  Who is this?  Hold on..."  My mother picks up the phone and the guy keeps asking if I'm over 21.  The same guy called my friend (who is a freshman in high school) and asked if she had a hot body.  She hung up right away.  He also called this girl I know named Gabby, and she hung up on him.  He says he is from Florida and refuses to give his name.  The second my mom yelled at him, "WHAT IS YOUR NAME AND WHAT ARE YOU CALLING FOR???"  He hung up.  Freak.
hey, have yall ever seen this number before? It is 866-255-3635. It showed up on our caller ID recently, and I picked it up, not even caring to look at who it was. The guy had a heavy Indian accent, and asked if I was there. I said, "Yes??" And…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_28_16_26_39-Government_grants_scam.atom0000664000104500010450000000427111007066664023505 0ustar ucheuche Fri Jul 28 16:26:39 2006 d92811ec-f82f-465a-87c8-71e851b43bb8 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> cory 2006-07-28T16:26:39.990000 2006-07-28T16:26:39.990000
I received a call from the 808-212-0041 number as well today, mine though was for a free vacation valued at...you guessed it $5000, the same as almost all the rest.  They wanted my name, number, address and then my credit card information.  I refused to give them any credit card info and told them to put me on the do not call list, which I am supposed to already be on, and then hung up.  They called back 10 seconds later and asked what happened, told them Im not interested and not to call me anymore.  they said they were in clearwater, FL and gave me a call back number of 1-866-301-7936.  The company name used was TIME TRAVEL VACATIONS.  Hope they dont call again.  Anyone seen that Adam Sandler movie where something like this happened...?
I received a call from the 808-212-0041 number as well today, mine though was for a free vacation valued at...you guessed it $5000, the same as almost all the rest. They wanted my name, number, address and then my credit card information. I refused to give them any credit card…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_29_21_00_05-Government_grants_scam.atom0000664000104500010450000000402611007066672023460 0ustar ucheuche Sat Jul 29 21:00:05 2006 12ce1e12-4dd8-4433-a611-e64e536f0a69 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> David 2006-07-29T21:00:05.780000 2006-07-29T21:00:05.780000
Well Im glad I hesitated and looked it up on the computer while talking on the phone. It is the same story acking for my account info, I gave him my bank name and asked to talk to his supervisor. It sounded like a tellamarketing agency. Heavy Indian accent and I could barley understand him.He said his name was Simon Jones with the gov grant center. I continued to talk so he could unvail that it was a scam. He continued to say are you interested? Of course I would be interested in $5000.00 so mail me the money or send it to my bank. He hung up..lol well shucks I guess I was a tough mark.Dont be fooled.
Well Im glad I hesitated and looked it up on the computer while talking on the phone. It is the same story acking for my account info, I gave him my bank name and asked to talk to his supervisor. It sounded like a tellamarketing agency. Heavy Indian accent and…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_30_23_00_16-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000573611006751640031314 0ustar ucheuche Thu Mar 30 23:00:16 2006 222c1b40-e0fb-4f2b-8a65-c08434aa19f4 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Luke Dalu 2006-03-30T23:00:16.700000 2006-03-30T23:00:16.700000
As an opportuned student of the Abti-American University of Nigeria, Yola (AAUN), i would like to comend the effort of whoever brought up the idea of an American-styled University right here in Nigeria. First and foremost,  what i learnt during my stay here in the my first semester (fall 2005), is much more than what i gained in my first semester where i once was- the Univesity of Jos (which will always be meritious). The only reason i left of which was the  compactment of students in a lecture room. 
  However in AAUN, a maximum of eighteen students is found in a class. Is that not laudable? I will as much state that the Nigerian Universities that view the coming of AAUN as a 'threat' [opps.. pardon me] should instead see it as a challenge and "buckle-up". I dont' wish to adore AAUN but my point is that it is a place for what i regard as 'effective learning'. It gives room for proper elucidation in a class room. which is what most (if not all) Universities aim for. If 'our' Universities would capitulate to the fact that AAUN offers a good (if not the best) environment for learning here in Nigeria and try to see to it that they also raise their standards, then will all the Universities not be upgraded? AAUN is really a great place to learn and i intentionally did not mention anything about their fees because of course "all fingers are not equal".

Luke Dalu.
AAUN, Nigeria.
As an opportuned student of the Abti-American University of Nigeria, Yola (AAUN), i would like to comend the effort of whoever brought up the idea of an American-styled University right here in Nigeria. First and foremost, what i learnt during my stay here in the my first semester (fall 2005),…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000016200000000000011564 Lustar rootrootrepository/comments/2006_06_29_08_19_41-Create-a-caption_Argon__s_vs__Vieira__spoilers_for_France_vs__Spain_.atomrepository/comments/2006_06_29_08_19_41-Create-a-caption_Argon__s_vs__Vieira__spoilers_for_France_vs0000664000104500010450000000323311007061622031763 0ustar ucheuche Thu Jun 29 08:19:41 2006 ac0a14a9-f0f0-4d62-ad5e-ddc9ec0cfffe <div xmlns="http://www.w3.org/1999/xhtml">Create-a-caption:Argonés vs. Vieira [spoilers for France vs. Spain]</div> Uche http://uche.ogbuji.net 2006-06-29T08:19:41.210000 2006-06-29T08:19:41.210000
Alex,

Thanks for your comment.  I've replied, at length:

http://copia.ogbuji.net/blog/2006-06-29/_Whaddayam
Alex, Thanks for your comment. I've replied, at length: http://copia.ogbuji.net/blog/2006-06-29/_Whaddayam…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_01_17_25_06-Towards_EXSLT.atom0000664000104500010450000000302311006764343021351 0ustar ucheuche Wed Jun 1 17:25:06 2005 64e2becc-78fd-45dc-a4c8-d61329da2484 <div xmlns="http://www.w3.org/1999/xhtml">Towards EXSLT </div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-06-01T17:25:06.140000 2005-06-01T17:25:06.140000
Btw, Uche: thanks for the work on that effort. Between libxslt and EXSLT, I owe nearly all of the work I ever got done with XSLT to you guys and Daniel Veillard.
Btw, Uche: thanks for the work on that effort. Between libxslt and EXSLT, I owe nearly all of the work I ever got done with XSLT to you guys and Daniel Veillard.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_15_05_03_56-World_Cup_Blotter.atom0000664000104500010450000000305711007062053022341 0ustar ucheuche Thu Jun 15 05:03:56 2006 b5ae4a87-44a3-472f-b2e5-7d6d19cee7fb <div xmlns="http://www.w3.org/1999/xhtml">World Cup Blotter</div> James  Governor www.redmonk.com/jgovernor 2006-06-15T05:03:56.180000 2006-06-15T05:03:56.180000
nice to see you're watching the same tournament i am. rosicky - sheer genius - he rivals robben for player of the tournament so far. not that one game tells you anything
nice to see you're watching the same tournament i am. rosicky - sheer genius - he rivals robben for player of the tournament so far. not that one game tells you anything…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_02_10_08_59-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000374611006751636031331 0ustar ucheuche Fri Dec 2 10:08:59 2005 f4678d36-a58c-42b7-bf59-9bcab06618db <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Uche http://uche.ogbuji.net 2005-12-02T10:08:59.130000 2005-12-02T10:08:59.130000
Jennifer,

I've also heard some of the horror stories regarding Nigerian Universities within the last decade, and I'm glad to hear that AAUN is rising above all that.  I hope it serves as a model to help get other Unis back on track.

I was mistaken in thinking the first term was to be Spring 2006.  I hope this fall term is going well for you and your fellow students.  Best of luck.
Jennifer, I've also heard some of the horror stories regarding Nigerian Universities within the last decade, and I'm glad to hear that AAUN is rising above all that. I hope it serves as a model to help get other Unis back on track. I was mistaken in thinking the first…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_01_21_19_00-Suspicions_confirmed__so_I_m_ditching_Rojo.atom0000664000104500010450000000460611006751520027410 0ustar ucheuche Thu Dec 1 21:19:00 2005 ca5cd467-f5a9-4c77-88f6-e1d25bfd7ec1 <div xmlns="http://www.w3.org/1999/xhtml">Suspicions confirmed, so I'm ditching Rojo</div> Aaron http://www.rojo.com 2005-12-01T21:19:00.980000 2005-12-01T21:19:00.980000
I am on the engineering team at Rojo.  I would be very happy to look into this problem if you can send me some details. 

We did have a brief situation a couple of weeks ago during which some stories were delayed.  To our knowledge, nothing was lost, but for a couple of days some aggregation was delayed.  This particular problem was fixed, so perhaps your "missing" stories are there after all.

I would be happy to address your issue more specifically if you can send some details.  You can reach me directly at aaron [at] rojo.com.

The content coming in from feeds is our life blood, so we would never accept a situation in which information was getting lost -- after all, getting that information is the reason you'd come to Rojo!

Yours,
Aaron
I am on the engineering team at Rojo. I would be very happy to look into this problem if you can send me some details. We did have a brief situation a couple of weeks ago during which some stories were delayed. To our knowledge, nothing was lost, but for…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_11_18_17_05-Government_grants_scam.atom0000664000104500010450000000767411007067442023471 0ustar ucheuche Mon Dec 11 18:17:05 2006 d4981d10-702d-4aea-9550-7aa535af4f02 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> P Hass 2006-12-11T18:17:05.260000 2006-12-11T18:17:05.260000
God Bless the Internet, and all of you.

Andy Clark called me this evening at 7PM EST.  I was told that my household had been approved for a $5000 Government Grant.  I knew it was a scam considering the heavy Indian accent, and all the chatter of the other scammers in the background.

I was told that this charachter represented the:
Government Grant Center
343 First Avenue South
Suite 11
St. George, Utah 84770

He asked if I had filed a tax-return last year, and told me that other families in the area were also being approved based on their credit ratings, and not having filed bankruptcy in the past.

I told him I was not about to give my checking account information over the phone to someone calling from overseas.  He insisted to prove he was legit and asked who I banked with, so I told him the name of my bank, and lo and behold he gave me the routing number of it.  He then proceeded to ask me why I wouldn't give him my information if he could tell me such "private" information.  I told him that the last thing that is kept private concerning banks ARE the routing numbers, and that he probably googled it off a list.  He became quite aggravated and started to call me "illiterate" LMFAO.  He told me that he was going to get his supervisor on the phone so we could talk of other ways for me to get my "money".  After the persistent little buggers wanted to validate that they were calling from the federal money department, I googled the name and the address that I had been given, which brought me here.

After I knew it was a scam, I started to mess with their little heads.  I told him there was no way that I was about to give him any of the information that he sought, and to mail me some correspondence, he assured me he would after he had processed my grant.  I told him to mail me a check for the 5000.  He again insisted that he needed my checking account number, and that he would not be able to do anything with that information.  He then told me I was a spam person, when I asked for him to explain to me what a spam person is. I was told that I don't believe people that call me to offer me things.  Wow, I never thought SPAM would be used to explain intelligent :)
Do not fall for it folks, NEVER GIVE OUT YOUR PERSONAL INFORMATION OVER THE PHONE!!
God Bless the Internet, and all of you. Andy Clark called me this evening at 7PM EST. I was told that my household had been approved for a $5000 Government Grant. I knew it was a scam considering the heavy Indian accent, and all the chatter of the other scammers…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_21_09_43_34-Processing.atom0000664000104500010450000000507311006754155021071 0ustar ucheuche Fri Oct 21 09:43:34 2005 3b681833-cc1c-4a6e-bc51-56f3c9791b92 <div xmlns="http://www.w3.org/1999/xhtml">Processing </div> Mark Nottingham http://www.mnot.net/ 2005-10-21T09:43:34.530000 2005-10-21T09:43:34.530000
Hi Uche,

I know what you're saying, and I had reservations myself. I'm coming at it from perhaps a different angle; I started with xpath2rss, which uses a separate, XML configuration file to drive scraping.

Looking forward, I had other things to scrape that required a little more context (e.g., cookies, and a small smattering of conditional logic), and my first bias was to do it in Python.

However, I found that the benefits of having a separate file that contains the transform on its own are great (esp. when the sites you're scraping change), and the APIs for working with the XML blew out a few lines of simple, intuitive (to me) XSLT to a lot of obfuscated Python.

So, I pretty much see these extensions as useful for scraping other sites. Can they be abused? Absolutely. I draw the line for XSLT at getting the data; once it's in a format that I can read, the application goes over to pure Python.
Hi Uche, I know what you're saying, and I had reservations myself. I'm coming at it from perhaps a different angle; I started with xpath2rss, which uses a separate, XML configuration file to drive scraping. Looking forward, I had other things to scrape that required a little more context (e.g.,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_01_10_03_56-Is_it_coz_I_is_not_black_.atom0000664000104500010450000000561711006760431024010 0ustar ucheuche Mon Aug 1 10:03:56 2005 3d015d34-c65f-4cbc-ae25-bf629ff6c4a9 <div xmlns="http://www.w3.org/1999/xhtml">Is it coz I is not black?</div> Uche http://uche.ogbuji.net 2005-08-01T10:03:56.690000 2005-08-01T10:03:56.690000
The point that there has to be room for people to organize themselves in order to boost their sense of self in society is a good one.  I should have been more clear that there might be more reasons than just previous disadvantage for needing such groups.  I can imagine an example of a group of American white males who had some such pressing need that just so happened to only occur to white males.  I think such association would be legitimate, even though it excludes blacks and women.

I think the key is that such associations operate under the sympathy of society, or at least under a reasonably argued cause of justice within society (e.g. society might not be sympathetic enough to exclusive associations of Arab immigrants right now, but there is certainly just cause for such association).

So maybe the point I'd hinted at in the original posting is key: such groups should always be chartered for extensive communication with the rest of society.  They should be open and reasonable about explaining the reasons for exclusivity.  I think the black golf club is a great negative example, because the cause for association is frivolous, and it seems the members may be showing some degree of contempt to the rest of society when challenged.  NSBE is certainly nothing close to such a problem case.  I only brought it up as my most personal brush with the general issue.
The point that there has to be room for people to organize themselves in order to boost their sense of self in society is a good one. I should have been more clear that there might be more reasons than just previous disadvantage for needing such groups. I can imagine…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_31_16_29_04-Government_grants_scam.atom0000664000104500010450000000352411007066674023473 0ustar ucheuche Mon Jul 31 16:29:04 2006 d511b9b7-cd9b-4da0-8b38-91e7db547024 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> megs 2006-07-31T16:29:04.120000 2006-07-31T16:29:04.120000
i recieve 3-4 calls a day from 800-061-3615 sometimes one with a 410  i never ansewer and a machine leaves a mess to call back never saying what company they are with just a # to call back i answered today and a guy with an indian accent was on the other line so i hung up but today they have called 8 times already so i googled the # and found this site how do we make them stop calling ive bee getting calls for 2 months everyday
i recieve 3-4 calls a day from 800-061-3615 sometimes one with a 410 i never ansewer and a machine leaves a mess to call back never saying what company they are with just a # to call back i answered today and a guy with an indian accent was on…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_15_21_25_19-Python_XML_column__37__and_out___Processing_Atom_1_0.atom0000664000104500010450000000416311006756033030770 0ustar ucheuche Thu Sep 15 21:25:19 2005 3442cd56-286c-4c7c-bb38-4f8a62a78397 <div xmlns="http://www.w3.org/1999/xhtml">Python/XML column #37 (and out): Processing Atom 1.0</div> Scott Yang http://fucoder.com/ 2005-09-15T21:25:19.240000 2005-09-15T21:25:19.240000
Aristotle,

Thanks for the plug. FuCoder.com was a new site that I made. It only went live near the end of August, and hasn't really been graced by Google. You probably found the patch from a link from my personal blogsite.

I have also posted the patch (which was actually quite crude) to Mark and SourceForge. Haven't got anything back yet. What I like about feedparser is that the parsing is actually quite forgiving. After all it is not a validator, but a parser that needs to work with millions of malformed feeds out there.
Aristotle, Thanks for the plug. FuCoder.com was a new site that I made. It only went live near the end of August, and hasn't really been graced by Google. You probably found the patch from a link from my personal blogsite. I have also posted the patch (which was actually…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_20_18_00_48-XSLT_2_0_might_be_worth_a_second_look__if___.atom0000664000104500010450000000436711006764566027436 0ustar ucheuche Fri May 20 18:00:48 2005 5a0bcead-39a5-45f1-9aa3-d22356f21d88 <div xmlns="http://www.w3.org/1999/xhtml">XSLT 2.0 might be worth a second look, if...</div> Dimitre Novatchev 2005-05-20T18:00:48.030000 2005-05-20T18:00:48.030000
Uche,

Everybody has the right to use whatever languages and tools suits them best. It is perfectly natural that some people will love XSLT 2.0 and some (like you) will not.

However, I get the feeling that the purpose of your blog article is to influence other people into taking your opinion for granted. Especially when you use the "we" pronoun in your next blog article.

I am a supporter of EXSLT and have made a proposal for introducing the "exslt:memo-function" attribute on xsl:function .

Yes -- exslt for XSLT 2.0.


Cheers,
Dimitre.
Uche, Everybody has the right to use whatever languages and tools suits them best. It is perfectly natural that some people will love XSLT 2.0 and some (like you) will not. However, I get the feeling that the purpose of your blog article is to influence other people into taking…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_16_13_45_42-Government_grants_scam.atom0000664000104500010450000000302211007067347023455 0ustar ucheuche Thu Nov 16 13:45:42 2006 af4ac884-afc9-465d-8fce-f78af4115392 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> paula 2006-11-16T13:45:42.950000 2006-11-16T13:45:42.950000
I recently posted an ad on craiglist, with my phone number.  Then I got this strange call.
Maybe this co. is scamming phone numbers off of craigslist?  Just a thought.
I recently posted an ad on craiglist, with my phone number. Then I got this strange call. Maybe this co. is scamming phone numbers off of craigslist? Just a thought.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_08_30_04_07_12-Why_Web_Architecture_Shouldn_t_Dictate_Meaning.atom0000664000104500010450000000443611007174177030140 0ustar ucheuche Thu Aug 30 04:07:12 2007 39f7a85d-452a-46db-85c8-c7571301bfcd <div xmlns="http://www.w3.org/1999/xhtml">Why Web Architecture Shouldn't Dictate Meaning</div> Bijan Parsia http://clarkparsia.com/weblog 2007-08-30T04:07:12.990000 2007-08-30T04:07:12.990000
Unfortunately, your example is off. The URI that you are GETting, i.e., the actual thing that is the subject of the request, is the URI without the fragment. So you can infer, by TAG nonsense, that the resource "identified" by http://metacognition.info/profile/webwho.xrdf> is an information resource, but the "identified resource" of http://metacognition.info/profile/webwho.xrdf#chime> is determined by the client in light of the MIME type.

This is Tim's favored story. Anyhoo.
Unfortunately, your example is off. The URI that you are GETting, i.e., the actual thing that is the subject of the request, is the URI without the fragment. So you can infer, by TAG nonsense, that the resource "identified" by http://metacognition.info/profile/webwho.xrdf> is an information resource, but the "identified resource" of…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_09_07_22_15-del_icio_us_bookmarks_for_2006-01-05.atom0000664000104500010450000000337711007071574025264 0ustar ucheuche Mon Jan 9 07:22:15 2006 64e5cca6-8012-4c81-b43e-3f53a4a64400 <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2006-01-05</div> Bob DuCharme http://www.snee.com/bob 2006-01-09T07:22:15.010000 2006-01-09T07:22:15.010000
Uche -

I poked around http://www.npr.org/rss/podcast/podcast_directory.php but couldn't find a link to a podcast of this show. Do you have a URL handy?

thanks,

Bob
Uche - I poked around http://www.npr.org/rss/podcast/podcast_directory.php but couldn't find a link to a podcast of this show. Do you have a URL handy? thanks, Bob…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_14_14_26_18-Government_grants_scam.atom0000664000104500010450000000364311007066562023472 0ustar ucheuche Fri Jul 14 14:26:18 2006 946376fd-158e-4630-8782-2aa12e54f309 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Lita 2006-07-14T14:26:18 2006-07-14T14:26:18
I am originally from Hawaii and when I missed a call from 808-212-0041 I thought omg one of my family changed their number. Low and behold I tried calling it right after and got a recording saying " the number you have called has been disconnected and no longer in service " soooooooooo.......I thought it was weird and typed the number in google.com! Thanks for the postings here I now know not to answer it.  But, ewwww how dare that person use Hawaii's area code, I hope the creep gets caught!!!!!!!!
I am originally from Hawaii and when I missed a call from 808-212-0041 I thought omg one of my family changed their number. Low and behold I tried calling it right after and got a recording saying " the number you have called has been disconnected and no longer in…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_31_13_30_47-Towards_EXSLT.atom0000664000104500010450000000432511006764343021356 0ustar ucheuche Tue May 31 13:30:47 2005 62712f5a-6755-4728-8f72-ee4077bb51bb <div xmlns="http://www.w3.org/1999/xhtml">Towards EXSLT </div> Sylvain Hellegouarch http://www.defuze.org/oss/ 2005-05-31T13:30:47.970000 2005-05-31T13:30:47.970000
Hi Uche,

As a newbie with EXSLT, what appears to be one of the most important thing with the EXSLT project is that you communicate more on the benefit from it.

My first reaction when I saw it in 4Suite was to avoid using the extensions from EXSLT because I was afraid other XSLT vendors would not support it, and would make my code not portable.

I do think, you need to insist on the fact it is now quite well supported or not and to give more feedback on what is happening on the EXSLT world.

Anyhow, it's a great idea supported by expert in the area... it can't be bad :)

- Sylvain
Hi Uche, As a newbie with EXSLT, what appears to be one of the most important thing with the EXSLT project is that you communicate more on the benefit from it. My first reaction when I saw it in 4Suite was to avoid using the extensions from EXSLT because I…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_12_08_18_43-Tintin_en_Irak.atom0000664000104500010450000000430111006756454021651 0ustar ucheuche Thu Jan 12 08:18:43 2006 0b08e43f-b63a-4b60-b7be-d5e95d5d7c9d <div xmlns="http://www.w3.org/1999/xhtml">Tintin en Irak</div> idefix_d'Asterix 2006-01-12T08:18:43.230000 2006-01-12T08:18:43.230000
Le coup de decapitation sur un Pizzeria shop de Bagdad?Condi Rice's finest hour?Neanmoins!
Vous vous souvenez de ce bombardement quelques heures avant les Etats Unis on declanche la guerre contre l'irak?(Not the 1991 war..TinTinTin the thing around 2003)Maintenant on sait que les services de renseignements Allemandes ont d'abord
vue des limousines tres cheres avant cette localite "Pizzeria".Ils ont transmis a Washington tout de suit que Saddam est manger Pizza dedans.Not a saucer ... TinTinTin.Condi Rice et Bush ont bombarde la Pizzeria et ont tue 14 personnes.Je repete ce sont ete les Allemands qui ont souvent fourni les buts a viser par des avions bombardiers.
Le coup de decapitation sur un Pizzeria shop de Bagdad?Condi Rice's finest hour?Neanmoins! Vous vous souvenez de ce bombardement quelques heures avant les Etats Unis on declanche la guerre contre l'irak?(Not the 1991 war..TinTinTin the thing around 2003)Maintenant on sait que les services de renseignements Allemandes ont d'abord vue des…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_09_01_06_47-Some_weblogs.atom0000664000104500010450000000303611006765770021410 0ustar ucheuche Sat Apr 9 01:06:47 2005 91830d24-1e49-4955-8cb2-b84d5b993cb3 <div xmlns="http://www.w3.org/1999/xhtml">Some weblogs</div> Trackback from www.dehora.net http://www.dehora.net/journal/2005/05/some_weblogs.html 2005-04-09T01:06:47.510000 2005-04-09T01:06:47.510000
Apart from lashings of Python and XML, the Quotīdiē's are wonderful (and what is it about markup guru types that makes them highly articulate?)
Apart from lashings of Python and XML, the Quotīdiē's are wonderful (and what is it about markup guru types that makes them highly articulate?)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_21_12_01_48-Principle_vs__Ritual.atom0000664000104500010450000000305011006762565023064 0ustar ucheuche Tue Jun 21 12:01:48 2005 e13763c1-a158-4f35-a128-53dfdb18ef4d <div xmlns="http://www.w3.org/1999/xhtml">Principle vs. Ritual</div> John Cowan http://www.ccil.org/~cowan 2005-06-21T12:01:48.330000 2005-06-21T12:01:48.330000
Cecil Adams explains the difference between a "baseball superstition" and a "baseball tradition".
Cecil Adams explains the difference between a "baseball superstition" and a "baseball tradition".…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_08_11_34_18-OPML__XOXO__RDF_and_more_on_outlining_for_note-taking.atom0000664000104500010450000000300711006761465031173 0ustar ucheuche Fri Jul 8 11:34:18 2005 d06cb8af-883b-4438-8c2d-e9bb7c02e828 <div xmlns="http://www.w3.org/1999/xhtml">OPML, XOXO, RDF and more on outlining for note-taking</div> Sylvain Hellegouarch http://www.defuze.org/oss/ 2005-07-08T11:34:18.680000 2005-07-08T11:34:18.680000
Hi David,

Great :)

I'll wait for your email then :)

- sylvain
Hi David, Great :) I'll wait for your email then :) - sylvain…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015400000000000011565 Lustar rootrootrepository/comments/2005_06_27_17_53_28-Lifting_XSLT_into_application_domain_with_extension_functions_.atomrepository/comments/2005_06_27_17_53_28-Lifting_XSLT_into_application_domain_with_extension_function0000664000104500010450000000411611006762350032272 0ustar ucheuche Mon Jun 27 17:53:28 2005 2dda9e57-ec60-496c-831f-e46ccfff421f <div xmlns="http://www.w3.org/1999/xhtml">Lifting XSLT into application domain with extension functions?</div> Uche http://uche.ogbuji.net 2005-06-27T17:53:28.840000 2005-06-27T17:53:28.840000
David, Sylvain,

Yes.  As someone said recently (can't find the exact quote), the data is the platform.  The data and how you pipeline it from data sources to data clients is more important than the technology used for this pipelining, and if you do your part rightly, you can swap technologies in and out as you see fit.

Let's keep this line of inquiry open as XSLT heads toward 2.0, CherryPy to 2.1, Amara to 2.0 (yes sooner than you might think :-) ), and so on.
David, Sylvain, Yes. As someone said recently (can't find the exact quote), the data is the platform. The data and how you pipeline it from data sources to data clients is more important than the technology used for this pipelining, and if you do your part rightly, you can swap…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_21_23_02_04-500_Web_feed_readers__and_none_dead_on.atom0000664000104500010450000000504611006754110026172 0ustar ucheuche Fri Oct 21 23:02:04 2005 70b62e31-274b-4135-aa4b-11881e87f8d9 <div xmlns="http://www.w3.org/1999/xhtml">500 Web feed readers, and none dead on</div> Uche http://uche.ogbuji.net 2005-10-21T23:02:04.990000 2005-10-21T23:02:04.990000
Wow.  I love the LazyWeb.

I think the winning suggestion is Rojo.  Josh Sled and Noel mentioned it to me at about the same time.  I started using it today, and so far it blows me away.  It not only does the mosedt things I asked for, but it does a lot more I hadn't thought to ask for.  I'm really looking forward to the tag-based features.  My Rojo user name is "uche", in case anyone wants to share with me on Rojo.

Aristotle, thanks for the Liferea suggestion.  Funny thing is that the FAQ spooked me a bit.

http://liferea.sourceforge.net/faq.htm

I know they're just being straightforward, and I love that, but I think I'll give Rojo a try first.

Danny and Mark, I'm always up for hacking up my own tools, so let's keep in touch about such ideas.  But I do also need a reliable day-to-day tool that I don't have to stress about.
Wow. I love the LazyWeb. I think the winning suggestion is Rojo. Josh Sled and Noel mentioned it to me at about the same time. I started using it today, and so far it blows me away. It not only does the mosedt things I asked for, but it does…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_09_11_09_10-Test_Autoping.atom0000664000104500010450000000253411006770323021532 0ustar ucheuche Sat Apr 9 11:09:10 2005 f38d5568-f5ae-4161-8f48-b6ab44f84ebe <div xmlns="http://www.w3.org/1999/xhtml">Test Autoping</div> Trackback from egaumer.pagecache.org http://egaumer.pagecache.org/test2 2005-04-09T11:09:10.130000 2005-04-09T11:09:10.130000
Testing the autoping functionality.
Testing the autoping functionality.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_10_12_12_35-Government_grants_scam.atom0000664000104500010450000000452011007067333023441 0ustar ucheuche Fri Nov 10 12:12:35 2006 ca7f299d-fd87-4d00-935e-463c165ac94b <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Matthew 2006-11-10T12:12:35.510000 2006-11-10T12:12:35.510000
I’ve been getting at least 6 calls in the last couple of months so far from people with Indian accent trying  to tell me I’ve been approved for a $5000 government grant. Their latest caller id was 866-736-9546. I’ve asked them every time to remove me from their scam list so finally today I did a google on this and found this site. As I can see many other people have been receiving these scam calls as well. After a little more research I found this link: http://news.bbc.co.uk/2/hi/south_asia/6044402.stm
It talks about a call center for HSBC financial employee in India which has been caught stealing some customer information. About few months ago I got an Auto Loan from HSBC. Has anyone else who has been called by these people have had an account with HSBC or is this just a coincidence?
I’ve been getting at least 6 calls in the last couple of months so far from people with Indian accent trying to tell me I’ve been approved for a $5000 government grant. Their latest caller id was 866-736-9546. I’ve asked them every time to remove me from their scam list…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_07_09_21_31_46-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_07_09_21_31_46-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000470211007062225031647 0ustar ucheuche Sun Jul 9 21:31:46 2006 e32ce2db-ebf8-442e-b392-035f3fd839be <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> J McH none 2006-07-09T21:31:46.410000 2006-07-09T21:31:46.410000
Well! We've had it and Italy got there.
Good luck to them and thanks to Germany for putting on a great event. They've been maligned as a nation long enough.

Meanwhile - O'Brien and Balbollox  continued to do their best to ruin the event - verbal vomit ad nauseam.

It's been great to note the more discriminating  voice their disgust here, but as I see it the whole ABC-ESPN World Cup coverage proves just one thing -  they couldn't give a tuppeny shit about their viewers or viewers' opinions. The game isn't what YOU think it should be. It's what THEY say you should think it to be.

I feel sorry for genuine USA soccer fans.
Don't worry guys. The game isn't really as awful as these two pratts try to make it sound.
Just so you know ..

JmH
Well! We've had it and Italy got there. Good luck to them and thanks to Germany for putting on a great event. They've been maligned as a nation long enough. Meanwhile - O'Brien and Balbollox continued to do their best to ruin the event - verbal vomit ad nauseam. It's…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_01_06_13_32-Flickr__creative_commons_and.atom0000664000104500010450000000440111006761705024552 0ustar ucheuche Fri Jul 1 06:13:32 2005 9e6a255a-d816-4a52-ad4c-580a9ffae7e3 <div xmlns="http://www.w3.org/1999/xhtml">Flickr, creative commons and </div> John Cowan http://www.ccil.org/~cowan 2005-07-01T06:13:32.050000 2005-07-01T06:13:32.050000
IANAL, TINLA, but in general the person who offers a contract of adhesion (no negotiations, take it or leave it) will not be heard in court to say "But I didn't mean what I said".  The other party, the one who gets no choice about the matter, is entitled to rely on the plain language of the contract.

This general rule begs the question of whether this rule applies when the licensor chooses the license but not its exact terms.  I don't know the answer.

As for the public domain, it's debatable (and debated) whether it's even possible to put things into the public domain deliberately (rather than by the passage of years).  Some lawyers say yes, others say no.  Infinite are the arguments of mages.
IANAL, TINLA, but in general the person who offers a contract of adhesion (no negotiations, take it or leave it) will not be heard in court to say "But I didn't mean what I said". The other party, the one who gets no choice about the matter, is entitled to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_05_27_12_19_07-Linked_Data_and_Overselling_the_HTTP_URI_Scheme.atom0000664000104500010450000000376511007176102030017 0ustar ucheuche Sun May 27 12:19:07 2007 8d5c87dc-328f-4e4e-b156-425e3fbddd69 <div xmlns="http://www.w3.org/1999/xhtml">Linked Data and Overselling the HTTP URI Scheme</div> Kingsley Idehen http://www.openlinksw.com/~blog/kidehen 2007-05-27T12:19:07.370000 2007-05-27T12:19:07.370000
Chime & Danny,

What about point 2 re. making your URIs HTTP URIs? Should it not really read: Use Resolvable URIs which protects the notion that URNs and URLs are different types of URIs ..

Being in the middle of two communities (Linked Data and the LSID based HCLS commnities) seperated by URI resolution perspectives, I think we should fix point 2 :-)
Chime & Danny, What about point 2 re. making your URIs HTTP URIs? Should it not really read: Use Resolvable URIs which protects the notion that URNs and URLs are different types of URIs .. Being in the middle of two communities (Linked Data and the LSID based HCLS commnities)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_18_11_59_53-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_18_11_59_53-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000372411007062212031654 0ustar ucheuche Sun Jun 18 11:59:53 2006 c7bc85a7-d01b-4ee8-88c6-325bb193f903 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> BJ 2006-06-18T11:59:53.840000 2006-06-18T11:59:53.840000
I have been watching the spanish channel even though i don't know any spanish only because i can bear to listen to this o brien guy.  he kills me.  My favorite comment was when was comparing someone on the german team to Shaq.  He said that it is kind of like when shaq posts up you need to get on the inside of the big guy and pick up the rebound... are you kidding me? it is nothing like shaq.  Is this guy even on the right planet. Please please replace him with anyone else.
I have been watching the spanish channel even though i don't know any spanish only because i can bear to listen to this o brien guy. he kills me. My favorite comment was when was comparing someone on the german team to Shaq. He said that it is kind of…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_02_11_45_09-Copia_gets_RSS_1_0__courtesy_XSLT.atom0000664000104500010450000000445111006766433025167 0ustar ucheuche Mon May 2 11:45:09 2005 7f11ee5b-fe74-4306-bcd5-2dcaace0b4ef <div xmlns="http://www.w3.org/1999/xhtml">Copia gets RSS 1.0, courtesy XSLT</div> Uche http://uche.ogbuji.net 2005-05-02T11:45:09.930000 2005-05-02T11:45:09.930000
I found rss2renderer, but I'm an RDF kind of person, so RSS 2.0 was never going to cut it for me.  I'll mention that IIRC Micah Dubinko mentioned that he was needing to hack rss2renderer.py.  He didn't quite mention what needed hacking.

As for the topics, it has to do with the way I implemented the XsltRenderer (more on this very soon).  It leaves all the basic work to the normal renderer, so all the keyword specifics get normally processed.  In the case of my RSS 1.0 feed, I'm just using the regular atom flavor for the keyword view.  The output then gets feed into atom2rss.xslt, and voila! RSS 1.0.

From what I remember of rss2renderer.py, things won't be so easy in that case because it replaces BlosxomRenderer rather than chaining from it.
I found rss2renderer, but I'm an RDF kind of person, so RSS 2.0 was never going to cut it for me. I'll mention that IIRC Micah Dubinko mentioned that he was needing to hack rss2renderer.py. He didn't quite mention what needed hacking. As for the topics, it has to do…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_30_13_05_47-Hip-Hop_in_its_essence_is_Palestinian.atom0000664000104500010450000000542211006752270026313 0ustar ucheuche Sun Jul 30 13:05:47 2006 df4daa05-01b7-4cc3-b61d-9e2aafce38e5 <div xmlns="http://www.w3.org/1999/xhtml">Hip-Hop in its essence is Palestinian</div> sheila19625 www.samsonblinded.com 2006-07-30T13:05:47.660000 2006-07-30T13:05:47.660000
On July 4, Amazon spammed its customers with advertisement of Norman Finkelstein's virulently anti-Semitic book, Image and Reality of the Israeli-Palestine Conflict. On May 30, Amazon similarly advertised Beyond Chutzpah: on the Misuse of Anti-Semitism and the Abuse of History. I have never received any other ad from Amazon.

On April 4, in an unprecedented move, Amazon deleted all reviews of Obadiah Shoher's Samson Blinded: A Machiavellian Perspective on the Middle East Conflict. A few days later, Amazon forced its subsidiary Booksurge to terminate publishing contract with Shoher whose book is now available for download from www. samsonblinded. info . Google earlier banned advertising of the Samson Blinded for "unacceptable content." Shoher, indeed, is pro-Israeli, yet realistic and critical of Israeli policies.

Obadiah Shoher, an anonymous politician, abandons myths and moralizing in favor of realpolitik. He argues for raw efficiency of antiterrorist operations and shedding liberal idealism. Shoher asks inconvenient questions and gives honest answers. Amazon does not like that. Anti-Semitic lampoons by Norman Finkelstein are more to Amazon's taste.
On July 4, Amazon spammed its customers with advertisement of Norman Finkelstein's virulently anti-Semitic book, Image and Reality of the Israeli-Palestine Conflict. On May 30, Amazon similarly advertised Beyond Chutzpah: on the Misuse of Anti-Semitism and the Abuse of History. I have never received any other ad from Amazon. On…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_10_10_30_56-Putting_up_with_Javascript.atom0000664000104500010450000001462611006756335024340 0ustar ucheuche Sat Sep 10 10:30:56 2005 f219866b-9922-4525-b271-1b52edc13858 <div xmlns="http://www.w3.org/1999/xhtml">Putting up with Javascript</div> Kurt Cagle http://www.understandingxml.com 2005-09-10T10:30:56.240000 2005-09-10T10:30:56.240000
I find it amusing that somewhere along the line I have become the defacto evangelist for Javascript's superiority as a language. This was certainly not my intent, nor has it been to claim that Javascript is the ultimate be all and end all of languages, only that it serves very well in certain circumstances as a general binding language as we move forward into a realm where binding languages are becoming increasingly important.

To be blunt, I would prefer to see a Python interpreter being standard issue in all browsers rather than a Javascript one, as I believe the language to be much more expressive, more object oriented, more secure, easier to write, and in general better suited to contemporary needs. Unfortunately, browsers in particular are informed as much by business and political decisions, some, perhaps even most, based less upon the best technology for a problem and more based upon what will provide the best backward compatibility to insure that existing websites do not break or that download sizes remain under some critical value.

This reality means that Javascript, while not perfect, will continue to be the language of choice for browsers for the foreseeable future. It's a frustrating reality at times, in very much the same way that HTML is a frustrating reality that will continue to be outside of the XML realm for some time to come, regardless of the known deficits of that language.

My hope is that somewhere along the line (perhaps with my own browser) a strong enough business case can be made for advocating a Python solution in conjunction with a Javascript one as the default case in a browser that we can alter the typically glacial pace of browser development, but until that day comes where Python becomes the de facto standard in most browsers, then the issue is not whether Javascript is a better technology, only whether there are things that can be done to Javascript to make it gooed enough to get the job done in the browser.

There are two additional points brought up by Uche Ogbuji that I should address. Javascript is like any other language - it has a formal (reasonably well defined) specification - but it is only as portable as the degree to which the implementations adopt that specification. Obviously, Microsoft has been a major factor here in retarding the adoption of Javascript in their efforts to retain the standard for their own web environments, and it is in fact the overwhelming weight of subsequent developments that are finally showing the folly of this strategy. Most browsers outside of Microsoft have adopted much if not most of the feature set of Javascript 1.5, but keep in mind that even here, browser are generally released on a minimum of an eighteen month time frame.

I would contend that if Python instead of Javascript were the default language of choice in browsers, it too would be subject to this same balkanization. Purity of language discussions aside, the price of such fame is that very balkanization, especially when there is an antagonistic implementer in that space with the clout of a Microsoft.

I am a major advocate of XML, precisely because it is much more difficult to isolate a language when a mapping is essentially an XSLT transformation away. For this reason, XForms is a very attractive model to be moving towards, certainly, and I look forward to the day that I can build XForms applications that work in all browsers equally. However, XForms is not even remotely widely implemented yet nor are there standard forms of declarative binding languages along the lines of XBL (sXBL is getting there, but so far there are perhaps two still very much test implementations in existence).

However, even that will not eliminate the need for an imperative language at some point in the equation - from personal exerience, declarative solutions can usually solve 80% of problems very well, and is hideously inappropriate for the remaining 20%.

I'm hoping within the next two years there will be a browser that supports Python - with my suspicion being that it will likely end up being Mozilla Firefox (I know of some efforts in that direction). I cetainly hope with my own efforts to see Python in certain other browsers as well (getting ActiveState directly involved with the Mozilla (or Netscape!) development team makes the most logical sense here, but again there are business realities that sometimes transcend what SHOULD happen).

Until then, I think we need to look upon Javascript as being the existing reality for some time to come, for all its warts and ideosyncracies, and work to improve it as much as possible in places where it can be.

Kurt Cagle
I find it amusing that somewhere along the line I have become the defacto evangelist for Javascript's superiority as a language. This was certainly not my intent, nor has it been to claim that Javascript is the ultimate be all and end all of languages, only that it serves very…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_28_12_06_57-Government_grants_scam.atom0000664000104500010450000000732111007067264023465 0ustar ucheuche Sat Oct 28 12:06:57 2006 a87ca4a5-a40b-4d01-a840-d32ceef103dc <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Loren Loomis 2006-10-28T12:06:57.480000 2006-10-28T12:06:57.480000
I just got a call from some heavy accented Indain sounding male from

Government Grant Center
472 South River Rd
Saint George, UT 84470
Called ID said unkown number

insisting that I have just been awarded a grant for $8000 and that he needed my bank routing number and account number.  I told him I didn't know it.  He said he could find it if I told him what the name of the bank was and if it was in my city.  Sure enough he came back and gave me the right routing number.  I insited that this was a scam and he claimed that they would not be able to take money from me without my authorization... trying to make me feel safe.  ugh.  I was then stalling him and found this site... wow there are a lot of compaints.  So I asked him were he was working right now.  He gave me the address.  I found a map on mapquest and started asking him how he got to work.  He finaly broke down and said that he lived in texas with his parents.  Gave me the address but I didn't write it down.

I told him I was not going to give him my account that he could just mail me the check.  He said there was a federal law that says he cannot send any check for over $5000.  I told him that $5000 would be fine, just send that and keep the rest.  He kept changing the subject back to getting my account number.

After going back and forth for at least 45 minutes he finaly got frustrated enough to tell me 'not to waste my time'.  I laughed and told him how ironic that was.  I then told him that I was doing my public service duty in keeping a scammer like him on the phone so he can't call anyone else.  He told me to hang up if I thought it was a scam.  I told him to hang up... tossed a few cuss words at him and that was it.  Hopefully I get another call... I think i'll ask the guy what he is wearing and if he can take it off for me.

Just as a side, another easy way to get these guys off the phone fast is to tell them that you are counting their words and charging their company $20 per word... and then say 'please continue, I haven't made enough money yet today.'
I just got a call from some heavy accented Indain sounding male from Government Grant Center 472 South River Rd Saint George, UT 84470 Called ID said unkown number insisting that I have just been awarded a grant for $8000 and that he needed my bank routing number and account…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_29_16_08_25-Wow___XML_formats_for_outlining_are_complete_rubbish.atom0000664000104500010450000000306011006762241031476 0ustar ucheuche Wed Jun 29 16:08:25 2005 bfdf8a1f-4dee-41d0-9479-5d25529a3f09 <div xmlns="http://www.w3.org/1999/xhtml">Wow! XML formats for outlining are complete rubbish</div> Uche http://uche.ogbuji.net 2005-06-29T16:08:25.900000 2005-06-29T16:08:25.900000
Karl,

Eh, cool and all, but what does anything on that page have to do with outline formats?

Genuinely puzzled.
Karl, Eh, cool and all, but what does anything on that page have to do with outline formats? Genuinely puzzled.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_14_20_47_04-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000311411007070260026230 0ustar ucheuche Sat Oct 14 20:47:04 2006 632691d5-8dbd-4a5b-b0f8-233434c63fab <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> tom 2006-10-14T20:47:04.750000 2006-10-14T20:47:04.750000
It's all good. Thanks a bunch. If you cp and paste the samba conf listed above, take out the comment on the user=root line otherwise it will cause xinitd to fail when loading. Thanks a bunch!!
It's all good. Thanks a bunch. If you cp and paste the samba conf listed above, take out the comment on the user=root line otherwise it will cause xinitd to fail when loading. Thanks a bunch!!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_11_09_53_58-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_11_09_53_58-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000532011007062204031646 0ustar ucheuche Sun Jun 11 09:53:58 2006 f1511634-18cd-4ca7-9ed9-0b3d92d80546 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Sean B. Palmer http://inamidst.com/sbp/ 2006-06-11T09:53:58.790000 2006-06-11T09:53:58.790000
Ouch, my sympathies. On British TV the state of affairs is that our two main channels each have a split of the games, and the regular commentators John Motson and Clive Tyldesley are exceptional as usual. The back up commentators have been a bit hit and miss, with Gareth Southgate (ex England player, now Middlesbrough manager) being excellent, but Mark Lawrenson's dry wit being quite irritating most of the time.

Hilariously apropos of this post, on ITV each ad break is sponsored by Budweiser who have been running commercials where two American sports commentators try to comment on a game and get it somewhat pear-shaped. For example, in one, a commentator looks at a list of the players and asks what on earth is going on, to which the other says "well, they let other countries play", and the first responds "how am I going to learn their names?!". Another time the first asks the other what he thinks the coach will be saying to the players, and the other answers in fluent Portuguese (or Spanish, but Portuguese would be funnier).

And of course there's the obligatory argument about offside.
Ouch, my sympathies. On British TV the state of affairs is that our two main channels each have a split of the games, and the regular commentators John Motson and Clive Tyldesley are exceptional as usual. The back up commentators have been a bit hit and miss, with Gareth Southgate…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_01_08_16_16_58-Government_grants_scam.atom0000664000104500010450000000244011007067526023470 0ustar ucheuche Mon Jan 8 16:16:58 2007 5fe2f605-e199-4a07-b1cc-20902c4fee35 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> aimee 2007-01-08T16:16:58.700000 2007-01-08T16:16:58.700000
I too received a call from 808-221-0041. Complete scam.
I too received a call from 808-221-0041. Complete scam.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_28_15_27_38-Government_grants_scam.atom0000664000104500010450000000370211007067266023473 0ustar ucheuche Sat Oct 28 15:27:38 2006 67e50e2b-d1e5-4b89-a8df-01e2ce7cadd2 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Chris C 2006-10-28T15:27:38.940000 2006-10-28T15:27:38.940000
I keep getting this 800-061-3615 number on my mobile phone and it is that indian accent guy and he first asks for me then my wife. They call somtimes after 10pm.  Yesterday at work I answered "Police Dept, can I help you?" and they still asked for me or my wife. I said "No, you have reached Albany Police Dept" then he hung up. 

Next time I will give them a taste of their own medicine.  The SCAM will be on them.  I will give them false made up routing and account #'s and fake info!
I keep getting this 800-061-3615 number on my mobile phone and it is that indian accent guy and he first asks for me then my wife. They call somtimes after 10pm. Yesterday at work I answered "Police Dept, can I help you?" and they still asked for me or my…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_22_08_11_56-First_board.atom0000664000104500010450000000626211006751335021211 0ustar ucheuche Tue Nov 22 08:11:56 2005 a02d4538-bb3a-4a5e-b1af-8f7b57536b1d <div xmlns="http://www.w3.org/1999/xhtml">First board</div> Uche http://uche.ogbuji.net 2005-11-22T08:11:56.330000 2005-11-22T08:11:56.330000
Hard booter?  No no no no no no :-)

Donek makes five base lines of freestyle/freeride boards.  That's actually a lot because you have much more customization options than with a typical board.  Mine is a Sasquatch, more on the freeride side of things.  I'm about 25% freestyle.  I don't jib rails anymore, but the Sasquatch is fine on funboxes, jumps and the halfpipe.  It's a tad bit heavier than my former board, a Sims Max, but I splurged on super-light Ride bindings to compensate.

As for freeride performance, good night.  This thing is freaking unbelievable.  I've ridden a K2 FatBob, Burton Custom and Sims Max, and this thing blows them all away in float, edge stability, base structure, and overall command of the board.  I can't recommend it enough.  I should say that it was enthusiastic recommendations from other Donek customers that made the sale for me.  The fact that they were close enough for me to drive over to get my board was just gravy.

As for the trees, they're my usual habitat while boarding, so my exhaustion surprised me a bit.  I wasn't even this exhausted after a mid-season day almost exclusively in trees alone with Susan on Copper Mountain, and Susan pushes me harder than anyone else I've ridden with.  I think my exhaustion was partly because I've never ridden so hard on the first day of the season (usually you can't ride hard because there isn't enough snow), and partly because my game knee threw off my form and made the rest of my body have to work extra hard.

Anyway, if you ever come to ski in Colorado, drop me a line.  We'll have to hit the trees together.
Hard booter? No no no no no no :-) Donek makes five base lines of freestyle/freeride boards. That's actually a lot because you have much more customization options than with a typical board. Mine is a Sasquatch, more on the freeride side of things. I'm about 25% freestyle. I don't…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_13_00_55_03-Learn_how_to_invent_XML_languages__then_do_so.atom0000664000104500010450000000417611007071205030046 0ustar ucheuche Fri Jan 13 00:55:03 2006 d71fbe22-6fc3-4c76-9c63-2318bf4322ad <div xmlns="http://www.w3.org/1999/xhtml">Learn how to invent XML languages, then do so</div> John Cowan http://www.ccil.org/~cowan 2006-01-13T00:55:03.120000 2006-01-13T00:55:03.120000
I pointed out to Tim privately (he doesn't have comments, you do, bwahahahaha) that there's every reason to make up itty-bitty formats for more or less private use (TagSoup has two of them, one for schemas, one for state machines), and that huge public deployment is not always the criterion of success.

And I do think it wins to configure things in XML, though it's harder to edit: when I switched TagSoup's configuration files from tab-separated-values to XML, I got RELAX NG and XSLT validation practically for free, and flushed out a bunch of nasssssty bugs.
I pointed out to Tim privately (he doesn't have comments, you do, bwahahahaha) that there's every reason to make up itty-bitty formats for more or less private use (TagSoup has two of them, one for schemas, one for state machines), and that huge public deployment is not always the criterion…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_30_13_43_13-The_new_MacBook_Pro.atom0000664000104500010450000000313211007054350022535 0ustar ucheuche Sat Dec 30 13:43:13 2006 dc38b459-3c22-4451-8b75-a92b0495a84b <div xmlns="http://www.w3.org/1999/xhtml">The new MacBook Pro</div> Kingsley Idehen http://www.openlinksw.com/blog/~kidehen 2006-12-30T13:43:13.010000 2006-12-30T13:43:13.010000
Uche,



Try Colloquy http://colloquy.info/> for IRC.

Happy New Year in advance!

Kingsley
Uche, Try Colloquy http://colloquy.info/> for IRC. Happy New Year in advance! Kingsley…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_13_22_43_43-Pakistani_comedic_class_terms.atom0000664000104500010450000000304411006763305024754 0ustar ucheuche Mon Jun 13 22:43:43 2005 b88dec50-01c2-41b3-bf0b-d585adcd907c <div xmlns="http://www.w3.org/1999/xhtml">Pakistani comedic class terms</div> John Cowan http://www.ccil.org/~cowan 2005-06-13T22:43:43.880000 2005-06-13T22:43:43.880000
The "farang-" root doesn't just mean "Frank, Westerner, Crusader, Christian"; it also means "trader".  I think that's the sense the Star Trek folks had in mind.
The "farang-" root doesn't just mean "Frank, Westerner, Crusader, Christian"; it also means "trader". I think that's the sense the Star Trek folks had in mind.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_09_16_14_15-One_more_miserable_commentator_nugget.atom0000664000104500010450000000336011007061312026514 0ustar ucheuche Sun Jul 9 16:14:15 2006 880129b6-985c-4583-8814-7c7538f8d442 <div xmlns="http://www.w3.org/1999/xhtml">One more miserable commentator nugget</div> Robert Brewer http://www.amorhq.net/blogs/index.php/fumanchu 2006-07-09T16:14:15.800000 2006-07-09T16:14:15.800000
It may be familiarity more than ignorance. That is, I met a man in San Diego 2 months ago who pronounced his own last name as "Gohmz". Americans, of course, are particularly good at "americanizing" names from languages other than English.
It may be familiarity more than ignorance. That is, I met a man in San Diego 2 months ago who pronounced his own last name as "Gohmz". Americans, of course, are particularly good at "americanizing" names from languages other than English.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_19_11_22_42-Quot__di__.atom0000664000104500010450000000336211006764753021022 0ustar ucheuche Thu May 19 11:22:42 2005 2424b3de-f507-4f31-b43a-0bc43e34dee2 <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Uche http://uche.ogbuji.net 2005-05-19T11:22:42.470000 2005-05-19T11:22:42.470000
Thanks.  As long as I didn't completely destroy the sense, I'm happy.  I knew it was a very hard task, because so much of Senghor is the texture of the words, which I feel so strongly when I read it aloud in French.  Maybe some day I'll be able to attempt a real poetic translation, trying to capture more of the tone and rhythm.
Thanks. As long as I didn't completely destroy the sense, I'm happy. I knew it was a very hard task, because so much of Senghor is the texture of the words, which I feel so strongly when I read it aloud in French. Maybe some day I'll be able to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_19_09_12_43-Elements_versus_attributes_in_Amara.atom0000664000104500010450000000361511006767500026201 0ustar ucheuche Tue Apr 19 09:12:43 2005 a8d40e24-7beb-4185-8c2b-da61430453d7 <div xmlns="http://www.w3.org/1999/xhtml">Elements versus attributes in Amara</div> Uche http://uche.ogbuji.net 2005-04-19T09:12:43.950000 2005-04-19T09:12:43.950000
Thanks for the feedback.  You're right that elements and attributes are very different beasts.  In Amara I've done a lot of suppressing my XML purist impulses to try to do what it takes to make Python folks comfortable with XML.  I'm always happy for a warning of when I might be going too far.  You've turned my mind so that I'm no longer inclined to think of such stronger unification as a good idea.
Thanks for the feedback. You're right that elements and attributes are very different beasts. In Amara I've done a lot of suppressing my XML purist impulses to try to do what it takes to make Python folks comfortable with XML. I'm always happy for a warning of when I might…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_25_18_27_06-Government_grants_scam.atom0000664000104500010450000000346611007067123023475 0ustar ucheuche Mon Sep 25 18:27:06 2006 8c0587e2-1129-4db1-b099-e8f94ac00f88 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jen 2006-09-25T18:27:06.870000 2006-09-25T18:27:06.870000
Hi:
I received a call from 617-682-2400.  As the number was not familiar to me, I did not answer.  When I tried calling the number, it was busy.  I checked the web and was told on this site that it is another scam number.  So, now I saved the number on my cell as a scam number.

How to delist scam calls on mobile phone?  any idea?  Thanks.
Hi: I received a call from 617-682-2400. As the number was not familiar to me, I did not answer. When I tried calling the number, it was busy. I checked the web and was told on this site that it is another scam number. So, now I saved the number…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_25_13_02_45-Government_grants_scam.atom0000664000104500010450000000363611007067246023461 0ustar ucheuche Wed Oct 25 13:02:45 2006 e1e8735a-4b24-4dee-bf68-dfe8120b76de <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Tracie 2006-10-25T13:02:45.130000 2006-10-25T13:02:45.130000
Same story as everyone else, only he promises me 8,000 in goverment grants.  I almost fell for it too.  When I told him I didn't have a checking account, he asked for a friend or family member's account number, and kept rushing for me to get it.  I told him to call back tommorrow, then googled the address he gave me (472 south river road St. George, Utah, 84770)Thank GOD I found this website before I gave him any info. What a jerkoff! Tommorrow I will answer as the Police Department!!!
Same story as everyone else, only he promises me 8,000 in goverment grants. I almost fell for it too. When I told him I didn't have a checking account, he asked for a friend or family member's account number, and kept rushing for me to get it. I told him…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_18_04_53_15-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_18_04_53_15-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000314411007062211031641 0ustar ucheuche Sun Jun 18 04:53:15 2006 8ae29aaf-7a96-450b-a4d8-9127b05af71b <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Tom Kenny 2006-06-18T04:53:15.390000 2006-06-18T04:53:15.390000
It really is a shame that announcers were not capable of articulating the excellent US achievment against Italy.

Espn are really shooting themseves in the foot!
It really is a shame that announcers were not capable of articulating the excellent US achievment against Italy. Espn are really shooting themseves in the foot!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015100000000000011562 Lustar rootrootrepository/comments/2005_08_14_19_59_07-Today_s_XML_WTF__mandatory_xsi_schemaLocation_for_XHTML_2_0.atomrepository/comments/2005_08_14_19_59_07-Today_s_XML_WTF__mandatory_xsi_schemaLocation_for_XHTML_2_0.0000664000104500010450000000377411006760073031354 0ustar ucheuche Sun Aug 14 19:59:07 2005 f2fe383c-59cb-4dbd-a020-6d054629feb1 <div xmlns="http://www.w3.org/1999/xhtml">Today's XML WTF: mandatory xsi:schemaLocation for XHTML 2.0</div> Uche http://uche.ogbuji.net 2005-08-14T19:59:07.980000 2005-08-14T19:59:07.980000
Karl,

it's very simple: leave off the xsi:schemaLocation.  This attribute (as with almost all the instance attributes in WXS) is a very bad idea.  Even the ostensible justification for xsi:schemaLocation is out at first base considering that we have here a well-known vocabulary that is already uniquely identified by DTDecl, and, as I note, even uniquely identified by namespace.
Karl, it's very simple: leave off the xsi:schemaLocation. This attribute (as with almost all the instance attributes in WXS) is a very bad idea. Even the ostensible justification for xsi:schemaLocation is out at first base considering that we have here a well-known vocabulary that is already uniquely identified by DTDecl,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_11_12_56_40-Incredible_Golie_Punt.atom0000664000104500010450000000337711007062107023135 0ustar ucheuche Sun Jun 11 12:56:40 2006 5f31c437-fc1c-4b59-ae8e-388066c6fdc5 <div xmlns="http://www.w3.org/1999/xhtml">Incredible Golie Punt</div> Philip Jenvey 2006-06-11T12:56:40.810000 2006-06-11T12:56:40.810000
What was even stranger was the ref appeared to blow the whistle when it happened. The ESPN2 coverage kept switching between the field and the replay, so I couldn't exactly figure out what the ref actually did about it if anything, anyone catch this? (This should have been a play-on, no?)
What was even stranger was the ref appeared to blow the whistle when it happened. The ESPN2 coverage kept switching between the field and the replay, so I couldn't exactly figure out what the ref actually did about it if anything, anyone catch this? (This should have been a play-on,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_21_22_45_17-Processing.atom0000664000104500010450000000477111006754156021074 0ustar ucheuche Fri Oct 21 22:45:17 2005 8d92b02f-cfa3-40ed-b8d0-4b3819b65aea <div xmlns="http://www.w3.org/1999/xhtml">Processing </div> Uche http://uche.ogbuji.net 2005-10-21T22:45:17.130000 2005-10-21T22:45:17.130000
Re: a test for DSL boundaries, I don't know.  I'm not sure I'd be so precise on such a broad question.  I think each DSL defines its own boundary.  Most of XSLT's original boundaries are well known.  I think that most of XSLT 2.0's best enhancements have
actually been aimed at filling originally unappreciated gaps between XSLT 1.0 and its intended boundaies.  So, for example, no one intended it to be so hard to do grouping in XSLT 1.0, so 2.0 adds much needed grouping primitives.  No one intended multi-pass processing to be so hard, so the RTF/node-set distinction was eliminated.  Methinks all of the places where XPath 2.0 and XSLT 2.0 annoy me are places where they escape the original XSLT 1.0 bounds (e.g. in adding data binding).

So I don;t know whether I could come up with a short and sweet rule for the propriety of a DSL.  I guess I just know it when I see it (and can objectively justify such observation based on specification or convention).
Re: a test for DSL boundaries, I don't know. I'm not sure I'd be so precise on such a broad question. I think each DSL defines its own boundary. Most of XSLT's original boundaries are well known. I think that most of XSLT 2.0's best enhancements have actually been aimed…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_28_18_01_19-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_28_18_01_19-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000400511007062221031642 0ustar ucheuche Wed Jun 28 18:01:19 2006 930e589f-804e-48ba-9865-bed14af3f2c4 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Pete 2006-06-28T18:01:19.270000 2006-06-28T18:01:19.270000
Nyer,
you really think that Balboa was a great professional soccer player?  Please!!!! He was a B player at best in the USA! Just don't call him a football player because he never was that.  He never made even the pine (the bench) in a premier team or any team in Europe otherwise he would have.  That means there he would be less than a "C" player.
Lets remember, Balboa is recognized mostly for his near miss on a bicycle kick at the 1994 FIFA World Cup against Colombia that's it!
Nyer, you really think that Balboa was a great professional soccer player? Please!!!! He was a B player at best in the USA! Just don't call him a football player because he never was that. He never made even the pine (the bench) in a premier team or any team…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_23_15_05_53-N3_Deserialization_in_4RDF__and_other_possiblities_.atom0000664000104500010450000000302711006764465031026 0ustar ucheuche Mon May 23 15:05:53 2005 ba643e6b-1d20-4ed6-aa5b-bd777c16953f <div xmlns="http://www.w3.org/1999/xhtml">N3 Deserialization in 4RDF (and other possiblities)</div> Niklas L 2005-05-23T15:05:53.800000 2005-05-23T15:05:53.800000
Thank you! I've been aching for N3 support in 4Suite for quite some time now, but never got around to try anything myself. I wish you good luck!
Thank you! I've been aching for N3 support in 4Suite for quite some time now, but never got around to try anything myself. I wish you good luck!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_29_15_52_01-Wow___XML_formats_for_outlining_are_complete_rubbish.atom0000664000104500010450000000276311006762241031477 0ustar ucheuche Wed Jun 29 15:52:01 2005 a39c638c-cc43-429d-942b-eae92054ba1d <div xmlns="http://www.w3.org/1999/xhtml">Wow! XML formats for outlining are complete rubbish</div> karl Dubost http://www.la-grange.net/ 2005-06-29T15:52:01.800000 2005-06-29T15:52:01.800000
http://use.perl.org/~gnat/journal/4217

Another link ;)
http://use.perl.org/~gnat/journal/4217 Another link ;)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_04_19_02_00-Government_grants_scam.atom0000664000104500010450000000325511007067163023446 0ustar ucheuche Wed Oct 4 19:02:00 2006 1ec31b82-7840-4283-bcae-9d69ff3e06e3 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Renee 2006-10-04T19:02:00.510000 2006-10-04T19:02:00.510000
I also have been receiveing alot of these calls, I googled it about a month ago the calls stopped but now they are calling again, how annoying.  Did anyone find out how to get rid of these people.  I never pick up the phone if it is an 800 # regardless of who it is.
I also have been receiveing alot of these calls, I googled it about a month ago the calls stopped but now they are calling again, how annoying. Did anyone find out how to get rid of these people. I never pick up the phone if it is an 800 #…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_11_13_12_04-Government_grants_scam.atom0000664000104500010450000000341411007067042023444 0ustar ucheuche Mon Sep 11 13:12:04 2006 63407358-c7bd-413d-a828-6dbf9c1be0d1 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Someone 2006-09-11T13:12:04.780000 2006-09-11T13:12:04.780000
I also got a strange call from  (808) 212-0041 but as I didn't reconize it I let it ring for a while..then I picked it up. No one was on the line and then it hung up. I've seen this number before on my caller ID and was interested enough on finding out where the area code is from.. It's sad so many people get caught up in the fraud but thanks for the warning :)
I also got a strange call from (808) 212-0041 but as I didn't reconize it I let it ring for a while..then I picked it up. No one was on the line and then it hung up. I've seen this number before on my caller ID and was interested enough…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_02_15_32_10-Amara_en_Espa__ol.atom0000664000104500010450000000326011007057502022243 0ustar ucheuche Sat Sep 2 15:32:10 2006 709ba92c-05d2-4e64-8b60-48a0731e878b <div xmlns="http://www.w3.org/1999/xhtml">Amara en Español</div> Luis Miguel Morillas 2006-09-02T15:32:10.700000 2006-09-02T15:32:10.700000
Yes, it's a great name and a great project. Read http://lists.fourthought.com/pipermail/4suite/2004-December/006770.html about the name.

Maybe systran must improve his translations ;-)
Yes, it's a great name and a great project. Read http://lists.fourthought.com/pipermail/4suite/2004-December/006770.html about the name. Maybe systran must improve his translations ;-)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_01_14_45_09-Government_grants_scam.atom0000664000104500010450000000332311007066505023457 0ustar ucheuche Sat Jul 1 14:45:09 2006 89a0fcde-10a3-4378-ae25-3edb51494365 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> C. McGovern 2006-07-01T14:45:09.410000 2006-07-01T14:45:09.410000
I also got a call from this phone#. A thick indian voice wanted to sell me pharmacutials over the phone. I have been getting alot of calls from these pushy salespersons. I have told them to not call my cell phone but they do anyway. sometimes as many times as 3 or 4 times a week.
I also got a call from this phone#. A thick indian voice wanted to sell me pharmacutials over the phone. I have been getting alot of calls from these pushy salespersons. I have told them to not call my cell phone but they do anyway. sometimes as many times as…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_01_09_14_20_49-LT_over_Barry_Sanders_.atom0000664000104500010450000000277311007054740023307 0ustar ucheuche Tue Jan 9 14:20:49 2007 1937c90d-e992-450e-b20a-35a6a13c0408 <div xmlns="http://www.w3.org/1999/xhtml">LT over Barry Sanders?</div> stevo 2007-01-09T14:20:49.310000 2007-01-09T14:20:49.310000
marion barber is at young age and will get better but LT is a rare thing i doubt anyone will ever be as good as him that includes marion barber and reggie bush
marion barber is at young age and will get better but LT is a rare thing i doubt anyone will ever be as good as him that includes marion barber and reggie bush…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_01_16_22_19-The_Mexican_puzzle_of.atom0000664000104500010450000000265111006755400023226 0ustar ucheuche Wed Mar 1 16:22:19 2006 a7ca898d-138b-4379-a19a-b0f3c2851ed0 <div xmlns="http://www.w3.org/1999/xhtml">The Mexican puzzle of </div> jose esoj 2006-03-01T16:22:19.530000 2006-03-01T16:22:19.530000
fuck all of yall nigaz yall just fucken hating because he's better that all your fucken players.!!!!!!!!!!!!!!! Ha Ha
fuck all of yall nigaz yall just fucken hating because he's better that all your fucken players.!!!!!!!!!!!!!!! Ha Ha…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_22_08_00_43-Versa__Pattern_Matching__article_.atom0000664000104500010450000000406611006760677025512 0ustar ucheuche Fri Jul 22 08:00:43 2005 1cecd377-a3cd-49a6-b41b-a070b12d95d8 <div xmlns="http://www.w3.org/1999/xhtml">Versa: Pattern Matching (article)</div> Uche http://uche.ogbuji.net 2005-07-22T08:00:43.780000 2005-07-22T08:00:43.780000
Dave says "dajobe: I guess I get the idea of versa now. but the syntax twists my head, I can't remember what a particular fragment is querying or returning".  Funny.  That's exactly what I have to say about SPARQL:

http://copia.ogbuji.net/blog/2005-05-19/SPARQL_ver

And that's why we need RDF query options.  Clearly there are very differently shaped heads out there.
Dave says "dajobe: I guess I get the idea of versa now. but the syntax twists my head, I can't remember what a particular fragment is querying or returning". Funny. That's exactly what I have to say about SPARQL: http://copia.ogbuji.net/blog/2005-05-19/SPARQL_ver And that's why we need RDF query options. Clearly there…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_02_15_55_12-Towards_EXSLT.atom0000664000104500010450000000367411006764343021364 0ustar ucheuche Thu Jun 2 15:55:12 2005 abfb419a-2238-4855-896b-4168b8ed5985 <div xmlns="http://www.w3.org/1999/xhtml">Towards EXSLT </div> Uche http://uche.ogbuji.net 2005-06-02T15:55:12.900000 2005-06-02T15:55:12.900000
Sylvain,

Yes, I've seen that it's hard for newbies to glean information on EXSLT from the site, which is why addressing the overview materisl is a priority.

John,

I figured the assign-to-domain idea wasn't likely, but thanks for the clarification on joint copyright.  Based on that note, I think joint copyright of the EXSLT managers is the way to go.
Sylvain, Yes, I've seen that it's hard for newbies to glean information on EXSLT from the site, which is why addressing the overview materisl is a priority. John, I figured the assign-to-domain idea wasn't likely, but thanks for the clarification on joint copyright. Based on that note, I think joint…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_08_15_03_39-Government_grants_scam.atom0000664000104500010450000000356211007066533023472 0ustar ucheuche Sat Jul 8 15:03:39 2006 7b655090-3d45-4ef6-a0f8-4d9d0c9d4907 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Smith 2006-07-08T15:03:39.240000 2006-07-08T15:03:39.240000
We got 2 calls today. First from a woman with good English claiming to be from the govt grant agency, telling my wife she was selected for a govt grant. My wife asked why they are caling us as we're on the no call list. The caller hung up.

a bit later, I got a call from a man with a strong accent (not Indian?) telling me I'd been selected for a $5000 grant. I told him, we're on the no call list. He swore at me and hung up.
We got 2 calls today. First from a woman with good English claiming to be from the govt grant agency, telling my wife she was selected for a govt grant. My wife asked why they are caling us as we're on the no call list. The caller hung up. a…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_08_19_44_30-Government_grants_scam.atom0000664000104500010450000000457411007067035023476 0ustar ucheuche Fri Sep 8 19:44:30 2006 23fac503-b607-4370-a5e3-b7fe18d1af6a <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Dawn 2006-09-08T19:44:30.800000 2006-09-08T19:44:30.800000
I got the same call, and I went through three different people. The last one said her name was Jennifer Johnson job ID# 50301.
One problem. She had such a heavy accent that I couldn't understand her. I told her that I didn't have a checking account. She told me that she would call me back in 1 hour.
I live in Ohio, so I called my father in California and asked him if he had ever heard of "Goverment American Financial Grant Cener in Lake Forest. He said no, and when I put in the name on Yahoo Yellow Pages I saw that no place like that exists in or around Lake Forest.
When they called me back I said you are a fraud and hung up. She called me back about three more times. I kept hanging up and she would call right back.
I am sorry I almost fell for it.
I needed that $5000 though.
Now I know.
Thanks for the input about this scam!
I got the same call, and I went through three different people. The last one said her name was Jennifer Johnson job ID# 50301. One problem. She had such a heavy accent that I couldn't understand her. I told her that I didn't have a checking account. She told me…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_29_22_17_25-Wow___XML_formats_for_outlining_are_complete_rubbish.atom0000664000104500010450000000521311006762241031475 0ustar ucheuche Wed Jun 29 22:17:25 2005 afdd2004-9742-4011-b6fe-a19fa840b037 <div xmlns="http://www.w3.org/1999/xhtml">Wow! XML formats for outlining are complete rubbish</div> karl Dubost http://www.la-grange.net/ 2005-06-29T22:17:25.240000 2005-06-29T22:17:25.240000
I cut and paste:

[[[

06:38 PM
OPML [ #4217 ]
OPML is Dave Winer's outline markup language. Mark Pilgrim is sub-impressed.

Aaron Straup Cope has created OTLML to address some of OPML's deficiencies. He's written some SAX toys (and again for OPML). (props to Sam Ruby for the pointers)

I still haven't worked out why outlines are da bomb. I should get off my butt and install Radio and play with outlines there, but somehow real work intervenes. I just haven't seen any description of what you can do with OPML that inspires me yet.
]]]

Follow the links :)
http://aaronland.info/weblog/2002/04/07/4190/

OPML Tools, and OTML another format that Aaron has designed. Though Aaron says himself that… "to have designed one, it is indeed useless"
I cut and paste: [[[ 06:38 PM OPML [ #4217 ] OPML is Dave Winer's outline markup language. Mark Pilgrim is sub-impressed. Aaron Straup Cope has created OTLML to address some of OPML's deficiencies. He's written some SAX toys (and again for OPML). (props to Sam Ruby for the pointers)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_16_14_23_22-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000367611006751634031324 0ustar ucheuche Wed Nov 16 14:23:22 2005 4b5857a5-085d-43d2-a9c3-f55cfe32253c <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Uche http://uche.ogbuji.net 2005-11-16T14:23:22.760000 2005-11-16T14:23:22.760000
They said they are the first world-class University in WA, which to my reading means that there have been no other world-class Universities in WA before AAUN.  As you say, there have indeed been others, even if those others are now in disrepair.

Thanks for that Nigerian Guardian link.  If AAUN can find its way into such a ranking, more power to them, for sure.
They said they are the first world-class University in WA, which to my reading means that there have been no other world-class Universities in WA before AAUN. As you say, there have indeed been others, even if those others are now in disrepair. Thanks for that Nigerian Guardian link. If…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_22_19_45_43-Government_grants_scam.atom0000664000104500010450000000257511007067120023471 0ustar ucheuche Fri Sep 22 19:45:43 2006 9822103d-57b7-4b44-8ab4-e63857d22d0c <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Big Rich 2006-09-22T19:45:43.170000 2006-09-22T19:45:43.170000
I got a call from them today also. Didn't answer and googled the mumber and found this site. Thanks!
I got a call from them today also. Didn't answer and googled the mumber and found this site. Thanks!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_08_08_20_07_13-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_08_08_20_07_13-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000001173411007062226031647 0ustar ucheuche Tue Aug 8 20:07:13 2006 f3f0a4f1-addc-42d8-9f82-c878f941a0a9 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Yannic 2006-08-08T20:07:13.860000 2006-08-08T20:07:13.860000
Looking back at this World Cup I have to say I was a little bit disappointed with it. Zidane has been my idol for so many year. I was ten years old when France won the World Cup and I still know the lineup from that day out of my head. But I have to admit that I'm biased with hating italy because I'm from Germany and I've never liked italian soccer that much, but we have to be honest. Fabio Cannavaro did a magnificent job. I haven't seen someone defending like that since Steven Gerrard in the Championsleague Final AC Milan against FC Liverpool.
But still. I was forced to watch the games in the US
while the biggest party on earth was going on in my homecountry.  I personally played soccer for 12 years and learned a lot about tactics and how to read a game; I know how easy those guys make it look. And how much of a sport it is. I didn't even feel insulted that much by the ignorance of the american commentators. What hit me was those two ESPN reporters making fun of soccer and saying how much of a sissy sport it is. That made me sad. Because I remember my concussion and my broken foot and all the pain. A normal soccer season starts of in the end of summer. In that time you play a lot and don't do much of training. The real torture begins after the christmas vacation. You would get in your soccer boots and would start warming up. 20 rounds around the field with snow a foot high. And then we would start jogging. To next big town Herrenberg. 15 miles away. Not that bad but only up the hill in snow. And then back.

But we have to be fair.
Mispronouncing names seems to be very common in  any culture. German and English people are obsessed with pronouncing it right but that's more the exception. A lot of countries are very proud of their language and refuse to adapt to different
pronounciation rules. That's not very nice but certainly not the end of the world.
But Soccer commentators who actually have no idea of soccer have a good chance on causing apocalyptic outrage. I give you an example.
Fernando Meira. Portugese defender. Plays for VFB STUTTGART. He played against Germany in STUTTGART.
In HIS home stadium. In the last few minutes Thomas Hitzlsperger got subbed in who also plays for VFB STUTTGART. In a very nice play he passed Fernando Meira, his fellow team mate. The ESPN announcers didn't mention anything of that. Every German team fan would have known that, every portugese team fan would have known that, every fc middlesborough fan would have known that. (By the way I rooted for you, against FC Sevilla)
But I would have been so easy. You just should have given all those ESPN commentator the newest EA Sports Soccer Manager one year before the World Cup. Let's say they should have played one hour a week. That would have been 52 hours. You could have played five seasons in that time. But I bet they would have played so much more, they would have actually started liking soccer, understanding it's deep history, the money, the franchise, the fans, the stadium, the tragedies, the victories, the unfairness, the sportsmanship, the players stats. Their speed their dribbling technique, their playing style, where to position them best, what players go together. They would have gotten addicted to the sport. And those games are developped in canada but the company is american.
That's good for the economy. And we like money don't we?
Looking back at this World Cup I have to say I was a little bit disappointed with it. Zidane has been my idol for so many year. I was ten years old when France won the World Cup and I still know the lineup from that day out of my…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_30_09_40_30-The_Mexican_puzzle_of.atom0000664000104500010450000000404611006755377023245 0ustar ucheuche Fri Sep 30 09:40:30 2005 77356329-e47b-4a4b-b307-65ab2771e765 <div xmlns="http://www.w3.org/1999/xhtml">The Mexican puzzle of </div> Bill Mill http://llimllib.f2o.org/blog/ 2005-09-30T09:40:30.800000 2005-09-30T09:40:30.800000
I cannot stand Jared Borghetti. Dirty, violent, sore loser of a player.

Doesn't mean he's a bad footballer - he's a damn fine player when he's not taking cheap shots or whining - but I really can't stand him. I can only remember him in the 2002 WC, getting dirtier as it became clearer that the US was going to advance.

(Go USA! I can't wait for Germany 2006. Your boy Eddie Johnson is going to break out on the world stage like nobody's business. If we can just cobble a decent defense together...)
I cannot stand Jared Borghetti. Dirty, violent, sore loser of a player. Doesn't mean he's a bad footballer - he's a damn fine player when he's not taking cheap shots or whining - but I really can't stand him. I can only remember him in the 2002 WC, getting dirtier…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_20_23_17_55-Today_s_XML_WTF__UTF-8_BOM_madness_in_Windows_browsers.atom0000664000104500010450000000351711006754243031174 0ustar ucheuche Thu Oct 20 23:17:55 2005 f225ad12-77f1-4038-b549-18809bf2813d <div xmlns="http://www.w3.org/1999/xhtml">Today's XML WTF: UTF-8 BOM madness in Windows browsers</div> Uche http://uche.ogbuji.net 2005-10-20T23:17:55.320000 2005-10-20T23:17:55.320000
Eeek.  Sorry, Anne.  In this global village guessing someone's sex by name is hazardous.  Thanks, Jaya.

BTW, everyone thinks my 3 year old boy Jide is a girl, even after meeting him.  Doesn't faze me a bit, so maybe I get a few credits from others for my own patience?  :-)
Eeek. Sorry, Anne. In this global village guessing someone's sex by name is hazardous. Thanks, Jaya. BTW, everyone thinks my 3 year old boy Jide is a girl, even after meeting him. Doesn't faze me a bit, so maybe I get a few credits from others for my own patience?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_20_10_15_46-Omnium_gatherum_macaronicorum.atom0000664000104500010450000000263411006762712025030 0ustar ucheuche Mon Jun 20 10:15:46 2005 287b25fa-b458-413e-88cf-079eafbab753 <div xmlns="http://www.w3.org/1999/xhtml">Omnium gatherum macaronicorum</div> John Cowan http://www.ccil.org/~cowan 2005-06-20T10:15:46.540000 2005-06-20T10:15:46.540000
See also my earlier posting in macaronic prose.
See also my earlier posting in macaronic prose.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_22_10_47_09-Use_Amara_to_parse_process__almost__any_HTML.atom0000664000104500010450000000415711006760724027622 0ustar ucheuche Fri Jul 22 10:47:09 2005 2394bea1-c57e-4fa0-a290-1c758c98dc12 <div xmlns="http://www.w3.org/1999/xhtml">Use Amara to parse/process (almost) any HTML</div> Uch http://uche.ogbuji.net 2005-07-22T10:47:09.090000 2005-07-22T10:47:09.090000
Dethe,

I looked at BeautifulSoup when I wrote "Wrestling HTML" and again more recently.  As I explained in "Wrestling HTML",  I don't think it's the same thing that tidy offers.  It's more of a selection API for grabbing content from HTML documents.  Using Tidy, Tagsoup and such you end up with the entire document cleaned up and ready for random access processing.  So I think it's useful to have both BS and something tidy-like in the toolbox.

I'll post another entry today on the matter that will probably interest you.
Dethe, I looked at BeautifulSoup when I wrote "Wrestling HTML" and again more recently. As I explained in "Wrestling HTML", I don't think it's the same thing that tidy offers. It's more of a selection API for grabbing content from HTML documents. Using Tidy, Tagsoup and such you end up…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_10_13_42_42-Government_grants_scam.atom0000664000104500010450000000473711007067200023445 0ustar ucheuche Tue Oct 10 13:42:42 2006 483a7577-9d28-4c6f-bd82-f74ac664d254 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> raj 2006-10-10T13:42:42.650000 2006-10-10T13:42:42.650000
I too got a call from 808-212-0041 (said Washington).The accent was Indian + some kind of western accent immitation.He was saying that it was his job to inform me the cheque number and code etc which I have to use when someone calls me from US govt so that I will get some $12000/-.I got raged and said I will give this number to Police Dept.He said why? what are u talking? and emphasized as it was all his duty to provide the cheque number etc to me as I some money was deducted from my account by mistake.(What account what money.. dirty fellow!!!)I asked him how did he get my number and address all, he was saying the above.
I said I am going to give this number to Police.He said he can wait and on-hold.. like that!! What a courage yaar! I simply noted the cheque numbers he gave me.He said his name was some ryan and also gave some phone number also.

I dont know how can this kind of irritating guys/business/fraud should be complained about and to whom?

Alas, Be cool!
I too got a call from 808-212-0041 (said Washington).The accent was Indian + some kind of western accent immitation.He was saying that it was his job to inform me the cheque number and code etc which I have to use when someone calls me from US govt so that I…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_12_09_23_43-The_problem_with_aid_to_Africa.atom0000664000104500010450000000404311006761421025026 0ustar ucheuche Tue Jul 12 09:23:43 2005 659aade6-6ad5-4801-a48d-f53507b985c6 <div xmlns="http://www.w3.org/1999/xhtml">The problem with aid to Africa</div> John Cowan http://www.ccil.org/~cowan 2005-07-12T09:23:43.320000 2005-07-12T09:23:43.320000
Actually, a protective tariff makes excellent sense in some circumstances.  Back in 1960^H^H^H^H1790, the U.S., then a Third World (or charitably Second World) nation, set up a protective tariff and held it in place for almost a century.  The reason the U.S. could do that (whereas Africa can't), of course, is that the superpower of the day, the British Empire, was inclined to leave America alone after getting its nose bloodied trying the alternative approach.  Maybe Africa got its independence too peacefully?
Actually, a protective tariff makes excellent sense in some circumstances. Back in 1960^H^H^H^H1790, the U.S., then a Third World (or charitably Second World) nation, set up a protective tariff and held it in place for almost a century. The reason the U.S. could do that (whereas Africa can't), of course,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_02_07_02_48_02-Small_fix_to_atom_rnc__and_what_about_xml_space_.atom0000664000104500010450000000427211007067616030646 0ustar ucheuche Tue Feb 7 02:48:02 2006 b3ee978a-09ab-432b-9498-09c834eee7b0 <div xmlns="http://www.w3.org/1999/xhtml">Small fix to atom.rnc, and what about xml:space?</div> Sylvain Hellegouarch http://www.defuze.org/oss/blog 2006-02-07T02:48:02.010000 2006-02-07T02:48:02.010000
Hi Uche,

As we were saying yesterday, to a larger extent the fact the RFC offers a RelaxNG schema is not a good idea. Evene a normative one because many people will assume it is a correct interpretation of the specification text itself and will base their Atom construction on the schema rather than on the spec.

Therefore, either the schema should be fixed to a point where it is a miror of the spec or it should be left out of the spec altogether.

In its current form it is more misleading IMO.

- Sylvain
Hi Uche, As we were saying yesterday, to a larger extent the fact the RFC offers a RelaxNG schema is not a good idea. Evene a normative one because many people will assume it is a correct interpretation of the specification text itself and will base their Atom construction on…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_09_10_07_46_39-FuXi__Becoming_a_Full-fledged_Logical_Reasoning_System.atom0000664000104500010450000000412411007173751031457 0ustar ucheuche Mon Sep 10 07:46:39 2007 3b1d340d-3d75-46b7-abce-4b0eb59d23ea <div xmlns="http://www.w3.org/1999/xhtml">FuXi: Becoming a Full-fledged Logical Reasoning System</div> peter lin 2007-09-10T07:46:39.590000 2007-09-10T07:46:39.590000
If you're referring to RETE-UL as the most efficient pattern matching algorithm, that claim is only true if all facts fit Robert Doorenboss' IAV design. Mapping EAV to RETE-UL triple results in grossly inefficient RETE network. The most optimal design for entity objects is Dr. Forgy's design, not RETE-UL.

I believe I went to great lengths to show mathematically why EAV-triple design is the wrong approach for entity objects with n-tuples.

peter
If you're referring to RETE-UL as the most efficient pattern matching algorithm, that claim is only true if all facts fit Robert Doorenboss' IAV design. Mapping EAV to RETE-UL triple results in grossly inefficient RETE network. The most optimal design for entity objects is Dr. Forgy's design, not RETE-UL. I…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_11_10_35_46-del_icio_us_bookmarks_for_2005-11-02.atom0000664000104500010450000000267711006753102025247 0ustar ucheuche Fri Nov 11 10:35:46 2005 a717296c-eb26-4aea-a98e-30adf0fc6187 <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2005-11-02</div> A-League Results http://www.thefootballwiki.com/index.php/A-League_2005-06 2005-11-11T10:35:46.240000 2005-11-11T10:35:46.240000
Support the A-League at the football wiki.
Support the A-League at the football wiki.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_15_15_32_59-Government_grants_scam.atom0000664000104500010450000000366111007066573023500 0ustar ucheuche Sat Jul 15 15:32:59 2006 21acadbd-172f-4f53-b9c7-8c6a0735ce8e <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Kelley 2006-07-15T15:32:59.810000 2006-07-15T15:32:59.810000
I saw this dude's number pop up for the second time since last week (see my comment ^^^^), SO I decided I would have some fun with him. He was selling drugs this time! New scam? seems to be a common theme to the notes everyone's putting in here. Anyway, I asked him where my money was? He replied that he had no idea what I was walking about. I told him we talked last week and he was going to call me back with confirmation of when they were going to deposit my $5K. He got awfully testy and I hung up on him :-D
I saw this dude's number pop up for the second time since last week (see my comment ^^^^), SO I decided I would have some fun with him. He was selling drugs this time! New scam? seems to be a common theme to the notes everyone's putting in here. Anyway,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_02_02_49_59-Amara_1_1_6.atom0000664000104500010450000000300311006753212020651 0ustar ucheuche Wed Nov 2 02:49:59 2005 28af276c-68dc-4c24-958f-09a80143d583 <div xmlns="http://www.w3.org/1999/xhtml">Amara 1.1.6</div> Lawouach http://www.defuze.org/oss/blog/ 2005-11-02T02:49:59.880000 2005-11-02T02:49:59.880000
Yeap and there are new functions that could help me simplifying even more I think.

I'll update atomixlib I think.

- Sylvain
Yeap and there are new functions that could help me simplifying even more I think. I'll update atomixlib I think. - Sylvain…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_23_15_49_40-Why_JSON_vs_XML_is_a_yawn.atom0000664000104500010450000000620511007054525023634 0ustar ucheuche Sat Dec 23 15:49:40 2006 6015d67d-aa6f-4d2b-812a-d159203363c9 <div xmlns="http://www.w3.org/1999/xhtml">Why JSON vs XML is a yawn</div> Mike Champion blogs.msdn.com/mikechampion 2006-12-23T15:49:40.310000 2006-12-23T15:49:40.310000
On the pragmatism of WS-*, see Eric Newcomer's post http://blogs.iona.com/newcomer/archives/000431.html I linked to; the gist of it is that WS-* is being widely criticized these days because it is so widely used that its warts are obvious, but warts and all it is solving more problems than it creates. Obviously it is not being widely used in the ways that its advocates envisioned in 2001 or so, since it is really about "enterprise services" than "web services"... but then neither is XML primarily used as envisioned as "SGML for the Web".  For that matter, HTTP is widely used in all sorts of ways that violate Fielding's vision and the spec itself (e.g., GET with side effects), but that's because we live in a world govererned by evolution rather than intelligent design.

But the more interesting point you raise is "XQuery for JSON. Wouldn't it be so much simpler and cleaner than our XQuery for XML? Heck, wouldn't it be pretty much...SQL?".  I know that lots of people, especially Tim Bray, strongly disagree, but if you think of something like the XQuery data model rather than the XML syntax as the unifying principle, XQuery over JSON makes perfect sense (to the extent that there is a canonical mapping from the XQuery data model to JSON). SQL doesn't do the job because it is so clumsy to use with hierarchal data models of the sort that are easily represented in XML or JSON. 

Let's hope that "JQuery" and "JSLT" and "JSDL" don't pop up to muddy the waters further.
On the pragmatism of WS-*, see Eric Newcomer's post http://blogs.iona.com/newcomer/archives/000431.html I linked to; the gist of it is that WS-* is being widely criticized these days because it is so widely used that its warts are obvious, but warts and all it is solving more problems than it creates. Obviously…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_11_15_56_28-Rant__The_Infiltration_of_Hallmark_Days.atom0000664000104500010450000000552411006765505026632 0ustar ucheuche Wed May 11 15:56:28 2005 93f4dd15-0c9a-40a9-a184-83798d14427f <div xmlns="http://www.w3.org/1999/xhtml">Rant: The Infiltration of Hallmark Days</div> d 2005-05-11T15:56:28.760000 2005-05-11T15:56:28.760000
I agree, to a certain extent, but in a different way.  Too many "holidays" certainly do take something away from the significance of the holiday.  It's like visiting Florida vs living there.  You start to say, "What's the big deal?"

Honestly, I really don't think that it's too hard to sort out just what days should go.  For example, what if I want to go to the store and buy myself a drink on Sunday?  Why can't I have a beer (or a 5th of Tequila) just on the spur of the moment.  Similarly, why is it that the whole world shuts down for Christmas and Easter?  The only holidays where business whould shut down should be official government holidays, set aside for those who wouldn't otherwise get the time off for travel and such.

I strongly hold that all other holidays should be treated less more like Halloween and Valentine's Day - every man for himself.  So from here on out I declare myself a d-ologist, and d-ologist day in March 16th and no one should go to work!  (Oddly enough, here in Boston schools shut down for St. Patrick's Day.)  If everyone self-selects, then people would really be forced to choose just which days are really worth calling a holiday.

PS Thanks for the flowers on Sunday.  They were really a big surprise. ;)
I agree, to a certain extent, but in a different way. Too many "holidays" certainly do take something away from the significance of the holiday. It's like visiting Florida vs living there. You start to say, "What's the big deal?" Honestly, I really don't think that it's too hard to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_17_09_35_33-Government_grants_scam.atom0000664000104500010450000000360511007066743023476 0ustar ucheuche Thu Aug 17 09:35:33 2006 c1f2bfc8-05c3-488e-b604-4d85f75668a2 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> BILLY R BURGESS 2006-08-17T09:35:33.340000 2006-08-17T09:35:33.340000
I RECIVED A CALL FROM A MAN WITH A INDIAN ACSENT . I HAD WON A 50000 TO 25000 GRANT IF MY CREDIT RATING WAS GOOD. RIGHT OFF IT WAS A SCAM.  HE SAID HE WAS FROM GOVERMENT GRANTS PROSSESING DEPT 2341 ALOMA AVE SUITE 158 WINTER PARK FLORIDA 32792  HIS NAME HE SAID WAS MARK EMPLOYEE ID# 23112 THEN HE GAVE ME TWO WEB SITES TO CHECK HIM OUT ON HE WAS SUPPOSE TOP CALL ME BACK IN A HOUR  WELL NO CALL BECAUSE I WOULDNT GIVE UP MY CHECKING ACCOUNT NUMBER  SCAMM ALL THE WAY
I RECIVED A CALL FROM A MAN WITH A INDIAN ACSENT . I HAD WON A 50000 TO 25000 GRANT IF MY CREDIT RATING WAS GOOD. RIGHT OFF IT WAS A SCAM. HE SAID HE WAS FROM GOVERMENT GRANTS PROSSESING DEPT 2341 ALOMA AVE SUITE 158 WINTER PARK FLORIDA 32792…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_18_22_11_09-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000344111006751643031320 0ustar ucheuche Tue Apr 18 22:11:09 2006 68078068-ce60-4eb5-9e4b-5d2c00ef9f65 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> John 2006-04-18T22:11:09.240000 2006-04-18T22:11:09.240000
I'm an American with significant international teaching experience and am considering making an application to become a member of the faculty at the American University of Nigeria?

Tell me about life in Yola...

Sincerely yours,
John
I'm an American with significant international teaching experience and am considering making an application to become a member of the faculty at the American University of Nigeria? Tell me about life in Yola... Sincerely yours, John…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_04_12_14_03-Realityshock.atom0000664000104500010450000000266511006756573021425 0ustar ucheuche Sun Sep 4 12:14:03 2005 61afba17-1f57-432d-a32a-b8c330f86069 <div xmlns="http://www.w3.org/1999/xhtml">Realityshock</div> Trackback from The Master Smiled http://www.themastersmiled.com/index.php/2005/09/04/realityshock/ 2005-09-04T12:14:03.850000 2005-09-04T12:14:03.850000
[Another cartoon inspired by current news. Please feel free to comment!] ...
[Another cartoon inspired by current news. Please feel free to comment!] ...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_01_14_02_14_27-Government_grants_scam.atom0000664000104500010450000000416711007067540023456 0ustar ucheuche Sun Jan 14 02:14:27 2007 b343733b-669c-44f2-876f-59c66d1ffe7a <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Big John in Tennessee 2007-01-14T02:14:27.190000 2007-01-14T02:14:27.190000
Just started getting calls from "322-401-0987" Indian wanting to help me with my internet and computer problems.
I Googled the number and found you guys...
WOW, they really know how to work it, Knew my name even tho my phone is listed in another's name. Wanting any information he could get.
BTW: my computer has been acting funny the past couple of days, no virus found, but the disc drive will start running and red activity light starts flickering, just wondering if they already have me by the tight and curlies?

BEWARE, I'll try the 57 thing next time I get the call.
Just started getting calls from "322-401-0987" Indian wanting to help me with my internet and computer problems. I Googled the number and found you guys... WOW, they really know how to work it, Knew my name even tho my phone is listed in another's name. Wanting any information he could…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_06_07_10_53_23-del_icio_us_bookmarks_for_2007-06-05.atom0000664000104500010450000000261011007175627025264 0ustar ucheuche Thu Jun 7 10:53:23 2007 7ddd5d94-738e-45e1-a765-e2da1617d2b9 <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2007-06-05</div> alice http://www.alicepretchet.com 2007-06-07T10:53:23.030000 2007-06-07T10:53:23.030000
I love "the notion here is to enter data just once, but to use it often."
I love "the notion here is to enter data just once, but to use it often."…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_09_13_36_52-Government_grants_scam.atom0000664000104500010450000000352711007067327023470 0ustar ucheuche Thu Nov 9 13:36:52 2006 b5c59cf2-f0c6-4154-84a8-5dea0ee5a775 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jackie Sherfield 2006-11-09T13:36:52.250000 2006-11-09T13:36:52.250000
I received a call at work from Advanced Financial Group stating that I qualified to recieve a grant totaling $5k-$7K and that I only needed to pay a processing fee of $320.  While doing a serious of googles on this company, i could never find it.  They stated they were located in NEW LONDON, CT.  and he refused to give me a call back number, and stated that it should be listed on my caller id.
I received a call at work from Advanced Financial Group stating that I qualified to recieve a grant totaling $5k-$7K and that I only needed to pay a processing fee of $320. While doing a serious of googles on this company, i could never find it. They stated they were…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_01_11_31_58-Is_it_coz_I_is_not_black_.atom0000664000104500010450000000441211006760431024004 0ustar ucheuche Mon Aug 1 11:31:58 2005 789f608b-6dad-4733-a72c-1b1c763ae002 <div xmlns="http://www.w3.org/1999/xhtml">Is it coz I is not black?</div> Rich...! http://www.joblog.co.za 2005-08-01T11:31:58.170000 2005-08-01T11:31:58.170000
Very interesting thoughts from someone with a perspective that allows them to see both sides. Respect.

I think the basic criteria is relatively simple, the question I would ask would be "looking towards creating a better future in SA, would I be offended if another race (lets say whites)had a group that was white only?" I for one would be.

The issue for me is not that it's "blacks only" but that it's "-placeholder- only".

I agree that there are some groups where this makes sense, woman only health clubs spring to mind, but there should be a very compelling reason for it that goes beyond financial gain through racial-self-exploitation, as this club seems to be...!
Very interesting thoughts from someone with a perspective that allows them to see both sides. Respect. I think the basic criteria is relatively simple, the question I would ask would be "looking towards creating a better future in SA, would I be offended if another race (lets say whites)had a…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_15_19_42_36-Government_grants_scam.atom0000664000104500010450000000337111007067070023471 0ustar ucheuche Fri Sep 15 19:42:36 2006 b50a9387-c120-4f55-a00d-7e76f96565fe <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Nick 2006-09-15T19:42:36.500000 2006-09-15T19:42:36.500000
LMFAO! i just got the same call , though they changed the address it was a thick indian accent. i just didnt have to give it to terrorists or buy drugs. i asked for there supervisor they agreed and sence i was on here lookin at it i was telling him i was. he called me stupid for being on the internet and not knowing its real. lmfao retard
LMFAO! i just got the same call , though they changed the address it was a thick indian accent. i just didnt have to give it to terrorists or buy drugs. i asked for there supervisor they agreed and sence i was on here lookin at it i was telling…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_18_07_19_49-Gooner_luv__or.atom0000664000104500010450000000404711007063525021747 0ustar ucheuche Tue Apr 18 07:19:49 2006 aa971286-e671-4a95-9365-c9691caf092b <div xmlns="http://www.w3.org/1999/xhtml">Gooner luv (or </div> Uche http://uche.ogbuji.net 2006-04-18T07:19:49.500000 2006-04-18T07:19:49.500000
Getting football on TV in the US is usually a matter of finding two channels: Fox Soccer Channel and Gol TV.  Either one will get you half way there.  You can get the other half through MaXxed Football Forums:

http://www.fbtz.com/forum/index.php

You have to join up to actually see anything useful, and once you do join up it should be self-explanatory.  Let me just say this site is mandatory for a football fan.
Getting football on TV in the US is usually a matter of finding two channels: Fox Soccer Channel and Gol TV. Either one will get you half way there. You can get the other half through MaXxed Football Forums: http://www.fbtz.com/forum/index.php You have to join up to actually see anything useful,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000016400000000000011566 Lustar rootrootrepository/comments/2006_07_14_10_54_26-The_Okayplayer_take__Zidane___Materazzi___Fight______Fatality___Sucka_.atomrepository/comments/2006_07_14_10_54_26-The_Okayplayer_take__Zidane___Materazzi___Fight______Fatalit0000664000104500010450000000726611007061234031735 0ustar ucheuche Fri Jul 14 10:54:26 2006 f75c8d62-bc42-4b93-b60e-e204894b2fe6 <div xmlns="http://www.w3.org/1999/xhtml">The Okayplayer take: Zidane...Materazzi...Fight!!!...Fatality...Sucka!</div> CloseTheDoor http://femminacabbadora.splinder.com/ 2006-07-14T10:54:26.970000 2006-07-14T10:54:26.970000
Les exclamations à fonds sexuel font partie de la langue italienne (il suffit d'écouter la chanson « Bartali »  de Paolo Conte, qui n'est pas exactement un rustre), p-ê l'espagnol arrive-t-il au même niveau mais je sais à quel point ça peut choquer un francophone. J'aimerais  pourtant qu'au moins dans les organismes officiels, on garde un peu de froideur et qu’on n'adopte pas deux poids et deux mesures. La FIFA appelle sur le banc des accusés Materazzi, sur la seule base de la parole de Zidane. On ne les a pas entendus, les mots de Materazzi, sinon évoqués par la bouche de Zidane. Bien sûr, lui, c’est un « homme d’honneur », et on lui croit sur la parole. Seriez-vous d’accord à donner une amende au Danois Poulsen pour avoir provoqué Totti? Et à l'Américain Brian Mc Bride pour avoir provoqué De Rossi? Zidane est un homme de 34 ans, professionnel. Il aurait « défendu son honneur » J’assiste là à un renversement surréel des proportions des offenses. J’ai envie de dire aussi haut et fort, que nombre d’intellectuels voire le gouvernement italien ont combattu cette façon de raisonner « honneur et famille » qui a réglé une bonne partie du Midi de l’Italie jusqu'aux années 1970. Cette façon de raisonner a coûté tant de vies humaines – hommes, femmes, enfants – qui ne respectaient pas le « code d’honneur ». De plus, un coup de tête n’est pas été la réaction « normale » d'une personne en colère, et Zidane en a donné trois, quatre, cinq. Un joueur de football américain que je connais, Alessandro Pellizzaro, est devenu tétraplégique suite à un placage qui l’a frappé sur la poitrine. Ce n’est pas tant le manque d'esprit sportif dont on fait preuve. C’est toucher du doigt la profondeur de la haine et du mépris envers les Italiens, en France et ailleurs. Les Italiens sont toujours coupables, à priori. Finalement, cette affaire « Materazzi-Zidane » est un micro-exemple de ce qui arrive sur une échelle plus grande dans le monde. Il y a des nations de première division, et des nations de deuxième division.
Les exclamations à fonds sexuel font partie de la langue italienne (il suffit d'écouter la chanson « Bartali » de Paolo Conte, qui n'est pas exactement un rustre), p-ê l'espagnol arrive-t-il au même niveau mais je sais à quel point ça peut choquer un francophone. J'aimerais pourtant qu'au moins dans…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_19_11_12_38-The_Earliest_Juncture_of_Semiotics_and_Mathematics.atom0000664000104500010450000000301611006763024031043 0ustar ucheuche Sun Jun 19 11:12:38 2005 79dea4d8-fd70-48bb-8ba9-693f339bf754 <div xmlns="http://www.w3.org/1999/xhtml">The Earliest Juncture of Semiotics and Mathematics</div> chimezie http://copia.ogbuji.net/blog 2005-06-19T11:12:38.640000 2005-06-19T11:12:38.640000
I recently found an interesting paper on applying boolean algebra to the Yi Jing symbols:
I recently found an interesting paper on applying boolean algebra to the Yi Jing symbols:…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_04_15_17_33-PyBlosxom_plug-in__latest_comments_py.atom0000664000104500010450000000333311006765034026467 0ustar ucheuche Sun Dec 4 15:17:33 2005 c8d22d69-f8f9-42f1-9b61-7db4afcb5b6f <div xmlns="http://www.w3.org/1999/xhtml">PyBlosxom plug-in: latest_comments.py</div> Ludger Humbert http://haspe.homeip.net:8080/cgi-bin/pyblosxom.cgi 2005-12-04T15:17:33.910000 2005-12-04T15:17:33.910000
Hi,
I don't understand, why I had to search for this. It should be an element of the »standard« contrib-package. Perhaps you could it put in there?

TNX for this plugin. I'll think it is very handy ;-)
Hi, I don't understand, why I had to search for this. It should be an element of the »standard« contrib-package. Perhaps you could it put in there? TNX for this plugin. I'll think it is very handy ;-)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000014600000000000011566 Lustar rootrootrepository/comments/2005_10_15_22_48_07-Notes_on_Porting_an_XSLT_HTML_Application_to_XForms_SOAP.atomrepository/comments/2005_10_15_22_48_07-Notes_on_Porting_an_XSLT_HTML_Application_to_XForms_SOAP.ato0000664000104500010450000000330311006766412031403 0ustar ucheuche Sat Oct 15 22:48:07 2005 9ab13d03-187e-46af-8fe2-a91c062975e0 <div xmlns="http://www.w3.org/1999/xhtml">Notes on Porting an XSLT/HTML Application to XForms/SOAP</div> sandeepan Kundu 2005-10-15T22:48:07.750000 2005-10-15T22:48:07.750000
i am still unknown how to use the xform.
can nebody suggest me a simple xform example.
what are the configuration needed.
how toi render the xform into xhtml or simple html.

bye :)
i am still unknown how to use the xform. can nebody suggest me a simple xform example. what are the configuration needed. how toi render the xform into xhtml or simple html. bye :)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_26_07_21_38-Quotidie.atom0000664000104500010450000000262011006767066020546 0ustar ucheuche Tue Apr 26 07:21:38 2005 11678c1f-50be-4fdd-8143-e07b2d1b70b2 <div xmlns="http://www.w3.org/1999/xhtml">Quotidie</div> Uche http://uche.ogbuji.net 2005-04-26T07:21:38.260000 2005-04-26T07:21:38.260000
It's always a good thing for verse to be informed by song-craft.  I'll be interested in following your technique.
It's always a good thing for verse to be informed by song-craft. I'll be interested in following your technique.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_06_07_50_07-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000311111006751636031313 0ustar ucheuche Tue Dec 6 07:50:07 2005 768eea09-9863-4c96-9859-1841bbac4377 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> MUHAMMAD .L. AMEEN 2005-12-06T07:50:07.910000 2005-12-06T07:50:07.910000
I WANT KNOW MUCH ABOUT ABTI AMERICAN UNIVERSITY BCOS I WANT APPLY THERE SO I WANT TO SEND THE WAY THAT I ENTER THE UNIVERSITY PLS SEND IT THROUGH MY E-MAIL SOON PLS
I WANT KNOW MUCH ABOUT ABTI AMERICAN UNIVERSITY BCOS I WANT APPLY THERE SO I WANT TO SEND THE WAY THAT I ENTER THE UNIVERSITY PLS SEND IT THROUGH MY E-MAIL SOON PLS…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_11_01_37_31-Government_grants_scam.atom0000664000104500010450000000310611007066546023454 0ustar ucheuche Tue Jul 11 01:37:31 2006 d0211127-e1db-4112-9d36-98ea113e51a6 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> diane 2006-07-11T01:37:31.470000 2006-07-11T01:37:31.470000
I also received a call from 808-212-0041.  A man with an Indian
accent said he was from Time Travel.  I told him I was busy and not interested.  He asked me what I was doing - I hung up on him.
I also received a call from 808-212-0041. A man with an Indian accent said he was from Time Travel. I told him I was busy and not interested. He asked me what I was doing - I hung up on him.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_13_00_16_38-Blog-Title-of-The-Day__via_Copia_.atom0000664000104500010450000000373311006752435025017 0ustar ucheuche Sun Nov 13 00:16:38 2005 a178191f-21dd-4e19-88f7-a0709ee6c09e <div xmlns="http://www.w3.org/1999/xhtml">Blog-Title-of-The-Day [via Copia]</div> Trackback from XSLT:Blog[@author = 'M. David Peterson']/Main http://www.xsltblog.com/archives/2005/11/blogtitleofthed_1.html 2005-11-13T00:16:38.620000 2005-11-13T00:16:38.620000
Copia This actually could become a more common post as I kind of like the idea of just posting a blog entries title and dubbing it "Blog-Title-of-The-Day" Hmm... I guess we'll see... in the mean time the first official XSLT:Blog "Blog-Title-Of-The-Day" award goes to Uche Ogbuji and his blog entry title: Don't give me that monkey-ass Web 1.0, either I...
Copia This actually could become a more common post as I kind of like the idea of just posting a blog entries title and dubbing it "Blog-Title-of-The-Day" Hmm... I guess we'll see... in the mean time the first official XSLT:Blog "Blog-Title-Of-The-Day" award goes to Uche Ogbuji and his blog entry…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_25_08_22_15-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_25_08_22_15-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000566211007062216031653 0ustar ucheuche Sun Jun 25 08:22:15 2006 c7ec1306-dd7c-4858-a3c5-65b4bd40ab0e <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Matt C. 2006-06-25T08:22:15.350000 2006-06-25T08:22:15.350000
My favourite cock-up moment so far in this World Cup (and there have been many) has to be when the commentators did not realize Shaka Hislop replaced Kelvin Jack in goal just before the match started.  The proceeded to call Hislop Jack for the first THIRTEEN MINUTES of the match before they "realized."  Their excuse?  The FIFA team sheets hadn't shown the change....but come on!!!  ANY commentator worth his salt would have noticed Hislop in goal...especially as he made a couple of good saves early on.

Another good one was when O'Brien called England Germany, but that was early on.  I also seem to remember them discussing the difference between Lampard and Gerrard...Lampard was a defense-minded midfielder and Gerrard was the more attacking of the two.  Last time I checked Lampard scored 16 goals in the Premiership last season - 4th most.  Gerrard scored 10.

It just really amazes me that they can't even get the basics right...and the in depth analysis is just completely absent.

I'm just waiting for a goal to be scored when those annoying black boxes are up...i will go ape shit. (especially as this World Cup has seen more goals under 10 minutes than any other).

But look on the brightside, my fellow American residents - at least its not as bad as the Winter Olympics. :)
My favourite cock-up moment so far in this World Cup (and there have been many) has to be when the commentators did not realize Shaka Hislop replaced Kelvin Jack in goal just before the match started. The proceeded to call Hislop Jack for the first THIRTEEN MINUTES of the match…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_11_06_59_10-Semantic_hairball__y_all.atom0000664000104500010450000000346511007065021023664 0ustar ucheuche Sat Mar 11 06:59:10 2006 acbdc0e6-3ca2-48f4-a7ad-61a1078da4d3 <div xmlns="http://www.w3.org/1999/xhtml">Semantic hairball, y'all</div> Bob DuCharme http://www.snee.com/bobdc.blog 2006-03-11T06:59:10.300000 2006-03-11T06:59:10.300000
Well, it can retrieve RDF (and other) data from multiple sources and implement rules to do inferencing with them, so that takes it pretty far. And, it lets you build apps with reasonably slick interfaces that will be useful to people who don't know or care about RDF/OWL/SemWeb issues, which is a big plus.
Well, it can retrieve RDF (and other) data from multiple sources and implement rules to do inferencing with them, so that takes it pretty far. And, it lets you build apps with reasonably slick interfaces that will be useful to people who don't know or care about RDF/OWL/SemWeb issues, which…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_07_04_02_49-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000260611006751655031334 0ustar ucheuche Thu Sep 7 04:02:49 2006 a64d84ed-6a8f-4dfe-bd2f-260fda6ab30d <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> PETER OMALI 2006-09-07T04:02:49.030000 2006-09-07T04:02:49.030000
i am interested in studing in your university,i need more information.
i am interested in studing in your university,i need more information.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_09_09_31_57-Getting_trackbacks_to_work_in_pyblosxom.atom0000664000104500010450000000341711006770460027124 0ustar ucheuche Sat Apr 9 09:31:57 2005 46a29899-6748-4128-9cf7-7a9dda399357 <div xmlns="http://www.w3.org/1999/xhtml">Getting trackbacks to work in pyblosxom</div> Uche http://uche.ogbuji.net 2005-04-09T09:31:57.430000 2005-04-09T09:31:57.430000
Thanks Ted.  I'm now using your updated version, and I've blogged your helpfulness:

http://copia.ogbuji.net/blog/2005-04-09/Help_with_trackback_py_and_autoping

--Uche
Thanks Ted. I'm now using your updated version, and I've blogged your helpfulness: http://copia.ogbuji.net/blog/2005-04-09/Help_with_trackback_py_and_autoping --Uche…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015200000000000011563 Lustar rootrootrepository/comments/2006_10_19_15_39_32-A_less_verbose_xsl_call-template___It_s_called_func_function.atomrepository/comments/2006_10_19_15_39_32-A_less_verbose_xsl_call-template___It_s_called_func_function0000664000104500010450000000312211007056253032137 0ustar ucheuche Thu Oct 19 15:39:32 2006 dd2cecbc-7056-4eb1-958f-58fc0df23bf3 <div xmlns="http://www.w3.org/1999/xhtml">A less verbose xsl:call-template? It's called func:function</div> Dimitre Novatchev http://fxsl.sf.net 2006-10-19T15:39:32.200000 2006-10-19T15:39:32.200000
It is called

 

Why should we live in the past?

Cheers,
Dimitre
It is called Why should we live in the past? Cheers, Dimitre…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_08_04_28_05-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000254311006751651031327 0ustar ucheuche Sat Jul 8 04:28:05 2006 8e9aab1c-b7fc-45c5-b701-1b26eb4f90d1 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Aruk 2006-07-08T04:28:05.100000 2006-07-08T04:28:05.100000
please how much is the fees at abti american university.
please how much is the fees at abti american university.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_07_13_46_02-Service_Modeling_Language.atom0000664000104500010450000000447711007060316024000 0ustar ucheuche Mon Aug 7 13:46:02 2006 7c54aca7-b6c5-4a20-adb8-184ebb2ada39 <div xmlns="http://www.w3.org/1999/xhtml">Service Modeling Language</div> Pratul http://blogs.technet.com/pratul/default.aspx 2006-08-07T13:46:02.860000 2006-08-07T13:46:02.860000
The SML spec defines the syntax and semantics of the modeling language. The WG plans to publish a scenario and sample models document, as well as modeling guidelines document later.

SDM (which was the input from Microsoft to the SML WG) is already being used in management products such as MOM, SMS, and Service Desk to use models for automating some management tasks. I expect SML to play an important role in automating and simplifying the management of complex IT services and systems, but it will not replace smart and experienced IT administrators. Rather, it will be an important tool for them to manage IT services and systems.

Last, but not the least, I am flattered by your comment "SML shows the fingerprints of some very sharp folks".
The SML spec defines the syntax and semantics of the modeling language. The WG plans to publish a scenario and sample models document, as well as modeling guidelines document later. SDM (which was the input from Microsoft to the SML WG) is already being used in management products such as…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_22_01_54_17-Government_grants_scam.atom0000664000104500010450000000340311007067366023455 0ustar ucheuche Wed Nov 22 01:54:17 2006 5ee5b003-d4b4-42fc-bdfc-5f83419453ef <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> chethan dev 2006-11-22T01:54:17.760000 2006-11-22T01:54:17.760000
i got an email containing some information from  http://www.grantnow.com
they asked me $39 for processing fee. they promised me go get $25000 govt grand. why would one do such a thing? what will they do with our bank account?
can anybody tell me?
i got an email containing some information from http://www.grantnow.com they asked me $39 for processing fee. they promised me go get $25000 govt grand. why would one do such a thing? what will they do with our bank account? can anybody tell me?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_15_03_06_53-CVS_log_since_tag_.atom0000664000104500010450000000276411006750426022424 0ustar ucheuche Thu Dec 15 03:06:53 2005 193c8577-efeb-4284-98b2-bfd1a98fcc01 <div xmlns="http://www.w3.org/1999/xhtml">CVS log since tag?</div> Tristan Seligmann http://mithrandi.za.net/ 2005-12-15T03:06:53.530000 2005-12-15T03:06:53.530000
I guess this doesn't help much, but in darcs (http://darcs.net/), the relevant incantation is:

darcs changes --from-tag=REGEXP
I guess this doesn't help much, but in darcs (http://darcs.net/), the relevant incantation is: darcs changes --from-tag=REGEXP…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_05_01_48_37-Live_Markdown_Compilation_via_4XSLT___4Suite_Repository.atom0000664000104500010450000000273111006756101031642 0ustar ucheuche Mon Jun 5 01:48:37 2006 9c80613a-0a07-4756-9ba5-6ca84bf11722 <div xmlns="http://www.w3.org/1999/xhtml">Live Markdown Compilation via 4XSLT / 4Suite Repository</div> Sylvain 2006-06-05T01:48:37.470000 2006-06-05T01:48:37.470000
ah!

just realising this recipe was written back in 2005 :)

/me hides
ah! just realising this recipe was written back in 2005 :) /me hides…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_02_01_52_34-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000241711007070256026237 0ustar ucheuche Thu Mar 2 01:52:34 2006 dbdd3269-0bc0-4fd9-b475-39546bf1511d <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> Eddy 2006-03-02T01:52:34.050000 2006-03-02T01:52:34.050000
Simple when you know how! Thanks.
Simple when you know how! Thanks.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_11_01_39_05-Government_grants_scam.atom0000664000104500010450000000377011007067335023456 0ustar ucheuche Sat Nov 11 01:39:05 2006 c45dedf7-ae2a-4900-9c22-9518cbefc48f <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> David from Cali 2006-11-11T01:39:05.040000 2006-11-11T01:39:05.040000
Too bad I just found this blog. I recieved the same call from a man with a heavy Indian accent by the name of Anthony Hall frmr Popular American Grant. They told me that I qualified for as 5000 dollar Grant scholarship for school but a 299 dollar transaction must first be made. I was dumb enough to fall for it and I gave him my account information. After realizing it could be a fraud i quickly ran to  the bank and changed my whole account information but yet somehow they were still able to make the transactioin. Can someone tell me what I can do to fix this?
Too bad I just found this blog. I recieved the same call from a man with a heavy Indian accent by the name of Anthony Hall frmr Popular American Grant. They told me that I qualified for as 5000 dollar Grant scholarship for school but a 299 dollar transaction must…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_10_14_04_23-Time_for_Mac_.atom0000664000104500010450000000443411007055145021422 0ustar ucheuche Sun Dec 10 14:04:23 2006 fecb7cfb-28c4-415d-be0b-d92326a13e44 <div xmlns="http://www.w3.org/1999/xhtml">Time for Mac?</div> Graham Higgins 2006-12-10T14:04:23.410000 2006-12-10T14:04:23.410000
Quick follow-up after reading Peter's posting.

I was /completely/ ignorant of the Mail.app shift away from mbox format (tsk, tsk), so I Googled and found some reassurance on:

http://www.hawkwings.net/2006/06/19/john-gruber-mark-pilgrim-mailapp-and-openness/

"Mark Pilgrim is being overly dramatic.

As Jeff pointed out above, Mark can get all his emails out of Mail in mbox format just by dragging the mailbox to the desktop. No need for third party mail converters."

HTH
Quick follow-up after reading Peter's posting. I was /completely/ ignorant of the Mail.app shift away from mbox format (tsk, tsk), so I Googled and found some reassurance on: http://www.hawkwings.net/2006/06/19/john-gruber-mark-pilgrim-mailapp-and-openness/ "Mark Pilgrim is being overly dramatic. As Jeff pointed out above, Mark can get all his emails out of Mail in…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_28_05_46_02-Government_grants_scam.atom0000664000104500010450000000315311007067141023462 0ustar ucheuche Thu Sep 28 05:46:02 2006 8a6dd7be-3882-497a-800d-f6992d1c6013 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> rude129001 2006-09-28T05:46:02.110000 2006-09-28T05:46:02.110000
I got a call like this from the same guy.  He was calling saying that they could give me a new contract extension for my cell phone.  He claimed that he was from wirefly.com.  The phone number he used was 800-061-3615.
I got a call like this from the same guy. He was calling saying that they could give me a new contract extension for my cell phone. He claimed that he was from wirefly.com. The phone number he used was 800-061-3615.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_27_17_23_36-Hip-hop_slanguistics.atom0000664000104500010450000000375111006762173023063 0ustar ucheuche Mon Jun 27 17:23:36 2005 e43e7801-0201-4d41-bada-1133ed278141 <div xmlns="http://www.w3.org/1999/xhtml">Hip-hop slanguistics</div> Uche http://uche.ogbuji.net 2005-06-27T17:23:36.210000 2005-06-27T17:23:36.210000
Sounds as if Mark Liberman has more profession defending to do.  Personally, I would tend to consider liguists, philologists, lexocographers, phoneticians, etc. as shades of the same color, and I wouldn't make the same distinctions David does, but that's besides the point.  Where are the philologists, lexocographers, phoneticians, etc. of Hip-Hop?  Maybe the answer is "all of us".  Maybe it's "those same Black Studies profs I'm doubting, for some reason".
Sounds as if Mark Liberman has more profession defending to do. Personally, I would tend to consider liguists, philologists, lexocographers, phoneticians, etc. as shades of the same color, and I wouldn't make the same distinctions David does, but that's besides the point. Where are the philologists, lexocographers, phoneticians, etc. of…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_06_11_28_10-Quot__di__.atom0000664000104500010450000000603111006764075021011 0ustar ucheuche Mon Jun 6 11:28:10 2005 f037019c-3ffd-491b-b002-a5ee570e816f <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Koranteng Ofosu-Amaah http://koranteng.blogspot.com/ 2005-06-06T11:28:10.480000 2005-06-06T11:28:10.480000
Oh well, there goes my review of BE, if I were ever to find time to write it, people would think I plagiarized you, Uche.

I too was in London when the album came out and only bought it over the weekend.

I gave it one listen yesterday and thought it got 4 head nods but it struck me that, despite the evident cohesiveness, that this is just a Kanye West album with a better MC, for Common continues to be a monstrous MC.

Electric Circus is the thing with Common, it will be like his LoveSexy album, a litmus test about what you think about the man as an artist. I've met people for whom Diamonds and Pearls, the Symbol or the Gold Experience are the apogee of Prince. And I place BE on the same level. Still there are peaks and valleys in the album and it bangs in a very satisfying way - so the gold and glory is deserved, better than those hollerers who don't say nuthin.

The other thing will be the tour. I evaluate musicians not just on their studio creations but also their live chops. The Electric Circus tour was second only to Les Nubians last year. Having been blown over by The Roots's Tipping Point both the album last year and especially the tour just last month, I can't wait to here how Common measures up.

Hmmm, maybe I should blog this...
Oh well, there goes my review of BE, if I were ever to find time to write it, people would think I plagiarized you, Uche. I too was in London when the album came out and only bought it over the weekend. I gave it one listen yesterday and thought…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_14_02_07_44-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000326411006751664031323 0ustar ucheuche Thu Dec 14 02:07:44 2006 5e3fa93a-738f-4301-b09d-3de29da0cc81 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Augustine Pius THLIZA 2006-12-14T02:07:44.030000 2006-12-14T02:07:44.030000
Those who compare themselve with themselves are not wise says the good book. I think it is high we stay or rather stop these comparisons. It makes even the most wisest/covincing arguement advanced a babble (babbler).
Those who compare themselve with themselves are not wise says the good book. I think it is high we stay or rather stop these comparisons. It makes even the most wisest/covincing arguement advanced a babble (babbler).…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015100000000000011562 Lustar rootrootrepository/comments/2005_06_24_04_50_59-Fedora_and_the_repository_politics__and_exploding_inkscape_.atomrepository/comments/2005_06_24_04_50_59-Fedora_and_the_repository_politics__and_exploding_inkscape_.0000664000104500010450000000375111006762514032240 0ustar ucheuche Fri Jun 24 04:50:59 2005 4aaab1d7-32a7-44c6-87ff-db5e4180d34f <div xmlns="http://www.w3.org/1999/xhtml">Fedora and the repository politics (and exploding inkscape)</div> Paul Boddie 2005-06-24T04:50:59.700000 2005-06-24T04:50:59.700000
I'm running Kubuntu with some extra repositories, and it's working very well - I doubt that I'm six months behind on anything that really matters, and it would seem that the Ubuntu packagers know what they are doing.

My experiences with Fedora Core are limited to FC3 where KDE and various applications were broken in numerous ways. Kubuntu may have its faults, but you wouldn't catch me putting FC on any of my own hardware.
I'm running Kubuntu with some extra repositories, and it's working very well - I doubt that I'm six months behind on anything that really matters, and it would seem that the Ubuntu packagers know what they are doing. My experiences with Fedora Core are limited to FC3 where KDE and…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_02_27_14_43_59-The_Loss_of_a_Great_Author_-_Octavia_Butler.atom0000664000104500010450000000264111007065332027326 0ustar ucheuche Mon Feb 27 14:43:59 2006 7ea2cb9b-a8e1-4bb3-aa50-f0962fe2dc31 <div xmlns="http://www.w3.org/1999/xhtml">The Loss of a Great Author - Octavia Butler</div> John Cowan http://www.ccil.org/~cowan 2006-02-27T14:43:59.840000 2006-02-27T14:43:59.840000
For me it was the Xenogenesis series that was her best.  Alas for the fallen.
For me it was the Xenogenesis series that was her best. Alas for the fallen.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_30_22_34_03-Foreign_Exchange.atom0000664000104500010450000000306011006766556022144 0ustar ucheuche Sat Apr 30 22:34:03 2005 777c6bc8-f617-483d-b650-7f5734b0b5d7 <div xmlns="http://www.w3.org/1999/xhtml">Foreign Exchange</div> Uche http://uche.ogbuji.net 2005-04-30T22:34:03.620000 2005-04-30T22:34:03.620000
By co-incidence I was just listening to FE this morning.  Definitely a tight album all the way through.  I hope we hear more from Nicolay and Little Brother, together or separately.
By co-incidence I was just listening to FE this morning. Definitely a tight album all the way through. I hope we hear more from Nicolay and Little Brother, together or separately.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_24_18_10_46-My_Definition_of_Semi-structured_Data.atom0000664000104500010450000000441011007062623026300 0ustar ucheuche Mon Jul 24 18:10:46 2006 ba90ddd5-f0c8-484e-befa-486c44ed959b <div xmlns="http://www.w3.org/1999/xhtml">My Definition of Semi-structured Data</div> Jason Glumidge 2006-07-24T18:10:46.230000 2006-07-24T18:10:46.230000
Michael SM's quote is garbage. How this nonsense gets published in the ACM I don't know (that issue of ACM query was however generally good for the mostpart). Just consider his opening line:

"In XML, data can have an elaborate and intricate structure that is significantly richer and more complex than a table of rows and columns. "

How anyone could say that XML - with its limited network nature and inherent query bias - is richer than the relational model is beyond me, and indeed to anyone who is knowledgable of relational theory.

I am certainly not saying there is no place for XML but for pete's sake, that particular quote is dire.
Michael SM's quote is garbage. How this nonsense gets published in the ACM I don't know (that issue of ACM query was however generally good for the mostpart). Just consider his opening line: "In XML, data can have an elaborate and intricate structure that is significantly richer and more complex…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_06_00_10_03-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000444111007070260026220 0ustar ucheuche Fri Oct 6 00:10:03 2006 90dc2f9e-fc7d-40a0-9bb9-ecc208095099 <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> dan http://coders.co.nz 2006-10-06T00:10:03.400000 2006-10-06T00:10:03.400000
Thanks for this.
I encountered the same thing. Info was lacking on just how to START swat, although the install seemed straightforward.
I was disappointed to not see it come up in the Ubuntu services manager or somewhere.

Following your tone on the old-school status of inetd (and xinetd, and the neccesity of editing stuff by hand) I read through 'till I saw -- BertusBakfiets instructions.

nekit-inetd seems to be the one true way.

It just WORKED!
And I feel better about not messing under the hood with things that are being managed by other tools already.

:) Thanks to the both of you.
Thanks for this. I encountered the same thing. Info was lacking on just how to START swat, although the install seemed straightforward. I was disappointed to not see it come up in the Ubuntu services manager or somewhere. Following your tone on the old-school status of inetd (and xinetd, and…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_25_09_08_22-Copia_housecleaning.atom0000664000104500010450000000475311006751221022712 0ustar ucheuche Fri Nov 25 09:08:22 2005 d4bba751-5033-4ecd-a0de-af2c04dd4b51 <div xmlns="http://www.w3.org/1999/xhtml">Copia housecleaning</div> Tom Passin 2005-11-25T09:08:22.150000 2005-11-25T09:08:22.150000
Good morning, Uche.  I've just tested the headers at work, and I am receiving an iso-8859-1 encoding header:

HTTP/1.1 200 OK
Date: Fri, 25 Nov 2005 16:00:37 GMT
Server: Apache/2.0.50 (Linux/SUSE)
Connection: close
Content-Type: text/html; charset=ISO-8859-1

I captured the headers from your server using wget.  My browser does say it will accept either 8859-1 or utf-8 (I look at the headers using the TamperData extension for Firefox):

Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7

  So I am getting different results depending on whether I'm browsing from home or from work, even though both use the same version of Firefox and Windows 2000.

Wonder if the firewall at work could have anything to do with it.  Seems awfully unlikely, doesn't it?
Good morning, Uche. I've just tested the headers at work, and I am receiving an iso-8859-1 encoding header: HTTP/1.1 200 OK Date: Fri, 25 Nov 2005 16:00:37 GMT Server: Apache/2.0.50 (Linux/SUSE) Connection: close Content-Type: text/html; charset=ISO-8859-1 I captured the headers from your server using wget. My browser does say it…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000020000000000000011555 Lustar rootrootrepository/comments/2005_11_15_04_48_12-I_already_said_OPML_is_crap__right___I_had_to_hack_through_another_reminder_today_.atomrepository/comments/2005_11_15_04_48_12-I_already_said_OPML_is_crap__right___I_had_to_hack_through_a0000664000104500010450000000331111006752134031670 0ustar ucheuche Tue Nov 15 04:48:12 2005 59b17f3a-6712-402d-9328-4240843976e9 <div xmlns="http://www.w3.org/1999/xhtml">I already said OPML is crap, right? I had to hack through another reminder today.</div> james governor www.redmonk.com/jgovernor 2005-11-15T04:48:12.410000 2005-11-15T04:48:12.410000
we probably need two things- some competition for the spec, to firm it up, like RSS evolution, but also possibly an OPML clearing house a la feedburner. that would solve some of the issues
we probably need two things- some competition for the spec, to firm it up, like RSS evolution, but also possibly an OPML clearing house a la feedburner. that would solve some of the issues…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_12_23_46_13-Today_s_XML_wot_he_said.atom0000664000104500010450000000303111006757762023446 0ustar ucheuche Fri Aug 12 23:46:13 2005 d4d67334-e409-4316-bb45-4f8ec2f85d8f <div xmlns="http://www.w3.org/1999/xhtml">Today's XML wot he said</div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-08-12T23:46:13.250000 2005-08-12T23:46:13.250000
What do you use?

Personally, I say "transform," because that's what they are in my mind, but I have no idea if that term has much traction.
What do you use? Personally, I say "transform," because that's what they are in my mind, but I have no idea if that term has much traction.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_17_23_39_34-LT_over_Barry_Sanders_.atom0000664000104500010450000000307711007054740023311 0ustar ucheuche Sun Dec 17 23:39:34 2006 e295bad4-a0ea-451d-80b2-997255af7a56 <div xmlns="http://www.w3.org/1999/xhtml">LT over Barry Sanders?</div> Parand http://www.parand.com/say/ 2006-12-17T23:39:34.520000 2006-12-17T23:39:34.520000
San Diego's been blessed with a lot of great running backs over the years (Marion Butts, Natrone Means, ...), but LT is the best. He's even more impressive in person than on TV.
San Diego's been blessed with a lot of great running backs over the years (Marion Butts, Natrone Means, ...), but LT is the best. He's even more impressive in person than on TV.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_24_15_07_13-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_24_15_07_13-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000371311007062216031644 0ustar ucheuche Sat Jun 24 15:07:13 2006 bd1b1c05-2b10-412b-81f8-e6c41fb3b533 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Charlotte 2006-06-24T15:07:13.510000 2006-06-24T15:07:13.510000
I have been sorely disappointed with the announcing. As a newcomer to soccer I was hoping to learn about the teams and players when I watched the game. Instead, even with my limited knowledge I can't help shouting at my t.v. If ESPN wants to convert more americans to soccer fandom it seems to make more sense for them to have knowledgeable, experienced commentators...I really do not understand the point of having Dave O'Brien, et al around.
I have been sorely disappointed with the announcing. As a newcomer to soccer I was hoping to learn about the teams and players when I watched the game. Instead, even with my limited knowledge I can't help shouting at my t.v. If ESPN wants to convert more americans to soccer…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_17_22_06_36-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_17_22_06_36-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000352611007062211031645 0ustar ucheuche Sat Jun 17 22:06:36 2006 2612b21e-763b-45a1-9386-e80abb7593f0 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> TC 2006-06-17T22:06:36.170000 2006-06-17T22:06:36.170000
O'Brien is indeed terrible.  I went to abc and used their feedback form to tell them how bad he is:

http://abc.go.com/site/contactus.html?cat=ABC%20Sports

I'm switching to the spanish station for the rest of the World Cup.
O'Brien is indeed terrible. I went to abc and used their feedback form to tell them how bad he is: http://abc.go.com/site/contactus.html?cat=ABC%20Sports I'm switching to the spanish station for the rest of the World Cup.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_23_14_31_46-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000357611006751654031337 0ustar ucheuche Wed Aug 23 14:31:46 2006 5e02f6f4-d2de-4c78-92d0-b58b51ebbab2 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> kamal 2006-08-23T14:31:46.020000 2006-08-23T14:31:46.020000
well am kamal a current undergraduate student,i was just browsing when i got this site i will like to get more information about this school.i will be expecting feedbacks from folks out there.i mean those that have full information about this school on coolkammyuk@yahoo.co.uk or please call me on 2348029044016.
thanks.
well am kamal a current undergraduate student,i was just browsing when i got this site i will like to get more information about this school.i will be expecting feedbacks from folks out there.i mean those that have full information about this school on coolkammyuk@yahoo.co.uk or please call me on 2348029044016.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_29_13_37_40-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000237011007070257026252 0ustar ucheuche Wed Mar 29 13:37:40 2006 e96db475-87cc-45d9-86a3-57e693dfde4b <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> bob jones 2006-03-29T13:37:40.500000 2006-03-29T13:37:40.500000
LOL ^^ What a noob.
LOL ^^ What a noob.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017000000000000011563 Lustar rootrootrepository/comments/2005_11_16_08_54_14-I_must_be_missing_something_about_XOXO__and_maybe_microformats_in_general_.atomrepository/comments/2005_11_16_08_54_14-I_must_be_missing_something_about_XOXO__and_maybe_microforma0000664000104500010450000000647011006752001032147 0ustar ucheuche Wed Nov 16 08:54:14 2005 e5f97d75-c49f-4b9e-a0fd-486a0df848ad <div xmlns="http://www.w3.org/1999/xhtml">I must be missing something about XOXO (and maybe microformats in general)</div> M. David Peterson http://www.xsltblog.com 2005-11-16T08:54:14.840000 2005-11-16T08:54:14.840000
Hmmm... I'm going back up and reading some of the other responses and just noticed Aristotle's post(I thought I had skimmed the other responses well enough to gain a feel for what others thought... guess I missed his.

Aristotle, I promise I didn't just plagiarize your idea and extend from it! :D Its one thing to steal an idea and post it somewhere where the originator is not likely to stumble across, its quite another to "copy-and-paste" two comments down from the one you "copy-and-pasted" from :)

What this does do however (and basing this extension on Aristotle's furhther insight into James Snell's line-of-thought) is suggest that the community as a whole is collectively realizing that the need for a separate spec all together is, more than likely, completey unneccesary.

If interested, while its fairly surface level code at the moment I would be happy to make available the work I have been doing (note: its not ALL about this general idea, but partially) such as to act as a proof of concept into just how simple it is to implement such a system.  This is all part of another project thats being built that, at the time I started it, presented the general idea in email to Edd soon after he wrote his piece on OPML a while back...  I wonder if he has had any time to mull the general idea over as his general feel for such things could prove to be quite helpful.

While I'm here, I should add one last area to think about...  It might even be possible to skip the link/@rel="alternate" element/attribue/value all together and use the scheme attribute of category for the same purpose.
Hmmm... I'm going back up and reading some of the other responses and just noticed Aristotle's post(I thought I had skimmed the other responses well enough to gain a feel for what others thought... guess I missed his. Aristotle, I promise I didn't just plagiarize your idea and extend from…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015400000000000011565 Lustar rootrootrepository/comments/2005_06_26_06_41_45-Lifting_XSLT_into_application_domain_with_extension_functions_.atomrepository/comments/2005_06_26_06_41_45-Lifting_XSLT_into_application_domain_with_extension_function0000664000104500010450000001175511006762350032272 0ustar ucheuche Sun Jun 26 06:41:45 2005 c385e0ce-d0c4-492f-801a-194ee6d84ef1 <div xmlns="http://www.w3.org/1999/xhtml">Lifting XSLT into application domain with extension functions?</div> M. David Peterson http://www.xsltblog.com 2005-06-26T06:41:45.930000 2005-06-26T06:41:45.930000
Wow!  I didn't realize my comments would really gain much notice much less their own post.  I appreciate this none-the-less.

One of the things I struggle the most with is at what point does a language like XSLT, which by definition and design is a Domain Specific Language, cross the line to become a more general purpose language like Python.  The irony in this is that XSLT from its very inception had its focus on becoming a Functional Programming Language like Lisp.  And of course the more I learn about Python the more I realize that it too has its roots in Lisp.  But its obvious that Python is much better suited to handle everything an application might need, if not as fine tuned to handle the XML transformation side of things such as well as something designed specifically for this task: Enter XSLT.

To me there are some obvious pieces of XSLT 2.0 that are absolutely necessary and do not cross the  DSL/General Purpose line (or in the case of multiple output doesn't cross the file system read/write line instead only allowing you to write with no built-in ability read the directory -- a line that is blurred of course by extension functions that could give you this ability if you explicity build the external function that can provide this information to your XSLT application).

Anyway, in my opinion the following is absolutely mandatory (and in many cases provided by EXSLT):

- Everything becomes a sequence, no more RTF's
- Multiple Output
- Date processing
- Simplified Grouping
- Extended string processing functions
-- Regular Expressions being the key to this
- Conditional logic embedded into XPath to eliminate or at least reduce the current verobosity of choose[when|otherise] blocks that get WAY overused by those who do not have a full understanding of using the XML to guide your transformations via templates.
- User-defined functions

What is absolutely still needed:

- Dynamic evaluation of XPath

What could be done away with:

- I'll leave this one to interpretation :)

It seems to me it would be within the spirit of all things DSL to develop a list in which we could state "Ok, to stay within the confines of a DSL you need to avoid the following...".  But where would you even start with something like that.  You would have to make it specific to each language in which claims to be a DSL as it would be difficult at best to create a generalized list -- although definitely not impossible.

I appreciate your follow-up post Uche!  This is all very much worth quite a bit of thought, something no doubt you have spent some considerable time doing just that.  I wonder if this is a topic that might be best suited for a Wiki-based discussion in which we could go through each and every piece of the XPath 2.0 and XSLT 2.0 specifications and over the next few months try to get a good feel for just what it is we have with these two specifications, what we could do without, and then what we most definitely need.

Thoughts?
Wow! I didn't realize my comments would really gain much notice much less their own post. I appreciate this none-the-less. One of the things I struggle the most with is at what point does a language like XSLT, which by definition and design is a Domain Specific Language, cross the…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_24_10_45_44-The_Buzzword_Firing_Squad.atom0000664000104500010450000000361511006753777024045 0ustar ucheuche Mon Oct 24 10:45:44 2005 bdaf1d6d-7c90-4bb7-822e-d8c914d5eba8 <div xmlns="http://www.w3.org/1999/xhtml">The Buzzword Firing Squad</div> John Cowan http://www.ccil.org/~cowan 2005-10-24T10:45:44.870000 2005-10-24T10:45:44.870000
My personal response to the "Does it scale?" scorn-question is to enquire sweetly, "And will scale to hundreds of millions of hits per second from the entire Internet while maintaining seven-nines uptime [3 seconds per year]?  No?  Then let's talk about what the realistic use cases are, then, please."
My personal response to the "Does it scale?" scorn-question is to enquire sweetly, "And will scale to hundreds of millions of hits per second from the entire Internet while maintaining seven-nines uptime [3 seconds per year]? No? Then let's talk about what the realistic use cases are, then, please."…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_05_06_46_56-alt_unicode_kvetch_kvetch_kvetch.atom0000664000104500010450000000547211006760217025533 0ustar ucheuche Fri Aug 5 06:46:56 2005 ec519089-da93-4380-bc71-fe5b4580d726 <div xmlns="http://www.w3.org/1999/xhtml">alt.unicode.kvetch.kvetch.kvetch</div> Uche http://uche.ogbuji.net 2005-08-05T06:46:56.930000 2005-08-05T06:46:56.930000
Jim,

No.  I'm not sure where you read that.  It was not in my Weblog entry.

First of all, I only admitted to two nits in Python's Unicode.  (1) the code point / storage unit mix-up in UCS2 builds (2) the lack of no print-to-local for the sorts of quick & dirtry work that print is usually used for.

(1) has an easy fix: use UCS4 builds.  Even if you can't, few developers will run into that problem.  (2) is yet another minor "wouldn't it be nice if..." API proposal.  Neither of these adds up to what could be called "shortcomings that cause significant pain", and neither is any worse than what you'll find in other languages.

And I also address the "it doesn't have to" bit.  I say that Unicode is hard over and over again.  And even so, as I also say over and over again, with a modest amoint of discipline and experience you can avoid having to deal with much of the complexity.

The kvetching does not seem the least bit reasonable to me, especially since a lot of the kvetching betrays poor knowledge of Unicode and the decision points that led to Python's design choices.  They also propose solutions that are more broken than the status quo.  So yes, it boggles my mind.
Jim, No. I'm not sure where you read that. It was not in my Weblog entry. First of all, I only admitted to two nits in Python's Unicode. (1) the code point / storage unit mix-up in UCS2 builds (2) the lack of no print-to-local for the sorts of quick…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_07_19_23_55-Tintin_en_Irak.atom0000664000104500010450000000350611006756454021673 0ustar ucheuche Wed Sep 7 19:23:55 2005 01db3038-e75b-43ba-ae2a-37bb43a07ebb <div xmlns="http://www.w3.org/1999/xhtml">Tintin en Irak</div> Parciparla 2005-09-07T19:23:55.090000 2005-09-07T19:23:55.090000
You can read the whole story here : http://www.parodie.org/iraq/index.html, in french, with some others parodies.
"OK, folks, sit back with a dish of Freedom Fries and listen to a tale"
I thought it was "french fries" back, now.
Bah, anyway, the french fries are from Belgium...
You can read the whole story here : http://www.parodie.org/iraq/index.html, in french, with some others parodies. "OK, folks, sit back with a dish of Freedom Fries and listen to a tale" I thought it was "french fries" back, now. Bah, anyway, the french fries are from Belgium...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_01_14_24_55-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000310611006751641031312 0ustar ucheuche Sat Apr 1 14:24:55 2006 17af8051-9a9f-4752-ad8c-63c4c09a1a89 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> A. Mohammed http://aaun.blogspot.com 2006-04-01T14:24:55.220000 2006-04-01T14:24:55.220000
There is a lot good to say aout AAUN; hence I maintain my own blog (as a studen) about AAUN. Visit http://aaun.blogspot.com
There is a lot good to say aout AAUN; hence I maintain my own blog (as a studen) about AAUN. Visit http://aaun.blogspot.com…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_04_05_51_58-Funky_fresh_Vail_day.atom0000664000104500010450000000262411007063665023055 0ustar ucheuche Tue Apr 4 05:51:58 2006 0544100a-7e9f-417a-9c6e-f731c85216c0 <div xmlns="http://www.w3.org/1999/xhtml">Funky fresh Vail day</div> John Cowan http://www.ccil.org/~cowan 2006-04-04T05:51:58.220000 2006-04-04T05:51:58.220000
The pox (i.e. syphilis) is rather worse than any camera, howsoever defective.  Penicillin or not.
The pox (i.e. syphilis) is rather worse than any camera, howsoever defective. Penicillin or not.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_12_10_49_27-Government_grants_scam.atom0000664000104500010450000000344111007066551023463 0ustar ucheuche Wed Jul 12 10:49:27 2006 632932ba-4c69-43a5-8a68-cf33baa649a0 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> dolson 2006-07-12T10:49:27.540000 2006-07-12T10:49:27.540000
Got these calls today, didn't reco number so dumped to VM. Googled to see who it was and here i am.. soooo glad to know its a scam before i talk to them... i will answer the phone "Chicago Police Department - Fraud and Scam Department".. or was thinking of "Entitlement Grant Center, Governtment Division.. how may i help you".. eh, something to just mess with them.
Got these calls today, didn't reco number so dumped to VM. Googled to see who it was and here i am.. soooo glad to know its a scam before i talk to them... i will answer the phone "Chicago Police Department - Fraud and Scam Department".. or was thinking of…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_06_04_15_44-Toli_skewers_Reagan.atom0000664000104500010450000000444511006761774022717 0ustar ucheuche Wed Jul 6 04:15:44 2005 4567038a-1750-4eda-9292-79774f340b0c <div xmlns="http://www.w3.org/1999/xhtml">Toli skewers Reagan</div> james governor www.redmonk.com/jgovernor 2005-07-06T04:15:44.660000 2005-07-06T04:15:44.660000
ah shit man - do i have to write a post slamming that old bitch maggie now? just what the country needed? what? of course i am in wholehearted agreement about ronniemania. one reason its important to tell "the other story" - is that the continuity of fucking over the country narrative needs to be telt. Bill was good for America, but not good enough.

although i appreciate your perspective on mags-- a fucker but one you could plan around...

but seriously old chap. she campaigned on an implicitly, and in times of less media intrusion sometimes explicitly, rascist platform. she pulled a war out of the bag with the Falklands to win an election. we're still suffering problems caused by her destruction of national infrastructure. other than that she was awesome.
ah shit man - do i have to write a post slamming that old bitch maggie now? just what the country needed? what? of course i am in wholehearted agreement about ronniemania. one reason its important to tell "the other story" - is that the continuity of fucking over the…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_27_11_21_21-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_27_11_21_21-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000571311007062220031633 0ustar ucheuche Tue Jun 27 11:21:21 2006 9d1c8715-9d1f-4b37-a79c-d097434e7af9 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Jason 2006-06-27T11:21:21.630000 2006-06-27T11:21:21.630000
June, 27 2006

I have to agree with the negative comments about the ESPN, ESPN2 and ABC commentators for this World Cup.  They're awful!

Case in point, Marcelo Balboa's constant nagging and attempt to discredit Brazil's performance against Ghana.  He continually referred to the great effort on Ghana's part, which I did agree with, but then kept saying how poor Brazil were playing.  Noone shone, but it was a collective team performance.

Agreed it was not a sparkling performance on Brazil's part, but they scored three goals, didn't allow any against a team who was continually prasied, and put in a professional performance.  Didn't it occur to Marcelo that perhaps when Brazil saw that they had the game under control they let off a little to conserve energy for the next game(s)?

From someone who played football the level of ignorance was amazing.  Sometimes when you don't have anything good to say it's better to say nothing at all (especially if you are on TV!). 

I've watched a few games at sports bars where there was no audio and I have to say that it's a lot better. 

Come on commentators, there are a few games left, try to do a better job.

Jason Assam
June, 27 2006 I have to agree with the negative comments about the ESPN, ESPN2 and ABC commentators for this World Cup. They're awful! Case in point, Marcelo Balboa's constant nagging and attempt to discredit Brazil's performance against Ghana. He continually referred to the great effort on Ghana's part, which…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_17_07_01_49-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000366611006751635031334 0ustar ucheuche Thu Nov 17 07:01:49 2005 37028955-5cc6-4989-aa8b-c097b8686870 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Uche http://uche.ogbuji.net 2005-11-17T07:01:49.490000 2005-11-17T07:01:49.490000
No corrupt politicians on this Weblog, James, but I can understand your need to vent.  Perhaps you're one of those stuck in an ostensibly 5 year program that stretches to near a decade because of disruptions in term?  If so, you have my condolences.  I seem to have left just before things went completely to pot.  The worst problem my last year at Nsukka was the Pyrates and Bucchaneers cult phenomenon.
No corrupt politicians on this Weblog, James, but I can understand your need to vent. Perhaps you're one of those stuck in an ostensibly 5 year program that stretches to near a decade because of disruptions in term? If so, you have my condolences. I seem to have left just…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_05_14_50_00-Government_grants_scam.atom0000664000104500010450000000307711007067172023447 0ustar ucheuche Thu Oct 5 14:50:00 2006 5dd6a755-d5ec-487c-8682-79a6c331d883 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Ashley 2006-10-05T14:50:00.920000 2006-10-05T14:50:00.920000
oh my god there are so many comments here, i got a missed call and decided to google the number. i dont know how they got my cell phone number, but i wonder if i can add this number to a block list.
oh my god there are so many comments here, i got a missed call and decided to google the number. i dont know how they got my cell phone number, but i wonder if i can add this number to a block list.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_10_21_29_01-Government_grants_scam.atom0000664000104500010450000000372411007067202023441 0ustar ucheuche Tue Oct 10 21:29:01 2006 1d13089b-7135-4366-a925-8f643a6917c3 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> John S 2006-10-10T21:29:01.570000 2006-10-10T21:29:01.570000
I've been getting calls from the 800-061-3615 number for weeks now and they call 10 times a day or more. Sometimes 4 times in 20 minutes!  I've never answered and they never leave a message.

After finding this site, I decided I would have some fun and answer.  I thought of all sorts of funny things I could do; pretend I had the same Indian accent, give phony numbers, asked to meet them in person.  Unfortunately, they don't say a single thing!  What kind of scammer keeps quiet on his end?
I've been getting calls from the 800-061-3615 number for weeks now and they call 10 times a day or more. Sometimes 4 times in 20 minutes! I've never answered and they never leave a message. After finding this site, I decided I would have some fun and answer. I thought…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_20_01_57_54-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000267411006751665031332 0ustar ucheuche Wed Dec 20 01:57:54 2006 1fe43fa5-eb3b-48c4-af68-2cf2eb49ff62 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> MEKONEN 2006-12-20T01:57:54.640000 2006-12-20T01:57:54.640000
I WANT TO GET A CHANCE FOR DOING MY SECOND DEGREE PLEACE HELP ME THANK YOU FOR YOUR PROMPT RESPONCE
I WANT TO GET A CHANCE FOR DOING MY SECOND DEGREE PLEACE HELP ME THANK YOU FOR YOUR PROMPT RESPONCE…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_08_17_30_56-Government_grants_scam.atom0000664000104500010450000000331611007066535023472 0ustar ucheuche Sat Jul 8 17:30:56 2006 de2fba33-9429-41e2-af5d-a0337618b879 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Betty 2006-07-08T17:30:56.800000 2006-07-08T17:30:56.800000
According to the call directory list on my phone, I have received eight calls within the past seven days from 808-212-0041.  I've never been at home when they've called, but am looking forward to the day that I am.  I'll be answering as "Honolulu Police Department." ;-)
According to the call directory list on my phone, I have received eight calls within the past seven days from 808-212-0041. I've never been at home when they've called, but am looking forward to the day that I am. I'll be answering as "Honolulu Police Department." ;-)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_01_15_14_01-Does_XML_give_away_the_keys_to_the_data_warehouse_.atom0000664000104500010450000000276011006756727031073 0ustar ucheuche Thu Sep 1 15:14:01 2005 374f958f-a3a1-4619-b4a2-5f3c83d130b2 <div xmlns="http://www.w3.org/1999/xhtml">Does XML give away the keys to the data warehouse?</div> Sylvain Hellegouarch http://www.defuze.org/oss/blog/ 2005-09-01T15:14:01.110000 2005-09-01T15:14:01.110000
Dude that picture of you is... er... so serious but still with that little smile :)

lol
Dude that picture of you is... er... so serious but still with that little smile :) lol…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_02_11_32_34-Government_grants_scam.atom0000664000104500010450000000430511007066675023461 0ustar ucheuche Wed Aug 2 11:32:34 2006 7f1a7f91-3990-4acd-93df-9e65f3621bd9 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Joe 2006-08-02T11:32:34.730000 2006-08-02T11:32:34.730000
I have received MULTIPLE calls from these people. The first time I answered it was an Indian man, and listened to his "pitch". Same thing as everyone else here. I told hime that he is an idiot for thinking that I was going to give him my banking information over the phone. Then I googled the "Government Grant and Entitlement Center" that he said he was from and found this site. He gave an address but refused to give a phone number. After I questioned him multiple times and told him to just send me everything via mail, he hung up. Then I got another call and my caller ID came up "Out of Area". When I answered, the Indian lady identified herself as Michelle from the Government Grant division, blah, blah, blah. I told her to take my name off the list and not to call me again.
I have received MULTIPLE calls from these people. The first time I answered it was an Indian man, and listened to his "pitch". Same thing as everyone else here. I told hime that he is an idiot for thinking that I was going to give him my banking information over…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_10_22_05_36-Government_grants_scam.atom0000664000104500010450000000274011007066544023457 0ustar ucheuche Mon Jul 10 22:05:36 2006 78e44e25-de66-487a-9a01-70640c2fe91e <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jim 2006-07-10T22:05:36.020000 2006-07-10T22:05:36.020000
I had two missed calls from 808 212 0041. One to my house and one to my personal cell. How are they getting this info????  Luckily I Googled the number!
I had two missed calls from 808 212 0041. One to my house and one to my personal cell. How are they getting this info???? Luckily I Googled the number!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_13_08_47_17-Python_XML_community_.atom0000664000104500010450000000307411006765673023240 0ustar ucheuche Fri May 13 08:47:17 2005 bc7ae5c7-cb37-42cd-9411-db47b289d5d5 <div xmlns="http://www.w3.org/1999/xhtml">Python/XML community:</div> Sylvain http://www.mangue.org 2005-05-13T08:47:17.500000 2005-05-13T08:47:17.500000
I've changed the way the Picket filters work with threads.

Check out a demo there :

http://www.defuze.org/oss/tree/
I've changed the way the Picket filters work with threads. Check out a demo there : http://www.defuze.org/oss/tree/…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_11_22_08_11-Moving_to_MetaWebLog_API.atom0000664000104500010450000000340211006770165023437 0ustar ucheuche Mon Apr 11 22:08:11 2005 c0994db2-9222-49ae-82ef-e03e5c75d329 <div xmlns="http://www.w3.org/1999/xhtml">Moving to MetaWebLog API</div> Eric http://egaumer.pagecache.org 2005-04-11T22:08:11.720000 2005-04-11T22:08:11.720000
Uche, do you have the autoping.py script working? The BloGTK hack is just to get the client to trigger autoping.py. I did you a few minor hacks in xmlrpc_metaweblog.py because of import issues on the autoping module. I'll try to post a more in depth explanation when I get a chance.
Uche, do you have the autoping.py script working? The BloGTK hack is just to get the client to trigger autoping.py. I did you a few minor hacks in xmlrpc_metaweblog.py because of import issues on the autoping module. I'll try to post a more in depth explanation when I get a…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_19_20_50_01-Elliotte_Rusty_Harold_on.atom0000664000104500010450000000256111006767547023734 0ustar ucheuche Tue Apr 19 20:50:01 2005 a5da54f5-a726-4f18-8504-3762e4a6ee01 <div xmlns="http://www.w3.org/1999/xhtml">Elliotte Rusty Harold on </div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-04-19T20:50:01.260000 2005-04-19T20:50:01.260000
Ah, thanks! And now I see the link on the main page too, d'oh.
Ah, thanks! And now I see the link on the main page too, d'oh.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_14_08_48_21-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_14_08_48_21-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000643411007062206031653 0ustar ucheuche Wed Jun 14 08:48:21 2006 10bed8eb-5417-48b6-80ec-a328779336df <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Ed Hannigan 2006-06-14T08:48:21.170000 2006-06-14T08:48:21.170000
Here's a good one:

Suppose baseball suddenly became big in the UK.  Would it not behoove the Brits to poach some American baseball announcers IF they were available based on their expertise and baseball being in their blood, if only as a service to the viewing audience?

If Tim McCarver, Jim Kaat, Joe Buck and Bob Costas were available, you would wouldn't you?

Therefore, if Martin Tyler, Ian Darke (who worked the '94 Cup for ESPN) etc. are available why not use them?

Americans with very few exceptions cannot broadcast soccer and I"m American so I think I'm a credible source on this one.

O'Brien has parachuted in, with ABC/ESPN's plan that  he'll bring the fringe viewer into the mix.

ABC/ESPN already realize the hard core viewer is there no matter what so it's the fringe viewer that is courted for advertising purposes.

Also, how could the USA-CZECH game not be on national, free tv as opposed to cable television (ESPN)? This should be a prerequisite for whomever is granted the rights.  Considering all other nations declare their teams' games national holidays is this alot to ask?

Derek Rae, for all his fine work during the Champions League campaign has been rewarded by being buried in obscurity.

Glen Davis is the worst, I"m pretty sure he was fired by Fox Soccer Channel a long time ago.

JP Dellacamera broadcasts soccer like a hockey game, refusing to let the game's leisurely pace speak for itself.
Here's a good one: Suppose baseball suddenly became big in the UK. Would it not behoove the Brits to poach some American baseball announcers IF they were available based on their expertise and baseball being in their blood, if only as a service to the viewing audience? If Tim McCarver,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_30_16_10_14-Liberman_s_urban_slang_needs_a_bit_of_rust-proofing.atom0000664000104500010450000000371111006762270031266 0ustar ucheuche Thu Jun 30 16:10:14 2005 dc5cf6ce-f38b-490e-91e2-a2d1db22c5d5 <div xmlns="http://www.w3.org/1999/xhtml">Liberman's urban slang needs a bit of rust-proofing</div> Jonathan Cohen 2005-06-30T16:10:14.790000 2005-06-30T16:10:14.790000
Pardon me for an extremely naive question -- I know nothing of linguistics -- but how does slang propagate? How do the inventors of (here, hip-hop) slang terms put the terms and definitions into the minds of the community of speakers? I can see how the terms might be distributed, e.g., over radio or compact disks, but how are the definitions transmitted without there being the kind of lexicon involved for those of us who are unacculturated?
Pardon me for an extremely naive question -- I know nothing of linguistics -- but how does slang propagate? How do the inventors of (here, hip-hop) slang terms put the terms and definitions into the minds of the community of speakers? I can see how the terms might be distributed,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_19_05_19_57-The_lobby_against_leash_laws.atom0000664000104500010450000000256211006757571024623 0ustar ucheuche Fri Aug 19 05:19:57 2005 587126ac-5ea1-460c-b715-2b4f025afc69 <div xmlns="http://www.w3.org/1999/xhtml">The lobby against leash laws</div> Sylvain Hellegouarch http://www.defuze.org/oss/blog/ 2005-08-19T05:19:57.600000 2005-08-19T05:19:57.600000
Wow!

If this is not a fake then it's insane :(
Wow! If this is not a fake then it's insane :(…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_17_02_39_18-XOXO_versus_Atom_versus_XBEL_for_Web_feed_lists_.atom0000664000104500010450000000340211006751571030364 0ustar ucheuche Thu Nov 17 02:39:18 2005 50ff5c3c-990b-43b8-808a-1343a7b10e0b <div xmlns="http://www.w3.org/1999/xhtml">XOXO versus Atom versus XBEL for Web feed lists?</div> Sylvain Hellegouarch http://www.defuze.org/oss/blog/ 2005-11-17T02:39:18.760000 2005-11-17T02:39:18.760000
Hey Uche,

As we suggested on the #atom channel, why not mixing XBEL and Atom feeds/entries?

You could quite easily create an Atom entry and then adding an XBEL document within it.

- Sylvain
Hey Uche, As we suggested on the #atom channel, why not mixing XBEL and Atom feeds/entries? You could quite easily create an Atom entry and then adding an XBEL document within it. - Sylvain…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015100000000000011562 Lustar rootrootrepository/comments/2005_08_14_16_57_41-Today_s_XML_WTF__mandatory_xsi_schemaLocation_for_XHTML_2_0.atomrepository/comments/2005_08_14_16_57_41-Today_s_XML_WTF__mandatory_xsi_schemaLocation_for_XHTML_2_0.0000664000104500010450000000277311006760073031343 0ustar ucheuche Sun Aug 14 16:57:41 2005 51ba3a32-a595-414f-b927-289adb910075 <div xmlns="http://www.w3.org/1999/xhtml">Today's XML WTF: mandatory xsi:schemaLocation for XHTML 2.0</div> karl http://www.w3.org/People/karl/ 2005-08-14T16:57:41.850000 2005-08-14T16:57:41.850000
Hi,

what would be your proposal? What would be the solution that you would think acceptable?
Hi, what would be your proposal? What would be the solution that you would think acceptable?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_16_07_38_15-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000334611006751664031335 0ustar ucheuche Sat Dec 16 07:38:15 2006 5d6e8ca9-0489-4201-8155-704c57bc81ea <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Ibeh Kenneth Chukwuebuka I need to know 2006-12-16T07:38:15.100000 2006-12-16T07:38:15.100000
For me, i would like to konw every thing about the school, ie how to apply for the school and were to get the application form(like to become one of there students).
My address: No. 1 Affa Street Uwani Enugu, Enugu State.
For me, i would like to konw every thing about the school, ie how to apply for the school and were to get the application form(like to become one of there students). My address: No. 1 Affa Street Uwani Enugu, Enugu State.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_26_10_26_58-Government_grants_scam.atom0000664000104500010450000000376311007067000023465 0ustar ucheuche Sat Aug 26 10:26:58 2006 09850728-a665-448d-b81c-1e9c10189539 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> anon What you should do... 2006-08-26T10:26:58.570000 2006-08-26T10:26:58.570000
I received hang up calls from this number on 8/25/06 and 8/26/06.  No one spoke, but I have received calls in the past from govt. grant scams, always middle east accents.  After providing them with false information, I used all their correspondence to provide inforamtion to the local FBI agency.  I was instructed to contact the FBI from the local police department when I called to find out what action to take.  I highly recommend reporting any information you can.  Who knows what these scams are funding.
I received hang up calls from this number on 8/25/06 and 8/26/06. No one spoke, but I have received calls in the past from govt. grant scams, always middle east accents. After providing them with false information, I used all their correspondence to provide inforamtion to the local FBI agency.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_22_19_05_04-Government_grants_scam.atom0000664000104500010450000000413311007067374023456 0ustar ucheuche Wed Nov 22 19:05:04 2006 a6c9d5d4-27ca-4994-9b07-e56b87f7454b <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Mary in New Orleans 2006-11-22T19:05:04.340000 2006-11-22T19:05:04.340000
Same phone call.  east Indian guy with an accent, claiming to be "Robert Brown"  Well, if he's Robert Brown then I am Indira Patel!  I knew it was a scam, but I like messing around with telephone solicitors and challenging them.

What scared me is that I didn't give them any info, but they knew my info...name, number and address.  Then I realized that I am listed in the phone book, so that info is open to anyone.

His Info:
Robert Brown
Internal ID - AF028
343 1st Avenue South
Salt Lake City, Utah 84770
Same phone call. east Indian guy with an accent, claiming to be "Robert Brown" Well, if he's Robert Brown then I am Indira Patel! I knew it was a scam, but I like messing around with telephone solicitors and challenging them. What scared me is that I didn't give them…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_09_14_48_57-ABC_ESPN_World_Cup_announcers__The_debacle_continues.atom0000664000104500010450000000302611007062017031072 0ustar ucheuche Sun Jul 9 14:48:57 2006 60d8939b-4e3b-4a50-88de-80e841e1a422 <div xmlns="http://www.w3.org/1999/xhtml">ABC/ESPN World Cup announcers: The debacle continues</div> H Gerrits 2006-07-09T14:48:57.770000 2006-07-09T14:48:57.770000
I agree David Obrien is the worst soccer announcer I have ever heard. Please go do something else. We don't want or need you rediculous commentary
I agree David Obrien is the worst soccer announcer I have ever heard. Please go do something else. We don't want or need you rediculous commentary…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_24_11_09_56-Copia_housecleaning.atom0000664000104500010450000000352211006751221022703 0ustar ucheuche Thu Nov 24 11:09:56 2005 50956ebc-766d-4278-b83d-d29f3bc55418 <div xmlns="http://www.w3.org/1999/xhtml">Copia housecleaning</div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-11-24T11:09:56.200000 2005-11-24T11:09:56.200000
Another suggestion for a futher titular improvement: put the site name after the title, not in front. That way, with a large number bunch of tabs open, the title will still be out front; a bunch of bookmarks on Copia will be selectable by the first letter(s) of the title; you will get more search engine juice, since they weigh the front of the title higher; etc.
Another suggestion for a futher titular improvement: put the site name after the title, not in front. That way, with a large number bunch of tabs open, the title will still be out front; a bunch of bookmarks on Copia will be selectable by the first letter(s) of the title;…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_30_16_11_48-Python___XML___wary_coexistence.atom0000664000104500010450000000537311006757071025215 0ustar ucheuche Tue Aug 30 16:11:48 2005 852aa307-bf98-438e-ac05-e4cfbc2852a3 <div xmlns="http://www.w3.org/1999/xhtml">Python + XML = wary coexistence</div> Martijn Faassen 2005-08-30T16:11:48.770000 2005-08-30T16:11:48.770000
I think for PJE to speak about people detecting (or not) 'context and nuance' in what amounts to a rant is a bit confusing. I appreciated the rant quite a bit, but the exact thing that was missing from it was context and nuance; it wouldn't be a good rant otherwise. As he says in a comment to my article, his position is more nuanced than his tone was.

The one bit of context I got before he actually
announced it was that he was probably looking at the Chandler source code... :)

I'd seen the XML bit of his "Python is not Java" post quoted by a few other other Python programmers, and I was responding to people who picked up on that bit. The problem I have is more with the tone than the content. XML is certainly far from a panacea, but  it cannot be ignored either. My problem with the rant, and the way the rant was being picked up, is that his tone is giving an excuse to other Python programmers to ignore XML with disdain. I don't believe that's an attitude that is useful.

Finally, I also hope the backlash to XML can be kept from being too viscious. Viscious backlash to me has a connotation with uninformed lashing out, while what is needed is constructive, though strong, criticism.
I think for PJE to speak about people detecting (or not) 'context and nuance' in what amounts to a rant is a bit confusing. I appreciated the rant quite a bit, but the exact thing that was missing from it was context and nuance; it wouldn't be a good rant…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015100000000000011562 Lustar rootrootrepository/comments/2006_10_24_09_02_27-J-Horror_week__or_cultural_roots_of_tastes_in_horror_movies.atomrepository/comments/2006_10_24_09_02_27-J-Horror_week__or_cultural_roots_of_tastes_in_horror_movies.0000664000104500010450000000467011006760263032263 0ustar ucheuche Tue Oct 24 09:02:27 2006 cbdeb433-47d5-410d-8058-af202cf24d7c <div xmlns="http://www.w3.org/1999/xhtml">J-Horror week, or cultural roots of tastes in horror movies</div> Jamie Whyte 2006-10-24T09:02:27.140000 2006-10-24T09:02:27.140000
I completely agree with everything you say - Ringu and the Grudge (I've not seen the American version of the Grudge) are my two top horror movies as well. And yes, if I even recall the image of Sadako when I'm on my own and/or in the dark I get a literal chill down my spine.

The chills in these movies come from the same place as a fear of the dark (which I don't usually suffer from): it's the fear of the un-revealed, and the way one's own mind fills in the gaps in one's knowledge. And I love the fact that it is an entirely superstitious fear that is induced by J-Horror, one that is not merely a fear of violence, but something intangible, and for that inexpressibly WORSE.

This Haloween I'm dressing as Sadako and going down the pub, and I fully expect a few drinks to be dropped when I slowly, stiltedly contort my way up to the bar.

Love it!
I completely agree with everything you say - Ringu and the Grudge (I've not seen the American version of the Grudge) are my two top horror movies as well. And yes, if I even recall the image of Sadako when I'm on my own and/or in the dark I get…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_10_06_57_32-XML_daily_WTF__UBL_ebXML_Naming_convention.atom0000664000104500010450000000354711006760144026746 0ustar ucheuche Wed Aug 10 06:57:32 2005 4e719aec-cb37-4be3-a37b-7a2efe41f428 <div xmlns="http://www.w3.org/1999/xhtml">XML daily WTF: UBL/ebXML Naming convention</div> John Cowan http://www.ccil.org/~cowan 2005-08-10T06:57:32.600000 2005-08-10T06:57:32.600000
Well, since UBL is stuck with XML Schema, and since XML Schema stuffs the element/attribute dichotomy down your throat, and since it is often an arbitrary or aesthetic choice between the two, I think a syntactic distinction is quite a reasonable idea.

When in Rome, shoot off Roman candles.
Well, since UBL is stuck with XML Schema, and since XML Schema stuffs the element/attribute dichotomy down your throat, and since it is often an arbitrary or aesthetic choice between the two, I think a syntactic distinction is quite a reasonable idea. When in Rome, shoot off Roman candles.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_08_10_19_05-Government_grants_scam.atom0000664000104500010450000000423411007066715023465 0ustar ucheuche Tue Aug 8 10:19:05 2006 28818ffc-3d34-4384-89e1-673dcf0b8fb3 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Megan 2006-08-08T10:19:05.250000 2006-08-08T10:19:05.250000
My phone has been ringing all morning with this number.  I didn't answer thinking it was a sales call, but got curious when they kept calling back one minute after the next.  Tried to call number back to get co. name-same story disconnected. when I got to work I searched the number and found this site.  yay!  Called while I was on the site, kept saying hello, can you hear me, I said yes, may I help you with something very rudely.  The heavy accent replied he was looking for mrs. soand so, I said very rudely you have the wrong number-fully ready to attack!:) He apologized and said goodbye.  Wish I would have not waited for the spiel and just chewed him out but-oh well.  Life goes on.  Screw him-you reap what you sew!
My phone has been ringing all morning with this number. I didn't answer thinking it was a sales call, but got curious when they kept calling back one minute after the next. Tried to call number back to get co. name-same story disconnected. when I got to work I searched…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_20_10_09_44-XSLT_2_0_might_be_worth_a_second_look__if___.atom0000664000104500010450000000313211006764565027417 0ustar ucheuche Fri May 20 10:09:44 2005 eef63125-cbdb-42c8-9f54-be7f235487b7 <div xmlns="http://www.w3.org/1999/xhtml">XSLT 2.0 might be worth a second look, if...</div> John L. Clark 2005-05-20T10:09:44.610000 2005-05-20T10:09:44.610000
Could you please post references to more information on the type of help you need with EXSLT?  What kind of help are you looking for, and why has the community been less than responsive?
Could you please post references to more information on the type of help you need with EXSLT? What kind of help are you looking for, and why has the community been less than responsive?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_01_06_35_40-Government_grants_scam.atom0000664000104500010450000000256411007067300023445 0ustar ucheuche Wed Nov 1 06:35:40 2006 6280bf35-29b0-4b98-9459-c433bf6a0e11 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Kris S. 2006-11-01T06:35:40.420000 2006-11-01T06:35:40.420000
Recvd a call from 808-212-0041, I didnt answer it, but googled the next day and found this site.
Recvd a call from 808-212-0041, I didnt answer it, but googled the next day and found this site.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_13_13_46_54-Government_grants_scam.atom0000664000104500010450000000276611007067051023473 0ustar ucheuche Wed Sep 13 13:46:54 2006 e6b25d57-5a59-4714-9338-20e10845c9be <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Hey 2006-09-13T13:46:54.700000 2006-09-13T13:46:54.700000
808-212-0041
Is the number that has shown up on the caller ID they call every daying that they are from united mortage. Why do they call every single day!
808-212-0041 Is the number that has shown up on the caller ID they call every daying that they are from united mortage. Why do they call every single day!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_23_06_45_10-Today_s_XML_WTF.atom0000664000104500010450000000260411006755534021621 0ustar ucheuche Fri Sep 23 06:45:10 2005 91196ebd-c20d-42aa-aa94-9702ec37fe28 <div xmlns="http://www.w3.org/1999/xhtml">Today's XML WTF</div> Uche http://uche.ogbuji.net 2005-09-23T06:45:10.950000 2005-09-23T06:45:10.950000
I admire your restraint, man.  Every XML WTF deserves a good pimp slap.  Or at least a roach stomp.
I admire your restraint, man. Every XML WTF deserves a good pimp slap. Or at least a roach stomp.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_09_22_03_28-FuXi_-_Versa___N3___Rete_Expert_System.atom0000664000104500010450000000350611006764406026217 0ustar ucheuche Sat Jul 9 22:03:28 2005 afa3c196-5543-4bd7-a4f3-981fde1d0e6c <div xmlns="http://www.w3.org/1999/xhtml">FuXi - Versa / N3 / Rete Expert System</div> Huu Nguyen 2005-07-09T22:03:28.350000 2005-07-09T22:03:28.350000
Great work everyone!

How scalable and fast is Fuxi/Pychinko? I'm interested in using it to store and manipulate the large common sense databases, ConceptNet and Wordnet.  http://web.media.mit.edu/~hugo/conceptnet/

Thanks for any help. -Huu
Great work everyone! How scalable and fast is Fuxi/Pychinko? I'm interested in using it to store and manipulate the large common sense databases, ConceptNet and Wordnet. http://web.media.mit.edu/~hugo/conceptnet/ Thanks for any help. -Huu…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_26_07_06_38-Quotidie.atom0000664000104500010450000000445611006767066020562 0ustar ucheuche Tue Apr 26 07:06:38 2005 c95cfbfa-6407-4669-b157-9809bb91b570 <div xmlns="http://www.w3.org/1999/xhtml">Quotidie</div> len http://lamammals.blogspot.com 2005-04-26T07:06:38.100000 2005-04-26T07:06:38.100000
I agree with the comment on capitalization and the importance of the line.  What some lose is the iconographic aspect of writing, that the shape of the line in the context of other lines is important to meaning.  Blog editors are impoversished formatting engines, but they do, by their very simplicity, force the awareness of line ends, spacing and capitalization.  It is, unfortunately, an undercultivated awareness but I can see when reading blogs which writers have eyes as well as ears and who mastered beat as a function of scanning. 

My own poetry is caught in the side effect of immersion in songwriting that forced me into shorter quicker lines, a technique I am still working to develop, leaving fewer and shorter lines so that the meaning has to be derived from scanning it all as if it were a single line.
I agree with the comment on capitalization and the importance of the line. What some lose is the iconographic aspect of writing, that the shape of the line in the context of other lines is important to meaning. Blog editors are impoversished formatting engines, but they do, by their very…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_23_09_41_24-Solution__simple_XML_output.atom0000664000104500010450000000406411006755651024451 0ustar ucheuche Fri Sep 23 09:41:24 2005 d1d4ac1b-5d10-41d6-860a-333e49b52e02 <div xmlns="http://www.w3.org/1999/xhtml">Solution: simple XML output </div> Uche http://uche.ogbuji.net 2005-09-23T09:41:24.980000 2005-09-23T09:41:24.980000
Christof,

EPE means external parsed entity

I confess that in my recent examples I've been using latest CVS of both 4Suite and Amara.  I'm working today on packaging something up so that people can easily give that combo a test run and help shake out issues for the full releases (coming next week at the latest).

I'm not sure what's happening with your lib = amara issue.  I'll see if I can reproduce it.

Thanks.
Christof, EPE means external parsed entity I confess that in my recent examples I've been using latest CVS of both 4Suite and Amara. I'm working today on packaging something up so that people can easily give that combo a test run and help shake out issues for the full releases…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_29_08_02_33-Why_support_template-like_output_in_Amara_.atom0000664000104500010450000000513011006762606027503 0ustar ucheuche Wed Jun 29 08:02:33 2005 ba9201ed-1f7b-45b5-aa64-989caa36eba1 <div xmlns="http://www.w3.org/1999/xhtml">Why support template-like output in Amara?</div> Toothybyte x 2005-06-29T08:02:33.410000 2005-06-29T08:02:33.410000
One potential reason that python programmers do not like XML is that XML is a very bad choice for great many situations in which it is currently used.

People who advocate XML often do so to bypass limitations and problems inherent to their programming language. Since Python has a lot fewer of these the Python solutions turn out to be orders of magnitute simpler than any XML based one.

I have programmed in XSLT transformers for two years (that time is over thank goodness). In my opinion it is an awful solution for anything bigger than a trivial html page. It has nearly no support for meanigful, maintaiable modularity,what it has is a simplistic pattern matching and template calling approaches that resemble programming languages from the 60s... obvioulsy these all leads to an error prone tedious development.

As far as templating goes Zope Page Templates are much better than XSLT, but Cheetah beats them all. At the end of the day it is the length and clarity of the code is what matters.
One potential reason that python programmers do not like XML is that XML is a very bad choice for great many situations in which it is currently used. People who advocate XML often do so to bypass limitations and problems inherent to their programming language. Since Python has a lot…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_06_17_08_53-Government_grants_scam.atom0000664000104500010450000000366511007067422023471 0ustar ucheuche Wed Dec 6 17:08:53 2006 97a73fa4-3611-46d6-801b-80b4c36df7e2 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Christine 2006-12-06T17:08:53.170000 2006-12-06T17:08:53.170000
I have gotten this call the last 2 days and not answered it and no message.

Maybe this is just a total coincidence, but I did have to call United Airlines twice the day of the first call and both times got sent to Indian customer service reps overseas.  I know this is a very remote possibility, but is it possible the customer service rep lifted my phone number for this kind of scam? 

Does anyone have any kind of similar coincidence?
I have gotten this call the last 2 days and not answered it and no message. Maybe this is just a total coincidence, but I did have to call United Airlines twice the day of the first call and both times got sent to Indian customer service reps overseas. I…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_25_08_39_57-Government_grants_scam.atom0000664000104500010450000000266611007066637023515 0ustar ucheuche Tue Jul 25 08:39:57 2006 25f7f85d-79d1-4d34-b70c-2bf8690e09df <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jon 2006-07-25T08:39:57.460000 2006-07-25T08:39:57.460000
Have recieved two calls so far but have not answered the phone.  How they get the cell # is sad as my parents don't even have the #
Have recieved two calls so far but have not answered the phone. How they get the cell # is sad as my parents don't even have the #…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_08_10_47_38-Quot__di__.atom0000664000104500010450000000325211006764026021023 0ustar ucheuche Wed Jun 8 10:47:38 2005 8c2e17a0-4db4-4602-b94b-62606bc92fb8 <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Uche http://uche.ogbuji.net 2005-06-08T10:47:38.640000 2005-06-08T10:47:38.640000
Thanks for pointing that out.  I did notice that there was somewhat of a pattern to the enjambment, but I didn't pay enough attention to nail it.  This is a very clever device, and it works for this poem.  Do you have a link to the sestina you mention?
Thanks for pointing that out. I did notice that there was somewhat of a pattern to the enjambment, but I didn't pay enough attention to nail it. This is a very clever device, and it works for this poem. Do you have a link to the sestina you mention?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_30_18_40_53-Government_grants_scam.atom0000664000104500010450000000303011007066503023447 0ustar ucheuche Fri Jun 30 18:40:53 2006 b1838db9-9f92-429b-a876-b804e7072046 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Patrick Law 2006-06-30T18:40:53.720000 2006-06-30T18:40:53.720000
I just received this phone call and was stupid enough to continue all the way to the end.  Do any of you know how to fix this or not make whatever they are going to do happen??
I just received this phone call and was stupid enough to continue all the way to the end. Do any of you know how to fix this or not make whatever they are going to do happen??…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_08_30_15_51_36-Why_Web_Architecture_Shouldn_t_Dictate_Meaning.atom0000664000104500010450000000651011007174177030142 0ustar ucheuche Thu Aug 30 15:51:36 2007 a093bd4f-d0b6-4e59-918e-1f7cdfad1e84 <div xmlns="http://www.w3.org/1999/xhtml">Why Web Architecture Shouldn't Dictate Meaning</div> Chimezie Ogbuji http://copia.ogbuji.net 2007-08-30T15:51:36.390000 2007-08-30T15:51:36.390000
Hey Kingsley, re: "you have to seperate the Physical Information Resource (Web Doc) and Abstract Entity (you the person) via separate URIs."

In my FOAF file I only make the following assertions about the document:

<_ br="br" _="_">   a foaf:PersonalProfileDocument;
  foaf:maker http://metacognition.info/profile/webwho.xrdf#chime>

Let's say, I really didn't care to make claims about the document which housed the RDF statements: it provides no value to an inference process (remember most of the value proposition of RDF is inference). 

Do I still need to make that separation? It seems that separation is only valuable to HTTP agents which are not capable of performing RDF-based inference.  If an agent can perform RDF-based inference, it doesn't need transport protocol-level dictates to tell it what to conclude about what the URI is, RDF model theory was designed to do exactly that.

So, would it be taboo to use a hashless URI (which responds with a 200 code) to identify me?:

http://metacognition.info/profile/chime> a foaf:Person

Where exactly is the contradiction there?

Why would the server need to redirect to a SPARQL service when the very RDF it serves up describes what the URI is already (without zero ambiguity)?
Hey Kingsley, re: "you have to seperate the Physical Information Resource (Web Doc) and Abstract Entity (you the person) via separate URIs." In my FOAF file I only make the following assertions about the document: a foaf:PersonalProfileDocument; foaf:maker http://metacognition.info/profile/webwho.xrdf#chime> Let's say, I really didn't care to make claims about the…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_03_05_00_46-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000376311006751650031322 0ustar ucheuche Mon Jul 3 05:00:46 2006 5f64a85d-cb11-493c-ba8c-397cc69e8c40 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Umaima 2006-07-03T05:00:46.200000 2006-07-03T05:00:46.200000
I want to apply for this school, please I want to know about the payments and how to get the admision into this school. Please Im more interested in the line of medicine and the payments and also the methods of payments. Please I alos want to know about the sponsorship method for my other friends. Please i would like to know the next time that the forms will be available and where they will be available. Please send any information through my yahoo email.
Thank you for your cooperation.
I want to apply for this school, please I want to know about the payments and how to get the admision into this school. Please Im more interested in the line of medicine and the payments and also the methods of payments. Please I alos want to know about the…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_10_11_47_59-Africa_and_business_on_Talk_of_the_Nation.atom0000664000104500010450000000406511006763636027215 0ustar ucheuche Fri Jun 10 11:47:59 2005 c1478e0a-d0b0-4af9-bf14-8c385c8b5ccd <div xmlns="http://www.w3.org/1999/xhtml">Africa and business on Talk of the Nation</div> Uche http://uche.ogbuji.net 2005-06-10T11:47:59.790000 2005-06-10T11:47:59.790000
I honestly couldn't tell you what vehicle a person in the U.S. could easily use to take advantage of high ROR in Africa.  I don't expect I could open up an E*Trade account for the Ghanaian stock market (the highest performing in the world last year).

It is amazing the difference between the image that media has paintedn of Africa and the reality (I should admit that I've only personally been to three sub-Saharan African countries).  The reality is better in some ways, probably worse in some ways, but just different overall.
I honestly couldn't tell you what vehicle a person in the U.S. could easily use to take advantage of high ROR in Africa. I don't expect I could open up an E*Trade account for the Ghanaian stock market (the highest performing in the world last year). It is amazing the…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_05_18_20_00-Wrapping_rdflib_s_Graph_around_a_4RDF_Model.atom0000664000104500010450000000637611006756500027301 0ustar ucheuche Mon Sep 5 18:20:00 2005 125f8c4a-5559-45b5-8f7f-ec90dd0ecdc9 <div xmlns="http://www.w3.org/1999/xhtml">Wrapping rdflib's Graph around a 4RDF Model</div> chimezie 2005-09-05T18:20:00.090000 2005-09-05T18:20:00.090000
I've updated the module so when it runs it executes the same query as SPARQL and Versa.  Below are runtimes and results:

        
SELECT
  ?title
WHERE {
  ?item rdf:type rss:item;
  dc:subject ?subj;
  rss:title ?title.
  FILTER (REGEX(?subj,".*rdf")).
}
sparql-p: 0.098587
[u'rdflibUtils',
u'Representing Specified Values in OWL: "value partitions" and "value sets"',
u'Sparta',
u'planner-rdf',
u'RDF Template Language 1.0',
u'SIOC Vocabulary Specification',
u'SPARQL in RDFLib',
u'MeetingRecords - ESW Wiki',
u'Enumerated datatypes (OWL)',
u'Defining N-ary Relations on the Semantic Web: Use With Individuals']
(type(rss:item)|-dc:subject->contains('rdf'))-rss:title->*
Versa: 0.224266
[u'MeetingRecords - ESW Wiki',
u'Enumerated datatypes (OWL)',
u'Representing Specified Values in OWL: "value partitions" and "value sets"',
u'SIOC Vocabulary Specification',
u'SPARQL in RDFLib',
u'RDF Template Language 1.0',
u'Defining N-ary Relations on the Semantic Web: Use With Individuals',
u'Sparta',
u'planner-rdf',
u'rdflibUtils']

I've updated the module so when it runs it executes the same query as SPARQL and Versa. Below are runtimes and results: SELECT ?title WHERE { ?item rdf:type rss:item; dc:subject ?subj; rss:title ?title. FILTER (REGEX(?subj,".*rdf")). } sparql-p: 0.098587 [u'rdflibUtils', u'Representing Specified Values in OWL: "value partitions" and "value sets"', u'Sparta',…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_21_08_02_47-Copia_comment_conundrums.atom0000664000104500010450000000300611007057046024004 0ustar ucheuche Thu Sep 21 08:02:47 2006 1fbcfb97-77c2-461e-b494-513d99dbaf8a <div xmlns="http://www.w3.org/1999/xhtml">Copia comment conundrums</div> John Cowan http://www.ccil.org/~cowan 2006-09-21T08:02:47.600000 2006-09-21T08:02:47.600000
The plural of "Can none drum?" is of course "Can none drum?", as "none" can be either singular or plural, despite its etymological origin in "no one".
The plural of "Can none drum?" is of course "Can none drum?", as "none" can be either singular or plural, despite its etymological origin in "no one".…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_08_08_17_33-Government_grants_scam.atom0000664000104500010450000000275311007066531023472 0ustar ucheuche Sat Jul 8 08:17:33 2006 f3fb9345-4a51-475a-a95b-d456bb639295 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Erin 2006-07-08T08:17:33.500000 2006-07-08T08:17:33.500000
I got the same call a minute ago. Same Indian accent and the guy said his name was Joe Morton. I knew right then it was a scam.  Thanks for the web postings.
I got the same call a minute ago. Same Indian accent and the guy said his name was Joe Morton. I knew right then it was a scam. Thanks for the web postings.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_19_17_23_27-Government_grants_scam.atom0000664000104500010450000000263511007066610023471 0ustar ucheuche Wed Jul 19 17:23:27 2006 9c3e0a5d-4bb6-4a5f-9d9c-1f44907635fd <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Namvet 2006-07-19T17:23:27.270000 2006-07-19T17:23:27.270000
Got a call from the same number at 5:12 Central time.  No one was one the line.  I'd just love to have him call back.
Got a call from the same number at 5:12 Central time. No one was one the line. I'd just love to have him call back.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_19_11_52_24-Government_grants_scam.atom0000664000104500010450000000416011007066605023461 0ustar ucheuche Wed Jul 19 11:52:24 2006 163aba3e-a9af-4a4a-9b77-d59ce2099d3d <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> scott caesar 2006-07-19T11:52:24.410000 2006-07-19T11:52:24.410000
I just got scammed too. I actually was to stupid to realize it though, I already paid the 249.95 so I guess I'll just see what happens. The same company you all are talking about Entitlement Pro. addresse 20988 Bake parkway, Lake Forest, CA, 92630. However I talked to a nice american lady named linda, job ID# epalol. Protell Communications is evidentally the parent company and that guy was Indian accented all the way. The supervisors name was Charrollett, and she had a thick English acsent. They said that the grant was issued under section 108 of the federal grant act, and the grant itself was for $7,500. I havent check this out yet but I'm guessing now that I got screwed.
I just got scammed too. I actually was to stupid to realize it though, I already paid the 249.95 so I guess I'll just see what happens. The same company you all are talking about Entitlement Pro. addresse 20988 Bake parkway, Lake Forest, CA, 92630. However I talked to a…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_29_22_22_49-Government_grants_scam.atom0000664000104500010450000000367511007067011023473 0ustar ucheuche Tue Aug 29 22:22:49 2006 b3952326-1094-4043-be82-250627b8bc5f <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> anonymous 2006-08-29T22:22:49.170000 2006-08-29T22:22:49.170000
HOLA AND WATCH OUT!!! I RECENTLY RECIEVED A CALL FROM THIS NUMBER. (808)212-0041 THE PERSON ON THE OTHER END KNEW OUR LAST NAME (SPANISH NAME) BUT THEY WERE SPEAKING SPANISH. I DEMANDED, "HOW DID YOU GET THIS NUMBER?" "WE DON'T SPEAK SPANISH HERE!". THEN THE CALLER GOT CHOKED UP AND SAID, "I SORRY NO SPEEAAK EENNGLEESH." WHAT A LOAD OF $#!^@#$%...(insert your own imaginitive word here.) NOW I SEE ALL THESE SORRY SCAMS FROM THIS NUMBER, NOW THEY CAN APPARENTLY BREAK THE LANGUAGE BARRIER??
HOLA AND WATCH OUT!!! I RECENTLY RECIEVED A CALL FROM THIS NUMBER. (808)212-0041 THE PERSON ON THE OTHER END KNEW OUR LAST NAME (SPANISH NAME) BUT THEY WERE SPEAKING SPANISH. I DEMANDED, "HOW DID YOU GET THIS NUMBER?" "WE DON'T SPEAK SPANISH HERE!". THEN THE CALLER GOT CHOKED UP AND…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_07_05_18_56_06-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_07_05_18_56_06-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000423411007062223031652 0ustar ucheuche Wed Jul 5 18:56:06 2006 61f48c66-aa35-4671-8ea7-b87a3164bcc5 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Matthew Holt 2006-07-05T18:56:06.310000 2006-07-05T18:56:06.310000
Yes they're all dreadful. but one point no one's noticed

Why oh why do they not use some of the in studio techniques that Sky Sports stole from the Americans to break the game down at half time or at the end? I was in the UK for some of June and they really now do a good job analysing the tactics and showing what's happening). If we're trying to educate young fans shouldnt we be doing that? Instead they have gormless twits (especially Julie Foudy who clearly knows nothing about football) natterring on and on. The average FSN viewer knows more about the game than any one on ESPN....and lets not start with HOW THE HELL Musberger got on there...
Yes they're all dreadful. but one point no one's noticed Why oh why do they not use some of the in studio techniques that Sky Sports stole from the Americans to break the game down at half time or at the end? I was in the UK for some of…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_16_04_58_27-Don_t_buy_batteries_in_Europe__if_you_can_help_it.atom0000664000104500010450000000303611006763143031012 0ustar ucheuche Thu Jun 16 04:58:27 2005 0355560d-725d-4981-96dd-21e138006504 <div xmlns="http://www.w3.org/1999/xhtml">Don't buy batteries in Europe, if you can help it</div> james governor www.redmonk.com/jgovernor 2005-06-16T04:58:27.720000 2005-06-16T04:58:27.720000
lucky it wasn't gas - then you'd really be whining... bear in mind that the dollar recently improved against the euro and pound too.
lucky it wasn't gas - then you'd really be whining... bear in mind that the dollar recently improved against the euro and pound too.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_20_10_25_08-Bureaucracy_or_Professionalism_.atom0000664000104500010450000000302011006762242025270 0ustar ucheuche Thu Oct 20 10:25:08 2005 38a2d7f0-287f-4e30-875e-2c35d40cfb74 <div xmlns="http://www.w3.org/1999/xhtml">Bureaucracy or Professionalism?</div> Trackback from mikechampion's weblog http://blogs.msdn.com/mikechampion/archive/2005/10/19/483096.aspx 2005-10-20T10:25:08.940000 2005-10-20T10:25:08.940000
I've been struggling to crystallize my thoughts about the numerous discussions, mostly leading back to...
I've been struggling to crystallize my thoughts about the numerous discussions, mostly leading back to...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_19_14_33_13-Rewriting_Source_Content_Descriptions_as_Versa_Queries.atom0000664000104500010450000000514411006764630032010 0ustar ucheuche Thu May 19 14:33:13 2005 207a93d6-c716-4ca4-bfc8-2721a6aa3b9c <div xmlns="http://www.w3.org/1999/xhtml">Rewriting Source Content Descriptions as Versa Queries</div> Damian 2005-05-19T14:33:13.580000 2005-05-19T14:33:13.580000
"It wasn't clear to me if the intent was to check if all classes have a statement with each predicate as specified by an ontology or to just count how many properties each class instance has"

I may have misunderstood you, but just to clarify what Morten was doing:

A source content description is an expression (using OWL) of what an RDF store contains -- this might be useful for query routing, query optimisation, or just knowing 'what can I ask?'. This is really about SPARQL the protocol, rather than the query language.

My original example was written by hand (I put the data in, so I knew what kind of thing was in there). But, of course, the OWL description is just a reflection of what's in the store, so we ought to be able to mine that description. And that's what Morten has done using SQL.

So the short answer is: counting is what we want, and you did the right thing :-)

It's cool that Versa could be used to do this mining, btw.
"It wasn't clear to me if the intent was to check if all classes have a statement with each predicate as specified by an ontology or to just count how many properties each class instance has" I may have misunderstood you, but just to clarify what Morten was doing: A…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_14_08_16_46-XForms_Submission_to_Copia__Mozilla___FormsPlayer_.atom0000664000104500010450000000262511006754505031034 0ustar ucheuche Fri Oct 14 08:16:46 2005 08da4704-3f12-4b66-82e8-a0ed7d30e99a <div xmlns="http://www.w3.org/1999/xhtml">XForms Submission to Copia (Mozilla / FormsPlayer)</div> Chimezie http://metacognition.info 2005-10-14T08:16:46.060000 2005-10-14T08:16:46.060000
I'll try to reproduce the difficulties I was having with FormsFaces..
I'll try to reproduce the difficulties I was having with FormsFaces..…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_30_19_55_25-First_day_as_a_Python_Mac_developer.atom0000664000104500010450000000320511007054325026045 0ustar ucheuche Sat Dec 30 19:55:25 2006 05b85455-ae16-4f4b-b88f-8092e9835704 <div xmlns="http://www.w3.org/1999/xhtml">First day as a Python/Mac developer</div> Jeremy Kloth 2006-12-30T19:55:25.390000 2006-12-30T19:55:25.390000
If I remember correctly, the only thing that you need to add in your ~/.profile would be the PATH entry.  The PYTHONPATH stuff isn't necessary on OS X, it is added automatically for all framework builds (see site.py).
If I remember correctly, the only thing that you need to add in your ~/.profile would be the PATH entry. The PYTHONPATH stuff isn't necessary on OS X, it is added automatically for all framework builds (see site.py).…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_12_07_03_35-Corrections_to_RDF_Query_Language_Comparison.atom0000664000104500010450000000323111006754744027617 0ustar ucheuche Wed Oct 12 07:03:35 2005 3ece2ec4-9a9c-4371-bcf3-32fde778b25a <div xmlns="http://www.w3.org/1999/xhtml">Corrections to RDF Query Language Comparison</div> Chimezie http://metacognition.info 2005-10-12T07:03:35.630000 2005-10-12T07:03:35.630000
That first Versa example is missing a comma and should be:

        
filter('all()','eq(length(difference(all()-dc:creator->*,.-dc:creator->*)),0)')
That first Versa example is missing a comma and should be: filter('all()','eq(length(difference(all()-dc:creator->*,.-dc:creator->*)),0)')…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_19_10_45_46-SPARQL_versus_Versa.atom0000664000104500010450000000311111006764647022534 0ustar ucheuche Thu May 19 10:45:46 2005 702dd93b-5fba-42d0-883d-cdad9c8c1c3e <div xmlns="http://www.w3.org/1999/xhtml">SPARQL versus Versa</div> Chimezie Ogbuji http://copia.ogbuji.net/blog 2005-05-19T10:45:46.070000 2005-05-19T10:45:46.070000
Whoops, I updated the content of that blog entry and it pushed it back to the top (and out of order with this one).

/me gets excited about the prospects for Versa 2.0
Whoops, I updated the content of that blog entry and it pushed it back to the top (and out of order with this one). /me gets excited about the prospects for Versa 2.0…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_21_06_51_42-Government_grants_scam.atom0000664000104500010450000000254711007066623023464 0ustar ucheuche Fri Jul 21 06:51:42 2006 d72f2783-a9b3-485d-8b65-b389732e8e8e <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Kelley 2006-07-21T06:51:42.280000 2006-07-21T06:51:42.280000
Lousy people called me at 7am this morning (on my day off!!) Don't care, want to kill him!
Lousy people called me at 7am this morning (on my day off!!) Don't care, want to kill him!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017000000000000011563 Lustar rootrootrepository/comments/2006_07_28_19_28_56-Phoenician_Crimson__or_more_prosaically__Utter_madness_in_the_Middle_East_.atomrepository/comments/2006_07_28_19_28_56-Phoenician_Crimson__or_more_prosaically__Utter_madness_in_th0000664000104500010450000000572711007060477032317 0ustar ucheuche Fri Jul 28 19:28:56 2006 17cf52a3-b3f5-444a-903a-d294a1104673 <div xmlns="http://www.w3.org/1999/xhtml">Phoenician Crimson (or more prosaically: Utter madness in the Middle East)</div> Aristotle Pagaltzis http://plasmasturm.org/ 2006-07-28T19:28:56.730000 2006-07-28T19:28:56.730000
> Their government’s near-sighted decision-making process far too often gives the lie to those claims.

Don’t mistake the government for the people. If there’s a congruence between the Israelis’ professed stances and their government’s action, it is probably much like in the US – and would it be fair to judge all Americans by the actions of their government?

I have been reading the rants of an Israeli friend on her Livejournal who just left Haifa to come to her husband (also Israeli) in the Netherlands a few weeks ago. She’s rather pissed at the obvious stupidity of this move. (She’s also pissed at the Western media never showing a single picture of what Haifa now looks like (barely better than Beirut), but that’s a different issue.) She was going on about how Israel is living in peace next to Egypt, and how the same should have been possible with Lebanon.

What a waste, all of it.

There is no cause worth killing for.

Aside: I wonder if there are people from each affected region blogging prominently about the events and circumstances. Watching TV or reading pundits seems like a rather unlikely way to get an objective view of what is happening.
> Their government’s near-sighted decision-making process far too often gives the lie to those claims. Don’t mistake the government for the people. If there’s a congruence between the Israelis’ professed stances and their government’s action, it is probably much like in the US – and would it be fair to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_23_10_48_14-___Mix_and_match_Web_components_with_Python_WSGI___.atom0000664000104500010450000000446511007057767031110 0ustar ucheuche Wed Aug 23 10:48:14 2006 682ab460-ae85-4149-99f0-bc00bd63aaa3 <div xmlns="http://www.w3.org/1999/xhtml">“Mix and match Web components with Python WSGI”</div> Phillip J. Eby http://dirtsimple.org/ 2006-08-23T10:48:14.390000 2006-08-23T10:48:14.390000
Hi Uche.  I'm afraid your middleware example in that article is not WSGI-compliant, because it doesn't support the wrapped application having a "close()" method:

"""If the iterable returned by the application has a close() method, the server or gateway must call that method upon completion of the current request, whether the request was completed normally, or terminated early due to an error. (This is to support resource release by the application. This protocol is intended to complement PEP 325's generator support, and other common iterables with close() methods."""

I hope you'll update the article so as to not lead others astray in this respect.  Thanks.
Hi Uche. I'm afraid your middleware example in that article is not WSGI-compliant, because it doesn't support the wrapped application having a "close()" method: """If the iterable returned by the application has a close() method, the server or gateway must call that method upon completion of the current request, whether…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_19_17_59_31-Ouch___I_feel_your_pain__Sam.atom0000664000104500010450000000331111006751475024446 0ustar ucheuche Sat Nov 19 17:59:31 2005 03db7f4c-cacc-4039-8410-8f56105911bf <div xmlns="http://www.w3.org/1999/xhtml">Ouch. I feel your pain, Sam</div> Sam Ruby http://www.intertwingly.net/blog/ 2005-11-19T17:59:31.280000 2005-11-19T17:59:31.280000
Expat only understands you tee eff DASH eight, not you tee eff eight.  My point is that you can get everything else right and get tripped up by a missing dash -- and never quite realize it if the parser you use accepts both, as libxml2 does.
Expat only understands you tee eff DASH eight, not you tee eff eight. My point is that you can get everything else right and get tripped up by a missing dash -- and never quite realize it if the parser you use accepts both, as libxml2 does.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_17_14_38_46-Towards_EXSLT.atom0000664000104500010450000000267111006764344021377 0ustar ucheuche Sun Jul 17 14:38:46 2005 c683471b-dcb5-49c4-990d-0ebeda8cc515 <div xmlns="http://www.w3.org/1999/xhtml">Towards EXSLT </div> Jim Fuller www.ruminate.co.uk 2005-07-17T14:38:46.710000 2005-07-17T14:38:46.710000
promised and delivered!

havent heard from you Uche? U must be experiencing vacation?

j
promised and delivered! havent heard from you Uche? U must be experiencing vacation? j…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_22_14_35_34-Solution__simple_XML_output.atom0000664000104500010450000000435311006755650024450 0ustar ucheuche Thu Sep 22 14:35:34 2005 82c95456-9aac-4e9b-9781-1e3d3c7d98c2 <div xmlns="http://www.w3.org/1999/xhtml">Solution: simple XML output </div> Christof Hoeke 2005-09-22T14:35:34.560000 2005-09-22T14:35:34.560000
thanks Uche, I think I get it. Seeing xml_append_fragment() as actually being another form  of IO with serialized XML surely does make sense. (Maybe dumb, but what does EPE actually mean?)

Amara feels nice on first steps by the way. I just seem to need an updated 4suite as I got an "ImportError: cannot import name ParseFragment" trying to use xml_append_fragment...


BTW, I got an error during setup "ImportError: No module named amara" so I simply renamed lib to amara. Seems the kw['package_dir'] = {'amara': 'lib'} in setup.py does not seem to work (on WinXP, Python 2.4.1), which I find rather odd.

thanks
chris
thanks Uche, I think I get it. Seeing xml_append_fragment() as actually being another form of IO with serialized XML surely does make sense. (Maybe dumb, but what does EPE actually mean?) Amara feels nice on first steps by the way. I just seem to need an updated 4suite as I…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_18_10_00_45-On_Huck__Hip_Hop__and_Expression.atom0000664000104500010450000000464711006755673025265 0ustar ucheuche Sun Sep 18 10:00:45 2005 f64aef04-437f-4fac-9ed3-093891dcb244 <div xmlns="http://www.w3.org/1999/xhtml">On Huck, Hip Hop, and Expression</div> Uche http://uche.ogbuji.net 2005-09-18T10:00:45.660000 2005-09-18T10:00:45.660000
Chime,

I missed this posting yesterday.  Very heartfelt.  Very poignant.  I believe that hip-hop is very attractive to young people dealing with social dissonance.  In my case, hip-hop was also an escape from culture shock, but the opposite case from yours.  I was dealing with having moved from the US to Nigeria, and having a near-impossible time adapting to boarding school.  Hip-hop kept me sane through the early 80s, just as it did for you through the early 90s.  The expressiveness of hip-hop stuck with me as it did you: in my case as a counterpart for my study of poetry and language.

I have only one complaint about yoiur post: you didn't tell the hilarious "swap gator" story.  C'mon man.  I don't know if Ejike would be down with it, but if it doesn't offend him, you have to bust it out for another day's entry.
Chime, I missed this posting yesterday. Very heartfelt. Very poignant. I believe that hip-hop is very attractive to young people dealing with social dissonance. In my case, hip-hop was also an escape from culture shock, but the opposite case from yours. I was dealing with having moved from the US…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_12_01_48_27-del_icio_us_bookmarks_for_2006-04-05.atom0000664000104500010450000000277711007063562025272 0ustar ucheuche Wed Apr 12 01:48:27 2006 79b106fc-e8bd-40a8-b82d-2f1643d8726b <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2006-04-05</div> RAA http://www.nairaland.net/ 2006-04-12T01:48:27.560000 2006-04-12T01:48:27.560000
Learn about RSS explained in layman's terms: http://www.nairaland.net/forum/viewtopic.php?t=88
Learn about RSS explained in layman's terms: http://www.nairaland.net/forum/viewtopic.php?t=88…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_13_23_12_32-More_BloGTK_hacks__Category_Support.atom0000664000104500010450000000340611006770166025712 0ustar ucheuche Wed Apr 13 23:12:32 2005 cb938b2d-2cc3-43af-ae75-eb9525532830 <div xmlns="http://www.w3.org/1999/xhtml">More BloGTK hacks: Category Support</div> Trackback from egaumer.pagecache.org http://egaumer.pagecache.org/PyBlosxom/23 2005-04-13T23:12:32.570000 2005-04-13T23:12:32.570000
So I've got a few posts now and figured it might be wise to categorize things. I know PyBlosxom supports categories but BloGTK didn't seem to want any part of it. Diving into the code I noticed that for the most part, metaweblog support is missing or b
So I've got a few posts now and figured it might be wise to categorize things. I know PyBlosxom supports categories but BloGTK didn't seem to want any part of it. Diving into the code I noticed that for the most part, metaweblog support is missing or b…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_29_15_33_13-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_29_15_33_13-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000403611007062221031643 0ustar ucheuche Thu Jun 29 15:33:13 2006 f8680af9-02fc-4f51-8e68-d80f13974c3a <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> RWH 2006-06-29T15:33:13.360000 2006-06-29T15:33:13.360000
AMEN TO EVERYONE WHO SAYS THAT AMERICAN ANNOUNCERS STICK'ETH!!!  I must admit that ABC/ESPN did a terrible terrible terrible job in getting announcers.  The only decent american might be JP...but Adrian and Tommy are the bomb (at least with this years World Cup announcing).

I stronly recommend you all to write ESPN and tell them how poorly they've done this go around with their selection of announcers.  I just did!

Cheers!
AMEN TO EVERYONE WHO SAYS THAT AMERICAN ANNOUNCERS STICK'ETH!!! I must admit that ABC/ESPN did a terrible terrible terrible job in getting announcers. The only decent american might be JP...but Adrian and Tommy are the bomb (at least with this years World Cup announcing). I stronly recommend you all to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_22_03_56_02-XSLT_2_0_might_be_worth_a_second_look__if___.atom0000664000104500010450000000441111006764566027421 0ustar ucheuche Sun May 22 03:56:02 2005 08d2ea8d-f668-4fd3-8ae1-9558e578518f <div xmlns="http://www.w3.org/1999/xhtml">XSLT 2.0 might be worth a second look, if...</div> Sylvain http://www.mangue.org 2005-05-22T03:56:02.820000 2005-05-22T03:56:02.820000
Interesting entry and comments. I am too new to the XSLT world to have any opinion on XSLT2 but two things :

1. From what I've seen, XSLT2 brings really interesting features but I'm not sure to get the why of some of them since they don't bring anything that already exist in the language you could use to handle XSLT. I mean regex are great but almost all modern language already support them.

2. I don't think the 4suite guys ever stopped anyone to contribute. Simply because Uche is reluctant to involve his time into bringing XSLT2 to 4Suite doesn't mean you cannot do it by yourself and let the Python community have it :)

The 4suite guys are pretty open to help :)
Interesting entry and comments. I am too new to the XSLT world to have any opinion on XSLT2 but two things : 1. From what I've seen, XSLT2 brings really interesting features but I'm not sure to get the why of some of them since they don't bring anything that…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_21_09_15_13-Government_grants_scam.atom0000664000104500010450000000406211007066626023462 0ustar ucheuche Fri Jul 21 09:15:13 2006 5cf70ce2-0c29-4e6e-8e1e-6d92292ea774 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Carol 2006-07-21T09:15:13.620000 2006-07-21T09:15:13.620000
I just recieved a call from 808 212 0041. Thick Indian accent. He said he was from time travel and me and my family have been selected to recieve a free vacation. I didn't believe him and told him I wasn't interested and he got rather rude. So I let him speak to my husband. When my husband got on the phone the Indian man gave him some sob story that he's having family problems and he's just trying to make some money so he can marry his girlfriend whom he's also having problems with. My husband actually felt bad for him for a second and asked if he could call back later. Now after reading all these comments, I don't feel bad for him at all!
I just recieved a call from 808 212 0041. Thick Indian accent. He said he was from time travel and me and my family have been selected to recieve a free vacation. I didn't believe him and told him I wasn't interested and he got rather rude. So I let…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_15_00_40_46-Government_grants_scam.atom0000664000104500010450000000430711007067060023455 0ustar ucheuche Fri Sep 15 00:40:46 2006 8d032d5a-d9f3-4cdf-9de6-2d78fa9d46b6 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jed 2006-09-15T00:40:46.350000 2006-09-15T00:40:46.350000
617-682-2400 is another VOIP number, it's one that occasionally appears when co-workers call me from their computers -- it's a VOIP-to-telephone gateway.

I suspect our indian scammers have found themselves a collection of VOIP services that either allow them to make up the caller ID or simply present US-looking caller ID... when you can't hear them it's probably their internet connection cutting out from all the scamming they're doing ;)

In any case as someone said earlier, don't be greedy and try to grab things you know are too good to be true and you'll be OK... and of course don't give out private info (bank, credit card, etc.) over the phone.
617-682-2400 is another VOIP number, it's one that occasionally appears when co-workers call me from their computers -- it's a VOIP-to-telephone gateway. I suspect our indian scammers have found themselves a collection of VOIP services that either allow them to make up the caller ID or simply present US-looking caller…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_15_16_07_30-When_did_Blogrolls_Become_Evil_.atom0000664000104500010450000000245211006765316025105 0ustar ucheuche Sun May 15 16:07:30 2005 57af4239-e149-49cf-8f27-1743cb755f1a <div xmlns="http://www.w3.org/1999/xhtml">When did Blogrolls Become Evil?</div> Trackback from Dare Obasanjo aka Carnage4Life http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=1e6e1497-0c5a-4928-805d-6924fb78e5d2 2005-05-15T16:07:30.970000 2005-05-15T16:07:30.970000
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_04_14_37_33-Yes___Markdown_needs_attributes__not_footnotes.atom0000664000104500010450000000477611006756754030447 0ustar ucheuche Sun Sep 4 14:37:33 2005 293294be-b354-439c-91d7-a8db960b647a <div xmlns="http://www.w3.org/1999/xhtml">Yes! Markdown needs attributes, not footnotes</div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-09-04T14:37:33.810000 2005-09-04T14:37:33.810000
Thanks for the support. :-)

As regards the “metadata at the top of a document” point, I think John is right in his stance that this doesn’t belong in Markdown. It’s really something that the tool sitting atop is responsible for. If you have a bunch of text files written in Markdown, it might make sense to use RFC822 format for the messages; but you could also, like me, have a bunch of Atom Entry Documents sitting around, in which the metadata is expressed differently; and each other format or tool would in turn have different ways or means of expression or storing metadata.

Putting this into Markdown itself would require an API for the Markdown-embedding application to query Markdown for the data (as opposed to the current situation where Markdown is a pure transform), and would allow redundant and possibily contradictory metadata in container formats which have their own way of expressing it.
Thanks for the support. :-) As regards the “metadata at the top of a document” point, I think John is right in his stance that this doesn’t belong in Markdown. It’s really something that the tool sitting atop is responsible for. If you have a bunch of text files written…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_25_18_56_34-CherryPy_QOTW.atom0000664000104500010450000000327411007070434021376 0ustar ucheuche Wed Jan 25 18:56:34 2006 dd2d4cd7-9800-4831-9652-dc92d171effc <div xmlns="http://www.w3.org/1999/xhtml">CherryPy QOTW</div> uche http://uche.ogbuji.net 2006-01-25T18:56:34.030000 2006-01-25T18:56:34.030000
Grr.  I unwittingly truncated your name.  I suck :-(

I paused a bit at "Captain Buffet".  But I figured my geek audience would think to click the link :-)

And planetatom was fun.  Taght me a bit more about CherryPy, too.
Grr. I unwittingly truncated your name. I suck :-( I paused a bit at "Captain Buffet". But I figured my geek audience would think to click the link :-) And planetatom was fun. Taght me a bit more about CherryPy, too.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_07_10_44_08-Government_grants_scam.atom0000664000104500010450000000547011007066523023464 0ustar ucheuche Fri Jul 7 10:44:08 2006 0f9b8147-ad3f-4483-bec9-ff55037f5564 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Maria 2006-07-07T10:44:08.500000 2006-07-07T10:44:08.500000
I received the call from the guy with the indian accent.  The number came up unavailable on the ID, when I answered, he immediately told me that I had won $5,000.  I told him oh, yeah, how do you know that I won that money; because of my phone number?  He said that there were 10 people that were chozen in my city by the government because we paid taxes, all he needed was the name of my bank.  Of course I said no. I told him if that money is mine then send me all of the information on how to retrieve it via mail and I'll read it and if I'm interested, I'll call you back.  He said, he could do that but that I needed a tracking number for the ups guy that he could only give me if I gave him the name of my bank. When I told him that I wanted to know his name and how to get a hold of him, he gave me a fake number out of Sacramento that I called from my cell phone while I was on the phone with him.  When I confronted him about the fake number he said that it didn't work because it was the weekend, not true of course.  In the end he was very upset and told me that he had all of my information anyway and that he was gonna charge me $50.00 because he was making a long distance call to me and I was not cooperating. I got very upset and started telling him no you are not gonna charge me anything and he said well we are and hung up on me.  Be carefull with these people.  DON'T GIVE UP ANY INFORMATION!
I received the call from the guy with the indian accent. The number came up unavailable on the ID, when I answered, he immediately told me that I had won $5,000. I told him oh, yeah, how do you know that I won that money; because of my phone number?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_17_15_27_56-Government_grants_scam.atom0000664000104500010450000000510411007066574023476 0ustar ucheuche Mon Jul 17 15:27:56 2006 86e1538f-4cd1-4567-870c-14302cb972ab <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> kent 2006-07-17T15:27:56.430000 2006-07-17T15:27:56.430000
re:808-212-0041

rec'd one call this A.M.-didn't answer
rec'd 2nd call this P.M.-after reading these comments-  Indian male wanted to set up an appointment for home improvement services, said was located in San Ramon, CA- I asked him if he wasn't sure he was supposed to ask to give me $5K.  I asked to verify his disconnected Lihue, HI phone number.  He gave me a phone# 866-828-2089 (which comes back to a real estate company in WA). (He also couldn't tell me the name of the mountain, Mt. Diablo, on the outskirts of San Ramon.)

He finally admitted to calling from New Delhi, however the company he was representing was in San Ramon, CA.  He said the temperature there was 38 Celcius.  To his credit, he did keep coming back to trying to get me to sign up for home improvements.

I have actually either talked to him, or another similar sounding gentleman, representing to be from the same company, several times over the last several months.

Computers are wonderful.
re:808-212-0041 rec'd one call this A.M.-didn't answer rec'd 2nd call this P.M.-after reading these comments- Indian male wanted to set up an appointment for home improvement services, said was located in San Ramon, CA- I asked him if he wasn't sure he was supposed to ask to give me $5K.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_16_15_26_46-Government_grants_scam.atom0000664000104500010450000000355211007067227023466 0ustar ucheuche Mon Oct 16 15:26:46 2006 794fa370-21af-4020-b47a-44c848cf1d8b <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Joe 2006-10-16T15:26:46.800000 2006-10-16T15:26:46.800000
I received a call from 808-212-0041. The first time they contacted me and I won a trip to Orland and the second time they called me I won a Cadillac Escalade. He also had a heavy accent and I couldn't understand him. Lucky for me my cell phone didn't have good signal and I lost his call both times. I googled the number and found these postings. I figured it was a scam because I never entered to win trips or car. This is definitely a SCAM!!
I received a call from 808-212-0041. The first time they contacted me and I won a trip to Orland and the second time they called me I won a Cadillac Escalade. He also had a heavy accent and I couldn't understand him. Lucky for me my cell phone didn't have…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_26_12_01_01-Government_grants_scam.atom0000664000104500010450000000406111007066653023450 0ustar ucheuche Wed Jul 26 12:01:01 2006 9740c752-4e99-481e-b005-09d88bd01c99 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Kara 2006-07-26T12:01:01.940000 2006-07-26T12:01:01.940000
I just got my call from the "US Government" at this 808-212-0041 number. They gave me the whole song and dance, about how I, as a good taxpayer, was entitled to receive free grants from the US Government for school, business or just to pay off my current debts. Basically, free money, and all I had to do was give them my social security number, birthdate, and bank information. I told them I would be happy to receive the money from a paypal transfer, and that all they really needed to do was send me a 1099 at the end of the year showing I was paid this money. Well, this wasn't what they wanted to hear and they hung up.
I just got my call from the "US Government" at this 808-212-0041 number. They gave me the whole song and dance, about how I, as a good taxpayer, was entitled to receive free grants from the US Government for school, business or just to pay off my current debts. Basically,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_09_07_46_21-del_icio_us_bookmarks_for_2006-01-05.atom0000664000104500010450000000322711007071574025261 0ustar ucheuche Mon Jan 9 07:46:21 2006 cf1a7ac5-3db0-4e55-a517-dbe11b6a80e4 <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2006-01-05</div> Uche http://uche.ogbuji.net 2006-01-09T07:46:21.140000 2006-01-09T07:46:21.140000
Oops.  I just assumed that because NPR had announced podcasting support last year, all stories would be available as podcasts.  I actually just listened to it on the Web, via RealPlayer.  Sorry for any confusion.
Oops. I just assumed that because NPR had announced podcasting support last year, all stories would be available as podcasts. I actually just listened to it on the Web, via RealPlayer. Sorry for any confusion.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_08_13_50_22-Government_grants_scam.atom0000664000104500010450000000342111007067033023452 0ustar ucheuche Fri Sep 8 13:50:22 2006 8eb78cdd-2cd8-463e-942c-da1033fd689b <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> leslie 2006-09-08T13:50:22.950000 2006-09-08T13:50:22.950000
just got a call from "richard dawson" with this scam...wouldnt give him my numbers thank god because i figured this was a scam so i kept him on the line while i googled the address he gave me-no such place then i found this page and others like it and told him off!!
123 apple st
freemont ca 91212 sorry no such place!!
just got a call from "richard dawson" with this scam...wouldnt give him my numbers thank god because i figured this was a scam so i kept him on the line while i googled the address he gave me-no such place then i found this page and others like it and…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_02_13_31_30-What_s_SMS_ac_really_all_about___updated_.atom0000664000104500010450000000266111006767012027112 0ustar ucheuche Tue Aug 2 13:31:30 2005 df192865-78c7-47b2-8d43-6a2437831456 <div xmlns="http://www.w3.org/1999/xhtml">What's SMS.ac really all about? [updated]</div> J Zh 2005-08-02T13:31:30.340000 2005-08-02T13:31:30.340000
sms.ac charged me without notifying me. I discovered from my phone bill. i think this is an annoying company.
sms.ac charged me without notifying me. I discovered from my phone bill. i think this is an annoying company.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_07_04_13_30-PyBlosxom_plug-in__latest_comments_py.atom0000664000104500010450000000275111006765034026463 0ustar ucheuche Mon Nov 7 04:13:30 2005 a0cced3d-9238-4582-ad82-b917592f9d03 <div xmlns="http://www.w3.org/1999/xhtml">PyBlosxom plug-in: latest_comments.py</div> james governor www.redmonk.com/jgovernor 2005-11-07T04:13:30.550000 2005-11-07T04:13:30.550000
they dont call me the old bugger for nothing... ;-)

did you see the game yesterday? hats off to man u.
they dont call me the old bugger for nothing... ;-) did you see the game yesterday? hats off to man u.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000016400000000000011566 Lustar rootrootrepository/comments/2006_07_11_06_58_23-The_Okayplayer_take__Zidane___Materazzi___Fight______Fatality___Sucka_.atomrepository/comments/2006_07_11_06_58_23-The_Okayplayer_take__Zidane___Materazzi___Fight______Fatalit0000664000104500010450000000243511007061234031731 0ustar ucheuche Tue Jul 11 06:58:23 2006 488d3b17-d48d-4b77-83e0-cd0f224b9d05 <div xmlns="http://www.w3.org/1999/xhtml">The Okayplayer take: Zidane...Materazzi...Fight!!!...Fatality...Sucka!</div> Chimezie 2006-07-11T06:58:23.500000 2006-07-11T06:58:23.500000
LOL!
LOL!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_15_08_31_17-Government_grants_scam.atom0000664000104500010450000000260211007066566023467 0ustar ucheuche Sat Jul 15 08:31:17 2006 a73002d4-d503-4ca1-b3bf-bf8ed0134acc <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Hog 2006-07-15T08:31:17.530000 2006-07-15T08:31:17.530000
Got a call from 808-212-0041 today.  The SCAM continues.  I didn't answer, let's see if they call back...
Got a call from 808-212-0041 today. The SCAM continues. I didn't answer, let's see if they call back...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_02_17_42_40-Government_grants_scam.atom0000664000104500010450000000377411007067415023462 0ustar ucheuche Sat Dec 2 17:42:40 2006 b4e84b48-b9e5-4783-9d1b-cf5834ee55e5 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Ayakina 2006-12-02T17:42:40.090000 2006-12-02T17:42:40.090000
I too have just received a phone call from them, apparantly i have missed a few phone calls from them before. I constantly telling the guy that I cannot understand him and he begin to get irritate with me. Then I demanded that I want a website where I can check things out, and he randomly said "www.grants.gov" which is FAKE. I kept on mentioning that I cannot understand his heavy accent and he said he will call me back soon. 40 minutes has passed and I did a search with the phone number, and I found this. I hope no one would fall for this scam, and always double check on things.
I too have just received a phone call from them, apparantly i have missed a few phone calls from them before. I constantly telling the guy that I cannot understand him and he begin to get irritate with me. Then I demanded that I want a website where I can…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_11_11_57_59-4Suite_1_0b1_via_yum_.atom0000664000104500010450000000407111006765654022717 0ustar ucheuche Wed May 11 11:57:59 2005 5f9e2f12-bfbf-4b7d-8229-1cd590546489 <div xmlns="http://www.w3.org/1999/xhtml">4Suite 1.0b1 via yum?</div> antonio pyvm.sourceforge.net 2005-05-11T11:57:59.860000 2005-05-11T11:57:59.860000
Very true, but pyvm is mean to not require any compilation saving precious time.
Moreover it encapsulates a well defined set of components in a non invasive way.
I doubt  java would make any impact if it was released as source code requiring compilation each time you need to run a jar file.
The same is true for almost any major application: openoffice, firefox and several different ones.
That something I felt was still missing in python.
To become an enterprise language I think that would be a good move.
Very true, but pyvm is mean to not require any compilation saving precious time. Moreover it encapsulates a well defined set of components in a non invasive way. I doubt java would make any impact if it was released as source code requiring compilation each time you need to run…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_20_15_18_44-Government_grants_scam.atom0000664000104500010450000000443511007067105023464 0ustar ucheuche Wed Sep 20 15:18:44 2006 334d0f25-994c-4add-9655-d985bdde54c1 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Greekca 2006-09-20T15:18:44.090000 2006-09-20T15:18:44.090000
My mother called me and told me she received a phone call from a man with a heavy accent.  She stated that she could not understand half of what he told her but he told her that she had received a grant for $8,000.00 from the U.S. Federal grants fund 108 program.  He then asked for her checking account # so that the funds could be transferred to her account.  Well, thank you GOD that she didnot do that.  He grilled her pretty hard but she refused.  We are from New Orleans and I want to warn all people affected by the hurricanes on the Gulf Coast to be aware of these monsters tring to steal from people already devistated by the death of loved ones and the loss of every thing that we owned!

REMEMBER, YOU SHOULD NEVER GIVE YOUR BANK ACCOUNT NUMBER TO KNOW ONE!!!!!!!!!!!

P.S.  WE WILL REBUILD!
My mother called me and told me she received a phone call from a man with a heavy accent. She stated that she could not understand half of what he told her but he told her that she had received a grant for $8,000.00 from the U.S. Federal grants fund…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_23_11_37_16-Government_grants_scam.atom0000664000104500010450000000304711007066773023472 0ustar ucheuche Wed Aug 23 11:37:16 2006 466bd077-2750-455f-baa9-b4a1af921865 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Twin 2006-08-23T11:37:16.440000 2006-08-23T11:37:16.440000
A call from (808) 212-0041 came in with a woman recording about government auction. Oh wow, I'm going to get rich buying great stuff that government doesn't want and sell them on Ebay!!!!
A call from (808) 212-0041 came in with a woman recording about government auction. Oh wow, I'm going to get rich buying great stuff that government doesn't want and sell them on Ebay!!!!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_04_14_37_03-Government_grants_scam.atom0000664000104500010450000000354511007067314023455 0ustar ucheuche Sat Nov 4 14:37:03 2006 5f53b095-d613-4a75-8461-7f4bcad45753 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Dave 2006-11-04T14:37:03.980000 2006-11-04T14:37:03.980000
Just had someone call me from the "American Financial Grant Center" saying that they were giving me $5,000 for some bullshit reason. The only thing I was thinking while the woman was talking to me was that if something is too good to be true....yeah. Soon enough she was asking for my bank account information. Oh, and they called my cell phone which was very strange, and the number showed up as +309. SCAM!!!!!!!!
Just had someone call me from the "American Financial Grant Center" saying that they were giving me $5,000 for some bullshit reason. The only thing I was thinking while the woman was talking to me was that if something is too good to be true....yeah. Soon enough she was asking…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_15_11_59_18-Government_grants_scam.atom0000664000104500010450000000350311007066570023470 0ustar ucheuche Sat Jul 15 11:59:18 2006 7b1b44d2-3533-419d-a612-f88c57ca57c5 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> freeway 2006-07-15T11:59:18.990000 2006-07-15T11:59:18.990000
same call, same indian accent, same rush, same government grant/tax payer/$5000.00 crap. So i entertained him long enough to google it, and here i am... he is now continually calling back, 5 times so far. only in my case... he read my routing # and account # to me...after i had refused to tell him. THAT is friggin scary. Whats to stop him even if i didnt give him my info?
same call, same indian accent, same rush, same government grant/tax payer/$5000.00 crap. So i entertained him long enough to google it, and here i am... he is now continually calling back, 5 times so far. only in my case... he read my routing # and account # to me...after i…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_15_22_21_40-Yes___Markdown_needs_attributes__not_footnotes.atom0000664000104500010450000000321411006756754030421 0ustar ucheuche Thu Sep 15 22:21:40 2005 9d269843-7a01-4a96-8bb7-2d67d2f39c37 <div xmlns="http://www.w3.org/1999/xhtml">Yes! Markdown needs attributes, not footnotes</div> karl http://www.la-grange.net/ 2005-09-15T22:21:40.100000 2005-09-15T22:21:40.100000
More than agreed. It was the sense of my tests back in June 2005.

http://lists.w3.org/Archives/Public/www-archive/2005Jun/0008.html
More than agreed. It was the sense of my tests back in June 2005. http://lists.w3.org/Archives/Public/www-archive/2005Jun/0008.html…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_30_13_23_03-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_30_13_23_03-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000430511007062222031627 0ustar ucheuche Fri Jun 30 13:23:03 2006 a0134aa8-84eb-4740-bb95-76c0f8f2d7ae <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> David Raether 2006-06-30T13:23:03.220000 2006-06-30T13:23:03.220000
I just called ESPN after the Germany-Argentina game, which was a new low for the knucklehead team of Dave O'Brien and Marcelo Balboa.  O'Brien consistently mispronounced Oliver Neuville's last name.  Balboa at the start of PKs said the Argentina keeper had the advantage because he wasn't as tired (what?!?!), but after PKs he announced that going into the shootout, Germany had the advantage because they had Lehmann.

The ESPN person told me that O'Brien played soccer.  Yeah, I said, he played high school soccer in the 1980s.  Which is roughly equivalent to saying you played high school baseball in England.
I just called ESPN after the Germany-Argentina game, which was a new low for the knucklehead team of Dave O'Brien and Marcelo Balboa. O'Brien consistently mispronounced Oliver Neuville's last name. Balboa at the start of PKs said the Argentina keeper had the advantage because he wasn't as tired (what?!?!), but…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_05_17_11_15-Government_grants_scam.atom0000664000104500010450000000404411007066516023457 0ustar ucheuche Wed Jul 5 17:11:15 2006 be8173e0-0393-45d2-bb36-568af8716d7d <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> CH 2006-07-05T17:11:15.260000 2006-07-05T17:11:15.260000
I too have been getting phone calls from the 808-212-0041 phone number and found that is suppose to be a Hawaii phone number and answered the first time being as My daughter was actually in Hawaii at that time and thought it might be her and no one said anything it was just a dead line. I then tried to call the number back and got a recording stating that number was disconnected. Anyway I keep getting phone calls from the same number and will simply not answer them any longer now that I have found this sting of posts and realize it truly is a scam.

Thanks everyone for your info!!
I too have been getting phone calls from the 808-212-0041 phone number and found that is suppose to be a Hawaii phone number and answered the first time being as My daughter was actually in Hawaii at that time and thought it might be her and no one said anything…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_04_09_16_17-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000332011006751650031321 0ustar ucheuche Tue Jul 4 09:16:17 2006 1a5d7fee-91b5-4544-abe8-cf288f8496a9 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Remi Bailey 2006-07-04T09:16:17.120000 2006-07-04T09:16:17.120000
Umaima, it seems you are not ready to go to the University if at this time you are posting how to get admission. One will think you will consult the University site for that information. Go to the site and get the information yourself.
Umaima, it seems you are not ready to go to the University if at this time you are posting how to get admission. One will think you will consult the University site for that information. Go to the site and get the information yourself.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_02_22_00_46-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000544211007070260026237 0ustar ucheuche Wed Aug 2 22:00:46 2006 124de714-c604-4007-bf1a-f2191cab7b98 <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> randy_waterhouse 2006-08-02T22:00:46.270000 2006-08-02T22:00:46.270000
bob_jones: your comment was not only NOT helpful, it was a waste of electrons. It was also a waste of time for everyone who viewed it. (It was even a waste of YOUR time - but that seems karmically fair.) In the future - if you can't say something productive....keep your fingers off the keyboard, bubba.

lurker: Any post that starts out with "real linux users...." is pretty much guaranteed to go arrogant, real fast. You didn't disappoint. (Your message is basically "hey, n00b - if you can't figure it out, get offa Linux and go play with baby toyz. Linux is for us l33ts - not for you unwashed masses.") Well - as long as your attitude prevails? Yep - it will be. Is that your intent? (Hint: try BSD, or better yet, Hurd. I hear it's TOTALLY inaccessible to non-nerds. You'll be SO cool, you'll NEVER need to worry about a girlfriend! Imagine - NO native drivers to worry about! Not a GUI tool to be found! Heaven!)

Jeezus. Some people. No wonder Linux isn't yet kicking Windows' ass -- with so many cheerleaders like y'all. ("You stupid n00b -- if you can't fix it, Linux isn't for you!") Good thing none of your kind are in marketing. (Well, maybe some ARE - but you'd all get fired after your first customer interaction.)

Randy
bob_jones: your comment was not only NOT helpful, it was a waste of electrons. It was also a waste of time for everyone who viewed it. (It was even a waste of YOUR time - but that seems karmically fair.) In the future - if you can't say something productive....keep…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_26_11_02_06-___Mix_and_match_Web_components_with_Python_WSGI___.atom0000664000104500010450000000533611007057767031101 0ustar ucheuche Sat Aug 26 11:02:06 2006 b7125bcd-0a6b-4aaf-b8df-86a769ea6593 <div xmlns="http://www.w3.org/1999/xhtml">“Mix and match Web components with Python WSGI”</div> Uche http://copia.ogbuji.net 2006-08-26T11:02:06.340000 2006-08-26T11:02:06.340000
Sylvain,

I don't really understand you very well, but then again I don't think I've ever really understood your problem with WSGI.

First of all, there is nothing wrong with if/then/else, is there?  It's a cornerstone of structured programming.  In cases where if/then/else can be clumsy I don't see how WSGI prevents you from using other dispatch mechanisms such as polymorphism.

And I don't understand your Content-Type example.  Could you elaborate?  Perhaps with a code example?  Show something you can do with, say CGI or CherryPy that you can't do elegantly with WSGI.  It's Ok to post to your Weblog.  I read that :-)

Also, what's so strange about the idea that a framework might depend on a particular bit of WSGI middleware?  Almost all software has some dependency.  Why can't Pylons have some dependency?  CherryPy certainly has dependencies.  WHy is it important for "WSGI defenders" to make the obvious statement that "software often has dependencies"?

I'd appreciate any clarification.
Sylvain, I don't really understand you very well, but then again I don't think I've ever really understood your problem with WSGI. First of all, there is nothing wrong with if/then/else, is there? It's a cornerstone of structured programming. In cases where if/then/else can be clumsy I don't see how…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_01_13_42_43-Government_grants_scam.atom0000664000104500010450000000331111007067413023441 0ustar ucheuche Fri Dec 1 13:42:43 2006 61196a87-18a7-432b-ac85-38224012bc07 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Lori J. 2006-12-01T13:42:43.500000 2006-12-01T13:42:43.500000
Just got a call from Troy Brown saying that I have a $5,000 grant waiting for me and MORE to come..... $349.00 processing fee, bank info needed. Called the 866 591 6162 number was a consulting firm. No wonder we have such a big deficet giving all this money away!!! :}
Just got a call from Troy Brown saying that I have a $5,000 grant waiting for me and MORE to come..... $349.00 processing fee, bank info needed. Called the 866 591 6162 number was a consulting firm. No wonder we have such a big deficet giving all this money away!!!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_19_21_15_43-Government_grants_scam.atom0000664000104500010450000000351111007067235023453 0ustar ucheuche Thu Oct 19 21:15:43 2006 dc6c7f8b-1ac8-4e5d-b984-80bca154fc60 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> frenchyooy 2006-10-19T21:15:43.630000 2006-10-19T21:15:43.630000
The same indian freak called me too.
He knew my name, my adress, my phone number and proposed me 8000$.
I asked him the adress of "U.S. Government Grants Department" as being 472 south river road.
I googled it and found this website while talking to him on the phone.
Now I REALLY hope that this website is not a SCAM !
The same indian freak called me too. He knew my name, my adress, my phone number and proposed me 8000$. I asked him the adress of "U.S. Government Grants Department" as being 472 south river road. I googled it and found this website while talking to him on the phone.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_31_11_52_05-Off_for_the_holidays.atom0000664000104500010450000000374511006750021023053 0ustar ucheuche Sat Dec 31 11:52:05 2005 535d961d-27c7-48f2-a88f-0816806a21a8 <div xmlns="http://www.w3.org/1999/xhtml">Off for the holidays</div> Uche http://uche.ogbuji.net 2005-12-31T11:52:05.440000 2005-12-31T11:52:05.440000
TRAE,

I don't really like CAPTCHA, which is the name for the challenge system you suggested.  The big problem is poor accessibility for the visual impaired.  A smaller problem is false sense of security, considering that spammers are getting pretty good at defeating the technique.  The W3C has a useful note on the issue:

http://www.w3.org/TR/turingtest/
TRAE, I don't really like CAPTCHA, which is the name for the challenge system you suggested. The big problem is poor accessibility for the visual impaired. A smaller problem is false sense of security, considering that spammers are getting pretty good at defeating the technique. The W3C has a useful…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_21_15_55_59-Government_grants_scam.atom0000664000104500010450000000463111007067470023471 0ustar ucheuche Thu Dec 21 15:55:59 2006 c00b8a2b-470a-461d-9ea4-ff600ccb362a <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Keara 2006-12-21T15:55:59.890000 2006-12-21T15:55:59.890000
I got a phone called from a goverment grant person supposedly, all that showed up on my caller id was 4 numbers some guy with a heavy accent was on the other line and he asked me for the last for of my social he kept repeating that he wasnt a telamarketer and that i could trust him, I sware i had never heard "do you understand" so many times, then he asked me for my bank number and licence and then said it would be a 300$ paper work fee. ARE YOU SERIOUS, I looked up the number her gave me some 866 number and this site came up, I imediately hung up on him and he called me back LITERALLY 10 times, One time he yelled at me to pay attention when he called me back he started saying something about how I need to claim my money blah blah blah. All i said was no no no no no Im not stupid and hung up he was persistant in calling me back and I know when bill collectors call or anyone else they wont blow your phone up, so I put the phone on silent.

what a pain these ppl are.
I got a phone called from a goverment grant person supposedly, all that showed up on my caller id was 4 numbers some guy with a heavy accent was on the other line and he asked me for the last for of my social he kept repeating that he wasnt…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_23_09_42_52-Dare_s_XLINQ_examples_in_Amara.atom0000664000104500010450000000252011006755556024623 0ustar ucheuche Fri Sep 23 09:42:52 2005 76f3d1c8-98a7-4af5-af91-4715eb9f0286 <div xmlns="http://www.w3.org/1999/xhtml">Dare's XLINQ examples in Amara</div> Uche http://uche.ogbuji.net 2005-09-23T09:42:52.500000 2005-09-23T09:42:52.500000
I guess now all I need for marketing is a slick video, eh?
I guess now all I need for marketing is a slick video, eh?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_11_21_17_12-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000001174511006751642031315 0ustar ucheuche Tue Apr 11 21:17:12 2006 06bd20a3-bd3b-4967-aa92-47ef2394eb36 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> C. Nwaukwa  MD, Cardiologist, Chicago, IL 2006-04-11T21:17:12.820000 2006-04-11T21:17:12.820000
I stumbled on this blog thread and the AAUN website while doing a google search of my dear alma mata, the real Univeristy of Nigeria.
I read all the interesting comments by everyone and I am pleasantly surprised that the AAUN president is on top of web postings about his univeristy. Good work guys.
I should state that a lot of the individuals posting comments on the merits or demerits of the British versus American educational system do not even know the fundamental differences. It's great for AAUN to market itself as an American style university but it must be sure to explain to prospective students what this means exactly. An American style university is not implicitly superior to a British style system. It is perhaps more student friendly with less structure that allows the student to choose their course work. The downside is that a lot of students end up taking courses in the first few years without sometimes a general direction of what their future career might be. Secondly, it is important to emphasize to all prospective students that going to an American style University does not equate " American trained" and does not confer any special benefits in the USA. I stand to be corrected on this.

Thirdly, though AAUN brands itself as a world class university, it has no basis to make this claim. It has yet to graduate any student and it has not had the opportunity to showcase any research accomplishments. I had the opportunity to review the c.v. of all the staff and I must say that most of them are all individuals of modest academic accomplishments from mostly second class colleges and universities here in the USA with the exception of a few. I am not saying this as insult but am just stating the facts. World class university does not come from having laptops in classrooms nor high speed internet connections. While these are welcome technological infrastructure needed by our Nigerian schools, the actual determination of an institutional educational status rests on the accomplishments of it's graduates and the cutting edge research papers that come from it's faculty. There is ample opportunity to do research in West Africa.

Finally, the fees are steep for the average student in Nigeria but ofcourse the cost of running such a school will aslo be quite high.

I am a proud graduate of University of Nigeria. My British style medical education has served me very well in the American medical system. The end results are very close no matter the methods. Moreover, my post graduate medical education in the US is unsurpassed. Bottom line, be it American or British, it is the individual that determines how much their education benefits them and the society as a whole.

The older universities in Nigeria may be on hard times but it is not a cause for such vigorous castigations.  Every one is culpable including the students (cultism, radicalism), faculty/ staff ( lack of dedication, corruption), alumni ( lack of support for their alma mater)and the government (unchecked corruption and lack of funding for schools). One big similarity between the US and Nigeria is that people blame the other persons for their failings or mishaps. In Nigeria, everyone blames the government.... who does the government blame?

Uche, I am surprised at your obscene language.
I stumbled on this blog thread and the AAUN website while doing a google search of my dear alma mata, the real Univeristy of Nigeria. I read all the interesting comments by everyone and I am pleasantly surprised that the AAUN president is on top of web postings about his…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_08_14_00_27-AJAX_and_the_Back_button.atom0000664000104500010450000000373011006750322023461 0ustar ucheuche Thu Dec 8 14:00:27 2005 35e80cd5-ff85-4620-8c65-2c152e899006 <div xmlns="http://www.w3.org/1999/xhtml">AJAX and the Back button</div> Chimezie Ogbuji http://metacognition.info 2005-12-08T14:00:27.760000 2005-12-08T14:00:27.760000
The idea is downright silly and it doesn't surprise me that the suggestion comes from AJAX proponents.  I've said it before that AJAX is one of many current buzzwords that need to executed w/out pause (web 2.0 as well).  I've also said that AJAX is nothing more than a catch-phrase for a UI scripting technique that has more to do with javascript than HTTP and distributed web-based application.
The idea is downright silly and it doesn't surprise me that the suggestion comes from AJAX proponents. I've said it before that AJAX is one of many current buzzwords that need to executed w/out pause (web 2.0 as well). I've also said that AJAX is nothing more than a catch-phrase…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_16_14_07_19-Government_grants_scam.atom0000664000104500010450000000324711007067225023463 0ustar ucheuche Mon Oct 16 14:07:19 2006 21b05654-bbcd-4848-b449-5ca3ebed2332 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Mikhail 2006-10-16T14:07:19.820000 2006-10-16T14:07:19.820000
hi, Government Grand thread...
phone numbers of scammers :
866-555-1212 and 866-425-9248

Any ideas where they get information from?
That's silly, I'm not even a us citizen)
mailto:mishgun@002.ru
hi, Government Grand thread... phone numbers of scammers : 866-555-1212 and 866-425-9248 Any ideas where they get information from? That's silly, I'm not even a us citizen) mailto:mishgun@002.ru…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_28_19_08_31-The_new_MacBook_Pro.atom0000664000104500010450000000451511007054350022561 0ustar ucheuche Thu Dec 28 19:08:31 2006 0e0821b5-2a8c-4cd6-ab0c-1b4f33adc16f <div xmlns="http://www.w3.org/1999/xhtml">The new MacBook Pro</div> Uche Ogbuji http://uche.ogbuji.net 2006-12-28T19:08:31.180000 2006-12-28T19:08:31.180000
Thanks all,

I missed that bit in kbd/mouse prefs, I guess because I was looking for a simple "right click" option :-)  I do lke the two finger thingy.  Gotta love Apple's innovativeness.

BTW I ended up using this program for ssh-agent:

http://www.phil.uu.nl/~xges/ssh/

That was after unsuccessfully trying a bunch of stuff for tweaking the login shell starting here:

http://www.bombich.com/mactips/scripts.html

The adventure continues.  Still trying out stuff for IRC/IM.
Thanks all, I missed that bit in kbd/mouse prefs, I guess because I was looking for a simple "right click" option :-) I do lke the two finger thingy. Gotta love Apple's innovativeness. BTW I ended up using this program for ssh-agent: http://www.phil.uu.nl/~xges/ssh/ That was after unsuccessfully trying a bunch…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_22_10_37_08-Government_grants_scam.atom0000664000104500010450000000326011007067112023453 0ustar ucheuche Fri Sep 22 10:37:08 2006 f2f5c6e0-189a-49ca-9b70-9dad074214c4 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Matt 2006-09-22T10:37:08.840000 2006-09-22T10:37:08.840000
I just got a call from this number while i was on the line with someone important, i didnt switch over but i googled the number (as i do with every number) and i found this.
Next time im going to give them a bogus accout number or play along as a joke.
I just got a call from this number while i was on the line with someone important, i didnt switch over but i googled the number (as i do with every number) and i found this. Next time im going to give them a bogus accout number or play along…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_11_11_54_44-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000271711006751652031325 0ustar ucheuche Tue Jul 11 11:54:44 2006 edf12cda-ef7a-48b3-9d8b-b7e75947d40c <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> quincy 2006-07-11T11:54:44.050000 2006-07-11T11:54:44.050000
wld luv 2 join u guys dis academic session but uve nt got ma course. am in 4 law.am rilly sad.4m delta state.
wld luv 2 join u guys dis academic session but uve nt got ma course. am in 4 law.am rilly sad.4m delta state.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000016500000000000011567 Lustar rootrootrepository/comments/2005_08_05_13_46_19-via_Copia___Adding_more_fuel_to_my__Let_s_make_code_hard_again__fire___.atomrepository/comments/2005_08_05_13_46_19-via_Copia___Adding_more_fuel_to_my__Let_s_make_code_hard_aga0000664000104500010450000000354011006760217032005 0ustar ucheuche Fri Aug 5 13:46:19 2005 a89164f6-e137-4c2d-817b-03129921a915 <div xmlns="http://www.w3.org/1999/xhtml">via Copia | Adding more fuel to my 'Let's make code hard again' fire :)</div> Trackback from <XSLT:Blog/> Quote of the Day http://www.xsltblog.com/quoteoftheday/archives/2005/08/via_copia_addin_1.html 2005-08-05T13:46:19.600000 2005-08-05T13:46:19.600000
Copia Another excellent quote from Uche... Recently there has been a spate of kvetching about Unicode, and in some cases Python's Unicode implementation. Some people feel that it's all too complex, or too arbitrary. This just boggles my mind. Have...
Copia Another excellent quote from Uche... Recently there has been a spate of kvetching about Unicode, and in some cases Python's Unicode implementation. Some people feel that it's all too complex, or too arbitrary. This just boggles my mind. Have...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017200000000000011565 Lustar rootrootrepository/comments/2005_09_01_04_03_48-Domlette_and_Saxlette__huge_performance_boosts_for_4Suite__and_derived_code_.atomrepository/comments/2005_09_01_04_03_48-Domlette_and_Saxlette__huge_performance_boosts_for_4Suite__a0000664000104500010450000000624211006757002032144 0ustar ucheuche Thu Sep 1 04:03:48 2005 334afb9e-9f7e-4963-b05f-d5c9b09280ba <div xmlns="http://www.w3.org/1999/xhtml">Domlette and Saxlette: huge performance boosts for 4Suite (and derived code)</div> Martijn Faassen 2005-09-01T04:03:48.020000 2005-09-01T04:03:48.020000
This is probably a fruitless debate, but..

Once upon a time in january I was happily, informally, benchmarking lxml against (c)ElementTree and reporting on it on my blog. Fredrik was also posting informal benchmarks results to his blog. It was a useful exercise for me, as I sped up lxml by quite a bit as a result with relatively limited effort.

Then an article appeared by your hand, distributed to a broad audience, saying
there were a lot of deceptive benchmarks in the
python XML world. You also said in the following discussion, and just now again, that you are pulling out of this benchmarking thing.

But you do this in the same paragraph as where you talk about comparing performance between 4Suite and various others. I'm fine with such statements, as I do so myself, and I was fine with Fredrik doing it. For you I think it's rather inconsistent though given your previous complaints about this kind of stuff going on.

It gives the impression that you're giving out the message "hey, my stuff is about as fast now on this limited benchmark" while at the same time you brook no discussion of it, as you're above such silly discussions.

Besides, it's not very nice to be described as someone who is doing the "silly benchmarks game" and as someone who "cannot do without their hot dog eating contests". I thought the name calling part of that discussion was better left buried.
This is probably a fruitless debate, but.. Once upon a time in january I was happily, informally, benchmarking lxml against (c)ElementTree and reporting on it on my blog. Fredrik was also posting informal benchmarks results to his blog. It was a useful exercise for me, as I sped up lxml…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_20_11_01_16-Government_grants_scam.atom0000664000104500010450000000407311007067103023443 0ustar ucheuche Wed Sep 20 11:01:16 2006 0215f60e-368a-40a7-ab5c-6676644f6b4e <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Ron Wainrib 2006-09-20T11:01:16.130000 2006-09-20T11:01:16.130000
I have written a book on Winning Grants, titled "The Grant Authority," which includes a chapter on "Avoiding Grant Scams." It is in final stages of being (self)- published. I want to include comments and complaints about government grant scams on this Copia blog. I think the book's readers will learn alot from them.

How can I get permission to include written comments on this blog site in this book?

Ron Wainrib, author
The Grant Authority
Franklin, MA
Needtokno@gmail.com
I have written a book on Winning Grants, titled "The Grant Authority," which includes a chapter on "Avoiding Grant Scams." It is in final stages of being (self)- published. I want to include comments and complaints about government grant scams on this Copia blog. I think the book's readers will…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_08_02_55_02-Service_Modeling_Language.atom0000664000104500010450000000545711007060316023776 0ustar ucheuche Tue Aug 8 02:55:02 2006 463bd89b-a027-4a11-82e4-ac6e34623bec <div xmlns="http://www.w3.org/1999/xhtml">Service Modeling Language</div> Steve Loughran http://www.1060.org/blogxter/publish/5 2006-08-08T02:55:02.730000 2006-08-08T02:55:02.730000
aah, you are missing the key point.

What you can do with a service modeling language is actually automate deployment. not just validate it, but roll stuff out to lots of machines.

The goal is to eliminate the entire hand-install-oracle on machine A, app server on host B, try and get the passwords consistent across both, etc, diagnose that someone mistyped the ipaddrs in the hard coded hosts table, etc, etc.

Have a look at some presentations of mine to see examples of the smartfrog deployment system in action. First for classic multi-tier config/deploy
http://people.apache.org/~stevel/slides/oscon.pdf

then for deploying a real distributed system -here junit tests- across boxes, collecting the results back in later.
http://people.apache.org/~stevel/slides/beyond_unit_testing.pdf

I dont know whether SML can be used for this level of config/deploy; I am sure I will find out when I return to work in september.
aah, you are missing the key point. What you can do with a service modeling language is actually automate deployment. not just validate it, but roll stuff out to lots of machines. The goal is to eliminate the entire hand-install-oracle on machine A, app server on host B, try and…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_10_21_14_30-Push_vs_pull_XSLT.atom0000664000104500010450000000553711006763617022311 0ustar ucheuche Fri Jun 10 21:14:30 2005 68f4a438-230d-4f62-a790-6eb6fdb19c0f <div xmlns="http://www.w3.org/1999/xhtml">Push vs pull XSLT</div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-06-10T21:14:30.090000 2005-06-10T21:14:30.090000
So after having a bear of a time trying to get a concise definition of the terms out of the links you posted, this is what I conclude:






    • Pull” means the stylesheet looks like the result, containing loops and “procedure calls” where appropriate, and it “pulls” data from the input as needed. This is what’s called a “template language” most anywhere else, in the style of PHP or Template Toolkit or such.




    • Push” means the stylesheet is written in a more event-driven fashion, using apply-templates to do let input trickle down to “handlers” which define appropriate reactions for particular things and are selected using matching. The resulting structure is dictated (largely) by the input document. It’s called “push” in the sense used with SAX or other callback APIs.






    Does that sound about right?
So after having a bear of a time trying to get a concise definition of the terms out of the links you posted, this is what I conclude: “Pull” means the stylesheet looks like the result, containing loops and “procedure calls” where appropriate, and it “pulls” data from the input…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000014700000000000011567 Lustar rootrootrepository/comments/2006_02_03_11_47_12-Recipe_for_freezing_4Suite_or_Amara_apps__cross-platform_.atomrepository/comments/2006_02_03_11_47_12-Recipe_for_freezing_4Suite_or_Amara_apps__cross-platform_.at0000664000104500010450000000411611007067761031772 0ustar ucheuche Fri Feb 3 11:47:12 2006 42a95cb9-c266-44e7-9a2a-d4de28aba3d6 <div xmlns="http://www.w3.org/1999/xhtml">Recipe for freezing 4Suite or Amara apps (cross-platform)</div> Jeremy Kloth 2006-02-03T11:47:12.310000 2006-02-03T11:47:12.310000
This does work cross platform, however I would suggest that Windows users use py2exe http://www.py2exe.org/> instead.  The biggest advantage that this brings is that only the modules used are bundled unlike the freezehack approach that is needed for cxFreeze.

The only change for using py2exe with 4Suite (or Amara) would be instead of "import py2exe" in the setup.py script, "from Ft.Lib.DistExt import Py2Exe" is used in its place.
This does work cross platform, however I would suggest that Windows users use py2exe http://www.py2exe.org/> instead. The biggest advantage that this brings is that only the modules used are bundled unlike the freezehack approach that is needed for cxFreeze. The only change for using py2exe with 4Suite (or Amara) would…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_21_12_47_43-Solution__simple_XML_output.atom0000664000104500010450000000666511006755650024460 0ustar ucheuche Wed Sep 21 12:47:43 2005 0dd32ddb-e5fc-4d11-98fb-6fd61a0bd3e8 <div xmlns="http://www.w3.org/1999/xhtml">Solution: simple XML output </div> Christof Hoeke 2005-09-21T12:47:43.340000 2005-09-21T12:47:43.340000
>String or Unicode? I went with strings for the fragments.

A strange choice for someone who recommends unicode for all XML related Python work (and maybe more). No offense, but where is the advantage of strings here?
 
Maybe I am getting it wrong but is it not the best to do only I/O with strings (e.g. encoded in latin1 or whatever) and work with unicode inside the program. At least on the tiny and maybe also not very high-quality scripts I wrote over the last months this has always been the easiest.

For example even if I simply wanted to use my own name which is normally written with an umlaut (ö) I could not use

  newdoc.xml_append_fragment("" % "höke")

or could I? Is it just the "template" part which should be a string? Does Amara does the magic behind the scenes? Does it actually also escape strings like "&" (single ampersand) and the like?
The % syntax looks very familiar but at the same time maybe too familiar and does it not make people forget what is actually happening? I would assume

  newdoc.xml_append_fragment("")

should be the same but would not ?

I hope I did understand the stuff right at all as I have not tried Amara yet but am following your optimization efforts for some time.

And generally I think this is a nice shortcut, I actually saw a colleaque of mine using a similar thing (parsing XML bits) for an admittably quite rough script (and by the way in Java where even the Amara more verbose syntax would be much much more verbose ;)

sorry if I did get it all wrong
 
chris
>String or Unicode? I went with strings for the fragments. A strange choice for someone who recommends unicode for all XML related Python work (and maybe more). No offense, but where is the advantage of strings here? Maybe I am getting it wrong but is it not the best to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_28_05_30_46-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000251511006751655031334 0ustar ucheuche Mon Aug 28 05:30:46 2006 3e7211c9-044c-447d-b51d-8f6d0e019598 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> onyedika onyee4ejimuda@yahoo.com 2006-08-28T05:30:46.790000 2006-08-28T05:30:46.790000
pls cud i have ur website pls
pls cud i have ur website pls…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_12_11_46_10-_Tis_a_boy.atom0000664000104500010450000000274311006760602021006 0ustar ucheuche Thu Jan 12 11:46:10 2006 867cd70f-5c77-4235-9ea0-54572bec6483 <div xmlns="http://www.w3.org/1999/xhtml">'Tis a boy</div> babyface 2006-01-12T11:46:10.460000 2006-01-12T11:46:10.460000
He is so beautiful. I am in love with a black guy and I want to have babies with him, but im having trouble with my parents. They say they will disown me. Help me!
He is so beautiful. I am in love with a black guy and I want to have babies with him, but im having trouble with my parents. They say they will disown me. Help me!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_13_08_31_48-The_Earliest_Juncture_of_Semiotics_and_Mathematics.atom0000664000104500010450000000377211006763024031052 0ustar ucheuche Sun Nov 13 08:31:48 2005 12a32738-534f-4027-aedf-46a3e4d25421 <div xmlns="http://www.w3.org/1999/xhtml">The Earliest Juncture of Semiotics and Mathematics</div> sultan http://www.livejournal.com/users/xn0r/ 2005-11-13T08:31:48.750000 2005-11-13T08:31:48.750000
The paper shows a nice way to 'see' the changes that occur with a simple binary notation. I would however switch this for a boolean/binary hybrid. Instead of yang=1, I would choose yang=0, for the simple reason that a boolean '0' is a 'not' and is the 'active' principle of change in boolean algebra (similarly, the 'passive' yin=1). So we can still have our binary notation, now with enhanced functionality, but using the 'xnor' operation instead of the 'xor'.
The paper shows a nice way to 'see' the changes that occur with a simple binary notation. I would however switch this for a boolean/binary hybrid. Instead of yang=1, I would choose yang=0, for the simple reason that a boolean '0' is a 'not' and is the 'active' principle of…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_17_02_34_44-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000355411006751634031323 0ustar ucheuche Thu Nov 17 02:34:44 2005 44fe43a6-0009-4ee7-bb6d-106f7fc620bb <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> james 2005-11-17T02:34:44.010000 2005-11-17T02:34:44.010000
nigerian universities suck. The truth lecturers are now pimps who pass students by fucking them. why don't you all accept the truth about your country? You talk about hard times ? HOW ABOUT GOVERNMENT OFFICIALS TAKING BILLIONS OUTSIDE YOUR COUNTRY AND SPENDING IT ON WHORES WHILE YOUR UNIVERISTIES CAN'T BUY COMMON COMPUTERS?
nigerian universities suck. The truth lecturers are now pimps who pass students by fucking them. why don't you all accept the truth about your country? You talk about hard times ? HOW ABOUT GOVERNMENT OFFICIALS TAKING BILLIONS OUTSIDE YOUR COUNTRY AND SPENDING IT ON WHORES WHILE YOUR UNIVERISTIES CAN'T BUY…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000014700000000000011567 Lustar rootrootrepository/comments/2005_06_13_15_34_27-Amara_equivalents_of_Mike_Kay_s_XSLT_2_0__XQuery_examples.atomrepository/comments/2005_06_13_15_34_27-Amara_equivalents_of_Mike_Kay_s_XSLT_2_0__XQuery_examples.at0000664000104500010450000000376011006763467031541 0ustar ucheuche Mon Jun 13 15:34:27 2005 9bc7aee3-b9dc-43d2-aa17-a1bd042d71cd <div xmlns="http://www.w3.org/1999/xhtml">Amara equivalents of Mike Kay's XSLT 2.0, XQuery examples</div> Luis Miguel Morillas 2005-06-13T15:34:27.290000 2005-06-13T15:34:27.290000
Cool uche,

You've misspelled "items" in def sort_by_name():
should be:
...
  for item in items:
  newdoc.xml_append(
  newdoc.xml_element(u'item', content=item)
...

and last Amara code is bad parsed by pyblosxom


I think we need a simpler API in Amara too.
Cool uche, You've misspelled "items" in def sort_by_name(): should be: ... for item in items: newdoc.xml_append( newdoc.xml_element(u'item', content=item) ... and last Amara code is bad parsed by pyblosxom I think we need a simpler API in Amara too.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_22_16_58_29-Government_grants_scam.atom0000664000104500010450000000327711007067116023503 0ustar ucheuche Fri Sep 22 16:58:29 2006 3db1ee8d-2a00-4c69-b10c-d3b83724a8dc <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Dev Madison WI 2006-09-22T16:58:29.560000 2006-09-22T16:58:29.560000
800 number: 800-061-3615 is still active on Sept. 22, 2006.  I got around 10 voice messages today and all are for 3 seconds and no message at all. So I suspect the scam is still being attempted. When I answered the call, there was no answer.  Caution to all.
800 number: 800-061-3615 is still active on Sept. 22, 2006. I got around 10 voice messages today and all are for 3 seconds and no message at all. So I suspect the scam is still being attempted. When I answered the call, there was no answer. Caution to all.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_17_00_58_40-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_17_00_58_40-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000630411007062210031637 0ustar ucheuche Sat Jun 17 00:58:40 2006 97dfc61e-4f91-4a62-a199-c6b0fc9297a0 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Level Two American 2006-06-17T00:58:40.220000 2006-06-17T00:58:40.220000
How can we go on... typing and reading all this gibberish?  Viewers in America, I tell you this: our problem is very simple, our announcers consist of outdated fools and potheads.  Oh, let me compose myself... Marcelo, John Harkes and whoever that other fool is... how sad you make America look!  I wish someone would inform these professional American idiots about the correct pronunciation of the many world-class players involved in the Cup.  But lets stop all this banter... our real problem is that U.S. soccer (MLS) and the U.S. Media desires so greatly to compare itself to European/South American football.  You horrible wretched fools!  Your only experience is in losing various World Cups and International Football competitions.  The public cannot recall your shallow and short lived existence!  If only the American people could see how pathetic and distanced you are from real European and South American footballers.  Could you picture Marcelo talking to Thierry Henry... nah, Marcelo is too much of a geezer to know anything outside of the American Idiot box language.  You played the same sport, but there is nothing more parallel in your relationship.  Should I really waste the time and effort exposing the American Media's foul up of the World Cup???  I should...  Why?  Because so many Americans believe in their expert opinion...  It's all right my fellow Americans, I was a high school soccer player, but lost interest...  yet my knowledge far expands those of the plebeians you hear on ESPN... I acquired my knowledge from friends and Fox Soccer Channel... it's very easy... don't believe the hype - fuck the American press - they get paid to dupe us all.
How can we go on... typing and reading all this gibberish? Viewers in America, I tell you this: our problem is very simple, our announcers consist of outdated fools and potheads. Oh, let me compose myself... Marcelo, John Harkes and whoever that other fool is... how sad you make America…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017200000000000011565 Lustar rootrootrepository/comments/2005_08_31_11_11_48-Domlette_and_Saxlette__huge_performance_boosts_for_4Suite__and_derived_code_.atomrepository/comments/2005_08_31_11_11_48-Domlette_and_Saxlette__huge_performance_boosts_for_4Suite__a0000664000104500010450000000423311006757002032141 0ustar ucheuche Wed Aug 31 11:11:48 2005 0a8dc944-6127-40cb-8e37-39174db2c9d0 <div xmlns="http://www.w3.org/1999/xhtml">Domlette and Saxlette: huge performance boosts for 4Suite (and derived code)</div> Uche http://uche.ogbuji.net 2005-08-31T11:11:48.750000 2005-08-31T11:11:48.750000
No Martijn, you should try reading what I actually said.  The other day we were talking about nuance, but this time it isn't even a matter of nuance.  You're flat out reading things in my message that aren't there.  I said that Jeremy ran some tests, and I noted the performance figures he got.  You should know very well that does not add up to a benchmark any more than running a program a few times to see that it does not crash does not add up to a test suite.  Are you meaning to say that my brief mention does add up to "benchmark information"?  Do you think such a quiddity is useful?
No Martijn, you should try reading what I actually said. The other day we were talking about nuance, but this time it isn't even a matter of nuance. You're flat out reading things in my message that aren't there. I said that Jeremy ran some tests, and I noted the…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_15_20_53_18-Government_grants_scam.atom0000664000104500010450000000533211007067343023456 0ustar ucheuche Wed Nov 15 20:53:18 2006 45927b20-119a-4aa8-9762-7d33f0c9b3d9 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Chris T. 2006-11-15T20:53:18.010000 2006-11-15T20:53:18.010000
Yep sure enough I received the same damn call.  I just filed a complaint with IC3 (Internet Crime Complaint Center): www.ic3.gov

If I have time I will try to file complaints with the Better Business Bureau, the Consumer Protection Agency, my local police department, and even a lawyer if necessary.  Hell, I'll start a website that highlights what a threat this asshole is.  People like him are an embarassment to the Indian people (my parents came from India but I was born and brought up here in America). 

The guy that called me claimed to be a "David Parker" with the American Financial & Grant Center based in Lake Forest, California.  He said that their office was on Bake Parkway and that their website was currently not working due to a virus (I had asked him if they had a website).  He became indignant and started swearing after my friend called him out on his bluffs on the phone with him.  In any case it seems that this guy probably was using a voice over IP network directly from India.  The only thing that showed up on my cell phone's caller ID was a 4-digit extension that went like: 1304

I am determined to catch this son of a bitch!
Yep sure enough I received the same damn call. I just filed a complaint with IC3 (Internet Crime Complaint Center): www.ic3.gov If I have time I will try to file complaints with the Better Business Bureau, the Consumer Protection Agency, my local police department, and even a lawyer if necessary.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_03_06_22_36-Hacking_in_the_name_of_IE.atom0000664000104500010450000000351211006764265023710 0ustar ucheuche Fri Jun 3 06:22:36 2005 50a7a304-87e5-4dd0-abcf-4f6db7f1ff57 <div xmlns="http://www.w3.org/1999/xhtml">Hacking in the name of IE</div> Benji York 2005-06-03T06:22:36.690000 2005-06-03T06:22:36.690000
You might want to check out browsershots.org.  It's a "browser cam" like service, you give it a URL and it shows you (after a bit of processing) how that page appears in several (IE, Konqueror, Opera, Firefox, Mozilla, Epiphany, and Galeon).  The web site it actually the test bed of a very cool (mostly) Python project that lets people build their own browser cam apps.
You might want to check out browsershots.org. It's a "browser cam" like service, you give it a URL and it shows you (after a bit of processing) how that page appears in several (IE, Konqueror, Opera, Firefox, Mozilla, Epiphany, and Galeon). The web site it actually the test bed of…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_18_13_18_50-Ouch___I_feel_your_pain__Sam.atom0000664000104500010450000000403711006751475024443 0ustar ucheuche Fri Nov 18 13:18:50 2005 a7a8eec1-be5f-4387-9ef7-f9d289c7e2d0 <div xmlns="http://www.w3.org/1999/xhtml">Ouch. I feel your pain, Sam</div> Tom Passin 2005-11-18T13:18:50.330000 2005-11-18T13:18:50.330000
Uche, this is off topic for this post but on topic for the site.  It appears that your server is sending
a Content-Type header

text/html;charset=ISO-8859-1

but actually, it sends utf-8.  I'm using Firefox on Windows 2000, and Firefix is telling your server that it will accept iso-8859-1.  This matters in practice because you use some non-iso-8859-1 characters fairly often.

Regards,

Tom
Uche, this is off topic for this post but on topic for the site. It appears that your server is sending a Content-Type header text/html;charset=ISO-8859-1 but actually, it sends utf-8. I'm using Firefox on Windows 2000, and Firefix is telling your server that it will accept iso-8859-1. This matters in…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_20_17_45_55-XSLT_2_0_might_be_worth_a_second_look__if___.atom0000664000104500010450000000436711006764566027444 0ustar ucheuche Fri May 20 17:45:55 2005 98703dd3-26aa-456a-a073-b235a201a012 <div xmlns="http://www.w3.org/1999/xhtml">XSLT 2.0 might be worth a second look, if...</div> Dimitre Novatchev 2005-05-20T17:45:55.740000 2005-05-20T17:45:55.740000
Uche,

Everybody has the right to use whatever languages and tools suits them best. It is perfectly natural that some people will love XSLT 2.0 and some (like you) will not.

However, I get the feeling that the purpose of your blog article is to influence other people into taking your opinion for granted. Especially when you use the "we" pronoun in your next blog article.

I am a supporter of EXSLT and have made a proposal for introducing the "exslt:memo-function" attribute on xsl:function .

Yes -- exslt for XSLT 2.0.


Cheers,
Dimitre.
Uche, Everybody has the right to use whatever languages and tools suits them best. It is perfectly natural that some people will love XSLT 2.0 and some (like you) will not. However, I get the feeling that the purpose of your blog article is to influence other people into taking…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_18_04_42_20-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000351711006751654031327 0ustar ucheuche Fri Aug 18 04:42:20 2006 c62a6e90-b620-4644-8bc0-4c5c09505e96 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> ANTHONY DOZIE ENUKA 2006-08-18T04:42:20.470000 2006-08-18T04:42:20.470000
I'd like to know your office address down here in lagos.And most importantly,i will like to know if aaun,take students that did not choose them for either the first or second chioce .Also i will like to get your website.cos i lodged into www@aaun.euv.ng,but the site did not open.i need an urgent reply.
I'd like to know your office address down here in lagos.And most importantly,i will like to know if aaun,take students that did not choose them for either the first or second chioce .Also i will like to get your website.cos i lodged into www@aaun.euv.ng,but the site did not open.i need…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_10_11_07_11-Omnium_gatherum_macaronicorum.atom0000664000104500010450000000374211006762712025025 0ustar ucheuche Sat Sep 10 11:07:11 2005 89999e77-057e-4bb9-bb30-192aaf53908c <div xmlns="http://www.w3.org/1999/xhtml">Omnium gatherum macaronicorum</div> John Cowan http://www.ccil.org 2005-09-10T11:07:11.310000 2005-09-10T11:07:11.310000
And here's yet another, more serious, macaronic:

Eheu fugaces
Anni labuntur
Postume, Postume,
The years slip away
And are lost to me, lost to me!

BTW, not only do you actually have an identity on Blogger/Blogspot, I can't comment here without putting in my name, email, and URL every time.  And yet here I am doing it.  So there.
And here's yet another, more serious, macaronic: Eheu fugaces Anni labuntur Postume, Postume, The years slip away And are lost to me, lost to me! BTW, not only do you actually have an identity on Blogger/Blogspot, I can't comment here without putting in my name, email, and URL every time.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_28_12_32_18-The_new_MacBook_Pro.atom0000664000104500010450000000352111007054347022556 0ustar ucheuche Thu Dec 28 12:32:18 2006 472775a3-e7b1-47c0-bb58-a6a1a39eed50 <div xmlns="http://www.w3.org/1999/xhtml">The new MacBook Pro</div> Uche Ogbuji http://uche.ogbuji.net 2006-12-28T12:32:18.920000 2006-12-28T12:32:18.920000
I forgot to mention that Firefox seems to have a problem rendering some fancy Unicode characters.  The triangle bullet I use in "latest comments" and the pencil I use in the title bar fo Copia are the examples I noticed.  Safari is OK with the bullet, but not the pencil.  I also tied Thunderbird 2.0b1 but it kept hanging trying to access IMAP.  1.5.0.9 works just fine.
I forgot to mention that Firefox seems to have a problem rendering some fancy Unicode characters. The triangle bullet I use in "latest comments" and the pencil I use in the title bar fo Copia are the examples I noticed. Safari is OK with the bullet, but not the pencil.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_28_00_30_43-Government_grants_scam.atom0000664000104500010450000000414411007067475023460 0ustar ucheuche Thu Dec 28 00:30:43 2006 c44bf623-feca-4e58-ae4b-bcfec6936ce2 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> b0x 2006-12-28T00:30:43.690000 2006-12-28T00:30:43.690000
You guys should have heard My conversation with one of these fools!...It was so damn funny!....I accused the guy of being a terrorist. Asked him if he was with binladden. If he wore bomb shoes...Told him I don't trust people with accecnts and asked to speak to an american!...He didn't know what to say.....Then I felt bad for him and told him I'd give him the $5000 grant money. He sounded like he needed it. Since I'm so well off I don't need that chump change.....AFTER THAT HE GOT REALLY MAD...He started cussing and cursing me out.....tooo funny...I asked for a copy of the conversation if it was being recorded....Then I hung up....I wish he calls again....
You guys should have heard My conversation with one of these fools!...It was so damn funny!....I accused the guy of being a terrorist. Asked him if he was with binladden. If he wore bomb shoes...Told him I don't trust people with accecnts and asked to speak to an american!...He didn't…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_31_10_38_11-AJAX_and_the_Back_button.atom0000664000104500010450000000273311006750322023465 0ustar ucheuche Thu Aug 31 10:38:11 2006 3d057ca9-50b4-45f1-a2c9-1b6637302b08 <div xmlns="http://www.w3.org/1999/xhtml">AJAX and the Back button</div> John 2006-08-31T10:38:11.850000 2006-08-31T10:38:11.850000
The OptionMonster Website is really cool. Its a real good example of AJAX and implementation.Even the Back Button and page refresh works properly.!
The OptionMonster Website is really cool. Its a real good example of AJAX and implementation.Even the Back Button and page refresh works properly.!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_23_13_49_48-Government_grants_scam.atom0000664000104500010450000000263611007066775023511 0ustar ucheuche Wed Aug 23 13:49:48 2006 bcfa9291-f44d-43d0-90f6-9134afc278f1 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Wendy 2006-08-23T13:49:48.410000 2006-08-23T13:49:48.410000
This number came up when I received a call back from a call I made for work.  The company I had called was OMD Canada.
This number came up when I received a call back from a call I made for work. The company I had called was OMD Canada.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_25_12_38_54-Python_XML_column__32_pubbed.atom0000664000104500010450000000370311006767271024327 0ustar ucheuche Mon Apr 25 12:38:54 2005 5fd7f7da-6f65-4efb-993e-25b78cd0b3f7 <div xmlns="http://www.w3.org/1999/xhtml">Python/XML column #32 pubbed</div> Uche http://uche.ogbuji.net 2005-04-25T12:38:54.630000 2005-04-25T12:38:54.630000
Yes indeed.  And there's also "Make it new" from the English Symbolists (specifically Pound, but based on Symons and others).  Of course, the New Testament is a little sour on old/new mixes (as in wine and skins, and all that), but I think there's a good chance the Nazarene would have approved of improvinf software for its users.  Thanks for the reminder converging the left brain and right brain aspects of this site.  That's the while point of Copia, after all.
Yes indeed. And there's also "Make it new" from the English Symbolists (specifically Pound, but based on Symons and others). Of course, the New Testament is a little sour on old/new mixes (as in wine and skins, and all that), but I think there's a good chance the Nazarene would…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_19_07_31_50-Elliotte_Rusty_Harold_on.atom0000664000104500010450000000311611006767546023740 0ustar ucheuche Tue Apr 19 07:31:50 2005 59630f22-8a62-4061-9cbc-ab3866e6ffcf <div xmlns="http://www.w3.org/1999/xhtml">Elliotte Rusty Harold on </div> Aristotle Pagaltzis http://plasmasturm.org/ 2005-04-19T07:31:50.560000 2005-04-19T07:31:50.560000
Does dW have some form of newsfeed? I can't find one.

It's becoming a bit of a faux pas to be running a large regularly-updated site and have no feeds. :)
Does dW have some form of newsfeed? I can't find one. It's becoming a bit of a faux pas to be running a large regularly-updated site and have no feeds. :)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_02_13_00_43_16-Small_fix_to_atom_rnc__and_what_about_xml_space_.atom0000664000104500010450000000306711007067617030643 0ustar ucheuche Mon Feb 13 00:43:16 2006 c84f3a2b-9a9d-45ca-9c9b-be057f251734 <div xmlns="http://www.w3.org/1999/xhtml">Small fix to atom.rnc, and what about xml:space?</div> sylvain http://www.defuze.org/oss/blog 2006-02-13T00:43:16.530000 2006-02-13T00:43:16.530000
I guess the bottome line Robert is that the specification should have been more precise and explicit about what it meant. Whether they keep it or not.
I guess the bottome line Robert is that the specification should have been more precise and explicit about what it meant. Whether they keep it or not.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015100000000000011562 Lustar rootrootrepository/comments/2005_08_10_14_57_36-Today_s_XML_WTF__mandatory_xsi_schemaLocation_for_XHTML_2_0.atomrepository/comments/2005_08_10_14_57_36-Today_s_XML_WTF__mandatory_xsi_schemaLocation_for_XHTML_2_0.0000664000104500010450000000341511006760073031333 0ustar ucheuche Wed Aug 10 14:57:36 2005 1590e13c-dba0-43db-8d6b-9e1dde399205 <div xmlns="http://www.w3.org/1999/xhtml">Today's XML WTF: mandatory xsi:schemaLocation for XHTML 2.0</div> John Cowan http://www.ccil.org/~cowan 2005-08-10T14:57:36.420000 2005-08-10T14:57:36.420000
They are basically changing the HTML namespace not because element semantics have changed but to force hacky old HTML processors not to handle XHTML 2.0.  Of course, IE doesn't even handle XHTML 1.x, so the precaution is needless in that case.
They are basically changing the HTML namespace not because element semantics have changed but to force hacky old HTML processors not to handle XHTML 2.0. Of course, IE doesn't even handle XHTML 1.x, so the precaution is needless in that case.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_21_10_31_58-Today_s_XML_WTF__UTF-8_BOM_madness_in_Windows_browsers.atom0000664000104500010450000001265511006754243031173 0ustar ucheuche Fri Oct 21 10:31:58 2005 7602a6b0-8c3c-421a-9f56-ac799984a071 <div xmlns="http://www.w3.org/1999/xhtml">Today's XML WTF: UTF-8 BOM madness in Windows browsers</div> M. David Peterson http://www.xsltblog.com 2005-10-21T10:31:58.910000 2005-10-21T10:31:58.910000
Hey Uche,

Very good points.  One thing I think there needs to be allowance for is the fact that IE, for all intents and purposes, was the Windows browser, and it seemed this was going to be the way it was until such time as the browser morphed into a distributed application framework, with heavy emphasis on the GUI side of such a framework. 

IE, as Adam Bosworth helps bring clarity to in his MySQL keynote, had to build upon "sloppyness"
to allow for the fact that not everybody on the planet has the ability to develop a properly structured and syntactically correct code base, or as he puts it "High Priests of Syntax".  So while the web is moving into its high school years and the once Big Man On Campus is looking like his Mom still picks out his clothes (and probably dresses him too) while the once "nobody's" are beginning to blossom into something pretty spectacular, we shouldnt forget about the fact that one of the primary design flaws that exists in IE today, that of allowing for "sloppyness" and as such not conforming to the current standards, if MS forced the web into a specific way of doing things then suffice it to say, the web wouldnt be where it is today.

Now, with that said, I can understand and agree with the notion that this would mean Netscape would still be king and that wouldnt be such a bad thing, I would assume that it would then be Netscape who was now being beaten to death by the standards advocates who, primarily, in one form or another are the direct competition who have found IE's achilles heel and are beating their war drums to make sure everyone knows what that achilles heel is.

On the flip side, what Microsoft was often criticized for in the past, that of making browser specific extensions such as XMLHTTP, the standards groups have latched onto, suggesting "hey look, we are building a base of standards that everyone can use cross platform."  So what they once used as a way to criticize MS, they are now using as a way to boast their own "community" focused effort to develop a base of "standards" that can be used on any browser, using the same code base. 

It seems that there is always a way to twist things into ones favor.

A year ago, Firefox was beginning to get some HUGE notice.  As a result, MS woke up and realized "we obviously got some catching up to do" which is ironic given they had originally set the stage and then moved on to what they assumed was the bigger and better thing... direct integration of the web into the application API such that the browser was now an web-based application framework.  I think thats what we all want it to eventually get to.  We're just going about it by first backtracking so that we can then realize why things like XForms and SVG, then XUL, and XAML, etc... we're developed in the first place...

It's good though, as it gives us time to really pressure cook things.  And I think it has also helped in progressing the KISS-based notion that simple is always better.  Complexity (like forcing a very young web at the time to become high priests of syntax) tends to leave 99% of the world behind, allowing only a select few to truly understand how things work.  If the internet didn't exist, that would probably be exactly what was still taking place in the tech world, as when you live on an island, you tend to do things differently than someone else on a completely different island.  But when those islands become one big mass of land, the idea of "island living" just doesn't work anymore.

Back to the BOM... that needs to be fixed. Spot on.  Lets see how MS responds.  Lets hope they respond well :)

Enjoy your day!
Hey Uche, Very good points. One thing I think there needs to be allowance for is the fact that IE, for all intents and purposes, was the Windows browser, and it seemed this was going to be the way it was until such time as the browser morphed into a…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_15_10_32_42-i18n_for_XSLT_in_4Suite.atom0000664000104500010450000000306311006763244023170 0ustar ucheuche Wed Jun 15 10:32:42 2005 0bc2b1ff-8909-47cb-bd81-b3eaa92a4528 <div xmlns="http://www.w3.org/1999/xhtml">i18n for XSLT in 4Suite</div> Luis Miguel Morillas 2005-06-15T10:32:42.900000 2005-06-15T10:32:42.900000
Best place to do i18n on cherrypy apps? Perhaps a new i18n filter?
Thinking on a web apps, I think we must translate all text nodes to the browser accepted language. Example:
Best place to do i18n on cherrypy apps? Perhaps a new i18n filter? Thinking on a web apps, I think we must translate all text nodes to the browser accepted language. Example:…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_15_09_45_49-We_need_more_solid_guidelines_for_i18n_in_OSS_projects.atom0000664000104500010450000000277711006763226031626 0ustar ucheuche Wed Jun 15 09:45:49 2005 897b214d-c555-49f4-bc08-dda9090d4614 <div xmlns="http://www.w3.org/1999/xhtml">We need more solid guidelines for i18n in OSS projects</div> John Cowan http://www.ccil.org/~cowan 2005-06-15T09:45:49.190000 2005-06-15T09:45:49.190000
The Law of I18n:

"I18n is always harder than you think, even when you take this law into account."
The Law of I18n: "I18n is always harder than you think, even when you take this law into account."…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_09_05_56_34-Government_grants_scam.atom0000664000104500010450000000440511007067432023465 0ustar ucheuche Sat Dec 9 05:56:34 2006 a0cc9686-6f5b-4219-b3eb-3f58ac7d6dba <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Liz Petzold 2006-12-09T05:56:34.350000 2006-12-09T05:56:34.350000
Well, being in a bad situation, and being handicapped, I had applied for a grant based on my disability, and fell for this.  I had second thoughts after getting off the phone...I called back the number they gave me to decline the offer, and it said their hrs. of operation were  M-F from 10:00 to 4:30...yet they called ME on a Saturday!  Knowing I'd been had, I immediately called my bank and gave them a stop payment order, with the name Grant Resources.  Unfortunately, they put it through under HARGrants, and I got burned anyway. Now I have to go through the nightmare of filing a fraud claim with my bank, with no guarantee my money can be recovered.  There's a special place in Hell for people who prey on the misfortunes of others...the law will catch up to these bottom-feeders eventually...in the meantime...beware!
Well, being in a bad situation, and being handicapped, I had applied for a grant based on my disability, and fell for this. I had second thoughts after getting off the phone...I called back the number they gave me to decline the offer, and it said their hrs. of operation…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_07_19_45_16-Government_grants_scam.atom0000664000104500010450000000444711007066713023502 0ustar ucheuche Mon Aug 7 19:45:16 2006 fe7e8bde-c218-4fe6-a688-7efb6b68452e <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> No Name Person 2006-08-07T19:45:16.940000 2006-08-07T19:45:16.940000
Just trying to figure out what we can do about this mess...  This is from the Federal Trade Commission's website http://www.ftc.gov/bcp/conline/pubs/tmarkg/target.htm .  Maybe if enough people start reporting it then something will eventually be done about it, or else they'll get worried and stop!

To file a complaint or to get free information on consumer issues, visit www.ftc.gov or call toll-free, 1-877-FTC-HELP (1-877-382-4357); TTY: 1-866-653-4261. The FTC enters Internet, telemarketing, identity theft, and other fraud-related complaints into Consumer Sentinel, a secure, online database available to hundreds of civil and criminal law enforcement agencies in the U.S. and abroad.
Just trying to figure out what we can do about this mess... This is from the Federal Trade Commission's website http://www.ftc.gov/bcp/conline/pubs/tmarkg/target.htm . Maybe if enough people start reporting it then something will eventually be done about it, or else they'll get worried and stop! To file a complaint or to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_11_13_46_47-OPML__XOXO__RDF_and_more_on_outlining_for_note-taking.atom0000664000104500010450000000301111006761465031167 0ustar ucheuche Mon Jul 11 13:46:47 2005 3fef0d16-251b-476d-9ccd-c62b8ebe97ab <div xmlns="http://www.w3.org/1999/xhtml">OPML, XOXO, RDF and more on outlining for note-taking</div> GeorgeN http://www.georgenava.com 2005-07-11T13:46:47.520000 2005-07-11T13:46:47.520000
Take a look at XList

http://xlist.org

All critics are welcome.
Take a look at XList http://xlist.org All critics are welcome.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_02_09_43_31-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000415111006751635031314 0ustar ucheuche Fri Dec 2 09:43:31 2005 535a01c6-a345-4302-ab8a-89ee4d9a2624 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Jennifer 2005-12-02T09:43:31.320000 2005-12-02T09:43:31.320000
I am a student of AAUN and i really find what Mr Uche says very facinating. Of course, Nigeria has some well known universities BUT none of them can be compared to AAUN.Although the school just began this fall, it has had tremendous effects on the students as well as the indegiens of Yola.I agree with what President Huwiler said concerning the fact that our website failed to recognized the tradition of education in Nigeria. But being a Nigerian and knowing what goes on their universities, I pledge all inquisitive mind to come and have a look at the school and I bet their views of this university will change.
I am a student of AAUN and i really find what Mr Uche says very facinating. Of course, Nigeria has some well known universities BUT none of them can be compared to AAUN.Although the school just began this fall, it has had tremendous effects on the students as well as…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_07_17_11_46-Government_grants_scam.atom0000664000104500010450000000633711007066710023471 0ustar ucheuche Mon Aug 7 17:11:46 2006 d2879812-a072-4d24-bfcb-c954ebbfe34c <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Nic 2006-08-07T17:11:46.040000 2006-08-07T17:11:46.040000
What a crock of you know what. I got the same story as just about everyone else. A man with heavy indian accent named David Jones. He couldnt have come up with a more american and phony sounding name. It all sounded good until he told me that he needed my bank information. I told him the must think I was an idiot. He told me that the government would either send me a certified check or do direct deposit but they already had down that I would prefer a check. I told him that both were wrong I would prefer direct deposit (it is faster) and I would never give out my bank info to someone on the phone.  He told me that my bank info was not confidential and that he could tell me my routing number. I told him that if it was not confidential then he could tell me my account number and that the routing number was just the bank info not my account information. I started to have a little fun with the scam artist on the phone and I ended up spending almost 30 minutes with him. In the end I told him it was a scam and he was a lier. I told him that I would pay the $249.95 once I had the cash in hand and that I would even send him a tip for the good work of $250. He told me that it was all a reward for being a good paying citizen and that I was recommendeed by the city I live in. I have only owned a house for three years I have not even payed $7500 in taxes yet and they want to recommend me to get a grant.

If you are looking at this then you probably did the smart thing and told him off. I am hoping that I pissed him off enough to not call back. I have recieved calls from others with a similar accent trying to refinance my house only 3 weeks after refinancing, and he tried to get me to do it again.

Hopefully someone knows how to bust these scam artists.
What a crock of you know what. I got the same story as just about everyone else. A man with heavy indian accent named David Jones. He couldnt have come up with a more american and phony sounding name. It all sounded good until he told me that he needed…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_19_08_41_55-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000312611006751663031331 0ustar ucheuche Sun Nov 19 08:41:55 2006 588cac5c-149b-40f1-a210-ed34e69dc4f5 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Aja Ekpei Ogban 2006-11-19T08:41:55.910000 2006-11-19T08:41:55.910000
AAUN has been able to prove beyond reasonable doubt that it is indeed a world class university. just come and have a look...there is just one word to describe it: splendid!
AAUN has been able to prove beyond reasonable doubt that it is indeed a world class university. just come and have a look...there is just one word to describe it: splendid!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_27_09_36_53-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000266111006751660031332 0ustar ucheuche Fri Oct 27 09:36:53 2006 85cf1fcf-69b1-4ec7-b9e6-5cee9073e626 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> matthew o kadiri 2006-10-27T09:36:53.710000 2006-10-27T09:36:53.710000
All we know is still infinitely less than all that still remains unknown.  william Harvey
All we know is still infinitely less than all that still remains unknown. william Harvey…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_12_08_17_00-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_12_08_17_00-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000401411007062204031630 0ustar ucheuche Mon Jun 12 08:17:00 2006 9b9b5a2a-277d-4172-9e28-589a2f767a50 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> eric s 2006-06-12T08:17:00.910000 2006-06-12T08:17:00.910000
Hooray. I found somebody as annoyed as I was. Watching the England game on Saturday, I had never heard one players name so many times (beckham) and the term "bend it". O'brien obviously rented a movie in preparation for his world cup. Luckily I'm in san diego and get xhuaa (a tijuana rebroadcast of a mexico city station) and ended up watching half the game on that. The picture wasn't as clear, and I don't have a perfect understanding of spanish, but its a lot better than listening to the abc/espn announcers
Hooray. I found somebody as annoyed as I was. Watching the England game on Saturday, I had never heard one players name so many times (beckham) and the term "bend it". O'brien obviously rented a movie in preparation for his world cup. Luckily I'm in san diego and get xhuaa…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_24_11_55_46-On_Huck__Hip_Hop__and_Expression.atom0000664000104500010450000000240711006755674025267 0ustar ucheuche Sat Sep 24 11:55:46 2005 b86730ad-3012-4f10-8b55-9eaf824362a0 <div xmlns="http://www.w3.org/1999/xhtml">On Huck, Hip Hop, and Expression</div> alexandre augusto 2005-09-24T11:55:46.820000 2005-09-24T11:55:46.820000
god bless y peace
god bless y peace…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_14_13_57_45-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000304311006751662031323 0ustar ucheuche Tue Nov 14 13:57:45 2006 902d0615-fef9-41cc-9b2c-11f2a9ebc505 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> stephen oghade 2006-11-14T13:57:45.560000 2006-11-14T13:57:45.560000
Hello abti your scholarship pogram is great please how can be part of this great opportunity what are the requirement thanks am especting your mail
Hello abti your scholarship pogram is great please how can be part of this great opportunity what are the requirement thanks am especting your mail…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_21_14_14_33-Spreading_The_Link_Love_-_Sharing_My_OPML.atom0000664000104500010450000000240111006754110026566 0ustar ucheuche Fri Oct 21 14:14:33 2005 0deecf7c-30fb-4c0f-b556-2519a1e346ac <div xmlns="http://www.w3.org/1999/xhtml">Spreading The Link Love - Sharing My OPML</div> Trackback from DonXML Demsak's All Things Techie http://donxml.com/allthingstechie/archive/0001/01/01/2250.aspx 2005-10-21T14:14:33.560000 2005-10-21T14:14:33.560000
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_29_09_09_56-Dianoetics.atom0000664000104500010450000000305211006762625021056 0ustar ucheuche Wed Jun 29 09:09:56 2005 374c7bd2-31f4-472f-8801-8079b4144ca1 <div xmlns="http://www.w3.org/1999/xhtml">Dianoetics</div> Uche http://uche.ogbuji.net 2005-06-29T09:09:56.380000 2005-06-29T09:09:56.380000
See Peter's response:

http://www.saint-andre.com/blog/2005-06.html#2005-06-28T21:51

Sounds good to me.
See Peter's response: http://www.saint-andre.com/blog/2005-06.html#2005-06-28T21:51 Sounds good to me.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_11_02_10_23-Take_the_piss__London.atom0000664000104500010450000000362011006761303023162 0ustar ucheuche Mon Jul 11 02:10:23 2005 f13ca161-bdce-4204-b2b6-1db58ee78b53 <div xmlns="http://www.w3.org/1999/xhtml">Take the piss, London</div> Sylvain Hellegouarch http://www.defuze.org/oss/ 2005-07-11T02:10:23.070000 2005-07-11T02:10:23.070000
Well I suppose Britain has a long history of being attacked so it would explain that they have learnt to deal with it :)

The USA are so young, I'm not sure they have the same History of being attacked from the outside.

Anyway, I prefer seeing people keeping their smile instead of becoming too paranoid! :)

- Sylvain
Well I suppose Britain has a long history of being attacked so it would explain that they have learnt to deal with it :) The USA are so young, I'm not sure they have the same History of being attacked from the outside. Anyway, I prefer seeing people keeping their…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000017100000000000011564 Lustar rootrootrepository/comments/2005_07_20_08_09_00-Python_community__Transolution__py_lib__encutils__pyxsldoc__PDIS_and_Picket.atomrepository/comments/2005_07_20_08_09_00-Python_community__Transolution__py_lib__encutils__pyxsldoc__0000664000104500010450000000441611006761015032437 0ustar ucheuche Wed Jul 20 08:09:00 2005 a168009b-8c91-4267-afe0-a1d635d470fb <div xmlns="http://www.w3.org/1999/xhtml">Python community: Transolution, py lib, encutils, pyxsldoc, PDIS and Picket</div> John Cowan http://www.ccil.org/~cowan 2005-07-20T08:09:00.440000 2005-07-20T08:09:00.440000
There's an excellent paper here by the Lua people, which shows that Lua-style coroutines (which are first-class objects, like native Python ones, and can be called from subroutines of the generator, unlike Python ones) are actually more powerful than they have been thought to be: they can be used to implement full (symmetric) coroutines easily, and are in fact equivalent to one-shot continuations in power.  So greenlets probably give you all you actually need in the world of non-preemptive multitasking.  Recommended reading.
There's an excellent paper here by the Lua people, which shows that Lua-style coroutines (which are first-class objects, like native Python ones, and can be called from subroutines of the generator, unlike Python ones) are actually more powerful than they have been thought to be: they can be used to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_02_17_13_09_10-Mystery_of_Google_index_drop_solved_.atom0000664000104500010450000000347011007066111026321 0ustar ucheuche Fri Feb 17 13:09:10 2006 afa4286a-8968-4a3e-997d-8251fdec4f2b <div xmlns="http://www.w3.org/1999/xhtml">Mystery of Google index drop solved?</div> Christian Wyglendowski http://www.dowski.com 2006-02-17T13:09:10.890000 2006-02-17T13:09:10.890000
Glad that you have your Google situation squared away.  I was glad to get mine taken care of!  I also noticed that most other crawlers didn't care if a GET for robots.txt returned a 500. 

On a side note, it seems like your blog software is still truncating my last name ;-)
Glad that you have your Google situation squared away. I was glad to get mine taken care of! I also noticed that most other crawlers didn't care if a GET for robots.txt returned a 500. On a side note, it seems like your blog software is still truncating my last…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_07_03_23_24_54-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_07_03_23_24_54-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000370311007062223031642 0ustar ucheuche Mon Jul 3 23:24:54 2006 f55fb2b3-521d-47f5-b87a-b4948d008520 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> gerrardforpresident 2006-07-03T23:24:54.760000 2006-07-03T23:24:54.760000
Hello? Adrian Healy and Tommy Smythe... where are you?! Please ABC and ESPN. I beg of thee, bring them out from beneath whatever slab you've buried them under. Let them call a game, any game. There are only four left. Allow me to enjoy the remainder of this World Cup in peace. As an English person, this is really all I have left.

In the name of the Father, the Son, and de Ole Onion Bag. Amen.
Hello? Adrian Healy and Tommy Smythe... where are you?! Please ABC and ESPN. I beg of thee, bring them out from beneath whatever slab you've buried them under. Let them call a game, any game. There are only four left. Allow me to enjoy the remainder of this World Cup…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_15_10_32_40-House_of_Brilliant_Cinematography.atom0000664000104500010450000000350111006765113025536 0ustar ucheuche Sun May 15 10:32:40 2005 51ee7996-1589-477f-8909-334215d0afff <div xmlns="http://www.w3.org/1999/xhtml">House of Brilliant Cinematography</div> Eric Gaumer http://egaumer.pagecache.org 2005-05-15T10:32:40.410000 2005-05-15T10:32:40.410000
I bought this movie a week or so ago. I was definitely expecting more martial arts scenes but I wasn't disappointed because the plot was excellent. I saw the initial twist coming but never expected the second turn it took. The scenes with the bamboo were pretty cool as was the "echo game" scene. Definitely worth owning.
I bought this movie a week or so ago. I was definitely expecting more martial arts scenes but I wasn't disappointed because the plot was excellent. I saw the initial twist coming but never expected the second turn it took. The scenes with the bamboo were pretty cool as was…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_16_15_43_19-Government_grants_scam.atom0000664000104500010450000000312711007066731023471 0ustar ucheuche Wed Aug 16 15:43:19 2006 dac8037c-ba9f-4025-ac92-4b4958a8d7e6 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> BostonTrader 2006-08-16T15:43:19.530000 2006-08-16T15:43:19.530000
I got an eFax from this number. I'm surprised many had a voice on the other end. This fax was the typical Disney vacation for almost free. I hear they hit your credit card for the fees then disappear. Avoid!
I got an eFax from this number. I'm surprised many had a voice on the other end. This fax was the typical Disney vacation for almost free. I hear they hit your credit card for the fees then disappear. Avoid!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_08_15_59_01-On_Huck__Hip_Hop__and_Expression.atom0000664000104500010450000000256611006755674025267 0ustar ucheuche Sun Jan 8 15:59:01 2006 c324aa5f-4391-4619-869c-34c7169a0466 <div xmlns="http://www.w3.org/1999/xhtml">On Huck, Hip Hop, and Expression</div> nontando 2006-01-08T15:59:01.050000 2006-01-08T15:59:01.050000
hey watzup!!! I u r it huck fin...am feeling u all the way in south africa...
hey watzup!!! I u r it huck fin...am feeling u all the way in south africa...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_11_17_53_11-Government_grants_scam.atom0000664000104500010450000000274611007066723023466 0ustar ucheuche Fri Aug 11 17:53:11 2006 a47c7ab3-8381-4c9e-90e9-5ad80e8236e7 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Vijay 2006-08-11T17:53:11.630000 2006-08-11T17:53:11.630000
I got the call from 800-061-3615, I did not pick up and they call me with private, I searched google and I ended up here. I wonder how they got my number.
I got the call from 800-061-3615, I did not pick up and they call me with private, I searched google and I ended up here. I wonder how they got my number.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_21_19_24_19-Processing.atom0000664000104500010450000000574411006754156021102 0ustar ucheuche Fri Oct 21 19:24:19 2005 bb2e0d92-b9c3-4fd3-ad83-70ca71f98d76 <div xmlns="http://www.w3.org/1999/xhtml">Processing </div> M. David Peterson http://www.xsltblog.com 2005-10-21T19:24:19.980000 2005-10-21T19:24:19.980000
Here's a quick and simple theorom that just occured to me as a possible "Is a DSL doing too much?" test:

A DSL should transact one primary system verb and one primary system verb only.  In all cases the verb used represent a complex transaction type, but it must always be an end to end transaction, with no side effects that effect anything outside of the scope of transaction.

A DSL can use other pre-existing verbs internally (e.g. the document function obviously needs to implement the http "get" method when the document function contains an http based URI.) to create the desired result.  It can also implement as many underlying methods, functions, etc... that it needs to successfully complete its primary verb transaction.

So in the case of XSLT, the system verb would of course be "transform".  In no way should you ever attempt to stray from this primary system verb.  Instead, if a new transaction needs to take place that does not already existing in the base system or as a primary system verb of another available DSL, then a new DSL should be created for this primary system verb.

---

What do you think?  If nothing else it could at least be the start of something else that ultimately attempts to define constraints in which a true DSL must operate.

thoughts?
Here's a quick and simple theorom that just occured to me as a possible "Is a DSL doing too much?" test: A DSL should transact one primary system verb and one primary system verb only. In all cases the verb used represent a complex transaction type, but it must always…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_10_18_18_34-Getting_BloGTK_to_play_nice_with_PyBlosxom.atom0000664000104500010450000000337111006770516027315 0ustar ucheuche Sun Apr 10 18:18:34 2005 01363723-b171-4772-ad3b-432c3d7092ff <div xmlns="http://www.w3.org/1999/xhtml">Getting BloGTK to play nice with PyBlosxom</div> Trackback from egaumer.pagecache.org http://egaumer.pagecache.org/19 2005-04-10T18:18:34.070000 2005-04-10T18:18:34.070000
So now that I have a working autoping plugin it sure would be nice to have a way to trigger it. Well thankfully Ted Leung opened my eyes to the fact that my blog client (BloGTK) should do this for me. I noticed the options before but they were always d
So now that I have a working autoping plugin it sure would be nice to have a way to trigger it. Well thankfully Ted Leung opened my eyes to the fact that my blog client (BloGTK) should do this for me. I noticed the options before but they were always…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000014600000000000011566 Lustar rootrootrepository/comments/2007_05_22_15_28_35-Musings_of_a_Semantic___Rich_Web_Architect__What_s_Next_.atomrepository/comments/2007_05_22_15_28_35-Musings_of_a_Semantic___Rich_Web_Architect__What_s_Next_.ato0000664000104500010450000000472211007176213031665 0ustar ucheuche Tue May 22 15:28:35 2007 5eacde03-5aec-4419-ad31-c98e58b286f6 <div xmlns="http://www.w3.org/1999/xhtml">Musings of a Semantic / Rich Web Architect: What's Next?</div> Kurt Cagle http://www.xforms.org 2007-05-22T15:28:35.590000 2007-05-22T15:28:35.590000
Chemezie,

I think we're seeing a fair amount of convergent evolution going on in this space. I've been approaching many of the same problems from the XSLT/XQuery/XH (XHTML+XForms) direction, the idea of synthesizing from an XML-centric server space (we're using eXist) and rich generated XForms clients a cohesive architecture.

I'm beginning to see myself that the workflow aspect is key, and that in order for it to be effective you have to be able to encode this as an XML "role-state matrix" with XML documents (or their proxies) maintaining their own state within the workflow.

I wish I could make it to the Semantic Web conference myself (time and money constraints at the moment). Have fun, and I look forward to seeing your paper when its done.
Chemezie, I think we're seeing a fair amount of convergent evolution going on in this space. I've been approaching many of the same problems from the XSLT/XQuery/XH (XHTML+XForms) direction, the idea of synthesizing from an XML-centric server space (we're using eXist) and rich generated XForms clients a cohesive architecture. I'm…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_12_05_51_42-del_icio_us_bookmarks_for_2006-01-10.atom0000664000104500010450000000354011007071270025233 0ustar ucheuche Thu Jan 12 05:51:42 2006 4a4b098e-f955-4aec-aa63-41401f7ffec6 <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2006-01-10</div> dotun http://brosdee.blogspot.com/ 2006-01-12T05:51:42.720000 2006-01-12T05:51:42.720000
You are doing a fine job with this dictionary, Thanks. I'm going to find it very helpful in my post. I have been erstwhile restricted in using the language in my writings because most of my readers are my White English friends who may find it difficult to comprehend, but with this dictionary of yours ill surely refer to it on regular occassions.
You are doing a fine job with this dictionary, Thanks. I'm going to find it very helpful in my post. I have been erstwhile restricted in using the language in my writings because most of my readers are my White English friends who may find it difficult to comprehend, but…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_28_20_41_33-Government_grants_scam.atom0000664000104500010450000000265211007067270023454 0ustar ucheuche Sat Oct 28 20:41:33 2006 7d624935-1f41-4418-8187-4a092dd452c5 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Andrew Hinkle 2006-10-28T20:41:33.990000 2006-10-28T20:41:33.990000
I just got a call last night from the same Indian guy. The same story as all the other stories before. The scam goes on.
I just got a call last night from the same Indian guy. The same story as all the other stories before. The scam goes on.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_30_15_34_56-XML_data_bindings__static_languages__dynamic_languages.atom0000664000104500010450000000310011006760627031706 0ustar ucheuche Tue Aug 30 15:34:56 2005 0033f82f-e5f3-473f-afe6-cff3ce5c8511 <div xmlns="http://www.w3.org/1999/xhtml">XML data bindings, static languages, dynamic languages</div> Uche http://uche.ogbuji.net 2005-08-30T15:34:56.940000 2005-08-30T15:34:56.940000
Interesting, Bob.  Posted my thoughts here:

http://copia.ogbuji.net/blog/2005-08-30/Xampl__re_
Interesting, Bob. Posted my thoughts here: http://copia.ogbuji.net/blog/2005-08-30/Xampl__re_…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_14_20_43_47-World_Cup_Blotter.atom0000664000104500010450000000302411007062053022333 0ustar ucheuche Wed Jun 14 20:43:47 2006 17642159-9a06-4e06-8e24-9a80b6993189 <div xmlns="http://www.w3.org/1999/xhtml">World Cup Blotter</div> Kelechi 2006-06-14T20:43:47.570000 2006-06-14T20:43:47.570000
"(and Nedved was having a relatively off day)". That was funny. :-) I must admit I thoroughly enjoyed that thrashing. The ESPN hype about the US team was getting a wee bit annoying.
"(and Nedved was having a relatively off day)". That was funny. :-) I must admit I thoroughly enjoyed that thrashing. The ESPN hype about the US team was getting a wee bit annoying.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_06_05_38_37-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000415311006751661031327 0ustar ucheuche Mon Nov 6 05:38:37 2006 46a1e2e0-6857-42b6-81bd-adbe8e30ade6 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> aaunstudent 2006-11-06T05:38:37.560000 2006-11-06T05:38:37.560000
Well said Mustapha! I believe those who have not been to our uni have no right to judge the school. Although it has its flaws (which uni doesn't?!) AAUN offers something that most universities in naija don't. The fact that you are able to approach your faculty at anytime of the day be it at school are even at the lecturer's home is truly amazing. I feel much more confident in my work because i know that if i should fail, there's someone to lead me every step of the way! To all doubters, come and see for yourself! I bet you would come back here and erase all NEGATIVE comments made about AAUN! see ya!!
Well said Mustapha! I believe those who have not been to our uni have no right to judge the school. Although it has its flaws (which uni doesn't?!) AAUN offers something that most universities in naija don't. The fact that you are able to approach your faculty at anytime of…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_14_07_50_24-Take_the_piss__London.atom0000664000104500010450000000372011006761303023200 0ustar ucheuche Thu Jul 14 07:50:24 2005 e948818e-848c-4cae-8140-ec5aca0fc098 <div xmlns="http://www.w3.org/1999/xhtml">Take the piss, London</div> Uche http://uche.ogbuji.net 2005-07-14T07:50:24.630000 2005-07-14T07:50:24.630000
My memory seems to match Sylvain's.  I recall problems with gawkers rushing downtown right after the first WTC impact, which caused problems and disorder when the buildings started to collapse.  I recall being amazed at the hype over Guiliani's simple statements, which seemed to have been perceived in the U.S. as Churchillian bits of oratory.

But I think the point is not to abuse New Yorkers, but rather to laud Londerners.
My memory seems to match Sylvain's. I recall problems with gawkers rushing downtown right after the first WTC impact, which caused problems and disorder when the buildings started to collapse. I recall being amazed at the hype over Guiliani's simple statements, which seemed to have been perceived in the U.S.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_23_06_21_34-Today_s_XML_WTF.atom0000664000104500010450000000310611006755534021617 0ustar ucheuche Fri Sep 23 06:21:34 2005 fe6cea02-ff1f-43fc-92b5-e8112dc4db3a <div xmlns="http://www.w3.org/1999/xhtml">Today's XML WTF</div> obifromsouthlondon http://obifromsouthlondon.blogspot.com 2005-09-23T06:21:34.010000 2005-09-23T06:21:34.010000
more like over-zealous middle managers.  that stopped me in my tracks for like three hours trying to get ish to work. almost pimp slapped the guy that gave me the dtds to work with.
more like over-zealous middle managers. that stopped me in my tracks for like three hours trying to get ish to work. almost pimp slapped the guy that gave me the dtds to work with.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_21_18_01_06-We_need_more_solid_guidelines_for_i18n_in_OSS_projects.atom0000664000104500010450000000274611006763226031600 0ustar ucheuche Tue Jun 21 18:01:06 2005 334dabbf-552d-4d28-8841-71643d8f7965 <div xmlns="http://www.w3.org/1999/xhtml">We need more solid guidelines for i18n in OSS projects</div> Uche http://uche.ogbuji.net 2005-06-21T18:01:06.260000 2005-06-21T18:01:06.260000
Thanks for the Okapi link, Luis.  It's very, ah, comprehensive.  Huge, in fact.  Soneone needs a big KISS ;-)
Thanks for the Okapi link, Luis. It's very, ah, comprehensive. Huge, in fact. Soneone needs a big KISS ;-)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_02_08_06_02-Government_grants_scam.atom0000664000104500010450000000367711007067151023455 0ustar ucheuche Mon Oct 2 08:06:02 2006 129d36a7-1fbf-461c-8bac-9ade0d5d4f72 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jim 2006-10-02T08:06:02.660000 2006-10-02T08:06:02.660000
10/02/2006  Found the number on my cell phone this morning.  It seems that they called at 6:10 AM yesterday (Sunday).  Of course i didn't have the phone handy to answer it.

I think the best thing to do when a call from an unfamiliar out of area number appears on your cell phone is to just ignore it.  The US government isn't going to do anything about it until someone with some real money starts loosing something to it.  Until then they consider it punishment for being an idiot.
10/02/2006 Found the number on my cell phone this morning. It seems that they called at 6:10 AM yesterday (Sunday). Of course i didn't have the phone handy to answer it. I think the best thing to do when a call from an unfamiliar out of area number appears on…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_13_07_56_04-Today_s_XML_wot_he_said.atom0000664000104500010450000000320411006757762023454 0ustar ucheuche Sat Aug 13 07:56:04 2005 0db375a5-7238-4627-8187-3beb34b616c3 <div xmlns="http://www.w3.org/1999/xhtml">Today's XML wot he said</div> Uche http://uche.ogbuji.net 2005-08-13T07:56:04.580000 2005-08-13T07:56:04.580000
Yes "transform" is my choice, and I do use that term where I think it won't cause any problems.  I don't know whether or not it has any traction.  I was hoping that Glazman could help by pouring some glue on the wheels.
Yes "transform" is my choice, and I do use that term where I think it won't cause any problems. I don't know whether or not it has any traction. I was hoping that Glazman could help by pouring some glue on the wheels.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_28_10_56_52-_Tis_a_boy.atom0000664000104500010450000000250211006760602021021 0ustar ucheuche Thu Jul 28 10:56:52 2005 23ebf6cd-119d-480a-8d73-5ef2fd3a8ce3 <div xmlns="http://www.w3.org/1999/xhtml">'Tis a boy</div> Kingsley Idehen http://www.openlinksw.com/blog/~kidehen 2005-07-28T10:56:52.450000 2005-07-28T10:56:52.450000
Congrats!
Nice inheritance tree taking shape :-)
Congrats! Nice inheritance tree taking shape :-)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_01_22_17_16_52-Government_grants_scam.atom0000664000104500010450000000271211007067544023461 0ustar ucheuche Mon Jan 22 17:16:52 2007 01919c0b-311d-4a78-a63f-3b1e4ae5a4df <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Brent from Utah 2007-01-22T17:16:52.680000 2007-01-22T17:16:52.680000
Just wanted to add my name to the list.  Thick indian accent.  Hung up once I stated that i would not divulge any personal information.
Just wanted to add my name to the list. Thick indian accent. Hung up once I stated that i would not divulge any personal information.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_07_16_07_54-Government_grants_scam.atom0000664000104500010450000000363411007067430023464 0ustar ucheuche Thu Dec 7 16:07:54 2006 e0f67606-320a-4982-aec0-4233be4c4210 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Eric Anderson 2006-12-07T16:07:54.640000 2006-12-07T16:07:54.640000
I just got one of these guys. What I did was drag them on as long as I could. Gave them so much false information that any idiot would know. I was watching TV and had to put them on hold too, to take  care of the kids a couple times. Took around 15 minutes and was often quite funny when I would repeat myself 15 times. Then I asked for a supervisor, dragged him on too. I figure it is better to waste my time and efforts than have some poor grandma get scammed.
I suggest everyone do the same.
I just got one of these guys. What I did was drag them on as long as I could. Gave them so much false information that any idiot would know. I was watching TV and had to put them on hold too, to take care of the kids a couple…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_01_16_17_29_25-del_icio_us_bookmarks_for_2006-01-13.atom0000664000104500010450000000335311007071120025247 0ustar ucheuche Mon Jan 16 17:29:25 2006 3c703bed-f868-42d3-adf0-32b1cf3655a3 <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2006-01-13</div> Ian Forrester cubicgarden.com/blojsom/blog/cubicgarden/ 2006-01-16T17:29:25 2006-01-16T17:29:25
I'm glad to see your site is using full text feeds. I know this was not always the case, your right about not clicking around to read something. Specially when you have no connectivity like a public train on the way to work. Keep up the great work
I'm glad to see your site is using full text feeds. I know this was not always the case, your right about not clicking around to read something. Specially when you have no connectivity like a public train on the way to work. Keep up the great work…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_07_09_13_18_02-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_07_09_13_18_02-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000636511007062225031654 0ustar ucheuche Sun Jul 9 13:18:02 2006 851d6870-a839-428b-8cbb-a85f098b7949 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Tony USA 2006-07-09T13:18:02.160000 2006-07-09T13:18:02.160000
I am so glad to find this page.
Since the first game I heard Obrien and Balboa rabbit on and on about everything nothing to do with the game, I have simply explained the ABC coverage in these terms:
OBrien makes a good attempt to explain football (sorry soccer), a sport that he has very little experience of, to American viewers who likely have even less experience than him. Blind leading the blind.
Balboa (the so-called analyst) has a severe case of verbal diarrhea, obviously being paid by the syllable (as most of his words are single syllables). His anti-English rhetoric during their opening match showed what a second-class player he always has been. The fact he has over 100 International Caps might be a pointer as to why the US has not been successful on the World stage, if he was the hall of fame golden boy.
When will ABC/ESPN understand that not all viewers are blind, and, as with most people I know, I have a big screen TV, and to see the awful graphics take over 50% of the available screen just goes to show that they still have no idea how to show football (sorry - soccer for those ABC execs out there). Also, unlike that wanna-be rugby game played her in the US, there are no 2 minute breaks every 30 seconds in REAL football, so the continuous replays of near-misses and saves and fouls and cards and dives, etc, etc, whilst the game is still being played, is not appreciated.
I applaud ABC/ESPN for showing commercial-free games, that is a great step forward, but please don't spoil it now by having crap, uninformed commentators paired with inane and egotistical 'analysts' together with graphics and replays that take up too much of the playing screen/time.
I am so glad to find this page. Since the first game I heard Obrien and Balboa rabbit on and on about everything nothing to do with the game, I have simply explained the ABC coverage in these terms: OBrien makes a good attempt to explain football (sorry soccer), a…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_08_14_21_43-alt_unicode_kvetch_kvetch_kvetch.atom0000664000104500010450000000370211006760217025514 0ustar ucheuche Mon Aug 8 14:21:43 2005 11825125-0c09-48c4-b337-c6d11a9d4ff5 <div xmlns="http://www.w3.org/1999/xhtml">alt.unicode.kvetch.kvetch.kvetch</div> Uche http://uche.ogbuji.net/ 2005-08-08T14:21:43.240000 2005-08-08T14:21:43.240000
In addition to the resources in the articles I mentioned, AMK just posted a new Unicode HOWTO:

http://www.amk.ca/python/howto/unicode

It retreads a lot of territory from other documents, and I don't know whether the idea is to consolidate and make it the One Blessed Document for Python Unicode.
In addition to the resources in the articles I mentioned, AMK just posted a new Unicode HOWTO: http://www.amk.ca/python/howto/unicode It retreads a lot of territory from other documents, and I don't know whether the idea is to consolidate and make it the One Blessed Document for Python Unicode.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_24_18_21_46-A_Perspective_on_Temporal_Modeling_in_RDF.atom0000664000104500010450000000633511007064422027043 0ustar ucheuche Fri Mar 24 18:21:46 2006 e147a9aa-a8b5-494f-9151-f12b973a65d6 <div xmlns="http://www.w3.org/1999/xhtml">A Perspective on Temporal Modeling in RDF</div> Chris Mungall http://www.fruitfly.org/~cjm/ 2006-03-24T18:21:46.150000 2006-03-24T18:21:46.150000
The datasets I'm currently focused on right now are mutant gene to mutant phenotype associations for model organisms like fruitfly and zebrafish. The database I'm building will eventually cover things like electronic health records and clinical trials (though I'm mostly focused on the biological aspects rather than billing etc).

On many levels, the kind of bizarre mutational effects you get in laboratory flies couldn't be more distant from the kind of data that might be recorded in an electronic health record (unless you were a really unlucky patient! ).

However, the ontological building blocks (relations such as part_of, anatomical ontologies, and the general pattern of qualities inhering in dependent entities). And on a biological level, orthologous genes can have similar phenotypic effects at various levels of granularity, even across evolutionary distances of hundreds of millions of years.

Anyway, this work is part of an effort by the National Center for Biomedical Ontologies (http://www.ncbo.us). There is a preliminary page on this project at http://www.fruitfly.org/~cjm/obd

We're evaluating various RDF databases. I am a little worried about representing time. Ideally we'd have some kind of general purpose deductive database on which we could layer RDF views and various fragments of OWL entailment. Most existing solutions don't really allow to mix and match RDF and more general purpose deductive db reasoning - it's triples or nothing.
The datasets I'm currently focused on right now are mutant gene to mutant phenotype associations for model organisms like fruitfly and zebrafish. The database I'm building will eventually cover things like electronic health records and clinical trials (though I'm mostly focused on the biological aspects rather than billing etc). On…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_29_07_26_20-Chikaora_Zion_Credell_Ogbuji.atom0000664000104500010450000000313111006751111024407 0ustar ucheuche Tue Nov 29 07:26:20 2005 6374fd2e-751e-4f57-b35d-b190e0795f0b <div xmlns="http://www.w3.org/1999/xhtml">Chikaora Zion Credell Ogbuji</div> Chimezie http://metacognition.info 2005-11-29T07:26:20.740000 2005-11-29T07:26:20.740000
Thanks all :).  Kelechi, Yes, I only just noticed that.  We were never asked for the orgin or meaning of the name.  That's a bit bold to assume both on their part.  Thanks for spotting that
Thanks all :). Kelechi, Yes, I only just noticed that. We were never asked for the orgin or meaning of the name. That's a bit bold to assume both on their part. Thanks for spotting that…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_01_09_56_24-Embedded_markup.atom0000664000104500010450000000447511006750734022034 0ustar ucheuche Thu Dec 1 09:56:24 2005 be1217e6-8dbc-4d38-881d-1ae0c6cafd21 <div xmlns="http://www.w3.org/1999/xhtml">Embedded markup</div> John Cowan http://www.ccil.org/~cowan 2005-12-01T09:56:24.510000 2005-12-01T09:56:24.510000
Hmm, there seems to be some nomenclatural confusion here.  Norm's article is labeled "Escaped Markup Considered Harmful", though both its URL and Dan's comment suggest that it once had the same name as Nelson's.

In any case, Nelson's article intertwingles two ideas, both sensible, despite the floods of rhetoric he surrounds them with.  One is the LMNL insight: hierarchy isn't everything.  The other is that in-band tags make it more difficult to reuse content in fully novel ways, though they are more robust against blind editing than out-of-band markup.

So he wants to make all markup out-of-band so that  content can be more easily reused in ways that crosscut existing hierarchies.  This isn't stupid, it just isn't the way things have gone.
Hmm, there seems to be some nomenclatural confusion here. Norm's article is labeled "Escaped Markup Considered Harmful", though both its URL and Dan's comment suggest that it once had the same name as Nelson's. In any case, Nelson's article intertwingles two ideas, both sensible, despite the floods of rhetoric he…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_06_08_31_30-del_icio_us_bookmarks_for_2006-06-05.atom0000664000104500010450000000413611007062335025256 0ustar ucheuche Tue Jun 6 08:31:30 2006 3fd5daee-9cfd-48a0-bf56-8e92ac9167f3 <div xmlns="http://www.w3.org/1999/xhtml">del.icio.us bookmarks for 2006-06-05</div> Sylvain Hellegouarch http://www.defuze.org 2006-06-06T08:31:30.360000 2006-06-06T08:31:30.360000
I think part of the point of Kimbro Staken regarding standards as poor me I have not followed the last ten years of battles and conspiracies of the W3 WGs regarding RDF and XQuery. Therefore his point is moot to me. I would have gladly appreciated if he had put his assertions into perspective a bit more.

I read his article but I found it fairly empty in the end. Yeah big standards WGs are slow and over-engineered most of the time. Well tell me something new please. How XQuery killed innovation is something I wouldn't mind learning as I have not used it at all.
I think part of the point of Kimbro Staken regarding standards as poor me I have not followed the last ten years of battles and conspiracies of the W3 WGs regarding RDF and XQuery. Therefore his point is moot to me. I would have gladly appreciated if he had put…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_01_14_15_03_58-Government_grants_scam.atom0000664000104500010450000000326711007067542023466 0ustar ucheuche Sun Jan 14 15:03:58 2007 5ff954f4-8ee1-4073-ac0d-3948afd22716 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> amy 2007-01-14T15:03:58.350000 2007-01-14T15:03:58.350000
i got a call from 808-212-0041 yesterday, i didnt answer it cuz i didnt recognize the number. i did a reverse phone search on it and it said hawaii, i dont know anyone in hawaii. when i google'd the number this site came up first. i'm glad i didnt answer the phone.
i got a call from 808-212-0041 yesterday, i didnt answer it cuz i didnt recognize the number. i did a reverse phone search on it and it said hawaii, i dont know anyone in hawaii. when i google'd the number this site came up first. i'm glad i didnt answer…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_10_15_09_35-Atom_Feed_Semantics.atom0000664000104500010450000000250711007055213022574 0ustar ucheuche Sun Dec 10 15:09:35 2006 e7dd1240-2035-4704-8385-468ec0653af4 <div xmlns="http://www.w3.org/1999/xhtml">Atom Feed Semantics</div> Sam Ruby http://intertwingly.net/blog/ 2006-12-10T15:09:35.550000 2006-12-10T15:09:35.550000
Non-ASCII characters turn into line noise: ’
Non-ASCII characters turn into line noise: ’…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_11_21_28_42-Government_grants_scam.atom0000664000104500010450000000370611007067447023463 0ustar ucheuche Mon Dec 11 21:28:42 2006 bb9edcc6-263f-486d-9008-90f2cea10f14 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> PJ 2006-12-11T21:28:42.480000 2006-12-11T21:28:42.480000
YES. JUST RECEIVED A PHONE CALL FROM THESE PARASITES. READ ENTIRE POST AND HAD A SIMILIAR EXPERIENCE WERE THE GUY GOT REALLY ANGRY AT ME FOR ASKING TOO MANY QUESTIONS REGARDING THIS BOGUS GRANT PROGRAM. WHY WOULD THE GOVERNMENT TRY TO GIVE AWAY MONEY THROUGH AN OUTSOURCED CALL CENTER? ITS UNFORTUNATE THAT PEOPLE GET SCAMMED LIKE THIS. REMEMBER KIDS, IF YOU WANT GRANT MONEY, YOU NEED TO GO TO THE GOVERNMENT NOT THE OTHER WAY AROUND... THE FBI WILL CATCH THESE UNSRUPTULOUS PARASITES SOONER OR LATER.
YES. JUST RECEIVED A PHONE CALL FROM THESE PARASITES. READ ENTIRE POST AND HAD A SIMILIAR EXPERIENCE WERE THE GUY GOT REALLY ANGRY AT ME FOR ASKING TOO MANY QUESTIONS REGARDING THIS BOGUS GRANT PROGRAM. WHY WOULD THE GOVERNMENT TRY TO GIVE AWAY MONEY THROUGH AN OUTSOURCED CALL CENTER? ITS…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_03_10_02_10_32-Semantic_hairball__y_all.atom0000664000104500010450000000345511007065021023645 0ustar ucheuche Fri Mar 10 02:10:32 2006 c3bb682f-38c6-414b-a5c2-6c3e096d4105 <div xmlns="http://www.w3.org/1999/xhtml">Semantic hairball, y'all</div> Paul Downey http://blog.whatfettle.com 2006-03-10T02:10:32.140000 2006-03-10T02:10:32.140000
+1 to losing the I-one-more-time-for-your-mind-magic  chicago-cluster-consultant-diesel and toolkit-vendor-flypaper -grin-.

But "semantic transparency" in "XML Schema" sounds just a little too scary for my tastes. I'm now regretting not submitting a paper to XTech.. but hey-ho!
+1 to losing the I-one-more-time-for-your-mind-magic chicago-cluster-consultant-diesel and toolkit-vendor-flypaper -grin-. But "semantic transparency" in "XML Schema" sounds just a little too scary for my tastes. I'm now regretting not submitting a paper to XTech.. but hey-ho!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_07_07_19_06_54-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_07_07_19_06_54-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000313511007062224031653 0ustar ucheuche Fri Jul 7 19:06:54 2006 7c42575d-925d-4463-a08e-1a5309e33072 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Mary 2006-07-07T19:06:54.570000 2006-07-07T19:06:54.570000
My husband speaks Spanish and the announcer on Univision who keeps calling the ball the "esferico" drives him nuts!  I guess "marionetas de la carne" are welcome on all networks.
My husband speaks Spanish and the announcer on Univision who keeps calling the ball the "esferico" drives him nuts! I guess "marionetas de la carne" are welcome on all networks.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_15_12_27_38-From_Fourthought_to_Kadomo.atom0000664000104500010450000000303611007055025024244 0ustar ucheuche Fri Dec 15 12:27:38 2006 0d2eea5f-5a50-4371-9b4e-e6a8ee0537d4 <div xmlns="http://www.w3.org/1999/xhtml">From Fourthought to Kadomo</div> John Cowan http://www.ccil.org/~cowan 2006-12-15T12:27:38.910000 2006-12-15T12:27:38.910000
Congratulations on the job; I see you have the lion's share of the publications; and do try to get the offputting typo ("managment") removed from the home page.
Congratulations on the job; I see you have the lion's share of the publications; and do try to get the offputting typo ("managment") removed from the home page.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_14_15_06_51-Government_grants_scam.atom0000664000104500010450000000356411007067217023460 0ustar ucheuche Sat Oct 14 15:06:51 2006 e591851d-96a7-4148-83d6-417b9eee1b42 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Joanne 2006-10-14T15:06:51.020000 2006-10-14T15:06:51.020000
Hi Dan,

Triton Solutions nailed me as well. A deduction in the amount of $84.00 was debited from my checking account. I didn't authorize this transaction, and my bank is now looking into it. I'm glad I found your post. I wonder, if you don't mind me asking, do you have an account with those temporary loan companies? I know I do, I want to see if there's a common link. I hope you'll reply to this post.
Hi Dan, Triton Solutions nailed me as well. A deduction in the amount of $84.00 was debited from my checking account. I didn't authorize this transaction, and my bank is now looking into it. I'm glad I found your post. I wonder, if you don't mind me asking, do you…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_09_18_11_19-Government_grants_scam.atom0000664000104500010450000000502311007067040023461 0ustar ucheuche Sat Sep 9 18:11:19 2006 bee42ccf-ff00-41e0-8da1-355ac5631202 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Lynnie 2006-09-09T18:11:19.230000 2006-09-09T18:11:19.230000
well the same thing happened to me.. the mackenzie group called me a few months ago saying i was approved for a government grant of 5k or more.. they then asked me what i need the money for "school, relocation, bills etc"... then explained if i use the money to gamble i will be arrested.. and i wont have to pay the money back because its a government grant. Ive spoken to a few people.. but one more familiar.. her name is Susan Woods. they sound like nice people, so its easy to believe them... the number was 1866-552-9411... i hate this!! they took money out 2 of my accounts!!!! so basically the account i mistaken with the money i told them not to take out from and the returned the funds.. then took out the other account.. they even recorded me several times with all my information... sounds legit right?? well yea after they took the money they havent called me or picked up any phone calls. Ive been leaving messages like crazy... and still no call back! its been a month since they said they were going to send me my information to fill out to get a grant. SO DONT TRUST THEM ITS A SCAM!!!!!!!!! >:(
well the same thing happened to me.. the mackenzie group called me a few months ago saying i was approved for a government grant of 5k or more.. they then asked me what i need the money for "school, relocation, bills etc"... then explained if i use the money to…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_20_16_53_07-XSLT_2_0_might_be_worth_a_second_look__if___.atom0000664000104500010450000000474211006764566027434 0ustar ucheuche Fri May 20 16:53:07 2005 9655506c-3470-4d56-9cc0-541f7d147b02 <div xmlns="http://www.w3.org/1999/xhtml">XSLT 2.0 might be worth a second look, if...</div> Kurt Cagle http://www.understandingxml.com 2005-05-20T16:53:07.130000 2005-05-20T16:53:07.130000
Uche,

I have been arguing against the inclusion of type inclusive material in XSLT2 practically from the spec's inception, and one of the beauties of the most current implementation is that you can actually avoid using nearly any type-specific API within XSLT2 and STILL be able to write just about anything with it.

Michael Kay's division of Saxon into 8.4 and SA models actually work reasonably well by this principle - if you REALLY need type support (for instance, in the creation of PSVI objects, a somewhat dubious endeavor anyway) then you can get it, albeit at some cost. If your goal is simply to transform XML more easily and efficiently, then I would (and have) recommended XSLT 2 over XSLT 1 whenever possible. As a Python user with some fairly major contracts, I'd lap up a Python XSLT2 processor in a heart-beat.

-- Kurt
Uche, I have been arguing against the inclusion of type inclusive material in XSLT2 practically from the spec's inception, and one of the beauties of the most current implementation is that you can actually avoid using nearly any type-specific API within XSLT2 and STILL be able to write just about…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_10_20_33_44-Putting_up_with_Javascript.atom0000664000104500010450000001123311006756336024331 0ustar ucheuche Sat Sep 10 20:33:44 2005 ea8d5808-140b-4d56-aeeb-8642680be9b3 <div xmlns="http://www.w3.org/1999/xhtml">Putting up with Javascript</div> Kurt Cagle http://www.understandingxml.com 2005-09-10T20:33:44.360000 2005-09-10T20:33:44.360000
Chimezie,

I do not disagree with any of your assertions - the day that we can in fact get rid of any imperative code in programming is the day where things become far more stable, manageable, secure, and in general easy to automate. I do not, however, think that you're acknowledging mine here. Of the XForms solution that you've mentioned, all but one of them are plugins to specific browsers, most have ideosyncracies that make it remarkably difficult to make a given XForm work from one system to the next, and the solutions that are deployed tend to have VERY different ideas about the degree of abstraction that a given component should offer in terms of its implementation.

I'm a BIG fan of XForms. I believe the potential for XForms is huge, to the extent that I want to see both the Mozilla and Netscape implementations offer functional versions of XForms SOON. However, until that happens, XForms will only be deployable in closed environments, which means that while it may have some application to enterprises, it will not in fact be accessible to the majority of users out there.

There's no more compelling proof about why this is critical than to look at the mess that's SVG. SVG is about to come to the masses -- only five years after it was ratified as a standard. SVG as a plugin just did not hack it, because there was no effective way of distributing that plugin to the extend necessary for wide-scale adoption. It has only been in the last year with Opera and Firefox both getting SVG into the trunk that the POSSIBILITY of adoption finally became realizeable.

Once we get a declarative forms (read application) framework in place, I suspect that things will likely move even to 90/10 as far as adoption. XForms + XPath is a powerful combination, especially if you can move to XPath2. In that particular case, the imperative code again moves into a support role where XPath is extended for system level access and related purposes.

However, we are not there yet. It is up to evangelists like you to push the XForms meme, the declarative application meme, into public consciousness, and it is up to people who are involved in the "distribution" system of web browsers such as myself to try to push these technologies into the browsers themselves. I think we're looking at two years before XForms actually begins to "catch fire", and maybe as many as five before XForms reaches a point where it seriously threatens the existing Wintel hegemony.

To summarize - yes, ultimately pushing the declarative programming paradigm should be one of the most important things that all of us do, but without recognizing that we're fighting a major rearguard action from any number of players who have a huge political stake in keeping the status quo we're dooming ourselves to failure. Javascript is a bridge technology, and perhaps not even the best one, but the alternative is to end up in the programming ghetto while Microsoft pushes its own agenda into the web-space.

-- Kurt
Chimezie, I do not disagree with any of your assertions - the day that we can in fact get rid of any imperative code in programming is the day where things become far more stable, manageable, secure, and in general easy to automate. I do not, however, think that you're…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_11_12_16_48-Incredible_Golie_Punt.atom0000664000104500010450000000300411007062107023124 0ustar ucheuche Sun Jun 11 12:16:48 2006 f172786d-7b25-4b16-b5f6-44c057a9d41d <div xmlns="http://www.w3.org/1999/xhtml">Incredible Golie Punt</div> Matt Chaput 2006-06-11T12:16:48.660000 2006-06-11T12:16:48.660000
Not the only one. I expected the commentators to make a little bit more of it, but the game moved on. I would have liked to have seen a wider angle on that kick!
Not the only one. I expected the commentators to make a little bit more of it, but the game moved on. I would have liked to have seen a wider angle on that kick!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_19_14_06_01-Government_grants_scam.atom0000664000104500010450000000402611007066757023470 0ustar ucheuche Sat Aug 19 14:06:01 2006 3e66b3fa-28be-40db-a7af-407a9877e444 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> rose 2006-08-19T14:06:01.350000 2006-08-19T14:06:01.350000
I fell for this scam last January and ended up having to close all accounts and file for a return of funds. I in turn filed reports with the better buisness bureau, police in my city and the city that the buisness came from, along with a trail of reports to attorney general and so on and so forth. They got almost $500.00. I had been applying for Gov. grants so when I got the call, I was happy. NEVER fall for a phone call saying they are working to help you,especially if they say they working for the government. If it is the government they will notify you in writing. It is horrible that these scams continue.
I fell for this scam last January and ended up having to close all accounts and file for a return of funds. I in turn filed reports with the better buisness bureau, police in my city and the city that the buisness came from, along with a trail of reports…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_12_17_37_03-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_12_17_37_03-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000311711007062205031641 0ustar ucheuche Mon Jun 12 17:37:03 2006 9c749c02-9a77-4777-895a-290d876aaf91 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> k hertel 2006-06-12T17:37:03.230000 2006-06-12T17:37:03.230000
we finally had to turn the sound off on the tv....listening to dave o brien constantly constantly constantly...............oh my god someone put a sock in his mouth!!!!!
we finally had to turn the sound off on the tv....listening to dave o brien constantly constantly constantly...............oh my god someone put a sock in his mouth!!!!!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_28_23_19_31-The_new_MacBook_Pro.atom0000664000104500010450000000364111007054350022555 0ustar ucheuche Thu Dec 28 23:19:31 2006 cc24e05d-2408-4971-9d87-13ec97d5fe20 <div xmlns="http://www.w3.org/1999/xhtml">The new MacBook Pro</div> Robert Guerra http://www.privaterra.org 2006-12-28T23:19:31.310000 2006-12-28T23:19:31.310000
If you are looking for macintosh applications, might i suggest visiting the social source commons site.

Just enter "mac" as a tag, and you'll get a nice list of software being recommended by others.

http://beta.socialsourcecommons.org/

regards

Robert
If you are looking for macintosh applications, might i suggest visiting the social source commons site. Just enter "mac" as a tag, and you'll get a nice list of software being recommended by others. http://beta.socialsourcecommons.org/ regards Robert…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_30_10_22_07-The_Mexican_puzzle_of.atom0000664000104500010450000000616011006755400023223 0ustar ucheuche Fri Sep 30 10:22:07 2005 52eeccc8-f4d7-41fd-a80a-8a613d9d6231 <div xmlns="http://www.w3.org/1999/xhtml">The Mexican puzzle of </div> uche http://uche.ogbuji.net 2005-09-30T10:22:07.250000 2005-09-30T10:22:07.250000
Ha.  Yeah, I remember that Borghetti.  I actually think he's got past that stage recently.  Lately he has focused more on his play than his antics, and it's done him a world of good.  Borghetti really became fun to watch this year.  Great performances in the Gold Cup and Confederations Cup.

Besides, when it comes to ugly Mexican players, it's hard to get the shadow of Blanco out of the mind.  Compared to Blanco, Borghetti is a saint.

Anyway, co-sign on the GO USA 2006!  I also hope Nigeria manages to squeak in (not looking so good now), so I have two tickets in the raffle.

I think the US will surprise folks, for real.  I almost wish Kasey Keller weren't so awesome so that Joe Cannon would have a chance in goal (Matt Reis might be having a great year, but I think Cannon's far more fundamentally sound).  Regardless, it will take a lot of brilliance to get it past whatever keeper we field.  The defence is also looking tight.  Nice to see fellow Igbo Oguchi Onyewu doing so well in D at his young age, despote a costly mistake at the Azteca in Mexico's qualifier win this year.  Our midfield can battle it out with the best these days, now that they've dropped Donovan back, and can ghost most opponents for speed, considering Beasley and co.  And as for the strike force, Eddie Johnson needs to get over his turf toe quickly so he can put in enough appearances to secure a start, because with Dempsey and McBride playing lights out, it's looking great at striker.

It will be fun, for damn sure.
Ha. Yeah, I remember that Borghetti. I actually think he's got past that stage recently. Lately he has focused more on his play than his antics, and it's done him a world of good. Borghetti really became fun to watch this year. Great performances in the Gold Cup and Confederations…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_01_05_32_41-Why_Ruby_doesn_t_interest_me.atom0000664000104500010450000000454711007061446024633 0ustar ucheuche Sat Jul 1 05:32:41 2006 ac2b6647-9e2b-4be7-837f-e2bc25d934f3 <div xmlns="http://www.w3.org/1999/xhtml">Why Ruby doesn't interest me</div> kwasi www.aiti-kace.com.gh/blog/ 2006-07-01T05:32:41.680000 2006-07-01T05:32:41.680000
I'm currently more of a python fan too,especially because of all the cool scientific computing tools people have created for it.
There is a debate at the job about the use of ruby to teach secondary school students though

background here
http://www.aiti-kace.com.gh/blog/?p=11
and here
http://www.aiti-kace.com.gh/blog/?p=10

oh, and I'm putting together a basic python tutorial for a scientific computing seminar we will be holding in a little over a month. Any recommendations as far as good introductory manuals go?
I'm currently more of a python fan too,especially because of all the cool scientific computing tools people have created for it. There is a debate at the job about the use of ruby to teach secondary school students though background here http://www.aiti-kace.com.gh/blog/?p=11 and here http://www.aiti-kace.com.gh/blog/?p=10 oh, and I'm putting together…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_18_07_19_24-Quotidie.atom0000664000104500010450000000272211006766305020553 0ustar ucheuche Thu Aug 18 07:19:24 2005 b49c94b2-19b6-413b-b974-c2bb9cc72cc1 <div xmlns="http://www.w3.org/1999/xhtml">Quotidie</div> Uche http://uche.ogbuji.net 2005-08-18T07:19:24.240000 2005-08-18T07:19:24.240000
I posted my complete L'Épitaph study:

http://copia.ogbuji.net/blog/2005-06-04/Quot_di_
I posted my complete L'Épitaph study: http://copia.ogbuji.net/blog/2005-06-04/Quot_di_…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_19_21_56_43-Quot__di__.atom0000664000104500010450000000263611006763206021027 0ustar ucheuche Sun Jun 19 21:56:43 2005 9f76855f-9225-4a68-9c7c-05931b44d8f3 <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Uche http://uche.ogbuji.net 2005-06-19T21:56:43.670000 2005-06-19T21:56:43.670000
Nice retrospective on Eberhart:

http://www.nysun.com/article/15390
Nice retrospective on Eberhart: http://www.nysun.com/article/15390…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_08_30_07_51_41-Why_Web_Architecture_Shouldn_t_Dictate_Meaning.atom0000664000104500010450000000267611007174177030150 0ustar ucheuche Thu Aug 30 07:51:41 2007 f7972a4a-1f16-45ed-b0f9-4dc51f12c286 <div xmlns="http://www.w3.org/1999/xhtml">Why Web Architecture Shouldn't Dictate Meaning</div> Chimezie Ogbuji http://copia.ogbuji.net 2007-08-30T07:51:41.470000 2007-08-30T07:51:41.470000
Thanks, Bijan (for pointing this out).  I've updated the entry accordingly.
Thanks, Bijan (for pointing this out). I've updated the entry accordingly.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_07_09_23_37_29-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_07_09_23_37_29-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000746111007062225031665 0ustar ucheuche Sun Jul 9 23:37:29 2006 eb434572-6967-4c59-a2b6-0cc30d74f179 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Sanjay 2006-07-09T23:37:29.750000 2006-07-09T23:37:29.750000
It's a pity to discover this blog after the tournament is over. Like many others I, too, could not bear to watch ESPN. Hence, had the games on Univision even though I don't understand Spanish.

My all time favorite dumb comments from the ESPN announcers (don't recall exact games) are:

1. "Player x has his pass to his team mate player y picked-off." Hellllllllllooooooo - this is football of a different kind. IT IS NOT THE NFL.

2. "He line drives the ball down the field." Since when are we watching baseball?

3. "England has a great number of options to take the free kick. There's Beckham and Gerard and....um....uh....oh....Beckham and Gerard and Beckham...." Guys, I swear that this is a near verbatim listing of what the clown of a commentator said.

4. And from our friend Brent Musberger (even while the game is in full flow). "Well the man of the match will be announced at the end of the game [no kidding]. You will have a chance to vote after the 75th minute. Man of the Match is sponsored by ........." BRENT, JUST SHUT UP.

5. Commentators always talking about the must-win US-Italy game for the US team in the first round. No matter which teams were playing each other you got to hear this every few minutes. You've said it once, you've said it twice. Now can we please go back to the game that is being broadcast????

6. Commentators always talking about how Klinsmann has used US trainers / training techniques, sports psychologists, and how the US has contributed greatly to German sporting prowess. They seem to forget that Germany does have a soccer tradition.

Oh well.......guess I'll need to learn Spanish in time for 2010. I doubt these ABC / ESPN execs will learn much. I remember how in the 2002 world cup they would have the game clock ticking down (starting at 90 minutes and going down) instead of starting at 0:00 and going up like it has been everywhere in the world since the beginning of time.

Oh well......thanks for helping me get this off my chest. Good night, guys!
It's a pity to discover this blog after the tournament is over. Like many others I, too, could not bear to watch ESPN. Hence, had the games on Univision even though I don't understand Spanish. My all time favorite dumb comments from the ESPN announcers (don't recall exact games) are:…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_21_23_30_36-Today_s_XML_WTF__UTF-8_BOM_madness_in_Windows_browsers.atom0000664000104500010450000000320411006754243031160 0ustar ucheuche Fri Oct 21 23:30:36 2005 a51de0f9-6498-401b-a52e-d8844878b2f6 <div xmlns="http://www.w3.org/1999/xhtml">Today's XML WTF: UTF-8 BOM madness in Windows browsers</div> Uche http://uche.ogbuji.net 2005-10-21T23:30:36.050000 2005-10-21T23:30:36.050000
I expect IE7 will be a lit less stubborn about UTF-8 BOM.  Indicaions on that project give hope for better standards compliance.  Mozilla also have a bit of work to do as well.  We'll see.
I expect IE7 will be a lit less stubborn about UTF-8 BOM. Indicaions on that project give hope for better standards compliance. Mozilla also have a bit of work to do as well. We'll see.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_25_20_37_10-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_25_20_37_10-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000512611007062217031642 0ustar ucheuche Sun Jun 25 20:37:10 2006 204d2be3-542d-4f87-bcb2-88415c1843b9 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Carl Whitney 2006-06-25T20:37:10.450000 2006-06-25T20:37:10.450000
I watch sports infrequently.  There is more to life.....
Having said this when I come in from outside of your normal listening audience and spot announcing like that of the  England v. Ecuador match being as awful as it was, it is fair to say this could be a deterrent for anyone to want to view the game.  Two options come to mind while watching this match.

1.  Invite announcers that can announce the game without bringing in personal views about the game or players.  Tell us the match and perhaps the strategy at hand, if they know it.

2.  No announcing at all.  Just let the sound of the game play as if we were at the match.  It would be much better than listening to your announcers.

I do believe that somewhere through this match I learned to tune out the announcers because of there inability to describe the game as it was played today.  I know nothing of their background, because it doesn't matter, these two should not announce the World Cup games.
I watch sports infrequently. There is more to life..... Having said this when I come in from outside of your normal listening audience and spot announcing like that of the England v. Ecuador match being as awful as it was, it is fair to say this could be a deterrent…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_12_15_28_52-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_12_15_28_52-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000420711007062205031644 0ustar ucheuche Mon Jun 12 15:28:52 2006 8954d78b-808f-4ccc-9926-076d3714192b <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Peter Milton 2006-06-12T15:28:52.960000 2006-06-12T15:28:52.960000
I could not agree more with the above comments.
If we must put up with these novice commentators at least they should learn some terminology, what is the "end line" or a "cutting ball".
I realise it is necessary to educate the American public on some of the basic points of the game but please, do it correctly.
Also why is it necessary to talk about the US team during other games.
I thought it was particularly rude to show the US national anthem prior to the Czech game and not the Czech anthem, in fact it was ignorant and arrogant....respect gets respect.
I could not agree more with the above comments. If we must put up with these novice commentators at least they should learn some terminology, what is the "end line" or a "cutting ball". I realise it is necessary to educate the American public on some of the basic points…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000014700000000000011567 Lustar rootrootrepository/comments/2005_04_13_23_39_59-PyBlosxom_permissions_headaches__hand_edit_versus_XML-RPC.atomrepository/comments/2005_04_13_23_39_59-PyBlosxom_permissions_headaches__hand_edit_versus_XML-RPC.at0000664000104500010450000000375511006767762031735 0ustar ucheuche Wed Apr 13 23:39:59 2005 0f3e458e-2bea-40bc-9fe9-38065ad878e7 <div xmlns="http://www.w3.org/1999/xhtml">PyBlosxom permissions headaches: hand edit versus XML-RPC</div> Eric http://egaumer.pagecache.org 2005-04-13T23:39:59.800000 2005-04-13T23:39:59.800000
Using ACLs will give you more granular privileges.


I'm working on getting BloGTK fine tuned. I can edit posts as well as delete. Two features I'm looking at is the ability to add new categories and a way to preserve mtime when posts are modified. If I can solve these two problems, then there isn't anything I could do locally on the server that I couldn't do from here. The RPCs should handle it all.
Using ACLs will give you more granular privileges. I'm working on getting BloGTK fine tuned. I can edit posts as well as delete. Two features I'm looking at is the ability to add new categories and a way to preserve mtime when posts are modified. If I can solve these…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_29_16_56_11-The_Mexican_puzzle_of.atom0000664000104500010450000000356211006755400023240 0ustar ucheuche Wed Nov 29 16:56:11 2006 f98d781f-b143-4ac7-99d8-c26b392f06e8 <div xmlns="http://www.w3.org/1999/xhtml">The Mexican puzzle of </div> dallassoccergurl 2006-11-29T16:56:11.650000 2006-11-29T16:56:11.650000
you know what ya'll shouldnt be talking about Jared Borghetti like that. Hes like the best Mexican player.And at the world cup 2006 the U.S team wasnt at their best, in fact i knew they wouldnt get far at the world cups. but i still went for the U.S and Mexico. But mostly Mexico. But what do I know Im just a girl right? (sarcastic)

I luv Jared Borghetti, Memo Ochoa, and Osvaldo Sanchez!!!!!!
you know what ya'll shouldnt be talking about Jared Borghetti like that. Hes like the best Mexican player.And at the world cup 2006 the U.S team wasnt at their best, in fact i knew they wouldnt get far at the world cups. but i still went for the U.S and…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_09_11_09_22-One_more_miserable_commentator_nugget.atom0000664000104500010450000000325511007061312026514 0ustar ucheuche Sun Jul 9 11:09:22 2006 949ab32e-d438-4a47-b268-df4fb6dea3a6 <div xmlns="http://www.w3.org/1999/xhtml">One more miserable commentator nugget</div> chimezie 2006-07-09T11:09:22.210000 2006-07-09T11:09:22.210000
Yeah, I heard them make that pronounciation mistake and I grimaced every time they repeated it (which felt like almost 8 times).  My favorite commentator duo has been JP Dellacamera and John Harkes - a world of difference from the others
Yeah, I heard them make that pronounciation mistake and I grimaced every time they repeated it (which felt like almost 8 times). My favorite commentator duo has been JP Dellacamera and John Harkes - a world of difference from the others…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_29_13_37_50-Why_support_template-like_output_in_Amara_.atom0000664000104500010450000000501011006762606027503 0ustar ucheuche Wed Jun 29 13:37:50 2005 433f6704-5e10-4550-a4fb-3e19bef31632 <div xmlns="http://www.w3.org/1999/xhtml">Why support template-like output in Amara?</div> Uche http://uche.ogbuji.net 2005-06-29T13:37:50.590000 2005-06-29T13:37:50.590000
Toothbyte,

I think your argument is incomplete.  You can help with that.  You say:

"People who advocate XML often do so to bypass limitations and problems inherent to their programming language."

Can you cite examples of good developers who do this?  There are plenty of good developers who advocate XML, so you should have plenty of fodder.  I should say, I've never once in my many years working in XML heard of such a reason in advocacy.

XML is largely independent of the language you use to process it.  It should be: data is often independent of code.  So I can't get a meaningful hold on your argument.

I have 10 years' experience with Python and 6 years' experience with XSLT.  What that leaves me with is an appreciation of the fact that they do different things and have different strengths.
Toothbyte, I think your argument is incomplete. You can help with that. You say: "People who advocate XML often do so to bypass limitations and problems inherent to their programming language." Can you cite examples of good developers who do this? There are plenty of good developers who advocate XML,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_29_09_13_05-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000251711007070257026256 0ustar ucheuche Sat Apr 29 09:13:05 2006 65cc9d89-a40e-49e0-aad0-63558a0398e1 <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> Ed 2006-04-29T09:13:05.480000 2006-04-29T09:13:05.480000
Thanks, this saved me quite some time!
Appreciate it. :-)
Thanks, this saved me quite some time! Appreciate it. :-)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_13_23_38_46-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_13_23_38_46-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000504511007062206031652 0ustar ucheuche Tue Jun 13 23:38:46 2006 6a4bc805-2ffd-4dae-977b-b9fd4dcc7436 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Allan 2006-06-13T23:38:46.710000 2006-06-13T23:38:46.710000
I am grateful that all 64 games will be shown live without commericials, but I am bleeding out of my ears from enduring the aweful noise coming from the mouths of the ESPN/ABC announcers.

Glenn Davis and Shepp Messing are almost as terrible as O'Brien and Balboa. JP and Harkes are tolerable (except the ass-kissing of the Brazilians today was hard to swallow). But, I think that Adrian Healy and Tommy Smyth are the best of the bunch.

Still, I'd rather hit the mute button or flip over to Univision. Maybe I'll break down and purchase an XM radio setup http://www.xmradio.com/worldcup/

I saw that someone asked about a petition. I stumbled upon this one before I found you guys:

http://www.petitionspot.com/petitions/World_Cup_Announcers
I am grateful that all 64 games will be shown live without commericials, but I am bleeding out of my ears from enduring the aweful noise coming from the mouths of the ESPN/ABC announcers. Glenn Davis and Shepp Messing are almost as terrible as O'Brien and Balboa. JP and Harkes…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_04_10_11_20-Government_grants_scam.atom0000664000104500010450000000345211007067155023437 0ustar ucheuche Wed Oct 4 10:11:20 2006 66f4627f-32bd-48df-a2a3-506d5909bbdc <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> dorothy redmond rashadmiatabellsouth.net 2006-10-04T10:11:20.710000 2006-10-04T10:11:20.710000
got a call about free grant money from u.s. dept in florida  saying i am a tex payer so i am going to received 21,500.00 in one day my bank would call me when the money come in ask me for my accout number routeing number and my checking account number gave mdorothye four recording number.i told him this was a scarm  dorothy  lexington ms.10-4-06
got a call about free grant money from u.s. dept in florida saying i am a tex payer so i am going to received 21,500.00 in one day my bank would call me when the money come in ask me for my accout number routeing number and my checking account…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_27_12_54_38-Government_grants_scam.atom0000664000104500010450000000336611007066657023506 0ustar ucheuche Thu Jul 27 12:54:38 2006 40265bd9-f80a-462c-a3ef-c3969fdafdf5 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Deshaun 2006-07-27T12:54:38.130000 2006-07-27T12:54:38.130000
Well well well im not the only one... ok well same story as everyone else... when the man asked me do i work, i told him yes. i am in the military, he said ok, "so you just do work for a living" come on now... anyone else would of asked what service :D  USMC anyways this is so sad! lets make this known though.. anyone know who to report this to?
Well well well im not the only one... ok well same story as everyone else... when the man asked me do i work, i told him yes. i am in the military, he said ok, "so you just do work for a living" come on now... anyone else would of…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_20_09_28_48-The_Mexican_puzzle_of.atom0000664000104500010450000000365611006755400023244 0ustar ucheuche Thu Oct 20 09:28:48 2005 e1105d0f-f022-434a-aaa6-b0b9253dcaaa <div xmlns="http://www.w3.org/1999/xhtml">The Mexican puzzle of </div> fern 2005-10-20T09:28:48.920000 2005-10-20T09:28:48.920000
who in the fuck would actually think that the USA will go far in the 2006 world cup? the USA has advanced alot in the world of soccer. but when it comes to playing against the top dogs, they aren't shit. if anyone has a chance from CONCACAF is Mexico. they are the only ones from CONCACAF that have beat giants like Argentina and Brazil on more occasions than the USA. it doesn't even matter becuase Mexico, USA, and Costa Rica aren't going very far in the world cup, Argentina will win the next world cup
who in the fuck would actually think that the USA will go far in the 2006 world cup? the USA has advanced alot in the world of soccer. but when it comes to playing against the top dogs, they aren't shit. if anyone has a chance from CONCACAF is Mexico.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_01_06_23_41_46-Shakespeare_in_the_Bush.atom0000664000104500010450000000256111006757736023530 0ustar ucheuche Sat Jan 6 23:41:46 2007 fc850f2f-6b5d-421d-bdd4-8e9aed592bac <div xmlns="http://www.w3.org/1999/xhtml">Shakespeare in the Bush</div> nicky panganiban 2007-01-06T23:41:46.930000 2007-01-06T23:41:46.930000
looks like laura did not quite suceed in transcending the "univeresal" meanign of Hamlet.
looks like laura did not quite suceed in transcending the "univeresal" meanign of Hamlet.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_06_09_59_39-Government_grants_scam.atom0000664000104500010450000000354511007066521023504 0ustar ucheuche Thu Jul 6 09:59:39 2006 9c861014-4848-451f-a800-2ed7f49c8237 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> kristina 2006-07-06T09:59:39.350000 2006-07-06T09:59:39.350000
Got a call today from an indian accented man who said he was from the goverment grant and entitlement center at 472 south river road, St. George Utah, 31212. Same promise of $5000 for filing my taxes. Would not give me a phone number to call him back, insisting he was calling from a secure government sattelite phone. He got angry when I would not give him my bank information. I would like to know how else to report this.
Got a call today from an indian accented man who said he was from the goverment grant and entitlement center at 472 south river road, St. George Utah, 31212. Same promise of $5000 for filing my taxes. Would not give me a phone number to call him back, insisting he…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_11_03_30_38-Quot__di__.atom0000664000104500010450000000253611006765546021026 0ustar ucheuche Sun Sep 11 03:30:38 2005 4f6e8024-a200-417f-99a6-cd8930196cbf <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Kurax 2005-09-11T03:30:38.430000 2005-09-11T03:30:38.430000
I'm a guy from Chinese, and I like this song very much as same as the TV series, they're so great!
I'm a guy from Chinese, and I like this song very much as same as the TV series, they're so great!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_23_21_15_48-Why_JSON_vs_XML_is_a_yawn.atom0000664000104500010450000000566511007054525023643 0ustar ucheuche Sat Dec 23 21:15:48 2006 1e417819-7b18-4cad-8ccb-f3b7913c6a21 <div xmlns="http://www.w3.org/1999/xhtml">Why JSON vs XML is a yawn</div> Uche http://uche.ogbuji.net 2006-12-23T21:15:48.990000 2006-12-23T21:15:48.990000
So Mike, you link to someone who links to an article that claims, without a further link,  based on a survey, that "Forty Percent of All SOA Projects Are Finished in Three Months".  This thrice-removed article is barely more than a scattered and incoherent jumble of odd quotes and other strange conclusions drawn from said survey.  Speaking of surveys, John Cowan just yesterday linked:
http://www.megginson.com/blogs/quoderat/2006/12/22/its-ok-to-wish-me-merry-christmas/#comment-19002
to this beaut:
http://itre.cis.upenn.edu/~myl/languagelog/archives/003954.html
Enough said about how rickety surveys can be as a source of evidence.  And never mind the fact that the survey focused on "SOA", which no one can even define, and can't reliably be identified with WS-Kaleidoscope--most definitions of SOA are vagaries along the lines of "the data is the interface", which could apply as much to REST as to WS-Foo.

What did I say about "it happened to my sister's boyfriend's roomate's cousin"?  Thanks for helping me REST my case (OK I'll blame the bad pun on the sip of 100 proof Root Beer liquor I just had at a Christmas get-together :-) ).
So Mike, you link to someone who links to an article that claims, without a further link, based on a survey, that "Forty Percent of All SOA Projects Are Finished in Three Months". This thrice-removed article is barely more than a scattered and incoherent jumble of odd quotes and other…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_07_11_44_46-Tip_the_cow.atom0000664000104500010450000000410511006750470021213 0ustar ucheuche Wed Dec 7 11:44:46 2005 f5f9163d-d299-424e-9d33-e19114127946 <div xmlns="http://www.w3.org/1999/xhtml">Tip the cow</div> Christopher Schmidt http://crschmidt.net/ 2005-12-07T11:44:46.350000 2005-12-07T11:44:46.350000
My Boy Scout troop yearly visited a dairy and Maple Syrup farm, and slept in the hay loft of said Barn, round about March when setting up a tent in Wisconsin would have been a bit difficult - 12 inches of snow doesn't make it so easy.

The year before I joined, a group of boys did actually tip over one of the cows there, late at night. I don't know much about the story, but I knew at least one of the kids (most of them didn't last much longer in the troop) who confirmed it for me, as well as the scout leader, who I trust.

Needless to say, the farm owner was not happy.
My Boy Scout troop yearly visited a dairy and Maple Syrup farm, and slept in the hay loft of said Barn, round about March when setting up a tent in Wisconsin would have been a bit difficult - 12 inches of snow doesn't make it so easy. The year before…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_21_16_05_38-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_21_16_05_38-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000517711007062214031653 0ustar ucheuche Wed Jun 21 16:05:38 2006 d69ed2cf-ee0e-4e5a-bb50-f394e0e07bdd <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Joe D 2006-06-21T16:05:38.150000 2006-06-21T16:05:38.150000
O'Brian is the worst thing to happen to this World Cup....

haha, can you actually believe the balboa would even think to say that david beckham and ronaldinho would play MLS?

Hey James, you act like star players don't ever go to a lesser league when their careers wind down.  THEY DO IT ALL THE TIME!!!  Schillaci went to Japan, Batistuta and Romario went to Qatar, and Donadoni and Lothar Matthaus came to MLS.  Let's also not forget that Pele, Chinaglia, and Beckenbaur all came to play for the New York Cosmos when their careers were over.

Why did they do it?  FOR MONEY!!!!!!!!!!!!!!!!!  The players that come to MLS do it for money and a better life for their family in the United States.

Beckham would be smart to come to MLS and seriously crack the American commercial market.  Think about all the commercials he would be featured in if he was playing in MLS.  You don't think that a companies like Nike and Gatorade wouldn't love to have Beckham in commercials?!
O'Brian is the worst thing to happen to this World Cup.... haha, can you actually believe the balboa would even think to say that david beckham and ronaldinho would play MLS? Hey James, you act like star players don't ever go to a lesser league when their careers wind down.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_07_06_28_20-Tip_the_cow.atom0000664000104500010450000000544011006750470021214 0ustar ucheuche Wed Dec 7 06:28:20 2005 74ff58c4-da56-4239-8291-f340a304f376 <div xmlns="http://www.w3.org/1999/xhtml">Tip the cow</div> Jim Fuller www.ruminate.co.uk 2005-12-07T06:28:20.080000 2005-12-07T06:28:20.080000
when i lived on a farm in canada (about 400 head of cattle) I never actually witnessed the practice of 'cow tipping' though I have heard stories about actual events from reliable farmer types.

working around the animals though I would like to comment that the operative term is 'tipping'...cows legs are not so strong in certain positions and combined with a muddy field and muck .. i could certainly see it easy to unbalance a cow as to fall over. Just try moving a steer into a lorry for transport they skid and slip all the time.

I believe the formal version of 'cow tipping' is to catch a cow who is sleepy on its feet and to surprise the creature by pushing him over...once again I think balance comes into play in this scenario where the creature is so startled and a little off balance where they literally fall over.

Physically pushing a cow over is another problem, ...once I was pinned against a large bull/steer and wall for about 15 minutes...nothing i did moved the creature.

to be honest I think the activity as a whole is a bit cruel and unfunny; though I thought a little real world experience in the 'cow' problem domain would help.

cheers, Jim
when i lived on a farm in canada (about 400 head of cattle) I never actually witnessed the practice of 'cow tipping' though I have heard stories about actual events from reliable farmer types. working around the animals though I would like to comment that the operative term is 'tipping'...cows…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_02_18_08_24_30-Mystery_of_Google_index_drop_solved_.atom0000664000104500010450000000245611007066111026330 0ustar ucheuche Sat Feb 18 08:24:30 2006 806708bc-47f4-4947-b267-6d9cf44320d8 <div xmlns="http://www.w3.org/1999/xhtml">Mystery of Google index drop solved?</div> uche http://uche.ogbuji.net 2006-02-18T08:24:30.220000 2006-02-18T08:24:30.220000
Sorry, Christian.  Fixed the entry.
Sorry, Christian. Fixed the entry.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_17_00_03_53-Government_grants_scam.atom0000664000104500010450000000276411007066736023471 0ustar ucheuche Thu Aug 17 00:03:53 2006 28d412e9-f748-4888-997c-95f8d175d667 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jay 2006-08-17T00:03:53.460000 2006-08-17T00:03:53.460000
808-212-0041,
This number is from skypeOut users. When I make Skype out calls this number shows up on the caller IDs of the person I'm calling sometimes.
808-212-0041, This number is from skypeOut users. When I make Skype out calls this number shows up on the caller IDs of the person I'm calling sometimes.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015100000000000011562 Lustar rootrootrepository/comments/2005_06_24_06_24_46-Fedora_and_the_repository_politics__and_exploding_inkscape_.atomrepository/comments/2005_06_24_06_24_46-Fedora_and_the_repository_politics__and_exploding_inkscape_.0000664000104500010450000000460611006762514032237 0ustar ucheuche Fri Jun 24 06:24:46 2005 7a1aa42b-23ab-4e60-860d-c5cf511a5256 <div xmlns="http://www.w3.org/1999/xhtml">Fedora and the repository politics (and exploding inkscape)</div> Andy Hird http://www.hird.net/ 2005-06-24T06:24:46.490000 2005-06-24T06:24:46.490000
I'd like to second Bills suggestion and suggest Ubuntu. I'm a long time Debian user and more recently been using Red hat, then Fedora in my workplace.

Ever since redhat 9 I've been trying my best to use apt with redhat/Fedora and its pretty apparent that the strength of Debian isn't so much apt but the stength and breadth of its packet repositories. Obviously Debians downsides are well known, including the glacial speed of stable releases (to be honest I mainly ran testing on my laptop which meant I had pretty up-to-date software).

Ubuntu has the fast and stable release cycle that Fedora has with a great core of well maintained (natively by apt) software and access to the whole Debian package repository. What more can you ask for!

Andy
I'd like to second Bills suggestion and suggest Ubuntu. I'm a long time Debian user and more recently been using Red hat, then Fedora in my workplace. Ever since redhat 9 I've been trying my best to use apt with redhat/Fedora and its pretty apparent that the strength of Debian…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_18_20_02_16-Elements_versus_attributes_in_Amara.atom0000664000104500010450000000367311006767500026174 0ustar ucheuche Mon Apr 18 20:02:16 2005 b48e2416-5500-43d1-ade4-6e00e549bb36 <div xmlns="http://www.w3.org/1999/xhtml">Elements versus attributes in Amara</div> Jamie http://archaeology.artefact.org.nz/ 2005-04-18T20:02:16.690000 2005-04-18T20:02:16.690000
Regarding the possibility of unifying access to attributes and elements, please, please no! The two are completely different things, and to combine them  is just inviting massive confusion. Admittedly, as you point out, it's unlikely that the situation will arise often, but aiee when it does - why would you want to be constantly checking the first index to see whether it's an attribute or an element?
Regarding the possibility of unifying access to attributes and elements, please, please no! The two are completely different things, and to combine them is just inviting massive confusion. Admittedly, as you point out, it's unlikely that the situation will arise often, but aiee when it does - why would you…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_02_10_22_20-Go_go_transfer_glitter.atom0000664000104500010450000000373411007057432023432 0ustar ucheuche Sat Sep 2 10:22:20 2006 21f4e152-b856-4100-92f6-687b975f4b15 <div xmlns="http://www.w3.org/1999/xhtml">Go go transfer glitter</div> Chimezie http://copia.ogbuji.net/blog 2006-09-02T10:22:20.500000 2006-09-02T10:22:20.500000
Okay, so I wasn't the only person who thought Reyes was a major whiner.

Wow, I wasn't aware Arsenal got the beast, Denilson and Galas.  That's big time transfer activity.

I never thought Real Betis was the place for Denilson, so it looks like his career is all up from here.


I didn't see Jay-Jay on the Bolton in the Wanderers lineup recently, whatever happened to him?
Okay, so I wasn't the only person who thought Reyes was a major whiner. Wow, I wasn't aware Arsenal got the beast, Denilson and Galas. That's big time transfer activity. I never thought Real Betis was the place for Denilson, so it looks like his career is all up from…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_09_17_03_19-Africa_and_business_on_Talk_of_the_Nation.atom0000664000104500010450000000523311006763636027215 0ustar ucheuche Thu Jun 9 17:03:19 2005 94bad2ef-1e67-4cf2-9bfb-1fed3d1b4779 <div xmlns="http://www.w3.org/1999/xhtml">Africa and business on Talk of the Nation</div> Kendall 2005-06-09T17:03:19.540000 2005-06-09T17:03:19.540000
I caught this on the radio the other day while sitting in my therapist's waiting room. In fact, I'd just been reading very intensive reviews of African-grown coffee beans (on the sweetmarias.com site) a few days before, wishing I had a spare $100,000 US to invest in a small, artisanal coffee growing venture somewhere like Ethiopia or Kenya...

But then I caught myself, thinking "Oh, you can't make money in Africa, because of the risk, the instability, blah blah..."

Imagine my chagrin and embarassment when I hear that quote about best return in the world. Sheesh, I'd fallen for some anti-african racist bullshit, and I tend to be very careful about that stuff. (I published an anti-racist site for a long time and did a lot of work in the philosophical analysis of racism as a kind of oppression.)

At any rate, my rambling point is that these anti-african ideologies are freakin' insidious and utterly harmful.

That being said, I still wish I had that spare $100k, as I'd like to get some of that best return in the world action! :>
I caught this on the radio the other day while sitting in my therapist's waiting room. In fact, I'd just been reading very intensive reviews of African-grown coffee beans (on the sweetmarias.com site) a few days before, wishing I had a spare $100,000 US to invest in a small, artisanal…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_30_05_41_25-The_new_MacBook_Pro.atom0000664000104500010450000000266011007054350022544 0ustar ucheuche Sat Dec 30 05:41:25 2006 37ea4e80-5d15-4827-a574-d37e2c11f1eb <div xmlns="http://www.w3.org/1999/xhtml">The new MacBook Pro</div> Aristotle Pagaltzis http://plasmasturm.org/ 2006-12-30T05:41:25.860000 2006-12-30T05:41:25.860000
Editorial note: your WigetTerm link isn’t, due to a minor markup botch. (Feel free to delete this comment.)
Editorial note: your WigetTerm link isn’t, due to a minor markup botch. (Feel free to delete this comment.)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_03_09_32_05-Happy_Birthday__Nigeria.atom0000664000104500010450000000400511006755331023444 0ustar ucheuche Mon Oct 3 09:32:05 2005 3245a75c-0b2f-4f73-9d3d-4ff2689518c5 <div xmlns="http://www.w3.org/1999/xhtml">Happy Birthday, Nigeria</div> YK http://yk28.cocolog-nifty.com/ 2005-10-03T09:32:05.730000 2005-10-03T09:32:05.730000
Ke du ka imare?:)
i just stopped by, googling for the lyric of "sweet mother" by prince nico(this is my favourite song). This song reminded me that
october 1st was the independence day!
so happy anniversary nigeria! and God bless.
am japanese but my husband is from nigeria and we live in japan.
seems like this blog is really interesting, you wrote something about hiphop right?
anyway, have a nice trip!(going back to nigeria)
Ke du ka imare?:) i just stopped by, googling for the lyric of "sweet mother" by prince nico(this is my favourite song). This song reminded me that october 1st was the independence day! so happy anniversary nigeria! and God bless. am japanese but my husband is from nigeria and we…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_05_19_14_41_35-Rewriting_Source_Content_Descriptions_as_Versa_Queries.atom0000664000104500010450000000363611006764630032017 0ustar ucheuche Thu May 19 14:41:35 2005 620463ca-fb57-49e2-971a-42ed143beb41 <div xmlns="http://www.w3.org/1999/xhtml">Rewriting Source Content Descriptions as Versa Queries</div> Damian 2005-05-19T14:41:35.470000 2005-05-19T14:41:35.470000
PS:

"Is the type of object in a statement with each class/predicate combination always the same?"

That's to work out if an 'owl:allValuesFrom' restriction applies. If things of type X always have Ys at the end of some property, then it's useful to put that in the description. Deeper queries are possible, for example.
PS: "Is the type of object in a statement with each class/predicate combination always the same?" That's to work out if an 'owl:allValuesFrom' restriction applies. If things of type X always have Ys at the end of some property, then it's useful to put that in the description. Deeper queries…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_01_06_15_37_29-Government_grants_scam.atom0000664000104500010450000000440211007067524023464 0ustar ucheuche Sat Jan 6 15:37:29 2007 2e210b1b-f143-438a-8aa3-343df8f95e91 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> David 2007-01-06T15:37:29.190000 2007-01-06T15:37:29.190000
I just go the call from a guy with a thick Indian accent.  When I kept asking the same questions, and his "Don't you want this money?" sidestep failed for the 30-40th time, he transferred me to his supervisor.  The supervisor wouldn't answer my questions either, but then asked me if I knew of a word called "trust".  I told him, "Yes, but I am not giving you any."  I managed to get a company name and address from him (no doubt phony), but he refused to give me a phone number, telling me it was a satellite call, so it was more secure.  I kept insisting on a phone number.  He finally hung up on me while I was asking his number yet again.
I'm not dumb enough to fall for the "free money" scams, but I was able to string them along for about a half an hour.  I hope the phone bill cost them plenty.
I just go the call from a guy with a thick Indian accent. When I kept asking the same questions, and his "Don't you want this money?" sidestep failed for the 30-40th time, he transferred me to his supervisor. The supervisor wouldn't answer my questions either, but then asked me…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_10_14_52_51-XML_daily_WTF__UBL_ebXML_Naming_convention.atom0000664000104500010450000000367511006760145026744 0ustar ucheuche Wed Aug 10 14:52:51 2005 998d161c-80e8-4e17-aba3-6514ed8e7c14 <div xmlns="http://www.w3.org/1999/xhtml">XML daily WTF: UBL/ebXML Naming convention</div> John Cowan http://www.ccil.org/~cowan 2005-08-10T14:52:51.720000 2005-08-10T14:52:51.720000
You guys are working on a separate point, namely the unhappiness of most binding tools with hyphens (though why that should be, I can't see: mapping foo-bar to foo_$mn_bar works fine in Java and C#).

My point was that having a visual distinction between the names of elements and attributes, when dealing with big hairy schemas for big hairy documents, is not a WTFable idea.
You guys are working on a separate point, namely the unhappiness of most binding tools with hyphens (though why that should be, I can't see: mapping foo-bar to foo_$mn_bar works fine in Java and C#). My point was that having a visual distinction between the names of elements and attributes,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_03_15_47_49-Happy_Birthday__Nigeria.atom0000664000104500010450000000521011006755331023456 0ustar ucheuche Mon Oct 3 15:47:49 2005 21871ef1-de0c-409c-8fa6-bc305a7bfb82 <div xmlns="http://www.w3.org/1999/xhtml">Happy Birthday, Nigeria</div> Uche http://copia.ogbuji.net 2005-10-03T15:47:49.710000 2005-10-03T15:47:49.710000
YK,

O di qua mma.  Gi, kwanu?  So your Igbo is good and your English is great.  Excellent.  What are your husband's impressions of Nigeria?  Has he learned the language?  Did the tonality of Igbo help in learning Japanese?  (I know that Igbo has fewer tones than most Asian languages, but I figured it might at least help with the concept of tone when learning such languages).

And yes, I write about hip-hop all the time here.

Bob,

I guess minds of some sort think alike, eh?  :-)  I mentioned Naijajams in the following entry.  I love that site, too.  You might also want tot check out "chromegat"'s Webjay play lists.  He always at least has good, thinking person's hip-hop, and sometimes he has good African stuff mixed in as well.

http://webjay.org/by/chromegat/theafricansoundsproject
http://webjay.org/by/chromegat
YK, O di qua mma. Gi, kwanu? So your Igbo is good and your English is great. Excellent. What are your husband's impressions of Nigeria? Has he learned the language? Did the tonality of Igbo help in learning Japanese? (I know that Igbo has fewer tones than most Asian languages,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_10_10_31_41-Government_grants_scam.atom0000664000104500010450000000352611007066720023447 0ustar ucheuche Thu Aug 10 10:31:41 2006 8ff98b31-2842-43f4-b87e-d6efd3e6c4c6 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jeff Jones 2006-08-10T10:31:41.050000 2006-08-10T10:31:41.050000
I have been getting similar calls.  Filed several complaints with the Do Not Call Registry and the CA State Attorney General, Mr. Bill Lockyear.  Nothing!  Isn't it great that we pay all kinds of money to our government and they do nothing to enforce the many laws being broken, like this one, every day...

The US is becoming another bananna republic!
I have been getting similar calls. Filed several complaints with the Do Not Call Registry and the CA State Attorney General, Mr. Bill Lockyear. Nothing! Isn't it great that we pay all kinds of money to our government and they do nothing to enforce the many laws being broken, like…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_12_08_09_11_27-CVS_log_since_tag_.atom0000664000104500010450000000424111006750426022421 0ustar ucheuche Thu Dec 8 09:11:27 2005 86933682-7d9e-4613-b096-56e816d9edca <div xmlns="http://www.w3.org/1999/xhtml">CVS log since tag?</div> Gary Coady http://www.lyranthe.org 2005-12-08T09:11:27.680000 2005-12-08T09:11:27.680000
I use cvsps quite a bit, it should be able to do what you want - http://www.cobite.com/cvsps/

It massages CVS log output into a more useful format. You can ask it for checkins since a particular revision with "cvsps -r TAG"
It can also give checkins on a particular branch with "cvsps -r TAG -b BRANCH" (where TAG is the tag you made at the branching point). Very handy for seeing if you took all changes from a maintenance branch into HEAD.

CVS is a pain to work with, but this program makes things a bit nicer.

Gary.
I use cvsps quite a bit, it should be able to do what you want - http://www.cobite.com/cvsps/ It massages CVS log output into a more useful format. You can ask it for checkins since a particular revision with "cvsps -r TAG" It can also give checkins on a particular branch…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_10_10_29_33-Uche.atom0000664000104500010450000000251711006760171017634 0ustar ucheuche Wed Aug 10 10:29:33 2005 7256e9cd-175a-4e48-a70a-420e1b55869e <div xmlns="http://www.w3.org/1999/xhtml">Uche</div> Trackback from Blog https://zope1.tomster.org/tomster/site/blog/archive/2005/08/10/uche 2005-08-10T10:29:33.560000 2005-08-10T10:29:33.560000
From the Quote-of-the-Day-Department
From the Quote-of-the-Day-Department…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_25_08_40_06-Government_grants_scam.atom0000664000104500010450000000266611007066641023472 0ustar ucheuche Tue Jul 25 08:40:06 2006 07e99fed-0238-40d8-8c87-8139d54d7a6e <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Jon 2006-07-25T08:40:06.810000 2006-07-25T08:40:06.810000
Have recieved two calls so far but have not answered the phone.  How they get the cell # is sad as my parents don't even have the #
Have recieved two calls so far but have not answered the phone. How they get the cell # is sad as my parents don't even have the #…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_10_16_39_41-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000426211006751652031326 0ustar ucheuche Mon Jul 10 16:39:41 2006 9cd5e73f-78de-4121-adff-8b02448968ae <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Seal_G 2006-07-10T16:39:41.340000 2006-07-10T16:39:41.340000
I am glad to know that an American style university system is here in our country. This is not about British system or the American System. It’s about the staff that actually runs the system to make it work. In Ghana the British system works, and do you know why, because the staffs are all dedicated and enjoy what they are doing against some of us here in Nigeria.

So with ABTI in Nigeria I applaud the presence here for a change in the Nigerian educational goals and I hope they maintain the same dedication of staffs like I experienced in my school in Philadelphia.

End of my soap dish.
Thanks
I am glad to know that an American style university system is here in our country. This is not about British system or the American System. It’s about the staff that actually runs the system to make it work. In Ghana the British system works, and do you know why,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_01_04_05_40_47-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000322711007070261026241 0ustar ucheuche Thu Jan 4 05:40:47 2007 485cc3bb-896c-412f-b8c6-ad559c3363ef <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> james 2007-01-04T05:40:47.680000 2007-01-04T05:40:47.680000
thanks! this was a great help to me!!!!
i had to 'sudo passwd root' and move the comment at the end of the line in the xinetd.d/swat conf file as other commenters noted and then it worked fine!

Cheers!
thanks! this was a great help to me!!!! i had to 'sudo passwd root' and move the comment at the end of the line in the xinetd.d/swat conf file as other commenters noted and then it worked fine! Cheers!…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_15_19_42_34-Government_grants_scam.atom0000664000104500010450000000337111007067066023474 0ustar ucheuche Fri Sep 15 19:42:34 2006 99b19321-1e91-48e7-a280-3cbb5e2f8b2e <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Nick 2006-09-15T19:42:34.650000 2006-09-15T19:42:34.650000
LMFAO! i just got the same call , though they changed the address it was a thick indian accent. i just didnt have to give it to terrorists or buy drugs. i asked for there supervisor they agreed and sence i was on here lookin at it i was telling him i was. he called me stupid for being on the internet and not knowing its real. lmfao retard
LMFAO! i just got the same call , though they changed the address it was a thick indian accent. i just didnt have to give it to terrorists or buy drugs. i asked for there supervisor they agreed and sence i was on here lookin at it i was telling…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_06_17_14_34-worst_abuses_of_XML_markup.atom0000664000104500010450000000315711006762241024262 0ustar ucheuche Wed Jul 6 17:14:34 2005 c0e1325b-35c8-49a0-9b68-ee93fd198684 <div xmlns="http://www.w3.org/1999/xhtml">worst abuses of XML markup</div> Trackback from Tech Observer http://kennethhunt.com/archives/001477.html 2005-07-06T17:14:34.420000 2005-07-06T17:14:34.420000
Copia oh boy! OPML might possibly be the best example of the worst abuses of XML markup. It's really hard to fully express how horrible OPML is, and there is no way in...
Copia oh boy! OPML might possibly be the best example of the worst abuses of XML markup. It's really hard to fully express how horrible OPML is, and there is no way in...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_02_14_57_34-Government_grants_scam.atom0000664000104500010450000000364311007067153023460 0ustar ucheuche Mon Oct 2 14:57:34 2006 1b8f63b6-4e71-4320-9708-7f6737190ff4 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Fleshia 2006-10-02T14:57:34.670000 2006-10-02T14:57:34.670000
I got a phone call from Peggy from Hampton Resources (866-591-6162) She wanted

Name
Number
Acct Number
$349 dollars to process the grant
grant name 601 financial Aid
he said she would get me $5000 dollars or more
She called me at least 5 times
Thank all of you for your help I almost got scamed.  Thank All of you!!!!!!!!
I got a phone call from Peggy from Hampton Resources (866-591-6162) She wanted Name Number Acct Number $349 dollars to process the grant grant name 601 financial Aid he said she would get me $5000 dollars or more She called me at least 5 times Thank all of you for…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_07_10_18_38_37-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_07_10_18_38_37-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000536311007062225031660 0ustar ucheuche Mon Jul 10 18:38:37 2006 5e030e4d-0f78-4819-bbea-70621e332a9a <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> smc 2006-07-10T18:38:37.300000 2006-07-10T18:38:37.300000
I'm happy to find this blog; just to vent the frustration with the poorest exibition of game calling I've ever heard.  Something has to be done about these ABC/ESPN announcers.  Any ideas? 

I'm watching a replay of the final and these guys are worse than they the were when it was live.  If I here about Thierry Henry running into "his man" one more time...  This is pathetic. 

Others in this blog have described the problem pretty well, so there's not need to repeat, but the arrogance of these people to think they're qualified to call a soccer game when they don't even know the terminology of the game, let alone tactics and strategy. 

And, really, who cares what John Mckay has to say?  Do they really think this inane philosophical crap enhances anything?  Or perhaps they think it compensates for their ignorance of the game.  And then there's this moronic obsession with meaningless statistics. 

Oh, and keep those damn information blocks off the screen.

It may be time for a soccer network; dedicated to quality.  Any venture capitalists out there?
I'm happy to find this blog; just to vent the frustration with the poorest exibition of game calling I've ever heard. Something has to be done about these ABC/ESPN announcers. Any ideas? I'm watching a replay of the final and these guys are worse than they the were when it…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_19_16_40_24-The_madness_of_Samba_setup_on_Ubuntu.atom0000664000104500010450000000347411007070260026246 0ustar ucheuche Thu Oct 19 16:40:24 2006 24e86bc6-a76f-4044-a4f3-c318a0b3bb10 <div xmlns="http://www.w3.org/1999/xhtml">The madness of Samba setup on Ubuntu</div> Ballamber 2006-10-19T16:40:24.610000 2006-10-19T16:40:24.610000
BertusBakfiets, and all the others contributing thanks for the info. Up and running with Samba and Swat. Hoping that the worst is over.

BTW, how do I restrict the availability of the Swat config screens? I want it to be available only from the local network.

Thanks again.
BertusBakfiets, and all the others contributing thanks for the info. Up and running with Samba and Swat. Hoping that the worst is over. BTW, how do I restrict the availability of the Swat config screens? I want it to be available only from the local network. Thanks again.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_03_18_17_00-Government_grants_scam.atom0000664000104500010450000000370511007066511023454 0ustar ucheuche Mon Jul 3 18:17:00 2006 ec7c9342-50af-4555-847f-67ba42b79c54 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> TP Ragsdale 2006-07-03T18:17:00.680000 2006-07-03T18:17:00.680000
I received a call like this today- and I was not told of any up front fees- Crazy me fell for it- I have recently contacted the Attorney General's office here in my state ans they are helping me in theis matter. I had to close all of my accounts- B/C I fell for it. I hope that anyone who gets this call be aware that they are a scam and they will try and keep you on the phone to get all thie information that they can on you. Hope this helps anyone else. If you have fell victim like me make sure you CANCEL all accounts immediatley.
I received a call like this today- and I was not told of any up front fees- Crazy me fell for it- I have recently contacted the Attorney General's office here in my state ans they are helping me in theis matter. I had to close all of my accounts-…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_22_14_22_59-Government_grants_scam.atom0000664000104500010450000000354311007066632023467 0ustar ucheuche Sat Jul 22 14:22:59 2006 16146133-93b8-4a7e-b8c0-f76e2f98467d <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Joe 2006-07-22T14:22:59.860000 2006-07-22T14:22:59.860000
I received a call this morning from (808) 212-0041. when i hung up on him he started calling me back every few mins. I called the (808) 212-0041 number and get a message thats its disconnected. Now he is crank calling my cell from that number - 5 times in 2 hours so far. Im glad I was able to google (808) 212-0041 and find this page. helps know what its about.
to bad there is no way to find this scum to handle it.
I received a call this morning from (808) 212-0041. when i hung up on him he started calling me back every few mins. I called the (808) 212-0041 number and get a message thats its disconnected. Now he is crank calling my cell from that number - 5 times in…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_18_14_11_18-Government_grants_scam.atom0000664000104500010450000000341711007066600023460 0ustar ucheuche Tue Jul 18 14:11:18 2006 07743d55-bf19-4b1a-b6aa-5d8d1455c577 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Conor 2006-07-18T14:11:18.590000 2006-07-18T14:11:18.590000
Wow, this is strange.  I've been getting calls about once a week or so at work from 808-212-0041.  I answered it once and no answer.  So ever since then, I've let it ring.  They have never left a voicemail, so I don't know what the deal is.  The caller ID on it says something like Kowalski.  Weird that alot of people have had a similar experience.
Wow, this is strange. I've been getting calls about once a week or so at work from 808-212-0041. I answered it once and no answer. So ever since then, I've let it ring. They have never left a voicemail, so I don't know what the deal is. The caller ID…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_13_23_08_44-Push_vs_pull_XSLT.atom0000664000104500010450000000420511006763617022315 0ustar ucheuche Mon Jun 13 23:08:44 2005 b10330a5-6b05-4734-9e15-ee8effea1d37 <div xmlns="http://www.w3.org/1999/xhtml">Push vs pull XSLT</div> Uche http://uche.ogbuji.net 2005-06-13T23:08:44.150000 2005-06-13T23:08:44.150000
Aristotle, sorry about the formatting of your message.  Let me know if you want me to tweak it for you.

I don't really like the "push" and "pull" terminology, but I think the difference in style is pretty clear (I think it's becomes clearer the more XSLT you deal with).  Probably everyone would describe the distinction differently, as you've proved with your (IMO unique) attempt.

I think that pull does often look more like the result for simple cases, but it's hard to maintain this similitude in more complex cases.

Overall, I'd say you have the right idea on the distinction.
Aristotle, sorry about the formatting of your message. Let me know if you want me to tweak it for you. I don't really like the "push" and "pull" terminology, but I think the difference in style is pretty clear (I think it's becomes clearer the more XSLT you deal with).…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_27_18_54_34-Government_grants_scam.atom0000664000104500010450000000524611007067401023466 0ustar ucheuche Mon Nov 27 18:54:34 2006 21572807-bb07-4bdd-a76c-c4b0c5071620 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Chris 2006-11-27T18:54:34.400000 2006-11-27T18:54:34.400000
I have also received a call on more than one occasion from 1-322-401-0987 regarding supposed Goverment Grant money that I've won. I had recently been subject to a fraudulent loan scam this past year and wouldn't give any of my banking information out to either of the people that tried calling. I let them know that if I had indeed been picked for something like a grant, that surely our government would understand the uneasiness of that information leaking out and I'd be more than happy to wait for a check at my home. Then I hung up. I would also like to take this opportunity to warn people of the loan company that I was taken advantage by. Their name was A-World Financial. They were supposedly based out of Orlando Florida and called me in regards to loan info that I had filled out online. They will ask you to send them certain funds to get things started and to pay them for their services and have quite convincing paperwork to back things up (good enough to fool a couple lawyers). They will then keep asking for more and more money for miscellanious things and you will never get a dime from them. They have since disappeared off the map, but I am guessing that they will resurface under a different name. Good luck everyone.
I have also received a call on more than one occasion from 1-322-401-0987 regarding supposed Goverment Grant money that I've won. I had recently been subject to a fraudulent loan scam this past year and wouldn't give any of my banking information out to either of the people that tried…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_27_18_42_23-Copia.atom0000664000104500010450000000253611006763441020016 0ustar ucheuche Thu Apr 27 18:42:23 2006 4d4ba58b-94cb-4974-8e8c-72a7ff458325 <div xmlns="http://www.w3.org/1999/xhtml">Copia</div> Trackback from Smarking http://smarking.com/stats/d796a1cf2f978fee59e1610eecf7ae9a 2006-04-27T18:42:23.880000 2006-04-27T18:42:23.880000
Someone at Smarking has bookmarked your post.
Someone at Smarking has bookmarked your post.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_01_14_30_56-FuXi_-_Versa___N3___Rete_Expert_System.atom0000664000104500010450000000515211006764406026207 0ustar ucheuche Wed Jun 1 14:30:56 2005 1c705071-d342-46a1-8692-f24accfe04f4 <div xmlns="http://www.w3.org/1999/xhtml">FuXi - Versa / N3 / Rete Expert System</div> Yarden Katz http://www.mindswap.org/~katz 2005-06-01T14:30:56.660000 2005-06-01T14:30:56.660000
Hey,

  I second Kendall's enthusiasm -- it's great that you're using Pychinko! I am looking forward to looking more deeply into your usage of it. 

Just a quick comment: technically, as a package Pychinko does depend on the CWM modules listed; the dependency is due to the fact Pychinko is capable of processing some of the builtins in those modules, and there is no sense in duplicating CWM's code, so the modules are required.  There are also several test cases that check whether CWM and Pychinko get the same results.  We figured there wouldn't be many people who use Pychinko (or would like to) and are opposed to installing (or haven't already installed) CWM.

This being said, conceptually the parts are separate.  If you do not want to use CWM builtins,  you can still use Pychinko; it's software engineering slacking on our part that the package is not more modular.  But now that somebody is using this, we have motivation to change it!

  --Yarden
Hey, I second Kendall's enthusiasm -- it's great that you're using Pychinko! I am looking forward to looking more deeply into your usage of it. Just a quick comment: technically, as a package Pychinko does depend on the CWM modules listed; the dependency is due to the fact Pychinko is…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_28_03_29_33-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000275411006751666031340 0ustar ucheuche Thu Dec 28 03:29:33 2006 38bb68da-e14b-4162-aa73-d2a639297030 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> ekene 2006-12-28T03:29:33.050000 2006-12-28T03:29:33.050000
i like to knw how i will get into the school cos i really like the school just want to know how to get the appliaction form.
i like to knw how i will get into the school cos i really like the school just want to know how to get the appliaction form.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_21_09_15_04-Government_grants_scam.atom0000664000104500010450000000402011007066762023456 0ustar ucheuche Mon Aug 21 09:15:04 2006 544d9ab2-a890-474a-b01d-e96ac5de9d60 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Cara 2006-08-21T09:15:04.360000 2006-08-21T09:15:04.360000
I have just started receiving calls from (808)212-0041 today via my cell phone.  Because I didn't recognize the number, I let it go through to voice mail the first time.  It indicated a message  had been left for me in voicemail, but when I checked it, there was nothing on there.

Ditto for when they called a second time, and I answered to hear nothing.  I figured I'd google the phone number, as I didn't know why they'd be calling me.  I'm glad I found this, and will ignore the phone calls from now on.

Thanks!
I have just started receiving calls from (808)212-0041 today via my cell phone. Because I didn't recognize the number, I let it go through to voice mail the first time. It indicated a message had been left for me in voicemail, but when I checked it, there was nothing on…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015100000000000011562 Lustar rootrootrepository/comments/2005_06_27_07_13_24-Fedora_and_the_repository_politics__and_exploding_inkscape_.atomrepository/comments/2005_06_27_07_13_24-Fedora_and_the_repository_politics__and_exploding_inkscape_.0000664000104500010450000000601411006762514032230 0ustar ucheuche Mon Jun 27 07:13:24 2005 152328d3-8130-46ff-ab89-e36996b27e6a <div xmlns="http://www.w3.org/1999/xhtml">Fedora and the repository politics (and exploding inkscape)</div> Uche http://uche.ogbuji.net 2005-06-27T07:13:24.940000 2005-06-27T07:13:24.940000
Chime,

Sorry, forgot to answer this.  Yes, I think Fedora Extras and Dag have Inkscape for FC3/i386 (it comes on the disk with FC4).  You're talking about your AMD 64 box, right?  That might be the thing.  I checked Fedora Tracker:

http://www.fedoratracker.org/tracker.py

(click on "Packages", then enter "inkscape" for Name, set Arch to 64 AMD, distro to FC3 and uncheck Omit unstable repositories).  I got a hit in Fedora Extras. Also when I tried RPM search

http://rpm.pbone.net/

I find one in Fedora Extras for FC3/AMD64:

http://download.fedora.redhat.com/pub/fedora/linux/extras/3/x86_64/

And one for FC4/AMD64:

http://download.fedora.redhat.com/pub/fedora/linux/extras/4/x86_64/

Note: Fedora Tracker defaults to FC4 now, but seems to have added hardly any packaged from that version.
Chime, Sorry, forgot to answer this. Yes, I think Fedora Extras and Dag have Inkscape for FC3/i386 (it comes on the disk with FC4). You're talking about your AMD 64 box, right? That might be the thing. I checked Fedora Tracker: http://www.fedoratracker.org/tracker.py (click on "Packages", then enter "inkscape" for Name,…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_24_11_22_16-Copia_housecleaning.atom0000664000104500010450000000370211006751221022672 0ustar ucheuche Thu Nov 24 11:22:16 2005 8a850802-c8c9-4c97-9b63-ca556a445e37 <div xmlns="http://www.w3.org/1999/xhtml">Copia housecleaning</div> Tom Passin 2005-11-24T11:22:16.400000 2005-11-24T11:22:16.400000
Uche, I was the one who reported the iso-8859-1 encoding issue.  Funny, here at home the browser is correctly seeing utf-8 in the header.  I'm using Firefox 1.0.7 on Win2000 SP4 both here and at work, where I get the problem.  But at work, the browser doesn't see utf-8, here it does.  Odd.

I did notice that the accept encoding header here at home does say 8859-1 or utf-8.  At work IIRC (and I better check tomorrow), it only says 8859-1.  Maybe that's the difference.
Uche, I was the one who reported the iso-8859-1 encoding issue. Funny, here at home the browser is correctly seeing utf-8 in the header. I'm using Firefox 1.0.7 on Win2000 SP4 both here and at work, where I get the problem. But at work, the browser doesn't see utf-8, here…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_25_12_51_25-Government_grants_scam.atom0000664000104500010450000000455411007066644023471 0ustar ucheuche Tue Jul 25 12:51:25 2006 9524fad4-fa3e-472b-9736-844d0c9b8cea <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Melissa and Effie 2006-07-25T12:51:25.300000 2006-07-25T12:51:25.300000
We too were scammed by this company. They called us stating that we were eligible for a $5000 grant and that we would be receiving paperwork in the mail that would be sent out in 2 days. Once the forms were filled out and the payment was received then we would receive the money directly deposited into our checking account. However he already had our information on the account and a few days later we were charged $249.95 and then had to argue with the bank that this was a scam and that he was not authorized to debit this amount. The bank told us that we were lying about the charges and that they would have to contact their fraud department to get it taken care of and that it would be up to them to refund the money. Just filled out the form and we will wait to see if this works. The people that I spoke with were strongly accented. Became disconnected and then they called back. Stupid us we fell for it. Don't be as stupid as we were.
We too were scammed by this company. They called us stating that we were eligible for a $5000 grant and that we would be receiving paperwork in the mail that would be sent out in 2 days. Once the forms were filled out and the payment was received then we…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_12_09_45_02-Moving_to_MetaWebLog_API.atom0000664000104500010450000000340211006770165023446 0ustar ucheuche Tue Apr 12 09:45:02 2005 844189d0-7d0b-4f9e-9a06-cc6740941eab <div xmlns="http://www.w3.org/1999/xhtml">Moving to MetaWebLog API</div> Eric http://egaumer.pagecache.org 2005-04-12T09:45:02.360000 2005-04-12T09:45:02.360000
Uche, do you have the autoping.py script working? The BloGTK hack is just to get the client to trigger autoping.py. I did you a few minor hacks in xmlrpc_metaweblog.py because of import issues on the autoping module. I'll try to post a more in depth explanation when I get a chance.
Uche, do you have the autoping.py script working? The BloGTK hack is just to get the client to trigger autoping.py. I did you a few minor hacks in xmlrpc_metaweblog.py because of import issues on the autoping module. I'll try to post a more in depth explanation when I get a…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_03_18_35_51-Quot__di__.atom0000664000104500010450000000434511006761553021025 0ustar ucheuche Sun Jul 3 18:35:51 2005 07bdec9d-fe37-430e-8d88-e05204a11ccd <div xmlns="http://www.w3.org/1999/xhtml">Quotīdiē</div> Ella http://cherriescabaret.com/wordpress/ 2005-07-03T18:35:51.550000 2005-07-03T18:35:51.550000
A while back you commented on Mark Liberman's post on contemporary urban slang, and you were wondering why there wasn't more discussion of this online.  Well I realised you were right, and I tried to make a start on remedying that situation the other day.  If you have any comments for me I'd be thrilled.  There's another post here.
A while back you commented on Mark Liberman's post on contemporary urban slang, and you were wondering why there wasn't more discussion of this online. Well I realised you were right, and I tried to make a start on remedying that situation the other day. If you have any comments…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_22_16_09_14-The_Mexican_puzzle_of.atom0000664000104500010450000000620411006755400023232 0ustar ucheuche Thu Jun 22 16:09:14 2006 8f0d3638-c009-44b9-91c8-2abebef7301b <div xmlns="http://www.w3.org/1999/xhtml">The Mexican puzzle of </div> maritza reneau 2006-06-22T16:09:14.180000 2006-06-22T16:09:14.180000
When I heard that usa and mexico were 4th and 5th ranking I was totally taken aback. As the games are being played I confirmated that whoever concocted this idiocy was absolutely wrong. I actually feel a little sorry (not much though) for the americans, specially in the games against Italy and Ghana, the referees weren't 100% fair to them, that said, americans still have a very naive game, Arena doesn't have the character or knowledge of a high class football trainer, he even looked listless and unaffected, is time for the good of this team that he goes, wherever. And for some of the players to shut up, learn, take a humility (humilliation) pill and play. Mexico, on the other hand shows more game. I think Lavolpe (the fox)is a good trainer, but he messed up when he left Cuauhtemoc out. He is paying for it. If Mexico doesn't perform in the next round, he'll be singing "Volver, con la frente marchita" in his "Mis buenos Aires querido". Enough of Ricardo, I actually like the man. I don't have many hopes for Mexico, specially now that they will face the future champs "Argentina", but I have to mention Kikin Fonseca and Osvaldo Sanchez, rising above their personal loses with finesse and bravado. And what can I say about Omarcito Bravo, that kid's got game. He is talented, humble, young and cute. I hope he takes advantage of all of these factors. (they don't last long) Well friends and admirers of the "Jogo Bonito", I hope I didn't bore you, but I just love football, fussball, futbol, soccer, calcio, or whatever you call it. As for me I will watch the rest of the World Cup and root for the fair Argentinians, the tacticians of Germany and the rhythmyc brasilians. Peace and love.
When I heard that usa and mexico were 4th and 5th ranking I was totally taken aback. As the games are being played I confirmated that whoever concocted this idiocy was absolutely wrong. I actually feel a little sorry (not much though) for the americans, specially in the games against…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_25_15_30_20-Aw_naw__hell_naw_they_didn_t.atom0000664000104500010450000000456011006767124024546 0ustar ucheuche Mon Apr 25 15:30:20 2005 c3b25ca3-7bf3-4fdf-9d5b-14098543ea07 <div xmlns="http://www.w3.org/1999/xhtml">Aw naw, hell naw they didn't</div> Uche http://uche.ogbuji.net 2005-04-25T15:30:20.440000 2005-04-25T15:30:20.440000
EPL junkie here.  I catch most of the games and all the preview/review shows out here in Colorado.  The Delia Smith episode was hilarious.  Sorry to say I don't have any parochial reason to prove my true brit soccer stripes and support some odd Twickenham or Crewe: I'm an Arsenal fan.  They're just the most fun team to watch (well, Barcelona comes pretty darned close).  Good luck avoiding the drop.  This is one of those years where I really wish there was no relegation.  Norwich, Crystal Palace and lately WBA play with such heart that I think they all deserve better than their likely relegation.

Anyways, about Benedict16, I still think a 2-year old swipe at HP is not quite enough to flip the Vader bit.  Maybe someone should ask him again to see whether he's mellowed.  Or, ah, maybe they shouldn't.  Let him chart his own legacy and all that.
EPL junkie here. I catch most of the games and all the preview/review shows out here in Colorado. The Delia Smith episode was hilarious. Sorry to say I don't have any parochial reason to prove my true brit soccer stripes and support some odd Twickenham or Crewe: I'm an Arsenal…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_06_04_05_43_23-Ghough_and_other_wacky_woids.atom0000664000104500010450000000266211006764171024624 0ustar ucheuche Sat Jun 4 05:43:23 2005 1e5a3264-60e1-44d6-b057-a2a74fd05de5 <div xmlns="http://www.w3.org/1999/xhtml">Ghough and other wacky woids</div> Uche http://uche.ogbuji.net 2005-06-04T05:43:23.080000 2005-06-04T05:43:23.080000
I never said initial gh is ever pronounced "gh" in the actual language.  You never heard of the "ghoti" joke?
I never said initial gh is ever pronounced "gh" in the actual language. You never heard of the "ghoti" joke?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_16_16_02_42-Service_Modeling_Language.atom0000664000104500010450000000367011007060316023771 0ustar ucheuche Wed Aug 16 16:02:42 2006 27c3ee94-4ed7-4168-8e26-e383de505193 <div xmlns="http://www.w3.org/1999/xhtml">Service Modeling Language</div> Pratul http://blogs.technet.com/pratul/ 2006-08-16T16:02:42.560000 2006-08-16T16:02:42.560000
The SML WG welcomes feedback on the SML specification from Uche and the readers of this blog. The SML Feedback workshop will be held in Mountain View, CA, USA on September 12,2006, so that community members can present their feedback to the SML WG.

A feedback agreement must be signed before submitting feedback. Please visit http://serviceml.org/ for details.
The SML WG welcomes feedback on the SML specification from Uche and the readers of this blog. The SML Feedback workshop will be held in Mountain View, CA, USA on September 12,2006, so that community members can present their feedback to the SML WG. A feedback agreement must be signed…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_14_20_51_15-Government_grants_scam.atom0000664000104500010450000000350311007066563023456 0ustar ucheuche Fri Jul 14 20:51:15 2006 c406c7da-b002-4b3c-9757-b96e5a499257 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> freeway 2006-07-14T20:51:15.180000 2006-07-14T20:51:15.180000
same call, same indian accent, same rush, same government grant/tax payer/$5000.00 crap. So i entertained him long enough to google it, and here i am... he is now continually calling back, 5 times so far. only in my case... he read my routing # and account # to me...after i had refused to tell him. THAT is friggin scary. Whats to stop him even if i didnt give him my info?
same call, same indian accent, same rush, same government grant/tax payer/$5000.00 crap. So i entertained him long enough to google it, and here i am... he is now continually calling back, 5 times so far. only in my case... he read my routing # and account # to me...after i…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_13_12_11_24-Government_grants_scam.atom0000664000104500010450000000365711007066553023463 0ustar ucheuche Thu Jul 13 12:11:24 2006 af471881-3d4f-4be1-b5ec-af4243e85b33 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> michelle 2006-07-13T12:11:24.750000 2006-07-13T12:11:24.750000
i get at least 2 calls from the (808)212-0041 number for about 2 weeks now. everytime i pick up, they hang up. i dont understand what the purpose of that would be? i got nervous b/c i do order a lot of stuff off of ebay and stuff like that and i hope it has nothing to do with that b/c they have all my credit cards and account info. its so anoying im really about to call the police and file a police report. i already called verison and they told me there was nothing much they could do other then change my phone number.
i get at least 2 calls from the (808)212-0041 number for about 2 weeks now. everytime i pick up, they hang up. i dont understand what the purpose of that would be? i got nervous b/c i do order a lot of stuff off of ebay and stuff like that…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_15_14_19_19-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_15_14_19_19-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000344011007062210031643 0ustar ucheuche Thu Jun 15 14:19:19 2006 0220c999-2ccf-4597-90ad-6a1f32ceeb7d <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> Steve 2006-06-15T14:19:19.650000 2006-06-15T14:19:19.650000
Again, the petition to ESPN to replace O'Brien (and in general use real soccer (football) announcers of quality, even if from other networks or England.

http://www.petitionspot.com/petitions/World_Cup_Announcers
Again, the petition to ESPN to replace O'Brien (and in general use real soccer (football) announcers of quality, even if from other networks or England. http://www.petitionspot.com/petitions/World_Cup_Announcers…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_19_14_01_54-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000251311006751652031323 0ustar ucheuche Wed Jul 19 14:01:54 2006 4e206007-9c67-47c4-bace-ff2c4fc24ecb <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> KHALID 2006-07-19T14:01:54.910000 2006-07-19T14:01:54.910000
I WANT TO STUDY IN AAUN,BUT IDONT THE WAYS.
I WANT TO STUDY IN AAUN,BUT IDONT THE WAYS.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_04_19_08_43_31-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000433211006751644031326 0ustar ucheuche Wed Apr 19 08:43:31 2006 a1d5a179-8e6d-4483-903c-f79a96302105 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Uche http://uche.ogbuji.net 2006-04-19T08:43:31.120000 2006-04-19T08:43:31.120000
Chukma,

I'm not sure I know why you make the research/teaching distinction the way you do.  Academic background is important in both.  That having been said, I don't think that a "modest" CV means the bearer would be a mediocre teacher or researcher.  I think we can all agree it's a matter of waiting to see the accomplishments of AAUN, while of course wishing the best for them.

I do want to mention that I've seen the phenomenon of people from outlandish backgrounds taking over US Universities, and that though it can sometimes bring a breath of fresh air, the results are often quite bad for academic excellence.
Chukma, I'm not sure I know why you make the research/teaching distinction the way you do. Academic background is important in both. That having been said, I don't think that a "modest" CV means the bearer would be a mediocre teacher or researcher. I think we can all agree it's…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_27_16_49_59-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000456511006751660031347 0ustar ucheuche Fri Oct 27 16:49:59 2006 56e03f16-2f50-4fc4-be04-515aaf1bf0e1 <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> Edokpayi Destiny Osasogie 2006-10-27T16:49:59.980000 2006-10-27T16:49:59.980000
AAUN is a school that brings your academy dreams to Fulfillment.There is a wild rang of learning and the student have every right to stride out  to the lecturer for any question without discomfiture. first and foremost, where is it in Nigeria University that a student will bondly walked into the lecturers office without the lecturer consent at first instant?. Here in AAUN life is just too confortuble for the student.There is no fear of cultism like most of Nigeria University where cultism are the order of the day.Also being an AAUN student, there is this fact that, not just being a student but a "world class" student. I am not saying this because am a student of the school but the fact. There is an anxiom that say "seeing is believing" there is no need to start dubting just come and see for your self. With AAUN life is beautiful.
AAUN is a school that brings your academy dreams to Fulfillment.There is a wild rang of learning and the student have every right to stride out to the lecturer for any question without discomfiture. first and foremost, where is it in Nigeria University that a student will bondly walked into…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
././@LongLink0000000000000000000000000000015000000000000011561 Lustar rootrootrepository/comments/2006_06_12_18_48_50-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.atomrepository/comments/2006_06_12_18_48_50-Misery__ABC_ESPN_World_Cup_announcers__very_minor_spoiler_.a0000664000104500010450000000403411007062205031645 0ustar ucheuche Mon Jun 12 18:48:50 2006 8117f7ed-2b00-4d91-964a-5c84ee409324 <div xmlns="http://www.w3.org/1999/xhtml">Misery: ABC/ESPN World Cup announcers (very minor spoiler)</div> J Hardy 2006-06-12T18:48:50.510000 2006-06-12T18:48:50.510000
Somebody save us from Balboa.
This moron offers a barrage of irrelevant commentary that bears no relation to the game in front of your eyes. Sometimes no relation even to the game being played. ABC coverage of the World Cup is downright painful.. big black info boxes obscuring half the screenplay don't help either.
Don't ABC understand how they antagonise the viwer? Like someone else here I end up watching the Spanish Cover. Much more informative, and I don't speak Spanish.
Somebody save us from Balboa. This moron offers a barrage of irrelevant commentary that bears no relation to the game in front of your eyes. Sometimes no relation even to the game being played. ABC coverage of the World Cup is downright painful.. big black info boxes obscuring half the…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_03_14_45_49-Amara_API_quick_reference__and_Windows_packages.atom0000664000104500010450000000260111006753014030222 0ustar ucheuche Thu Nov 3 14:45:49 2005 b6407432-eaaa-42f2-b22e-ca9c4650067b <div xmlns="http://www.w3.org/1999/xhtml">Amara API quick reference, and Windows packages</div> Luis Miguel Morillas 2005-11-03T14:45:49.610000 2005-11-03T14:45:49.610000
Cool, uche. I'm working on a improved structure for Amara's manual too.
Cool, uche. I'm working on a improved structure for Amara's manual too.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_18_07_26_48-Quick_grab_of_XHTML_metadata.atom0000664000104500010450000000235411007056270024330 0ustar ucheuche Wed Oct 18 07:26:48 2006 7e7bddc3-1e81-453e-8d42-23a497e76e74 <div xmlns="http://www.w3.org/1999/xhtml">Quick grab of XHTML metadata</div> Sylvain 2006-10-18T07:26:48.150000 2006-10-18T07:26:48.150000
ain't amara brilliant?
ain't amara brilliant?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_10_05_19_18_03-Happy_Serenity_Day.atom0000664000104500010450000000340711006755353022516 0ustar ucheuche Wed Oct 5 19:18:03 2005 7b3efd02-e629-4784-9987-491ab58bf1aa <div xmlns="http://www.w3.org/1999/xhtml">Happy Serenity Day</div> max khesin pythonzweb.blogspot.com 2005-10-05T19:18:03.470000 2005-10-05T19:18:03.470000
Hey Uche,
I shared the late-but-not too late experience with you, but I would also very highly reccommend the new Battlestar Galactica. Start from the miniseries, and onwards. I think it is as good as Firefly (I wouldn't say if it's better or worse - they are different genres)
Hey Uche, I shared the late-but-not too late experience with you, but I would also very highly reccommend the new Battlestar Galactica. Start from the miniseries, and onwards. I think it is as good as Firefly (I wouldn't say if it's better or worse - they are different genres)…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_05_14_59_21-Government_grants_scam.atom0000664000104500010450000000316511007067026023467 0ustar ucheuche Tue Sep 5 14:59:21 2006 e16a188f-6e8b-4fd1-905f-68aec2c4ebac <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Abhishek Baheti www.marist.edu 2006-09-05T14:59:21.910000 2006-09-05T14:59:21.910000
I have been troubled by this someone calling form 800 061 3615 or they call using withheld id. In the middle of the night sometimes. No one talks , just wastes my minutes on cell phone , anyone with similar exp?
I have been troubled by this someone calling form 800 061 3615 or they call using withheld id. In the middle of the night sometimes. No one talks , just wastes my minutes on cell phone , anyone with similar exp?…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_29_13_39_27-The_new_MacBook_Pro.atom0000664000104500010450000000406311007054350022563 0ustar ucheuche Fri Dec 29 13:39:27 2006 25b412f0-2730-4317-b1da-bb803b3c2aa8 <div xmlns="http://www.w3.org/1999/xhtml">The new MacBook Pro</div> Toby White http://www.uszla.me.uk 2006-12-29T13:39:27.290000 2006-12-29T13:39:27.290000
I share your annoyance with Virtue Desktops - can I recommend replacing it with Desktop Manager (http://desktopmanager.berlios.de) (out of which the Virtue Desktops codebase came anyway) It hasn't been updated recently, but it does give you proper virtual desktops with per-window rather than per-app settings.

Also, I used iTerm for a while & found it unbearably slow. Try Terminator, which also has tabs, and proper Unicode support - and is much faster. (http://software.jessies.org/terminator/)
I share your annoyance with Virtue Desktops - can I recommend replacing it with Desktop Manager (http://desktopmanager.berlios.de) (out of which the Virtue Desktops codebase came anyway) It hasn't been updated recently, but it does give you proper virtual desktops with per-window rather than per-app settings. Also, I used iTerm for…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_11_01_15_09_03-Government_grants_scam.atom0000664000104500010450000000405611007067304023447 0ustar ucheuche Wed Nov 1 15:09:03 2006 aa323ca6-b0da-465f-95e7-144b98075281 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> terri c 2006-11-01T15:09:03.140000 2006-11-01T15:09:03.140000
I got a call today from the number as well. I noticed some where in the posts about inphonic. They are the parent company of many online phone sites such as Wirefly. Has anyone else bought from one of these sights? Maybe that is where they are getting our cell numbers from. Also be careful if you do buy from Wirefly. I bought 2 razor phones to be added to my Cingular account. Well they started a new account and are now trying to charge me $250 for closing the account they started without my permission. Everyone I have talked to from Wirefly and inphonic have had the thick accent and have been very rude to me and my father.
I got a call today from the number as well. I noticed some where in the posts about inphonic. They are the parent company of many online phone sites such as Wirefly. Has anyone else bought from one of these sights? Maybe that is where they are getting our cell…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_13_20_53_44-Government_grants_scam.atom0000664000104500010450000000353111007066561023460 0ustar ucheuche Thu Jul 13 20:53:44 2006 fd4e5f8e-4576-43ab-be8e-cb1dcd2fd1b0 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Neex 2006-07-13T20:53:44.400000 2006-07-13T20:53:44.400000
WOW...these people are sick! I don't have the same number as all of you, but same story...the indian accent, the 5,000 dollars and all that good stuff...EXCEPT for, they asked me what time I would be at home tomorrow so that they could deliver the money to my home. I then asked them what address they were speaking of....and he repeated my home address...I did not give any info...but im still a bit freaked out.
WOW...these people are sick! I don't have the same number as all of you, but same story...the indian accent, the 5,000 dollars and all that good stuff...EXCEPT for, they asked me what time I would be at home tomorrow so that they could deliver the money to my home. I…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_04_11_11_55_42-Quotidie.atom0000664000104500010450000000263311006770205020526 0ustar ucheuche Mon Apr 11 11:55:42 2005 f613e584-9e0a-4285-941f-d3a1129b8d2f <div xmlns="http://www.w3.org/1999/xhtml">Quotidie</div> james governor www.redmonk.com/jgovernor 2005-04-11T11:55:42.200000 2005-04-11T11:55:42.200000
i may not understand all the gorp but i can follow the poetry and music commentary, and pointers to the weather.
i may not understand all the gorp but i can follow the poetry and music commentary, and pointers to the weather.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_28_07_38_40-ABTI-American_University_of_Nigeria__AAUN__in_Yola__eh_.atom0000664000104500010450000000267411006751655031346 0ustar ucheuche Mon Aug 28 07:38:40 2006 b1e7e68a-e24f-4d73-9911-7a677a0b13ab <div xmlns="http://www.w3.org/1999/xhtml">ABTI-American University of Nigeria (AAUN) in Yola, eh?</div> hamza 2006-08-28T07:38:40.400000 2006-08-28T07:38:40.400000
i have nothing to say but i am always praying to see my self in abti studying information technolog.
i have nothing to say but i am always praying to see my self in abti studying information technolog.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_08_25_06_42_36-Want_a_Slave_Trade_tour___Don_t_miss_Arochukwu_.atom0000664000104500010450000000407411007057751030364 0ustar ucheuche Fri Aug 25 06:42:36 2006 d7725f24-e466-48d0-827a-ae3eb3fb3328 <div xmlns="http://www.w3.org/1999/xhtml">Want a Slave Trade tour? Don't miss Arochukwu.</div> Bob DuCharme http://www.snee.com/bobdc.blog 2006-08-25T06:42:36.810000 2006-08-25T06:42:36.810000
My mom said that when my father was stationed in Germany in 1958 - 61, people who went to see Dachau were considered ghoulish weirdos. At the Munich youth hostel where I stayed in 1982, if you didn't make the Dachau trip, you were considered a shallow party animal (and given the rest of our activies there, this was easy to back up).

There's a wide gray area in the vast spectrum between taking a good hard look and pretending it never happened, and I think most would rather err on the side of the former.
My mom said that when my father was stationed in Germany in 1958 - 61, people who went to see Dachau were considered ghoulish weirdos. At the Munich youth hostel where I stayed in 1982, if you didn't make the Dachau trip, you were considered a shallow party animal (and…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_08_30_17_02_17-Why_Web_Architecture_Shouldn_t_Dictate_Meaning.atom0000664000104500010450000000557011007174177030144 0ustar ucheuche Thu Aug 30 17:02:17 2007 29de0b94-3f62-45cf-999a-91c11116907d <div xmlns="http://www.w3.org/1999/xhtml">Why Web Architecture Shouldn't Dictate Meaning</div> Kingsley Idehen http://www.openlinksw.com/blog/~kidehen 2007-08-30T17:02:17.980000 2007-08-30T17:02:17.980000
Chime,

The value is to HTTP clients of which there are several (direct and indirect) :-)

Re:

So, would it be taboo to use a hashless URI (which responds with a 200 code) to identify me?:
>>

Of course not, as long as you let HTTP clients understand that http://metacognition.info/profile/chime> is an Identifier for the abstract entity "Chime" and not an Information Resource about "Chime". Thus, a 303  or 406 for "Accept: text/html" for HTTP GET targeting http://metacognition.info/profile/chime > and 200 OK or 303 redirect for "Accept: application/rdf+xml" and other RDF representations.


Why would the server need to redirect to a SPARQL service when the very RDF it serves up describes what the URI is already (without zero ambiguity)?
>>

Well in that case you don't (of course). But I am coming at it from the RDF DBMS realm, hence the SPARQL protocol suggestion.
Chime, The value is to HTTP clients of which there are several (direct and indirect) :-) Re: So, would it be taboo to use a hashless URI (which responds with a 200 code) to identify me?: >> Of course not, as long as you let HTTP clients understand that http://metacognition.info/profile/chime>…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_13_10_57_01-The_Mexican_puzzle_of.atom0000664000104500010450000000261011006755400023220 0ustar ucheuche Tue Jun 13 10:57:01 2006 062637e1-f920-4b6a-b429-fca43af77989 <div xmlns="http://www.w3.org/1999/xhtml">The Mexican puzzle of </div> Tony 2006-06-13T10:57:01.710000 2006-06-13T10:57:01.710000
Hi Jared I find you are the best footbolplayer.But I do not know where you played in the year 2003/2004
Hi Jared I find you are the best footbolplayer.But I do not know where you played in the year 2003/2004…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2007_01_02_22_59_28-Government_grants_scam.atom0000664000104500010450000000423711007067516023470 0ustar ucheuche Tue Jan 2 22:59:28 2007 14604a99-4851-4f3c-8569-4723ce1206f1 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Sue 2007-01-02T22:59:28.990000 2007-01-02T22:59:28.990000
Same exact thing.  Heavy accent saying because I paid my taxes every year and fell within a certain tax bracket I was being offered a $5000.00 government grant that I would not have to pay back.

When I told him I would not give him my checking account information but to send the check I got the same run around.  I googled while I was on the phone with him and once I found this site I told him goodbye.

The caller ID said No Data although he was willing to give me his address and phone number that he said so fast I couldn't write it down.  What I did get out of the conversation was he was calling from the "Government Grant Center" so that is what I googled.
Same exact thing. Heavy accent saying because I paid my taxes every year and fell within a certain tax bracket I was being offered a $5000.00 government grant that I would not have to pay back. When I told him I would not give him my checking account information but…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_07_07_18_09_29-Government_grants_scam.atom0000664000104500010450000000402611007066526023477 0ustar ucheuche Fri Jul 7 18:09:29 2006 270dd15b-803e-4364-ab38-cf3b3a5bb647 <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Chris in Calgary, AB 2006-07-07T18:09:29.810000 2006-07-07T18:09:29.810000
So my girlfriend takes a call from the same number as the rest of you... You've won a trip to Orlando, passes to Island of Adventure and Universal Studios, the whole works yada yada.. anyway, to keep the story short, after the runaround, as soon as they asked for the processing fee she hung up... They called back seconds later, I answered, and he asked for my girlfriend, everytime I said she's not here or whatever, he said "oh my god" in his heavy indian accent... anyway, I just told the guy to call someone else and quit harrassing us and hung up.. hopefully he doesn't call back!
So my girlfriend takes a call from the same number as the rest of you... You've won a trip to Orlando, passes to Island of Adventure and Universal Studios, the whole works yada yada.. anyway, to keep the story short, after the runaround, as soon as they asked for the…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_11_03_08_29_20-Addressing_the_RDF_Scalability_Bottleneck.atom0000664000104500010450000000327311006753453027064 0ustar ucheuche Thu Nov 3 08:29:20 2005 7e362a98-518b-4007-8618-5d5b10dab5a1 <div xmlns="http://www.w3.org/1999/xhtml">Addressing the RDF Scalability Bottleneck</div> Chimezie http://metacognition.info 2005-11-03T08:29:20.080000 2005-11-03T08:29:20.080000
Ironic that you mention that because I'm working an a follow-up piece with some performance numbers and insights, and lessons learned in attempting to persist RDF in such a 'partitioned' fashion.  I hope to get to that today.
Ironic that you mention that because I'm working an a follow-up piece with some performance numbers and insights, and lessons learned in attempting to persist RDF in such a 'partitioned' fashion. I hope to get to that today.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_09_04_10_10_49-Mixed_Content_Data_Binding.atom0000664000104500010450000000340511006760627024077 0ustar ucheuche Sun Sep 4 10:10:49 2005 bfde77e4-36cd-49cb-b6c3-e26120e16595 <div xmlns="http://www.w3.org/1999/xhtml">Mixed Content Data Binding</div> Trackback from Understanding XML http://www.understandingxml.com/archives/2005/09/mixed_content_d.html 2005-09-04T10:10:49.330000 2005-09-04T10:10:49.330000
Bindings seem to be gaining a lot of attention lately - indeed, if you filtered out the GIS side from the discussions at the SVG Open 2005 conference, you'd think that the conference should have been named Open Bindings (which...
Bindings seem to be gaining a lot of attention lately - indeed, if you filtered out the GIS side from the discussions at the SVG Open 2005 conference, you'd think that the conference should have been named Open Bindings (which...…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_12_28_14_59_05-The_new_MacBook_Pro.atom0000664000104500010450000000305111007054350022555 0ustar ucheuche Thu Dec 28 14:59:05 2006 9df00a1a-9153-4d99-8652-aa32c55b74f7 <div xmlns="http://www.w3.org/1999/xhtml">The new MacBook Pro</div> Barry Witt 2006-12-28T14:59:05.170000 2006-12-28T14:59:05.170000
Welcome to the Mac. You can set the trackpad to enable right-clicking (by placing 2 fingers on the trackpad while you click) over in the System Preferences (Keyboard & Mouse/Trackpad).
Welcome to the Mac. You can set the trackpad to enable right-clicking (by placing 2 fingers on the trackpad while you click) over in the System Preferences (Keyboard & Mouse/Trackpad).…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_29_12_09_43-Addressing_the_RDF_Scalability_Bottleneck.atom0000664000104500010450000000374411006753453027105 0ustar ucheuche Fri Sep 29 12:09:43 2006 83901570-435f-4356-80ee-29a665129f35 <div xmlns="http://www.w3.org/1999/xhtml">Addressing the RDF Scalability Bottleneck</div> unplayable Manchester http://www.bestbbhotel.info/afreet_United%20Kingdom/frangipane_England/unplayable_Manchester_1.html 2006-09-29T12:09:43.130000 2006-09-29T12:09:43.130000
I've been building RDF persistence stores for some time (it's gone from something of a hobby to the primary responsibility in my current work capacity) and have come to the conclusion that RDF stores will almost always be succeptible to the physical limitations of database scalability.
I do not agree.For more info go to System.String[]
I've been building RDF persistence stores for some time (it's gone from something of a hobby to the primary responsibility in my current work capacity) and have come to the conclusion that RDF stores will almost always be succeptible to the physical limitations of database scalability. I do not agree.For…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_09_01_13_40_26-Government_grants_scam.atom0000664000104500010450000000311011007067022023437 0ustar ucheuche Fri Sep 1 13:40:26 2006 140445a6-c50d-4890-b1f8-06eeb5b836cb <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> Ralph Garcia huh??? 2006-09-01T13:40:26.870000 2006-09-01T13:40:26.870000
800 number: 800-061-3615 is still active on Sept. 1, 2006.  So I suspect the scam is still being attempted. When I answered the call, there was no answer.  Caution to all.
Ralph,Indiana
800 number: 800-061-3615 is still active on Sept. 1, 2006. So I suspect the scam is still being attempted. When I answered the call, there was no answer. Caution to all. Ralph,Indiana…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_08_13_23_54_47-Shakespeare_in_the_Bush.atom0000664000104500010450000000260011006757736023532 0ustar ucheuche Sat Aug 13 23:54:47 2005 df90573b-0474-4d17-9c70-2f7bb484054f <div xmlns="http://www.w3.org/1999/xhtml">Shakespeare in the Bush</div> John Cowan http://www.ccil.org/~cowan 2005-08-13T23:54:47.810000 2005-08-13T23:54:47.810000
She says it's made from maize and millet: grains.  Sounds like beer to me all right.
She says it's made from maize and millet: grains. Sounds like beer to me all right.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_31_21_42_41-Is_it_coz_I_is_not_black_.atom0000664000104500010450000000424011006760431024000 0ustar ucheuche Sun Jul 31 21:42:41 2005 65214a44-fcfc-471d-93ac-0108b9643452 <div xmlns="http://www.w3.org/1999/xhtml">Is it coz I is not black?</div> Ian Bicking http://blog.ianbicking.org 2005-07-31T21:42:41.820000 2005-07-31T21:42:41.820000
With the mixed race thing, I think I heard in South Africa (where race mattered in a very concrete way more than most places) they had a clear distinction between "black", "white" and "colored" -- which meant mixed.  A whole separate tier of segregation.  Racist logic leads to strange places.  But then it turns more horrifying than bizarre when you consider pre-abolition mixed race children in the US, where a master would have his own children born into slavery.  It takes a pretty extreme partitioning of ethics to be capable of that.

But thankfully those times really are past.  The problems of today are today's problems...
With the mixed race thing, I think I heard in South Africa (where race mattered in a very concrete way more than most places) they had a clear distinction between "black", "white" and "colored" -- which meant mixed. A whole separate tier of segregation. Racist logic leads to strange places.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_10_06_11_42_06-Government_grants_scam.atom0000664000104500010450000000322211007067174023446 0ustar ucheuche Fri Oct 6 11:42:06 2006 067d5521-1f97-4c0e-a00f-6a54e091662b <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> AlanH 2006-10-06T11:42:06.770000 2006-10-06T11:42:06.770000
I had a call last night from 808 212-0041.  I don't take calls from numbers that are unfamiliar, but I decided to check out the number on the net today.  Obviously this was probably the same scammer.  i just want to add my name to the list.
I had a call last night from 808 212-0041. I don't take calls from numbers that are unfamiliar, but I decided to check out the number on the net today. Obviously this was probably the same scammer. i just want to add my name to the list.…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2006_06_29_19_17_29-Government_grants_scam.atom0000664000104500010450000000260511007066501023474 0ustar ucheuche Thu Jun 29 19:17:29 2006 f7f1fc9d-ceca-4882-85eb-4dc3117f629f <div xmlns="http://www.w3.org/1999/xhtml">Government grants scam</div> MIKE www.none.com 2006-06-29T19:17:29.500000 2006-06-29T19:17:29.500000
I just got a call too from 808-212-0041
A thick indian voice.

Beware..
I just got a call too from 808-212-0041 A thick indian voice. Beware..…
Uche Ogbuji http://uche.ogbuji.net uche@ogbuji.net
repository/comments/2005_07_17_15_26_49-Foreign_Exchange.atom0000664000104500010450000000350011006766556022170 0ustar ucheuche Sun Jul 17 15:26:49 2005 b894e044-df3a-4a7d-a9c3e