Autor: Tim Strehle

  • WebRunner

    Joe ‚Zonker‘ Brockmeier at Linux.com – Mozilla begets WebRunner, a site-specific browser: „To provide a more suitable tool for Web-based apps, Mozilla Platform Evangelist Mark Finkle has been working on WebRunner, a site-specific browser (SSB) that’s designed to work exclusively with one application at a time.“

  • Long Bets

    Sam Ruby – Long Bets: „Here’s my long bets for the moment, with the only caveat that in some cases I pick specific implementations as exemplars of a larger field. REST Hadoop Erlang/OTP Jabber Microformats„

  • Introducing OpenSearch

    Uche Ogbuji at XML.com – Introducing OpenSearch: „Search and web feeds go together pretty naturally, as anyone who has set up some kind of vanity search feed knows. […] Rather than having to poll the search engine yourself and having to remember which results you have seen, your reader will simply alert you when there…

  • Understanding Engineers: Feasibility

    Charles Miller – Understanding Engineers: Feasibility: „Non-trivial contains dangerous unknowns. Some part of it is not yet understood, or lies outside the range of things the programmer has done before, or can quickly imagine a workable solution to. The more experienced the programmer who tells you a problem is non-trivial, the more concerned you should…

  • MegaData

    Joe Gregorio – ETech ’07 Summary – Part 2 – MegaData: „If you want to scale to the petabyte level, or the billion requests a day, you need to be: Distributed The data has to be distributed across multiple machines. Joinless No joins, and no referential integrity, at least at the data store level. De-Normalized…

  • Cross Site Request Forgery (CSRF/XSRF) questions and answers

    cgisecurity.net – Cross Site Request Forgery (CSRF/XSRF) questions and answers: „What can I do to protect my own applications? Setting a short time peroid for user sessions is essential. Sites requiring the user to be logged in before performing an action can set the users session to a short session period (say 5 minutes) to…

  • WWW SQL Designer

    Ondřej Žára – WWW SQL Designer: „Online tool for designing relational database schemas. Works fine in all three major browsers (Gecko, MSIE, Opera) and features schema saving, exporting to xml and sql script creation.“ Take a look at the demo. (Found via Ryan Eby.)

  • Release 1.0

    O’Reilly Radar – Release 1.0: „Esther Dyson edited Release 1.0 from 1983 to November 2006, when O’Reilly acquired the newsletter and updated it to Release 2.0. It is our great pleasure to offer, free of charge, electronic versions of all back issues of Release 1.0. Each issue offers insights into a topic just before it…

  • Fun with PDFs on Mac OS X

    The built-in PDF support in OS X is simply great. I just found two additional helpers: creating PDFs from office documents via OpenOffice, on the command line – Batch Converting Legacy Documents at XML.com (copy & paste their Basic macro, write „“/Applications/OpenOffice.org 2.1.app//Contents/MacOS/program/soffice“ -invisible ‚macro:///Standard.Module1.SaveAsPDF(„/Users/tim/Desktop/test.ppt“)’“ into a shell script and run it with „open-x11 test.sh“)…