<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="0.92">
<channel>
	<title>LeoTech</title>
	<link>http://lpetr.org/blog</link>
	<description>Musings about technology</description>
	<lastBuildDate>Mon, 30 Jun 2008 20:01:02 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Error: Failed to build gem native extension.</title>
		<description>I ran into a tiny pickle while installing the ibm_db gem on Ubuntu:

Select which gem to install for your platform (i486-linux)
 1. ibm_db 0.9.5 (ruby)
 2. ibm_db 0.9.5 (mswin32)
 3. ibm_db 0.9.4 (ruby)
 4. ibm_db 0.9.4 (mswin32)
 5. Skip this gem
 6. Cancel installation
> 1
Building native extensions.  This could ...</description>
		<link>http://lpetr.org/blog/archives/error-failed-to-build-gem-native-extension</link>
			</item>
	<item>
		<title>Daily Feed Digest?</title>
		<description>I am looking for an online tool that takes a feed and then republishes in digest format -- one entry per day. Feed Informer just does a straight, entry-for-entry republishing. Ditto for Feedburner.

This is for a Twitter feed, and Twitter Digest claims to do what I want, but it appears ...</description>
		<link>http://lpetr.org/blog/archives/daily-feed-digest</link>
			</item>
	<item>
		<title>History meme</title>
		<description>Substantial content is in the pipes, but in the meantime here's Arve Bersvendsen's history meme:

history &#124; awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'&#124;sort -rn&#124;head

In my cygwin:

52 python
44 ssh
33 exit
33 cd
18 ls
7 java
5 diff
4 nano
2 ping
1 svn

And on a Linux machine I administrate:

211 sudo
92 ls
80 cd
34 locate
14 nano
6 ...</description>
		<link>http://lpetr.org/blog/archives/history-meme</link>
			</item>
	<item>
		<title>An IDE for TeX</title>
		<description>TeXnicCenter is an excellent IDE for developing TeX documents on Windows. It follows the usual interface conventions and is quite helpful in getting started and debugging. TeX is the standard page layout language for writing mathematical and scientific papers.

Here are some excellent tutorials for getting started with TeX.

The IDE requires ...</description>
		<link>http://lpetr.org/blog/archives/an-ide-for-tex</link>
			</item>
	<item>
		<title>Unknown root password in Suse Linux</title>
		<description>After I installed Suse Linux Enterprise Desktop 10, I tried to update it. It prompted me for a root password even though the install hadn't asked for one -- it had only created a regular user. Sudo didn't help. 

I tried booting in single-user mode, but that also prompted me ...</description>
		<link>http://lpetr.org/blog/archives/forgotten-root-password-in-suse-linux</link>
			</item>
	<item>
		<title>Repair Table failed. Please run Repair Table.</title>
		<description>One of the tables of my MediaWiki installation crashed. When I tried to repair it, I got this less-than-helpful error message. So did the mysqlcheck utility when I SSHed to the server. However, the command has extra options that can be used to repair high levels of corruptions, such as ...</description>
		<link>http://lpetr.org/blog/archives/repair-table-failed-please-run-repair-table</link>
			</item>
	<item>
		<title>Jaxer; Ameliorating IE8</title>
		<description>John Resig writes very positively about Jaxer. It runs Javascript on the server while serving documents to the client, with seamless communication between JS on the client and JS on the server.

Jaxer provides:

	Full DOM on the server
	Shared code between client and server
	Database, file, and socket access from JavaScript
	Familiar APIs
	Integration with ...</description>
		<link>http://lpetr.org/blog/archives/jaxer-ameliorating-ie8</link>
			</item>
	<item>
		<title>HTML5 now a Working Draft</title>
		<description>
	HTML 5
	HTML 5 differences from HTML 4

Woot! </description>
		<link>http://lpetr.org/blog/archives/html5-now-a-working-draft</link>
			</item>
	<item>
		<title>One step forward, two steps back</title>
		<description>After an internal build of Internet Explorer 8 passed the Acid2 test, they've announced that the new engine will only be used for sites with a special, opt-in meta tag:






It can also be triggered from the server via an HTTP header:

X-UA-Compatible: IE=8;

Firefox is unlikely to follow suit.

In other news, John ...</description>
		<link>http://lpetr.org/blog/archives/one-step-forward-two-steps-back</link>
			</item>
	<item>
		<title>Dean Edwards releases beta of base2</title>
		<description>Base2 has just come out in beta on Google Code. It's hosted there and can be included straight off the Google Code server.

I think it's a really neat library because it basically fixes all browsers so that the built-in DOM, events, etc work the same way. Instead of providing an ...</description>
		<link>http://lpetr.org/blog/archives/dean-edwards-releases-beta-of-base2</link>
			</item>
</channel>
</rss>
