<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sugardeath &#187; Miscellaneous</title>
	<atom:link href="http://sugardeath.net/category/miscellaneous/feed" rel="self" type="application/rss+xml" />
	<link>http://sugardeath.net</link>
	<description></description>
	<lastBuildDate>Tue, 13 Dec 2011 19:10:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Updates</title>
		<link>http://sugardeath.net/12/2011/updates-2</link>
		<comments>http://sugardeath.net/12/2011/updates-2#comments</comments>
		<pubDate>Tue, 13 Dec 2011 19:10:31 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[weechat]]></category>

		<guid isPermaLink="false">http://sugardeath.net/?p=2513</guid>
		<description><![CDATA[Writing this plugin in python has been nothing but a joy.&#160; I've honestly never had an easier time just whipping out a script and adding features to it.&#160; I almost did it in perl, as weechat has a scripting interface for perl and I am more knowledgeable with perl, but I feel as if I [...]]]></description>
			<content:encoded><![CDATA[<p>Writing this plugin in python has been nothing but a joy.&nbsp; I've honestly never had an easier time just whipping out a script and adding features to it.&nbsp; I almost did it in perl, as weechat has a scripting interface for perl and I am more knowledgeable with perl, but I feel as if I would have had a harder time writing this in perl.&nbsp; </p>
<p>Recent changes to the script include:</p>
<ul>
<li>Now sends entire message body as a reply.&nbsp; (IMAP breaks the message body into multiple lines, and this was tripping up my script since I expected it all on one line)</li>
<li>Does not send the user's signature or quoted messages if user defines strings that indicate a signature:</li>
<li>User can define what strings are present that indicate a signature so that the entire message history is not sent.<br />
i.e. Gmail on Android sends my signature as </p>
<pre class="wp-code-highlight prettyprint linenums:1">
Tony Lademan
</pre>
<p>so I add that to the array, but Gmail on the web sends my signature as </p>
<pre class="wp-code-highlight prettyprint linenums:1">
--
Tony Lademan
</pre>
<p>so I also add "--" to the array as well.&nbsp; Similarly, if you don't have a signature, but your client quotes messages with a string such as <em>On DATE, NAME wrote:</em>, then you can add <em>wrote:</em> or the name to your array.&nbsp; Commands are described in the comment body of the script.&nbsp; Multiple strings can be stored and will be used to determine when the script should stop reading the message body.</li>
<li>Rudimentary help descriptions for the commands.</li>
</ul>
<p>There's no change log in the file itself yet, not sure if I should do that or push this to its own git repo and make a separate CHANGELOG file that aggregates all of the relevant logs from my current "scripts" repo.&nbsp; Or just push my entire scripts repo somewhere public and not give a shit.</p>
<p>Link to the <a href="http://sugardeath.net/12/2011/here-it-is">original post</a> with links to the source.</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/12/2011/updates-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Here it is</title>
		<link>http://sugardeath.net/12/2011/here-it-is</link>
		<comments>http://sugardeath.net/12/2011/here-it-is#comments</comments>
		<pubDate>Sun, 04 Dec 2011 02:29:55 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[weechat]]></category>

		<guid isPermaLink="false">http://sugardeath.net/?p=2503</guid>
		<description><![CDATA[As promised, I'm releasing the code to my recent weechat script in a state that I am mildly comfortable with. Pretty source Download (My server tries to execute .py files, so you'll need to rename it) In my haste, I do not have error checking for things like failed logins.&#160; Make sure your username and [...]]]></description>
			<content:encoded><![CDATA[<p>As promised, I'm releasing the code to my <a href="http://sugardeath.net/12/2011/solving-problems-that-never-really-existed">recent weechat script</a> in a state that I am mildly comfortable with.</p>
<p><a href="http://sugardeath.net/scripts/email_replies.py.php">Pretty source</a><br />
<a href="http://sugardeath.net/scripts/email_replies.pys">Download</a> (My server tries to execute .py files, so you'll need to rename it)</p>
<p>In my haste, I do not have error checking for things like failed logins.&nbsp; Make sure your username and password are correct if you try to use this.&nbsp;<br />
You <strong>will</strong> need to have the imaplib python module installed.</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/12/2011/here-it-is/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seven in the morning</title>
		<link>http://sugardeath.net/11/2011/seven-in-the-morning</link>
		<comments>http://sugardeath.net/11/2011/seven-in-the-morning#comments</comments>
		<pubDate>Mon, 28 Nov 2011 14:00:30 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://sugardeath.net/11/2011/seven-in-the-morning</guid>
		<description><![CDATA[Well, thanksgiving break is over and now there's one week of classes and then midterms. Everything moves way too quickly. It feels like I never have enough time to prepare for anything. If you're looking for a fun strategy game, let me recommend Greed Corp. It's a turn based game based around eliminating the other [...]]]></description>
			<content:encoded><![CDATA[<p>Well, thanksgiving break is over and now there's one week of classes and then midterms. Everything moves way too quickly. It feels like I never have enough time to prepare for anything. </p>
<p>If you're looking for a fun strategy game, let me recommend Greed Corp. It's a turn based game based around eliminating the other players. It's a tile based game, and that aspect reminds me heavily of physical board games like Carcassonne or Settlers of Catan. The build options are very limited in Greed Corp, though. You can build and destruct harvesters, build armories that let you build units (of which there is a single kind) and carriers, and turrets. </p>
<p>On the surface, it seems pretty simple, but one of the unique parts about this game is that the tiles have layers, and certain actions can strip these layers until that tile is destroyed. By the end of a specific match, the level will look nothing like what you started with. This can obviously really mess up transportation or harvesting plans, and so is a very valuable or detestable strategy. </p>
<p>I bought it for $2.50 since it is on sale until noon today central time over at http://steampowered.com.  Normally it's only ten dollars, which is still a pretty good price for this game. </p>
<p>And now off to campus for thirteen hours. </p>
<p><span class="post_sig">Posted from WordPress for Android</span></p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/11/2011/seven-in-the-morning/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There used to be a bike attached to this.</title>
		<link>http://sugardeath.net/11/2011/there-used-to-be-a-bike-attached-to-this</link>
		<comments>http://sugardeath.net/11/2011/there-used-to-be-a-bike-attached-to-this#comments</comments>
		<pubDate>Sat, 19 Nov 2011 06:34:00 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://sugardeath.net/?p=2465</guid>
		<description><![CDATA[Posted from WordPress for Android]]></description>
			<content:encoded><![CDATA[<p><a alt="image" href="http://sugardeath.net/wordpress/wp-content/uploads/2011/11/wpid-IMG_20111118_1834401.jpg"><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://sugardeath.net/wordpress/wp-content/uploads/2011/11/wpid-IMG_20111118_183440.jpg" /></a></p>
<p><span class="post_sig">Posted from WordPress for Android</span></p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/11/2011/there-used-to-be-a-bike-attached-to-this/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super Stressed</title>
		<link>http://sugardeath.net/11/2011/super-stressed</link>
		<comments>http://sugardeath.net/11/2011/super-stressed#comments</comments>
		<pubDate>Wed, 16 Nov 2011 01:30:50 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://sugardeath.net/11/2011/super-stressed</guid>
		<description><![CDATA[Was gonna write a bunch of stuff here, but then I watched last night's Adventure Time and I've calmed down well enough to work on calming down more. It was a really dark episode, definitely did not expect that. Totally awesome, though. Posted from WordPress for Android]]></description>
			<content:encoded><![CDATA[<p>Was gonna write a bunch of stuff here, but then I watched last night's Adventure Time and I've calmed down well enough to work on calming down more. </p>
<p>It was a really dark episode, definitely did not expect that. Totally awesome, though. </p>
<p><span class="post_sig">Posted from WordPress for Android</span></p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/11/2011/super-stressed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gib item plx</title>
		<link>http://sugardeath.net/11/2011/gib-item-plx</link>
		<comments>http://sugardeath.net/11/2011/gib-item-plx#comments</comments>
		<pubDate>Thu, 10 Nov 2011 16:10:45 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://sugardeath.net/11/2011/gib-item-plx</guid>
		<description><![CDATA[As I've begun posting again, the spam comments have increased drastically. About three months ago, David got me back into Team Fortress 2.  I took about a month off, then played a few nights with David and Brian and am back into it again. It really does not help that I finally got off my [...]]]></description>
			<content:encoded><![CDATA[<p>As I've begun posting again, the spam comments have increased drastically. </p>
<p>About three months ago, David got me back into Team Fortress 2.  I took about a month off, then played a few nights with David and Brian and am back into it again. It really does not help that I finally got off my butt and installed it under wine. It works flawlessly after a few tweaks. </p>
<p>It's been about a week now since David also got me into the whole item economy in TF2. Now I'm keeping track of the random drops I get, what they're worth in refined metalt, and what I can trade them for. I still don't know what I want, item wise, but I'll still trade for things! </p>
<p>I was able to get all but two of my currently played Steam games to work under wine, which is going to be really bad for my productivity, since rebooting into windows was actually kind of a good deterrent. Also included in that list of games: Sim City 4.  My academic life is over. </p>
<p><span class="post_sig">Posted from WordPress for Android</span></p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/11/2011/gib-item-plx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gin.&#160; Ger. Bread.</title>
		<link>http://sugardeath.net/05/2011/gin-ger-bread</link>
		<comments>http://sugardeath.net/05/2011/gin-ger-bread#comments</comments>
		<pubDate>Fri, 13 May 2011 20:49:00 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[gingerbread]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[roms]]></category>

		<guid isPermaLink="false">http://sugardeath.net/05/2011/gin-ger-bread</guid>
		<description><![CDATA[After spending an odd amount of time fighting with Samsung's drivers and their "Odin" tool, my Captivate is on Gingerbread. I had to flash back to stock before I could put the proper bootloader on the phone, but it was worth the trouble. On the last few Froyo roms, I was getting lag with the [...]]]></description>
			<content:encoded><![CDATA[<p>After spending an odd amount of time fighting with Samsung's drivers and their "Odin" tool, my Captivate is on Gingerbread. I had to flash back to stock before I could put the proper bootloader on the phone, but it was worth the trouble. On the last few Froyo roms, I was getting lag with the notification bar pretty often, and there were a few other places it slowed down where it shouldn't have. </p>
<p>Now? Performs wonderfully despite a few minor issues: after converting from rfs to ext4, it boot loops twice before finally allowing me to use the phone, but apparently 2.3 kernel development is still a little behind on the Captivate. I also can't use the Google search app, the one that pops up when you hit the search button. It just crashes. Not that I used it much, but still. </p>
<p>Overall, definitely worth it. </p>
<p>Oh look, search is working. </p>
<p>Also boot loops appear to be gone. </p>
<p><span class="post_sig">Posted from WordPress for Android</span></p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/05/2011/gin-ger-bread/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The worst about part about bed bugs in the other apartment..</title>
		<link>http://sugardeath.net/04/2011/the-worst-about-part-about-bed-bugs-in-the-other-apartment</link>
		<comments>http://sugardeath.net/04/2011/the-worst-about-part-about-bed-bugs-in-the-other-apartment#comments</comments>
		<pubDate>Thu, 07 Apr 2011 08:20:27 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[bed bugs]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[cats]]></category>

		<guid isPermaLink="false">http://sugardeath.net/04/2011/the-worst-about-part-about-bed-bugs-in-the-other-apartment</guid>
		<description><![CDATA[.. is that I can feel them crawling on me even though we're 90% certain they're not at this one. I can't sleep right now for fear of them crawling on me and drinking my blood. I feel every itch, every hair movement. That dark freckle on the side of my knee looks like a [...]]]></description>
			<content:encoded><![CDATA[<p>.. is that I can feel them crawling on me even though we're 90% certain they're not at this one. </p>
<p>I can't sleep right now for fear of them crawling on me and drinking my blood. I feel every itch, every hair movement. That dark freckle on the side of my knee looks like a bug from up here. So does that black spot in front of the bathroom. </p>
<p>Why did we get a dark purple color for our bed sheets? Are they nesting behind the molding? Will they nest in the new bed frame? When we were sleeping on the rug for three or four days, did we let them build a new home there? Are a million tiny little eggs going to hatch from the rug? The wall? The old pillows? Our electronics that we steam cleaned? </p>
<p>I haven't seen them. I haven't seen their poop, or any out of place blood stains. There have been none of the tell-tale bite marks after sleeping. Sarah had one after we went to the other place to get some work done there, but that's it.  </p>
<p>Pinto is just licking the floor, not trying to eat a bug. Sarah doesn't seem the least bit upset. </p>
<p>It might help if I wasn't the one sleeping so close to the wall. </p>
<p>I bet it's really hard to see a tiny, dark red bug on a dark purple mattress cover. </p>
<p>It's going to be months before I feel safe and comfortable again. </p>
<p>Why do I have a dark freckle on my foot, too? </p>
<p>Well, the bed looks fine save for some cat hair, Sarah, and Pinto who just came over to tell me to go to sleep. I feel a little more comfortable that he checked out my side of the bed then came back to rub me, as if to say that everything is fine. Also, if he saw something, his being a cat wouldn't let him ignore it. </p>
<p>Kinda wish my cat would do this sort of thing for me. Instead he's just falling asleep on top of the placeware cabinet I built earlier today. </p>
<p>Though at this point, aren't the cats <em>ours</em>, not mine and hers? Funny how one's views on ownership change after becoming engaged. </p>
<p><span class="post_sig">Posted from WordPress for Android</span></p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/04/2011/the-worst-about-part-about-bed-bugs-in-the-other-apartment/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bed Bugs</title>
		<link>http://sugardeath.net/04/2011/bed-bugs</link>
		<comments>http://sugardeath.net/04/2011/bed-bugs#comments</comments>
		<pubDate>Mon, 04 Apr 2011 08:24:33 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[apartment]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://sugardeath.net/04/2011/bed-bugs</guid>
		<description><![CDATA[Basically, they blow. I haven't been to school in three weeks because of spring break and then being sick and then the bugs. Life is weird right now, but at least going through a seemingly hopeless situation like this is reaffirming my decision to ask Sarah to marry me. She's been immensely helpful. Posted from [...]]]></description>
			<content:encoded><![CDATA[<p>Basically, they blow. I haven't been to school in three weeks because of spring break and then being sick and then the bugs. </p>
<p>Life is weird right now, but at least going through a seemingly hopeless situation like this is reaffirming my decision to ask Sarah to marry me. She's been immensely helpful. </p>
<p><span class="post_sig">Posted from WordPress for Android</span></p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/04/2011/bed-bugs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A small project</title>
		<link>http://sugardeath.net/03/2011/a-small-project</link>
		<comments>http://sugardeath.net/03/2011/a-small-project#comments</comments>
		<pubDate>Thu, 17 Mar 2011 08:45:40 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://sugardeath.net/03/2011/a-small-project</guid>
		<description><![CDATA[For the past month or two, I've been working on a little todo app for Android in my free time. I didn't like any of the apps on the market, mostly because they lacked a minimilistic widget (or in some cases, lacked an entire widget), so I decided to build my own. I did the [...]]]></description>
			<content:encoded><![CDATA[<p>For the past month or two, I've been working on a little todo app for Android in my free time. I didn't like any of the apps on the market, mostly because they lacked a minimilistic widget (or in some cases, lacked an entire widget), so I decided to build my own. </p>
<p>I did the same thing in perl quite a while ago to learn how to manipulate XML from within perl. The android version uses sqlite, since it's built into the system, basically. </p>
<p>It doesn't do anything fancy, nor does the date really matter yet (it is a secondary sort term, but that's it for now), but I'm already finding it pretty handy, and I think I'm getting comfortable with the idea of releasing it. </p>
<p>I think it would be really cool to do some sort of cloud storage thing so that I could link it with my perl script and have the same list on all of my devices, but that'll be way down the line. </p>
<p>NOTE: I apologize for the size of the images, I'm doing this from my phone, so making thumbnails and linking to the full-size image is pretty tough. If I remember to, I'll fix this later. </p>
<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://sugardeath.net/wordpress/wp-content/uploads/2011/03/wpid-snap20110317_032921.png" /></p>
<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://sugardeath.net/wordpress/wp-content/uploads/2011/03/wpid-snap20110317_032934.png" /></p>
<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://sugardeath.net/wordpress/wp-content/uploads/2011/03/wpid-snap20110317_033459.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/03/2011/a-small-project/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

