Writing useful change logs for your application

It takes a while for people to adapt to change and many resist to change due to the adaptation and complexity in integrating these changes may bring to our workflow, ClojureWerkz team posted three questions you should ask when writing a change log: A useful project change log answers three questions: Whether it is critical […]

Terminal Helpful Hints

Repeat last command !! Double bang!! And your last command is executed alias=”” Set a “shortcut” to most common commands. photo credit: kirainet

Github helpful hints

Save your password in the system’s Keychain: GitHub’s help also suggests that if you’re on Mac OS and used homebrew to install git, you can use the native Mac OS keystore with: git config –global credential.helper osxkeychain src: SO photo credit: Nat W | cc

Almost 3 Million users affected by the latest hack to Adobe.

Today Adobe released a bulletin stating that 2.9 million Adobe customer’s data has been stolen from their systems: Our investigation currently indicates that the attackers accessed Adobe customer IDs and encrypted passwords on our systems. We also believe the attackers removed from our systems certain information relating to 2.9 million Adobe customers, including customer names, encrypted […]

SXSW by the numbers

SXSW by the Numbers 1. Age Only 1% of SXSW attendees are under 21; 49% are between 21 and 34; 48% are between 35 and 54; and 4% are above 55 years old. 2. Gender Forty-one percent of SXSW attendees are women; 59% are men. 3. Relationship Status Most of the people at SXSW are […]

Free Fonts download from Linotype

Linotype is rebranding from Linotype to Monotype so they are giving away two sets of fonts. Download them before the download link expires (April 3) http://www.linotype.com/cart/1188375/MonotypeCelebrationFreeFontPromo1ValuePack-product.html http://linotype.com/MTCELEBVP2LMY

SQL general error 1005 and errno 150

SQLSTATE[HY000]: General error: 1005 Can’t create table ‘mydatabase.#sql-c7c_81e’ (errno: 150) My issue was that the Foreign Key didn’t match the type of field I was trying to use as reference. id (source) = int(10) – unsigned foreign = int(11) Foreign here needs to be unsigned as well to avoid this type of errors. id (source) […]

Spotify Terms of Service and Facebook

I opened Spotify this morning and I was greeted with an updated Terms of Service document, I don’t have time to go through the whole document this time but I was interested to see if they had made any modifications to their document when you connect your Facebook account and it seems like they are […]

JavaScript to CoffeeScript Backbone conversion sample

The Rise and Fall of Clash of Clans from SuperCell

I was intrigued by the game Clash of Clans ads in Facebook, altho I never click on Facebook ads I still went directly to the source in the Apple store and installed the game to check it out. It definitely is addicting and for the looks of it the company that created the game was […]