Yup, more social media weird lists. If you’ve ever wondered what you have to do to get that one sticker on Foursq… er, Swarm, here goes: https://krypted.com//utilities/list-of-all-swarm-sticker/. A few things I’ve learned about these things: You get stickers if you check-in through third party apps that have API plug-ins to Swarm (such as Untappd). You get stickers if you check-in through the Foursquare app instead of Swarm. The distance limitation for stickers seems to be removed (so if your GPS picks you up a mile from a spot and you are checking in there, you’ll still get a sticker if appropriate). There are no more levels of stickers/badges like there were…
-
-
Subversion Cheat Sheet
I’ve done a few articles in the past on different tasks in svn and git, but I have a little cheat sheet of sorts I’ve been using for awhile for Subversion on Mac OS X and thought I would share it. Before you get started, check your version. I use 2.0 but I seem to remember all of these are about the same as they were previously: svn --version To get started, Subversion uses a repository to store projects. Each client needs a repository and these should be on direct attached drives. The repository hosts a Berkeley database a folder per project you check out, or import. To create a…