Maartje Eyskens

CD-i meets Bluetooth

Philips CD-i. Enough said for some to either bring back traumas or joyful memories. I never had a CD-i in my life but I did have a facination for it as a weird misunderstood device that existed in the past. It barely became any success except where it was made: Belgium, The Netherlands, and a tiny bit in the UK. Recently I got my hands on a CD-i 210 /00 model from a good friend on mine who repaird a few “throwaway” units into a clean and working device with a replacable clock battery.

Read more →

Beginners Guide to Pentabarf

How to submit a talk to FOSDEM What is Pentabarf? Pentabarf is the official name of the FOSDEM talk submission and management system. It started out in the past as the software used to print the program booklets but has since evolved to the system that manages the whole schedule and website publishing. Why this guide? From our past experience from running the Go devroom we found that some people were unsure if they submitted a talk correctly to us, for this reason we decided to write the ultimate guide on how to use Pentabarf to submit a talk to FOSDEM (both main tracks and devrooms).

Read more →

Linux phone adventure

It’s 2019, the year of Linux on the phone! Just like 2016 was the year of Linux on the tablet! Or was that 2015? Anyhow Ubuntu gave up, but newer and better. The future looks exciting: Librem 5 and Pine64 Phone both promise us Linux on the phone. PostmarketOS tries to bring old phones back alive by putting Alpine on them. KDE claims they wil run everywhere (or so they told me at FOSDEM).

Read more →

Building a Kubernetes Ingress Controller

Now that writing tooling on top of Kubernetes is part of my every day job I thought it would be a good idea to dig deeper. If you know me longer than today you might have realised I love writing my own code for my clusters. So why not just dig in into some mechanics of Kubernetes? At (not the above job) Innovate we have been very happy with Nginx/OpenResty to proxy and handle radio streams.

Read more →

Docker on the desktop

note to self: change blog bio to Jess Frazelle-wannabe So I decided to give Linux on the desktop a best try. I recently installed Ubuntu with the i3 window manager on my Cr-48 and fell in love with it. Since I feel like Linux on a MacBook is a pain I start looking for a nice new laptop. It had to be powerfull, good looking and not too heavy. After I gave up looking for a rose gold laptop with something more that a celeron (really, somebody make one, I’ll order 10).

Read more →

The ITFrame Swarm

So a year ago I wrote London can sink, we’re fine on how we made sure ITFrame would stay up all the time (*as much as possible). This setup proved itself over the year by having exelent uptime and mitigating disasters when one of the 2 datacenters had an issue. Scaling. For now all those nodes had been set up by hand (and disk images). This didn’t scale well. When the time came to update Node.

Read more →

Vue.js for PHP people

This post is written in context of my education as a tutorial for my teammates Vue.js is a very light Javascript framework that offers the magic of the big ones (Angular, Ember, React…). Magic you say? How about: <table> <tr ng-for="person in people"> <td ng-click(delete(person))>{{person.name}}</td> <tr> </table> 5 lines that control a table with persons you can delete on one click. (note controller not included) The magic here is to just insert the JS into your HTML code.

Read more →

How many women actually Go, C, Rust, JS....

Note: there are waaaay more than 2 genders, the problem is GitHub has no field for them (keep it that way!) nor do we have tools to check them based on the name. 2nd note: I wrote this post during the process, just see it as a live blog with delay. After the results of the Go survey on how many Gophers identify as woman, the Women Who Go community (well at least me anyway) wondered how other languages are doing.

Read more →