[01:21:54 CST(-0600)] <thealphanerd> Bosmon: you around?
[01:22:14 CST(-0600)] <Bosmon> NERDD!
[01:22:22 CST(-0600)] <thealphanerd> http://cl.ly/0f3k3x1V3s1y
[01:22:27 CST(-0600)] <thealphanerd> tell me what you think of latest cv
[01:23:00 CST(-0600)] <thealphanerd> sending to google tomorrow
[01:24:17 CST(-0600)] <Bosmon> Looks excellent
[01:24:22 CST(-0600)] <Bosmon> Especially that you have a link to the GSOC project
[01:24:33 CST(-0600)] <Bosmon> More than anything, I think interviewers these days are valuing WORKING CODE : P
[01:24:39 CST(-0600)] <Bosmon> You should capitalise JavaScript consistently
[01:25:27 CST(-0600)] <thealphanerd> done
[01:26:10 CST(-0600)] <Bosmon> Interesting that you have worked with PureData... we should chat about that some time : P
[01:26:24 CST(-0600)] <thealphanerd> also side bar
[01:26:24 CST(-0600)] <thealphanerd> https://github.com/TheAlphaNerd/interface.js
[01:26:38 CST(-0600)] <thealphanerd> I think you will have fun with this
[01:26:44 CST(-0600)] <thealphanerd> dsp is done in chuck
[01:27:18 CST(-0600)] <thealphanerd> tried hard to keep it to one page
[01:27:54 CST(-0600)] <Bosmon> wagh.... what are these *.ck files? : P
[01:30:18 CST(-0600)] <thealphanerd> chuck
[01:33:17 CST(-0600)] <thealphanerd> btw Bosmon … did the cv in LaTeX
[01:35:10 CST(-0600)] <Bosmon> Very impressive
[01:35:17 CST(-0600)] <Bosmon> Doesn't look LaTeXified at all : P
[01:37:02 CST(-0600)] <thealphanerd> https://github.com/TheAlphaNerd/curriculum_vitae
[01:37:07 CST(-0600)] <thealphanerd> is that a good thing or bad thing
[01:57:04 CST(-0600)] <thealphanerd> Bosmon: anything else you can think of?
[02:00:14 CST(-0600)] <Bosmon> Well, I guess in some sense it is a good thing, in that LaTeXified things can look somewhat chunky
[02:00:33 CST(-0600)] <Bosmon> but on the other hand, in submitting a CV to Google that was obviously LaTeXified would be good for some amount of geek cred
[02:02:46 CST(-0600)] <Bosmon> I think it looks great
[02:02:48 CST(-0600)] <Bosmon> Good luck
[02:11:22 CST(-0600)] <thealphanerd> thanks so very much
[02:11:26 CST(-0600)] <thealphanerd> gotta run for now
[02:11:34 CST(-0600)] <thealphanerd> lets talk more about pd / other dsp stuff in the near future
[03:42:54 CST(-0600)] <jhernandez> kasper: ping
[03:43:58 CST(-0600)] * jhernandez just wondering if you knew this nvda component -> http://www.nvda-project.org/wiki/Development#NVDAAPIforexternalapplicationsNVDAControllerClient
[03:44:07 CST(-0600)] <jhernandez> JFYI
[10:29:23 CST(-0600)] <arash> Hello!
[11:21:37 CST(-0600)] <colinclark> yzen: kasper is just mentioning the idea of creating of a basic web form for editing and adding preferences to the Preferences Server
[11:21:42 CST(-0600)] <colinclark> how is it going with rendering support for NEW Kettle?
[11:22:44 CST(-0600)] <colinclark> michelled: the Cloud4all Windows RFID User Listener
[11:22:52 CST(-0600)] <colinclark> I shared two exe files with you
[11:22:58 CST(-0600)] <colinclark> I believe both are installer
[11:22:59 CST(-0600)] <colinclark> s
[11:23:09 CST(-0600)] <colinclark> I think if you install one of them, it will also include the source
[11:23:17 CST(-0600)] <colinclark> I believe that's version 1.10, but I'm not 100% certain
[11:23:24 CST(-0600)] <colinclark> so you'll have to compare them
[11:23:40 CST(-0600)] <michelled> ok, thx colinclark
[11:23:49 CST(-0600)] <colinclark> kasper may remember some of this better than me
[11:23:51 CST(-0600)] <colinclark> so ping either of us
[11:24:05 CST(-0600)] <michelled> will do
[11:24:19 CST(-0600)] <yzen> colinclark: i have the basic rendering working
[11:24:49 CST(-0600)] <yzen> but so far i was thinking about web representation only in context of registry
[11:24:50 CST(-0600)] <colinclark> got an example?
[11:24:54 CST(-0600)] <yzen> which shouldn't be my different
[11:26:09 CST(-0600)] <yzen> colinclark: i had to switch to cspace for the last couple of days but here's my passing test http://pastie.org/5543572
[11:26:24 CST(-0600)] <colinclark> cool!
[11:27:40 CST(-0600)] <michelled> colinclark: Visual Studio Express for web or desktop?
[11:27:49 CST(-0600)] <colinclark> desktop, i guess
[11:27:57 CST(-0600)] <colinclark> you'll be compiling C++ code
[11:28:07 CST(-0600)] <michelled> right
[12:29:58 CST(-0600)] <Justin_o> michelled: do you have a minute to take a look at this https://github.com/fluid-project/infusion/pull/250
[12:30:16 CST(-0600)] <michelled> sure Justin_o
[12:30:22 CST(-0600)] <Justin_o> thanks
[12:33:41 CST(-0600)] <michelled> looks good to me Justin_o. I can't think of a way to write a useful test for this - I assume you couldn't either?
[12:34:26 CST(-0600)] <Justin_o> michelled: yes.. i couldn't think of one.. since i don't know of another way to get the time
[12:35:21 CST(-0600)] <michelled> well, even if we could, there would be no way to do so at the exact same moment which means the test would be brittle at best
[12:36:04 CST(-0600)] <Justin_o> michelled: very true