﻿<?xml version="1.0" encoding="utf-8"?>
<feed xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns="http://www.w3.org/2005/Atom">
  <id>http://blog.theflaker.com.ar/</id>
  <title>Flaker's!</title>
  <updated>2011-03-01T07:44:21+00:00</updated>
  <link href="http://blog.theflaker.com.ar/" />
  <link rel="self" href="http://blog.theflaker.com.ar/syndication.axd?format=atom" />
  <subtitle>Random geeky stuff for the nerd in you!</subtitle>
  <author>
    <name>Federico Delgado</name>
  </author>
  <generator uri="http://dotnetblogengine.net/" version="1.0.0.0">BlogEngine.Net Syndication Generator</generator>
  <blogChannel:blogRoll>http://blog.theflaker.com.ar/opml.axd</blogChannel:blogRoll>
  <blogChannel:blink>http://www.dotnetblogengine.net/syndication.axd</blogChannel:blink>
  <dc:creator>Federico Delgado</dc:creator>
  <dc:description>Random geeky stuff for the nerd in you!</dc:description>
  <dc:language>en-US</dc:language>
  <dc:title>Flaker's!</dc:title>
  <geo:lat>34.062500</geo:lat>
  <geo:long>58.677060</geo:long>
  <entry>
    <id>http://blog.theflaker.com.ar/post/Another-BE-version.aspx</id>
    <title>Another BE version</title>
    <updated>2011-03-01T07:43:20+00:00</updated>
    <link rel="self" href="http://blog.theflaker.com.ar/post.aspx?id=6f5e97d0-184b-4aa9-9941-49df4ccf8cdd" />
    <link href="http://blog.theflaker.com.ar/post/Another-BE-version.aspx" />
    <author>
      <name>admin</name>
    </author>
    <summary type="html">&lt;p&gt;This is the last binary package. I think I sorted out the most important issues I was facing (file download not working, settings save not working, etc). At least on the features I use (e.g. only XML storage)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://dl.dropbox.com/u/9808569/BlogFlaker/BlogEngineWA-20110301.tar.gz" target="_blank"&gt;Here&lt;/a&gt;it is the binary package (only tested under Mono 2.10.1 and with no App_Data in it)&lt;/p&gt;  &lt;p&gt;Federico&lt;/p&gt;</summary>
    <published>2011-03-01T07:43:20+00:00</published>
    <link rel="related" href="http://blog.theflaker.com.ar/post/Another-BE-version.aspx#comment" />
    <category term="BlogEngine.NET" />
    <category term="Linux" />
    <category term="Mono" />
    <dc:publisher>admin</dc:publisher>
    <pingback:server>http://blog.theflaker.com.ar/pingback.axd</pingback:server>
    <pingback:target>http://blog.theflaker.com.ar/post.aspx?id=6f5e97d0-184b-4aa9-9941-49df4ccf8cdd</pingback:target>
    <slash:comments>4</slash:comments>
    <trackback:ping>http://blog.theflaker.com.ar/trackback.axd?id=6f5e97d0-184b-4aa9-9941-49df4ccf8cdd</trackback:ping>
    <wfw:comment>http://blog.theflaker.com.ar/post/Another-BE-version.aspx#comment</wfw:comment>
    <wfw:commentRss>http://blog.theflaker.com.ar/syndication.axd?post=6f5e97d0-184b-4aa9-9941-49df4ccf8cdd</wfw:commentRss>
  </entry>
  <entry>
    <id>http://blog.theflaker.com.ar/post/BlogEngine-finally-under-Mono-210.aspx</id>
    <title>BlogEngine and Mono 2.10 - Part II (working.. mostly)</title>
    <updated>2011-02-21T13:15:00+00:00</updated>
    <link rel="self" href="http://blog.theflaker.com.ar/post.aspx?id=dda2262e-d2c9-4a6f-bdde-82062da4b838" />
    <link href="http://blog.theflaker.com.ar/post/BlogEngine-finally-under-Mono-210.aspx" />
    <author>
      <name>admin</name>
    </author>
    <summary type="html">&lt;p&gt;Today, I finally got &lt;a href="http://www.dotnetblogengine.net/" target="_blank"&gt;BE 2.0&lt;/a&gt; to run under Mono 2.10.&lt;/p&gt;  &lt;p&gt;To tell the truth, BE needs little work to run under Mono. There are already some defensive checks in the code to avoid known Mono (not yet) implemented issues. But it didn’t work correctly under Mono 2.8.&lt;/p&gt;  &lt;p&gt;I also wanted to work with it under &lt;a href="http://monodevelop.com/" target="_blank"&gt;MonoDevelop&lt;/a&gt;, build it with it so it is an all around Mono experience.&lt;/p&gt;  &lt;p&gt;MonoDevelop is not able to work with Web Sites, so I had to convert BE to a Web Application. At this point Visual Studio came handy because it already has some kind of conversion wizard. Then some time was spent getting everything to look like a real Web Application with folders and everything instead of one big chunk of files and default names. I think there is some work missing in order to split the code in a more sensible way.&lt;/p&gt;  &lt;p&gt;After that lot of issues appeared because now we have the infamous &amp;quot;designer&amp;quot; files that are auto generated and in some those designer partial classes were not what the rest of the code expected.&lt;/p&gt;  &lt;p&gt;I realized after a little bit, that MonoDevelop needed some extra hints (more than Visual Studio) in order to regenerate the designer classes given that there was no explicit TagPrefix registration in several pages or controls and of course it was also missing from the Web.Config (the included one was correct any more because of my changes).&lt;/p&gt;  &lt;p&gt;Some extra tweaking was done later like removing one parameter in a constructor as suggested by &lt;a href="http://www.mono-project.com/MoMA" target="_blank"&gt;MoMa&lt;/a&gt; and removing a not supported attribute in the Web.Config file (RedirectMode) and it worked.&lt;/p&gt;  &lt;p&gt;Not quite so ... every widget got to retrieve just one item from the store. I first noticed that while using the Twitter widget. Turned out that there is some difference between the way Mono implements:&lt;/p&gt;  &lt;p&gt;XmlReader.ReadToNextSibling(String)&lt;/p&gt;  &lt;p&gt;I will check what in the Mono list; probably someone has already reported it.&lt;/p&gt;  &lt;p&gt;Replacing that with XmlReader.ReadToNextFollowing(String) did the trick though probably is not exactly what the developer had in mind.&lt;/p&gt;  &lt;p&gt;Using MONO_IOMAP set to the “all” value did not take care of hardcoded images or style sheets files and they failed to appear. Almost always the error was because of the “Admin” path that is later written as “admin”. I renamed to directory but I am not so sure about mod_mono not helping with those paths that involve non Net files.&lt;/p&gt;  &lt;p&gt;Anyway, it was working in the end as you can see.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.theflaker.com.ar/image.axd?picture=post.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Writing this post" border="0" alt="Writing this post" src="http://blog.theflaker.com.ar/image.axd?picture=post_thumb.jpg" width="502" height="312" /&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;And my new footer in the Admin area&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.theflaker.com.ar/image.axd?picture=post2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Footer under Mono" border="0" alt="Footer under Mono" src="http://blog.theflaker.com.ar/image.axd?picture=post2_thumb.png" width="549" height="34" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;All the code is hosted in GitHub which gave me an opportunity to start to use Git. There is really nothing interesting in my changes, it is almost the stock source but transformed into a Web App.&lt;/p&gt;  &lt;p&gt;Code is &lt;a href="https://github.com/flaker/BlogEngineMono" target="_blank"&gt;here&lt;/a&gt;.     &lt;br /&gt;    &lt;br /&gt;One important problem that I still have is an error when trying to contact the web services inside the api folder.&lt;span style="text-decoration: line-through"&gt; Somehow the Mono runtime tries to instantiate a non existent type. I am trying to work around that at the moment.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;UPDATE&lt;/strong&gt;: my bad there (I think) one of the web services had an error in its asmx file pointing to that inexistent type. When I hit a different services, all of them got build at the same time and that other failed bringing everything down. Now it is fixed! Something is wrong with the Settings save.&lt;/p&gt;  &lt;p&gt;It simply never calls the service to save, that is the last thing I am planning to fix on this. Binaries &lt;a href="http://dl.dropbox.com/u/9808569/BlogFlaker/BlogEngineWA-20110226.tar.gz"&gt;BlogEngineWA-20110226.tar.gz (1.98 mb)&lt;/a&gt;&lt;/p&gt;</summary>
    <published>2011-02-21T13:15:00+00:00</published>
    <link rel="related" href="http://blog.theflaker.com.ar/post/BlogEngine-finally-under-Mono-210.aspx#comment" />
    <category term=".Net" />
    <category term="BlogEngine.NET" />
    <dc:publisher>admin</dc:publisher>
    <pingback:server>http://blog.theflaker.com.ar/pingback.axd</pingback:server>
    <pingback:target>http://blog.theflaker.com.ar/post.aspx?id=dda2262e-d2c9-4a6f-bdde-82062da4b838</pingback:target>
    <slash:comments>3</slash:comments>
    <trackback:ping>http://blog.theflaker.com.ar/trackback.axd?id=dda2262e-d2c9-4a6f-bdde-82062da4b838</trackback:ping>
    <wfw:comment>http://blog.theflaker.com.ar/post/BlogEngine-finally-under-Mono-210.aspx#comment</wfw:comment>
    <wfw:commentRss>http://blog.theflaker.com.ar/syndication.axd?post=dda2262e-d2c9-4a6f-bdde-82062da4b838</wfw:commentRss>
  </entry>
  <entry>
    <id>http://blog.theflaker.com.ar/post/blogengine-mono.aspx</id>
    <title>BlogEngine 2.0 under Mono (under Linux)</title>
    <updated>2011-01-30T16:53:00+00:00</updated>
    <link rel="self" href="http://blog.theflaker.com.ar/post.aspx?id=3da2a351-8da1-485d-ae86-630e2abdec98" />
    <link href="http://blog.theflaker.com.ar/post/blogengine-mono.aspx" />
    <author>
      <name>admin</name>
    </author>
    <summary type="html">&lt;p align="justify"&gt;Hi there,&lt;/p&gt;  &lt;p align="justify"&gt;Today I’ve been trying to make &lt;a href="http://blogengine.codeplex.com/" target="_blank"&gt;BlogEngine&lt;/a&gt; 2.0 on Mono 2.8.2 not only the binaries but I also wanted to get the source built under Mono.&lt;/p&gt;  &lt;p align="justify"&gt;There were some problems with it so I decided to use Monodevelop to work on the source.&lt;/p&gt;  &lt;p align="justify"&gt;Unfortunately, MD does not support Web Site projects so I had to transform the Web Site project into a Web Application. That means that some of the BE features like seeing extensions code is not working right now.&lt;/p&gt;  &lt;p align="justify"&gt;&lt;/p&gt;  &lt;p align="justify"&gt;First I used VS2010 to convert to a Web Application. After that I used MD under Windows to start the work under Mono (I have a 2.8.2 runtime there) and then took it to Linux (the VMware virtual machine provided &lt;a href="http://www.go-mono.com/mono-downloads/download.html" target="_blank"&gt;here&lt;/a&gt;).&lt;/p&gt;  &lt;p align="justify"&gt;So far the site starts, you can see all the pages, list the extensions and activate them. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.theflaker.com.ar/image.axd?picture=BEMono.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="BEMono" border="0" alt="BEMono" src="http://blog.theflaker.com.ar/image.axd?picture=BEMono_thumb.png" width="557" height="484" /&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;But some listings appear empty and I have not tested the database configs, only the regular XML backed store. If you want to give it a try, please share with us what did you do to get a fully working Mono version. &lt;/p&gt;  &lt;p align="justify"&gt;The source: &lt;a href="http://blog.theflaker.com.ar/file.axd?file=2011%2f1%2fBEMono-src.zip"&gt;BEMono-src.zip (6.39 mb)&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;The binaries (compiler included in 2.8.2 Mono bundle): &lt;a href="http://blog.theflaker.com.ar/file.axd?file=2011%2f1%2fBEMono.zip"&gt;BEMono.zip (2.34 mb)&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;Of course the IOMAP env setting should be set to “all” …. all the time (even when using XSP). &lt;/p&gt;  &lt;p align="justify"&gt;Federico&lt;/p&gt;</summary>
    <published>2011-01-30T16:53:00+00:00</published>
    <link rel="related" href="http://blog.theflaker.com.ar/post/blogengine-mono.aspx#comment" />
    <category term=".Net" />
    <category term="BlogEngine.NET" />
    <category term="Linux" />
    <dc:publisher>admin</dc:publisher>
    <pingback:server>http://blog.theflaker.com.ar/pingback.axd</pingback:server>
    <pingback:target>http://blog.theflaker.com.ar/post.aspx?id=3da2a351-8da1-485d-ae86-630e2abdec98</pingback:target>
    <slash:comments>8</slash:comments>
    <trackback:ping>http://blog.theflaker.com.ar/trackback.axd?id=3da2a351-8da1-485d-ae86-630e2abdec98</trackback:ping>
    <wfw:comment>http://blog.theflaker.com.ar/post/blogengine-mono.aspx#comment</wfw:comment>
    <wfw:commentRss>http://blog.theflaker.com.ar/syndication.axd?post=3da2a351-8da1-485d-ae86-630e2abdec98</wfw:commentRss>
  </entry>
  <entry>
    <id>http://blog.theflaker.com.ar/post/IIS-7-broken-application-after-sharing.aspx</id>
    <title>IIS 7 broken application after sharing</title>
    <updated>2010-08-10T16:47:00+00:00</updated>
    <link rel="self" href="http://blog.theflaker.com.ar/post.aspx?id=30c3bcc9-c2e2-4bce-95fd-4f118bb9821e" />
    <link href="http://blog.theflaker.com.ar/post/IIS-7-broken-application-after-sharing.aspx" />
    <author>
      <name>admin</name>
    </author>
    <summary type="html">&lt;p&gt;A couple of days ago someone shared a folder where an ASP Net application was running. This under a Win2K8 (R2 I think) and suddenly the whole application was broken with some strange messages like: &lt;/p&gt;  &lt;p&gt;“Could not load file or assembly” and some of my assemblies names &lt;/p&gt;  &lt;p&gt;My first idea was that the IIS user was somehow removed and was not able to access the application folder. I set the user with the appropriate permissions on the folders and nothing! I removed the offending share and nothing! &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;After googling and trying different things I tried the following &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;C:\Windows\Microsoft.NET\Framework\v2.0.50727&amp;gt;caspol -u -ag All_Code -url &amp;quot;C:\SomeCompanySite\bin\*&amp;quot; FullTrust&lt;/strong&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;and, that´s it, the application was running again :) &lt;/p&gt;  &lt;p&gt;Turns out (and this is fully documented) that a share runs in a more strict context, thus my application was dying on me. &lt;/p&gt;  &lt;p&gt;You can also run &lt;em&gt;caspol&lt;/em&gt; to trust the share if you want to. &lt;/p&gt;  &lt;p&gt;BTW, you might need to run that command from the &lt;em&gt;Framework64&lt;/em&gt; folder. &lt;/p&gt;  &lt;p&gt;Federico&lt;/p&gt;  &lt;div style="display: none; visibility: hidden"&gt;K7YFUFZ2DQY5&lt;/div&gt;</summary>
    <published>2010-08-10T16:47:00+00:00</published>
    <link rel="related" href="http://blog.theflaker.com.ar/post/IIS-7-broken-application-after-sharing.aspx#comment" />
    <category term="Troubleshooting" />
    <dc:publisher>admin</dc:publisher>
    <dc:description>Problems after sharing a folder under IIS 7 running an application.</dc:description>
    <pingback:server>http://blog.theflaker.com.ar/pingback.axd</pingback:server>
    <pingback:target>http://blog.theflaker.com.ar/post.aspx?id=30c3bcc9-c2e2-4bce-95fd-4f118bb9821e</pingback:target>
    <slash:comments>1</slash:comments>
    <trackback:ping>http://blog.theflaker.com.ar/trackback.axd?id=30c3bcc9-c2e2-4bce-95fd-4f118bb9821e</trackback:ping>
    <wfw:comment>http://blog.theflaker.com.ar/post/IIS-7-broken-application-after-sharing.aspx#comment</wfw:comment>
    <wfw:commentRss>http://blog.theflaker.com.ar/syndication.axd?post=30c3bcc9-c2e2-4bce-95fd-4f118bb9821e</wfw:commentRss>
  </entry>
  <entry>
    <id>http://blog.theflaker.com.ar/post/openSuse-113-and-D-Link-DWA-125.aspx</id>
    <title>Linux and D-Link DWA 125</title>
    <updated>2010-08-08T23:17:00+00:00</updated>
    <link rel="self" href="http://blog.theflaker.com.ar/post.aspx?id=61782ee9-748d-4486-a372-7023cbbcd658" />
    <link href="http://blog.theflaker.com.ar/post/openSuse-113-and-D-Link-DWA-125.aspx" />
    <author>
      <name>Admin</name>
    </author>
    <summary type="html">&lt;p&gt;I&amp;acute;ve installed openSuse 11.3 64bits since it seems to have the most complete and up to date distribution of &lt;a href="http://www.mono-project.com/" target="_blank"&gt;mono&lt;/a&gt;. Since installing it, making my usb wireless card (&lt;a href="http://www.dlink.com/products/?pid=DWA-125" target="_blank"&gt;D-Link DWA-125&lt;/a&gt;) has been a pain. Finally I had it working with NetworkManager but I noticed that it kept dropping the connection without any reason. Not only that (this may happen) but I could not restart my connection. It simply refused to reconnect.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After running lsmod I noticed the name of the kernel module handling the device: ra2870sta. Then I went to the manofacturer&amp;acute;s site and downloaded their lastest driver for Linux, the file name is &lt;em&gt;2010_0709_RT2870_Linux_STA_v2.4.0.1.tar.bz2.&lt;/em&gt; There is a &lt;em&gt;Date&lt;/em&gt; column in the downloads table saying &lt;em&gt;07/09/2010&lt;/em&gt;. I really do not know if that is really the date of their latest update, but the version is 2.4.0.1.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you run:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10px"&gt;&lt;strong&gt;modinfo rt2870sta&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10px"&gt;&lt;strong&gt; &lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;as su on your terminal, from stock openSuse I got something a version like 2.3. Without looking at the source in detail, it is difficult to say if that 2.3 is directly comparable to the 2.4.01 from ralink&amp;acute;s site but I gave it a try. After unpacking:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10px"&gt;&lt;strong&gt;tar jxvf 2010_0709_RT2870_Linux_STA_v2.4.0.1.tar.bz2&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10px"&gt; &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10px"&gt;I got all the source code. In order to build everything you need at least the kernel-desktop-devel package:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10px"&gt; &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;zypper in &lt;/strong&gt;&lt;span style="font-size: 10px"&gt;&lt;strong&gt;kernel-desktop-devel&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10px"&gt; &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In the root folder of the module run:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;make&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Everything should go smooth. In the &lt;em&gt;os/linux&lt;/em&gt; directory you should have a file named &lt;em&gt;rt2870sta.ko&lt;/em&gt; file. You may try to run the module right now by doing:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10px"&gt;&lt;strong&gt;insmod rt2870sta.ko&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;in the &lt;em&gt;os/linux&lt;/em&gt; directory.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Following a regular procedue, I run:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;make install&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;to find out a minute later that I&amp;acute;d broken my wireless connection. I had to reinstall the package with the wireless module and firmware from the openSuse dvd.&lt;/p&gt;
&lt;p&gt;So I decided to try again. This time I made a backup copy of my original files. I found them by running:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;rpm -qal | grep rt2870&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;the output is in the image below.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="/blog/image.axd?picture=2010%2f8%2fScreenshot-flaker%40linux-domm%3a...TA_v2.4.0.1-common.png" alt="Files to backup" width="480" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;From there, the important files are &lt;em&gt;rt2870.bin&lt;/em&gt; and &lt;em&gt;rt2870sta.ko&lt;/em&gt; (the .h file is an empty file)&lt;/p&gt;
&lt;p&gt;Then proceeded to replace those files with the ones I got from the build stage. Run:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;depmod&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;and that&amp;acute;s it.&lt;/p&gt;
&lt;p&gt;I could not remove the current module immediately I needed to stop every hint of wireless/network activity so I unchecked &lt;em&gt;Enabled Networking&lt;/em&gt;&amp;nbsp; from NetworkManager and proceeded to run:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;modprobe -rf rt2870sta&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;and after that I run:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;modprobe rt2870sta&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;to get the new module loaded.&lt;/p&gt;
&lt;p&gt;Nothing happened, the activity led on the little usb device was dead. So I decided to run lsusb and modinfo again. This time I noticed that the lsusb output said:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Bus 002 Device 003: ID 07d1:3c0d D-Link System&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But no device with 07d1 (D-Link) 3c0d (device) was present in the alias list of the module. There were only two devices for DLink:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10px"&gt;&lt;strong&gt;alias:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; usb:v07D1p3C09d*dc*dsc*dp*ic*isc*ip*&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10px"&gt;&lt;strong&gt;alias:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; usb:v07D1p3C0Dd*dc*dsc*dp*ic*isc*ip*&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10px"&gt; &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10px"&gt;so, no wonder nothing was happening. I tracked the identifiers to a file named &lt;em&gt;rtusb_dev_id.c&lt;/em&gt; in it I added my new line:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;{USB_DEVICE(0x07D1,0x3C0D)}, /* D-Link DWA 125 FD */&lt;/strong&gt;&lt;/p&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;build again, copied the modules again, run depmod, restarted to be sure that everything was starting from 0.&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10px"&gt;NetworkManager took a couple of minutes to lift but finally I saw my connection up &lt;img title="Laughing" src="/editors/tiny_mce3/plugins/emotions/img/smiley-laughing.gif" border="0" alt="Laughing" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10px"&gt; &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;So far I hadn&amp;acute;t had any weird drop connection and I hope it stays the same.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;One important detail is this module expects a file called &lt;em&gt;RT2870STA.dat&lt;/em&gt; in &lt;em&gt;/etc/Wireless&lt;/em&gt;. It includes a certain number of parameters to initialize the driver. You can read about its values in the &lt;em&gt;README_STA&lt;/em&gt; file.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Federico&lt;/p&gt;
&lt;p&gt;BTW: anything like Live Writer for Linux? &lt;img title="Frown" src="/editors/tiny_mce3/plugins/emotions/img/smiley-frown.gif" border="0" alt="Frown" /&gt;&lt;/p&gt;</summary>
    <published>2010-08-08T23:17:00+00:00</published>
    <link rel="related" href="http://blog.theflaker.com.ar/post/openSuse-113-and-D-Link-DWA-125.aspx#comment" />
    <category term="Linux" />
    <dc:publisher>Admin</dc:publisher>
    <dc:description>Installing a different module driver for the usb  wireless adapter D-Link DWA-125 in openSuse 11.3</dc:description>
    <pingback:server>http://blog.theflaker.com.ar/pingback.axd</pingback:server>
    <pingback:target>http://blog.theflaker.com.ar/post.aspx?id=61782ee9-748d-4486-a372-7023cbbcd658</pingback:target>
    <slash:comments>0</slash:comments>
    <trackback:ping>http://blog.theflaker.com.ar/trackback.axd?id=61782ee9-748d-4486-a372-7023cbbcd658</trackback:ping>
    <wfw:comment>http://blog.theflaker.com.ar/post/openSuse-113-and-D-Link-DWA-125.aspx#comment</wfw:comment>
    <wfw:commentRss>http://blog.theflaker.com.ar/syndication.axd?post=61782ee9-748d-4486-a372-7023cbbcd658</wfw:commentRss>
  </entry>
  <entry>
    <id>http://blog.theflaker.com.ar/post/Resources-for-the-Spanish-speaking-reversers-community.aspx</id>
    <title>Resources for the Spanish speaking reversers community</title>
    <updated>2010-05-25T19:28:58+00:00</updated>
    <link rel="self" href="http://blog.theflaker.com.ar/post.aspx?id=8441df0e-c07f-4933-8829-5a787547f60d" />
    <link href="http://blog.theflaker.com.ar/post/Resources-for-the-Spanish-speaking-reversers-community.aspx" />
    <author>
      <name>admin</name>
    </author>
    <summary type="html">&lt;p&gt;It´s always nice to see reverse engineering resources in our own language and by our people. I´ve been out of this subject for some years and I am happy to see this community. It´s obvious that there is no lack of brain power and there is some excellent material (really good). Wanna see what’s this about? Check:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ricardonarvaja.info/" target="_blank"&gt;Ricardo Narvaja´s site&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.yashira.org/" target="_blank"&gt;Yashira&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://groups.google.com/group/CrackSLatinoS" target="_blank"&gt;Cracks Latinos&lt;/a&gt; (Google Group)&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Nifty community logo is also included (not done by me:&lt;/p&gt;   &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;img alt="[Crackslatinos2.jpg]" src="http://1.bp.blogspot.com/_UUAPhcG-yh0/SWpWYTlj1JI/AAAAAAAAABQ/D1Ld5pCR480/s1600/Crackslatinos2.jpg" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Happy reversing :)&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b313bef3-99f0-4b87-a76c-29b6da907b7c" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Cracks+latinos" rel="tag"&gt;Cracks latinos&lt;/a&gt;,&lt;a href="http://technorati.com/tags/community" rel="tag"&gt;community&lt;/a&gt;,&lt;a href="http://technorati.com/tags/cracking" rel="tag"&gt;cracking&lt;/a&gt;,&lt;a href="http://technorati.com/tags/low+level" rel="tag"&gt;low level&lt;/a&gt;,&lt;a href="http://technorati.com/tags/assembler" rel="tag"&gt;assembler&lt;/a&gt;&lt;/div&gt;</summary>
    <published>2010-05-25T19:28:58+00:00</published>
    <link rel="related" href="http://blog.theflaker.com.ar/post/Resources-for-the-Spanish-speaking-reversers-community.aspx#comment" />
    <category term="Learning" />
    <category term="Reversing" />
    <dc:publisher>admin</dc:publisher>
    <pingback:server>http://blog.theflaker.com.ar/pingback.axd</pingback:server>
    <pingback:target>http://blog.theflaker.com.ar/post.aspx?id=8441df0e-c07f-4933-8829-5a787547f60d</pingback:target>
    <slash:comments>0</slash:comments>
    <trackback:ping>http://blog.theflaker.com.ar/trackback.axd?id=8441df0e-c07f-4933-8829-5a787547f60d</trackback:ping>
    <wfw:comment>http://blog.theflaker.com.ar/post/Resources-for-the-Spanish-speaking-reversers-community.aspx#comment</wfw:comment>
    <wfw:commentRss>http://blog.theflaker.com.ar/syndication.axd?post=8441df0e-c07f-4933-8829-5a787547f60d</wfw:commentRss>
  </entry>
  <entry>
    <id>http://blog.theflaker.com.ar/post/are-you-a-loser.aspx</id>
    <title>Some food for the brain. Are you a loser? a clueless?</title>
    <updated>2009-11-05T08:05:00+00:00</updated>
    <link rel="self" href="http://blog.theflaker.com.ar/post.aspx?id=dc8eaf60-4014-4841-9305-b077d26272e8" />
    <link href="http://blog.theflaker.com.ar/post/are-you-a-loser.aspx" />
    <author>
      <name>Admin</name>
    </author>
    <summary type="html">&lt;div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3212ad3b-111f-454a-8039-5a32285dc748" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px"&gt;Technorati Tags: &lt;a rel="tag" href="http://technorati.com/tags/loosers"&gt;loosers&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/sociopaths"&gt;sociopaths&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/clueless"&gt;clueless&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/the+office"&gt;the office&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/organizations"&gt;organizations&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Last week I read an interesting &lt;a href="http://www.ribbonfarm.com/2009/10/07/the-gervais-principle-or-the-office-according-to-the-office/?t=59" target="_blank"&gt;post&lt;/a&gt; that used the show &amp;ldquo;The Office&amp;rdquo; to analyze general organizations. Some of its ideas sounded too strange for me and after all &amp;rdquo;The Office&amp;rdquo; still lives in fiction and that tends to eliminate or exaggerate tiny but numerous factors present in a work environment. Anyway the definition of the layers in the organizational pyramid and the enunciated principle left me thinking and kind of agreeing at least partially.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The Gervais principle as Venkatesh calls it says:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Sociopaths, in their own best interests, knowingly promote over-performing losers into middle-management, groom under-performing losers into sociopaths, and leave the average bare-minimum-effort losers to fend for themselves.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In order to understand it, you need the definition of the layers population. I think these definitions shocked me the most, from the top of the organization to the bottom as in the picture:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://gapingvoid.com/2004/06/27/company-hierarchy/" target="_blank"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Pyramid" src="image.axd?picture=zzzzazzdggg49.jpg" border="0" alt="Pyramid" width="244" height="135" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Sociopaths enter and exit organizations at will, at any stage, and do whatever it takes to come out on top. The contribute creativity in early stages of a organization&amp;rsquo;s life, neurotic leadership in the middle stages, and cold-bloodedness in the later stages,&amp;nbsp; where they drive decisions like mergers, acquisitions and layoffs that others are too scared or too compassionate to drive. They are also the ones capable of equally impersonally exploiting a young idea for growth in the beginning, killing one good idea to concentrate resources on another at maturity, and milking an end-of-life&amp;nbsp; idea through harvest-and-exit market strategies.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;The Clueless are the ones who lack the competence to circulate freely through the economy (unlike sociopaths and losers), and build up a perverse sense of loyalty to the firm, even when events make it abundantly clear that the firm is not loyal to them. To sustain themselves, they must be capable of fashioning elaborate delusions based on idealized notions of the firm &amp;mdash; the perfectly pathological entities we mentioned. Unless squeezed out by forces they cannot resist, they hang on as long as possible, long after both sociopaths and losers have left &amp;hellip;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;MacLeod&amp;rsquo;s &amp;ldquo;Loser&amp;rdquo; layer had me puzzled for a long time, because I was interpreting it in cultural terms: the kind of person you call a &amp;ldquo;loser.&amp;rdquo; While some may be losers in that sense too, they are primarily losers in the economic sense: those who have, for various reasons, made (or been forced to make) a bad economic bargain: they&amp;rsquo;ve given up some potential for long-term economic liberty (as capitalists) for short-term economic stability. Traded freedom for a paycheck in short. They actually produce, but are not compensated in proportion to the value they create.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You can read the &lt;a href="http://www.ribbonfarm.com/2009/10/07/the-gervais-principle-or-the-office-according-to-the-office/?t=59" target="_blank"&gt;complete post&lt;/a&gt;, it is very interesting. At least for me, the loser &amp;ndash; clueless part was very enlightening.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Federico&lt;/p&gt;</summary>
    <published>2009-11-05T08:05:00+00:00</published>
    <link rel="related" href="http://blog.theflaker.com.ar/post/are-you-a-loser.aspx#comment" />
    <category term="Other ideas" />
    <dc:publisher>Admin</dc:publisher>
    <pingback:server>http://blog.theflaker.com.ar/pingback.axd</pingback:server>
    <pingback:target>http://blog.theflaker.com.ar/post.aspx?id=dc8eaf60-4014-4841-9305-b077d26272e8</pingback:target>
    <slash:comments>0</slash:comments>
    <trackback:ping>http://blog.theflaker.com.ar/trackback.axd?id=dc8eaf60-4014-4841-9305-b077d26272e8</trackback:ping>
    <wfw:comment>http://blog.theflaker.com.ar/post/are-you-a-loser.aspx#comment</wfw:comment>
    <wfw:commentRss>http://blog.theflaker.com.ar/syndication.axd?post=dc8eaf60-4014-4841-9305-b077d26272e8</wfw:commentRss>
  </entry>
  <entry>
    <id>http://blog.theflaker.com.ar/post/tfs-tools-by-telerik.aspx</id>
    <title>TFS tools by Telerik</title>
    <updated>2009-10-01T09:06:00+00:00</updated>
    <link rel="self" href="http://blog.theflaker.com.ar/post.aspx?id=b5dd5620-4e6e-4a82-a82b-0692c4e3b9c6" />
    <link href="http://blog.theflaker.com.ar/post/tfs-tools-by-telerik.aspx" />
    <author>
      <name>Admin</name>
    </author>
    <summary type="html">&lt;div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4275f3a8-c2bf-4229-9dcd-ca9d72976c1b" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px"&gt;Technorati Tags: &lt;a rel="tag" href="http://technorati.com/tags/tfs"&gt;tfs&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/telerik"&gt;telerik&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/dashboard"&gt;dashboard&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Recently the components company Telerik released the beta version of a couple of products directed toward TFS users and managers. Of course both products make heavy use of Telerik&amp;rsquo;s visual components, in this case the WPF suite.&lt;/p&gt;
&lt;p&gt;The first one (in my arbitrary order) is the &lt;strong&gt;TFS Dashboard&lt;/strong&gt;. Basically it shows several little reports and indicators on the project status. It also shows failed builds and the reason why they failed. I am not using Team Build right now so I could not check that. Below is a screenshot of how the dashboard works on my current project.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="image.axd?picture=Dashboard-Clean.png" target="_blank"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Project Dashboard" src="image.axd?picture=Dashboard-Clean_thumb.png" border="0" alt="Project Dashboard" width="644" height="404" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Too bad I had to add those white boxes to erase particular names. In any case, the dashboard idea is there. The purpose is to have several projects and the appropriate dashboards are displayed a configured amount of time before going to the next project.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Before opening the dashboard, the program receives you with a Welcome screen with some configuration options.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="image.axd?picture=Welcome-clean.png" target="_blank"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Welcome screen" src="image.axd?picture=Welcome-clean_thumb.png" border="0" alt="Welcome screen" width="384" height="484" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don&amp;rsquo;t know how it did it but the pre selected template is the correct one. I do not have &amp;ldquo;TFS warehouse access&amp;rdquo; so some of the widgets that compose the dashboard are unavailable to me :(.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is also a configuration option once you are in the dashboard. The config option is composed of two tabs.&lt;/p&gt;
&lt;p&gt;The first configuration tab &amp;ldquo;General&amp;rdquo; mainly deals with how you see the dashboard.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blog.theflaker.com.ar/image.axd?picture=DashboardConfigurationSettings.png" target="_blank"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Configuration Settings" src="image.axd?picture=DashboardConfigurationSettings_thumb.png" border="0" alt="Configuration Settings" width="593" height="484" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The second one, &amp;ldquo;Projects&amp;rdquo;, shows the list of your projects and if you click on them a very detailed configuration screen comes up.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="image.axd?picture=ProjectConfiguration.png" target="_blank"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ProjectConfiguration" src="image.axd?picture=ProjectConfiguration_thumb.png" border="0" alt="ProjectConfiguration" width="583" height="484" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As you see, there is a myriad options basically on what to select in order to build the widgets used on the dashboard. One thing I cannot make sense of is the Poll Interval. Is anyone really going to be checking the dashboard like that? Maybe if there is some screen/monitor/tv visible to all the team members?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The tool looks good an a bit strange as all the WPF applications (still). But definitely is something to check.&lt;/p&gt;
&lt;p&gt;The second tool, and IMO the most useful of the pair is the Work Item Manager. Basically it allows you to create, see and query your workitems in a more comfortable way than using Team Explorer (that is very subjective). You can see the main screen below.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="image.axd?picture=WorkItemManager.png" target="_blank"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="WorkItemManager" src="image.axd?picture=WorkItemManager_thumb.png" border="0" alt="WorkItemManager" width="644" height="384" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is a beta program and as you see there is a good reason for it. After selecting a work item (Sprint Backlog Item if you must know) an exception was thrown. Anyway the interesting stuff is how just selecting the work item, the related info got selected. I see the sprint, the related Backlog Item (on the left). You also can create new work items, as in Team Explorer, nothing so new there.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;One of my favorite views is the task dashboard. Take a look.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="image.axd?picture=Task%20board.png" target="_blank"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Task board" src="image.axd?picture=Task%20board_thumb.png" border="0" alt="Task board" width="644" height="384" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It looks just like the task board with the little &amp;ldquo;post it&amp;rdquo;s and you can even drag and drop the items.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is a ton of other cool things to see, just &lt;a href="http://www.telerik.com/products/tfsmanager-and-tfsdashboard.aspx" target="_blank"&gt;download&lt;/a&gt; the installer (BTW, is it the simple VS Setup Project installer?). I hope the tools are going to be free after the beta stage.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Federico&lt;/p&gt;</summary>
    <published>2009-10-01T09:06:00+00:00</published>
    <link rel="related" href="http://blog.theflaker.com.ar/post/tfs-tools-by-telerik.aspx#comment" />
    <category term=".Net" />
    <category term="TFS" />
    <category term="Tools" />
    <dc:publisher>Admin</dc:publisher>
    <pingback:server>http://blog.theflaker.com.ar/pingback.axd</pingback:server>
    <pingback:target>http://blog.theflaker.com.ar/post.aspx?id=b5dd5620-4e6e-4a82-a82b-0692c4e3b9c6</pingback:target>
    <slash:comments>0</slash:comments>
    <trackback:ping>http://blog.theflaker.com.ar/trackback.axd?id=b5dd5620-4e6e-4a82-a82b-0692c4e3b9c6</trackback:ping>
    <wfw:comment>http://blog.theflaker.com.ar/post/tfs-tools-by-telerik.aspx#comment</wfw:comment>
    <wfw:commentRss>http://blog.theflaker.com.ar/syndication.axd?post=b5dd5620-4e6e-4a82-a82b-0692c4e3b9c6</wfw:commentRss>
  </entry>
  <entry>
    <id>http://blog.theflaker.com.ar/post/nHibernate-learning.aspx</id>
    <title>nHibernate: learning</title>
    <updated>2009-08-29T09:16:00+00:00</updated>
    <link rel="self" href="http://blog.theflaker.com.ar/post.aspx?id=30bf96ee-2850-45e3-8e5a-ca90d76d5865" />
    <link href="http://blog.theflaker.com.ar/post/nHibernate-learning.aspx" />
    <author>
      <name>admin</name>
    </author>
    <summary type="html">&lt;p&gt;I always have the desire to learn new stuff. Usually (and thanks God for that) I always learn something new in my projects .... but not always what I want :).&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;One pending issue has been nHibernate for some time. And if like me you want to learn about it you can check these &lt;a href="http://www.summerofnhibernate.com/" target="_blank"&gt;excellent webcasts&lt;/a&gt; by Steve Bohlen. (&lt;a href="http://www.techsmith.com/download/codecs.asp" target="_blank"&gt;Techsmith&lt;/a&gt; codec required)&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;The download for the whole "season" is a bit large but they are worthy, specially if you are nHibernate ignorant like me.&lt;/p&gt; &lt;p&gt;I wish there were more Steves to create all the other webcasts I am missing!&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Federico&lt;/p&gt;</summary>
    <published>2009-08-29T09:16:00+00:00</published>
    <link rel="related" href="http://blog.theflaker.com.ar/post/nHibernate-learning.aspx#comment" />
    <category term=".Net" />
    <category term="Learning" />
    <dc:publisher>admin</dc:publisher>
    <pingback:server>http://blog.theflaker.com.ar/pingback.axd</pingback:server>
    <pingback:target>http://blog.theflaker.com.ar/post.aspx?id=30bf96ee-2850-45e3-8e5a-ca90d76d5865</pingback:target>
    <slash:comments>0</slash:comments>
    <trackback:ping>http://blog.theflaker.com.ar/trackback.axd?id=30bf96ee-2850-45e3-8e5a-ca90d76d5865</trackback:ping>
    <wfw:comment>http://blog.theflaker.com.ar/post/nHibernate-learning.aspx#comment</wfw:comment>
    <wfw:commentRss>http://blog.theflaker.com.ar/syndication.axd?post=30bf96ee-2850-45e3-8e5a-ca90d76d5865</wfw:commentRss>
  </entry>
  <entry>
    <id>http://blog.theflaker.com.ar/post/Smalltalk.aspx</id>
    <title>Smalltalk (and time available)</title>
    <updated>2008-12-08T08:31:00+00:00</updated>
    <link rel="self" href="http://blog.theflaker.com.ar/post.aspx?id=33073faf-58f1-4560-9fb0-636a1aa674d4" />
    <link href="http://blog.theflaker.com.ar/post/Smalltalk.aspx" />
    <author>
      <name>admin</name>
    </author>
    <summary type="html">&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:821b45c5-b7be-45b5-8a2d-8bf84b262c03" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/smalltalk" rel="tag"&gt;smalltalk&lt;/a&gt;,&lt;a href="http://technorati.com/tags/learning" rel="tag"&gt;learning&lt;/a&gt;,&lt;a href="http://technorati.com/tags/squeak" rel="tag"&gt;squeak&lt;/a&gt;,&lt;a href="http://technorati.com/tags/visualworks" rel="tag"&gt;visualworks&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;Today I set myself to start learning Smalltalk. For unknown reasons (availability, laziness, incompetence, who knows?) all of my OO teaching in university was using the venerable and powerful C++.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Years later I see that C++ while powerful on its own was probably not the right language to start with objects, it drags a big weight because of its C familiarity, so OO concepts might be a bit obscured by the language itself.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Being in Houston alone and without a car (Houston is amazingly not &amp;quot;walk friendly&amp;quot;) I decided to see for myself what I missed in the past by learning some Smalltalk now. Probably it is not going to be the same experience, years of using other languages and platforms are probably an obstacle while trying to learn something new, previous experience clouds and blurs your ideas (like C++ clouded my vision of objects). Anyway I am willing to give it a try. According to Smalltalk gurus and followers my mind should be blown away and a whole new vision of objects may appear in front of me. I want to believe these people are not under the effects of any psychotropic (this guy's &lt;a href="http://users.ipa.net/~dwighth/smalltalk/byte_aug81/design_principles_behind_smalltalk.html" target="_blank"&gt;writing&lt;/a&gt; doesn't help the cause).&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;In any case, I am about to try two different environments.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.squeak.org" target="_blank"&gt;Squeak&lt;/a&gt; (free and open source)&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.cincom.com/us/eng/solutions/application-development/object-oriented/visualworks/visualworks.jsp?loc=usa" target="_blank"&gt;VisualWorks&lt;/a&gt; (free for non commercial use)&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;I know there's a Smalltalk implementation over the Net stack, including wrappers over the library to present it as standard Smalltalk library. I will try that later since I do not want to be diverted by other familiar stuff.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Right know I am in the hunting for good learning material ...&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;If my mind is blown away ... surely I will be writing about that.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Federico&lt;/p&gt;</summary>
    <published>2008-12-08T08:31:00+00:00</published>
    <link rel="related" href="http://blog.theflaker.com.ar/post/Smalltalk.aspx#comment" />
    <category term="Learning" />
    <dc:publisher>admin</dc:publisher>
    <pingback:server>http://blog.theflaker.com.ar/pingback.axd</pingback:server>
    <pingback:target>http://blog.theflaker.com.ar/post.aspx?id=33073faf-58f1-4560-9fb0-636a1aa674d4</pingback:target>
    <slash:comments>0</slash:comments>
    <trackback:ping>http://blog.theflaker.com.ar/trackback.axd?id=33073faf-58f1-4560-9fb0-636a1aa674d4</trackback:ping>
    <wfw:comment>http://blog.theflaker.com.ar/post/Smalltalk.aspx#comment</wfw:comment>
    <wfw:commentRss>http://blog.theflaker.com.ar/syndication.axd?post=33073faf-58f1-4560-9fb0-636a1aa674d4</wfw:commentRss>
  </entry>
</feed>