| bio | website | github.com/CodesInChaos |
|---|---|---|
| location | Munich, Germany | |
| age | ||
| visits | member for | 2 years, 8 months |
| seen | 23 hours ago | |
| stats | profile views | 174 |
- Jabber/XMPP: CodeInChaos@jabber.ccc.de
- IRC: CodesInChaos on freenode
- Email: My nick on gmail
- Blog: codesinchaos.wordpress.com
- GitHub: github.com/CodesInChaos
- Google+
- Twitter @CodesInChaos
|
23h |
comment |
Searching a partial domain name The : colons confuse the editor, I'd say. |
|
Jun 16 |
awarded | Reversal |
|
Jun 15 |
comment |
Requests to get personal information on Stack Overflow users from US officials @Derfder Stackexchange treats emails as public by publishing its MD5 hash. So NSA doesn't need anything special to learn many emails or even easier to confirm if an account matches a known email address. |
|
Jun 14 |
comment |
“Sorry buster, we are going to need a valid reason” bug still happening @djechlin It's obvious from the context that the sum terminates at 1. It's about an iterated algorithm working on n elements where each step takes half as many comparisons as the previous one. The last step does 1 comparison and then the algorithm is finished. Doing comparisons on 1 element, then on 1/2 an element, then on 1/4 an element,... makes no sense. |
|
Jun 14 |
comment |
“Sorry buster, we are going to need a valid reason” bug still happening @djechlin 1+2+4+8+...+n and n+n/2+n/4+...+1 are exactly the same sum for integral n and n a power of two, which are clearly valid assumptions in this context. Or if you prefer exponential notation, then 2^0+2^1+...+2^m=2*2^m-1 is also equivalent with n=2^m. |
|
Jun 14 |
comment |
“Sorry buster, we are going to need a valid reason” bug still happening How is the math wrong? 1+2+4+8+...+n = 2n-1 |
|
Jun 12 |
comment |
Is reputation lost due to rep cap awarded in the same day @ʞunɥdɐpɐɥd a few years ago the repcap worked differently |
|
Jun 11 |
comment |
What is the purpose of facebook.stackoverflow.com? @LucM No, it shows all rep |
|
Jun 11 |
comment |
What is the purpose of facebook.stackoverflow.com? It was done to get facebook to pay stackexchange some money, not because it's useful. |
|
Jun 5 |
comment |
Why doesn't the Stack Overflow team fix the Firesheep style cookie theft? @JeffAtwood The outer frame and thus the url is not using SSL. So it's essentially impossible for a user to see that nobody modified the outer frame to include password stealing code. So it only offers security against passive attackers, but common attackers such as an open wireless network are active attackers. There is almost no security gain in using an https inframe inside a http page. |
|
Jun 5 |
comment |
Why doesn't the Stack Overflow team fix the Firesheep style cookie theft? Stackexchange isn't just a Q&A site, it's an OpenID provider which might be used for external websites. You don't even use SSL for the form where the user enters his password. |
|
May 20 |
comment |
When should the “Too chatty” flag for comments be used? Chat invitations are pretty much the only comments I consider too chatty :) |
|
May 14 |
comment |
Cannot connect to the IP address of “stackoverflow.com” When you enter the IP address your browser won't send a proper host in the http request. |
|
May 13 |
comment |
is paleohacks.com a stack exchange site? Looks like one of the old stackexchange sites where you had to pay a monthly fee but didn't need to pass area51. Some of these sites are still around. Check the meta generator tag. |
|
May 7 |
comment |
New user experience in IE ends at “third-party cookies” I have third party cookies disabled in opera but I don't have any problems with SE. So I wouldn't be surprised if that error message is a red herring. |
|
May 6 |
comment |
Stack Exchange is too harsh to new users—please help them improve low-quality posts and avoid being uncivil Funnily enough wikipedia (especially the German one) feels quite unwelcoming to me. |
|
May 5 |
comment |
What are the possible alternatives to maintain separate accounts for the 'Workplace' and 'Personal Productivity' sites? Create a separate account with a separate login and a separate email |
|
May 2 |
comment |
snippets from XHTML CV require way too many changes for Careers 2.0 I think using the same markdown everywhere is preferable. But having some form of html to html+markdown helper could be useful. |
|
May 2 |
comment |
How to make e-mail invisible on Stack Exchange profile If your email is used to generate your gravatar, then it's probably public. It's easy to guess a few billion potential email addresses. One of them might match your gravatar hash. |
|
May 1 |
comment |
Can we place all future code snippets under a software-specific license? The attribution part isn't the problem. The share-alike part is. |