Linux Lunatix

Blog

Read my fucking awesome blog posts, motherfuckers!

This is my blog. There are many like it, but this one is mine.

I stole this shameless from Kris.

A first entry written in org

This is a premiere.

So this i smy first attempt of utilizing my automate dblogging workflow. I just updat emy org file, export it, and then push to git. This should result in a new page on my blog.

Stefan Marx |

Another Fine Page

We are the finest madmans

and we are creating the most awesome bullshit

Let us add a piece of code in here:

# Solve the quadratic equation ax**2 + bx + c = 0

# import complex math module
import cmath

a = 1
b = 5
c = 6

# calculate the discriminant
d = (b**2) - (4*a*c)

# find two solutions
sol1 = (-b-cmath.sqrt(d))/(2*a)
sol2 = (-b+cmath.sqrt(d))/(2*a)

print('The solution are {0} and {1}'.format(sol1,sol2))

Now this should render as a fine code block…

Stefan Marx |

Try RSS

Now lets try to embed a picture here:

alternative text for this image

and see if this looks good And another one, this time some more panoramic

Die Mole in Orlowo, Gdynia

Now this is awesome, I can open this on my iPad in 1Writer via Working copy.

Stefan Marx |

Moremoremore

Stefan Marx |
Prev Next