Software developer at MagicMaps GmbH.
Usually I'll answer questions here about Java, C#, PowerShell, batch files, random numbers, regular expressions and Unicode. At work I primarily deal with C++, C#, PHP and a few other things.
My interests are mostly HCI, Interaction Design and UX. Recently I18n joined that list as well. That does not mean I have profound knowledge in either of those fields, just that I am interested in them.
Note: People contacting me outside SO/SE is fine, but for discussing their own questions or answers SO already provides a mechanism, namely edits and comments. So please use those things first.
I do hang around on Freenode as Hypftier, though.
|
2d
|
|
awarded | Nice Answer |
|
May
17 |
|
comment |
Algorithm Needed: Predictable Randomized Tiles in Javascript »Predictable randomness« could also refer to a PRNG. |
|
May
16 |
|
awarded | Good Answer |
|
May
12 |
|
comment |
Unity3d 3D Text always displayed Blur The documentation notes that you should use GUI Text if you need them in 2D. |
|
May
11 |
|
awarded | Good Answer |
|
May
10 |
|
comment |
Make top bar of JFrame blend with the content pane There are probably platform-specific APIs to achieve that but not from pure Java code. |
|
May
10 |
|
comment |
Why does my JFrame not update UI updates have to happen on the EDT. Doing that from any other thread is undefined behaviour and causes anything from erratic drawing, wrong controls popping up all over the place, working correctly to not working at all. |
|
May
10 |
|
comment |
Mixing 2 wav files convert bytes from each wav file to shorts, get average of the shorts and write to output byte array Shouldn't you actually add them, not average them? |
|
May
10 |
|
comment |
Does out commented code consume memory The compiler cares about strings too, even though you can embed syntax errors in them. |
|
May
10 |
|
comment |
How to start an application without waiting in a batch file? @Ayusman: The site you linked notes it directly above those two options. |
|
May
9 |
|
comment |
How to start an application without waiting in a batch file? @Ayusman: Those options are just for 16-bit programs. I surely hope you don't have any of those still around. |
|
May
8 |
|
revised |
Strange behavior of floor() deleted 66 characters in body |
|
May
8 |
|
answered | Strange behavior of floor() |
|
May
8 |
|
revised |
Weird string behaviour, replaces parts of itself edited tags |
|
May
8 |
|
comment |
Weird string behaviour, replaces parts of itself @PhilH: C#, obviously. |
|
May
8 |
|
comment |
Weird string behaviour, replaces parts of itself How does the code look like? Where are you assigning the result? Are you reusing variables? By itself string.Format cannot do what you are describing.
|
|
May
7 |
|
revised |
Combine my own unicode characters in c#? added 1 characters in body |
|
May
7 |
|
awarded | Nice Answer |
|
May
7 |
|
revised |
Combine my own unicode characters in c#? added 525 characters in body |
|
May
7 |
|
revised |
Combine my own unicode characters in c#? added 61 characters in body |