<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>A dotNET Soul in a OS X Env</title>
    <description>A dotNET programmers diary when building, configuring, coding and trying out new stuff in the land of Darwin with dotNET on his mind This site is meant to be an aid when in doubt...if this is the correct path to walk.
</description>
    <link>http://krippz.github.io/</link>
    <atom:link href="http://krippz.github.io/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Sun, 10 Apr 2016 14:40:14 +0200</pubDate>
    <lastBuildDate>Sun, 10 Apr 2016 14:40:14 +0200</lastBuildDate>
    <generator>Jekyll v3.0.2</generator>
    
      <item>
        <title>leetspeak2015</title>
        <description>&lt;p&gt;So this year leetspeak is held in my home town of Stockholm! It’s kicked off in an awsome way! I really enjoy the atmosphere here. This year’s conference is held at Berns here in Stockholm. &lt;em&gt;Really&lt;/em&gt; fancy stage and a fun place to be :) with fancy beeing the style of the stage.&lt;/p&gt;

&lt;p&gt;Oh and the swag table was really good! I have picked up some nice stickers!&lt;/p&gt;

&lt;p&gt;People are really friendy and talkative, as I would expect :) I will probably fill my head with lots of differnt bits and pices of information. Hoping to talk to some of the presenters later this afternoon.&lt;/p&gt;

</description>
        <pubDate>Sat, 10 Oct 2015 00:00:00 +0200</pubDate>
        <link>http://krippz.github.io/conf/2015/10/10/leetspeak2015.html</link>
        <guid isPermaLink="true">http://krippz.github.io/conf/2015/10/10/leetspeak2015.html</guid>
        
        <category>leetspeak</category>
        
        
        <category>conf</category>
        
      </item>
    
      <item>
        <title>Self-Contained Build...building like a boss</title>
        <description>&lt;p&gt;So this past week I’ve had the plesure of working with a sane build system written in C#.&lt;/p&gt;

&lt;p&gt;It’s called &lt;code class=&quot;highlighter-rouge&quot;&gt;cake&lt;/code&gt; a word play on make :) and I really enjoy working with it’s DSL.
You can find it here &lt;a href=&quot;http://www.cakebuild.net&quot;&gt;www.cakebuild.net&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have written build scripts before and in diffrents languages, but this was the first time I’ve written any &lt;em&gt;sane&lt;/em&gt; C# script. I have written C# as a &lt;code class=&quot;highlighter-rouge&quot;&gt;MSBuild&lt;/code&gt; task, but that was not so pleasent and for the rest of MSBuild you write xml for your script, but that model is really really &lt;em&gt;REALLY hard&lt;/em&gt; to understand and write.&lt;/p&gt;

&lt;p&gt;With &lt;code class=&quot;highlighter-rouge&quot;&gt;cake&lt;/code&gt; I’ve written a &lt;em&gt;self-contained build&lt;/em&gt;, hmm you say what is that, yet another buzz word online. Well as I understand it’s more of a preparation of the repo in such a way that a new dev can perform some simple steps and be off &lt;strong&gt;building&lt;/strong&gt; and &lt;strong&gt;debugging&lt;/strong&gt; and &lt;strong&gt;developing&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;In my self-contained build I have these steps:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;clone the repo&lt;/li&gt;
  &lt;li&gt;run build.sh on Linux and OS X&lt;/li&gt;
  &lt;li&gt;run build.ps1 on Windows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Simple right!
And I have a really quick demo :)&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/github-self-contained-build.gif&quot; alt=&quot;Build Like A Boss&quot; /&gt;&lt;/p&gt;

&lt;p&gt;You can find the demo here &lt;a href=&quot;https://github.com/krippz/build-demo.git&quot;&gt;https://github.com/krippz/build-demo.git&lt;/a&gt;&lt;/p&gt;
</description>
        <pubDate>Tue, 29 Sep 2015 00:00:00 +0200</pubDate>
        <link>http://krippz.github.io/build/2015/09/29/self-contained-buildbuilding-like-a-boss.html</link>
        <guid isPermaLink="true">http://krippz.github.io/build/2015/09/29/self-contained-buildbuilding-like-a-boss.html</guid>
        
        <category>cake</category>
        
        
        <category>build</category>
        
      </item>
    
      <item>
        <title>Finally working on a Mac!</title>
        <description>&lt;p&gt;So after ten years on a windows machine (well  with some short stays on linux) I have finnaly made it to having a Mac as my primary workstation, and I feel great. I love my new and shiny MacBook Pro :)&lt;/p&gt;

&lt;p&gt;Things I have setup so far…. ant this is the short list&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Oh my zsh, agnoster, solarized dark&lt;/li&gt;
  &lt;li&gt;Docker&lt;/li&gt;
  &lt;li&gt;Sublime&lt;/li&gt;
  &lt;li&gt;XamarinStudio&lt;/li&gt;
  &lt;li&gt;VirtualBox, with a virtual Windows box :)&lt;/li&gt;
  &lt;li&gt;Homebrew&lt;/li&gt;
  &lt;li&gt;Bash 4.2&lt;/li&gt;
  &lt;li&gt;Mono&lt;/li&gt;
  &lt;li&gt;ITerm2&lt;/li&gt;
  &lt;li&gt;Slate&lt;/li&gt;
&lt;/ul&gt;

</description>
        <pubDate>Tue, 22 Sep 2015 01:02:39 +0200</pubDate>
        <link>http://krippz.github.io/2015/09/22/finally-working-on-a-mac.html</link>
        <guid isPermaLink="true">http://krippz.github.io/2015/09/22/finally-working-on-a-mac.html</guid>
        
        
      </item>
    
      <item>
        <title>New Enviroment</title>
        <description>&lt;p&gt;Hmm it’s been a while since my last post, can’t seem to get a good workflow for posting.&lt;/p&gt;

&lt;p&gt;Since the last post the ASP.NET team has released beta4 and are working on beta 5. Looking forward to that!&lt;/p&gt;

&lt;p&gt;Well I have gone back to work since my last post, this might have played a small role in the lack of posts.&lt;/p&gt;

&lt;p&gt;I have a new enviroment setup at work, I have switched to running Ubuntu native and Win 8.1 in a virtual machine. It’s a laptop so I had some problems with the multimonitor setup I use at work. Seems to work fine now after some tweaks. Still working on getting a custom keyboard layout working….&lt;/p&gt;

&lt;p&gt;… 
xkb is a pain to understand.&lt;/p&gt;

</description>
        <pubDate>Sat, 23 May 2015 09:53:00 +0200</pubDate>
        <link>http://krippz.github.io/conf/2015/05/23/New-enviroment.html</link>
        <guid isPermaLink="true">http://krippz.github.io/conf/2015/05/23/New-enviroment.html</guid>
        
        
        <category>conf</category>
        
      </item>
    
      <item>
        <title>Up and running</title>
        <description>&lt;p&gt;Well I have now decided that I need to keep a record of my daily progress.&lt;/p&gt;

&lt;h1 id=&quot;so-far&quot;&gt;So far:&lt;/h1&gt;

&lt;ol&gt;
  &lt;li&gt;setup my new blog - done&lt;/li&gt;
  &lt;li&gt;setup kvm, k and kpm - done&lt;/li&gt;
  &lt;li&gt;
    &lt;s&gt;write complation functions for zsh - in progress&lt;/s&gt;
  &lt;/li&gt;
&lt;/ol&gt;
</description>
        <pubDate>Thu, 26 Feb 2015 00:43:29 +0100</pubDate>
        <link>http://krippz.github.io/conf/2015/02/26/Up-and-running.html</link>
        <guid isPermaLink="true">http://krippz.github.io/conf/2015/02/26/Up-and-running.html</guid>
        
        
        <category>conf</category>
        
      </item>
    
  </channel>
</rss>
