About
Articles for programming:
2021-02-07
programming
pelican
/
css
/
webpack
/
tailwindcss
likethewind - a tiny pelican theme powered by tailwindcss
You are looking at a new theme I am working on for pelican, build on top of tailwindcss. While I don’t think it looks visually stunning (yet, fingers crossed) it does a few things in the background already that I quite like: It builds a tiny css file to …
2016-02-06
programming
erlang
/
wpool
Using wpool and pg2 to build broadcastable worker pools
wpool is my preferred erlang worker pool library. But there is no easy way to broadcast a message to all spawned workers. Or is there? In this article we will have a look at wpool, how to easily replace a single gen_server with a process pool and finally how to …
2015-10-03
programming
erlang
/
deployment
First Erlang deployment
A report on how my first Erlang deployment went down, and what I learned from it.
2015-04-08
programming
erlang
/
lexer
/
regex
erllex - simple erlang sample lexer
Showing off Regular Expressions in Erlang and how to build a simple lexer
2015-01-19
programming
erlang
/
erlfu
Asynchronous function calling in Erlang
A look at asynchronous functions in Erlang and why there is no real need for a support library.
2015-01-17
programming
python
/
flask
/
pelican
ssg_reloader, a static site generation development server
I wanted to make something better than the plain python http server for pelican site development and then thought that actually it wouldn’t be too hard to build something which should work for all static site generators. So i hacked together ssg_reloader, a simple python / flask app which serves …
2015-01-16
programming
python
/
pelican
/
unittest
Writing Pelican Plugin tests
Short intro on how to write tests for your pelican-plugins and rambling about the structure of pelican itself.
2014-12-26
programming
erlang
/
OTP
/
EUnit
Testing Across Applications with EUnit
I am currently developing a distributed system for my Bachelor Thesis which utilizes a node controller application to distribute calculations from a client application towards node applications. For testing I wanted to use EUnit, mostly because that’s what I already knew and writing Unit Tests for my data module …
2014-09-23
programming
erlang
/
OTP
/
xml
/
sax
XML
API
parsing in erlang
Some weeks ago I wrote a application in Erlang which reads data from the youtube API. I wanted to parse its content efficiently via a sax parser and xmerl was the first search result that popped up. At first I had trouble reading its documentation it is actually easy enough …
2014-08-27
programming
erlang
/
OTP
Writing an Erlang
OTP
File Poller
A short introduction to Erlang OTP and how to program a File Poller which implements gen_server
2014-07-10
programming
erlang
/
chicagoboss
/
pastie
Peeking at erlang/chicagoboss
Developing a Paste Site in Erlang, supported by chicagoboss
2014-05-24
programming
python
/
xbmc
/
twitch
python-twitch 0.2.1
python-twitch has been upgraded to 0.2.1
2014-05-16
programming
java
/
eclipse
Dealing with Eclipse
How to handle some of the stones eclipse throws at you when you don’t expect it
2014-05-12
programming
python
/
common
/
path
Find the number of dir changes needed to get from path1 to path2
Derping around with python and paths
2014-05-03
programming
python
/
RPi
/
simpleMC
/
xbmc
Simple Media Center (simpleMC) V0.6 release
features…features everywhere
2014-04-24
programming
python
/
RPi
/
simpleMC
/
xbmc
Simple Media Center (simpleMC) V0.5.4 release
added Youtube search function to my XBMC alternative
2014-04-03
programming
python
/
RPi
/
simpleMC
/
xbmc
Simple Media Center (simpleMC) V0.4 release
New Simple Media Center (simpleMC) Version
2014-04-01
programming
python
/
RPi
/
simpleMC
/
xbmc
Simple Media Center (simpleMC) V0.3 release
Third working release of Simple Media Center (simpleMC)
2014-03-28
programming
python
/
RPi
/
simpleMC
/
xbmc
Simple Media Center (simpleMC) V0.2 release
Second working release of Simple Media Center (simpleMC)
2014-03-28
programming
python
/
RPi
/
simpleMC
/
xbmc
Simple Media Center (simpleMC) V0.1 release
First working release of Simple Media Center (simpleMC)
2014-03-26
programming
python
/
simpleMC
/
RPi
Introducing Simple Media Center (simpleMC)
Startup of a new project. Simple Media Center (simpleMC) aims to provide a lightwight alternative to XMBC.
2014-02-24
programming
haskell
Peeking into Haskell
Last semester I dipped into functional programming. Today I want to show you the part which stood out the most for me: Readability.
2014-02-18
programming
python
/
dropbox
/
kuhbox
How to make the dropbox
SDK
work with python3
Or why you should always think horse when you hear hoof-beats, not zebras.
2014-02-17
programming
python
/
dropbox
/
kuhbox
Presenting kuhbox v0.1
Introduction to kuhbox, a simple backup solution based on python and dropbox