💾 Archived View for separateconcerns.com › 2013-01-02-hello-world.gmi captured on 2023-12-28 at 15:28:29. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-04-19)

-=-=-=-=-=-=-

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