Also, I've added support for rendering code in these 'thoughts'. So, look out for some handy programming tips on here in the future:

hello();

function hello() {
  return "Hello, world!"
}