« first day (216 days earlier)   
06:00 - 13:0013:00 - 19:00

1:02 PM
But you would notice..
 
my boss rarely asks me for project deliveries - he just asks.. are we there yet?
 
so @gregory.bmclub? like i care cough :)
 
My boss doesn't ask me how it is, unless his advisor tells him that im running behind schedule when infact I am not" lol
 
my boss used to be second in command - now he's co-owner of the company .. so nobody tells him to ask me :)
and he just trusts me... its an open but small office - we can hear people talk at the other end of office
 
same here :)
 
1:05 PM
and i'm sitting next to kitchen right now so its not like he doesn't see me chatting here
or youtube.. :)
 
wow i just installed dragon age from steam and it asks for origin :)
 
there have been times when i'd switch tab around and he'd be coming to me or behind me (without me noticing because of earphones)
and he was like - oh don't worry about it... you don't have to change on my account :)
 
i'm sort of a co-owner myself really...
doesn't mean i get a break though lol
just a share of the profits :)
why would it ask for origin... i don't get it
 
You've got life easy ah Mav? ;)
 
favorite :P
yatta
done
and the game installed... Might as well play it :P
play dragon age and get skinned alive afterwards... doesn't sound so bad, does it :)
 
1:23 PM
I dunno about life but work is nice :)
what they dont pay me in pounds, they make up in my perks :)
like starting office at 10:30
 
Ahh, that must be nice...
 
it is - but its more a need really
i'm naturally nocturnal - been so all my life
 
My boss won't even speak to me if i'm like 5 mins late lol
 
you can drag me to office at 9am but you won't see my productivity until afternoon
 
yeah i hate mornings...
 
1:26 PM
of course i do stay in late as well - typically here till 7
 
usually stay awake till 4am and get sleepy :)
 
(so 10:30 - 7 non-stop day - no smoke breaks or lunch breaks)
yea same here
 
ouch mate, that's tough :)
 
i struggle to sleep around 2am
nah its by choice
i can take an hours break in that time but don't feel like it :)
my routine has come down to one meal a day :D
 
boss looked at me so nasty when i went to grab a pizza 20 mins after the lunch break had ended. Thought she might kill me :)
she's my sister :P
some days i don't even eat at all...
which is how i put 40 kg off i suppose...
 
1:31 PM
i wish i could!
i'm typically in mid to late 70s bracket with one meal a day routine >.> but that's always been my weight
 
yeah i'm like 65-67 now. used to be 110 at high school lol
real fatso
how tall are you, Mav?
 
Im 60kg last time i weighed myself (just under 10stone) ^^
 
^_^
didn't know you guys still used stones
 
yea we do but i stick with kgs :)
i'm 5,9
 
Height?
 
1:39 PM
Im 5,7 and a half lol ^^
 
i'm like 6...
 
i should be in early 70s.. I'm not sure thats a good thing for you :P
i'm at the upper edge of heathy BMI
though i definitely feel i'd feel better with lower 70s - i doubt i'll ever go below 70
simply not in my gene pool :)
i come from a family where i was considered sick in someway for not having family waist-line average - which hovers around 37 i think
 
Mav what isn't healthy?
 
being that low on weight
 
you mean me?
 
1:42 PM
both :)
 
65-67 would be low end of bmi for me even - you should be around mid 70s at 6
 
says 19 :)
 
19?
 
1:44 PM
Anyone want to see a pic of @Sean?
 
I dont think we could afford a new monitor if you did so Rudi... migth crack ;)
 
my eyes...
 
lol
its even better than last one :D
 
1:45 PM
:D:D
 
I dont think the world needed this...
 
Aw, hi @Sisyphe!
 
Me neither
 
hey guys
 
Hey Frenchie
You feeling very á lá cárté?
 
1:47 PM
lol, hey sis
 
you sister is here, @gregory.bmclub?
 
nooo, i just cba typing his full name sisyphe... Im lazy like that
 
So instead, you wrote a full sentence (including what you don't like writing) to explain it
Grats
 
wow
 
1:50 PM
you could use the @ symbol @gregory.bmclub. it has auto-complete.
 
meh, cba
 
cant be ar*ed
 
Continental Basketball Association
 
hola
 
1:53 PM
 
Hola amigo!
Como estas?
 
What is this foul language you're using
 
no idea
 
Commet Tu t'appeles?
 
no
i refuse
:P
and they say i can't speak English...
you wanna help me write code?
go ahead
 
2:02 PM
() => code;
 
alright, gotta run. Bye guys, have fun! (did that just rhyme?)
 
Byyyyyyyyyyyyyyyyye Stefan!
 
heyo
 
YO JULIEN
WELCOME TO STACK OVERFLOW!
 
where's my welcome?
 
2:08 PM
THANK YOU RUDI
YOUR HOSPITALITY IS WELL-RECEIVED
 
Hey Julien :P
 
hiyo
 
0
Q: Can't use InkCanvas in SilverLight

xperatorI am trying to create my first program in SilverLight. But I can't use the InkCanvas. Simply, I just: Create a new project. Choose SilverLight Application (Framework 4.5) UnCheck "Host the silverlight application in a website..." SilverLight version 5 "WCF RIA Services" unchecked Click on Tool...

 
hi Julien
 
2:27 PM
posted on May 23, 2013 by Eric Lippert

Today on FAIC, a detective story. Suppose you have this class in assembly Alpha.DLL: namespace Alpha { public class Bravo { public void Charlie() { System.Console.WriteLine("Alpha Bravo Charlie"); } } } Pretty straightforward. You call this method from assembly Delta.EXE … Continue reading →

 
2:49 PM
in an MVVM application, would my files be considered Models?
so like, if they open a log file, should I have a Model called Log?
@Maverik :)
and should every viewmodel have a model, or can i have multiple viewmodels per model?
 
@N00B.NET Depends on your requirements. In some cases you might not need a model. For example in my app, i dont have a model at all. I use EF as my model. (even though that may be the wrong approach)
 
for me pretty much every one of my windows (views) has an associated view model
 
@Julien but do all the VMs have seperate Models?
 
for me a Model is where i put database code
so there is no link between a viewmodel and a model, erally
for eg i might have a User model that lets me do things like get a list of all my users
and one or more of my VM's might use that function
 
Such as a repository ;P
 
2:59 PM
to me your Log sounds more like a Class
 
@RudiVisser Wanker =\
 
@Sean :)
 
Dont speak to your boss like that! Haha
 
He didn't like the photo of himself so much
 
@Julien aren't Classes a Model?
 
3:02 PM
hehe. are they?
a Class to me is a data structure
so you could for eg define what a log comprises. length, path, name, that sort of thing
 
Models certainly shouldn't have database code
 
my database models are just classes i call models and put db code in
 
Well yea but what I mean is that a model should just be a structure of your data which will then have data mapped in by an actual data-layer
Models should rarely have database code, that should all be extracted out
 
isnt that a view mdoel
whcih to me is different then just a model
 
Not at all
A view model contains the data for your view
Which is generally just a collection of models
Grats guys
 
3:10 PM
♬ Yea you rock me... allll night longggg... ♬
:)
 
3:25 PM
I want to add a tag to html page - is there a way to add it without resorting to Input type hidden?
hey Johan :)
 
@RudiVisser this should be in your domain of expertise :)
 
A tag of what type?
 
no not html tag - more like an object id
 
I have a third party control which throws SO if I listen to OnMouseMove and move the mouse outside it, any clues?
 
3:26 PM
basically i need to add PK that generated the email inside the exchange email so i can track it later
 
@RudiVisser Annie Lööf is xpert
 
@Maverik Well in reality you have a few options, add it as a data- attribute on the body tag, add it as a hidden field like you say or use display: none, or stick it in a fake meta
 
i was considering fake meta since that's easiest to track with xpath
thanks
on second thought, i'll go with data- -- less likely to make exchange / outlook barf
 
haha
 
jeez.. talking helps - i dont even need to resort to data
i'll just make an id on body!
 
3:33 PM
That could work too of course :p
 
yea very unlikely to break anything :)
sigh.. that failed - exchange doesn't return a result that can be backtracked
 
3:48 PM
can't*
 
Double negativing?
 
4:31 PM
no i just thought i messed it.. so i messed it :P
anybody knows how to pass " " in xml through XElement ?
if i give it space - it adds space - if i give it   it decodes  
 
don't understand
 
i need it to throw &nbsp; into the value >.< so... @Rudi ping again!
i need to do <div>&nbsp;</div>
so, new XElement("div", " ") was my first choice, new XElement("div", "&nbsp;") was second new XElement("div", "&amp;nbsp;") third -- all failed!
so i'm out of ideas now
 
how did new XElement("div", " ") fail? prints <div> </div> here
Is nbsp different from a standard space?
 
html ignores whitespace
so when thats the only content, it would treat it as empty -- i need it to actually present that whitespace
so escape code is &nbsp; -- xml should be decoding space to it but its not
 
Maybe using CData new XElement("div", new XCData(" ")); guess
 
4:43 PM
it works fine with other tokens
nope :(
 
4:57 PM
@Maverik How do you evaluate it?
 
hmm? what do you mean?
we're talking about result?
 
What code do you use to show that it fails?
 
linqpad
there's no exception if that's what you're getting at
fails = no html code produced when you'd expect it
i know why its not doing it: &nbsp; is not a known xml entity unlike others e.g. &amp;
seems like best way is to jack it in there directly
... hmm.. i could reverse that possibly
 
I should never have guessed, was so lost the whole time :D
 
I'm sorry :(
 
5:03 PM
:D
 
5:24 PM
@Maverik remember those data triggers? they aren't working for me. initial load is fine but changes arent being reflected
 
because you haven't raised PropertyChanged?
 
i am. im using same view model with converters in different spot, its updating
hmm. i may have spoke too soon. i did switch my other spot over to data triggers and they are actually working
dont mind me :s
 
@JohanLarsson finally resorted to body.ToString().Replace("<div id=\"spacer\" />", "<div>&nbsp;</div>"
no easy way of getting that thing across /sigh
 
I wish I could say nice and mean it :D
 
i know - but i've spent two hours to put that thing in
if you find a way to do it, feel free to ping
the criteria is simple: XElement content should be &nbsp; exactly
 
5:48 PM
I started to hope this would work: var xElement = new XElement("div", WebUtility.HtmlEncode(@" "));
 
keep at it :) im sure you'll eventually crack it :)
 
Wow I've just bought some really crap headphones
 
Hey @RudiVisser that tutorial you sent me actually helped me.
 
Good
 
It isn't difficult to use it.
 
5:58 PM
Nope it's just overkill and ridiculous for most applications
 
Thanks. :)
 
Np
@Maverik Hey sorry I only just saw this! &nbsp; is specific to HTML as a 'non-breaking space'. It's not present in XML
 
thanks rudi.. i know that much
the question is how to achieve it without resorting to ToString().Replace :)
 
You'd probably have to use XElement.Parse(), but you get a string from that anyway
 
nope parse chokes
 
6:09 PM
That bastard
 
@Maverik lol I can confirm :D
 
Johan did you see my new FB pic?
Whatever it's worth putting here anyway, awesome pic :P Clicky
 
yeah i saw it, you made it?
 
Nah, some very talented awesome guy did
Ordered 2 images one of me one of her and I put the snö in the background as you do
 
you are becoming win8 right?
pic is nice
 
6:29 PM
I'm becoming Windows 8?
I don't believe so
I'm using it, but I think that's different
 
keep using it until you become it
and then you can get back to sir Johan
meanwhile, i think i'm done with my service port to new library
 
I'm on it :D
 
06:00 - 13:0013:00 - 19:00

« first day (216 days earlier)