The One True Auth Server
Spoiler Alert: There isn't one auth = authorization/authentication authentication = you are who you say you are authorization = you have permission to do something Let's try to »
Spoiler Alert: There isn't one auth = authorization/authentication authentication = you are who you say you are authorization = you have permission to do something Let's try to »
What do we need exactly? You really only need a few write operations: pub - publish message(s) to a channel sub - subscribe to new »
Val's Network Theorem #99: Every network backbone ends up being a pub-sub network eventually. Val's Corollary to Theorem #99: If you don't implement it, people will »
Great Expectations So, the other day I wanted to install javascript mode in emacs on my local OSX/Darwin box. Sounds simple »
If you're not using tree to look at directories recursuvely, you're missing out! OSX: brew install tree Linux: apt-get install tree Now do tree . and enjoy! »