Dictionary

We’ve just started writing a dictionary of crypto terms and links to make your path into understanding cryptocurrencies a bit easier. Check it out at Terms

May 22, 2021 · 1 min · Pablo Iranzo Gómez

Nym validator

Merak is a Nym validator powering the network. Check the network explorer for more information.

May 11, 2021 · 1 min · Pablo Iranzo Gómez

English Game - Baker Street

Introduction Ian, our English teacher from Tailor-Made Communication has given to us this game. There are 5 buildings with consecutive numbers and some data to fill. A set of clues is given in order for the reader to deduct the data and to introduce some vocabulary. Fill-in table Category 12 14 16 18 20 Name Marital status Pet Book Drink Clues Miss Dudd owns a dog The woman at number 12 has two pets. A tortoise and a rabbit. The dog owner drinks beer. Mrs Evans is married. Mr Abraham is a widower, his neighbour is divorced. The married woman reads thriller The woman who likes coffee does not own a pet. There are five pets in Baker Street, a cat, a dog, a canary, a rabbit and a tortoise. The bachelor likes historical novels. Mr Abraham cannot read, he watches TV. The widower and the spinster like beer. Mrs Birt likes to read books by Charles Dickens. The whisky drinker owns a canary. The dog owner living next door to the bachelor is keen on love stories. Mr Charles lives between Miss Dudd and Mrs Birt The married woman drinks wine The pet at number 14 is a dog. Mr Abraham lives at number 20 The dog owner and the cat owner do not live next to each other Fold here ...

March 24, 2020 · 2 min · Pablo Iranzo Gómez

Use custom domain name with Blog-O-Matic

As a recipe, if you want to enable a custom domain name on blog-o-matic a special file needs to be created on the ‘GitHub Pages’ served ‘master’ branch. In order to do so, edit pelicanconf.py and add the following differences: diff --git a/pelicanconf.py b/pelicanconf.py index 680abcb..fc3dd8f 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -46,13 +46,16 @@ AMAZON_ONELINK = "b63a2115-85f7-43a9-b169-5f4c8c275655" # Extra files customization -EXTRA_PATH_METADATA = {} +EXTRA_PATH_METADATA = { + 'extra/CNAME': {'path': 'CNAME'}, +} + EXTRA_TEMPLATES_PATHS = [ "plugins/revealmd/templates", # eg: "plugins/revealmd/templates" ] -STATIC_PATHS = [ 'images' ] +STATIC_PATHS = [ 'images' , 'extra'] ## ONLY TOUCH IF YOU KNOW WHAT YOU'RE DOING! This will copy the CNAME file created in content/extra/CNAME to the resulting ‘master’ branch as /CNAME. ...

May 16, 2019 · 1 min · Pablo Iranzo Gómez

AwesomeSlides for converting LibreOffice ODP into revealjs

Introduction For some time now, I wanted to put the presentations I did in the past to be available, and since I’ve added support to my blog to render revealjs slides, I wanted to also put other presentations that I did in the past, probably (or for sure) outdated, but that were sitting in my computer drive. The presentations already got several transformations, but in the actual status they are stored as LibreOffice ODP files, that made it a bit difficult. ...

January 22, 2019 · 3 min · Pablo Iranzo Gómez
This blog is a participant in the Amazon Associate Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.