Hacker News new | ask | show | jobs
by Canada 2531 days ago
I have. I compared contemporary Truecrypt and Bitcoin sources. They don't show any obvious sign of being written by the same person. If anything I'd say Paul Le Roux is a better programmer than Satoshi.
1 comments

Couldn't time account for that? Like my code looks nothing like it did years ago.
Well TC is much older than Bitcoin, so you'd think newer stuff by the same author would be better. But it's hard to say anything for certain. The projects are so different in form and function. TC targets Windows, Bitcoin targets Linux. (Yeah, they're cross platform, but if you look at them you'll see what I mean) The cryptography code included in both is public domain/third party so that doesn't help. Bitcoin has networking, TC doesn't. TC is a driver primarily, while Bitcoin is not. They don't use the same GUI toolkit. So a lot of it is really hard to compare because the style of the code is following the common idioms for the framework being targeted. Where the author is more free of convention, they don't feel similar to me.

I should write up a detailed post about this topic.