| bio | website | github.com/CodesInChaos |
|---|---|---|
| location | Munich, Germany | |
| age | ||
| visits | member for | 2 years, 5 months |
| seen | May 18 at 7:50 | |
| stats | profile views | 202 |
- 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
|
Aug 3 |
comment |
Storing plaintext passwords for detecting fraud @MartijnPieters If it's not too expensive, then you either have only a handful of users, or your hash is too fast. |
|
Jul 24 |
comment |
How to handle encryption key with a large development team? What kind of key are you talking about? |
|
Jul 19 |
comment |
Why are the arguments for substring functions mismatched? This isn't really language agnostic. In many languages the second parameter is length and not endIndex. |
|
Jul 18 |
revised |
When Rob Pike says “Go is about composition”, what exactly does he mean? fixed link and formatting |
|
Jul 18 |
suggested | suggested edit on When Rob Pike says “Go is about composition”, what exactly does he mean? |
|
Jul 8 |
comment |
Why .NET and C# are not available on Cloud Platforms? @user827992 I expect Google employees working on certain projects(such as Chrome) to use windows, at least for part of their work. |
|
Jun 29 |
comment |
Are programmers bad testers? One issue is that you need diverse testers. So even if you let proframmers test, you need non programmers as testers too. |
|
Jun 29 |
answered | Paranoid Encryption |
|
Jun 26 |
comment |
How to generate “language-safe” UUIDs? lythxxrsys yrsystmysshyt rmvyplz lylz. |
|
Jun 24 |
comment |
My software is hosted on a “bad” website. Can I do anything about it? @Abluescarab I consider publishing security software that's insecure irresponsible. I don't expect it to be the greatest thing ever. But I expect a password generator to create secure passwords. And your program creates very weak passwords. |
|
Jun 22 |
comment |
Undefined behaviour in Java Related: blogs.msdn.com/b/ericlippert/archive/2012/06/18/… |
|
Jun 20 |
comment |
Why are effect-less functions executed? I'm pretty sure most good compilers will optimize this out[Assuming you enabled optimizations]. Those who don't just didn't spend the time to add that feature to their optimizer. |
|
Jun 20 |
comment |
Should I pay my developers for bugs fixes for a project or work that's still in progress? @Wanda If you pay by the hour, why does it matter if they're fixing bugs, refactoring, or adding new features? |
|
Jun 15 |
awarded | Revival |
|
Jun 8 |
awarded | Caucus |
|
May 14 |
comment |
Does MSDN follow documentation conventions for .NET, and if so is it publicly available? Looking at the .net documentation I'm always amazed how they manage to put so much boilerplate and so little substance in there. IMO the Win32 API documentation is much better that the .net documentation. |
|
May 11 |
comment |
Should a web developer know how to do slicing? If you have a separate css guru in your team, leaving the creation the css to him is obvious. But if you don't have such a person, somebody else will have to do it. |
|
May 11 |
comment |
What is the significance of 10 characters in this Uncle Bob post? I think that's imply a different example. |
|
May 8 |
comment |
The Box Model: Internet Explorer vs. W3C I'd avoid a global override with *. I'd rather selectively override it in the places where its necessary. |
|
May 8 |
comment |
What is the Bible of Hashing? I don't really get your question. A hash is just a BLOB returned by a hash function. Do you want to know more about hash-functions?Are you talking about cryptographic hash functions, or the fast but insecure kind used in most hashtables? Or about Hashtables? |