Autor: Tim Strehle

  • Where did all the HTML editors go?

    Adriaan Bloem at CMS Watch – Where did all the HTML editors go?: „By now, all but a few CMS products have thrown in the towel. You can have whatever UI you want, but the editor is likely going to be either TinyMCE or FCKeditor. […] The real consolidation isn’t in products or projects; it’s…

  • Agile Context Switching with „The Disturbed“

    Charles Miller at the Atlassian Developer Blog – Agile Context Switching with „The Disturbed“: „Programmers, the authors proposed, are at their most efficient when they reach a state of ‚flow‘ in which they are able to concentrate fully on a single problem. Any developer will tell you how satisfying it is to be in this…

  • Software development with hunters and gatherers

    Gojko Adzic – Software development with hunters and gatherers: „While talking about the value of quick feedback and short iterations, David [Evans] used an analogy which I haven’t heard before and I liked it very much, so I decided to share it on this blog. […] What’s really important in the story is what happens…

  • Desktop littered with tiny icons?

    Ryan Singer at Signal vs. Noise: „Unimportant things are easier to keep around when they are small.“ Makes me wonder why there’s so much stuff in very small font size in our application’s UI…

  • Snakes on the Web

    Jacob Kaplan-Moss – Snakes on the Web: „Some time ago, Leonard Lin collected this list of all of this “other stuff” you need to worry about after developing your app: […] The good news is that there’s open source software to fill all of these needs. The bad news is that they’re all immature, disparate…

  • 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…

  • 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

  • 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,…

  • 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…

  • 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,…