Posts Tagged ‘Linux’

February 2024

02Mar24

Pupdate It’s been something like the wettest February on record, which has somewhat curtailed long walks :( But the boys have still enjoyed getting out and about even if it’s meant washing their fleece coats every few days to clear off all the mud. State of Open Conference I’ve noticed a bunch of friends getting […]


One of my favourite features of Dart is its ability to create executables (aka ahead of time [AOT] binaries)[1]. Creating binaries for the platform you’re running on is very straightforward, just dart compile exe but Dart doesn’t presently support cross compilation for command line binaries, unlike Rust and Go, which have also surged in popularity. […]


June 2020

28Jun20

As another month comes to an end, a quick digest of things that June brought… Black Lives Matter June seems to have been another one of those months full of “there are weeks where decades happen”. As a family we spent one of those weeks educating ourselves a little. Starting out with the BBC’s ‘Sitting […]


Originally posted internally 22 Sep 2016, and it’s another post where I took an email reply to a broader audience. I got an email question about switching from Red Hat Enterprise Linux (RHEL) to Oracle Linux in order to save cost, and I thought the answer would be worth sharing more broadly: With Linux it’s important […]


On my first day with Bryan Cantrill he did a wonderful (and very amusing) presentation on Debugging Microservices in Production on the containers track at QCon SF. On my second day with Bryan Cantrill we talked about Containers, Unikernels, Linux, Triton, Illumos, Virtualization and Node.js – it was something of a geekfest[1]. On my third day with Bryan […]


Docker Inc have worked with the Center for Internet Security (CIS) to produce a benchmark document [pdf] containing numerous recommendations for the security of Docker deployments. The benchmark was announced in a blog post ‘Understanding Docker Security and Best Practices’ by Diogo Mónica who was recently hired along with Nathan McCauley to lead theDocker Security […]


The announcement of Rocket by CoreOS was perceived by many to be a direct challenge to Docker, particularly as it came on the eve of DockerCon Europe and threatened to overshadow news coming out at the event. Docker, Inc. CEO Ben Golub was quick to fire back with his ‘initial thoughts on the Rocket announcement’. […]


TL;DR Banking CIOs may know about Ubuntu, and be vaguely aware of Canonical, but I’d be surprised if many could explain the difference in commerials versus Red Hat. Meanwhile engineering teams are content to stick with what they have in a combination of clinging to the past and seeking some mythical homogeneity. OpenStack might give […]


Last week I saw that major credit card companies are blocking payments to VPN services: This is bad news if you want to protect your stuff online (or pretend that you’re in another country). One way to deal with this is to run your own VPN service in the cloud. This is of course of […]


One of the things that attracted me to buying a Chromebook was reports I’d read that it would run Ubuntu (and run it fast). Today my 32GB Transcend Class 10 SDHD card arrived, so I set to work installing ChrUbuntu – Ubuntu 12.04 packaged up for the Chromebook[1]. Like some others I hit an issue […]