Fosdem 2017 Part2

Bit of a late post, but better late than never. [FOSDEM 2017][1] was a nice time, as usual. Didn’t get to every talk I wanted to go to, but did see many interesting talks.Looking at the FOSDEM 2017 post, the first talk I had selected and actually attended was ‘Introduction to A-Frame’. A nice introductory talk about A-Frame. A-Frame being a framework for web based Virtual Reality applications. The inspector part is really neat. It allows one to edit a scene as if you are in a 3D modeler.

[]

FOSDEM 2017

This is the third year in a row that we are going to FOSDEM. Each year it was blast, and hopfully this one will be too.

Of course, the event starts with many nice Belgium beers. Looking forward to that.The talks on saturday and sunday which I will most likely go to are:

  • The Veripeditus AR Game Framework, by Dominik George / Eike Jesinghaus

    Recently I have formed an intrest in Virtual Reality. Purchased a Google Cardboard. Hope to see a bit more uses for this kind of technology.

[]

Bachelor Thesis

My Bachelor assignment was the perfect way of deciding at which chair I wanted to follow the Electrical Engineering Master. I was interested in both the Design and Analysis of Communication Systems (DACS) chair and the Telecommunication Engineering (TE) chair. Ultimately I decided to do my Bachelor assignment at the DACS chair. So I met with all the AIO’s working at DACS to see what kind of assignments they could offer me. All of the assignments were on state of the art topics. Cloud-networks for mobile providers, dimensioning link-capcity, etc. I chose to work with Rick Hofstede, his assignment was about HTTP(S) intrusion detection. His previous research was in the field of SSH intrusion detection, and he wanted to see if the same could be done with HTTP(S).

[]

Linux Volume Manager and Kernel-Based Virtual Machines

Few months ago I started experimenting with Linux Volume Manager (LVM). Being encouraged by friends who where already using LVM and showing me how easy it could be to resize partitions, make new ones, etc.

My desktop needed reinstalling anyhow, so I figured why not try out LVM right away. Since I had no experience with LVM I let the (K)Ubuntu installer set up LVM for me. It made a /boot as the first partition with a ext2 filesystem. The rest of the disk was an LVM physical volume. This pv was added to the ‘star-destroyer-vg’ volume group. In this vg there where two logical volume created, a root lv and a swap lv.

[]