Archive for the ‘Nothing’ Category

LHC activation soon!

Monday, June 23rd, 2008

First collisions are scheduled on the end of June.

The end of Earth is near =)

Otitis media is a…

Monday, June 9th, 2008

…very very unpleasant condition.
And also I hate antibiotics.

Some improvements.

Wednesday, June 4th, 2008

There are some small improvements for commenters on this blog:

  • You can insert inline latex in your comments using $$\latex \code{here}$$.
  • You can insert a latex box in your comments using $$!\latex \code{here}$$. You should always leave at leas one black line after this box.
  • You can insert code snippets without syntax highlighting but at least with whitespace preserved using backticks around your code. Always surround it by at least one blank line before and after the code.

Examples:

What you type What you get
Inline latex: $$\alpha > \beta$$ Inline latex: \alpha > \beta
Block latex: $$!\frac{\alpha}{\pi}$$

Note the blank line above!

Block latex:
\frac{\alpha}{\pi}

Note the blank line above!

Code follows after a blank line:

`x :: a -> a
x a
    | a > 0 = a
    | a < 0 = -a`

Note the blank line above.

Code follows after a blank line:

x :: a -> a
x a 
    | a > 0 = a
    | a < 0 = -a

Note the blank line above.

Okay… I’m just fooling.

Thursday, May 8th, 2008

I don’t like PHP, but I do like Wordpress, so I’ve decided to give it a chance. Also it somewhat less resource-consuming than RoR.

Powered by nginx =)