summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHombreLaser <buran@silosneeded.com>2024-05-18 22:30:59 -0600
committerHombreLaser <buran@silosneeded.com>2024-05-18 22:30:59 -0600
commit7e5966ba298b7cec7fb23181f3dbc3cafd18a8fc (patch)
tree6d241fb16323451187a2909f0ea311dadc1aea3e
parent37fe24d104dbd3243ccc10b034665dc44b45c968 (diff)
Add now pages
-rw-r--r--now-en.md27
-rw-r--r--now-es.md25
2 files changed, 51 insertions, 1 deletions
diff --git a/now-en.md b/now-en.md
new file mode 100644
index 0000000..bf56c35
--- /dev/null
+++ b/now-en.md
@@ -0,0 +1,27 @@
+---
+layout: default
+permalink: /now
+lang: en
+---
+**Now playing:** Armored Core 4
+
+**Now reading:** L'Europe à l'épreuve des Balkans by Xavier Gautier
+
+About to finish university and motivated to start some new personal projects, I hope I can muster
+the determination to see them through, they have potential.
+
+I want to delve into 3D CAD with OpenSCAD. Brian S. Stephan published some weeks ago a pretty interesting
+design for an arcade stick case on his [git repo](https://git.incorporeal.org/bss/buildable-stick-system),
+and I want to make some modifications, open a PR and hopefully, have it merged. I'd like to add compatibility
+with korean levers and 3mm thick acrylic top panels for accommodating art.
+
+In the realm of programming, I have some ideas that I'd like to see through. I wish to learn embedded programming in the RP2040
+microcontroller, the one that powers up the raspberry pi pico. As a practice project, make a simple scientific
+calculator with an LCD screen, even oled, I like how they look like. After that, start developing a library for interfacing
+Playstation 2 controllers and finally, have the ultimate, custom Playstation 2 arcade stick. The thought alone makes me drool.
+
+Got into personal accounting recently too, with [hledger](https://hledger.org/). I think it's an interesting system, and although
+I'm not a power user, I see the potential in automating accounting tasks when working with a plain text system like hledger.
+Looked for parsing libraries for it, and found none. Maybe it's a good idea to make one, potentially in C so it can be embedded
+into extensible languages like Python or Ruby. Python already has a package with different utilities for working with hledger's
+journal files, but parsing them has potential for so much more.
diff --git a/now-es.md b/now-es.md
index 0421f27..299f366 100644
--- a/now-es.md
+++ b/now-es.md
@@ -3,4 +3,27 @@ layout: default
permalink: /now
lang: es
---
-HOLA!!!!
+**Actualmente jugando:** Armored Core 4
+
+**Actualmente leyendo:** L'Europe à l'épreuve des Balkans por Xavier Gautier
+
+Estoy cerca de terminar la universidad y estoy motivado para empezar unos cuántos proyectos personales. Espero
+reunir la determinación para empezarlos y acabarlos, siento que tienen potencial.
+
+Quiero explorar CAD en 3D con OpenSCAD. Brian S. Stephan publicó hace unas semanas un diseño muy interesante para
+un stick arcade en su [repositorio de git](https://git.incorporeal.org/bss/buildable-stick-system) y quiero hacerle
+unas cuántas modificaciones, abrir un PR y, espero, ver mis cambios formando parte de la rama principal. Me gustaría
+añadir compatibilidad para palancas coreanas y paneles de acrílico de 3mm de grosor para acomodar arte.
+
+En cuanto a programación, he tenido unas cuantas ideas que me gustaría desarrollar. Quisiera aprender programación
+embebida en el microcontrolador RP2040, usado en las placas de desarrollo raspberry pi pico. Primero, como un proyecto
+de práctica, estaba planeando en hacer una calculadora científica simple con una pantalla LCD, probablemente OLED, me gusta cómo
+se ven. Después de eso, el plato fuerte y lo que más me interesa: desarrollar una librería para interactuar con controles
+de Playstation 2 y finalmente, tener el arcade stick personalizado definitivo para el Playstation 2. El sólo pensar en eso
+me hace babear honestamente.
+
+Me introduje a las finanzas personales recientemente, con [hledger](https://hledger.org/). Creo que es un sistema interesante,
+y aunque no soy un experto, veo el potencial en automatizar tareas de contaduría cuando se trabaja en un sistema de texto plano
+como el de hledger. Busqué librerías de parsing para él y no encontré nada. Pensé que sería una buena idea hacer una, potencialmente
+en C para que pueda ser embebida en lenguajes de scripting extensibles como Python o Ruby. Python ya tiene una librería con diferentes
+utilidades para trabajar con archivos de hledger, pero analizarlos sintácticamente abre un mundo de posibilidades.