Kategorie: Tim’s Weblog
-
Strategy: Solve Only 80 Percent of the Problem
Todd Hoff at High Scalability – Strategy: Solve Only 80 Percent of the Problem: „Sometimes as programmers we are blinded by the glory of the challenge of solving the 100% solution when there’s a more reasonable, rational alternative that’s almost as good. Something to keep in mind when you are wondering how you’ll possibly get…
-
SSH login without password
I keep forgetting this line… $ cat ~/.ssh/id_dsa.pub | ssh user@host ‚cat >> .ssh/authorized_keys‘ Update – you might instead want to try: $ cat ~/.ssh/id_rsa.pub | ssh user@host ‚cat >> .ssh/authorized_keys‘ If it still doesn’t work, check the file permissions: 0700 on the .ssh directory and 0644 on the authorized_keys file are working for me,…
-
Vim tips: The basics of search and replace
Another thing I keep forgetting in vi / vim: :%s/search/replace/g Joe ‚Zonker‘ Brockmeier at Linux.com – Vim tips: The basics of search and replace
-
Thinking beyond the RFP
Kas Thomas at CMS Watch – Thinking beyond the RFP: „Don’t ask „How will you be able to handle XYZ?“ unless you’re willing to tolerate answers like „Our standard user interface allows a user to do this“ or „our application programming interface allows the product to be easily extended so as to accomplish this.“ Instead,…
-
Twelve dollars for five words? What is the Associated Press thinking?
Jason Morrison – Twelve dollars for five words? What is the Associated Press thinking?: „No, I am not making this up. The AP is really asking people to pay them $12.50 if they quote more than four words of any story. […] How would the AP operate if every source they quoted demanded payment up…
-
The Steve Jobs method
Eric Ries – The Steve Jobs method: „Having so few products means Apple can dedicate enormous resources to each project once it gets the green light. But it also means they have to be very careful kill projects if they are not trending towards something great. Which comes to the second major principle: halt work…