<?xml version="1.0" encoding="UTF-8"?>
<!-- name="generator" content="SnipSnap/1.0b2-uttoxeter" -->
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:blogChannel="http://backend.userland.com/blogChannelModule" >

  <channel>
    <title>nimret.org</title>
    
    <link>http://www.nimret.org/space/start</link>
    <description></description>
    <dc:title>start</dc:title>
<dc:language>en</dc:language>
<dc:copyright>Copyright 2006</dc:copyright>
<dc:type>Text</dc:type>
<dc:date>2006-08-19T20:08:58GMT-08:00</dc:date>
<dc:identifier>http://www.nimret.org/space/start</dc:identifier>
<dc:creator>admin</dc:creator>

    <!-- <blogChannel:changes>http://www.weblogs.com/rssUpdates/changes.xml</changes> -->
    <admin:generatorAgent rdf:resource="http://www.snipsnap.org/space/version-1.0b2-uttoxeter"/>
    
       <item>
        <title>Eclipse plugins I use often</title>
        <link>http://www.nimret.org/space/start/2010-02-23/1#Eclipse_plugins_I_use_often</link>
        <description>I usually find myself writing code in either Vim or eclipse these days. So here are some plugins that I currently find useful:

Subclipse
Maven
ECL Emma good code coverage tool.
QuantumDB my fave JDBC access tool.
Groovy like it or not, it's here to stay.
PMD useful for catching silly things but may lead to angst.
Checkstyle useful for maintaining some level of sane literary standards on the source code but may lead to angst also :)
vim plugin - mixed feelings about this one. Couldn't get it to work and I usually fire VIM up from within eclipse or separately anyways.
</description>
        <guid isPermaLink="true">http://www.nimret.org/space/start/2010-02-23/1#Eclipse_plugins_I_use_often</guid>
        <content:encoded>I usually find myself writing code in either &lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://www.vim.org"&gt;Vim&lt;/a&gt;&lt;/span&gt; or &lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://www.eclipse.org"&gt;eclipse&lt;/a&gt;&lt;/span&gt; these days. So here are some plugins that I currently find useful:
&lt;ol&gt;
&lt;li&gt;&lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://subclipse.tigris.org/"&gt;Subclipse&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://maven.apache.org/eclipse-plugin.html"&gt;Maven&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://www.eclemma.org/"&gt;ECL Emma&lt;/a&gt;&lt;/span&gt; good code coverage tool.&lt;/li&gt;
&lt;li&gt;&lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://quantum.sourceforge.net/"&gt;QuantumDB&lt;/a&gt;&lt;/span&gt; my fave JDBC access tool.&lt;/li&gt;
&lt;li&gt;&lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://groovy.codehaus.org/"&gt;Groovy&lt;/a&gt;&lt;/span&gt; like it or not, it's here to stay.&lt;/li&gt;
&lt;li&gt;&lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://pmd.sourceforge.net/"&gt;PMD&lt;/a&gt;&lt;/span&gt; useful for catching silly things but may lead to angst.&lt;/li&gt;
&lt;li&gt;&lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://checkstyle.sourceforge.net/"&gt;Checkstyle&lt;/a&gt;&lt;/span&gt; useful for maintaining some level of sane literary standards on the source code but may lead to angst also :)&lt;/li&gt;
&lt;li&gt;&lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://vimplugin.org/"&gt;vim plugin&lt;/a&gt;&lt;/span&gt; - mixed feelings about this one. Couldn't get it to work and I usually fire VIM up from within eclipse or separately anyways.&lt;/li&gt;
&lt;/ol&gt;</content:encoded>
        <dc:title>Eclipse plugins I use often</dc:title>
<dc:language>en</dc:language>
<dc:copyright>Copyright 2010</dc:copyright>
<dc:type>Text</dc:type>
<dc:date>2010-02-23T13:51:46GMT-08:00</dc:date>
<dc:identifier>http://www.nimret.org/space/start/2010-02-23/1#Eclipse_plugins_I_use_often</dc:identifier>
<dc:creator>admin</dc:creator>

        <comments>http://www.nimret.orgcomments/start/2010-02-23/1#post</comments>
      </item>
    
       <item>
        <title>2010 CWE/SANS Top 25 Most Dangerous Programming Errors</title>
        <link>http://www.nimret.org/space/start/2010-02-19/1#2010_CWE/SANS_Top_25_Most_Dangerous_Programming_Errors</link>
        <description>Interesting read about various kinds of vulnerabilities to watch out for when developing webapps. Some of the classic ones like buffer overflow which modern programming languages like Java don't have. But some other interesting ones in there too. The consistent theme is to be careful about allowing any kind of 'programattic' or 'dynamic' functionality with input come from outside the app ( the user for example). Having implemented SSL support in Java clients/servers and implemented encryption support I found this a real interesting read from the security perspective:&amp;#104;ttp://cwe.mitre.org/top25/?</description>
        <guid isPermaLink="true">http://www.nimret.org/space/start/2010-02-19/1#2010_CWE/SANS_Top_25_Most_Dangerous_Programming_Errors</guid>
        <content:encoded>Interesting read about various kinds of vulnerabilities to watch out for when developing webapps. Some of the classic ones like buffer overflow which modern programming languages like Java don't have. But some other interesting ones in there too. The consistent theme is to be careful about allowing any kind of 'programattic' or 'dynamic' functionality with input come from outside the app ( the user for example). Having implemented SSL support in Java clients/servers and implemented encryption support I found this a real interesting read from the security perspective:&lt;p class="paragraph"/&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;span class="nobr"&gt;&lt;a href="http://cwe.mitre.org/top25/?"&gt;&amp;#104;ttp://cwe.mitre.org/top25/?&lt;/a&gt;&lt;/span&gt;</content:encoded>
        <dc:title>2010 CWE/SANS Top 25 Most Dangerous Programming Errors</dc:title>
<dc:language>en</dc:language>
<dc:copyright>Copyright 2010</dc:copyright>
<dc:type>Text</dc:type>
<dc:date>2010-02-19T14:25:58GMT-08:00</dc:date>
<dc:identifier>http://www.nimret.org/space/start/2010-02-19/1#2010_CWE/SANS_Top_25_Most_Dangerous_Programming_Errors</dc:identifier>
<dc:creator>admin</dc:creator>

        <comments>http://www.nimret.orgcomments/start/2010-02-19/1#post</comments>
      </item>
    
       <item>
        <title>Website performance hints</title>
        <link>http://www.nimret.org/space/start/2010-02-16/1#Website_performance_hints</link>
        <description>we've been looking into front-end performance optimizations at work here and I came across an interesting blog post on the topic:&amp;#104;ttp://developer.yahoo.com/performance/rules.htmluseful info.</description>
        <guid isPermaLink="true">http://www.nimret.org/space/start/2010-02-16/1#Website_performance_hints</guid>
        <content:encoded>we've been looking into front-end performance optimizations at work here and I came across an interesting blog post on the topic:&lt;p class="paragraph"/&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;span class="nobr"&gt;&lt;a href="http://developer.yahoo.com/performance/rules.html"&gt;&amp;#104;ttp://developer.yahoo.com/performance/rules.html&lt;/a&gt;&lt;/span&gt;&lt;p class="paragraph"/&gt;useful info.</content:encoded>
        <dc:title>Website performance hints</dc:title>
<dc:language>en</dc:language>
<dc:copyright>Copyright 2010</dc:copyright>
<dc:type>Text</dc:type>
<dc:date>2010-02-16T17:07:18GMT-08:00</dc:date>
<dc:identifier>http://www.nimret.org/space/start/2010-02-16/1#Website_performance_hints</dc:identifier>
<dc:creator>admin</dc:creator>

        <comments>http://www.nimret.orgcomments/start/2010-02-16/1#post</comments>
      </item>
    
       <item>
        <title>Cleaning up WinXP</title>
        <link>http://www.nimret.org/space/start/2010-02-07/1#Cleaning_up_WinXP</link>
        <description>I've been meaning to clean up the missus' winxp laptop for quite a while now. It had slowed down to the point of being completely unusable. Followed some of the tweaks from: 
&amp;#104;ttp://www.pcstats.com/articleview.cfm?articleid=1494&amp;page=2and turned off mcafee ( avira is much better) and some other unused apple crap. The machine is blazing along now.</description>
        <guid isPermaLink="true">http://www.nimret.org/space/start/2010-02-07/1#Cleaning_up_WinXP</guid>
        <content:encoded>I've been meaning to clean up the missus' winxp laptop for quite a while now. It had slowed down to the point of being completely unusable. Followed some of the tweaks from: &lt;br/&gt;
&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;span class="nobr"&gt;&lt;a href="http://www.pcstats.com/articleview.cfm?articleid=1494&amp;#38;page=2"&gt;&amp;#104;ttp://www.pcstats.com/articleview.cfm?articleid=1494&amp;page=2&lt;/a&gt;&lt;/span&gt;&lt;p class="paragraph"/&gt;and turned off mcafee ( avira is much better) and some other unused apple crap. The machine is blazing along now.</content:encoded>
        <dc:title>Cleaning up WinXP</dc:title>
<dc:language>en</dc:language>
<dc:copyright>Copyright 2010</dc:copyright>
<dc:type>Text</dc:type>
<dc:date>2010-02-07T01:25:22GMT-08:00</dc:date>
<dc:identifier>http://www.nimret.org/space/start/2010-02-07/1#Cleaning_up_WinXP</dc:identifier>
<dc:creator>admin</dc:creator>

        <comments>http://www.nimret.orgcomments/start/2010-02-07/1#post</comments>
      </item>
    
       <item>
        <title>Kubuntu 9.10 rocks!</title>
        <link>http://www.nimret.org/space/start/2010-01-24/1#Kubuntu_9.10_rocks!</link>
        <description>I had been putting off upgrading to Kubuntu 9.10 for a while now even though it's been out for a while. I had heard all kinds of horror stories about folks moving to KDE4 and not really liking it as much as KDE3. Well, I finally bit the bullet and upgraded and it kicks some serious a**!I just selected the upgrade from within my older version and it downloaded and updated all the packages. One reboot later everything came up just fine - no hassles at all whatsoever. During the upgrade it prompted me for input whenever it found a diff in any files in /etc which was really nice. So I didn't have to do anything to setup my Brother MFC-495cw. It was automagically picked up by the new version.Everything so far has been quite stellar - kudos to the kubuntu team!</description>
        <guid isPermaLink="true">http://www.nimret.org/space/start/2010-01-24/1#Kubuntu_9.10_rocks!</guid>
        <content:encoded>I had been putting off upgrading to &lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://www.kubuntu.org"&gt;Kubuntu 9.10&lt;/a&gt;&lt;/span&gt; for a while now even though it's been out for a while. I had heard all kinds of horror stories about folks moving to KDE4 and not really liking it as much as KDE3. Well, I finally bit the bullet and upgraded and it kicks some serious a**!&lt;p class="paragraph"/&gt;I just selected the upgrade from within my older version and it downloaded and updated all the packages. One reboot later everything came up just fine - no hassles at all whatsoever. During the upgrade it prompted me for input whenever it found a diff in any files in /etc which was really nice. So I didn't have to do anything to setup my &lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://www.brother-usa.com/MFC/ModelDetail.aspx?ProductID=MFC495CW&amp;WT.svl=featuredlink2&amp;WT.ad=Zone4_MFC495CW"&gt;Brother MFC-495cw&lt;/a&gt;&lt;/span&gt;. It was automagically picked up by the new version.&lt;p class="paragraph"/&gt;Everything so far has been quite stellar - kudos to the kubuntu team!</content:encoded>
        <dc:title>Kubuntu 9.10 rocks!</dc:title>
<dc:language>en</dc:language>
<dc:copyright>Copyright 2010</dc:copyright>
<dc:type>Text</dc:type>
<dc:date>2010-01-24T23:29:15GMT-08:00</dc:date>
<dc:identifier>http://www.nimret.org/space/start/2010-01-24/1#Kubuntu_9.10_rocks!</dc:identifier>
<dc:creator>admin</dc:creator>

        <comments>http://www.nimret.orgcomments/start/2010-01-24/1#post</comments>
      </item>
    
       <item>
        <title>Importing contacts from Windows Mobile to Android</title>
        <link>http://www.nimret.org/space/start/2009-11-04/1#Importing_contacts_from_Windows_Mobile_to_Android</link>
        <description>I've picked up a new Google Android based Samsung Moment recently. The UI and functionality is a little different from the Windows Mobile phone we're used to but it's definitely a big improvement though the Mrs is still pissed that her long fingernails don't quite work on the touchscreen ( probably cuz it requires tactile feedback).As usual the phone company couldn't transfer the contacts from the Windows Mobile phone to the new Android phone. So I started googling around looking for solutions to this problem. Just when I was contemplating writing a custom app using as specified at:
&amp;#104;ttp://pythonce.sourceforge.net/Wikka/PIMsI came across this really neat freeware program which exports the contacts into a csv file:
&amp;#104;ttp://www.freewarepocketpc.net/ppc-download-thunderbird-contacts-export.htmlThen one can import them directly into gmail:
&amp;#104;ttp://www.freewarepocketpc.net/ppc-download-thunderbird-contacts-export.htmlWorks like a charm!I must say that the android phone has really blown me away with it's UI, features and most importantly integration with web based applications to access and update it's data ( gmail, calendar, etc). The icing on the cake is the fact that the SD card mounts just fine as a usb drive under Linux. The integration between the phone and the internet based apps is a dream compared to the nightmare than activesync was for the windows phones.</description>
        <guid isPermaLink="true">http://www.nimret.org/space/start/2009-11-04/1#Importing_contacts_from_Windows_Mobile_to_Android</guid>
        <content:encoded>I've picked up a new Google &lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://www.android.com/"&gt;Android&lt;/a&gt;&lt;/span&gt; based &lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://www.google.com/search?rlz=1C1GGLS_enUS346US347&amp;sourceid=chrome&amp;ie=UTF-8&amp;q=samsung+moment"&gt;Samsung Moment&lt;/a&gt;&lt;/span&gt; recently. The UI and functionality is a little different from the Windows Mobile phone we're used to but it's definitely a big improvement though the Mrs is still pissed that her long fingernails don't quite work on the touchscreen ( probably cuz it requires tactile feedback).&lt;p class="paragraph"/&gt;As usual the phone company couldn't transfer the contacts from the Windows Mobile phone to the new Android phone. So I started googling around looking for solutions to this problem. Just when I was contemplating writing a custom app using as specified at:&lt;br/&gt;
&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;span class="nobr"&gt;&lt;a href="http://pythonce.sourceforge.net/Wikka/PIMs"&gt;&amp;#104;ttp://pythonce.sourceforge.net/Wikka/PIMs&lt;/a&gt;&lt;/span&gt;&lt;p class="paragraph"/&gt;I came across this really neat freeware program which exports the contacts into a csv file:&lt;br/&gt;
&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;span class="nobr"&gt;&lt;a href="http://www.freewarepocketpc.net/ppc-download-thunderbird-contacts-export.html"&gt;&amp;#104;ttp://www.freewarepocketpc.net/ppc-download-thunderbird-contacts-export.html&lt;/a&gt;&lt;/span&gt;&lt;p class="paragraph"/&gt;Then one can import them directly into gmail:&lt;br/&gt;
&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;span class="nobr"&gt;&lt;a href="http://www.freewarepocketpc.net/ppc-download-thunderbird-contacts-export.html"&gt;&amp;#104;ttp://www.freewarepocketpc.net/ppc-download-thunderbird-contacts-export.html&lt;/a&gt;&lt;/span&gt;&lt;p class="paragraph"/&gt;Works like a charm!&lt;p class="paragraph"/&gt;I must say that the android phone has really blown me away with it's UI, features and most importantly integration with web based applications to access and update it's data ( gmail, calendar, etc). The icing on the cake is the fact that the SD card mounts just fine as a usb drive under Linux. The integration between the phone and the internet based apps is a dream compared to the nightmare than activesync was for the windows phones.</content:encoded>
        <dc:title>Importing contacts from Windows Mobile to Android</dc:title>
<dc:language>en</dc:language>
<dc:copyright>Copyright 2009</dc:copyright>
<dc:type>Text</dc:type>
<dc:date>2009-11-04T13:40:00GMT-08:00</dc:date>
<dc:identifier>http://www.nimret.org/space/start/2009-11-04/1#Importing_contacts_from_Windows_Mobile_to_Android</dc:identifier>
<dc:creator>admin</dc:creator>

        <comments>http://www.nimret.orgcomments/start/2009-11-04/1#post</comments>
      </item>
    
       <item>
        <title>free book: pro git</title>
        <link>http://www.nimret.org/space/start/2009-10-16/1#free_book:_pro_git</link>
        <description>I've been using git off and on for some of my personal stuff for a while now. I found an interesting little tidbit of information at the git talk which Matthew McCullough gave at no fluff a few weeks ago. Apparently there is a neat way to use git under the hood which makes it work seamlessly with the SVN repository. All the git commands are mapped onto SVN commands so the integration is seamless.Also, on the topic I found a cool free book online about git:
&amp;#104;ttp://progit.org/book/</description>
        <guid isPermaLink="true">http://www.nimret.org/space/start/2009-10-16/1#free_book:_pro_git</guid>
        <content:encoded>I've been using &lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://git-scm.com/"&gt;git&lt;/a&gt;&lt;/span&gt; off and on for some of my personal stuff for a while now. I found an interesting little tidbit of information at the &lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://www.nofluffjuststuff.com/conference/speaker/topic_view?topicId=1803"&gt;git talk&lt;/a&gt;&lt;/span&gt; which &lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://www.nofluffjuststuff.com/conference/speaker/matthew_mccullough"&gt;Matthew McCullough&lt;/a&gt;&lt;/span&gt; gave at &lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://www.nofluffjuststuff.com/"&gt;no fluff&lt;/a&gt;&lt;/span&gt; a few weeks ago. Apparently there is a &lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://www.google.com/search?q=git+svn+commands&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a"&gt;neat way to use git&lt;/a&gt;&lt;/span&gt; under the hood which makes it work seamlessly with the &lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://subversion.tigris.org/"&gt;SVN&lt;/a&gt;&lt;/span&gt; repository. All the git commands are mapped onto SVN commands so the integration is seamless.&lt;p class="paragraph"/&gt;Also, on the topic I found a cool free book online about git:
&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;span class="nobr"&gt;&lt;a href="http://progit.org/book/"&gt;&amp;#104;ttp://progit.org/book/&lt;/a&gt;&lt;/span&gt;</content:encoded>
        <dc:title>free book: pro git</dc:title>
<dc:language>en</dc:language>
<dc:copyright>Copyright 2009</dc:copyright>
<dc:type>Text</dc:type>
<dc:date>2009-10-16T12:34:54GMT-08:00</dc:date>
<dc:identifier>http://www.nimret.org/space/start/2009-10-16/1#free_book:_pro_git</dc:identifier>
<dc:creator>admin</dc:creator>

        <comments>http://www.nimret.orgcomments/start/2009-10-16/1#post</comments>
      </item>
    
       <item>
        <title>sweden falls off the internet</title>
        <link>http://www.nimret.org/space/start/2009-10-13/1#sweden_falls_off_the_internet</link>
        <description>all I have to say is .. wow :)&amp;#104;ttp://royal.pingdom.com/2009/10/13/sweden%25E2%2580%2599s-internet-broken-by-dns-mistake/I wonder how well their testing for this change was designed and implemented.kinda makes you one wonder how reliant we are on DNS these days &amp;#8230;</description>
        <guid isPermaLink="true">http://www.nimret.org/space/start/2009-10-13/1#sweden_falls_off_the_internet</guid>
        <content:encoded>all I have to say is .. wow :)&lt;p class="paragraph"/&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;span class="nobr"&gt;&lt;a href="http://royal.pingdom.com/2009/10/13/sweden%25E2%2580%2599s-internet-broken-by-dns-mistake/"&gt;&amp;#104;ttp://royal.pingdom.com/2009/10/13/sweden%25E2%2580%2599s-internet-broken-by-dns-mistake/&lt;/a&gt;&lt;/span&gt;&lt;p class="paragraph"/&gt;I wonder how well their testing for this change was designed and implemented.&lt;p class="paragraph"/&gt;kinda makes you one wonder how reliant we are on DNS these days &amp;#8230;</content:encoded>
        <dc:title>sweden falls off the internet</dc:title>
<dc:language>en</dc:language>
<dc:copyright>Copyright 2009</dc:copyright>
<dc:type>Text</dc:type>
<dc:date>2009-10-13T12:42:40GMT-08:00</dc:date>
<dc:identifier>http://www.nimret.org/space/start/2009-10-13/1#sweden_falls_off_the_internet</dc:identifier>
<dc:creator>admin</dc:creator>

        <comments>http://www.nimret.orgcomments/start/2009-10-13/1#post</comments>
      </item>
    
       <item>
        <title>chrome</title>
        <link>http://www.nimret.org/space/start/2009-10-05/1#chrome</link>
        <description>I've been playing around with Chrome at work these days. Though it does kick ass in terms of performance, I still miss gestures from Firefox. Still, here's a couple of tips you might find handy:

if you run into weird 'Unhandled Exception' errors, you may want to try the '- -no-sandbox' option to start it. Just keep in mind that it's supposed to be a security risk so be careful about where you browse to.
there's a way to block flash in chrome. You have to use the '--enable-user-scripts' startup option to enable user scripts and then download a block flash javascript file. Full details here.
Hope someone finds this stuff useful :)I'll probably continue to use both firefox and chrome for now.</description>
        <guid isPermaLink="true">http://www.nimret.org/space/start/2009-10-05/1#chrome</guid>
        <content:encoded>I've been playing around with &lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://www.google.com/chrome"&gt;Chrome&lt;/a&gt;&lt;/span&gt; at work these days. Though it does kick ass in terms of performance, I still miss gestures from &lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://www.getfirefox.com"&gt;Firefox&lt;/a&gt;&lt;/span&gt;. Still, here's a couple of tips you might find handy:
&lt;ol&gt;
&lt;li&gt;if you run into weird 'Unhandled Exception' errors, you may want to try the '- -no-sandbox' option to start it. Just keep in mind that it's supposed to be a security risk so be careful about where you browse to.&lt;/li&gt;
&lt;li&gt;there's a way to block flash in chrome. You have to use the '--enable-user-scripts' startup option to enable user scripts and then download a block flash javascript file. Full details &lt;span class="nobr"&gt;&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;a href="http://www.howtogeek.com/howto/4009/hide-flash-animations-in-google-chrome/"&gt;here&lt;/a&gt;&lt;/span&gt;.&lt;/li&gt;
&lt;/ol&gt;Hope someone finds this stuff useful :)&lt;p class="paragraph"/&gt;I'll probably continue to use both firefox and chrome for now.</content:encoded>
        <dc:title>chrome</dc:title>
<dc:language>en</dc:language>
<dc:copyright>Copyright 2009</dc:copyright>
<dc:type>Text</dc:type>
<dc:date>2009-10-05T20:35:27GMT-08:00</dc:date>
<dc:identifier>http://www.nimret.org/space/start/2009-10-05/1#chrome</dc:identifier>
<dc:creator>admin</dc:creator>

        <comments>http://www.nimret.orgcomments/start/2009-10-05/1#post</comments>
      </item>
    
       <item>
        <title>what is my ip</title>
        <link>http://www.nimret.org/space/start/2009-10-01/1#what_is_my_ip</link>
        <description>I've been trying to figure out a way to be able to setup access to my folks' linux box remotely for a while now. They've been happily using it for a few years now and apart from the rare windows office incompatibility, they really haven't run into any big issues.They don't have a static IP ( like pretty much everyone else on a non business plan these days) so I looked into Dynamic DNS as an option but couldn't get it going quite right. It needs to be setup on the Verizon router which supposedly has options to set it up but it never really worked.Being the lazy programmer that I am I started thinking about how I could re-purpose what's already available for my needs. A simple, brain dead solution I came up with is to run a script via cron ( say on the hour) which figures out what their computer's public facing IP is and then scp it over to my box:IP=`curl &amp;#104;ttp://whatismyip.com/automation/n09230945.asp`
echo $IP &amp;#62; ip.txt
scp &amp;#45;P 22000 ip.txt nimret@nimret.org:~/some/folder/dadsip.txtIt could probably be improved upon by not sending anything if the IP hasn't actually changed or streaming the data instead of copying the file but this seems to work great for now! =)</description>
        <guid isPermaLink="true">http://www.nimret.org/space/start/2009-10-01/1#what_is_my_ip</guid>
        <content:encoded>I've been trying to figure out a way to be able to setup access to my folks' linux box remotely for a while now. They've been happily using it for a few years now and apart from the rare windows office incompatibility, they really haven't run into any big issues.&lt;p class="paragraph"/&gt;They don't have a static IP ( like pretty much everyone else on a non business plan these days) so I looked into Dynamic DNS as an option but couldn't get it going quite right. It needs to be setup on the Verizon router which supposedly has options to set it up but it never really worked.&lt;p class="paragraph"/&gt;Being the lazy programmer that I am I started thinking about how I could re-purpose what's already available for my needs. A simple, brain dead solution I came up with is to run a script via cron ( say on the hour) which figures out what their computer's public facing IP is and then scp it over to my box:&lt;p class="paragraph"/&gt;&lt;div class="code"&gt;&lt;pre&gt;IP=`curl &lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;span class="nobr"&gt;&lt;a href="http://whatismyip.com/automation/n09230945.asp"&gt;&amp;#104;ttp://whatismyip.com/automation/n09230945.asp&lt;/a&gt;&lt;/span&gt;`
echo $IP &amp;#62; ip.txt
scp &amp;#45;P 22000 ip.txt nimret@nimret.org:~/some/folder/dadsip.txt&lt;/pre&gt;&lt;/div&gt;&lt;p class="paragraph"/&gt;It could probably be improved upon by not sending anything if the IP hasn't actually changed or streaming the data instead of copying the file but this seems to work great for now! =)</content:encoded>
        <dc:title>what is my ip</dc:title>
<dc:language>en</dc:language>
<dc:copyright>Copyright 2009</dc:copyright>
<dc:type>Text</dc:type>
<dc:date>2009-10-01T09:45:12GMT-08:00</dc:date>
<dc:identifier>http://www.nimret.org/space/start/2009-10-01/1#what_is_my_ip</dc:identifier>
<dc:creator>admin</dc:creator>

        <comments>http://www.nimret.orgcomments/start/2009-10-01/1#post</comments>
      </item>
    
  </channel>
</rss>