HN user

shdown

7 karma
Posts4
Comments2
View on HN

Could somebody please check how it converts the following program:

    #include <stdio.h>
    
    int main()
    {
        if (((unsigned char) 255) + ((unsigned char) 255) == 510) {
            puts("yes");
        } else {
            puts("no");
        }
    }
(The code outputs "yes", and it does not rely on undefined behavior.)

In other words, I doubt that proper “conversion”, with all the C semantics, is feasible.

  Location: Moscow, Russia
  Remote: Yes
  Willing to relocate: No
  Technologies: Python, C, C++, Lua
  Résumé/CV: https://shdown.github.io/resume.pdf
  Email: shdownnine@gmail.com
Hello, I am Python/C/C++ developer, Google Summer of Code participant, author of a number of open-source projects. I have experience of developing infrastructure, bots and various utilites for analysis of order flow and algorithmic trading on a number of cryptocurrency exchanges for a private start-up company.

I enjoy solving challenging problems of various kinds.

I am looking for full-time as well as part-time jobs in software development.