Hacker News new | ask | show | jobs
by marco2357 4064 days ago
Main author here. Let me know if you have any questions. I’d be happy to answer.
3 comments

I tried so hard to break main arguments (char argv), on my last try I sent char argv to a function and It wrapped main, and inserted program name to beginning and called the wrapped main with new arguments. I give up.
Hahaha, cool!
If it really works - very impressive! Have you considered using sun.misc.Unsafe for things like pointer arithmetic?
Yes, but it's way too limited for replicating what you can do with C pointers. Therefore we wrote our own classes.
it's very kind of you to translate open source projects for free. I personally think you should give that more attention rather then just an italic sentence at the bottom of the page.
Thank you!

But of course a lot of development and money went into our translation framework. So the main aim has to be to make money with it. But as long as we have capacity, we're happy to translate open-source software and improving our translation while doing so.