<?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>Peter&#039;s Musings &#187; Peter</title>
	<atom:link href="http://thecodergeek.com/post/author/admin/feed" rel="self" type="application/rss+xml" />
	<link>http://thecodergeek.com</link>
	<description>A day (or more) in the life of a CS &#38; Math student...</description>
	<lastBuildDate>Thu, 23 Feb 2012 09:07:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cherry-Picking With Git, For Fun And For Profit</title>
		<link>http://thecodergeek.com/post/341</link>
		<comments>http://thecodergeek.com/post/341#comments</comments>
		<pubDate>Thu, 23 Feb 2012 09:07:25 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[youdevsareawesome]]></category>

		<guid isPermaLink="false">http://thecodergeek.com/?p=341</guid>
		<description><![CDATA[(This is more as a reminder to myself in the future, rather than a full-fledged posting.) As I learn more about Git and how we use it in Fedora packaging, I keep discovering cool new things about it that I love. One particular aspect that I&#8217;m quickly growing to adore is the feature to cherry-pick [...]]]></description>
			<content:encoded><![CDATA[<p>(This is more as a reminder to myself in the future, rather than a full-fledged posting.)</p>
<p>As I learn more about Git and how we use it in Fedora packaging, I keep discovering cool new things about it that I love. One particular aspect that I&#8217;m quickly growing to adore is the feature to cherry-pick between commits in related branches. Suppose I&#8217;m currently working on the <tt>master</tt> branch of a package which is kept in sync with <tt>f16</tt> and <tt>f17</tt> branches.</p>
<p>Now, a new version comes up or I make a patch to fix a bug. After committing the changes to <tt>master</tt>, I can easily copy those commits to the release branches with a simple cherry-pick operation:</p>
<pre>$ fedpkg switch-branch f17
$ git cherry-pick master</pre>
<p>This copies the most recent commit from the <tt>master</tt> branch into the current one. (See the Git documentation for more information on specifying commit IDs.) Compare this to CVS, where we had to manually diff the <tt>devel/</tt> branch directory and apply that to each branch by hand&#8230;it&#8217;s so much nicer with Git. <img src='http://thecodergeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Then it&#8217;s a simple matter to push the changes to the Fedora repository and run builds for them through Koji, by running <tt>fedpkg push</tt> and <tt>fedpkg build</tt> in each branch. Sweet!</p>
<p>Also, the fullscreen mode of WordPress&#8217; new post editor is fantastic &#8211; I owe someone a beverage for that.</p>
<p>Now to get some sleep, so I can finish this Algorithm Analysis project tomorrow. Ta for now!</p>
]]></content:encoded>
			<wfw:commentRss>http://thecodergeek.com/post/341/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Bugzilla Spam, Ahoy!</title>
		<link>http://thecodergeek.com/post/319</link>
		<comments>http://thecodergeek.com/post/319#comments</comments>
		<pubDate>Tue, 02 Aug 2011 19:03:06 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[youdevsareawesome]]></category>

		<guid isPermaLink="false">http://thecodergeek.com/?p=319</guid>
		<description><![CDATA[In an effort to organize my Fedora bug squashing, I&#8217;ve been going through all the bugs assigned or CC-ed to me on Fedora&#8217;s Bugzilla. The first thing I&#8217;ve done is to remove myself from the CC and Assignee of many bugs whose packages I no longer maintain or have interest in. Unfortunately, if you&#8217;re on [...]]]></description>
			<content:encoded><![CDATA[<p>In an effort to organize my Fedora bug squashing, I&#8217;ve been going through all the bugs assigned or CC-ed to me on Fedora&#8217;s Bugzilla. The first thing I&#8217;ve done is to remove myself from the CC and Assignee of many bugs whose packages I no longer maintain or have interest in. Unfortunately, if you&#8217;re on these bugs CC-ed or otherwise, you&#8217;re about to get an influx of 200+ automated email notifications from bugzilla about these changes. My apologies! <img src='http://thecodergeek.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://thecodergeek.com/post/319/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CurvyLooks 0.4 RC1: Almost GNOME 3-ready!</title>
		<link>http://thecodergeek.com/post/316</link>
		<comments>http://thecodergeek.com/post/316#comments</comments>
		<pubDate>Mon, 11 Apr 2011 05:30:18 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Linux & F/OSS]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[curvylooks]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://thecodergeek.com/?p=316</guid>
		<description><![CDATA[After over three years, CurvyLooks has an update! Yes, folks &#8211; this time it&#8217;s for GNOME 3 support&#8230;.well, almost. It is based heavily on the Adwaita GNOME theme (in fact, simply copied verbatim in many parts). Unfortunately, I&#8217;ve not been able to adequately set the menu item and notebook-tag coloring, so those parts still look [...]]]></description>
			<content:encoded><![CDATA[<p>After over three years, <a title="CurvyLooks Theme" href="http://projects.thecodergeek.com/curvylooks/">CurvyLooks</a> has an update! Yes, folks &#8211; this time it&#8217;s for GNOME 3 support&#8230;.well, almost. It is based heavily on the Adwaita GNOME theme (in fact, simply copied verbatim in many parts). Unfortunately, I&#8217;ve not been able to adequately set the menu item and notebook-tag coloring, so those parts still look a little bit ugly. I&#8217;ve been trying to tweak the Adwaita theme on a trial-and-error basis to see how to do this, to no avail. Contributions welcomed! <img src='http://thecodergeek.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Also, I need to post more often on here&#8230;this I have decided.</p>
]]></content:encoded>
			<wfw:commentRss>http://thecodergeek.com/post/316/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silence is NOT Golden!</title>
		<link>http://thecodergeek.com/post/308</link>
		<comments>http://thecodergeek.com/post/308#comments</comments>
		<pubDate>Thu, 14 Oct 2010 05:44:00 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux & F/OSS]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[youdevsareawesome]]></category>

		<guid isPermaLink="false">http://thecodergeek.com/?p=308</guid>
		<description><![CDATA[It&#8217;s been a long long while (6+ months! Eep.); but to quote the great Monty Python and the Holy Grail, &#8220;I&#8217;m not dead yet!&#8221; &#8211; and neither is this blog. So, what has this geek been up to recently? On the one hand, my search for a decent [part-time] job is&#8230;well, it&#8217;s still ongoing. On [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long long while (6+ months! Eep.); but to quote the great <em>Monty Python and the Holy Grail</em>, &#8220;I&#8217;m not dead yet!&#8221; &#8211; and neither is this blog.</p>
<p>So, what has this geek been up to recently? On the one hand, my search for a decent [part-time] job is&#8230;well, it&#8217;s still ongoing. On the other, I&#8217;ve been very busy with classwork, family obligations, and other real life duties.</p>
<p>In the meantime, I&#8217;ve been working on updates to several of my packages in addition to new goodies (such as the successor to the GNOME Music Applet, <a title="Panflute" href="https://launchpad.net/panflute">Panflute</a>). I apologize for the rather lengthy delays in these! But, I should be able to get to all of them sometime within the next several days or so. (Git still puzzles me slightly, so please bare with me as I slowly resume my packaging duties.) And lastly, I would like to shout a huge THANK YOU to all those who have helped triage and maintain my packages during my brief hiatus. Now, to finish this Deluge update&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://thecodergeek.com/post/308/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slight E-Mail Hiccup</title>
		<link>http://thecodergeek.com/post/295</link>
		<comments>http://thecodergeek.com/post/295#comments</comments>
		<pubDate>Tue, 02 Mar 2010 02:37:31 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[inbox]]></category>
		<category><![CDATA[offline]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://thecodergeek.com/?p=295</guid>
		<description><![CDATA[Having grown more than a little bit tired of how slow Evolution is at filtering emails, I decided to try the new Thunderbird. (I say &#8220;new&#8221; because I have not used it since it was version 1.5-ish.) Unfortunately, I accidentally decided to have them both open at the same time &#8211; my understanding being that [...]]]></description>
			<content:encoded><![CDATA[<p>Having grown more than a little bit tired of how slow Evolution is at filtering emails, I decided to try the new Thunderbird. (I say &#8220;new&#8221; because I have not used it since it was version 1.5-ish.)</p>
<p>Unfortunately, I accidentally decided to have them both open at the same time &#8211; my understanding being that IMAP is okay with multiple simultaneous connections. Apparently this is not the case between Thunderbird and Evolution, as I quickly discovered. Something clashed with something else somewhere along the code, and now much to my dismay my Inbox is empty. (Oops.)</p>
<p>Long story short, if you sent me an email since Saturday morning (which was the last time I thuroughly checked my email) that you need me to read and/or respond to, please resend it.  Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://thecodergeek.com/post/295/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ThinkPad T500: Initial Fedora Report &#8211; Marvelous!</title>
		<link>http://thecodergeek.com/post/273</link>
		<comments>http://thecodergeek.com/post/273#comments</comments>
		<pubDate>Tue, 15 Sep 2009 04:15:16 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[omgawsum]]></category>
		<category><![CDATA[youdevsareawesome]]></category>

		<guid isPermaLink="false">http://thecodergeek.com/?p=273</guid>
		<description><![CDATA[Well, after receiving my ThinkPad T500, I set about tweaking the pre-installed Windows Vista, and spent most of the weekend attempting to get it dual-booting Vista and Fedora nicely. For better or worse, neither Fedora&#8217;s GRUB nor Windows&#8217; BCD bootloader would accept booting the other OS properly. I came to realize that I hadn&#8217;t used [...]]]></description>
			<content:encoded><![CDATA[<p>Well, after receiving my <a href="http://thecodergeek.com/post/256">ThinkPad T500</a>, I set about tweaking the pre-installed Windows Vista, and spent most of the weekend attempting to get it dual-booting Vista and Fedora nicely. For better or worse, neither Fedora&#8217;s GRUB nor Windows&#8217; BCD bootloader would accept booting the other OS properly. I came to realize that I hadn&#8217;t used or needed to use Windows in over 5 years (even the server at work is CentOS), so It&#8217;s highly unlikely that I will need it in the foreseeable future. Just in case though, I can always run it in a VM. So, after burning the Product Recovery Discs, I wiped it all and installed <a title="Fedora Project" href="https://fedoraproject.org/">Fedora</a> on this wonderful machine. <img src='http://thecodergeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I configured it with 4 partitions:</p>
<ol>
<li><code>/boot</code> (about 500 MB)</li>
<li>Swap (about 5 GB)</li>
<li><code>/</code> (FS root, about 35 GB)</li>
<li><code>/home</code> (the remaining ~210 GB)</li>
</ol>
<p>As far as the hardware goes, everything appears to work out of the (quite literal) box. The processor&#8217;s throttling is automatically handled by cpuspeed and ACPI. The LCD was automatically detected at the appropriate resolution (WSXGA+, 1680&#215;1050) and DPI (129), and graphics (integrated Intel GMA X4500HD) work very well &#8211; 3D, Compiz, and everything. Virtualization extensions (so-called &#8220;VT&#8221;) were disabled in the BIOS by default for whatever reason, but enabling them took only a few seconds and KVM works wonderfully (running an Ubuntu 9.04 virtual machine for a Linux class).</p>
<p>The TrackPoint(tm) and TouchPad both work splendidly, although the TrackPoint does take a lot of practice to get comfortable with. I&#8217;m tempted to disable the touchpad in the BIOS, since I don&#8217;t actually use it for pointing (and I often erroneously swipe it with my palm while using the so-called &#8220;nipple mouse&#8221; of the TrackPoint); but I <strong>do</strong> use it for the scrolling, so I&#8217;ve not yet found a happy medium. Suggestions appreciated.</p>
<p>The hard disk (Western Digital WDC WD2500BEVS-0) and DVD burner drive (HL-DT-ST DVDRAM GSA-U20N) are surprisingly speedy. I&#8217;ve already burned two copies of the Fedora 11 LiveCD and several data discs (backups) with no problems. The Bluetooth works well, and I can easily send and receive files to and from my phone through the included Bluetooth stack. The wifi  (Intel WiFi Link 5300 [AGN]) works beautifully with the included <code>iwlagn</code> driver, enabled by default. Also, <a title="NetworkManager - Linux Networking made Easy" href="http://projects.gnome.org/NetworkManager/">NetworkManager</a> makes connectivity trivial. (Thanks, devs!)</p>
<p>The firewire and PC Card slot also seem to work &#8211; they are autodetected and drivers loaded. However, as I have no firewire- or PC Card-based devices, I cannot verify their functionality.</p>
<p>I have come to quickly love the <a title="GNOME Power Manager" href="http://projects.gnome.org/gnome-power-manager/">GNOME Power Manager</a> stack. According to it, the battery on a full charge should last me about 5 hours. It keeps track of how much charge the battery has, how quickly I&#8217;m consuming or charging it depending on if I am plugged into AC power, etc. It even shows me a graph of my recent power history! Wonderful little tool. With the help of Intel&#8217;s fantastic <a title="LessWatts.org - Saving Power on Intel systems with Linux" href="http://www.lesswatts.org/projects/powertop/">PowerTOP</a> utility, I&#8217;ve increased that computed estimate to nearly 6 hours. (!)</p>
<p>With regards to multimedia, things worked beautifully without me even trying. The built-in webcam works perfectly with <a title="Cheese" href="http://projects.gnome.org/cheese/">Cheese</a>, and the built-in sound works for both playback (surprisingly loud at maximum volume!) and recording (not fantastic quality, but it&#8217;s very good at eliminating surrounding static and other noises). I can&#8217;t wait to try video-calling someone with the recent <a title="Empathy - GNOME Live!" href="http://live.gnome.org/Empathy">Empathy</a> enhancements!</p>
<p>All of the hotkeys &#8211; brightness-switching, volume control, playback/navigation, etc.) work as expected, and ACPI (with GNOME Power Manager) even automatically suspends when I close the lid &#8211; wonderful!</p>
<p>I&#8217;ve also noticed that the machine stays colder in Fedora than it ever did while running the preinstalled Windows. Maybe this is only subjective though, as I never checked the actual temperatures in Windows. Or perhaps Linux/Fedora is better at staying in deeper C-states for longer intervals. In either case, I can work with it directly on my lap quite comfortably.</p>
<p>One of the main reasons I decided upon the T-series instead of a similar R-series laptop was weight. Even with the battery installed, it is only about 5.5 pounds. (That&#8217;s about 2.5 kilograms for the rest of the world who use a less-insane system of measurements.) This is quite comfortable to carry with me around school and work without tiring my shoulder.</p>
<p>The only thing which I&#8217;ve been unable to test, aside from the firewire and PC card slots, is the dual-screen capability. According to the included manual, it should be capable of using the DisplayPort interface to attach a secondary screen (such as a projector) and automatically resize appropriately, with <em><code>[Fn]+[Spacebar]</code></em>. I suppose that if this does not yet already Just Work(tm), it will be fixed by the time I need to worry about actually using it though.</p>
<p>Overall, I love this laptop, and am extremely happy with my purchase decision. In fact, the only qualm I have with this wonderful computer is that it&#8217;s not yet <a title="laptop stickers - Google Images" href="http://images.google.com/images?q=laptop+stickers">decorated</a>! Oh great lazyweb, doe anyone know where I can get stickers for GNOME, Fedora, Linux/Tux, et al., to adorn it with? <img src='http://thecodergeek.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Also: A huge <em><strong>THANK YOU </strong></em>to all of the developers who helped make my first Linux-on-a-laptop experience an absolutely wonderful one. I love it when things work so simply and effectively!</p>
]]></content:encoded>
			<wfw:commentRss>http://thecodergeek.com/post/273/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fedora 11: Recent X.org/Intel 965 Update Breakage</title>
		<link>http://thecodergeek.com/post/266</link>
		<comments>http://thecodergeek.com/post/266#comments</comments>
		<pubDate>Thu, 10 Sep 2009 21:12:48 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thecodergeek.com/?p=266</guid>
		<description><![CDATA[Those who have compiz (&#8220;Desktop Effects&#8221;) enabled on 965 GPUs should be very wary of today&#8217;s xorg-x11-server-1.6.3-4.fc11 (FEDORA-2009-8766) update. For some reason or another, it makes Compiz prone to crashing when starting up. The solution to this is to revert to 1.4.3-3, or to temporarily disable Compiz. The latter can be done by changing the [...]]]></description>
			<content:encoded><![CDATA[<p>Those who have compiz (&#8220;Desktop Effects&#8221;) enabled on 965 GPUs should be very wary of today&#8217;s <a title="FEDORA-2009-8766: xorg-x11-server-1.6.3-4.fc11 bugfix update" href="https://admin.fedoraproject.org/updates/F11/FEDORA-2009-8766">xorg-x11-server-1.6.3-4.fc11 (FEDORA-2009-8766)</a> update. For some reason or another, it <a title=" Bug 518748 -  Update to xserver-xorg 1.6.3 blocks login with compiz enabled, and deadlocks the entire system after switching to console and back to X" href="https://bugzilla.redhat.com/show_bug.cgi?id=518748">makes Compiz prone to crashing when starting up</a>. The solution to this is to revert to 1.4.3-3, or to temporarily disable Compiz. The latter can be done by changing the GConf entry. Switch to a virtual terminal from the GDM login screen by pressing <em>Ctrl + Alt + F2</em>, then login and run the following command:</p>
<blockquote><p><code>gconftool-2 --set /desktop/gnome/session/required_components/windowmanager --type string 'metacity'</code></p></blockquote>
<p>Again, this <em><strong>does not actually fix</strong></em> the problem in the Xorg/Compiz stack. It instead  <strong><em>disables Compiz entirely</em></strong> (reverting to Metacity &#8211; the default GNOME window manager).</p>
<p>This will workaround the bug until it can be solved properly. Note that any attempt to re-enable Compiz once logged in will also recreate this crash. So, it&#8217;s best to just leave it off until this is fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://thecodergeek.com/post/266/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My First Laptop: A ThinkPad</title>
		<link>http://thecodergeek.com/post/256</link>
		<comments>http://thecodergeek.com/post/256#comments</comments>
		<pubDate>Tue, 25 Aug 2009 04:04:51 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[omgawsum]]></category>
		<category><![CDATA[thinkpad]]></category>

		<guid isPermaLink="false">http://thecodergeek.com/?p=256</guid>
		<description><![CDATA[Another summer has passed me by, and I still haven&#8217;t learned how to ride a bike nor how to swim properly. Alas, I suppose I&#8217;ll get to these eventually. I have kept one of my resolutions though. I finally splurged and bought myself a ThinkPad (specifically, a T500). I decided upon the following specs: Intel [...]]]></description>
			<content:encoded><![CDATA[<p>Another summer has passed me by, and I still haven&#8217;t learned how to ride a bike nor how to swim properly. Alas, I suppose I&#8217;ll get to these eventually. I <strong>have</strong> kept one of my resolutions though. I finally splurged and bought myself a ThinkPad (specifically, a T500). I decided upon the following specs:</p>
<ul>
<li>Intel Core 2 Duo Processor P8400 (2.26GHz 1066MHz 3MBL2) 25W</li>
<li>Genuine Windows Vista Home Basic <em>(Will be used only to verify hardware functionality. Fedora will replace it thereafter.)</em></li>
<li>15.4&#8243; WSXGA+ TFT, w/ CCFL Backlight <em>(137 DPI&#8230;sweet.)</em></li>
<li>Intel Graphics Media Accelerator x4500HD with vPro</li>
<li>4 GB PC3-8500 DDR3 SDRAM 1067MHz SODIMM Memory (2 DIMM)</li>
<li>UltraNav (TrackPoint and TouchPad)</li>
<li>250 GB Hard Disk Drive, 5400rpm</li>
<li>DVD Recordable 8x Max Dual Layer, Ultrabay Slim (Serial ATA)</li>
<li>Integrated Bluetooth PAN</li>
<li>Intel WiFi Link 5300 (AGN) with My WiFi Technology</li>
<li>9 cell Li-Ion Battery</li>
<li>4 Year On Site Upgrade with 4 Year ThinkPad Protection</li>
</ul>
<p>Thankfully, I found an excellent discount through the CPP (Contractor Purchase Program) which cut the cost from nearly $2,200 to just $1,400 (including shipping and taxes, state fees, et al.) &#8211; a savings of 40%! The 4-year protection plan was about 30% of the final cost. Well worth it, though.</p>
<p>As it is, this will be a life-safer, as I&#8217;ve been having a lot of intermittent hardware issues on my desktop: I get seemingly-random WiFi disconnects; DVD-burning often fails for no discernible reason, and my hard drive is on its last legs, so to speak. (In fact, just today I saw another 12 sectors go bad and need to be reallocated&#8230;its count is now at 177. The manufacturer maximum is 188!) &#8211; I&#8217;m all anxious and impatient now!</p>
<p>So, in the span of one month, I&#8217;ve spent almost $4,000 (tuition/registration fees, books/supplies, and ThinkPad). I think that&#8217;s quite enough for a while. <img src='http://thecodergeek.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://thecodergeek.com/post/256/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Today&#8217;s Spanish Lesson, and Inquiry</title>
		<link>http://thecodergeek.com/post/243</link>
		<comments>http://thecodergeek.com/post/243#comments</comments>
		<pubDate>Thu, 13 Aug 2009 06:33:54 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[japanese]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[spanish]]></category>

		<guid isPermaLink="false">http://thecodergeek.com/?p=243</guid>
		<description><![CDATA[&#8220;Paying attention&#8221; is an English idiom which means &#8220;to focus one&#8217;s attention on&#8221; or &#8220;to be attentive to.&#8221; Like other idioms, it does not translate literally into other languages, especially Spanish. (That is to say, &#8220;pagar atención&#8221; &#8211; from pagar, &#8220;to pay,&#8221; and (la) atención, &#8220;attention,&#8221; is incorrect.) However, there are two ways to say [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Paying attention&#8221; is an English idiom which means &#8220;to focus one&#8217;s attention on&#8221; or &#8220;to be attentive to.&#8221; Like other idioms, it does not translate literally into other languages, especially Spanish. (That is to say, &#8220;<em>pagar atención</em>&#8221; &#8211; from <em>pagar</em>, &#8220;to pay,&#8221; and (<em>la) atención</em>, &#8220;attention,&#8221; is incorrect.)</p>
<p>However, there are two ways to say it depending on what it is to which is being paid attention. If paying attention to a person, the phrase is &#8220;<em>prestar atención</em>,&#8221; which in a literal word-for-word translation means &#8220;to lend (one&#8217;s) attention.&#8221; On the other hand, if paying attention to an idea or a thing, one would use &#8220;<em>poner atención</em>.&#8221; which if taken in a similar literal translation means &#8220;to put (or set) attention.&#8221;</p>
<ul>
<li>Correct: <em>Presten atención al maestro cuando les habla</em><em>.</em> ✔<br />
(Pay attention to the teacher when he speaks to you.)</li>
<li>Incorrect: <em>Pongan atención al maestro cuando les habla</em><em>.</em> ✘</li>
</ul>
<p>Note the different connotations in the following two similar requests made from a a speaker (in our example, a teacher):</p>
<ul>
<li><em>Ésto es muy importante. Pongan atención por favor.</em><br />
(&#8220;This is very important. Pay attention [to this concept/thing], please.&#8221;  The teacher is explaining something to his/her students and does not want distractions.)</li>
<li><em>Ésto es muy importante. Presten atención por favor.</em><br />
(&#8220;This is very important. Pay attention [to me], please.&#8221;  The teacher is demonstrating something, and wants his/her students to watch closely.)</li>
</ul>
<p>I suppose it&#8217;s similar, slightly, to how Japanese translate the verb &#8220;to have&#8221; (or &#8220;to be/to exist&#8221;) as 有る（ある, &#8220;aru&#8221;) for objects and concepts but as 居る（いる, &#8220;iru&#8221;）for living things. Peculiar&#8230;but very interesting. Is this difference in Spanish for similar separation of living and non-living things? I wonder&#8230;Thanks for the neat Spanish lesson, mom! <img src='http://thecodergeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://thecodergeek.com/post/243/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>CSUs to Cut Spring 2010 Admissions</title>
		<link>http://thecodergeek.com/post/234</link>
		<comments>http://thecodergeek.com/post/234#comments</comments>
		<pubDate>Wed, 15 Jul 2009 16:53:48 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[college]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[schoolwork]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://thecodergeek.com/?p=234</guid>
		<description><![CDATA[This is absolutely crazy. Someone just posted it to our Facebook group: Lowering Enrollment: Budget Cuts Force California State University to Close 2010 Spring Admissions As part of an overall strategy to address an unprecedented budget reduction of $584 million for 2009-10, California State University campuses will not accept student applications for the 2010 spring [...]]]></description>
			<content:encoded><![CDATA[<p>This is absolutely crazy. Someone just posted it to our Facebook group:</p>
<p><a title="Lowering Enrollment: Budget Cuts Force California State University to Close 2010 Spring Admissions" href="http://calstate.fullerton.edu/news/Inside/2009/spring-enrollment-closed.html">Lowering Enrollment: Budget Cuts Force California State University to Close 2010 Spring Admissions</a></p>
<blockquote><p>As part of an overall strategy to address an unprecedented budget reduction of $584 million for 2009-10, California State University campuses will not accept student applications for the 2010 spring term – with very few exceptions.</p>
<p>In addition, quarter campuses that have been accepting admission applications for the 2010 winter term ceased accepting applications as of July 6.</p>
<p>“Only fully-eligible, first-time freshmen, upper-division undergraduate transfers or graduate and post-baccalaureate applicants who have applied for admission prior to July 6 may be offered admission to the 2010 winter term,” said Jeri Echeverria, CSU executive vice chancellor and chief academic officer.</p>
<p>In addition, no admission applications will be accepted for the 2010 spring term at either quarter or semester campuses, for any enrollment category. CSU has typically admitted more than 35,000 freshmen, undergraduate transfer and graduate students during the spring term.</p></blockquote>
<p>This is just so unbelievably wrong. A strong education is the foundation of a prosperous workforce. I&#8217;m all for fixing the economy, but cutting off one of its roots is not the right way to do it! I&#8217;m stunned and quite speechless. <img src='http://thecodergeek.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://thecodergeek.com/post/234/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

