<?xml version="1.0"?>
<rss version="2.0"><channel><title>uncutsaniflush's estrip.org Blog</title><link>http://estrip.org</link><description><![CDATA[uncutsaniflush's estrip.org journal]]></description><language>en-us</language><skipHours/><skipDays/><docs>http://blogs.law.harvard.edu/tech/rss</docs><generator>Paul Visco's surebert framework RSS creator</generator><item><title>Beefy Miracle</title><link>http://estrip.org/articles/read/uncutsaniflush/56501/Beefy_Miracle.html</link><description><![CDATA[I upgraded the hex-core box to Fedora 17 (code name Beefy Miracle) using preupgrade with no problems.<br />
<br />
Update 05/31/12: I&#039;m getting a kernel panic when I shutdown/reboot, see <a href="http://kparal.wordpress.com/2012/05/31/fedora-17-warning-kernel-panic-after-upgrade-part-2/" title="http://kparal.wordpress.com/2012/05/31/fedora-17-warning-kernel-panic-after-upgrade-part-2/"><img class="direct_link" src="http://cdn.estrip.org/media/images/link.gif" style="vertical-align:bottom;" /></a> for a fix.<br />
<br />
Update 05/31/12 Sound is broken.  No solution yet<br />
<br />
Update 06/01/12 Sound working.  A known bug was a PAM permission problem that could be fixed by running authconfig --updateall .   I also upgraded to a 3.4x ccrma kernel  So it could be either or both.<br />
]]></description><pubDate>Wed, 30 May 2012 22:28:30 -0400</pubDate><guid>http://estrip.org/articles/read/uncutsaniflush/56501/Beefy_Miracle.html</guid></item><item><title>Do Laury</title><link>http://estrip.org/articles/read/uncutsaniflush/56424/Do_Laury.html</link><description><![CDATA[Yet another Polish art rock song with texts by some dead white guy named CzesÅ‚aw MiÅ‚osz. Despite being dead, white and a guy, MiÅ‚osz was a great poet.<br />
<br />
I like the poem and the song. I love the video.<br />
<br />
<object width="465" height="365"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="https://www.youtube.com/v/guqBjRtJ_XQ" /><param name="wmode" value="transparent" /><embed src="https://www.youtube.com/v/guqBjRtJ_XQ" type="application/x-shockwave-flash" wmode="transparent" allowfullscreen="true" allowscriptaccess="always" width="465" height="365"></embed></object><br />
]]></description><pubDate>Fri, 04 May 2012 22:19:13 -0400</pubDate><guid>http://estrip.org/articles/read/uncutsaniflush/56424/Do_Laury.html</guid></item><item><title>Your Gorilla Didn't Get Loose</title><link>http://estrip.org/articles/read/uncutsaniflush/56310/Your_Gorilla_Didn_t_Get_Loose.html</link><description><![CDATA[I ran into <a href="/articles/read/mrmike/" class="e_link" title="link to mrmike's journal #">(e:mrmike)</a> at Weggies today.  And it wasn&#039;t by the beer department.  So ha! After listening to me whine about my job, he quoth &quot;at least your gorilla didn&#039;t get loose.&quot;<br />
<br />
Truer words were never spoken.<br />
<br />
That being said.  My Lobsters Gorilla.<br />
<br />
<object width="465" height="365"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="https://www.youtube.com/v/QuKADtGhDAc" /><param name="wmode" value="transparent" /><embed src="https://www.youtube.com/v/QuKADtGhDAc" type="application/x-shockwave-flash" wmode="transparent" allowfullscreen="true" allowscriptaccess="always" width="465" height="365"></embed></object><br />
]]></description><pubDate>Mon, 02 Apr 2012 22:54:52 -0400</pubDate><guid>http://estrip.org/articles/read/uncutsaniflush/56310/Your_Gorilla_Didn_t_Get_Loose.html</guid></item><item><title>English Wikipedia anti-SOPA blackout</title><link>http://estrip.org/articles/read/uncutsaniflush/55929/English_Wikipedia_anti_SOPA_blackout.html</link><description><![CDATA[Today, the Wikipedia community announced its decision to black out the English-language Wikipedia for 24 hours, worldwide, beginning at 05:00 UTC on Wednesday, January 18 (you can read the statement from the Wikimedia Foundation here). The blackout is a protest against proposed legislation in the United Statesâ€”the Stop Online Piracy Act (SOPA) in the U.S. House of Representatives, and the PROTECTIP Act (PIPA) in the U.S. Senateâ€”that, if passed, would seriously damage the free and open Internet, including Wikipedia<br />
<br />
read more at <a href="http://wikimediafoundation.org/wiki/English_Wikipedia_anti-SOPA_blackout" title="http://wikimediafoundation.org/wiki/English_Wikipedia_anti-SOPA_blackout"><img class="direct_link" src="http://cdn.estrip.org/media/images/link.gif" style="vertical-align:bottom;" /></a><br />
<br />
All hail the Corporate States of America!!  Disagree at your own peril.<br />
<br />
]]></description><pubDate>Mon, 16 Jan 2012 23:17:22 -0500</pubDate><guid>http://estrip.org/articles/read/uncutsaniflush/55929/English_Wikipedia_anti_SOPA_blackout.html</guid></item><item><title>Hello World, Hello COBOL (updated with code))</title><link>http://estrip.org/articles/read/uncutsaniflush/55908/Hello_World_Hello_COBOL_updated_with_code_.html</link><description><![CDATA[<br />
Well, I got open-cobol to compile and run a simple &quot;Hello Word&quot; program.  So it works.  <br />
<br />
It seems that Cobol is still in the punch card age in which commands have to start in the 8th column.  But open-cobol has a freestyle option.<br />
<br />
<a href="/articles/read/paul/" class="e_link" title="link to paul's journal #">(e:paul)</a> wanted to see some code:<br />
<br />
Here&#039;s the sort of  COBOL&quot;hello world&quot;  I remember from  my college days:<br />
<br />
000100 IDENTIFICATION DIVISION.<br />
000200 PROGRAM-ID.     HELLOWORLD.<br />
000300<br />
000400*<br />
000500 ENVIRONMENT DIVISION.<br />
000600 CONFIGURATION SECTION.<br />
000700 SOURCE-COMPUTER. RM-COBOL.<br />
000800 OBJECT-COMPUTER. RM-COBOL.<br />
000900<br />
001000 DATA DIVISION.<br />
001100 FILE SECTION.<br />
001200<br />
100000 PROCEDURE DIVISION.<br />
100100<br />
100200 MAIN-LOGIC SECTION.<br />
100300 BEGIN.<br />
100400     DISPLAY &quot; &quot; LINE 1 POSITION 1 ERASE EOS.<br />
100500     DISPLAY &quot;Hello world!&quot; LINE 15 POSITION 10.<br />
100600     STOP RUN.<br />
100700 MAIN-LOGIC-EXIT.<br />
100800     EXIT.<br />
<br />
Here&#039;s the same thing freestyled in open-cobol.<br />
<br />
IDENTIFICATION DIVISION.<br />
PROGRAM-ID. HELLO-WORLD.<br />
PROCEDURE DIVISION.<br />
    DISPLAY &#039;Hello world!&#039;.<br />
    STOP RUN.<br />
<br />
]]></description><pubDate>Fri, 13 Jan 2012 21:11:11 -0500</pubDate><guid>http://estrip.org/articles/read/uncutsaniflush/55908/Hello_World_Hello_COBOL_updated_with_code_.html</guid></item></channel></rss>
