Earlier quoted context omitted.
it's not user id but actually just a random number. it's unrelated to your ID (which are actually more complex than just integers). The random number is there just to ensure we don't get collisions on slugs.
This is a pretty bad practice. You should use hashids [0] for this, instead! [0] http://hashids.org/
Re: Show HN: Hoist – Zapier for Developers (scripting done in Node.js)
#11I should also add that we don't use the URL for any kind of security/lookup. we rely on other information for that. as such the aim is to give readable canonical urls to your application, much like most apps use a /{username} slug