root/test_data/hasno_feed.html

Revision 984f8c0fbfa1a44df78a3dbb7b24a51ff54ab4c5, 20.0 KB (checked in by Mark Guzman <segfault@…>, 8 months ago)

added access to the html parser

  • Property mode set to 100644
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3
4<head>
5  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
6  <title>tech addict </title>
7  <meta name="description" content="tech addict" />
8  <meta name="keywords" content="mark guzman,mark,guzman,technical,linux,rant,gentoo,apple,osx,cisco,solaris,security,administration,javascript,c#,.net,ruby,rails,addict,vim" />
9  <meta name="generator" content="Mephisto" />
10  <meta name="MSSmartTagsPreventParsing" content="true" />
11  <meta name="author" content="Mark Guzman" /> 
12  <link rel="meta" type="application/rdf+xml" title="FOAF" href="http://segfault.hasno.info/foafme.rdf" />
13 
14  <link rel="shortcut icon" href="/favicon.ico" />
15  <link rel="icon" href="/favicon.ico" />
16  <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
17  <script type="text/javascript">
18      _uacct = "UA-122343-1";
19      urchinTracker();
20  </script>
21  <script type="text/javascript" src="http://embed.technorati.com/embed/i76429ghf.js"></script>     
22  <link href="/stylesheets/main.css" rel="stylesheet" type="text/css" />
23  <link href="/stylesheets/code.css" rel="stylesheet" type="text/css" />
24  <link href="http://feeds.feedburner.com/techaddict" title="Tech Addict - mark guzmans mental lapses" type="application/atom+xml" rel="alternate" />
25  <link href="/feed/atom.xml" rel="alternate" type="application/atom+xml" />
26</head>
27<body>
28  <div id="title_black">&nbsp;</div>
29  <div id="base">
30    <div id="wrap">
31        <div id="header"><h1><a href="/">tech addict</a></h1>
32        <p class="description">mark guzman's mental lapses documented regularly</p>
33        </div>
34        <div id="content">
35       
36<div class="entry entry-21503">
37        <div class="entrytitle">
38                <h2><a href="/2008/4/15/hardware-issue-weekend" title="hardware issue weekend">hardware issue weekend</a></h2> 
39                <h3>April 14th, 2008</h3>
40        </div>
41        <div class="entrybody">
42         
43                  <p>This weekend I relocated myself and my servers to our temporary stomping grounds. Everything went without a hitch. Except of course for my main server, the trusty dual p3 800 machine that has hosted hasno for a long time. Luckily the drive array was not troubled by the loss of it's brainier compatriot. I picked up a nice new core2duo e6550 and mobo at a local store and had it up and running later in the day. Things are a lot speedier with current hardware. Rest in peace my 800mhz friend.</p><p>In addition to the server hardware troubles, my macbook's hard drive has <a href="http://hasno.info/2007/9/26/lemontastic-macbook-woes">yet again</a>. This is my third hard drive failure. Hitatchi's 160gb sata drives are krud. The laptop itself is great, I just wish I didn't have the hard drive dying every 3-6mo. At least the server migration went through without data loss, I guess I'll just focus on the bright side of the weekend.</p><p>As a side note, cablevision can't and won't maintain static ip addresses through a move. So if your a business user hosting content at your office, expect longer downtime due to dns propagation and ip address setup snafus when moving. Make sure you have them unblock ports 80 and 25, since by default on all new ip setup they block them even if they were unblocked for your account previously.</p>
44               
45               
46        </div>
47       
48        <div class="entrymeta">
49        <div class="postinfo">
50                <span class="postedby">Posted by segfault</span>
51                <span class="filedto">Filed in <a href="/apple" title="apple">apple</a>, <a href="/random" title="random">random</a></span>
52                <span class="tagged">Tags: <a href="/tags/graveyard" rel="tag" title="graveyard">graveyard</a>, <a href="/tags/lemon" rel="tag" title="lemon">lemon</a>, <a href="/tags/macbook" rel="tag" title="macbook">macbook</a>, <a href="/tags/moving" rel="tag" title="moving">moving</a>, <a href="/tags/server" rel="tag" title="server">server</a></span>
53        </div>
54       
55          <a href="/2008/4/15/hardware-issue-weekend#comments" class="commentslink">0 comments  &#187;</a>
56       
57    <a href="http://del.icio.us/post?url=/2008/4/15/hardware-issue-weekend&amp;title=hardware issue weekend" style="border: 0;">
58        <img src="/images/delicious.gif" style="border: 0;" height="16" width="16" alt="del.icio.us"/>
59    </a>
60    <a href="http://digg.com/submit?phase=2&amp;url=/2008/4/15/hardware-issue-weekend" style="border: 0;">
61        <img src="/images/digg.gif" style="border: 0;" height="16" width="16" alt="digg"/>
62    </a>
63        </div>
64       
65</div>
66
67<div class="entry entry-21162">
68        <div class="entrytitle">
69                <h2><a href="/2008/4/3/me-and-my-git-svn" title="me and my git-svn">me and my git-svn</a></h2> 
70                <h3>April 3rd, 2008</h3>
71        </div>
72        <div class="entrybody">
73         
74                  <p>I recently switched a bunch of my projects over to git. Why? All the cool kids are doing it, I figured I'd give it a shot. Either way I ran into a few bumps with the git-svn stuff. Everything went really well until I tried to push back my changes from git. I'd been committing changes to my repo and pushing them to github/hasno without issue. I ran into errors when I tried to <code>git-svn dcommit</code>.</p>
75<p>Here's what I'm currently calling the <em>right way</em>, as usual ymmv:
76<ol>
77  <li>
78   init if you haven't done i already, check .git/config for an svn-remote entry...<br/>
79   <code>git-svn init &lt;repo url&gt;</code>
80  </li>
81  <li>
82    pull the svn revision information. a bunch of info should scroll by matching svn revisions to git sha1 revisions.<br/>
83   <code>git-svn fetch</code>
84  </li>
85  <li>
86   this will yeild a list of local & remote branches, you should see trunk in the list</br>
87   <code>git branch -a</code>
88   <blockquote><pre>
89* master
90  origin/HEAD
91  origin/local-svn
92  origin/master
93  tags/release-0.1.23
94  tags/release-0.2.42
95  tags/release-0.2.44
96  tags/release-0.2.50
97  trunk
98   </pre></blockquote>
99</li>
100  <li>
101  switch to a local branch based on the trunk remote branch<br/>
102  <strong>afaik you really don't want to be doing any of this type of stuff in a remote branch</strong></br>
103 <code>git checkout -b local-svn trunk</code>
104  </li>
105  <li>
106  now we need to pull your local changes from your master branch to your local-svn branch</br>
107 <code>git merge master</code><br/>
108  it's worth noting that you could do a <code>git rebase</code>, but when I tried that I couldn't use git-svn dcommit
109  </li>
110   <li>
111     go through and merge any conflicts. then <code>git commit</code>. at this point you can <code>git dcommit</code>
112   </li>
113</ol>
114</p>
115<p>So if all that was how I got it working, what did I run into along the way... Well I'm glad you ask. Here's a list of errors and the reason for them afaik:
116<dl>
117<dt>Unable to determine upstream SVN information from HEAD history</dt><dd>You have a recent commit that doesn't have any history in .git/ref/remote/svn or .git/svn. It also doesn't have the <strong>git-svn-id:</strong> key in the commit message.</dd>
118<dt>[svn-remote &quot;svn&quot;] unknown</dt><dd>Did you manually create the svn-remote entry, or specify a different name? If so you need to pass that on to the commands, they seem to assume it's named svn.</dd>
119<dt>fatal: bad default revision 'refs/remotes/git-svn'</dt><dd>Somethings amiss with your svn-remote entry in <code>.git/config</code></dd>
120</p>
121<p>That's about it for me, if you've seen those errors and can add some detail or shed some light on a better way please do share. As of this moment ruby-hl7 is synched up.</p>
122               
123               
124        </div>
125       
126        <div class="entrymeta">
127        <div class="postinfo">
128                <span class="postedby">Posted by segfault</span>
129                <span class="filedto">Filed in <a href="/code" title="code">code</a></span>
130                <span class="tagged">Tags: <a href="/tags/git" rel="tag" title="git">git</a>, <a href="/tags/git-svn" rel="tag" title="git-svn">git-svn</a>, <a href="/tags/subversion" rel="tag" title="subversion">subversion</a></span>
131        </div>
132       
133          <a href="/2008/4/3/me-and-my-git-svn#comments" class="commentslink">0 comments  &#187;</a>
134       
135    <a href="http://del.icio.us/post?url=/2008/4/3/me-and-my-git-svn&amp;title=me and my git-svn" style="border: 0;">
136        <img src="/images/delicious.gif" style="border: 0;" height="16" width="16" alt="del.icio.us"/>
137    </a>
138    <a href="http://digg.com/submit?phase=2&amp;url=/2008/4/3/me-and-my-git-svn" style="border: 0;">
139        <img src="/images/digg.gif" style="border: 0;" height="16" width="16" alt="digg"/>
140    </a>
141        </div>
142       
143</div>
144
145<div class="entry entry-20342">
146        <div class="entrytitle">
147                <h2><a href="/2008/2/29/uninformative-messages-msb3247" title="uninformative messages (MSB3247,MSB4051)">uninformative messages (MSB3247,MSB4051)</a></h2> 
148                <h3>February 29th, 2008</h3>
149        </div>
150        <div class="entrybody">
151         
152                  <blockquote>warning MSB3247: Found conflicts between different versions of the same dependent assembly.</blockquote>
153<p>Seriously how is that helpful? Guess what the solution is according to VS2k8: <blockquote>
154Double-click the warning and then select &quot;Yes&quot; when you get the prompt, &quot;Do you want to fix these conflicts by adding binding redirect records in the app.config file?&quot;
155</blockquote><img src="http://hasno.info/assets/2008/2/29/goggles.jpg" width="90px" style="width: 90px; float: right; clear: both; padding: 5px;" alt="The goggles do nothing!"/> That has to be the most pointless suggestion ever. This warning doesn't go away, nor is there any indication in the message as to the culprit. The XML it generates points at some candidates tho.
156</p>
157<p>Now on to see why the same solution builds in VS2k8, but fails when using msbuild on the command line.
158<blockquote style="clear:both;">
159 Solution file warning MSB4051: Project {ED0038FA-D90E-4C84-AE64-
160245BC76D2406} is referencing a project with GUID {BF209BE8-334A-45E8-940E-CFEF0
161DEE21EE}, but a project with this GUID was not found in the .SLN file.
162</blockquote>
163Apparently that means I'm missing an <strong>EndProject</strong> line. Wonder why that couldn't have been fixed or brought to my attention by studio...? It can also mean that there is indeed an invalid project guid reference in one of the subproject's csproj files. Double check the project list in the solution versus the <Project>{guid}</Project> references. One of my issues was due to that. I'm guessing studio looks up the project by name if it fails to find it by guid.
164</p>
165
166               
167               
168        </div>
169       
170        <div class="entrymeta">
171        <div class="postinfo">
172                <span class="postedby">Posted by segfault</span>
173                <span class="filedto">Filed in <a href="/code" title="code">code</a></span>
174                <span class="tagged">Tags: <a href="/tags/msbuild" rel="tag" title="msbuild">msbuild</a>, <a href="/tags/vs2k8" rel="tag" title="vs2k8">vs2k8</a>, <a href="/tags/windows" rel="tag" title="windows">windows</a></span>
175        </div>
176       
177          <a href="/2008/2/29/uninformative-messages-msb3247#comments" class="commentslink">0 comments  &#187;</a>
178       
179    <a href="http://del.icio.us/post?url=/2008/2/29/uninformative-messages-msb3247&amp;title=uninformative messages (MSB3247,MSB4051)" style="border: 0;">
180        <img src="/images/delicious.gif" style="border: 0;" height="16" width="16" alt="del.icio.us"/>
181    </a>
182    <a href="http://digg.com/submit?phase=2&amp;url=/2008/2/29/uninformative-messages-msb3247" style="border: 0;">
183        <img src="/images/digg.gif" style="border: 0;" height="16" width="16" alt="digg"/>
184    </a>
185        </div>
186       
187</div>
188
189<div class="entry entry-20070">
190        <div class="entrytitle">
191                <h2><a href="/2008/2/19/subversion-on-windows-with-tortoisesvn" title="Subversion on Windows with TortoiseSVN">Subversion on Windows with TortoiseSVN</a></h2> 
192                <h3>February 19th, 2008</h3>
193        </div>
194        <div class="entrybody">
195         
196                  <p>It's my first foray into screen casting, hopefully people find it useful. I cover setting up a subversion repository, accessing the repository, putting things into the repository and some other items. I tried pushing this to Google video, but it consistently mangled the text. I'll give it a shot again once I have some time. Any feedback or requests are welcome.
197</p>
198<p>
199<object id="csSWF" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="318" codebase="http://active.macromedia.com/flash7/cabs/ swflash.cab#version=9,0,28,0">
200                <param name="src" value="http://segfault.hasno.info/screencasts/Subversion on Windows with TortoiseSVN.swf"/>
201                <param name="bgcolor" value="#1a1a1a"/>
202                <param name="quality" value="best"/>
203                <param name="allowScriptAccess" value="always"/>
204                <param name="allowFullScreen" value="false"/>
205                <param name="scale" value="noscale"/>
206                <param name="flashVars" value="autostart=false"/>
207                <embed name="csSWF" src="http://segfault.hasno.info/screencasts/Subversion on Windows with TortoiseSVN.swf" width="400" height="318" bgcolor="#1a1a1a" quality="best" allowScriptAccess="always" allowFullScreen="false" scale="noscale" flashVars="autostart=false" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
208</object> 
209<br/>
210For those of you with ipods, <a href="http://segfault.hasno.info/screencasts/Subversion%20on%20Windows%20with%20TortoiseSVN.m4v">here's an ipod friendly version</a>.
211</p>
212               
213               
214        </div>
215       
216        <div class="entrymeta">
217        <div class="postinfo">
218                <span class="postedby">Posted by segfault</span>
219                <span class="filedto">Filed in <a href="/random" title="random">random</a></span>
220                <span class="tagged">Tags: <a href="/tags/screencast" rel="tag" title="screencast">screencast</a>, <a href="/tags/subversion" rel="tag" title="subversion">subversion</a>, <a href="/tags/tortoisesvn" rel="tag" title="tortoisesvn">tortoisesvn</a>, <a href="/tags/windows" rel="tag" title="windows">windows</a></span>
221        </div>
222       
223          <a href="/2008/2/19/subversion-on-windows-with-tortoisesvn#comments" class="commentslink">1 comments  &#187;</a>
224       
225    <a href="http://del.icio.us/post?url=/2008/2/19/subversion-on-windows-with-tortoisesvn&amp;title=Subversion on Windows with TortoiseSVN" style="border: 0;">
226        <img src="/images/delicious.gif" style="border: 0;" height="16" width="16" alt="del.icio.us"/>
227    </a>
228    <a href="http://digg.com/submit?phase=2&amp;url=/2008/2/19/subversion-on-windows-with-tortoisesvn" style="border: 0;">
229        <img src="/images/digg.gif" style="border: 0;" height="16" width="16" alt="digg"/>
230    </a>
231        </div>
232       
233</div>
234
235<div class="entry entry-19308">
236        <div class="entrytitle">
237                <h2><a href="/2008/1/28/windows-vim-7-1-212" title="windows vim 7.1.212">windows vim 7.1.212</a></h2> 
238                <h3>January 28th, 2008</h3>
239        </div>
240        <div class="entrybody">
241         
242                  <p><img src="http://hasno.info/assets/2008/1/28/Vimlogo.png" alt="" style="float: right;"/>I've finally gotten around to rebuilding my windows vim install with the latest patches. I tested it on my work machine and laptop's vmware image. It's built with huge, ruby, python, perl, and IME (multibyte). The binaries are optimized for pentium4+ machines with SSE2. You can get the installer <a href="http://segfault.hasno.info/vim/gvim71.zip">here</a>. </p>
243               
244               
245        </div>
246       
247        <div class="entrymeta">
248        <div class="postinfo">
249                <span class="postedby">Posted by segfault</span>
250                <span class="filedto">Filed in <a href="/random" title="random">random</a></span>
251                <span class="tagged">Tags: <a href="/tags/vim" rel="tag" title="vim">vim</a></span>
252        </div>
253       
254          <a href="/2008/1/28/windows-vim-7-1-212#comments" class="commentslink">0 comments  &#187;</a>
255       
256    <a href="http://del.icio.us/post?url=/2008/1/28/windows-vim-7-1-212&amp;title=windows vim 7.1.212" style="border: 0;">
257        <img src="/images/delicious.gif" style="border: 0;" height="16" width="16" alt="del.icio.us"/>
258    </a>
259    <a href="http://digg.com/submit?phase=2&amp;url=/2008/1/28/windows-vim-7-1-212" style="border: 0;">
260        <img src="/images/digg.gif" style="border: 0;" height="16" width="16" alt="digg"/>
261    </a>
262        </div>
263       
264</div>
265
266
267
268
269
270        </div>
271        <div id="sidebar">
272        <h2>search</h2>
273        <form method="get" id="sform" action="/search">
274            <label for="q">Search:</label>
275                    <input type="text" id="q" value="" name="q" size="15" />
276                </form>
277       
278            <h2>pages</h2>
279            <ul>
280            <li><a href="/about" title="about">about</a></li>
281            </ul>
282       
283        <h2>categories</h2>
284        <ul>
285            <li><a class="selected" href="/" title="home">home</a> (191)</li><li><a href="/random" title="random">random</a> (107)</li><li><a href="/code" title="code">code</a> (64)</li><li><a href="/linux" title="linux">linux</a> (13)</li><li><a href="/apple" title="apple">apple</a> (8)</li><li><a href="/security" title="security">security</a> (2)</li>
286        </ul>
287        <h2><a href="http://del.icio.us/rss/segy">my delicious links</a></h2>
288        <ul class="feedlist">
289           
290            <li><a rel="nofollow" href="http://www.modrails.com/" alt="Overview &#x2014; Phusion Passenger (a.k.a. mod_rails)">Overview &#x2014; Phusion Passenger (a.k.a. mod_rails)</a></li>
291           
292            <li><a rel="nofollow" href="http://scoutapp.com/" alt="Web Monitoring and Reporting Software ~ Scout">Web Monitoring and Reporting Software ~ Scout</a></li>
293           
294            <li><a rel="nofollow" href="http://strokedb.com/" alt="StrokeDB">StrokeDB</a></li>
295           
296            <li><a rel="nofollow" href="http://blogs.msdn.com/mitsu/archive/2008/04/02/visual-linq-query-builder-for-linq-to-sql-vlinq.aspx" alt="Mitsu's blog : Visual Linq query builder for Linq to Sql: VLinq">Mitsu's blog : Visual Linq query builder for Linq to Sql: VLinq</a></li>
297           
298            <li><a rel="nofollow" href="http://www.physalis.net/NatsuLion/NatsuLion_en.html" alt="SecretStaircase - NatsuLion">SecretStaircase - NatsuLion</a></li>
299           
300            <li><a rel="nofollow" href="http://gskinner.com/RegExr/" alt="RegExr: Online Regular Expression Testing Tool">RegExr: Online Regular Expression Testing Tool</a></li>
301           
302        </ul>
303        <h2><a href="http://digg.com/users/segfault">my diggs</a></h2>
304        <ul class="feedlist">
305           
306        </ul>
307     <h2>recent comments</h2>
308     <ul>
309     
310       <li>
311         <a rel="nofollow" href="/2007/6/26/fixing-vim-arrow-keys-in-iterm">phillip</a>: thanks! this has annoyed me for a long time!
312       </li>
313     
314       <li>
315         <a rel="nofollow" href="/2007/11/5/fix-a-missing-user-account-in-leopard">Beaker</a>: This sounds like the fix I am looking for. I just restored my HD from...
316       </li>
317     
318       <li>
319         <a rel="nofollow" href="/2007/11/5/fix-a-missing-user-account-in-leopard">jake</a>: Thank you sooooo much. I've been looking everywhere for an answer to this problem. thanks...
320       </li>
321     
322       <li>
323         <a rel="nofollow" href="/2007/1/30/kensington-broke-my-powerbook">Aaron</a>: I came across this while looking for some new N23 "Smarttips." Smart? My ass! These...
324       </li>
325     
326       <li>
327         <a rel="nofollow" href="/2005/10/28/ibm-serveraid-issues">Hesed</a>: Hello all, If you have not found version 7.0 ..also ServeRAID version 6.11 made the...
328       </li>
329     
330    </ul>
331    <br/>
332    <a href="/tags">Tag List</a>
333<br/>     
334<br/>
335<script type="text/javascript"><!--
336google_ad_client = "pub-1027316146837478";
337google_ad_width = 125;
338google_ad_height = 125;
339google_ad_format = "125x125_as";
340google_ad_type = "text";
341google_ad_channel ="5773351288";
342google_color_border = "336699";
343google_color_bg = "FFFFFF";
344google_color_link = "0000FF";
345google_color_url = "008000";
346google_color_text = "000000";
347//--></script>
348
349<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
350</script>
351<br/>
352<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
353</script>
354<br/>
355<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
356</script>
357       
358        </div>
359    </div>
360    <script src="http://feeds.feedburner.com/~s/techaddict?i=" type="text/javascript" charset="utf-8"></script>
361    <div id="footer">tech addict - &copy; Mark Guzman - powered by mephisto</div>
362  </div>
363</body>
364</html>
Note: See TracBrowser for help on using the browser.