• A month of travel

    A month of travel

    The last couple of weeks I’ve had another bout of traveling to conferences. I’ve been lucky this time: all three events were absolutely amazing! First I went to the Google Summer of Code Mentors’ Summit in California, followed by Wordcamp Bucharest and finally to Tokyo for the annual Plone Conf. GSoC Mentor’s Summit GSoC is…

    Read more »: A month of travel
  • GopherConUK

    GopherConUK

    While part of the dev team was still on EuroPython, Janez and I were packing to go to this year’s Go conference in London. This was a first Go conference for me, so naturally, I enjoyed it a lot. The vibe was similar to those old Plone/Python conferences back around 2010. Lots of very smart…

    Read more »: GopherConUK
  • PyConWeb 2018

    PyConWeb 2018

    PyConWeb is an international Python Web conference held in Munich. Its main purpose is to talk about Web tools and techniques to make the Web even more awesome. Attending this conference really feels different from the other non-German conferences. The conference is organised and prepared with German precision. Everything was taken care of and the only…

    Read more »: PyConWeb 2018
  • Resuming uploads to Amazon S3

    Resuming uploads to Amazon S3

    I am escaping continental winter at the moment which means my internet connection is not perfect. I was uploading a 1GB file to Amazon S3 via the console.aws.amazon.com and the upload failed at 93%. Just my luck! I didn’t want this to happen again. So I tried using Cyberduck to upload and intentionally turned off…

    Read more »: Resuming uploads to Amazon S3
  • IRL#4: Istanbul

    IRL#4: Istanbul

    Last month we again held our biannual in-person gathering of all Niteans, the IRL. As is customary, we meet somewhere warm for the winter edition of the event. This year we chose Istanbul, Turkey. A stunning city with millennia of heritage. We’ve gotten good at running IRLs so this one was by far the most…

    Read more »: IRL#4: Istanbul
  • AWS EC2 gotchas

    AWS EC2 gotchas

    Lately, AWS has been giving us a lot of headaches on the Easy Blog Networks project. It turns out only because resources (we pay per how many things we can do per second) are fiercely measured on AWS, but the underlying problems are happening on all EBN providers. So when we go over operations per…

    Read more »: AWS EC2 gotchas
  • Recording Talks

    Recording Talks

    Last year on IRL#2, our biannual in-person get-together, we decided to start recording talks, so that those that could not attend in person would be able to watch them at some later point in time. Turns out, there is another great use case for these recordings: onboarding. Whenever a new person joins our team, these…

    Read more »: Recording Talks
  • Upgrading our Intranet to Plone 5

    While we haven’t done any Plone consulting (well, *any* consulting to be exact) in over 3 years, we still use Plone internally, every single day. It was about time our Intranet got some love, so I put on my disco pants, poured some of Belgium’s finest and got to work. Our installation was an old Plone 4.1…

    Read more »: Upgrading our Intranet to Plone 5
  • Strings in Python 2 and Python 3

    The goal of this post is to show you how to properly use encode and decode in python 2 and in python 3. This post will be based on small examples that will (hopefully) make you better understand how strings work in python 2 and python 3. A bit of background on unicode and UTF-8:…

    Read more »: Strings in Python 2 and Python 3