Live data from Hacker News

Viewing profile — fjdfhdjldj

fjdfhdjldj

HN member
Joined
Mon, Jan 01, 2018, 11:58 PM UTC
HN karma
20
Public activity
5 items

About fjdfhdjldj

No profile information was provided.

Recent public activity

  1. comment
    Comment #16049087

    sorry for going off-topic but I couldn't shake out of the back of mind. you said "candidate may be on the spectrum", do you discriminate against people based on their medical condi…

  2. comment
    Comment #16049009

    for each type of piece if the bit is set, draw the piece at that position. if you click on a square and there is a piece in that square( there is a bit set in that position in any …

  3. comment
    Comment #16048910

    why? the bitBoard describes the full game state, your renderer can use the data to draw the board for seamless decoupling. I don't see how the history would make any difference? bi…

  4. comment
    Comment #16048870

    why the onus is not on the interviewer? Why is he bringing up chess if he just wants OO answers? Aren't there better problems to pose more suited for testing OO knowledge? Bitboard…

  5. comment
    Comment #16048790

    but then why use OO? what does OO offer that this method does not? In fact one could argue that this method offers better decoupling since it separates the rendering from the game …