Joined November 2012
·
Posted to
List known WLANs
over 1 year
ago
I'm not sure when but they moved the network list from the system library to each user's library to make it sync over iCloud. I edited the pro tip to accommodate the changes. Try it out.
Posted to
Git logs for your daily standup
over 1 year
ago
Nice idea.I made it more copy & paste friendly by removing dependency to the name.
standup = !clear && git log --since '1 day ago' --no-merges --pretty=format':%C(yellow)%h %aN%n %B%n' --author $(git config --global --get user.email)
Achievements
222 Karma
2,331 Total ProTip Views
Platypus 3
Have at least three original repo where scala is the dominant language
Platypus
Have at least one original repo where scala is the dominant language
Komodo Dragon 3
Have at least three original repos where Java is the dominant language
Komodo Dragon
Have at least one original repo where Java is the dominant language
Velociraptor
Have at least one original repo where Perl is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Philanthropist
Truly improve developer quality of life by sharing at least 50 individual open source projects
Altruist
Increase developer well-being by sharing at least 20 open source projects
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Honey Badger 3
Have at least three Node.js specific repos
Honey Badger
Have at least one original Node.js-specific repo
T-Rex 3
Have at least three original repos where C is the dominant language
T-Rex
Have at least one original repo where C is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
Epidexipteryx 3
Have at least three original repo where C++ is the dominant language
Epidexipteryx
Have at least one original repo where C++ is the dominant language
defaults read ~/Library/Logs/com.apple.wifi.syncable-networks.plist
will also get you the date when it was first added (to be synced) and you will find some idea of when it was joined like thisbut the data is not there for all entries and (only) has a granularity of a week. It might be a starting point for you. Have fun exploring.