🔗 Agile Is Dead (Long Live Agility) – PragDave

Agile Is Dead (Long Live Agility) – PragDave Back to the Basics Here is how to do something in an agile fashion. What to do: Find out where you are Take a small step towards your goal Adjust your understanding based on what you learned Repeat How to do it: When faced with two or more alternatives that deliver roughly the same value, take the path that makes future change easier....

December 11, 2014 · 1 min · 99 words

🔗 #GamerGate [Online] Survival Guide | Jon Jones, smArtist

#GamerGate [Online] Survival Guide | Jon Jones, smArtist Here is a quick, streamlined guide on how to keep yourself safe online and make harassing you and tracking you down much more difficult. Two-factor authentication on everything. Password manager for unique, difficult passwords. Install PrivacyFix. Lock down old Facebook posts and adjust your privacy settings. Domain name whois guard. Delete old accounts. Check the internet for your personal information. Use a VPN....

November 23, 2014 · 1 min · 96 words

🏞 (image)

Not all technical debt is born the same, because A Mess is not a Technical Debt . (via TechnicalDebtQuadrant )

August 16, 2014 · 1 min · 20 words

📜 for each desired change, make the change easy (warning: this may be

for each desired change, make the change easy (warning: this may be hard), then make the easy change. Kent Beck

July 3, 2014 · 1 min · 20 words

🔗 The philosophy of great customer service | Derek Sivers

The philosophy of great customer service | Derek Sivers (Actually, I prefer the term “client care”, since “client” implies a relationship, instead of “customer”, which is transactional. But I’ll use the normal term instead of confusing things by using mine.) You can afford to be generous The customer is more important than the company Customer service is a profit center Every interaction is your moment to shine Lose every fight Rebelliously right the wrongs of the world

June 29, 2014 · 1 min · 77 words

🔗 10 Surprising Pricing Strategies That Can Boost Sales

10 Surprising Pricing Strategies That Can Boost Sales Similarity can cost you sales Utilize price anchoring The secrets of Weber’s Law Reduce pain points in the sales process Reframe the product’s value Bundle commonly bought items Sweat the small stuff Appeal to utility or pleasure It’s either free or it isn’t Try out an old classic: ending prices with the number 9 Emphasize time spent vs. saved Never compare prices without a reason Utilize the power of context Test different levels of pricing Keep prices stupidly simple

June 18, 2014 · 1 min · 87 words

🔗 inessential: Error Messages

There is, however, old wisdom — perhaps from an earlier version of the Mac HIG — that says how to create error messages: they should be of the form “Can’t x because of y.” They may optionally include additional detail and/or recovery steps. “Can’t x because of y. Something is true. Try a thing.” A similar form is this: “Noun can’t x because y.” (As in “‘Downloaded.app’ can’t be opened because it is from an unidentified developer....

June 9, 2014 · 1 min · 116 words

🔗 The Ultimate Guide to Solving iOS Battery Drain — Overthought

The Ultimate Guide to Solving iOS Battery Drain — Overthought How to Test Your iOS Battery Drain Head on over to Settings > General > Usage and check out your times. The key to look for is that your Usage time should be significantly lower than your Standby time (…) So here’s the test: write down your usage and standby time, press the sleep/wake button (…) to put the device to sleep, and set the device down for five minutes....

April 7, 2014 · 2 min · 216 words

🔗 Propaganda and Marketing – Are we still persuading? Copywriting by Copy Hackers

Propaganda and Marketing – Are we still persuading? Copywriting by Copy Hackers Moral of the story: You can create powerful messages using the words your prospects use to complete these phrases: I want ________ I wish someone could ________ If only there was ________ And be careful not to veer into “Don’t you want…?” territory. … because being only plausible and not really truthful means you’re defrauding your audience. [call to

March 18, 2014 · 1 min · 71 words

📺 Transformation Priority Premise

Uncle Bob Martin walks through the “Prime Factors” kata in Java (29m06s) to illustrate the concept of Transformation Priority Premise as a way to address the common complaint about TDD: the brainlessness “As the tests get more specific, the code gets more generic.” … and “here’s the list of transformations” (47m53s): So what are these transformations? Perhaps we can make a list of them: ({}–>nil) no code at all->code that employs nil (nil->constant) (constant->constant+) a simple constant to a more complex constant (constant->scalar) replacing a constant with a variable or an argument (statement->statements) adding more unconditional statements....

March 18, 2014 · 1 min · 199 words