summaryrefslogtreecommitdiff
path: root/_i18n
diff options
context:
space:
mode:
Diffstat (limited to '_i18n')
-rw-r--r--_i18n/en.yml60
-rw-r--r--_i18n/en/_posts/2023-09-12-kingsfield4.md1
-rw-r--r--_i18n/en/_posts/2024-04-30-configuring-dape.md3
-rw-r--r--_i18n/en/about.md21
-rw-r--r--_i18n/en/about_me.md47
-rw-r--r--_i18n/es.yml67
-rw-r--r--_i18n/es/_posts/2023-08-31-host_jekyll_apache.md10
-rw-r--r--_i18n/es/_posts/2023-09-12-kingsfield4.md1
-rw-r--r--_i18n/es/_posts/2023-12-04-hori_fighting_stick_restoration.md18
-rw-r--r--_i18n/es/_posts/2024-02-26-armored_core_rationalizing_savescumming.md2
-rw-r--r--_i18n/es/_posts/2024-03-26-ace_combat_3.md2
-rw-r--r--_i18n/es/_posts/now.md6
-rw-r--r--_i18n/es/about.md20
-rw-r--r--_i18n/es/about_me.md46
14 files changed, 187 insertions, 117 deletions
diff --git a/_i18n/en.yml b/_i18n/en.yml
index 3a9b347..c88839c 100644
--- a/_i18n/en.yml
+++ b/_i18n/en.yml
@@ -1,53 +1,19 @@
global:
- home: Home
+ language: Language
+ now: Now
+ about: About
+ about_me: About me
archive: Archive
categories: Categories
- about_me: About me
- about: About
recent_posts: Recent posts
- language: Language
- links: Links
source_code: Source code
- personal_git_repository: Personal git repository
- github: Github
- newer: Newer
- older: Older
- page: "Page:"
+index:
+ page: Page
of: of
- what_else_to_read: "What else to read"
-about_me_page:
- presentation: "Hi, I'm currently a computer sciences student."
- interests: "My interests (and what I'll write about for the most part) are:"
- interest_list:
- -
- name: Technology
- -
- name: Free software
- -
- name: Self hosting
- -
- name: Videogames
- etc: 'And some other stuff'
- contact: Contact
- contact_introduction: "If you want to chat or you have a question regarding some post, let me know:"
- notes: "Notes:"
- xmpp_notes: "Be sure to enable end-to-end encryption via OMEMO"
- address: Address
- server: Server
- irc_notes: "Sometimes online, sometimes not, but don't worry, I'm hosting a bouncer. I'll read your message sooner or later."
- pgp_key: PGP public key
-about_page:
- made_in: "Blog made in "
- used_theme: "Using the jekyll-clean theme, by scotte. You can find it "
- here: here
- jekyll: Jekyll
- privacy_notice: Privacy notice
- privacy_notice_text: "This website doesn't collect any kind of information about the user, it doesn't use analytics of any kind nor cookies,
- besides the information that is strictly necessary for the site, which is limited only to the IP address. The IP address of
- any visitor is kept in the server's logs, and these get deleted after 2 weeks."
- copyright_notice: Copyright
- copyright_notice_text_first_part: "All of this site's content under my authorship (images, text and code) are under a Creative Commons Attribution-NonCommercial-No Derivatives"
- copyright_notice_text_second_part: " You can share the content presented herein, via a copy of it in a different website, in printed form or in any other possible medium, requiring only to provide credit, via sharing the URL of the content hosted in this site or just the url of the site, but you can't make derivative works nor use the content presented here in a commercial capacity. The code related to the used jekyll theme, is under a CC-BY license."
-not_found_page:
- not_found: "Page not found"
- not_found_message: "The page you were looking for couldn't be found"
+ first: First
+ last: Last
+post:
+ next: Next
+ previous: Previous
+errors:
+ not_found: The page you were looking for couldn't be found
diff --git a/_i18n/en/_posts/2023-09-12-kingsfield4.md b/_i18n/en/_posts/2023-09-12-kingsfield4.md
index 1681393..f3d5fe4 100644
--- a/_i18n/en/_posts/2023-09-12-kingsfield4.md
+++ b/_i18n/en/_posts/2023-09-12-kingsfield4.md
@@ -1,4 +1,5 @@
---
+layout: post
title: "King's Field IV: Spelunking the ancient city"
date: 2023-09-12
tag: Videogames
diff --git a/_i18n/en/_posts/2024-04-30-configuring-dape.md b/_i18n/en/_posts/2024-04-30-configuring-dape.md
index 248c5b2..9a1e383 100644
--- a/_i18n/en/_posts/2024-04-30-configuring-dape.md
+++ b/_i18n/en/_posts/2024-04-30-configuring-dape.md
@@ -1,7 +1,8 @@
---
+layout: post
title: "Configuring Dape: Emacs' new DAP client"
date: 2024-04-30
-tag: Technology
+tag: Tutorials
---
A while ago [eglot](https://github.com/joaotavora/eglot), an LSP client, was introduced to emacs core,
diff --git a/_i18n/en/about.md b/_i18n/en/about.md
new file mode 100644
index 0000000..02265f7
--- /dev/null
+++ b/_i18n/en/about.md
@@ -0,0 +1,21 @@
+# About
+
+Blog made in [Jekyll](https://jekyllrb.com) and [Bulma CSS](https://bulma.io/).
+
+## Privacy Notice
+
+This website doesn't collect any tipe of information regarding the user. It doesn't use analytics of any kind
+nor cookies, besides that strictly required for its correct functioning, that it's limited only to the IP address.
+The visitor's IP address it's logged on the server, without any other kind of identifying information, like metadata.
+
+These logs get deleted after 2 weeks of being generated.
+
+## Copyright Notice
+
+Every piece of content hosted on this site, made by me (images, text and code) are under a Creative-Commons Attribution
+NonCommercial-No Derivatives license.
+
+You can share the content shown here, wether on a copy hosted on a different site, on printed form or in any other possible
+medium, being required to only give credit, wether by sharing a URL of the content hosted on this site or only the URL
+(silosneeded.com) from the site if it isn't possible, but you can't make derivative works nor use the content presented here
+in a commercial fashion.
diff --git a/_i18n/en/about_me.md b/_i18n/en/about_me.md
new file mode 100644
index 0000000..c04a0bc
--- /dev/null
+++ b/_i18n/en/about_me.md
@@ -0,0 +1,47 @@
+# About me
+
+I'm currently a computer science student, close to graduating.
+
+My interests, and what I'll mostly write about in this blog, are:
+
+- Technology
+- Free software
+- Self hosting
+- Videogames
+
+And more.
+
+## Contact
+
+If you want to chat, or you have a question regarding a post I made, please,
+let me know.
+
+### XMPP
+
+**Jabber ID:** hombrelaser@silosneeded.com
+
+Make sure to enable E2EE.
+
+### Matrix
+
+**Matrix ID:** @hombrelaser:matrix.silosneeded.com
+
+### IRC
+
+**Server:** libera.chat
+
+**Nick:** hombrelaser
+
+Sometimes available, most times not. But don't worry, I have a bouncer running, I'll read
+your message sooner or later (Mostly later).
+
+### Email
+
+**Dirección:** buran@silosneeded.com
+
+[PGP public key](/assets/files/pgp_public_key.asc)
+
+### Fediverse
+
+I'm on the fediverse too! I post in english and spanish, occasionally french if the opportunity arises.
+You can follow me [here](https://social.silosneeded.com/users/sunbeam_rider).
diff --git a/_i18n/es.yml b/_i18n/es.yml
index f61c335..14bd9be 100644
--- a/_i18n/es.yml
+++ b/_i18n/es.yml
@@ -1,58 +1,19 @@
global:
- home: Inicio
- archive: Archivo
- categories: Categorías
- about_me: Acerca de mí
+ language: Lenguaje
+ now: Ahora
about: Acerca de
- language: Idioma
+ about_me: Acerca de mí
+ archive: Archivados
+ categories: Categorías
recent_posts: Posts recientes
- links: Links
source_code: Código fuente
- personal_git_repository: Repositorio personal de git
- github: Github
- newer: Más nuevo
- older: Más viejo
- what_else_to_read: "Qué más leer"
- page: "Página:"
+index:
+ page: Página
of: de
-about_me_page:
- presentation: "Hola, soy actualmente un estudiante de ciencias de la computación."
- interests: "Mis intereses (y de lo que escribiré mayoritariamente en este blog) son:"
- interest_list:
- -
- name: Tecnología
- -
- name: Software libre
- -
- name: Self hosting
- -
- name: Videojuegos
- etc: 'Y demás'
- contact: Contacto
- contact_introduction: "Si quieres charlar o tienes alguna duda de algún post mío, házmelo saber:"
- notes: "Notas:"
- xmpp_notes: "Asegúrate de activar el cifrado punto a punto OMEMO"
- address: Dirección
- server: Servidor
- irc_notes: "A veces disponible, a veces no, pero no te preocupes, tengo un bouncer configurado. Leeré tu mensaje tarde o temprano."
- pgp_key: Llave pública PGP
-about_page:
- made_in: "Blog hecho en"
- used_theme: "Usando el tema jekyll-clean, por scotte. Lo puedes encontrar"
- here: aquí
- jekyll: Jekyll
- privacy_notice: Aviso de privacidad
- privacy_notice_text: "Este sitio no recopila ninguna clase de información acerca del usuario, no usa analytics de ningún tipo ni cookies,
- aparte de aquella estrictamente necesaria para su correcto funcionamiento, que se limita sólo a la dirección IP. La dirección IP del
- visitante se guarda en los archivos de logs en el servidor, y estos se borran después de 2 semanas de ser generados."
- copyright_notice: Derechos de autor
- copyright_notice_text_first_part: "Todo el contenido en esta página, que sea de mi autoría (imágenes, texto y código) están bajo una licencia Creative-Commons
- Attribution-NonCommercial-No Derivatives."
- copyright_notice_text_second_part: "Puedes compartir el contenido aquí presentado, ya sea una copia del
- mismo en una página web distinta a esta, de forma impresa o en cualquier otro medio posible, necesitando sólo dar crédito, ya
- sea compartiendo el URL del contenido alojado en está página o sólo el url (silosneeded.com) del blog en su defecto, pero no
- puedes realizar trabajos derivativos ni usar el contenido aquí presentado de forma comercial. El código que englobe el tema
- de jekyll utilizado, está bajo una licencia CC-BY, definida arriba."
-not_found_page:
- not_found: "Página no encontrada"
- not_found_message: "No se encontró la página que desea buscar"
+ first: Primera
+ last: Última
+post:
+ next: Siguiente
+ previous: Anterior
+errors:
+ not_found: No se encontró la página que buscabas
diff --git a/_i18n/es/_posts/2023-08-31-host_jekyll_apache.md b/_i18n/es/_posts/2023-08-31-host_jekyll_apache.md
index 5f9c1c9..5833d4a 100644
--- a/_i18n/es/_posts/2023-08-31-host_jekyll_apache.md
+++ b/_i18n/es/_posts/2023-08-31-host_jekyll_apache.md
@@ -2,7 +2,7 @@
layout: post
title: Cómo hostear tu sitio de Jekyll en Apache2
date: 2023-08-31 17:37:00 +0000
-tags: Tutoriales
+tag: Tutoriales
---
Pues finalmente tengo un blog personal justo como lo quiero. No diría que fue tardado (me tomó un par de días) o que mejor hubiera
usado alguna alternativa más compleja, como WordPress. Pero he de reconocer que no fue tan sencillo cómo lo esperaba. Fuera de las
@@ -28,7 +28,7 @@ cosas que tendrás que tomar a consideración, como el nombre del servidor y el
Buscamos, o bueno, yo buscaba dos cosas: **internacionalización** y **URLs bonitos**. La configuración que mostraré a continuación toma en
cuenta estos dos puntos, y los logra mediante [mod_rewrite][mod_rewrite].
-{% highlight apache %}
+```apache
<VirtualHost _default_:443>
ServerName example.com
@@ -48,7 +48,7 @@ cuenta estos dos puntos, y los logra mediante [mod_rewrite][mod_rewrite].
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
-{% endhighlight %}
+```
Las dos primeras reglas son para paginación, utilizando la rubygem jekyll-paginate. Si no
utilizarás paginación puedes omitirla, aunque recomiendo que si hagas uso de ella.
@@ -104,7 +104,7 @@ Lo modifiqué pues yo uso rbenv, será tu caso si también lo utilizas, pero si
de paquetes, entonces no necesitarás añadir el directorio de tus rubygems a tu PATH, pero si instalaste ruby de otra forma, si es
necesario.
-{% highlight shell %}
+```bash
#!/bin/bash -l
export GEM_HOME=$HOME/.rbenv/shims/
@@ -120,7 +120,7 @@ BUNDLE_GEMFILE=$GEMFILE bundle install
BUNDLE_GEMFILE=$GEMFILE bundle exec jekyll build -s $TMP_GIT_CLONE -d $PUBLIC_WWW
rm -Rf $TMP_GIT_CLONE
exit
-{% endhighlight %}
+```
# Conclusiones
diff --git a/_i18n/es/_posts/2023-09-12-kingsfield4.md b/_i18n/es/_posts/2023-09-12-kingsfield4.md
index 6f78edc..324c011 100644
--- a/_i18n/es/_posts/2023-09-12-kingsfield4.md
+++ b/_i18n/es/_posts/2023-09-12-kingsfield4.md
@@ -1,4 +1,5 @@
---
+layout: post
title: "King's Field IV: Explorando la ciudad antigua"
date: 2023-09-12
tag: Videojuegos
diff --git a/_i18n/es/_posts/2023-12-04-hori_fighting_stick_restoration.md b/_i18n/es/_posts/2023-12-04-hori_fighting_stick_restoration.md
index 3ddce84..53d9ad2 100644
--- a/_i18n/es/_posts/2023-12-04-hori_fighting_stick_restoration.md
+++ b/_i18n/es/_posts/2023-12-04-hori_fighting_stick_restoration.md
@@ -2,7 +2,7 @@
layout: post
title: Restaurando un Hori Fighting Stick PS
date: 2023-12-04
-categories: Misceláneo
+tag: Misceláneo
---
Hace poco tuve la suerte de importar de Japón un clásico _Hori Fighting Stick_. Me gustan los fightsticks y pensé que sería
@@ -24,8 +24,7 @@ mala cámara esconden las imperfecciones.
Justo me acuerdo que no tomé muchas fotos, o bueno, tal vez las perdí, del stick tal cual lo recibí, pero otro punto de contención
-eran los botones, que son de membrana en vez de mecánicos como lo suelen ser los botones arcade. Además de que parece que habían perdido
-el color (¿creo que el botón X debe ser azul?)
+eran los botones, que son de membrana en vez de mecánicos como lo suelen ser los botones arcade. Además de que parece que habían perdido el color (¿creo que el botón X debe ser azul?)
En fin, tenía un proyecto interesante entre manos, así que compré unos botones y una palanca sanwa y me puse a ello.
@@ -79,12 +78,13 @@ Usé unas terminales de crimpado para unir cada cable, aunque creo que al final,
de la palanca, y su respectivo equivalente en un cable harnés tradicional como [este](https://cdn2.bigcommerce.com/server500/d90a4/products/72/images/18275/focusattack1__18245.1583784160.1280.1280.jpg?c=2)
-| Dirección | Palanca Hori | Palanca sanwa |
-|-----------|--------------------------------------------|--------------------------------------------|
-| Arriba | <span style="color:red">Rojo</span> | <span style="color:orange">Naranja</span> |
-| Abajo | <span style="color:white">Blanco</span> | <span style="color:red">Rojo</span> |
-| Izquierda | <span style="color:yellow">Amarillo</span> | <span style="color:yellow">Amarillo</span> |
-| Derecha | <span style="color:gray">Gris</span> | <span style="color:green">Verde</span> |
+| Dirección | Palanca Hori | Palanca sanwa |
+|-----------|--------------|---------------|
+| Arriba | Rojo | Naranja |
+| Abajo | Blanco | Rojo |
+| Izquierda | Amarillo | Amarillo |
+| Derecha | Gris | Verde |
+
La tierra, por su parte, son los cables que en la PCB se vea que su conexión no lleva a ningún lado, si no mal recuerdo, son las conexiones superiores,
diff --git a/_i18n/es/_posts/2024-02-26-armored_core_rationalizing_savescumming.md b/_i18n/es/_posts/2024-02-26-armored_core_rationalizing_savescumming.md
index 6fa6e0b..0028b8e 100644
--- a/_i18n/es/_posts/2024-02-26-armored_core_rationalizing_savescumming.md
+++ b/_i18n/es/_posts/2024-02-26-armored_core_rationalizing_savescumming.md
@@ -2,7 +2,7 @@
layout: post
title: Armored Core - Racionalizando el savescumming
date: 2024-02-26
-categories: Videojuegos
+tag: Videojuegos
---
Soy alguien que vive debajo de una piedra y juega a lo nuevo meses o inclusive años después de que tuviera su tiempo bajo el reflector.
diff --git a/_i18n/es/_posts/2024-03-26-ace_combat_3.md b/_i18n/es/_posts/2024-03-26-ace_combat_3.md
index 35ddece..b6ffc67 100644
--- a/_i18n/es/_posts/2024-03-26-ace_combat_3.md
+++ b/_i18n/es/_posts/2024-03-26-ace_combat_3.md
@@ -2,7 +2,7 @@
layout: post
title: Ace Combat 3 - Explorando los senderos que se bifurcan
date: 2024-03-26
-categories: Videojuegos
+tag: Videojuegos
---
Junto con el d-pad, la pantalla de _game over_ es probablemente uno de los elementos más reconocibles del medio.
diff --git a/_i18n/es/_posts/now.md b/_i18n/es/_posts/now.md
new file mode 100644
index 0000000..a342ce7
--- /dev/null
+++ b/_i18n/es/_posts/now.md
@@ -0,0 +1,6 @@
+---
+layout: post
+title: Ahora
+tags: Tutoriales
+---
+HOLA!!!!
diff --git a/_i18n/es/about.md b/_i18n/es/about.md
new file mode 100644
index 0000000..e62e7de
--- /dev/null
+++ b/_i18n/es/about.md
@@ -0,0 +1,20 @@
+# Acerca de
+
+Blog hecho en [Jekyll](https://jekyllrb.com) y [Bulma CSS](https://bulma.io/).
+
+## Aviso de privacidad
+
+Este sitio no recopila ninguna clase de información acerca del usuario, no usa analytics de ningún tipo ni cookies,
+aparte de aquella estrictamente necesaria para su correcto funcionamiento, que se limita sólo a la dirección IP.
+La dirección IP del visitante se guarda en los archivos de logs en el servidor, y estos se borran después de 2 semanas
+de ser generados.
+
+## Derechos de autor
+
+Todo el contenido en esta página, que sea de mi autoría (imágenes, texto y código) están bajo una licencia Creative-Commons
+Attribution-NonCommercial-No Derivatives.
+
+Puedes compartir el contenido aquí presentado, ya sea una copia del mismo en una página web distinta a esta, de forma
+impresa o en cualquier otro medio posible, necesitando sólo dar crédito, ya sea compartiendo el URL del contenido alojado
+en está página o sólo el url (silosneeded.com) del blog en su defecto, pero no puedes realizar trabajos derivativos ni usar
+el contenido aquí presentado de forma comercial.
diff --git a/_i18n/es/about_me.md b/_i18n/es/about_me.md
new file mode 100644
index 0000000..77e63c7
--- /dev/null
+++ b/_i18n/es/about_me.md
@@ -0,0 +1,46 @@
+# Acerca de mí
+
+Soy actualmente un estudiante de ciencias de la computación, próximo a graduarme.
+
+Mis intereses, y de lo que escribiré mayoritariamente en este blog, son:
+
+- Tecnología
+- Software libre
+- Self hosting
+- Videojuegos
+
+Y demás.
+
+## Contacto
+
+Si quieres hablar o tienes una duda acerca de algún post mío, házmelo saber.
+
+### XMPP
+
+**Jabber ID:** hombrelaser@silosneeded.com
+
+Asegúrate de tener activado el cifrado punto a punto OMEMO.
+
+### Matrix
+
+**Matrix ID:** @hombrelaser:matrix.silosneeded.com
+
+### IRC
+
+**Servidor:** libera.chat
+
+**Nick:** hombrelaser
+
+A veces disponible, a veces no, pero no te preocupes, tengo un bouncer configurado. Leeré
+tu mensaje tarde o temprano.
+
+### Correo electrónico
+
+**Dirección:** buran@silosneeded.com
+
+[Llave pública pgp](/assets/files/pgp_public_key.asc)
+
+### Fediverso
+
+También estoy en el fediverso. Publico mayoritariamente en inglés y español, ocasionalmente francés
+si tengo la oportunidad. Me puedes seguir [aquí](https://social.silosneeded.com/users/sunbeam_rider).