<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-17468963</id><updated>2011-12-02T14:13:27.090-06:00</updated><category term='obama'/><category term='gay'/><category term='atheist'/><category term='lighttpd'/><category term='android'/><category term='iphone'/><category term='perverts'/><category term='kubuntu'/><category term='g1'/><category term='icon'/><category term='xfce'/><category term='htc'/><category term='server'/><category term='tmobile'/><category term='dream'/><category term='google'/><category term='broken'/><category term='dubya'/><category term='kde4'/><title type='text'>Jspenguin's crappy little blog</title><subtitle type='html'>This is my personal blog, where I comment on things I feel strongly about, news stories, etc.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>22</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-17468963.post-5348736190243668657</id><published>2011-03-09T09:29:00.001-06:00</published><updated>2011-03-09T10:02:03.917-06:00</updated><title type='text'>Spamming search results</title><content type='html'>&lt;p&gt;In the past few months, I've noticed several blogs linking directly to images on my server. All of these blogs are hosted under the blogspot.com domain, and none of them has any real content. Each "post" on the blog seems to be just the results of a web search for a specific term. The goal is apparently to be first on the list of results for these terms, serving up relevant but stolen content, and either increasing ad revenue or serving malware.&lt;/p&gt;&lt;p&gt;I'm not going to list them here, but if you see one of these blogs, please &lt;a href="http://www.google.com/support/blogger/bin/request.py?contact_type=spam&amp;blog_ID=&amp;blog_URL="&gt;report it to Google&lt;/a&gt;. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-5348736190243668657?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/5348736190243668657/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=5348736190243668657' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/5348736190243668657'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/5348736190243668657'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2011/03/spamming-search-results.html' title='Spamming search results'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-6584907512682591027</id><published>2011-02-28T15:52:00.000-06:00</published><updated>2011-02-28T15:52:22.321-06:00</updated><title type='text'>How to hose your Linux box, lesson 1: the power of rm -rf</title><content type='html'>&lt;p&gt;If you've used Linux, you already know &lt;code&gt;rm&lt;/code&gt; can be dangerous. Getting a newbie to run &lt;code&gt;sudo rm -rf /&lt;/code&gt; is a clich&amp;eacute; joke among geeks. Helpfully, GNU rm won't actually let you delete the root directory, but you can still get into trouble.&lt;/p&gt;&lt;p&gt;Recently, I was cleaning out an old system disk in order to use it as a backup disk. I had already copied some data onto it, so I didn't want to just wipe it out, so I explicitly deleted the directories I did not want:&lt;/p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-PyaU6vxdLCM/TWXupHCIGiI/AAAAAAAAACQ/GJi8scxyKJc/s1600/ss3.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 195px;" src="http://4.bp.blogspot.com/-PyaU6vxdLCM/TWXupHCIGiI/AAAAAAAAACQ/GJi8scxyKJc/s400/ss3.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5577126103598242338" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;I knew it was going to take a while to delete all the files, so I went back to working on the backup script. After a few minutes, something odd happened: any command I entered failed with &lt;code&gt;No such file or directory&lt;/code&gt;. The &lt;code&gt;rm&lt;/code&gt; process continued to run, since it had already been loaded into memory. When the most basic commands like &lt;code&gt;ls&lt;/code&gt; and &lt;code&gt;cp&lt;/code&gt; don't work, there's not much that can be done. I couldn't stop &lt;code&gt;rm&lt;/code&gt;; I had detached from the &lt;code&gt;screen&lt;/code&gt; session and &lt;code&gt;screen&lt;/code&gt; couldn't start again. I had no choice. I pulled the plug.&lt;/p&gt;&lt;p&gt;Booting from a USB drive, I was relieved to find that the root drive had not been wiped. The only casualty was the &lt;code&gt;/lib&lt;/code&gt; directory, which explains the error: The ELF interpreter, &lt;code&gt;/lib/ld-linux-x86-64.so.2&lt;/code&gt; was gone. I restored &lt;code&gt;/lib&lt;/code&gt; from a recent backup, and everything was fine.&lt;/p&gt;&lt;p&gt;So, why was &lt;code&gt;/lib&lt;/code&gt; singled out? The culprit was the extra slash on &lt;code&gt;lib64/&lt;/code&gt; &amp;mdash; &lt;code&gt;lib64&lt;/code&gt; is a symbolic link to &lt;code&gt;/lib&lt;/code&gt;. Normally, &lt;code&gt;rm&lt;/code&gt; does not follow symbolic links when deleting recursively, but it does follow links to directories when resolving paths given on the command line; &lt;code&gt;rm -rf lib64&lt;/code&gt; means "delete the symbolic link lib64", while &lt;code&gt;rm -rf lib64/&lt;/code&gt; means "delete the directory lib64 points to".&lt;/p&gt;&lt;p&gt;Today's lesson has been brought to you by the letter "B", for backups. It doesn't matter how secure your box is, one typo on the command line can completely clean out your data.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-6584907512682591027?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/6584907512682591027/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=6584907512682591027' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/6584907512682591027'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/6584907512682591027'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2011/02/how-to-hose-your-linux-box-lesson-1.html' title='How to hose your Linux box, lesson 1: the power of rm -rf'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-PyaU6vxdLCM/TWXupHCIGiI/AAAAAAAAACQ/GJi8scxyKJc/s72-c/ss3.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-4870323185818803963</id><published>2011-02-23T19:32:00.003-06:00</published><updated>2011-02-24T00:32:17.475-06:00</updated><title type='text'>An update? Unbelievable.</title><content type='html'>&lt;p&gt;I started working full-time right out of high school, so I never had time or incentive to continue my education until now. I've started taking a few gen-ed classes at &lt;a href="http://butlercc.edu"&gt;Butler Community College&lt;/a&gt;, and I'm plannng to transfer to &lt;a href="http://wichita.edu"&gt;WSU&lt;/a&gt; for a degree in Computer Science. &lt;/p&gt;&lt;p&gt;Long story short, my English professor strongly encourages me to practice writing, so I'm going to try postng here more than once every two years...&lt;/p&gt;&lt;p&gt;Anyway, I recently bought an HP LaserJet Professional P1102w, and was disappointed to find that there was no way to set up its wireless networking using Linux. I did some digging, and hacked together a script to access the embedded web server over USB: &lt;a href="http://www.jspenguin.org/software/ewsgateway/"&gt;USB EWS gateway&lt;/a&gt;. It may work with other printer models, but I've only tested it on mine.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-4870323185818803963?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/4870323185818803963/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=4870323185818803963' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/4870323185818803963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/4870323185818803963'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2011/02/update-unbelievable.html' title='An update? Unbelievable.'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-6571419559955739576</id><published>2009-04-21T00:10:00.005-05:00</published><updated>2009-08-29T18:55:08.040-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='xfce'/><category scheme='http://www.blogger.com/atom/ns#' term='kde4'/><category scheme='http://www.blogger.com/atom/ns#' term='kubuntu'/><title type='text'>Man, screw KDE4.1</title><content type='html'>So I finally broke down and upgraded my laptop to Kubuntu Intrepid. Everything went great -- until I restarted, and found that my nice, neat, KDE 3.5.1 desktop had been replaced by ugly-ass KDE4. Not only did it make no attempt to import my keyboard shortcuts from KDE3, I discovered that changing the keyboard shortcuts requires you to log out and log back in. The default window decorations are ugly as sin, and even worse, the GTK integration makes all GTK apps ugly.&lt;br /&gt;&lt;br /&gt;Edit: KDE4.2 fixes nearly all of the problems I mentioned.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-6571419559955739576?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/6571419559955739576/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=6571419559955739576' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/6571419559955739576'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/6571419559955739576'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2009/04/man-screw-kde4.html' title='Man, screw KDE4.1'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-1410764763062236343</id><published>2009-04-17T23:39:00.004-05:00</published><updated>2009-04-18T00:41:37.830-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='htc'/><category scheme='http://www.blogger.com/atom/ns#' term='tmobile'/><category scheme='http://www.blogger.com/atom/ns#' term='g1'/><category scheme='http://www.blogger.com/atom/ns#' term='iphone'/><category scheme='http://www.blogger.com/atom/ns#' term='android'/><category scheme='http://www.blogger.com/atom/ns#' term='dream'/><title type='text'>Dreaming of Androids</title><content type='html'>Today I received my new HTC Dream, a.k.a. the T-Mobile G1, running Google's Android OS, and it kicks the iPhone's sorry ass.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_RWnDyYH1mPs/SelnZbqLDuI/AAAAAAAAABE/CAJHcNUMTs4/s1600-h/dream.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 223px;" src="http://4.bp.blogspot.com/_RWnDyYH1mPs/SelnZbqLDuI/AAAAAAAAABE/CAJHcNUMTs4/s320/dream.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5325901720961355490" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;How is it better, you ask?&lt;br /&gt;&lt;br /&gt;1. It has more than one farking button. In fact, it has a full QWERTY keyboard.&lt;br /&gt;2. It took only four taps to enable installation of "unofficial" applications. No jailbreaking needed.&lt;br /&gt;3. It can run more than one goddamn app at a time.&lt;br /&gt;4. I don't need to pay 99 bucks to distribute an app.&lt;br /&gt;5. I don't need to send it in just to change the battery.&lt;br /&gt;6. If I lose the data cable, I have a crapton of USB mini-B cables lying around that will work just as well.&lt;br /&gt;&lt;br /&gt;And what does the iPhone have that the G1 doesn't?&lt;br /&gt;&lt;br /&gt;1. Multitouch. Ooh, look, I can squeeze the page and it gets smaller. Big whoop.&lt;br /&gt;2. A half-eaten piece of fruit stenciled on the back.&lt;br /&gt;3. An aura of smugness.&lt;br /&gt;&lt;br /&gt;iPhone fanboys, flame away.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-1410764763062236343?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/1410764763062236343/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=1410764763062236343' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/1410764763062236343'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/1410764763062236343'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2009/04/dreaming-of-androids.html' title='Dreaming of Androids'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_RWnDyYH1mPs/SelnZbqLDuI/AAAAAAAAABE/CAJHcNUMTs4/s72-c/dream.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-7114228361537569038</id><published>2009-01-09T19:12:00.008-06:00</published><updated>2009-01-11T21:10:46.366-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='icon'/><category scheme='http://www.blogger.com/atom/ns#' term='google'/><title type='text'>Dammit, Google, quit changing your icon!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_RWnDyYH1mPs/SWf8PMFjI0I/AAAAAAAAAA0/SxHUAIi-PVA/s1600-h/google_icons.png"&gt;&lt;img style="cursor: pointer; width: 160px; height: 24px;" src="http://1.bp.blogspot.com/_RWnDyYH1mPs/SWf8PMFjI0I/AAAAAAAAAA0/SxHUAIi-PVA/s320/google_icons.png" alt="" id="BLOGGER_PHOTO_ID_5289473625242673986" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The purpose of a website's icon &amp;mdash; or any icon, for that matter &amp;mdash; is to provide a visual way to quickly find something in a list. Sometimes, the icon represents some abstract concept; in most applications, the "save" icon is a floppy disk, even though they're nearly obsolete. However, if the icon is unique, experienced users have no trouble connecting it with what it represents. I use icons exclusively for my bookmarks toolbar:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_RWnDyYH1mPs/SWgETS3M7BI/AAAAAAAAAA8/0i-CPeLB36o/s1600-h/bookmarks.png"&gt;&lt;img style="cursor: pointer; width: 320px; height: 41px;" src="http://4.bp.blogspot.com/_RWnDyYH1mPs/SWgETS3M7BI/AAAAAAAAAA8/0i-CPeLB36o/s320/bookmarks.png" alt="" id="BLOGGER_PHOTO_ID_5289482491874044946" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Of course, this only works when the icons don't change. Google has recently &lt;a href="http://googleblog.blogspot.com/2009/01/googles-new-favicon.html"&gt;changed their icon&lt;/a&gt; again, just as I was getting used to the second one. Call me old-fashioned, but I happen to like the original Google icon.&lt;br /&gt;&lt;br /&gt;I can understand changing the logo on the front page for special holidays (which seems like just about every day now), but icons shouldn't be changed just for the hell of it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-7114228361537569038?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/7114228361537569038/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=7114228361537569038' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/7114228361537569038'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/7114228361537569038'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2009/01/dammit-google-quit-changing-your-icon.html' title='Dammit, Google, quit changing your icon!'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_RWnDyYH1mPs/SWf8PMFjI0I/AAAAAAAAAA0/SxHUAIi-PVA/s72-c/google_icons.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-4765636455203052666</id><published>2008-11-06T20:31:00.011-06:00</published><updated>2008-11-06T22:00:48.987-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='server'/><category scheme='http://www.blogger.com/atom/ns#' term='obama'/><category scheme='http://www.blogger.com/atom/ns#' term='dubya'/><category scheme='http://www.blogger.com/atom/ns#' term='perverts'/><category scheme='http://www.blogger.com/atom/ns#' term='atheist'/><category scheme='http://www.blogger.com/atom/ns#' term='gay'/><title type='text'>My crappy little server gets an upgrade; perverts game back online; politics</title><content type='html'>&lt;p&gt;My primary server, "marvin", just got an upgrade from this:&lt;/p&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_RWnDyYH1mPs/SROyZg_z6oI/AAAAAAAAAAU/r985n8RrBDg/s1600-h/old_mb.jpeg"&gt;&lt;img style="cursor: pointer; width: 320px; height: 212px;" src="http://3.bp.blogspot.com/_RWnDyYH1mPs/SROyZg_z6oI/AAAAAAAAAAU/r985n8RrBDg/s320/old_mb.jpeg" alt="" id="BLOGGER_PHOTO_ID_5265748540750293634" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;To this:&lt;/p&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_RWnDyYH1mPs/SROyZjC3P8I/AAAAAAAAAAc/AOEiiJILEo8/s1600-h/new_mb.jpeg"&gt;&lt;img style="cursor: pointer; width: 320px; height: 250px;" src="http://3.bp.blogspot.com/_RWnDyYH1mPs/SROyZjC3P8I/AAAAAAAAAAc/AOEiiJILEo8/s320/new_mb.jpeg" alt="" id="BLOGGER_PHOTO_ID_5265748541299965890" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;&lt;br /&gt;&lt;/th&gt;&lt;th&gt;Old&lt;/th&gt;&lt;th&gt;New&lt;/th&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;th&gt;OS&lt;/th&gt;&lt;td&gt;Heavily modified RedHat 8.0&lt;/td&gt;&lt;td&gt;Xubuntu 8.10 "Intrepid Ibex"&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;th&gt;Processor&lt;/th&gt;&lt;td&gt; AMD Athlon XP 2500+ 1.8Ghz&lt;/td&gt;&lt;td&gt;Intel Core 2 Quad Q6600 2.4Ghz&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;th&gt;Memory&lt;/th&gt;&lt;td&gt;1GB DDR 333Mhz(2x512MB)&lt;/td&gt;&lt;td&gt;2GB DDR2 800Mhz (soon to be 8GB)&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;th&gt;Motherboard&lt;/th&gt;&lt;td&gt; PCChips "piece of shit" M848A&lt;/td&gt;&lt;td&gt;&lt;a href="http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?ClassValue=Motherboard&amp;amp;ProductID=2871&amp;amp;ProductName=GA-EP45C-DS3R"&gt;GigaByte GA-EP45C-DS3R&lt;/a&gt; &lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;th&gt;Video&lt;/th&gt;&lt;td&gt;NVidia GeForce FX 5700 Ultra&lt;/td&gt;&lt;td&gt;NVidia,&amp;nbsp;um, &lt;span style="color: rgb(102, 102, 102);font-size:78%;" &gt;*cough*geforce&amp;nbsp;2*cough*&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/tbody&gt;&lt;/table&gt;Ok, so the video isn't that great. It is primarily a server, after all. The FX 5700 ultra is AGP, so I had to rummage around in the scrap bin to find a PCI video card. The next phase of updates will include a PCIe video card and 6GB more memory.&lt;br /&gt;&lt;br /&gt;Anyway, since I now have plenty of CPU cycles to spare, I've decided to bring back the "&lt;a href="http://www.jspenguin.org/pickperverts/"&gt;Pick the Perverts&lt;/a&gt;" game. Can you tell a pervert just by looking at him?&lt;br /&gt;&lt;br /&gt;Also, since this is probably the last blog in the world that hasn't mentioned Obama, here goes: Thank the FSM! He'll have a tough job restoring the economy, but he certainly can't do worse than Dubya.&lt;br /&gt;This is truly history; Obama has broken out of the mold set by the last 43 presidents. Maybe in my lifetime, we could even have an openly gay or Atheist president. One can only hope...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-4765636455203052666?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/4765636455203052666/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=4765636455203052666' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/4765636455203052666'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/4765636455203052666'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2008/11/my-crappy-little-server-gets-upgrade.html' title='My crappy little server gets an upgrade; perverts game back online; politics'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_RWnDyYH1mPs/SROyZg_z6oI/AAAAAAAAAAU/r985n8RrBDg/s72-c/old_mb.jpeg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-7342199513447725537</id><published>2008-10-30T18:57:00.002-05:00</published><updated>2008-10-30T19:05:13.104-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='server'/><category scheme='http://www.blogger.com/atom/ns#' term='broken'/><category scheme='http://www.blogger.com/atom/ns#' term='lighttpd'/><title type='text'>New web server</title><content type='html'>Wow, it's been almost &lt;span style="font-style: italic;"&gt;two&lt;/span&gt; years since my last blog post. Not that anyone reads it. I guess that means you don't exist...&lt;br /&gt;&lt;br /&gt;Anyway, I've just finished migrating my &lt;a href="http://www.jspenguin.org"&gt;website&lt;/a&gt; to &lt;a href="http://www.lighttpd.net"&gt;Lighttpd&lt;/a&gt;. It was a pain in the ass, but I should get a little more performance out of it.&lt;br /&gt;&lt;br /&gt;So, if you see something broken, let me know.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-7342199513447725537?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/7342199513447725537/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=7342199513447725537' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/7342199513447725537'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/7342199513447725537'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2008/10/new-web-server.html' title='New web server'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-116300977660848357</id><published>2006-11-08T12:02:00.000-06:00</published><updated>2006-11-08T12:16:18.063-06:00</updated><title type='text'>So, saying "fuck" makes me a molester</title><content type='html'>I just got the following e-mail:&lt;br /&gt;&lt;tt&gt;&lt;br /&gt;From: Christian ******* &amp;lt;jeremiah.*******@yahoo.com&amp;gt;&lt;br /&gt;To: jspenguin@gmail.com&lt;br /&gt;Subject: site&lt;br /&gt;&lt;br /&gt; You are a very sick person.&lt;br /&gt; &lt;br /&gt;Your site MOLESTS. You are a molester. The filth you spew out is particularly sickening to me, who was molested by various people from the age of 5-12.&lt;br /&gt; &lt;br /&gt;I am NOT a molester, but a victim. Jesus helped me lose most of my anger and all of my bitterness. He has been my only true friend.&lt;br /&gt; &lt;br /&gt;Your site sickened me and made me regret going there. I feel violated by the content.&lt;br /&gt; &lt;br /&gt;When victims are as gross and perverted as you are, the ONLY hope for them is the Lord.&lt;br /&gt; &lt;br /&gt;I have suffered all my life from being made a victim of perverts, but I never became crude and filthy. I never insulted and sickened people. I never would create something that is perverted and sick...and then put it online where many people will be molested by it. If my little child went to your site, I would sue you and see that you went to prison. You are NO BETTER THAN YOUR STEP FATHER!&lt;br /&gt; &lt;br /&gt;WAKE UP AND GET YOUR LIFE TOGETHER. BECOME CLEAN, NOT FILTHY. &lt;br /&gt;&lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;In case you hadn't noticed, I tend to use strong language. The fact that my site is called "Jspenguin's shitty little web site" should be some clue. But apparently, that makes me a molester. Some little kid is going to be so traumatized by the word "fuck" that he's going to kill himself. Um, no.&lt;br /&gt;&lt;br /&gt;Not everyone has an imaginary friend in the sky to talk to. When I get angry about something, I write about it. Go ahead and sue. Try to send me to prison.&lt;br /&gt;&lt;br /&gt;All I can say is, thank the Flying Spaghetti Monster for the first amendment.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-116300977660848357?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/116300977660848357/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=116300977660848357' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/116300977660848357'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/116300977660848357'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2006/11/so-saying-fuck-makes-me-molester.html' title='So, saying &quot;fuck&quot; makes me a molester'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-115545888875798551</id><published>2006-08-13T03:35:00.000-05:00</published><updated>2006-08-13T03:48:08.770-05:00</updated><title type='text'>More perverts on the Internet</title><content type='html'>&lt;p&gt;In a &lt;a href="/2005/10/no-child-fucking-photos-here.html"&gt;previous post&lt;/a&gt;, I lamented on the fact that there are a lot of people on the Internet using Google to try to find, well, certain images involving children and reproduction. And I don't mean videos of women giving birth.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Well, they just kept on coming. &lt;a href="http://www.jspenguin.org/perverts.psp"&gt;Here&lt;/a&gt; is an excerpt from my web server log. As I said before, do they really expect to find what they're looking for?&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-115545888875798551?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/115545888875798551/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=115545888875798551' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/115545888875798551'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/115545888875798551'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2006/08/more-perverts-on-internet.html' title='More perverts on the Internet'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-114758395553177187</id><published>2006-05-13T23:58:00.000-05:00</published><updated>2006-05-14T00:19:15.540-05:00</updated><title type='text'>REO Speedwagon is awesome!</title><content type='html'>I just got back from the &lt;a href="http://www.wichitafestivals.com/events/wrf/index.htm"&gt;Wichita River Festival&lt;/a&gt; where I saw &lt;a href="http://www.speedwagon.com"&gt;REO Speedwagon&lt;/a&gt;. I got right up next to the stage.&lt;br /&gt;&lt;br /&gt;Kevin Cronin:&lt;br /&gt;&lt;img src="http://www.jspenguin.org/imgs/reo/kcronin1.jpeg" alt="Kevin Cronin"/&gt;&lt;br /&gt;&lt;img src="http://www.jspenguin.org/imgs/reo/kcronin2.jpeg" alt="Kevin Cronin"/&gt;&lt;br /&gt;&lt;br /&gt;Bruce Hall:&lt;br /&gt;&lt;img src="http://www.jspenguin.org/imgs/reo/bhall1.jpeg" alt="Bruce Hall"/&gt;&lt;br /&gt;&lt;br /&gt;Bruce Hall and Dave Amato:&lt;br /&gt;&lt;img src="http://www.jspenguin.org/imgs/reo/bhall_damato1.jpeg" alt="Bruce Hall and Dave Amato"/&gt;&lt;br /&gt;&lt;br /&gt;This list was taped all over the stage. I guess it's so these old farts can remember what songs to play:&lt;br /&gt;&lt;img src="http://www.jspenguin.org/imgs/reo/list.jpeg" alt="Song list"/&gt;&lt;br /&gt;&lt;br /&gt;I want this hat!&lt;br /&gt;&lt;img src="http://www.jspenguin.org/imgs/reo/hat.jpeg" alt="See fig. 1"/&gt;&lt;br /&gt;&lt;br /&gt;I don't know who this is, but she looks like Brenna from &lt;a href="http://www.penny-arcade.com"&gt;Penny Arcade&lt;/a&gt;.&lt;br /&gt;&lt;img src="http://www.jspenguin.org/imgs/reo/brenna.jpeg" alt="Brenna?"/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-114758395553177187?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/114758395553177187/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=114758395553177187' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/114758395553177187'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/114758395553177187'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2006/05/reo-speedwagon-is-awesome.html' title='REO Speedwagon is awesome!'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-113524947319811578</id><published>2005-12-22T04:35:00.001-06:00</published><updated>2009-08-29T19:00:12.557-05:00</updated><title type='text'>A 128MB SDRAM chip just fucked me out of a day's work</title><content type='html'>&lt;img src="http://s3.jspenguin.org/bad_memory.jpeg" alt="Bad SDRAM Chip" /&gt;&lt;br /&gt;I just spent nearly a whole day installing &lt;a href="http://www.kubuntu.org"&gt;Kubuntu&lt;/a&gt; on my second machine. After finally getting the base system to install, I managed to get a halfway working system by installing the rest from the internet (I thought it was a problem with the CD-ROM). Several segfaults and lockups later, I found out the dpkg database was corrupted, so I could no longer install any more packages. I finally said "fuck it", wiped the hard drive, and started up the installation again. After about 5 or 6 times trying to install the base package, I started getting kernel panics. That's when it struck me that it might be bad memory. So, I started &lt;a href="http://www.memtest86.com"&gt;Memtest86&lt;/a&gt; from the Kubuntu disk, and it found several locations that were dropping bits. I took the chip out, and Kubuntu installed without a hitch.&lt;br /&gt;&lt;br /&gt;So, my lesson for the day is that no matter how stable and robust the OS is, on flaky hardware it's about as stable as Windows 95 is on good hardware.&lt;br /&gt;&lt;br /&gt;BTW, if you haven't tried Kubuntu, I highly recommend it. There is a live CD available if you want to try it out before you install it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-113524947319811578?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/113524947319811578/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=113524947319811578' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/113524947319811578'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/113524947319811578'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2005/12/128mb-sdram-chip-just-fucked-me-out-of.html' title='A 128MB SDRAM chip just fucked me out of a day&apos;s work'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-113034666218719139</id><published>2005-10-26T12:03:00.001-05:00</published><updated>2008-11-06T22:06:10.935-06:00</updated><title type='text'>Pick the Perverts</title><content type='html'>I just completed my first web-based game, &lt;a href="http://www.jspenguin.org/pickperverts/"&gt;Pick the Perverts&lt;/a&gt;. I collected information and pictures of 3,524 convicted criminals from the Kansas Adult Supervised Population Electronic Repository. See if you can identify who has been convicted of a sex offense.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-113034666218719139?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/113034666218719139/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=113034666218719139' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/113034666218719139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/113034666218719139'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2005/10/pick-perverts.html' title='Pick the Perverts'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-112925681869903566</id><published>2005-10-13T21:23:00.000-05:00</published><updated>2005-10-13T22:10:56.586-05:00</updated><title type='text'>New page URL</title><content type='html'>I just registered &lt;a href="http://www.jspenguin.org"&gt;jspenguin.org&lt;/a&gt;, so my blog URL is now &lt;a href="http://blog.jspenguin.org/"&gt;http://blog.jspenguin.org/&lt;/a&gt;. The old URL will redirect to the new URL for as long as cjb.net is around (which should be awhile).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-112925681869903566?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/112925681869903566/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=112925681869903566' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/112925681869903566'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/112925681869903566'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2005/10/new-page-url.html' title='New page URL'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-112907014628018964</id><published>2005-10-11T17:20:00.000-05:00</published><updated>2005-10-11T17:35:46.296-05:00</updated><title type='text'>No "child fucking photos" here.</title><content type='html'>This may seem totally obvious to most of you, but there are a lot of sick fucks using the internet. About half of the Google hits on my &lt;a href="http://jspenguin.cjb.net:8080/rants.psp"&gt;rants&lt;/a&gt; page are searches for anti-Microsoft, anti-AOL, etc. About 5% are people looking for information and/or statistics on child molesters. The rest are from querys such as the following:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;child fucked&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;child fucking machine&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;child fucks child&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;hard child fuck&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;FORCED ABUSED FUCKING KIDS&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;child fucks&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;forced children to fuck&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;children get fucked hard&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;children get fucked&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;fuck with child&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;hard fucking child&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;hard fuck child&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;fuck hard children&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;CHILDREN HARD FUCK&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;child girls fucking&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;tech child to fuck gallery&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;child hard fuck&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;fucking child&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;quot;child+fucking photo&amp;quot;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;Fucking perverts. Do you honestly think Google indexes those kinds of pages?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-112907014628018964?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/112907014628018964/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=112907014628018964' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/112907014628018964'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/112907014628018964'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2005/10/no-child-fucking-photos-here.html' title='No &quot;child fucking photos&quot; here.'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-112896814794056459</id><published>2005-10-10T13:03:00.000-05:00</published><updated>2005-10-10T13:15:47.956-05:00</updated><title type='text'>Screw you, 70.27.199.149, you canadian prick.</title><content type='html'>I just found 17 nearly identical lines in my web server log:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;70.27.199.149 - - [10/Oct/2005:13:00:44 -0500] "GET /lab3d_sdl/files/LAB3D-SDL-2.32-Windows-20050530.zip HTTP/1.1" 206 107233 "http://jspenguin.cjb.net:8080/lab3d_sdl/files" "Mozilla/4.0 (compatible; MSIE 5.00; Windows 98)"&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Why would anybody possibly want to download this game 17 times in a row? Could it be that it does not run on your shitty little Win98 box? I see you used Opera the first time. Did you somehow think that Opera had corrupted the file? What makes you think Internet Explorer would be any better? Upgrade your fucking system and leave mine alone.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-112896814794056459?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/112896814794056459/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=112896814794056459' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/112896814794056459'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/112896814794056459'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2005/10/screw-you-7027199149-you-canadian.html' title='Screw you, 70.27.199.149, you canadian prick.'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-112862548532190320</id><published>2005-10-06T13:58:00.000-05:00</published><updated>2005-10-06T14:04:45.326-05:00</updated><title type='text'>Power outage</title><content type='html'>The power went out at home while I was gone. I don't know when, but my machine was off when I got home. To top it all off, when I started it back up, my IP address had changed. Ever since I have had Cox, the only time my address changed was when I changed NICs. What happened this time? I didn't even get a 68.103 address -- it's in a completely different block. Oh well, it will be changing again when my DSL modem arrives from SBC. Hopefully, they'll be a lot better.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-112862548532190320?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/112862548532190320/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=112862548532190320' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/112862548532190320'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/112862548532190320'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2005/10/power-outage.html' title='Power outage'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-112853753974853900</id><published>2005-10-05T13:31:00.000-05:00</published><updated>2006-08-13T03:59:52.526-05:00</updated><title type='text'>Yin-Yang Cats</title><content type='html'>This is too cute: &lt;a href="http://www.jspenguin.org/imgs/boots_tigger.jpeg"&gt;Yin-Yang Cats&lt;/a&gt;. Those are my cats, but I didn't see the Yin-Yang right away.&lt;br /&gt;&lt;br /&gt;I posted this picture in a Totalfark thread, and somebody else posted it on this forum. How did I find out? Web server logs. Gotta love 'em. Just be warned that I can change these images at any time to anything I want. If I didn't think this was so cute, I would have changed it to &lt;a href="http://www.jspenguin.org/imgs/dontsteal.jpg"&gt;this image&lt;/a&gt; if I was feeling nice, and another image otherwise (I won't post it here).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-112853753974853900?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/112853753974853900/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=112853753974853900' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/112853753974853900'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/112853753974853900'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2005/10/yin-yang-cats.html' title='Yin-Yang Cats'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-112853422669357141</id><published>2005-10-05T12:33:00.000-05:00</published><updated>2005-10-05T12:43:46.696-05:00</updated><title type='text'>Another fucking child molester</title><content type='html'>From Friday's Eagle: (I'm just catching up here) &lt;a href="http://www.kansas.com/mld/kansas/12782574.htm"&gt;Ex-coach at Mulvane pleads to sex assault&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;OK, I hate this motherfucker as much as anyone, but stories like this also make me hate the media. Not because they publish these stories; it's the stories they don't publish that pisses me off. Whenever a little girl is molested by a coach, teacher, or stranger, it's front page news. What happens when a kid is molested by her own father? Oh, people don't want to hear about that. People don't want to believe that a father can do that to his own children. Well, guess what: he can. And what's worse, in some states, he can get probation, even getting custody of the child back after "treatment". People need to know that the greatest danger to children is not the weird looking guy in the park, it's the people the child trusts.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-112853422669357141?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/112853422669357141/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=112853422669357141' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/112853422669357141'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/112853422669357141'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2005/10/another-fucking-child-molester.html' title='Another fucking child molester'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-112853342015638879</id><published>2005-10-05T09:54:00.000-05:00</published><updated>2005-10-05T12:30:20.166-05:00</updated><title type='text'>Idiot bus driver leaves child on bus</title><content type='html'>From today's Eagle: &lt;a href="http://www.kansas.com/mld/kansas/12823774.htm"&gt;Bus driver quits after leaving sleeping child&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;When I was in elementary school, I knew a girl that got left on a bus all night. This has got to be scary as hell for a kid. I'm just glad this kid was OK.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-112853342015638879?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/112853342015638879/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=112853342015638879' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/112853342015638879'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/112853342015638879'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2005/10/idiot-bus-driver-leaves-child-on-bus.html' title='Idiot bus driver leaves child on bus'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-112847380396804906</id><published>2005-10-04T21:52:00.000-05:00</published><updated>2005-10-05T12:46:55.223-05:00</updated><title type='text'>Ok, I'm pissed. Already.</title><content type='html'>I was setting up my profile, and apparently, Blogspot does not think the URL &lt;a href="http://jspenguin.cjb.net:8080/imgs/me-small.jpg"&gt;http://jspenguin.cjb.net:8080/imgs/me-small.jpg&lt;/a&gt; exists. It didn't even check! There are no hits in my log for that url. I had to get my picture hosted somewhere else. But, if for some reason the free image host dumps my picture, it will &lt;em&gt;always&lt;/em&gt; be available at that URL.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-112847380396804906?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/112847380396804906/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=112847380396804906' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/112847380396804906'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/112847380396804906'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2005/10/ok-im-pissed-already.html' title='Ok, I&apos;m pissed. Already.'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17468963.post-112847257882756861</id><published>2005-10-04T21:27:00.000-05:00</published><updated>2005-10-05T12:45:09.836-05:00</updated><title type='text'>Hello World!</title><content type='html'>Hello, world! I created this blog because I got tired of updating my page by hand every time I wanted to say something. So, if you want to learn more about me, visit the &lt;a href="http://jspenguin.cjb.net:8080/about.psp"&gt;about page&lt;/a&gt; on my site. You can also read my &lt;a href="http://jspenguin.cjb.net:8080/rants.psp"&gt;rants page&lt;/a&gt; to see some of the stuff I don't like.  The &lt;a href="http://jspenguin.cjb.net:8080/"&gt;front page&lt;/a&gt; doesn't have much content right now.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17468963-112847257882756861?l=blog.jspenguin.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.jspenguin.org/feeds/112847257882756861/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17468963&amp;postID=112847257882756861' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/112847257882756861'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17468963/posts/default/112847257882756861'/><link rel='alternate' type='text/html' href='http://blog.jspenguin.org/2005/10/hello-world.html' title='Hello World!'/><author><name>Jared Stafford</name><uri>http://www.blogger.com/profile/03424274563621497655</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
