Тот факт, что это произошло с тобой, вовсе не значит, что это интересно всем.

Деннис Хоппер.
надо бы каждому пользователю Твиттера добавить эту фразу напоминалку вверху его страницы-аккаунта (via ve)

Было бы в триттере такое ограничение: твитать можно, допустим, лишь 5 раз в день, а отвечать – без ограничений. Думаю, что качество контента возрасло бы стократ.

# 24.01.2009 • Tags: Twitter blogging Comments (View)

markdown (hints)

  1. A paragraph is simply one or more consecutive lines of text, separated by one or more blank lines.
  2. When you do want to insert a break tag using Markdown, you end a line with two or more spaces, then type return.
  3. Markdown allows you to use backslash escapes to generate literal characters which would otherwise have special meaning in Markdown’s formatting syntax.
  4. Unordered lists use asterisks, pluses, and hyphens.
    - first line
    - second
    Ordered lists use numbers followed by periods.
    1. First line
    2. Second
  5. *emphasis* (e.g., italics).
  6. **strong emphasis** (e.g., boldface).
  7. # First-level heading
    #### Fourth-level heading
  8. > This text will be enclosed in an HTML blockquote element.
  9. Links:
    [link text here](link.address.here “link title here”)
  10. Images:
    ![Alt text here](Image URL here “Image title here”)

# 10.12.2007 • Tags: hint blogging Comments (View)