diff options
| -rw-r--r-- | blog/content/2026/03/notas.gmi | 4 | ||||
| -rw-r--r-- | blog/content/notes/interesting-articles.gmi | 2 | ||||
| -rw-r--r-- | personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/blog/content/2026/03/notas.gmi b/blog/content/2026/03/notas.gmi index 28e188a7..0a1da7b0 100644 --- a/blog/content/2026/03/notas.gmi +++ b/blog/content/2026/03/notas.gmi @@ -6,8 +6,8 @@ Durante mucho tiempo, metía ficheros de texto (mayoritariamente en Markdown) en Ahora podéis leer ese contenido en: -=> ../../notes Notes (en inglés) -=> ../../notas Notas (en español) +=> ../../notes/ Notes (en inglés) +=> ../../notas/ Notas (en español) Con lo que ahora todo tiene URLs controladas por un servidor. diff --git a/blog/content/notes/interesting-articles.gmi b/blog/content/notes/interesting-articles.gmi index 772c69f8..629c0ff2 100644 --- a/blog/content/notes/interesting-articles.gmi +++ b/blog/content/notes/interesting-articles.gmi @@ -143,7 +143,7 @@ A collective fallacy, in which a group of people collectively decide on a course => https://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect The Dunning–Kruger effect A cognitive bias in which people with limited competence in a particular domain overestimate their abilities. Some researchers also include the opposite effect for high performers: their tendency to underestimate their skills. In popular culture, the Dunning–Kruger effect is often misunderstood as a claim about general overconfidence of people with low intelligence instead of specific overconfidence of people unskilled at a particular task. => https://www.frontiersin.org/journals/psychology/articles/10.3389/fpsyg.2022.840180/full A Statistical Explanation of the Dunning–Kruger Effect -This effect might only be caused by subjects in the bottom quartile can only make optimistic errors placing themselves into a higher quartile, while subjects in the top quartile can only make pessimistic errors placing themselves in a lower quartile]]. +This effect might only be caused by subjects in the bottom quartile can only make optimistic errors placing themselves into a higher quartile, while subjects in the top quartile can only make pessimistic errors placing themselves in a lower quartile. => https://en.wikipedia.org/wiki/Gell-Mann_amnesia_effect The Gell-Mann amnesia effect A cognitive bias describing the tendency of individuals to critically assess media reports in a domain they are knowledgeable about, yet continue to trust reporting in other areas despite recognizing similar potential inaccuracies. diff --git a/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp b/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp index 4d9dd8c6..15eb743d 100644 --- a/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp @@ -56,7 +56,7 @@ node 'nagios.h1.int.pdp7.net' { nagios_command {'check_alex.corcoles.net-gemini-cert': command_name => 'check_alex.corcoles.net-gemini-cert', - command_line => '/usr/lib64/nagios/plugins/check_ssl_validity -H alex.corcoles.net -I alex.corcoles.net -p 1965 -c 10 5', + command_line => '/usr/lib64/nagios/plugins/check_ssl_validity -H alex.corcoles.net -I alex.corcoles.net -p 1965 -c 10 -w 5', require => Package['nagios'], notify => Service['nagios'], owner => 'nagios', |
