Beautiful New Fonts

Wednesday, March 06th, 2013 | Author:

In this short rant, I want to convince you to try out some new beautiful fonts for your editor, terminal, wiki or website. In particular, I want you to take a look at Adobe's Source Pro Fonts. I'll explain where you can preview fonts online and how to employ them in various settings.

Continue reading «Beautiful New Fonts»

Category: English, Not Mathematics | Comments off

Get your own LaTeX-enabled wiki in the cloud with Instiki on Heroku

Wednesday, November 21st, 2012 | Author:

I guess you all know what a WikiWikiWeb (short: wiki) is, it's a website where you can easily add new pages and modify existing ones. MathOverflow is some kind of hybrid between Q&A and a wiki, since users with enough reputation can edit other people's questions and answers. MathOverflow made the Markdown syntax very popular, and people got used to using LaTeX online. Some of my readers surely know the nLab, a collaborative wiki on n-categorical math(ematical physics) and stuff. The nLab runs on a software called Instiki, which is a wiki written in Ruby (an intepreted language similar to Python, and somewhat similar to Lisp, Perl and JavaScript; which is often used for web applications like wikis). The good thing about Instiki is that it supports editing pages in Markdown syntax with embedded LaTeX, so it is able to support your personal knowledge management needs. In addition, Instiki is small (thus not many bugs are to be expected), fast and the code is quite readable; something I wouldn't say about MediaWiki, the software behind Wikipedia.

In this post, I will tell you how to run your own wiki like the nLab. [UPDATED 2013-01-07; easier fix]

Continue reading «Get your own LaTeX-enabled wiki in the cloud with Instiki on Heroku»

Category: English, Mathematics, Not Mathematics | 2 Comments

Export purchased books list from Amazon

Sunday, September 18th, 2011 | Author:

If you happened to buy books from Amazon.com (or, in my case, Amazon.de) and maybe used the recommendation engine and the wishlist (and and and ...) then there will be lots of data about your books on the Amazon website. Have you ever thought about organizing your library with a different tool? May it be Google Books or LibraryThing or Shelfari, you will have to export this precious big amount of data from Amazon to the other service. Luckily, some intelligent people invented ISBN, so you basically need to extract a list of ISBNs to identify the books (neglecting your reviews and tags for now). Not that luckily, Amazon doesn't offer such export functionality to the layman. Searching the internet yields a Greasemonkey script that enables you to export wishlist content - but no ISBNs, so import into other services is not so easy.

The solution is to save each website of "your purchases" (or other such lists of books) as HTML file and let a smart script do the extraction work. This way, you're not violating Amazon's terms of service (which most likely don't allow any robots scraping the website) and on the positive side, it works.

Continue reading «Export purchased books list from Amazon»

Category: English | 4 Comments

A survey of GNU/Linux shortcomings

Sunday, February 14th, 2010 | Author:

A long time ago, I switched from Micro$oft Windows to GNU/Linux. Since Ubuntu, I even recommend GNU/Linux to non-computerfreaks. Sadly, Ubuntu is not perfect. In particular, some applications are still missing. What follows is a wish-list of future Ubuntu features/applications. Some of these are available on Windows or Mac OSX, most aren't.
Continue reading «A survey of GNU/Linux shortcomings»

Category: English | One Comment

Math 2.0

Thursday, January 28th, 2010 | Author:

The term Web 2.0 was coined by Darcy DiNucci in 1999 and popularised by Tim O'Reilly in a 2004 conference named Web 2.0. In the beginning, it wasn't totally clear what Web 2.0 really meant for the ordinary web consumer. Then it crystallised out that users associate with the term Web 2.0 an interactive internet. During that time, the first large collaborative dynamic websites were seen, such as Wikipedia and YouTube. Web 1.0 are static HTML pages that don't allow interaction.

Continue reading «Math 2.0»

Category: English, Mathematics | One Comment

Managing news

Wednesday, January 27th, 2010 | Author:

Today in the series "How to do XYZ with software?":

How to manage news?

It is vital to get at least some news. You need to know about political developments, to be informed when it's time to cast your vote (or, if you're not living in a democracy, when it's time to protest). You need to know about developments in your work, so you can adapt and don't risk losing your job because you're too old-fashioned. You need to know about economy if you're investing money. You need to stay informed about every project you want to participate in. Maybe you even need to know what pop-stars do, because if not, you have nothing to talk about with your friends.
How to cope with this information overload?
Continue reading «Managing news»

Category: English | Comments off