Steamed Design

  • Random
  • Archive
  • RSS
  • Ask me anything
I want to be less fat!, so I am going to complete the Zombies Run 5k Training. This is not that first time I have wanted to be less fat in fact I have tried several things:

I tried C25K - and got bored
I tried to train for around the bays - and got scared and didn’t race
I tried Zombies Run! and actually did pretty well until I did too much too soon and hurt myself.
Also according to my wife “I ate all the hot chips”
So they say 5th time is the charm so It training starts today, again.
Pop-upView Separately

I want to be less fat!, so I am going to complete the Zombies Run 5k Training. This is not that first time I have wanted to be less fat in fact I have tried several things:

  • I tried C25K - and got bored
  • I tried to train for around the bays - and got scared and didn’t race
  • I tried Zombies Run! and actually did pretty well until I did too much too soon and hurt myself.
  • Also according to my wife “I ate all the hot chips”

So they say 5th time is the charm so It training starts today, again.

Source: zombiesrungame.com

    • #Zombies Run
    • #5k Training
  • 5 months ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

Look what ReSharper just taught me

You can rewrite:

var result =  object.Where(m => m.Id == id).FirstOrDefault()

as

var result = object.FirstOrDefault(m => m.Id == id);

Thank you ReSharper

  • 1 year ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
Pop-upView Separately
    • #photos
  • 1 year ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

Q:if i ask a question, where does it go and how do i see the answer? is this powered by a magic 8 ball?

Anonymous

Reply hazy, try again

  • 1 year ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

Why using test coverage as a metric is stupid

Adding a useless test to increase test coverage check.

[TestMethod]
[ExpectedException(typeof(NotImplementedException))]
public void AddUsersToRolesTest()
{
    Roles.AddUsersToRoles(new string[] { }, new string[] { });
}
    • #unit test
    • #fail
  • 1 year ago
  • 1
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
Page 1 of 12
← Newer • Older →

About

Avatar Thoughts and work form a software developer in his attempts to learn some new stuff.

Pages

  • Example Code
  • Photo's from my Phone
  • Alpine Parrot
  • PSN
  • Careers 2.0
  • Old Blog

Me, Elsewhere

  • Korich on Forrst
  • @korich on Twitter
  • Facebook Profile
  • Linkedin Profile
  • korich on github

Twitter

loading tweets…

  • RSS
  • Random
  • Archive
  • Ask me anything
  • Mobile
Effector Theme by Pixel Union