<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>moderately inappropriate</title>
    <link>http://off.net/~tberman/diary/</link>
    <description>something here</description>
    <language>en-us</language>
    <lastBuildDate>Sun, 17 Jun 2007 10:34:47 -0800</lastBuildDate>
    <generator>Movable Type 2.661</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title>Safari on Windows...</title>
      <link>http://off.net/~tberman/diary/archives/004909.html</link>
      <description>&lt;p&gt;Ugh&lt;/p&gt;

&lt;p&gt;Safari on Windows is a nightmare for web developers. I am not even speaking to the bugs, or the 'windowsisms' it doesn't do, or any of the other bitching people have done on the topic.&lt;/p&gt;

&lt;p&gt;Safari on Windows is bad for web developers just because it has the potential to add a 5th major browser. Right now when you do serious web development, you have to be concerned with how it works in IE6, IE7, FF2 and FF1.5. There are non trivial differences between all 4, and something working in one does not guarantee it will work in any others. Generally FF2 and FF1.5 work pretty closely, but I have been bitten by thinking they work the same too many times to not check.&lt;/p&gt;

&lt;p&gt;I know many people feel that Safari is 'standards compliant' and it will work anywhere that FF2 does, so it isn't an additional burden to maintain, but that is just not the case.&lt;/p&gt;

&lt;p&gt;I just spent 3 hours yesterday looking at a very heinous safari bug where even accessing the document of a window that was loaded from an external domain caused safari to disappear all the iframes on the page, so simple code that did:&lt;/p&gt;

&lt;xmp&gt;
for (var i = 0; i &lt; targetWindow.frames.length; i++)
{
  try
  {
    var doc = targetWindow.frames[i].document;
    // do something with the document.
  } catch (e) { /* cross domain iframes fail here, but thats ok */ }
}
&lt;/xmp&gt;

&lt;p&gt;That code, while failing properly on firefox, or ie (any versions) with cross domain iframes, causes &lt;b&gt;all&lt;/b&gt; iframes in safari to disappear and not be rendered.&lt;/p&gt;

&lt;p&gt;I am looking forward to dealing with more and more of these issues if safari gets enough market share to be something I have to support. *ugh*&lt;/p&gt;</description>
      <guid>http://off.net/~tberman/diary/archives/004909.html</guid>
      <pubDate>Sun, 17 Jun 2007 10:34:47 -0800</pubDate>
    </item>
    <item>
      <title>Wii owners</title>
      <link>http://off.net/~tberman/diary/archives/004855.html</link>
      <description>&lt;p&gt;If you own a wii, and like listening to music or watching video you should point your wii at &lt;a href=&quot;http://www.imeem.com&quot;&gt;imeem.com&lt;/a&gt; for a nice surprise :)&lt;/p&gt;</description>
      <guid>http://off.net/~tberman/diary/archives/004855.html</guid>
      <pubDate>Sat, 03 Mar 2007 18:51:54 -0800</pubDate>
    </item>
    <item>
      <title>Medsphere</title>
      <link>http://off.net/~tberman/diary/archives/004854.html</link>
      <description>&lt;p&gt;This is a bit belated, but congrats to the guys over at &lt;a href=&quot;http://www.medsphere.com&quot;&gt;Medsphere&lt;/a&gt; for open sourcing their &lt;a href=&quot;http://medsphere.org/openvista_cis.html&quot;&gt;product&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;A long time ago (it feels like lifetimes), I took a job at Medsphere to work on porting a Java MUMPS VM to C#. After completing a proof of concept port, Steve and I felt like it would be a better use of my skillset to port the existing (crappy) CPRS gui to a modern toolkit/language and make it crossplatform at the same time.&lt;/p&gt;

&lt;p&gt;Eventually that project turned into a product, and we built a small team around it. I still feel like I know more about USER,PHYSICIAN and parsing ^ delimited fields than I ever would need to.&lt;/p&gt;

&lt;p&gt;However, as &lt;a href=&quot;http://www.vwdude.com/articles/2007/02/26/get-it-while-its-hot&quot;&gt;Christian&lt;/a&gt; points out, shit at Medsphere got pretty rough for a while, and I bailed far before it even got real nasty.&lt;/p&gt;

&lt;p&gt;Regardless of all that, kudos to the people doing the real work (Anthony, &lt;a href=&quot;http://brad.getcoded.net/blog&quot;&gt;Brad&lt;/a&gt;, &lt;a href=&quot;http://www.tenslashsix.com/&quot;&gt;Peter&lt;/a&gt;, Jon) (sorry for leaving any of you newer people out :) ) for getting this out, and sticking with one of the most interesting software projects I have ever heard of.&lt;/p&gt;</description>
      <guid>http://off.net/~tberman/diary/archives/004854.html</guid>
      <pubDate>Sat, 03 Mar 2007 18:38:03 -0800</pubDate>
    </item>
    <item>
      <title>Hiring.</title>
      <link>http://off.net/~tberman/diary/archives/004829.html</link>
      <description>&lt;p&gt;Yes, we (&lt;a href=&quot;http://www.imeem.com&quot;&gt;imeem&lt;/a&gt;) are hiring.&lt;/p&gt;

&lt;p&gt;Specifically, we are a San Francisco (right in the city, near the ballpark) startup looking to hire a handful of kickass engineers.&lt;/p&gt;

&lt;p&gt;Right now, I have open positions for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;a flash/actionscript/javascript developer&lt;/li&gt;
&lt;li&gt;a firefox extension developer&lt;/li&gt;
&lt;li&gt;generally awesome engineers of any type&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;

&lt;p&gt;So, if you would want to work for an interesting company, who is seeing traffic growth that looks like this, &lt;a href=&quot;mailto:tberman@imeem.com&quot;&gt;email me&lt;/a&gt; your resume.&lt;/p&gt;

&lt;img alt=&quot;graph.png&quot; src=&quot;http://off.net/~tberman/diary/archives/graph.png&quot; width=&quot;500&quot; height=&quot;300&quot; border=&quot;0&quot; /&gt;

&lt;p&gt;&lt;b&gt;Update&lt;/b&gt;: Apparently this graph is not self explanatory. The Y-Axis is the global rank of imeem.com when ranked comparatively against all other sites on the internet. And it is logarithmic. The source is available &lt;a href=&quot;http://www.alexa.com/data/details/traffic_details?url=imeem.com&quot;&gt;here&lt;/a&gt;&lt;/p&gt;</description>
      <guid>http://off.net/~tberman/diary/archives/004829.html</guid>
      <pubDate>Tue, 06 Feb 2007 02:34:25 -0800</pubDate>
    </item>
    <item>
      <title>Good luck</title>
      <link>http://off.net/~tberman/diary/archives/004812.html</link>
      <description>&lt;p&gt;&lt;a href=&quot;http://getafreelancer.com/projects/PHP-XML/Imeem-com-Duplicate.html&quot;&gt;I wish the best of luck to thejobugroup&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Interestingly enough, it looks like they are just going to &lt;a href=&quot;http://getafreelancer.com/projects/PHP-Website-Design/Social-Networking-site-for-music.html&quot;&gt;outsource&lt;/a&gt; the work.&lt;/p&gt;

&lt;p&gt;Hilarious.&lt;/p&gt;</description>
      <guid>http://off.net/~tberman/diary/archives/004812.html</guid>
      <pubDate>Sat, 20 Jan 2007 16:53:15 -0800</pubDate>
    </item>
    <item>
      <title>What did you say?</title>
      <link>http://off.net/~tberman/diary/archives/004798.html</link>
      <description>&lt;p&gt;So, recently we have been doing a &lt;b&gt;lot&lt;/b&gt; of interviewing at &lt;a href=&quot;http://www.imeem.com&quot;&gt;imeem&lt;/a&gt;. And sometimes I am very surprised at ho w the interview goes, both pleasantly and not. So here is a list of some dos and donts for interviewing in general, and specifically at a startup.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;b&gt;DO&lt;/b&gt; know what the company is about. What it's core goals are, and what it's product is. It is &lt;b&gt;ALWAYS&lt;/b&gt; discouraging to interview someone who has no idea what sort of work they are applying to do&lt;/li&gt;

&lt;li&gt;&lt;b&gt;DONT&lt;/b&gt; be apathetic. Especially when interviewing at a startup. If you are interviewing at Yahoo! or Google, or Microsoft maybe you can get away with it, but at a startup? No way. Startups live and die by employees who give 130%, and walking in and acting like you couldn't care is a great way to hear 'no thanks'&lt;/li&gt;

&lt;li&gt;&lt;b&gt;DONT&lt;/b&gt; bitch endlessly about your current job. Not only is it not important to me in evaluating if you will fit technically and personally at our company. It is also looks really really bad. All I hear when people start whining about their current boss, or their current job, or whatever is 'blah blah blah blah blah'. And I know when you are interviewing at your next job after you would work for me, you would be bitching about me. 'No thanks, no hire'. However, talking about your current job is fine. Just not bitching.&lt;/li&gt;

&lt;li&gt;&lt;b&gt;DONT&lt;/b&gt; talk about other interviews you are doing now. Basically everything I said above applies in principle. It is just not interesting. Your opinion on our competitor, or another wank web2.0 startup, or Yahoo! doesn't help me fit you into our company. It just bores me. I live in Bay Area, if I wanted to talk to someone about web2.0 shit, I will just open my door and throw a rock, it will likely hit 3 people working at a web2.0 company. Its &lt;b&gt;BORING&lt;/b&gt;&lt;/li&gt;

&lt;li&gt;&lt;b&gt;DO&lt;/b&gt; ask everyone you interview with questions. Even if someone else has already answered your question, getting more information and more views on questions as simple as &quot;What do you like about working here?&quot; is always good. As well, it is always nice towards the end of the interview to not have to be asking the questions.&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;I guess this turned into more of a DONT list than a DO list, but whatever :). And as always, if you are interested in interviewing, email &lt;a href=&quot;mailto:tberman@imeem.com&quot;&gt;me&lt;/a&gt;.&lt;/p&gt;</description>
      <guid>http://off.net/~tberman/diary/archives/004798.html</guid>
      <pubDate>Sun, 07 Jan 2007 01:03:28 -0800</pubDate>
    </item>
    <item>
      <title>Useful site</title>
      <link>http://off.net/~tberman/diary/archives/004793.html</link>
      <description>&lt;p&gt;Finally, a useful &lt;a href=&quot;http://www.secondhandsongs.com/home/&quot;&gt;cover song database&lt;/a&gt;. And even better, it isn't pastel, and it doesn't use ajax, and its actually useful and not in beta. Amazing. And just when the internet looked even more useless than ever...&lt;/p&gt;</description>
      <guid>http://off.net/~tberman/diary/archives/004793.html</guid>
      <pubDate>Tue, 26 Dec 2006 02:20:14 -0800</pubDate>
    </item>
    <item>
      <title><![CDATA[Snorp &lt;3 Tom Brady]]></title>
      <link>http://off.net/~tberman/diary/archives/004757.html</link>
      <description>&lt;p&gt;I have photographic proof:&lt;/p&gt;

&lt;img alt=&quot;snorp-brady.jpg&quot; src=&quot;http://off.net/~tberman/diary/archives/snorp-brady.jpg&quot; width=&quot;400&quot; height=&quot;266&quot; border=&quot;0&quot; /&gt;

&lt;p&gt;and&lt;/p&gt;

&lt;img alt=&quot;tom-brady.jpg&quot; src=&quot;http://off.net/~tberman/diary/archives/tom-brady.jpg&quot; width=&quot;200&quot; height=&quot;300&quot; border=&quot;0&quot; /&gt;

</description>
      <guid>http://off.net/~tberman/diary/archives/004757.html</guid>
      <pubDate>Sun, 29 Oct 2006 17:19:49 -0800</pubDate>
    </item>
    <item>
      <title>IE7 must die</title>
      <link>http://off.net/~tberman/diary/archives/004751.html</link>
      <description>&lt;p&gt;After getting fed up with IE6's lack of support for transparent pngs, &lt;a href=&quot;http://www.imeem.com/&quot;&gt;we&lt;/a&gt; went ahead and wrote an image server that would take an image and composite it with a solid color background (meeting 99% of our use-cases).&lt;/p&gt;

&lt;p&gt;I was so excited when I found out that IE7 would be support transparent pngs. However, apparently that support is not extended to transparent pngs that end up having an opacity applied to them.&lt;/p&gt;

&lt;p&gt;Great. Just Great. So now we get to keep the image server, and if we want to start using it less for IE7 users, we have to make sure the urls we serve back are never going to have opacity applied to them. Way to go IE team....&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Update:&lt;/b&gt; Yes, I am aware of the alpha loader filter, however its not an option for a variety of reasons, including but not limited to memory leaks, issues compositing images with the alpha loaded dx filter with regular images, etc.&lt;/p&gt;</description>
      <guid>http://off.net/~tberman/diary/archives/004751.html</guid>
      <pubDate>Thu, 26 Oct 2006 18:49:36 -0800</pubDate>
    </item>
    <item>
      <title>Movers blow</title>
      <link>http://off.net/~tberman/diary/archives/004697.html</link>
      <description>At least I know I won't be using &lt;a href=&quot;http://primates.ximian.com/~jackson/blog/archive2006/Aug-21.html&quot;&gt;Northwest Vanlines&lt;/a&gt; when I move to the city in a month or so. I am not looking forward to dealing with the move at all actually, its always a total pain in the ass.</description>
      <guid>http://off.net/~tberman/diary/archives/004697.html</guid>
      <pubDate>Mon, 21 Aug 2006 13:54:55 -0800</pubDate>
    </item>
    <item>
      <title>Blogging again</title>
      <link>http://off.net/~tberman/diary/archives/004663.html</link>
      <description>&lt;p&gt;Well, its been a long time since I last blogged. &lt;a href=&quot;http://www.imeem.com&quot;&gt;Work&lt;/a&gt; has been insanely busy. We have been rolling out tons and tons of changes to our website, and things have been getting crazy.&lt;/p&gt;

&lt;p&gt;Other than working what feels like 17 million hours a week, life has been good. Moving into the city soon, and I am really looking forward to that. Mostly looking in Noe Valley, Potrero Hills and the Mission. We might end up somewhere else, but right now, trying to focus mostly in those areas.&lt;/p&gt;

&lt;p&gt;I am hoping to find some time in the near future to play around with getting some integration between various awesome C# apps (f-spot, banshee, etc) and imeem, mostly posting from those apps directly into your imeem profile. We will see what kind of time appears in the near future.&lt;/p&gt;</description>
      <guid>http://off.net/~tberman/diary/archives/004663.html</guid>
      <pubDate>Fri, 14 Jul 2006 21:20:01 -0800</pubDate>
    </item>
    <item>
      <title>Testing</title>
      <link>http://off.net/~tberman/diary/archives/004581.html</link>
      <description>&lt;p&gt;ignore this&lt;/p&gt;</description>
      <guid>http://off.net/~tberman/diary/archives/004581.html</guid>
      <pubDate>Tue, 02 May 2006 13:06:48 -0800</pubDate>
    </item>
    <item>
      <title>Insight?</title>
      <link>http://off.net/~tberman/diary/archives/004502.html</link>
      <description>&lt;p&gt;Why do all women like stickers, puppy dogs and rainbows?&lt;/p&gt;

&lt;p&gt;I wonder if you could make millions selling rainbow colored puppy dog stickers...&lt;/p&gt;

&lt;p&gt;Things like this keep me up at night.&lt;/p&gt;</description>
      <guid>http://off.net/~tberman/diary/archives/004502.html</guid>
      <pubDate>Tue, 21 Feb 2006 01:55:41 -0800</pubDate>
    </item>
    <item>
      <title>These ducks are fighting</title>
      <link>http://off.net/~tberman/diary/archives/004417.html</link>
      <description>&lt;p&gt;Put up some &lt;a href=&quot;http://tberman.imeem.com/album/nEY_8haJ&quot;&gt;pictures&lt;/a&gt; of some ducks who like to fight.&lt;p&gt;

&lt;center&gt;&lt;img src=&quot;http://gdl.imeem.net/g/f6afbf1baef343ee1caeec8ddd74dc8b.jpg&quot;&gt;&lt;/center&gt;

&lt;p&gt;Apparently &lt;a href=&quot;http://bryan.imeem.com/&quot;&gt;some&lt;/a&gt; &lt;a href=&quot;http://dalton.imeem.com/&quot;&gt;people&lt;/a&gt; think that these ducks are just standing around. But trust me. These fuckers are fighting.&lt;/p&gt;</description>
      <guid>http://off.net/~tberman/diary/archives/004417.html</guid>
      <pubDate>Fri, 13 Jan 2006 21:55:02 -0800</pubDate>
    </item>
    <item>
      <title>imeem</title>
      <link>http://off.net/~tberman/diary/archives/004411.html</link>
      <description>&lt;p&gt;So, as &lt;a href=&quot;http://tirania.org/blog/archive/2006/Jan-11.html&quot;&gt;some&lt;/a&gt; &lt;a href=&quot;http://zacbowling.com/blog/2006/01/10/imeem/&quot;&gt;others&lt;/a&gt; have noted, &lt;a href=&quot;http://www.imeem.com&quot;&gt;imeem&lt;/a&gt; has released a &lt;a href=&quot;http://www.imeem.com/mac.aspx&quot;&gt;mac&lt;/a&gt; client.&lt;/p&gt;

&lt;p&gt;However. I bring to you an exclusive screenshot of the brand new not-soon-to-be-released linux client.&lt;/p&gt;

&lt;center&gt;&lt;img alt=&quot;Screenshot-imeem.png&quot; src=&quot;http://off.net/~tberman/diary/archives/Screenshot-imeem.png&quot; width=&quot;1124&quot; height=&quot;877&quot; border=&quot;0&quot; /&gt;&lt;/center&gt;

&lt;p&gt;This client shares a lot of code with the existing windows client, and even more with the new mac client. I hacked it together with about 5 hours of work tops, and most of that was spent writing some very specific integration code.&lt;/p&gt;

&lt;p&gt;Enjoy.&lt;/p&gt;</description>
      <guid>http://off.net/~tberman/diary/archives/004411.html</guid>
      <pubDate>Thu, 12 Jan 2006 12:11:47 -0800</pubDate>
    </item>

</channel>
</rss>