Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 98 additions & 0 deletions blog/members/hellhound-951e8047.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
---
blogpost: true
author: Jean-Pierre Chauvel
location: Lima
category: members
language: Español
image: 1
excerpt: 1
---
Comment on lines +1 to +9
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Verification agent

🧩 Analysis chain

Add a publication date to front matter and validate custom fields.

  • Add a date field instead of the in-page reminder (see Line 11).
  • Confirm that image: 1 and excerpt: 1 match the site’s expected schema.
 ---
 blogpost: true
+date: 2025-08-11
 author: Jean-Pierre Chauvel
 location: Lima
 category: members
 language: Español
 image: 1
 excerpt: 1
 ---

🏁 Script executed:

#!/usr/bin/env bash
# Verify presence of `date:` in front matter across blog posts
rg -n "^date:" -g "blog/**/*.md" || echo "No date fields found in any blog post"

Length of output: 875


Add publication date to front matter

Please insert a date field using the site’s existing format and no further changes are needed for the numeric image/excerpt fields (they match other member posts).

---
 blogpost: true
+date: 11 Aug, 2025
 author: Jean-Pierre Chauvel
 location: Lima
 category: members
 language: Español
 image: 1
 excerpt: 1
---
  • date must follow the “D MMM, YYYY” pattern (e.g. “11 Aug, 2025”).
  • image: 1 and excerpt: 1 are consistent with other member profiles.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
---
blogpost: true
author: Jean-Pierre Chauvel
location: Lima
category: members
language: Español
image: 1
excerpt: 1
---
---
blogpost: true
date: 11 Aug, 2025
author: Jean-Pierre Chauvel
location: Lima
category: members
language: Español
image: 1
excerpt: 1
---
🤖 Prompt for AI Agents
In blog/members/hellhound-951e8047.md around lines 1 to 9, the front matter is
missing a publication date; add a date field following the site format (D MMM,
YYYY) — for example "11 Aug, 2025" — placed with the other front-matter keys (no
changes to image: 1 or excerpt: 1).


% NOTA: No olvidar poner la fecha de publicación debajo de `blogpost: true`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ Refactor suggestion

Remove in-page reminder; replace with proper front matter date.

This will render on the page if not removed.

-% NOTA: No olvidar poner la fecha de publicación debajo de `blogpost: true`
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
% NOTA: No olvidar poner la fecha de publicación debajo de `blogpost: true`
🤖 Prompt for AI Agents
In blog/members/hellhound-951e8047.md around line 11, remove the in-page
reminder line ("% NOTA: No olvidar poner la fecha de publicación debajo de
`blogpost: true`") so it doesn't render on the page, and instead add a proper
front-matter date field (e.g., date: YYYY-MM-DD or full timestamp) directly
under the existing blogpost: true entry in the file's YAML front matter.


# Jean-Pierre Chauvel

```{gravatar} jean.pierre@chauvel.org
---
width: 200
class: "member-gravatar"
---
```

```{raw} html
<ul class="social-media profile">
<li>
<a class="external reference" href="https://github.com/jpchauvel">
<iconify-icon icon="simple-icons:github" style="font-size:2em"></iconify-icon>
</a>
</li>
<li>
<a class="external reference" href="https://gitlab.com/jpchauvel">
<iconify-icon icon="simple-icons:gitlab" style="font-size:2em"></iconify-icon>
</a>
</li>
<li>
<a class="external reference" href="https://linkedin.com/in/jpchauvel">
<iconify-icon icon="simple-icons:linkedin" style="font-size:2em"></iconify-icon>
</a>
</li>
<li>
<a class="external reference" href="https://facebook.com/hellhovnd">
<iconify-icon icon="simple-icons:facebook" style="font-size:2em"></iconify-icon>
</a>
</li>
<li>
<a class="external reference" href="https://www.instagram.com/hellhoundorf">
<iconify-icon icon="simple-icons:instagram" style="font-size:2em"></iconify-icon>
</a>
</li>
<li>
<a class="external reference" href="https://x.com/hellhoundorf">
<iconify-icon icon="simple-icons:x" style="font-size:2em"></iconify-icon>
</a>
</li>
<li>
<a class="external reference" href="https://www.youtube.com/@hellhoundorf">
<iconify-icon icon="simple-icons:youtube" style="font-size:2em"></iconify-icon>
</a>
</li>
</ul>
```

:Aliases: hellhound

:Ciudad: Lima

:Homepage: https://chauvel.org

### ¿Quién eres y a qué te dedicas?

Trabajo como Ingeniero de Software desde hace varios años.

Actualmente trabajo en [Globant](https://www.globant.com). Anteriormente
trabajaba en [Encora](https://www.encora.com), en [Taller
Technologies](https://taller.us) y en Aureal.

### ¿Cómo programas en Python?

Vim es mi editor por elección, no uso otra cosa para editar texto/código. Uso
la terminal para casi todo, me desenvuelvo muy bien en ambiente basado en
caracteres.

Uso [Poetry](https://python-poetry.org) para virtualizar las dependencias de mis
proyectos, aunque recientemente he estado utilizado
[PDM](https://pdm-project.org/en/latest/) y cómo no el depurador
[pdb](https://docs.python.org/3/library/pdb.html) de Python.

También utilizo ~~`screen`~~ `tmux` para multiplexar la terminal y así
administrar diferentes "ventanas" de la terminal: Una para editar, la otra para
correr el proyecto y la última para depurar ¡Genial!

### ¿Tienes algún aporte a la comunidad de Python?

La verdad que tengo alguno que otro aporte muy pequeño que he hecho a lo largo
de mi carrera, solo algunos scriptcillos que están en mi cuenta de GitHub. 1

### ¿Estás disponible para hacer mentoring, consultorías, charlas?

¡Claro!
98 changes: 98 additions & 0 deletions blog/members/hellhound-fdc5e4e5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
---
blogpost: true
author: Jean-Pierre Chauvel
location: Lima
category: members
language: Español
image: 1
excerpt: 1
---
Comment on lines +1 to +9
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Verification agent

🧩 Analysis chain

Add a publication date to front matter and validate custom fields.

  • Add a date field instead of the in-page reminder (see Line 11).
  • Confirm that image: 1 and excerpt: 1 match the site’s expected schema (IDs vs. URLs/booleans/strings).
 ---
 blogpost: true
+date: 2025-08-11
 author: Jean-Pierre Chauvel
 location: Lima
 category: members
 language: Español
 image: 1
 excerpt: 1
 ---

🏁 Script executed:

#!/bin/bash
echo "Listing MD files in blog/members:"
find blog/members -type f -name '*.md' | head -n 5
echo ""
echo "Front matter of the first MD file in blog/members:"
first=$(find blog/members -type f -name '*.md' | head -n 1)
sed -n '1,15p' "$first"
echo ""
echo "Front matter of the second MD file in blog/members:"
second=$(find blog/members -type f -name '*.md' | sed -n '2p')
sed -n '1,15p' "$second"
echo ""
echo "Hellhound front matter and lines 1-20:"
sed -n '1,20p' blog/members/hellhound-fdc5e4e5.md

Length of output: 1659


Add publication date to front matter

To match the other member posts (e.g. darwin.md) and replace the in-page reminder, please add a date field immediately under blogpost: true and ensure your custom IDs follow the site schema:

  • Use the ISO-style date your build expects (for example, 2025-08-11).
  • Verify that image: 1 is the correct asset ID and that excerpt: 1 conforms to your schema (numeric ID vs. URL/boolean/string).

Suggested diff:

---
blogpost: true
+date: 2025-08-11
author: Jean-Pierre Chauvel
location: Lima
category: members
language: Español
image: 1
excerpt: 1
---
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
---
blogpost: true
author: Jean-Pierre Chauvel
location: Lima
category: members
language: Español
image: 1
excerpt: 1
---
---
blogpost: true
date: 2025-08-11
author: Jean-Pierre Chauvel
location: Lima
category: members
language: Español
image: 1
excerpt: 1
---
🤖 Prompt for AI Agents
In blog/members/hellhound-fdc5e4e5.md around lines 1 to 9, the front matter is
missing a publication date and may have non-conforming IDs; add a date field
immediately under blogpost: true using the ISO-style date your build expects
(e.g. 2025-08-11), and verify/adjust the image and excerpt values to match the
site schema (confirm whether image: 1 and excerpt: 1 should be numeric asset IDs
or need to be a URL/string/boolean) so the front matter matches other member
posts.


% NOTA: No olvidar poner la fecha de publicación debajo de `blogpost: true`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ Refactor suggestion

Remove in-page reminder; replace with proper front matter date.

This note will render on the page. Remove it after adding the date in front matter.

-% NOTA: No olvidar poner la fecha de publicación debajo de `blogpost: true`
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
% NOTA: No olvidar poner la fecha de publicación debajo de `blogpost: true`
🤖 Prompt for AI Agents
In blog/members/hellhound-fdc5e4e5.md around line 11, remove the in-page
reminder line ("% NOTA: No olvidar poner la fecha de publicación debajo de
`blogpost: true`") so it no longer renders, and instead add a proper publication
date entry in the YAML front matter (e.g., date: YYYY-MM-DD or ISO timestamp)
directly under the existing blogpost: true field; ensure the front matter
remains valid YAML and that there are no stray comment lines left in the body.


# Jean-Pierre Chauvel

```{gravatar} jean.pierre@chauvel.org
---
width: 200
class: "member-gravatar"
---
```

```{raw} html
<ul class="social-media profile">
<li>
<a class="external reference" href="https://github.com/jpchauvel">
<iconify-icon icon="simple-icons:github" style="font-size:2em"></iconify-icon>
</a>
</li>
<li>
<a class="external reference" href="https://gitlab.com/jpchauvel">
<iconify-icon icon="simple-icons:gitlab" style="font-size:2em"></iconify-icon>
</a>
</li>
<li>
<a class="external reference" href="https://linkedin.com/in/jpchauvel">
<iconify-icon icon="simple-icons:linkedin" style="font-size:2em"></iconify-icon>
</a>
</li>
<li>
<a class="external reference" href="https://facebook.com/hellhovnd">
<iconify-icon icon="simple-icons:facebook" style="font-size:2em"></iconify-icon>
</a>
</li>
<li>
<a class="external reference" href="https://www.instagram.com/hellhoundorf">
<iconify-icon icon="simple-icons:instagram" style="font-size:2em"></iconify-icon>
</a>
</li>
<li>
<a class="external reference" href="https://x.com/hellhoundorf">
<iconify-icon icon="simple-icons:x" style="font-size:2em"></iconify-icon>
</a>
</li>
<li>
<a class="external reference" href="https://www.youtube.com/@hellhoundorf">
<iconify-icon icon="simple-icons:youtube" style="font-size:2em"></iconify-icon>
</a>
</li>
</ul>
```

:Aliases: hellhound

:Ciudad: Lima

:Homepage: https://chauvel.org

### ¿Quién eres y a qué te dedicas?

Trabajo como Ingeniero de Software desde hace varios años.

Actualmente trabajo en [Globant](https://www.globant.com). Anteriormente
trabajaba en [Encora](https://www.encora.com), en [Taller
Technologies](https://taller.us) y en Aureal.

### ¿Cómo programas en Python?

Vim es mi editor por elección, no uso otra cosa para editar texto/código. Uso
la terminal para casi todo, me desenvuelvo muy bien en ambiente basado en
caracteres.

Uso [Poetry](https://python-poetry.org) para virtualizar las dependencias de mis
proyectos, aunque recientemente he estado utilizado
[PDM](https://pdm-project.org/en/latest/) y cómo no el depurador
[pdb](https://docs.python.org/3/library/pdb.html) de Python.

También utilizo ~~`screen`~~ `tmux` para multiplexar la terminal y así
administrar diferentes "ventanas" de la terminal: Una para editar, la otra para
correr el proyecto y la última para depurar ¡Genial!

### ¿Tienes algún aporte a la comunidad de Python?

La verdad que tengo alguno que otro aporte muy pequeño que he hecho a lo largo
de mi carrera, solo algunos scriptcillos que están en mi cuenta de GitHub. 2

### ¿Estás disponible para hacer mentoring, consultorías, charlas?

¡Claro!
98 changes: 98 additions & 0 deletions blog/members/hellhound.md.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
---
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Fix filename: double .md extension

Rename the file to avoid the duplicate extension. Suggested: blog/members/hellhound.md

🤖 Prompt for AI Agents
In blog/members/hellhound.md.md around lines 1 to 1 the filename has a duplicate
.md extension; rename the file to blog/members/hellhound.md and update any
references (links, imports, frontmatter paths, or tests) to use the new path so
nothing breaks; perform the filesystem rename (or git mv) and run quick repo
checks (build/links) to ensure no broken references remain.

blogpost: true
author: Jean-Pierre Chauvel
location: Lima
category: members
language: Español
image: 1
excerpt: 1
---
Comment on lines +1 to +9
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Verification agent

🧩 Analysis chain

Front matter missing publication date

Add a date field in ISO-8601 and keep it in the YAML front matter (not in the body). Example:

 ---
 blogpost: true
+date: 2025-08-11
 author: Jean-Pierre Chauvel
 location: Lima
 category: members
 language: Español
 image: 1
 excerpt: 1
 ---

Also confirm the expected schema for:

  • language: Is the site expecting "Español" or "es"?
  • image/excerpt: Are numeric values correct or should these be strings/paths?

🏁 Script executed:

#!/bin/bash
# Inspect front matter examples in the blog directory for schema comparison
rg -n -A10 "^---" blog/

Length of output: 27487


Add missing publication date to front matter
Insert a date field directly below blogpost: true using the same format as other member posts (e.g. 15 Jun, 2024):

---
 blogpost: true
+date: <DD MMM, YYYY>
 author: Jean-Pierre Chauvel
 location: Lima
 category: members
 language: Español
 image: 1
 excerpt: 1
---
  • Keep language: Español (do not switch to a code like es).
  • image and excerpt are intended as numeric identifiers and should remain as shown.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
---
blogpost: true
author: Jean-Pierre Chauvel
location: Lima
category: members
language: Español
image: 1
excerpt: 1
---
---
blogpost: true
date: <DD MMM, YYYY>
author: Jean-Pierre Chauvel
location: Lima
category: members
language: Español
image: 1
excerpt: 1
---
🤖 Prompt for AI Agents
In blog/members/hellhound.md.md around lines 1 to 9, the front matter is missing
a publication date; add a date field directly below "blogpost: true" using the
same format as other member posts (for example "15 Jun, 2024"), keep "language:
Español" as-is, and leave "image" and "excerpt" as numeric identifiers.


% NOTA: No olvidar poner la fecha de publicación debajo de `blogpost: true`

# Jean-Pierre Chauvel

```{gravatar} jean.pierre@chauvel.org
---
width: 200
class: "member-gravatar"
---
```

```{raw} html
<ul class="social-media profile">
<li>
<a class="external reference" href="https://github.com/jpchauvel">
<iconify-icon icon="simple-icons:github" style="font-size:2em"></iconify-icon>
</a>
</li>
<li>
<a class="external reference" href="https://gitlab.com/jpchauvel">
<iconify-icon icon="simple-icons:gitlab" style="font-size:2em"></iconify-icon>
</a>
</li>
<li>
<a class="external reference" href="https://linkedin.com/in/jpchauvel">
<iconify-icon icon="simple-icons:linkedin" style="font-size:2em"></iconify-icon>
</a>
</li>
<li>
<a class="external reference" href="https://facebook.com/hellhovnd">
<iconify-icon icon="simple-icons:facebook" style="font-size:2em"></iconify-icon>
</a>
</li>
<li>
<a class="external reference" href="https://www.instagram.com/hellhoundorf">
<iconify-icon icon="simple-icons:instagram" style="font-size:2em"></iconify-icon>
</a>
</li>
<li>
<a class="external reference" href="https://x.com/hellhoundorf">
<iconify-icon icon="simple-icons:x" style="font-size:2em"></iconify-icon>
</a>
</li>
<li>
<a class="external reference" href="https://www.youtube.com/@hellhoundorf">
<iconify-icon icon="simple-icons:youtube" style="font-size:2em"></iconify-icon>
</a>
</li>
</ul>
```

:Aliases: hellhound

:Ciudad: Lima

:Homepage: https://chauvel.org

### ¿Quién eres y a qué te dedicas?

Trabajo como Ingeniero de Software desde hace varios años.

Actualmente trabajo en [Globant](https://www.globant.com). Anteriormente
trabajaba en [Encora](https://www.encora.com), en [Taller
Technologies](https://taller.us) y en Aureal.

### ¿Cómo programas en Python?

Vim es mi editor por elección, no uso otra cosa para editar texto/código. Uso
la terminal para casi todo, me desenvuelvo muy bien en ambiente basado en
caracteres.

Uso [Poetry](https://python-poetry.org) para virtualizar las dependencias de mis
proyectos, aunque recientemente he estado utilizado
[PDM](https://pdm-project.org/en/latest/) y cómo no el depurador
[pdb](https://docs.python.org/3/library/pdb.html) de Python.

También utilizo ~~`screen`~~ `tmux` para multiplexar la terminal y así
administrar diferentes "ventanas" de la terminal: Una para editar, la otra para
correr el proyecto y la última para depurar ¡Genial!

### ¿Tienes algún aporte a la comunidad de Python?

La verdad que tengo alguno que otro aporte muy pequeño que he hecho a lo largo
de mi carrera, solo algunos scriptcillos que están en mi cuenta de GitHub.a

### ¿Estás disponible para hacer mentoring, consultorías, charlas?

¡Claro!