Viewing profile — themattrix
themattrix
HN member- Joined
- Fri, May 17, 2013, 2:56 PM UTC
- HN karma
- 15
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About themattrix
No profile information was provided.
Recent public activity
-
comment
Comment #17899300
That was mine! https://github.com/themattrix/sed2048
- story
-
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://…
-
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…
-
comment
Comment #7484694
You've revealed my secret identity!
-
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…
-
comment
Comment #7467890
Score is now implemented -enjoy!
-
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…
-
comment
Comment #7466291
I'll look into adding this. (I think I'll have to add it to the bash wrapper.)
-
comment
Comment #7466279
This bug is now fixed! Thanks for pointing it out!
-
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
-
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…