-- Leo's gemini proxy

-- Connecting to separateconcerns.com:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en_US

Hello again, World!

published 2013-01-02


I [1] have not had a blog for over two years. The main reason for that is that writing is hard, so I went shopping on Twitter instead.


This was a bit hypocrite since I am an advocate for the Open Web and a huge consumer of information feeds, with several hundreds of them in my news reader. So for this New Year I have decided to put an end to this situation, thrown together a few lines of Lua code that act as a static blog generator (because reinventing the wheel is fun), and here it is: my new online journal.


I do not know with what frequency I will publish but expect articles about working at startups, distributed systems, programming in Lua, dealing with mobile networks, and whatever I happen to read and find interesting. Oh, and also the occasional rant, I guess.


Now here's to the tradition:


local greet = function(name)
  print(string.format("Hello, %s!",name))
end

greet("World")


1: http://catwell.info

-- Response ended

-- Page fetched on Sun May 12 04:17:43 2024