Ryan Bates
Ryan Bates
@bemurphy, is my new [private_pub project](https://github.com/ryanb/private_pub) along the lines of what you were thinking? Currently this only works with Faye, but I've been considering making a Juggernaut adapter. Check out...
Why not factor the current time into the private token which will make each one unique? It will then not be dependent upon the user's current session and allows multiple...
@fwoeck, correct, each subscribe call passes in a signature which is unique to that specific request/channel. This needs to be authorized on the server side, but is done through a...
Thanks for reporting! I'll get this fixed.
> another problem appears if u now press "forward" in the browser, an AJAX reply appears without being properly handled Which browser are you using? Can't duplicate this in Safari.
Hmm, I'll look into fixing it. Thanks!
Thanks for the idea, this should be easy enough to add.
For item rarity, I. Can calculate the percent that item shows up across all biomes. This will likely be a very small number. I can then take the log10 of...
To determine difficulty we need: - a list of natural objects used to craft the item - count of transitions involving the player - total decay time We can then...
Seed bowls are showing up now. I think if an object has a last use transition which brings it back to an item that it was in its transitionsToward then...