"DNA" by "MIKI Yoshihito" on Flickr

One to read: Reverse Engineering the source code of the BioNTech/Pfizer SARS-CoV-2 Vaccine – Articles

One to read: “Reverse Engineering the source code of the BioNTech/Pfizer SARS-CoV-2 Vaccine – Articles”

OMG this is amazing! It uses terminology that a coder or, for that matter, anyone who understands IT terminology will understand. It describes the headers for the RNA sequence as starting with [~]”the equivalent of the #! in shell scripts”

At the end of the post is a couple of links to other content I’m considering reviewing later… “DNA for programmers” and the “two hour [(!)] presentation on DNA […] aimed at computer people”. Maybe once I get some time to spare I’ll take a proper look at these.

This was automatically posted from my RSS Reader, and may be edited later to add commentary.

Featured image is “DNA” by “MIKI Yoshihito” on Flickr and is released under a CC-BY license.

"the home automation system designed by loren amelang himself" by "Nicolás Boullosa" on Flickr

One to read: Ansible for Networking – Part 3: Cisco IOS

One to read: “Ansible for Networking – Part 3: Cisco IOS”

One of the guest hosts and stalwart member of the Admin Admin Telegram group has been documenting how he has built his Ansible Networking lab.

Stuart has done three posts so far, but this is the first one actually dealing with the technology. It’s a mammoth read, so I’d recommend doing it on a computer, and not on a tablet or phone!

Posts one and two were about what the series would cover and how the lab has been constructed.

Featured image is “the home automation system designed by loren amelang himself” by “Nicolás Boullosa” on Flickr and is released under a CC-BY license.

"presentation structure" by "Sean MacEntee" on Flickr

One to read: “The Art of Slide Design”

This is a little different from my usual posts, but I heard about this from the User Error podcast this morning. In 2018 Melinda Seckington gave a talk at DevRelCon Tokyo which she then reposted in full detail on her blog. This set of posts is well worth a read, particularly if you’re someone who enjoys writing and delivering presentations, or if it’s part of your job.

While I don’t adhere to her advice exactly, I can see a lot of benefits to the way that she’s advising to create your decks.

It’s worth mentioning that if you follow the links on the blog posts, post 4 of 5 links to the wrong page for the last page (post 5/5), but there is a “next post” button at the bottom of the page… or just follow the links from this page :)

Featured image is “presentation structure” by “Sean MacEntee” on Flickr and is released under a CC-BY license.

A git log from a personal repository

One to read: “A guide to understand the importance of [ #git ] commit messages and how to write them well”

One to read: “RomuloOliveira/commit-messages-guide: A guide to understand the importance of commit messages and how to write them well”

I’ve talked a lot recently with colleagues and peers about writing git commit messages (particularly in the wake of Hacktoberfest, but also following this recent post: One to read: “My favourite Git commit”), but this is a useful document that lists the standards to follow, no matter where your commits are going!

I try to follow these guides (heading no more than 50 characters, body containing the changes that occurred and why) but I don’t always succeed. But, it’s a goal to aim for!