How to setup DNS using GH pages and google domains

I had struggled setting up the DNS configuracion of my custom domain in GH pages. Luckly, I found a video which make the process very straght forward. Ingredients Github repo Github pages Google domains Here’s the step by step video: Summary Create a GH page Create a Domain Add a CNAME file (no sure if this is mandatory) Add DNS rules (A, CNAME and AAAA) Test it with dig $ dig mmngreco.

display issues on i3

Context I’ve had a weird issues in my laptop (carbon x1) which suddenly started to hanging processes and the laptop’s monitor got laggy (e.g not showing in real time what I typed). I’m using i3 in a Pop!_OS. Solution I’ve ended up in system76 article where they mention issues with external monitor and I’ve found the following command which solved my problems:

enh(economics): La ley de hotelling

La ley de Hotelling 1 from IPython.display import IFrame 1 IFrame("https://en.m.wikipedia.org/wiki/Hotelling%27s_law", width=600, height=300) 1 IFrame("https://en.m.wikipedia.org/wiki/Location_model", width=600, height=300) Hotelling con 4 jugadores 1 2 3 4 5 %matplotlib inline import pandas as pd import numpy as np import matplotlib.pyplot as plt import seaborn as sns 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 def calc_profits(df, space): """Calcula el beneficio""" try: lastcol = df.

enh(economics): Resolviendo equilibrio en competencia perfecta

Podéis acceder al notebook aquí. También podéis ejecutar el notebook online aquí o desde el badge al inicio del post. Si veis cualquier error o sugerencia, se aceptan PR! ;-) Introducción Después de mucho tiempo sin escribir, he decidido retomar la divulgación con algo que me parece muy útil, sobre todo durante la carrera me sirvió de gran ayuda, me refiero al cálculo simbólico en Python!

No escribes unit tests?

No escribes unittests? YT video de ThePrimeagen vs Theo discutiendo sobre pros and cons de escribir unittest 👇 LINK VIDEO Highlights (Theo) Get the wrong code as fast as possible. (Theo) Communication is better than tests for moving faster. (Theo) There will always be edge cases not covered.

Respira!

Según un estudio publicado en Cell Reports Medicine, practicar ejercicios de respiración durante solo cinco minutos al día durante un mes puede mejorar el estado de ánimo y reducir la ansiedad. El estudio encontró que el suspiro cíclico, en particular, fue efectivo para mejorar el estado de ánimo en comparación con la meditación de atención plena.