7,511 reputation
21341
bio website filmval.se
location Stockholm, Sweden
age 33
visits member for 4 years, 6 months
seen 4 hours ago
stats profile views 482
Knows nothing, learns everything.

May
10
awarded  Popular Question
Apr
16
answered Multiple Master => SIngle Slave replication on MySQL
Apr
5
awarded  Great Answer
Apr
4
comment IIS Application “Physical Path” is empty after creating via C#
I'm wondering if this is related? serverfault.com/questions/496092/… Did you ever figure out what was causing this?
Apr
4
comment Changing the physical path of an IIS website on a remote machine via Powershell
He will need to have Import-Module WebAdministration first for this to work.
Apr
3
comment Use pg_restore to restore from a newer version of PostgreSQL
Atleast in 9.2.2 the bytea_output settings is now obeyed for pg_dump, so setting it to 'escape' will make a 8.4 compatible dump, atleast for bytea fields. You still get some warnings about procedures.
Apr
2
accepted Would it be possible to read out physical keyboard strokes in node.js?
Apr
2
comment Would it be possible to read out physical keyboard strokes in node.js?
Thank you for the clarification. I think I can safely ignore the MSC_SCAN entries. And about the repeated codes, seems like it's the airmouse acting up, I can't replicate the behavior on my wired Dell keyboard. Thank you for your feedback!
Apr
2
comment Would it be possible to read out physical keyboard strokes in node.js?
Thank you, I have found the constants here: tomoyo.sourceforge.jp/cgi-bin/lxr/source/include/uapi/linux/… and I came to a similar conclusion as you regarding size. However, the repeated events is a mystery to me, as well as if I filter out everything that isn't type = 1 and value = 0, I usually get the corresponding keycode, but it misses a lot of strokes. Any idea?
Apr
2
revised Would it be possible to read out physical keyboard strokes in node.js?
added 1420 characters in body
Apr
1
asked Would it be possible to read out physical keyboard strokes in node.js?
Mar
26
awarded  Popular Question
Mar
10
awarded  Revival
Mar
1
answered indexOf in IE8 throwing error but works in all other browsers
Feb
26
answered Installing node.js on Debian 6.0
Feb
23
awarded  Enlightened
Feb
23
awarded  Nice Answer
Feb
23
awarded  Good Answer
Feb
11
comment Can I programmatically append tags to <head> from within body in Castle MonoRails / NVelocity?
Hm, I don't see why you would need to add them to Context.Items. A Helper is transient for the current request, so internal state is good enough. I can see that it might break though if you add the same helper to both the base controller and your specialized controller. So just out of curiosity, why do you consider adding it to Context.Items is better? What am I missing?
Feb
11
revised Can I programmatically append tags to <head> from within body in Castle MonoRails / NVelocity?
added 158 characters in body