-
The road to Raspberry Pi on Fedora
Featuring Peter Robinson
Are you interested in utilising Fedora on Raspberry Pi? Then join Peter Robinson and Linuxing in London for this month's meetup!
raspberry-pi linux fedora -
Using Gource to visualize Linux kernel data
Featuring dawn foster
Learn tips and tricks for making better use of Gource to visualize your source code repositories and other data. Demos will feature examples from the Linux kernel.
linux gource kernel-data data-visualization linux-kernel source-code-repositories -
How I entered a £5000 design challenge by accident
Featuring Andy Clark
Building a Linux based contraption to detect fire breathing dragons using open source software and off the shelf electronics modules
linux open-source electronic-modules open-source-software -
Python's Innards
Featuring Yaniv Aknin
Ready to take a look at some of the key components of the Python virtual machine? Join London Python where Yaniv Aknin will present a few of CPython's main components, focusing on the object model. The talk will be based on Yaniv's
cpython source-code optimization debugging pythonPython's Innards
series of blog posts. -
2
Adventures in early-adoption of open-source code
Featuring Sam Pikesley and James Smith
Last year, the ODI found themselves wanting to use the code behind gov.uk for a new project. In this talk James and Sam from the ODI tech team will share their experience of picking up a codebase which was open source, but never really designed for reuse, and what they learned along the way.
open-source source-code codebase ruby -
Aspect-oriented programming in Ruby
Featuring Camille Baldock
Many of us developers love arguing about architecture that we dislike and refactoring our code to loosen coupling and weaken dependencies between our objects. Unfortunately, some overarching parts of our applications, like persistence, networking, notifications, logging, auditing, are scattered...
refactoring ruby aop