Stefan Rusek

1,153
Reputation
75 views

Registered User

name Stefan Rusek
member for 1 year
seen yesterday
website
location Poznań, Poland
age 29
I am a programmer for icanhascheezburger.com. I used to work for Fog Creek Software, when I had to leave NYC so I left FCS. While at Fog Creek, I worked on FogBugz 5, 6, and 7. I also was the lead developer on the Wasabi team.
Nov
15
awarded  Necromancer
Oct
14
answered What is the rationale for all comparisons returning false for IEEE754 NaN values?
Oct
14
revised custom routes with 2 parameters, id and customerid
added 206 characters in body
Oct
14
revised custom routes with 2 parameters, id and customerid
added 184 characters in body
Oct
14
answered custom routes with 2 parameters, id and customerid
Oct
13
revised With Mercurial, how can I “compress” a series of changesets into one before pushing?
added 443 characters in body
Oct
13
comment With Mercurial, how can I “compress” a series of changesets into one before pushing?
It also provides a mechanism to edit the merged changeset message.
Oct
13
comment With Mercurial, how can I “compress” a series of changesets into one before pushing?
though it does provide a much easier to use and understand UI, which is more than enough of a reason to use it, but it also provides a mechanism to edit the merged changeset message, which is another thing that I always want to do when I merge changesets.
Oct
13
comment With Mercurial, how can I “compress” a series of changesets into one before pushing?
collapse provides a subset of the features of histedit, and histedit has a much more intuative UX.
Oct
13
answered With Mercurial, how can I “compress” a series of changesets into one before pushing?
Sep
28
comment Will you use Google’s Chrome Frame?
What site is already using it?
Sep
25
comment HTTP Request Corruption
This occurs with both Firefox ans IE.
Sep
24
comment HTTP Request Corruption
One proxy service that had a bunch of them, was a satellite ISP.
Sep
24
comment HTTP Request Corruption
I don't have access to the proxies or the clients, I just have a logger that logs the error.
Sep
23
comment HTTP Request Corruption
It would be great if this was the problem, but it isn't, because we would expect the breaks to be on chunk/page barriers. Also webservers gzip first and the chunk the output.
Sep
23
answered HTTP Request Corruption
Sep
23
comment HTTP Request Corruption
This doesn't have anything to do whether the html or script tag is well formed, since the wrong data is showing up in the browser source.
Sep
23
comment HTTP Request Corruption
I think it is clear that the whole document isn't getting into the client browser.
Sep
21
awarded  Yearling
Sep
8
comment HTTP Request Corruption
yeah, and it is unpredicatable so when this occurs we get random chunks of the page added onto part of the real Url. The original url is also usually truncated, so the resulting url is completely invalid.
Sep
8
revised HTTP Request Corruption
edited title
Sep
8
comment Java Reflection: Why is it so bad?
It cannot be over emphasized that using reflection is only slow compared to using the equivalent non-reflection code. Reading or writing to the HD or parsing xml or using the network or accessing a database (which is accessing HD and Network) are all slower than reflection.
Sep
8
asked HTTP Request Corruption
Aug
28
accepted How to make my application copy file faster.
Aug
20
awarded  Good Answer
Aug
17
comment Flags enum & bitwise operations vs. “string of bits”
You can get the best of both worlds by using 0x0001 for Sunday, 0x0010 for Monday, 0x0100 for Tuesday, etc. This way when you convert the value to hex you get a human readable list of days, while retaining the advantages of using Flags.
Aug
17
revised How to make my application copy file faster.
added 1267 characters in body
Aug
17
answered How to make my application copy file faster.
Aug
17
answered Distributed Monitoring Service using C# .NET 3.5
Aug
17
answered Canceling a While loop prematurely.
Aug
3
awarded  Enlightened