Live data from Hacker News

Viewing profile — themattrix

themattrix

HN member
Joined
Fri, May 17, 2013, 2:56 PM UTC
HN karma
15
Public activity
12 items

About themattrix

No profile information was provided.

Recent public activity

  1. comment
    Comment #17899300

    That was mine! https://github.com/themattrix/sed2048

  2. story
  3. comment
    Comment #8972057

    Care to expand on this a bit? I'm somewhat familiar with SQRL, but what was this IP binding proposal all about? Is this a use-case not discussed in the SQRL phishing page? https://…

  4. comment
    Comment #7487948

    One final gameplay tweak: there's now a 90% chance that a newly-spawned tile will be a "2" and a 10% chance that it will be a "4". The gameplay should now be identical to the origi…

  5. comment
    Comment #7484694

    You've revealed my secret identity!

  6. comment
    Comment #7484690

    Fixed! The score is now calculated as the sum of all merge results (like the original game), instead of the sum of all cells (like I was doing). As a bonus, the score calculation i…

  7. comment
    Comment #7467890

    Score is now implemented -enjoy!

  8. comment
    Comment #7466324

    Author here - glad you like it! I actually found the poker hand identifier more challenging to write than 2048, but I also tried to make it as compact as possible. https://github.c…

  9. comment
    Comment #7466291

    I'll look into adding this. (I think I'll have to add it to the bash wrapper.)

  10. comment
    Comment #7466279

    This bug is now fixed! Thanks for pointing it out!

  11. comment
    Comment #5762991

    You can go even shorter if you cheat: $ cat short.c M $ gcc -DM='main;' short.c -o short $ ./short Segmentation fault

  12. comment
    Comment #5724721

    Our primary goal is to get the Python community talking about continuous deployment. Our particular implementation is less important. In fact, we'd like to see this project die ent…