<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.jessemandel.com/~d/styles/atom10full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.jessemandel.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0"><id>tag:blogger.com,1999:blog-3461322034440316936</id><updated>2008-12-21T16:42:32.552-08:00</updated><title type="text">Tech Tangent</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://blog.jessemandel.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://blog.jessemandel.com/" /><author><name>Jesse Mandel</name><uri>http://www.blogger.com/profile/08264456332118607791</uri><email>noreply@blogger.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>16</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><link rel="self" href="http://feeds.jessemandel.com/techtangent" type="application/atom+xml" /><entry><id>tag:blogger.com,1999:blog-3461322034440316936.post-1406955528016964037</id><published>2008-11-15T19:51:00.000-08:00</published><updated>2008-12-10T09:27:24.777-08:00</updated><app:edited xmlns:app="http://purl.org/atom/app#">2008-12-10T09:27:24.777-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="virtual memory" /><title type="text">No more virtual memory!</title><content type="html">Virtual memory is exactly what it sounds like, fake memory. A simple example is, say you have 4 MB of memory and you want to run 5 programs each needing 1 MB of memory. When you run the 5th program the operating system takes 1 MB of memory that hasn't been used in a while and writes it to the hard drive. This frees up the memory allowing the 5th program to run. Now if another program requests the memory that is on disk, the operating system has to swap something with it. This is slow. For most users, the operating system manages it and you never have to think about it. Virtual memory is great and it's allowed people to multitask easier without having to worry about memory. But....&lt;br /&gt;&lt;br /&gt;Memory is so incredibly cheap these days, I recently upgraded to 8GB of memory and turned off &lt;span style="text-decoration: line-through"&gt;virtual memory&lt;/span&gt; my pagefile. My thinking is before I had 4GB of memory and a 4GB pagefile and my system ran great. Now that I have 8GB I shouldn't need &lt;span style="text-decoration: line-through; "&gt;virtual memory&lt;/span&gt; a pagefile. Why not have both? Windows is notorious of being a memory hog, the more there is, the more it uses. Disabling &lt;span style="text-decoration: line-through; "&gt;virtual memory&lt;/span&gt; the pagefile is the only way to force windows and other programs to use only physical memory. Have you ever heard your hard drive spin up when switching programs? Not me anymore!&lt;br /&gt;&lt;br /&gt;UPDATE: I used a very layman use of the term virtual memory because my point was the hard drive swapping. In reality virtual memory does a lot more than just swap data from the RAM to the hard drive. It allows applications to use contigous memory when it actually may be fragmented or across various media. This is very important and cannot be turned off. Turning off the pagefile will prevent any harddrive swaps but if I ever do use my entire 8GB of ram, I might have some performance issues. Does disabling the pagefile help? I would assume that windows trys to leave some free memory for applications so it doesn't always need to swap and disabling the pagefile may increase the amount of physical memory left unallocated. With a lot of RAM it probably doesn't make much of a difference either way. In practice my system is running great but I haven't done any strenuous testing.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;For more information, read &lt;a href="http://www.petri.co.il/pagefile_optimization.htm"&gt;this article&lt;/a&gt; on pagefile optimization.&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_mS8j9NhEWhU/SR_C2R-RlTI/AAAAAAAABn0/3vP94WkCmDM/s1600-h/Capture.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_mS8j9NhEWhU/SR_C2R-RlTI/AAAAAAAABn0/3vP94WkCmDM/s400/Capture.JPG" alt="" id="BLOGGER_PHOTO_ID_5269144326840096050" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.jessemandel.com/~r/techtangent/~4/454639957" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.jessemandel.com/feeds/1406955528016964037/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3461322034440316936&amp;postID=1406955528016964037" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/1406955528016964037?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/1406955528016964037?v=2" /><link rel="alternate" type="text/html" href="http://feeds.jessemandel.com/~r/techtangent/~3/454639957/no-more-virtual-memory.html" title="No more virtual memory!" /><author><name>Jesse Mandel</name><uri>http://www.blogger.com/profile/08264456332118607791</uri><email>noreply@blogger.com</email></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_mS8j9NhEWhU/SR_C2R-RlTI/AAAAAAAABn0/3vP94WkCmDM/s72-c/Capture.JPG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://blog.jessemandel.com/2008/11/no-more-virtual-memory.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-3461322034440316936.post-5023241455705381989</id><published>2008-06-30T09:47:00.000-07:00</published><updated>2008-06-30T11:50:36.878-07:00</updated><app:edited xmlns:app="http://purl.org/atom/app#">2008-06-30T11:50:36.878-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="birthday" /><category scheme="http://www.blogger.com/atom/ns#" term="skydiving" /><title type="text">Birthday Skydiving!</title><content type="html">I went skydiving for my 26th birthday this past weekend! It was pretty intense but not too scary. I kept thinking I'd get nervous the closer I came to jumping but I was so excited and on such an adrenaline rush it never happened. I was also surprised that I didn't feel the stomach lurching feeling you get from roller coasters and such. I felt it for only a split second when I jumped out but then it's just a weightless, floating sensation. I definitely encourage everyone to try it!&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;object width="425" height="349"&gt;&lt;br /&gt;&lt;param name="movie" value="http://www.youtube.com/v/fhJl7BlHDIM&amp;amp;ap=%2526fmt%3D18&amp;amp;hl=en&amp;amp;rel=0&amp;amp;color1=0x3a3a3a&amp;amp;color2=0x999999&amp;amp;border=1"&gt;&lt;br /&gt;&lt;embed src="http://www.youtube.com/v/fhJl7BlHDIM&amp;amp;ap=%2526fmt%3D18&amp;amp;hl=en&amp;amp;rel=0&amp;amp;color1=0x3a3a3a&amp;amp;color2=0x999999&amp;amp;border=1" type="application/x-shockwave-flash" width="425" height="349"&gt;&lt;/embed&gt;&lt;br /&gt;&lt;/object&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;(&lt;a href="http://www.youtube.com/watch?v=fhJl7BlHDIM&amp;amp;fmt=18"&gt;hi-def YouTube link&lt;/a&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;embed type="application/x-shockwave-flash" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" flashvars="host=picasaweb.google.com&amp;amp;captions=1&amp;amp;RGB=0x000000&amp;amp;feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fjesse.mandel%2Falbumid%2F5217579597104472977%3Fkind%3Dphoto%26alt%3Drss" pluginspage="http://www.macromedia.com/go/getflashplayer" width="400" height="267"&gt;&lt;/embed&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="http://feeds.jessemandel.com/~r/techtangent/~4/323394243" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.jessemandel.com/feeds/5023241455705381989/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3461322034440316936&amp;postID=5023241455705381989" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/5023241455705381989?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/5023241455705381989?v=2" /><link rel="alternate" type="text/html" href="http://feeds.jessemandel.com/~r/techtangent/~3/323394243/birthday-skydiving.html" title="Birthday Skydiving!" /><author><name>Jesse Mandel</name><uri>http://www.blogger.com/profile/08264456332118607791</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://blog.jessemandel.com/2008/06/birthday-skydiving.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-3461322034440316936.post-4437753706543322489</id><published>2008-05-23T08:39:00.000-07:00</published><updated>2008-05-26T20:50:39.946-07:00</updated><app:edited xmlns:app="http://purl.org/atom/app#">2008-05-26T20:50:39.946-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="YouTube" /><category scheme="http://www.blogger.com/atom/ns#" term="Weezer" /><title type="text">New Weezer Album</title><content type="html">As many of you may know, &lt;a href="http://www.weezer.com/default.aspx"&gt;Weezer&lt;/a&gt; is my favorite band. In eleven days (June 3 2008) they are releasing their next album, "Weezer". It will their third self titled album, this time nicknamed "The Red Album".&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.weezer.com/discography/default.aspx/pid/2618"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://cache.umusic.com/images/local/200/6a960e81-374d-4b2a-a9f4-40f31eef5de3.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The video for their single, "Pork and Beans", came out on &lt;a href="http://www.youtube.com/"&gt;YouTube&lt;/a&gt; today! If you keep up on the internet's viral videos, you'll find it pretty funny.&lt;br /&gt;&lt;br /&gt;&lt;object height="355" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/muP9eH2p2PI&amp;amp;hl=en"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;embed src="http://www.youtube.com/v/muP9eH2p2PI&amp;amp;hl=en" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Below is a list of videos I compiled that are included (in order of first appearance):&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=mHwV2JuwZls"&gt;One Man Band&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Rogaine?&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=a1Y73sPHKxw"&gt;Dramatic Chipmunk&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=qsEZ2lpM0Yw"&gt;Nunchucks Pro&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.eepybird.com/dcm1.html"&gt;Eepybird&lt;br /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Cartoon Muscle Man?&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=r6tlw-oPDBM"&gt;Guiness World Record for most T-Shirts worn at one time&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=kHmvkRoEowc"&gt;Chris Crocker - LEAVE BRITNEY ALONE!&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=qItugh-fFgg"&gt;All Your Base Are Belong To Us&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=lj3iNxZ8Dww"&gt;Miss Teen USA 2007 - South Carolina answers a question&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=60og9gwKh1o"&gt;Numa Numa&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Three guys dancing?&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.theevolutionofdance.com/"&gt;Evolution of Dance&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=EwTZ2xpQwpA"&gt;"Chocolate Rain" Original Song by Tay Zonday&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=TxXLp-2J3wI"&gt;Federline's PopoZão&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=K2cYWfq--Nw"&gt;Daft Hands&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=lLYD_-A_X5E"&gt;Daft Bodies&lt;/a&gt; (They also have &lt;a href="http://www.youtube.com/watch?v=16cFXw5vkFg"&gt;a Weezer promotion&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=embdtwW-sSE"&gt;Best Sex Ever!!!&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=wCF3ywukQYA"&gt;Shoes the Full Version&lt;/a&gt; (They also have &lt;a href="http://www.youtube.com/watch?v=Tds7hzkZsSk"&gt;a Weezer promotion&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=s8MDNFaGfT4"&gt;It's Peanut Butter Jelly Time!!!&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.willitblend.com/"&gt;Will it blend?&lt;/a&gt; (shown in montage at the end)&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=Q5im0Ssyyus"&gt;Charlie The Unicorn&lt;/a&gt; (shown in montage at the end)&lt;/li&gt;&lt;li&gt;Some UFO? (shown in montage at the end)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Is it sad or impressive I recognized 80% of them? Please tell me if you know any that I've missed. :-)&lt;img src="http://feeds.jessemandel.com/~r/techtangent/~4/296737415" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.jessemandel.com/feeds/4437753706543322489/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3461322034440316936&amp;postID=4437753706543322489" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/4437753706543322489?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/4437753706543322489?v=2" /><link rel="alternate" type="text/html" href="http://feeds.jessemandel.com/~r/techtangent/~3/296737415/new-weezer-album.html" title="New Weezer Album" /><author><name>Jesse Mandel</name><uri>http://www.blogger.com/profile/08264456332118607791</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://blog.jessemandel.com/2008/05/new-weezer-album.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-3461322034440316936.post-552344296731257815</id><published>2008-05-15T17:38:00.000-07:00</published><updated>2008-05-16T01:05:16.181-07:00</updated><app:edited xmlns:app="http://purl.org/atom/app#">2008-05-16T01:05:16.181-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term=".NET" /><category scheme="http://www.blogger.com/atom/ns#" term="Regular Expressions" /><category scheme="http://www.blogger.com/atom/ns#" term="C#" /><title type="text">Finicky Configuration.RegexStringValidator</title><content type="html">I was working on a custom &lt;a href="http://msdn.microsoft.com/en-us/library/system.configuration.configurationelement.aspx"&gt;ConfigurationElement&lt;/a&gt; for an &lt;a href="http://msdn.microsoft.com/en-us/library/zec9k340.aspx"&gt;HttpModule&lt;/a&gt; and I needed two properties. They both needed to be in the form of a URL (but only the host) and one was required. Regular expressions are a great tool for easily verifying a string is in a certain format and Microsoft    was nice enough to include the &lt;a href="http://msdn.microsoft.com/en-us/library/system.configuration.regexstringvalidatorattribute.aspx"&gt;RegexStringValidatorAttribute&lt;/a&gt;. So I tried this:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;[ConfigurationProperty("Url", IsRequired = true)]&lt;br /&gt;[RegexStringValidator(@"^https?://[A-Za-z\d\-_\.]+$")]&lt;br /&gt;&lt;br /&gt;[ConfigurationProperty("Url2", IsRequired = false)]&lt;br /&gt;[RegexStringValidator(@"^https?://[A-Za-z\d\-_\.]+$")]&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;If you know regular expressions you can see a simple URL like "http://www.jessemandel.com" should validate. Neither one worked, plus it gave me the misleading error that "http://www.jessemandel.com" wasn't validating.&lt;br /&gt;&lt;br /&gt;After a bit of fiddling around, I figured out that at some point the RegexStringValidator is validating the default value. In this case it's an empty string which is not valid. This makes sense for Url2 if it's not provided but it told me "http://www.jessemandel.com" was invalid.&lt;br /&gt;&lt;br /&gt;The second one was an easy fix. Since it's not required, I changed the regular expression to allow "" and now it works.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;[ConfigurationProperty("Url2", IsRequired = false)]&lt;br /&gt;[RegexStringValidator(@"^(https?://[A-Za-z\d\-_\.]+)?$")]&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;I can't do the same for the first one because I don't want an empty string to be valid. It's required so it's never empty but I guess when it initializes it loads the default value. Adding a DefaultValue that is valid does the trick.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;[ConfigurationProperty("Url", IsRequired = true, DefaultValue = "http://localhost")]&lt;br /&gt;[RegexStringValidator(@"^https?://[A-Za-z\d\-_\.]+$")]&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;You don't have to worry about the DefaultValue much because if you do not include the property at all you'll get the error, "Required attribute 'Url' not found." and if you include an invalid Url, you'll get the error, "The value does not conform to the validation regex string '^https?://[A-Za-z\d\-_\.]+$'."&lt;img src="http://feeds.jessemandel.com/~r/techtangent/~4/291301302" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.jessemandel.com/feeds/552344296731257815/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3461322034440316936&amp;postID=552344296731257815" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/552344296731257815?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/552344296731257815?v=2" /><link rel="alternate" type="text/html" href="http://feeds.jessemandel.com/~r/techtangent/~3/291301302/finicky-configurationregexstringvalidat.html" title="Finicky Configuration.RegexStringValidator" /><author><name>Jesse Mandel</name><uri>http://www.blogger.com/profile/08264456332118607791</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://blog.jessemandel.com/2008/05/finicky-configurationregexstringvalidat.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-3461322034440316936.post-728998975952763559</id><published>2008-02-14T17:17:00.000-08:00</published><updated>2008-02-14T17:18:05.126-08:00</updated><app:edited xmlns:app="http://purl.org/atom/app#">2008-02-14T17:18:05.126-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="plasma gasification" /><title type="text">PlascoEnergy Group</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.plascoenergygroup.com/"&gt;&lt;img style="float: left; cursor: pointer;" src="http://www.plascoenergygroup.com/images/plasco_logo.gif" alt="PlascoEnergy Group" border="0" /&gt;&lt;/a&gt;This company is amazing! They take trash and convert it into energy using a process called plasma gasification. &lt;a href="http://en.wikipedia.org/wiki/Plasma_arc_gasification"&gt;Plasma gasification&lt;/a&gt; uses plasma (super heated gas) to break down (not burn) trash into its basic elements. This allows all kinds of trash to be disposed of. Things like biomedical waste, toxic chemicals, concrete, metal, plastics.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.plascoenergygroup.com/"&gt;Plasco Energy Group&lt;/a&gt; has the only full scale working prototype of its kind. What makes Plasco unique is how it organizes the material afterwards. Plasco uses a series of tubes (&lt;a href="http://www.youtube.com/watch?v=5ir_mKso_qc"&gt;like the internet!&lt;/a&gt;) to sort the material so it is more useful and sends it through turbines to create energy. The most amazing part is once their power plant gets running, it produces enough electricity to sustain itself and put some power back into the grid. Plus after the process is complete, there is only about 0.2% waste product.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.plascoenergygroup.com/?Discovery_Video"&gt;Check out the video&lt;/a&gt; by the &lt;a href="http://dsc.discovery.com/"&gt;Discovery Channel&lt;/a&gt;&lt;img src="http://feeds.jessemandel.com/~r/techtangent/~4/235274360" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.jessemandel.com/feeds/728998975952763559/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3461322034440316936&amp;postID=728998975952763559" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/728998975952763559?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/728998975952763559?v=2" /><link rel="alternate" type="text/html" href="http://feeds.jessemandel.com/~r/techtangent/~3/235274360/plascoenergy-group.html" title="PlascoEnergy Group" /><author><name>Jesse Mandel</name><uri>http://www.blogger.com/profile/08264456332118607791</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://blog.jessemandel.com/2008/02/plascoenergy-group.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-3461322034440316936.post-7182840501297085775</id><published>2008-02-05T17:37:00.000-08:00</published><updated>2008-02-05T19:15:01.603-08:00</updated><app:edited xmlns:app="http://purl.org/atom/app#">2008-02-05T19:15:01.603-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="News Reader" /><title type="text">Internet News Readers</title><content type="html">I read a lot of news on the internet. I also follow a few comics and read programming articles. I keep up with the &lt;a href="http://www.ted.com/"&gt;TED.com&lt;/a&gt; videos. I have a few friends with blogs that I read. All in all there are 50 sites I want to keep track of and I am always adding more.&lt;br /&gt;&lt;br /&gt;How do I do it? Sure I could bookmark them all and check them on a regular basis but 50+ sites would take forever! Luckily there is an easier way, feeds.&lt;br /&gt;&lt;br /&gt;There are two standards for feeds, &lt;a href="http://en.wikipedia.org/wiki/Atom_%28standard%29"&gt;Atom&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/RSS"&gt;RSS&lt;/a&gt;. There are a few differences but for the most part, they function the same. They are an XML file that lists the (articles, comics, videos, blog posts) on a given web site. Now using a reader, you can subscribe to as many of these feeds as you want and have one place to check all you favorite websites for updates.&lt;br /&gt;&lt;br /&gt;There are many free news readers available. Personally I use &lt;a href="http://www.google.com/reader/"&gt;Google Reader&lt;/a&gt;. It has a slick, intuitive interface and stores my subscriptions online so I can log in from anywhere and check them. You can also use &lt;a href="http://office.microsoft.com/en-us/outlook/HA011750001033.aspx"&gt;Outlook&lt;/a&gt;, &lt;a href="http://www.mozilla.com/en-US/thunderbird/features.html"&gt;Thunderbird&lt;/a&gt;, &lt;a href="http://my.yahoo.com/"&gt;My Yahoo!&lt;/a&gt;, or &lt;a href="http://www.google.com/search?q=feed+readers"&gt;any other news reader&lt;/a&gt;. You can even make &lt;a href="http://support.mozilla.com/kb/Live+Bookmarks"&gt;live bookmarks&lt;/a&gt; in &lt;a href="http://www.mozilla.com/firefox"&gt;Firefox&lt;/a&gt; or &lt;a href="http://www.microsoft.com/windows/IE/ie7/tour/rss/"&gt;add feeds directly to IE7&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Once you've chosen your reader, look for the &lt;a href="http://www.feedicons.com/"&gt;universal feed icon&lt;/a&gt; &lt;a href="http://feeds.jessemandel.com/techtangent"&gt;&lt;img style="border: 0pt none ; width: 16px; height: 16px;" src="http://bp1.blogger.com/_mS8j9NhEWhU/R6jURt_lclI/AAAAAAAAAqQ/SC7cLs8bz74/s320/feed-icon-32x32.png" alt="Subscribe to my blog" id="BLOGGER_PHOTO_ID_5163610373649429074" border="0" /&gt;&lt;/a&gt; or subscribe links to add them to your reader. Try it by subscribing to mine! :-)&lt;br /&gt;&lt;br /&gt;-Jesse&lt;br /&gt;&lt;br /&gt;PS- If you run your own feed, there a a tool called &lt;a href="http://www.feedburner.com/"&gt;Feed Burner&lt;/a&gt; that allows you to count the number of subscribers you have.&lt;img src="http://feeds.jessemandel.com/~r/techtangent/~4/230012417" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.jessemandel.com/feeds/7182840501297085775/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3461322034440316936&amp;postID=7182840501297085775" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/7182840501297085775?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/7182840501297085775?v=2" /><link rel="alternate" type="text/html" href="http://feeds.jessemandel.com/~r/techtangent/~3/230012417/internet-news-readers.html" title="Internet News Readers" /><author><name>Jesse Mandel</name><uri>http://www.blogger.com/profile/08264456332118607791</uri><email>noreply@blogger.com</email></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp1.blogger.com/_mS8j9NhEWhU/R6jURt_lclI/AAAAAAAAAqQ/SC7cLs8bz74/s72-c/feed-icon-32x32.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://blog.jessemandel.com/2008/02/internet-news-readers.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-3461322034440316936.post-3902066924308887701</id><published>2008-01-16T09:23:00.000-08:00</published><updated>2008-01-18T17:23:27.330-08:00</updated><app:edited xmlns:app="http://purl.org/atom/app#">2008-01-18T17:23:27.330-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Burning Man" /><title type="text">Burning Man 2008 Tickets On Sale!</title><content type="html">Tickets to this years &lt;a href="http://www.burningman.com/"&gt;Burning Man&lt;/a&gt; go on sale today at 10:00 AM PST. Tickets get more expensive throughout the year so &lt;a href="http://tickets.burningman.com/"&gt;get em while they're hot&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I went for my first time &lt;a href="http://anax.pictearth.com/bm07ve/" title="High Res Ariel Picture of BRC"&gt;last year&lt;/a&gt; and it was awesome.&lt;br /&gt;&lt;br /&gt;&lt;embed type="application/x-shockwave-flash" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" width="400" height="267" flashvars="host=picasaweb.google.com&amp;captions=1&amp;RGB=0x000000&amp;feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fjesse.mandel%2Falbumid%2F5109717042555040657%3Fkind%3Dphoto%26alt%3Drss" pluginspage="http://www.macromedia.com/go/getflashplayer"&gt;&lt;/embed&gt;&lt;img src="http://feeds.jessemandel.com/~r/techtangent/~4/217756362" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.jessemandel.com/feeds/3902066924308887701/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3461322034440316936&amp;postID=3902066924308887701" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/3902066924308887701?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/3902066924308887701?v=2" /><link rel="alternate" type="text/html" href="http://feeds.jessemandel.com/~r/techtangent/~3/217756362/burning-man-2008-tickets-on-sale.html" title="Burning Man 2008 Tickets On Sale!" /><author><name>Jesse Mandel</name><uri>http://www.blogger.com/profile/08264456332118607791</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://blog.jessemandel.com/2008/01/burning-man-2008-tickets-on-sale.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-3461322034440316936.post-3520790979316034690</id><published>2008-01-14T17:37:00.000-08:00</published><updated>2008-01-15T11:31:38.380-08:00</updated><app:edited xmlns:app="http://purl.org/atom/app#">2008-01-15T11:31:38.380-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Computers" /><title type="text">I'm going x64</title><content type="html">I just bought a new computer! I put it together last night and it's fast. I get a 5.9 (the current max) rating in Vista in every section except video performance where I get a 5.6.&lt;br /&gt;&lt;br /&gt;The specs are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.intel.com/products/processor/core2quad/index.htm"&gt;Intel Core 2 Quad&lt;/a&gt; with each core @ 2.4 Ghz (aftermarket &lt;a href="http://www.arctic-cooling.com/cpu2.php?idx=79"&gt;Arctic Cooling&lt;/a&gt; fan)&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.corsair.com/_datasheets/TWIN2X4096-6400C5.pdf"&gt;4GB of Corsair XMS&lt;/a&gt; RAM&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.evga.com/"&gt;eVGA&lt;/a&gt; &lt;a href="http://www.nvidia.com/object/geforce_8600.html"&gt;nVidia 8600 GTS&lt;/a&gt; video card&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.uabit.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=32&amp;amp;Itemid=48&amp;amp;page=1&amp;amp;model=381"&gt;Abit IP35 Pro&lt;/a&gt; Motherboard&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.wdc.com/en/products/Products.asp?DriveID=190"&gt;Western Digital &lt;/a&gt;&lt;a href="http://www.wdc.com/en/products/Products.asp?DriveID=190"&gt;150GB Raptor X&lt;/a&gt; (sata)&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.wdc.com/en/products/products.asp?driveid=299&amp;amp;language=en"&gt;Western Digital &lt;/a&gt;&lt;a href="http://www.wdc.com/en/products/products.asp?driveid=299&amp;amp;language=en"&gt;320GB&lt;/a&gt; (sata)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.samsungodd.com/eng/Products/Spec/spec.asp?functionvalue=view&amp;amp;parent_idx=4133&amp;amp;level_idx=4408"&gt;Samsung DVD Burner&lt;/a&gt; (sata)&lt;/li&gt;&lt;li&gt;&lt;a href="http://us.liteonit.com/us/index.php?option=com_content&amp;amp;task=view&amp;amp;id=199&amp;amp;Itemid=99"&gt;Lite-On DVD&lt;/a&gt;&lt;a href="http://us.liteonit.com/us/index.php?option=com_content&amp;amp;task=view&amp;amp;id=199&amp;amp;Itemid=99"&gt; Reader&lt;/a&gt; (sata)&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.coolermaster.com/products/product.php?act=detail&amp;amp;tbcate=17&amp;amp;id=46"&gt;Cooler Master Case&lt;/a&gt; (black)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.thermaltakeusa.com/product/Power/ToughPower/W0106/w0106.asp"&gt;Thermaltake 700W&lt;/a&gt; power supply&lt;/li&gt;&lt;/ul&gt;I kept my &lt;a href="http://www.logitech.com/index.cfm/478/3366&amp;amp;cl=us,en"&gt;Logitech keyboard/mouse&lt;/a&gt;, &lt;a href="http://www.alteclansing.com/"&gt;Altec Lansing&lt;/a&gt; 5.1 speakers and dual &lt;a href="http://www.sceptre.com/Products/LCD/Specifications/spec_x20wg_1080p.htm"&gt;Sceptre 20" LCDs&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;As I mentioned in the title, I am running the &lt;a href="http://www.microsoft.com/windows/products/windowsvista/editions/64bit.mspx"&gt;64-bit version of Windows&lt;/a&gt;. If you are buying all new hardware anyway, you should run a 64-bit operating system. There is definitely a bit of a performance increase and, in my case, is required since have 4 GB of RAM. &lt;a href="http://www.codinghorror.com/"&gt;Coding Horror&lt;/a&gt; has a &lt;a href="http://www.codinghorror.com/blog/archives/000811.html"&gt;detailed post&lt;/a&gt; on why you can't utilize 4 GB of RAM on a 32-bit system but it's a little confusing still.&lt;br /&gt;&lt;br /&gt;Basically a 32-bit system means you have 32 bits to address data. A bit is the smallest amount of data in a computer, either a one or a zero. So the biggest number possible is 2&lt;sup&gt;32&lt;/sup&gt; or 4,294,967,296. Memory is addressed in bytes (8 bits) so the maximum memory is 4,294,967,296 bytes or 4 gigabytes (&lt;a href="http://en.wikipedia.org/wiki/Template:Quantities_of_bytes"&gt;huh?&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;So why can't you use 4 gigbytes of memory? This maximum is the amount of memory you can address total, not just system memory. Of your 4 GBs, the first MB is for legacy DOS, &lt;a href="http://en.wikipedia.org/wiki/BIOS"&gt;BIOS&lt;/a&gt; and old add-in cards. Then there is a section  for your motherboard, flash memory, video memory and all other devices. If you have a newer video card with 512 MB of memory, that is 1/8th of your address space right there! Your system memory is the last thing to get addressed so whatever is left is the amount of RAM your OS and programs get to use; usually around 3 - 3.5 gigabytes.&lt;br /&gt;&lt;br /&gt;There are some older hacks to get around this but the best way is to use 64-bit hardware and OS.&lt;img src="http://feeds.jessemandel.com/~r/techtangent/~4/217198951" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.jessemandel.com/feeds/3520790979316034690/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3461322034440316936&amp;postID=3520790979316034690" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/3520790979316034690?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/3520790979316034690?v=2" /><link rel="alternate" type="text/html" href="http://feeds.jessemandel.com/~r/techtangent/~3/217198951/im-going-x64.html" title="I'm going x64" /><author><name>Jesse Mandel</name><uri>http://www.blogger.com/profile/08264456332118607791</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://blog.jessemandel.com/2008/01/im-going-x64.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-3461322034440316936.post-6201528699305636081</id><published>2008-01-10T16:07:00.000-08:00</published><updated>2008-01-10T18:12:21.495-08:00</updated><app:edited xmlns:app="http://purl.org/atom/app#">2008-01-10T18:12:21.495-08:00</app:edited><title type="text">RIP Gemina the 'crooked-necked giraffe'</title><content type="html">&lt;a href="http://en.wikipedia.org/wiki/Santa_Barbara_Zoo#Giraffe_with_a_.22broken.22_neck"&gt;Gemina the 'crooked-necked giraffe'&lt;/a&gt; was put down yesterday at the age of 21. Over the last two weeks she stopped eating. The zoo keepers noticed it was affecting her quality of life so they euthanized her. I was lucky enough to see her in person as she was what the &lt;a href="http://www.santabarbarazoo.org/"&gt;Santa Barbara Zoo&lt;/a&gt; was known for.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.noozhawk.com/local-news/general-news/santa-barbara-zoo%27s-crooked-necked-giraffe-dies.html"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://www.noozhawk.com/images/stories/news_thumb/thumb_tp_crgemina350.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://news.google.com/news?sourceid=navclient-ff&amp;amp;rlz=1B3GGGL_enUS225US226&amp;amp;tab=wn&amp;amp;hl=en&amp;amp;ie=UTF-8&amp;amp;ncl=1126139570"&gt;Google News Articles&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="http://feeds.jessemandel.com/~r/techtangent/~4/214682421" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.jessemandel.com/feeds/6201528699305636081/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3461322034440316936&amp;postID=6201528699305636081" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/6201528699305636081?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/6201528699305636081?v=2" /><link rel="alternate" type="text/html" href="http://feeds.jessemandel.com/~r/techtangent/~3/214682421/rip-gemina-crooked-necked-giraffe.html" title="RIP Gemina the 'crooked-necked giraffe'" /><author><name>Jesse Mandel</name><uri>http://www.blogger.com/profile/08264456332118607791</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://blog.jessemandel.com/2008/01/rip-gemina-crooked-necked-giraffe.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-3461322034440316936.post-833830119462709586</id><published>2007-12-23T15:40:00.000-08:00</published><updated>2008-01-16T11:11:02.481-08:00</updated><app:edited xmlns:app="http://purl.org/atom/app#">2008-01-16T11:11:02.481-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Jabber" /><category scheme="http://www.blogger.com/atom/ns#" term="AIM" /><category scheme="http://www.blogger.com/atom/ns#" term="Google" /><category scheme="http://www.blogger.com/atom/ns#" term="Chat" /><title type="text">Google Talk and AIM "integration"</title><content type="html">&lt;a href="http://gmailblog.blogspot.com/2007/12/gmail-chat-aim-crazy-delicious.html"&gt;Google announced&lt;/a&gt; earlier this month that you can now use &lt;a href="http://www.aim.com/"&gt;AIM&lt;/a&gt; within &lt;a href="http://mail.google.com/"&gt;Gmail&lt;/a&gt; along with your &lt;a href="http://www.google.com/talk/"&gt;Google Talk&lt;/a&gt; account. While this is quite handy, it isn't any different then using &lt;a href="http://www.ceruleanstudios.com/learn/"&gt;Trillian&lt;/a&gt; or &lt;a href="http://wwwl.meebo.com/"&gt;Meebo&lt;/a&gt;. You still need an AIM account AND a Google account. Google isn't integrating the two services, they are running them side by side.&lt;br /&gt;&lt;br /&gt;This isn't Google's fault though. Google's chat service is based on the open source &lt;a href="http://www.jabber.org/about/overview.shtml"&gt;Jabber&lt;/a&gt; protocol allowing it work with any other Jabber chat service. Now if the rest of the &lt;a href="http://en.wikipedia.org/wiki/Instant_messaging#User_base"&gt;major instant messaging providers&lt;/a&gt; adopted the Jabber protocol users could pick their favorite instant message client [program] instead of running four or five different ones to stay connected.&lt;br /&gt;&lt;br /&gt;Standards are a huge part of technology. Sometimes there are multiple standards to meet various applications like batteries or memory cards, but usually having multiple standards only hurts the consumer. Look at havoc &lt;a href="http://forum.ecoustics.com/bbs/messages/34579/129058.html"&gt;HD-DVD and BluRay&lt;/a&gt; are causing. Standards are especially important with communication tools. Imagine how awful it would be if &lt;a href="http://mail.live.com/"&gt;Hotmail&lt;/a&gt; and &lt;a href="http://mail.google.com/"&gt;Gmail&lt;/a&gt; users couldn't send email to each other because they were on different email providers. If &lt;a href="http://www.wireless.att.com/"&gt;AT&amp;amp;T&lt;/a&gt; customers couldn't call &lt;a href="http://www.verizonwireless.com/"&gt;Verizon&lt;/a&gt; since they are on different networks. Why should instant messaging be any different?&lt;br /&gt;&lt;br /&gt;-Jesse&lt;img src="http://feeds.jessemandel.com/~r/techtangent/~4/205334924" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.jessemandel.com/feeds/833830119462709586/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3461322034440316936&amp;postID=833830119462709586" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/833830119462709586?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/833830119462709586?v=2" /><link rel="alternate" type="text/html" href="http://feeds.jessemandel.com/~r/techtangent/~3/205334924/google-talk-and-aim-integtration.html" title="Google Talk and AIM &amp;quot;integration&amp;quot;" /><author><name>Jesse Mandel</name><uri>http://www.blogger.com/profile/08264456332118607791</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://blog.jessemandel.com/2007/12/google-talk-and-aim-integtration.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-3461322034440316936.post-2310755261572613335</id><published>2007-12-22T14:40:00.000-08:00</published><updated>2007-12-23T15:24:26.264-08:00</updated><app:edited xmlns:app="http://purl.org/atom/app#">2007-12-23T15:24:26.264-08:00</app:edited><title type="text">Free Money!</title><content type="html">Check this out, you buy an &lt;a href="http://www10.americanexpress.com/sif/cda/page/0,1641,16130,00.asp"&gt;American Express&lt;/a&gt;&lt;a href="http://www10.americanexpress.com/sif/cda/page/0,1641,16130,00.asp"&gt; Gift Card&lt;/a&gt; from &lt;a href="http://shop.safeway.com/superstore/default.asp?brandid=2&amp;amp;page=corphome"&gt;Vons&lt;/a&gt; (almost as good as cash ) then you get $5 off your next grocery shopping. Basically free money!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_mS8j9NhEWhU/R27dbV2MslI/AAAAAAAAAko/DJoghv0zk2w/s1600-h/IMG_2726.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_mS8j9NhEWhU/R27dbV2MslI/AAAAAAAAAko/DJoghv0zk2w/s400/IMG_2726.JPG" alt="" id="BLOGGER_PHOTO_ID_5147294885921731154" border="0" /&gt;&lt;/a&gt; &lt;a href="https://www.paypal.com/"&gt;PayPal&lt;/a&gt;, not known for being the cheapest credit card processor, only &lt;a href="https://www.paypal.com/us/cgi-bin/webscr?cmd=_display-pro-fees-outside"&gt;charges 2.9% plus 30 cents&lt;/a&gt; so American Express is only making about $1.75 on the gift card. Vons is probably taking the $5 hit since they are hoping you'll use your $5 off on a bigger purchase with a greater than $5 profit. Maybe American Express is doing it to promote their cards since &lt;a href="https://home.americanexpress.com/"&gt;American Express&lt;/a&gt; isn't taking as often and &lt;a href="http://www.usa.visa.com/?country=us&amp;amp;ep=v_gg_new"&gt;Visa&lt;/a&gt; and &lt;a href="http://www.mastercard.com/us/gateway.html"&gt;Mastercard&lt;/a&gt;. I am not sure who is getting ripped off here, but it sure isn't the consumer.&lt;br /&gt;&lt;br /&gt;-Jesse&lt;img src="http://feeds.jessemandel.com/~r/techtangent/~4/205320636" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.jessemandel.com/feeds/2310755261572613335/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3461322034440316936&amp;postID=2310755261572613335" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/2310755261572613335?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/2310755261572613335?v=2" /><link rel="alternate" type="text/html" href="http://feeds.jessemandel.com/~r/techtangent/~3/205320636/free-money.html" title="Free Money!" /><author><name>Jesse Mandel</name><uri>http://www.blogger.com/profile/08264456332118607791</uri><email>noreply@blogger.com</email></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp1.blogger.com/_mS8j9NhEWhU/R27dbV2MslI/AAAAAAAAAko/DJoghv0zk2w/s72-c/IMG_2726.JPG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://blog.jessemandel.com/2007/12/free-money.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-3461322034440316936.post-6053375913608009637</id><published>2007-12-17T18:03:00.000-08:00</published><updated>2007-12-18T11:35:36.721-08:00</updated><app:edited xmlns:app="http://purl.org/atom/app#">2007-12-18T11:35:36.721-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Travel" /><title type="text">Flying Express Jet</title><content type="html">This past weekend I went up North to visit some good friends that were in town and I flew. That's right, &lt;a href="http://www.expressjet.com"&gt;Express Jet&lt;/a&gt; is now &lt;a href="http://www.xjet.com"&gt;offering direct flights&lt;/a&gt; between Santa Barbara and Sacramento. It isn't even that expensive. If traveling alone, you would have to pay about $100 in gas, then add in stopping for two or three meals and you're paying $120. I would happily pay $40 more to not have to drive six and a half hours each way, by myself.&lt;br /&gt;&lt;br /&gt;    The flight itself was great too. It's only an hour long and has great service. ExpressJet's two big selling points are, no layovers and no middle seats. In addition they have leather seats, XM radio on every seat, complimentary headphones, a drink, snack and mint. Maybe it isn't a big deal for some but I love orange juice and they serve Minute Maid 100% real orange juice, not that generic "orange drink" crap full of sugar.&lt;br /&gt;&lt;br /&gt;Sorry for sounding like an ExpressJet ad, but that Santa Barbara/Sacramento drive sucks. I am excited :-)&lt;br /&gt;&lt;br /&gt;-Jesse&lt;img src="http://feeds.jessemandel.com/~r/techtangent/~4/202349075" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.jessemandel.com/feeds/6053375913608009637/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3461322034440316936&amp;postID=6053375913608009637" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/6053375913608009637?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/6053375913608009637?v=2" /><link rel="alternate" type="text/html" href="http://feeds.jessemandel.com/~r/techtangent/~3/202349075/flying-express-jet.html" title="Flying Express Jet" /><author><name>Jesse Mandel</name><uri>http://www.blogger.com/profile/08264456332118607791</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://blog.jessemandel.com/2007/12/flying-express-jet.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-3461322034440316936.post-1634551915282991415</id><published>2007-12-11T18:00:00.001-08:00</published><updated>2007-12-12T13:51:09.161-08:00</updated><app:edited xmlns:app="http://purl.org/atom/app#">2007-12-12T13:51:09.161-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Computers" /><title type="text">CompUSuck</title><content type="html">All of &lt;a href="http://slashdot.org/article.pl?sid=07/12/08/076226&amp;amp;from=rss"&gt;CompUSA is shutting down&lt;/a&gt;! I used to work at &lt;a href="http://www.pcclub.com"&gt;PC Club&lt;/a&gt; in Goleta and CompUSA was our rival (hence the title). Unfortunately PC Club didn't make it in Santa Barbara/Goleta and CompUSA is our only computer store around. We have Circuit City still but they have even less computer stuff. Hopefully some other computer store will move in but in the meantime there is a Fry's Electronics in Oxnard and PC Club in Thousand Oaks.&lt;br /&gt;&lt;br /&gt;-Jesse&lt;img src="http://feeds.jessemandel.com/~r/techtangent/~4/200365689" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.jessemandel.com/feeds/1634551915282991415/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3461322034440316936&amp;postID=1634551915282991415" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/1634551915282991415?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/1634551915282991415?v=2" /><link rel="alternate" type="text/html" href="http://feeds.jessemandel.com/~r/techtangent/~3/200365689/compusuck.html" title="CompUSuck" /><author><name>Jesse Mandel</name><uri>http://www.blogger.com/profile/08264456332118607791</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://blog.jessemandel.com/2007/12/compusuck.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-3461322034440316936.post-931278084783513061</id><published>2007-12-10T17:33:00.000-08:00</published><updated>2007-12-12T13:40:36.877-08:00</updated><app:edited xmlns:app="http://purl.org/atom/app#">2007-12-12T13:40:36.877-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Ultimate" /><title type="text">Hats Tournament</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_mS8j9NhEWhU/R2BQPNaUgJI/AAAAAAAAAiI/2E-DdHm8RMU/s1600-h/IMG_2695.JPG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp2.blogger.com/_mS8j9NhEWhU/R2BQPNaUgJI/AAAAAAAAAiI/2E-DdHm8RMU/s320/IMG_2695.JPG" alt="" id="BLOGGER_PHOTO_ID_5143198996685422738" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I played in the annual &lt;a href="http://www.ucsb.edu"&gt;UCSB&lt;/a&gt; Ultimate Hats Tournament this last Saturday. It's put on by the &lt;a href="http://www.santabarbaraultimate.com"&gt;UCSB ultimate teams&lt;/a&gt; as a fundraiser to support their season. A hats tournament is when the players all put their names in a hat to draw random teams from. In our case, there wasn't a hat but we handed them back to organizers who sorted them by skill level and made pseudo random teams. Pseudo random because there were definitely a few stacked teams, but overall they were fair. I was on the orange team which we called &lt;a href="http://www.dot.ca.gov/aboutcaltrans.htm"&gt;Caltrans&lt;/a&gt;. We placed sixth out of six but it was still a lot of fun. As you can see from the picture, I had some good layout bids (dives) :-)&lt;br /&gt;&lt;br /&gt;Luckily it didn't rain and the fields weren't too muddy. It was very cold and the wind caused some long hell points and lots of turnovers. The wind in Santa Barbara is a blessing and a curse. It's not an easy way to learn to throw but it forces your throws to be very strong and accurate. With the addition of being able to play year round, this is what makes Santa Barbara Ultimate so great. All of our club and college teams have been national champions multiple years.&lt;br /&gt;&lt;br /&gt;I hurt my shoulder a little playing but once it heals I am going to start playing pick up again. I need new cleats...&lt;br /&gt;&lt;br /&gt;-Jesse&lt;img src="http://feeds.jessemandel.com/~r/techtangent/~4/200365693" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.jessemandel.com/feeds/931278084783513061/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3461322034440316936&amp;postID=931278084783513061" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/931278084783513061?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/931278084783513061?v=2" /><link rel="alternate" type="text/html" href="http://feeds.jessemandel.com/~r/techtangent/~3/200365693/hats-tournament.html" title="Hats Tournament" /><author><name>Jesse Mandel</name><uri>http://www.blogger.com/profile/08264456332118607791</uri><email>noreply@blogger.com</email></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp2.blogger.com/_mS8j9NhEWhU/R2BQPNaUgJI/AAAAAAAAAiI/2E-DdHm8RMU/s72-c/IMG_2695.JPG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://blog.jessemandel.com/2007/12/hats-tournament.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-3461322034440316936.post-99394523015714711</id><published>2007-12-04T18:00:00.000-08:00</published><updated>2007-12-05T11:35:36.750-08:00</updated><app:edited xmlns:app="http://purl.org/atom/app#">2007-12-05T11:35:36.750-08:00</app:edited><title type="text">Happy /c?han{1,2}uk{1,2}ah?/i</title><content type="html">If you understand the title, you are a nerd! The title is a &lt;a href="http://en.wikipedia.org/wiki/Regular_expression"&gt;regular expression&lt;/a&gt; representing all common spellings of the Jewish holiday "&lt;a href="http://en.wikipedia.org/wiki/Regular_expression"&gt;Chanukah&lt;/a&gt;". The reason there are so many spellings of the holiday is because it's a Hebrew word. There is no standard way of transliterating Hebrew to English so the only true spelling of the word is: &lt;span style="font-weight: bold;font-size:130%;" dir="ltr" lang="he" &gt;חנוכה&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Some other &lt;span style="font-weight: bold;font-size:130%;" dir="ltr" lang="he" &gt;חנוכה&lt;/span&gt; trivia about the candle lighting. A menorah isn't actually used. A menorah is a seven branched candle holder while a &lt;a href="http://en.wikipedia.org/wiki/Hanukiah"&gt;hanukiah &lt;/a&gt;is the nine candle version used for &lt;span style="font-weight: bold;font-size:130%;" dir="ltr" lang="he" &gt;חנוכה&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;So have a happy winter holiday, if you celebrate one, and a happy new year!&lt;br /&gt;&lt;br /&gt;-Jesse&lt;img src="http://feeds.jessemandel.com/~r/techtangent/~4/200365694" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.jessemandel.com/feeds/99394523015714711/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3461322034440316936&amp;postID=99394523015714711" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/99394523015714711?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/99394523015714711?v=2" /><link rel="alternate" type="text/html" href="http://feeds.jessemandel.com/~r/techtangent/~3/200365694/happy-chan12uk12ahi.html" title="Happy /c?han{1,2}uk{1,2}ah?/i" /><author><name>Jesse Mandel</name><uri>http://www.blogger.com/profile/08264456332118607791</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:origLink>http://blog.jessemandel.com/2007/12/happy-chan12uk12ahi.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-3461322034440316936.post-7758137693584956500</id><published>2007-12-01T10:28:00.000-08:00</published><updated>2007-12-05T11:36:53.717-08:00</updated><app:edited xmlns:app="http://purl.org/atom/app#">2007-12-05T11:36:53.717-08:00</app:edited><title type="text">My new blog</title><content type="html">I've been using &lt;a href="http://www.google.com/reader"&gt;Google Reader&lt;/a&gt; to keep up with  news sites, my friend's blogs and a bunch of tech blogs (like my favorite &lt;a href="http://www.codinghorror.com/blog/"&gt;Coding Horror&lt;/a&gt;). So I've decided to start a blog. This may surprise some people (like my parents) since I never really enjoyed writing, but sometimes I do want to write about things I discover. Often these things are about programming, the internet or some other tech subject but once in a while they aren't; hence the title "Tech Tangent".&lt;br /&gt;&lt;br /&gt;I hope to come up with a logo and a custom template eventually but this will do for now.&lt;br /&gt;&lt;br /&gt;-Jesse&lt;img src="http://feeds.jessemandel.com/~r/techtangent/~4/200365696" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.jessemandel.com/feeds/7758137693584956500/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=3461322034440316936&amp;postID=7758137693584956500" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/7758137693584956500?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3461322034440316936/posts/default/7758137693584956500?v=2" /><link rel="alternate" type="text/html" href="http://feeds.jessemandel.com/~r/techtangent/~3/200365696/my-new-blog.html" title="My new blog" /><author><name>Jesse Mandel</name><uri>http://www.blogger.com/profile/08264456332118607791</uri><email>noreply@blogger.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://blog.jessemandel.com/2007/12/my-new-blog.html</feedburner:origLink></entry></feed>
