]> git.ale.wales Git - vimwiki.git/commitdiff
226CG.49529-Vanessa master
authorTu Puta Madre <tu@puta.madre>
Mon, 16 Mar 2026 17:53:13 +0000 (11:53 -0600)
committerTu Puta Madre <tu@puta.madre>
Mon, 16 Mar 2026 17:53:13 +0000 (11:53 -0600)
16 files changed:
Astrallazgo.wiki [new file with mode: 0644]
Blossom.wiki [new file with mode: 0644]
FirstRule.wiki [new file with mode: 0644]
Hallasenderos.wiki [new file with mode: 0644]
TTRPGStats.wiki [new file with mode: 0644]
Time4.wiki [new file with mode: 0644]
YAZNIG.wiki [new file with mode: 0644]
diary/2025-11-23.wiki [new file with mode: 0644]
diary/2025-11-24.wiki [new file with mode: 0644]
diary/2025-12-03.wiki [new file with mode: 0644]
diary/2025-12-12.wiki [new file with mode: 0644]
diary/2026-01-01.wiki [new file with mode: 0644]
diary/diary.wiki [new file with mode: 0644]
index.wiki [new file with mode: 0644]
linux.wiki [new file with mode: 0644]
vimwiki.wiki [new file with mode: 0644]

diff --git a/Astrallazgo.wiki b/Astrallazgo.wiki
new file mode 100644 (file)
index 0000000..3e5534e
--- /dev/null
@@ -0,0 +1 @@
+== Starfinder 2E ==
diff --git a/Blossom.wiki b/Blossom.wiki
new file mode 100644 (file)
index 0000000..ba790e8
--- /dev/null
@@ -0,0 +1 @@
+Bombón
diff --git a/FirstRule.wiki b/FirstRule.wiki
new file mode 100644 (file)
index 0000000..866cc8d
--- /dev/null
@@ -0,0 +1,3 @@
+[[index]]
+
+Indispensable para encontrar lo básico de animación y físicas
diff --git a/Hallasenderos.wiki b/Hallasenderos.wiki
new file mode 100644 (file)
index 0000000..f94e187
--- /dev/null
@@ -0,0 +1,4 @@
+Me aburre la fantasía medieval pero es lo que más vende, personalmente prefiero Starfinder por lo que le daría más atención a [[Astrallazgo]] que sería básicamente lo mismo porque Paizo así lo planeó
+
+=== 225JN ===
+Leer tanto puto PDF me aburre, si lo paso a markdown puedo perfectamente pasarlo a epub, audio, etc. pero es complicado. Hoy creo por fin encontré un camino a la iluminación [[inkscape]] importa PDFs y los separa en grupos, así puedo fácilmente quitar imágenes y paja; así como reorganizar la ubicación del texto. Lo malo que en sí no reconoce el texto ya que para él solo son vectores, así que hay que exportar (con al menos 300ppi de resolución) para después usar [[tesseract]] y así ya tener plaintext que posteriormente podré estilizar a .md
diff --git a/TTRPGStats.wiki b/TTRPGStats.wiki
new file mode 100644 (file)
index 0000000..067acf8
--- /dev/null
@@ -0,0 +1,3 @@
+[[index]]
+
+2D capaz de ser reproducido desde el explorador con online para jugar remotamente
diff --git a/Time4.wiki b/Time4.wiki
new file mode 100644 (file)
index 0000000..3c1553a
--- /dev/null
@@ -0,0 +1,3 @@
+[[index]]
+
+La razón de mi vida
diff --git a/YAZNIG.wiki b/YAZNIG.wiki
new file mode 100644 (file)
index 0000000..ba45674
--- /dev/null
@@ -0,0 +1,3 @@
+[[index]]
+
+El más comercial de todos, ver la manera de adaptarlo a móvil y a todas las plataformas disponibles
diff --git a/diary/2025-11-23.wiki b/diary/2025-11-23.wiki
new file mode 100644 (file)
index 0000000..a419b2a
--- /dev/null
@@ -0,0 +1,12 @@
+225KN
+
+= 5.0069 =
+Hoy voy a cambiar. Debo dedicarme más a mis proyectos, la vida es corta y honestamente se me está escapando. Lo primero es organizar un ToDo descente, estuve pensando y es posible que IA me ayude con eso. El problema es que ollama volvió a fallar ya definitivamente lo desinstale de [[../Vanessa|Vanessa]] porque cada que actualizo se rompe entonces hasta que [[../Starfire|Starfire]] este en condiciones no voy a instalarlo nuevamente, y por lo que veo no actualizarlo para nada porque siempre se rompe (que raro).
+
+Pero por lo mientras voy a ver si bing me puede ayudar en esto, esa será la meta del día de hoy y como proposito nuevo debo; en primera, hacer ejercicio diario y en segunda escribir mi diario... diario. xD
+
+- [X] ToDo funcional
+
+= 7.1893 =
+Funcionó la integración de vimwiki con taskwarrior a través de taskwiki. El problema que traía era que vimwiki le cambiaba el `filetype` a los archivos markdown provocando los retardos que experimentaba. Al ajustar .vimrc pudé evitar ese comportamiento. De pasada y como bono pasé todos los archivos ~/.vimrc y ~/.vim a ~/.config/vim como Dios manda y funciona adecuadamente, ya copié los archivos a /git/dotAle y estan en github para su futura reimplementación.
+
diff --git a/diary/2025-11-24.wiki b/diary/2025-11-24.wiki
new file mode 100644 (file)
index 0000000..735710c
--- /dev/null
@@ -0,0 +1,37 @@
+225KO
+
+= 7.1735 =
+Ya me estoy acostumbrando más a vim y al parecer creo que va a salir bien no le veo problemas, incluso encontré que TODO DONE FIXME FIXED y XXX tienen notaciones especiales y que hay maneras de modificar .vimrc para agregar más palabras clave; aunque de momento no lo siento necesario 
+
+== Aprendí la importancia de XDG: ==
+    XDG_CONFIG_HOME
+        Where user-specific configurations should be written (analogous to /etc).
+        Should default to $HOME/.config.
+
+    XDG_CACHE_HOME
+        Where user-specific non-essential (cached) data should be written (analogous to /var/cache).
+        Should default to $HOME/.cache.
+
+    XDG_DATA_HOME
+        Where user-specific data files should be written (analogous to /usr/share).
+        Should default to $HOME/.local/share.
+
+    XDG_STATE_HOME
+        Where user-specific state files should be written (analogous to /var/lib).
+        Should default to $HOME/.local/state.
+
+    XDG_RUNTIME_DIR
+        Used for non-essential, user-specific data files such as sockets, named pipes, etc.
+        Not required to have a default value; warnings should be issued if not set or equivalents provided.
+        Must be owned by the user with an access mode of 0700.
+        Filesystem fully featured by standards of OS.
+        Must be on the local filesystem.
+        May be subject to periodic cleanup.
+        Modified every 6 hours or set sticky bit if persistence is desired.
+        Can only exist for the duration of the user's login.
+        Should not store large files as it may be mounted as a tmpfs.
+        pam_systemd sets this to /run/user/$UID.
+
+
+= 7.3985 =
+En [[../Blossom|Blossom]] pude modificar .zshrc de tal manera que `XDG_CONFIG_HOME` y otros se encuentren en /home/ale/.config etc. a pesar de estar en usuario root. Eso me ayudará a unificar dotfiles y que no importe si estoy en [[../Vanessa|Vanessa]], [[../Starfire|Starfire]], [[../Roxanne|Roxanne]] o la que sea
diff --git a/diary/2025-12-03.wiki b/diary/2025-12-03.wiki
new file mode 100644 (file)
index 0000000..8526439
--- /dev/null
@@ -0,0 +1,6 @@
+225L3
+
+= 7.4092 =
+Ayer rompí el sistema de la compu de  mi madre, el problema fue timeshift(https://github.com/linuxmint/timeshift) que estaba desperdiciando demasiado espacio en disco y al querer eliminar los caches fue cuando lo desmadré. Al parecer, creo yo, está demasiado integrado a _mint_ por eso se puso loco cuando quise eliminarlo. Después de mucho estar probando terminé instalandole ArchBTW, específicamente Garuda con escritorio KDE básico para que le diera más uso a lo que anteriormente era Roxanne ya que al mismo tiempo le dí una PC más poderosa para ayudarla en sus renders partícularmente, además el HDD ya estaba a punto de morir y cómo ésta tenía una SSD de 960GB le cupo toda la información tranquilamente, además la instruí en la idea de hacer respaldos periódicos para evitarme más dolores en un futuro.
+
+Ahora Roxanne será más humilde pero creo iguamente le instalaré Garuda con el monitor 1366x768 y a Vilma la configure de tal manera que trabaje remotamente. Por otro lado estoy pensando que sí urge configurar la red para poder pasarla a mi cuarto sin preocupaciones. Estoy pensando que un switch SFT+ de mikrotik sería la opción más económica para 10G, uniendo principalmente a Nami con Starfire y aún me quedarían 2 puertos disponibles. Starfire se quedaría con la 290X mostrando los LG 4k DP y 1080XL HDMI con el cuadradito VGA y la tele igual por VGA. Me quedé con un monitor DELL de más que puedo usar para los servidores, los cuales como el cliché indica estarán en mi closet.
diff --git a/diary/2025-12-12.wiki b/diary/2025-12-12.wiki
new file mode 100644 (file)
index 0000000..745f2a9
--- /dev/null
@@ -0,0 +1,26 @@
+225LC
+
+= 4.2666 =
+Hoy encontré la maravilla que es JPEG-XL usando la librería `libjxl` que ya viene integrada en cualquier distro, trae los programas `cjxl` y `djxl` para cifrar y descifrar .jxl respectivamente.
+
+usando `cjxl` para hacer una imagen lossy y una lossless a partir de un .png tuve los siguientes resultados:
+
+| archivo      | tamaño   |
+| ---          | ---      |
+| orig.png     | 232.2KiB |
+| lossless.jxl | 122.9KiB |
+| lossy.jxl    | 29.5KiB  |
+
+Todos al mismo tamaño. Los comandos que usé fueron:
+
+{{{sh
+cjxl orig.png lossless.jxl -q 100 -e 10
+}}}
+
+{{{sh
+cjxl orig.png lossy.jxl -q 69
+}}}
+
+nice... la calidad si le bajaba de ahí sí reducía el tamaño (lo intenté con 36) pero sí comenzaban a surgir artefactos por apenas un par de kilobytes
+
+para más referencias y comparativa contra AVIF está este blog https://tonisagrista.com/blog/2023/jpegxl-vs-avif/
diff --git a/diary/2026-01-01.wiki b/diary/2026-01-01.wiki
new file mode 100644 (file)
index 0000000..d60d35f
--- /dev/null
@@ -0,0 +1,16 @@
+226A1
+
+= 5.8039 =
+Volví a caer en el vicio de Instagram™®©, lo bueno que la experiencia con _Gnome Boxes_ y Xavier Sánchez Cordero tuve ya la experiencia de usar la extensión para Firefox https://github.com/TheKonka/instagram-download-browser-extension que tanto sirve para reels como baja tanto nombre de usuario como fecha ya determinada, ahora lo que tengo que hacer es un programa que las imágenes las convierta ya sea a AVIF o JXL en un tamaño 1280x800 y los vídeos dependiendo del caso extraiga imágenes, haga un GIF o lo comprima lo más posible, por tanto tendré que meter casos pero creo que es bastante asequible, solo es cosa de empeñarse tantito. Para determinar el formato adecuado tendré que investigar lo que acepta _Immich_
+
+= 6.8720 =
+Muy bien ya quedó claro: para imágenes vamos a usar JXL y dado que son descargadas de interné y además estás sumamente comprimidas en los servidores de facebook vamos a usarlo lossy de esta manera
+{{{bash
+    cjxl input.img lossy.jxl -q 69
+}}}
+
+por otro lado para vídeos vamos a usar un AVIF animado:
+{{{bash
+    ffmpeg -i input.vid -pix_fmt yuv420p -f yuv4mpegpipe output.y4m
+    avifenc output.y4m animated.avif
+}}}
diff --git a/diary/diary.wiki b/diary/diary.wiki
new file mode 100644 (file)
index 0000000..2eff6ad
--- /dev/null
@@ -0,0 +1 @@
+= Diary =
diff --git a/index.wiki b/index.wiki
new file mode 100644 (file)
index 0000000..a7d7573
--- /dev/null
@@ -0,0 +1,41 @@
+= VIMWIKI =
+
+= Proyectos =
+== Juegos de Alcantarilla ==
+=== TTRPG ===
+    [[Hallasenderos]]           - Adaptación y doblaje de Pathfinder 2E
+    [[Astrallazgo]]             - Adaptación y doblaje de Starfinder 2E
+=== Godot ===
+    [[TTRPGStats]]              - Hoja de personaje
+    [[FirstRule]]               - Beat'em All 3D
+    [[YAZNIG]]                  - Yet Another Zombie-game Now In Godot
+    [[Time4]]                   - El juego de mis sueños -> Hay un TIEMPO y un lugar para todo y se llama Universidad
+=== Mesa ===
+    [[Tiro]]                    - ¡Hay tiro! ¡Hay tiro! En la casa del Boxeo
+== Digiworld ==
+=== ale.lat ===
+    [[weeby-neety]]             - Anime
+    [[GAG]]                     - God-Awful Games
+    [[µsK]]                     - Música
+=== Somalía ===
+    [[pirataSomalí]]            - ¡Yo ho ho, y una botella de ron!
+== Paranoia ==
+    [[offline]]                 - Poder subsistir sin necesidad de Internet
+    [[respaldos]]               - Redundancia siempre es la clave
+
+= Computación =
+    [[Blossom]]                 - Pequeña y móvil
+    [[Daphne]]                  - HTPC
+    [[Frankie]]                 - Transmission
+    [[Nami]]                    - NAS
+    [[Pebbles]]                 - raspberry
+    [[Roxanne]]                 - Común para jugar
+    [[Starfire]]                - Poderosa y principal
+    [[Vanessa]]                 - Arch BTW
+    [[Vilma]]                   - Windows
+
+= Conocimiento =
+    [[vimwiki]]                 - Base teórica
+
+= Pruebas =
+    [[test]]                    - para probar funciones y demás sin romper nada
diff --git a/linux.wiki b/linux.wiki
new file mode 100644 (file)
index 0000000..3a01b1d
--- /dev/null
@@ -0,0 +1,81 @@
+I'd just like to interject for a moment. What you're referring to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.
+Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called "Linux", and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.
+There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called "Linux" distributions are really distributions of GNU/Linux.
+
+No, Richard, it's 'Linux', not 'GNU/Linux'. The most important contributions that the FSF made to Linux were the creation of the GPL and the GCC compiler. Those are fine and inspired products. GCC is a monumental achievement and has earned you, RMS, and the Free Software Foundation countless kudos and much appreciation.
+Following are some reasons for you to mull over, including some already answered in your FAQ.
+One guy, Linus Torvalds, used GCC to make his operating system (yes, Linux is an OS -- more on this later). He named it 'Linux' with a little help from his friends. Why doesn't he call it GNU/Linux? Because he wrote it, with more help from his friends, not you. You named your stuff, I named my stuff -- including the software I wrote using GCC -- and Linus named his stuff. The proper name is Linux because Linus Torvalds says so. Linus has spoken. Accept his authority. To do otherwise is to become a nag. You don't want to be known as a nag, do you?
+(An operating system) != (a distribution). Linux is an operating system. By my definition, an operating system is that software which provides and limits access to hardware resources on a computer. That definition applies whereever you see Linux in use. However, Linux is usually distributed with a collection of utilities and applications to make it easily configurable as a desktop system, a server, a development box, or a graphics workstation, or whatever the user needs. In such a configuration, we have a Linux (based) distribution. Therein lies your strongest argument for the unwieldy title 'GNU/Linux' (when said bundled software is largely from the FSF). Go bug the distribution makers on that one. Take your beef to Red Hat, Mandrake, and Slackware. At least there you have an argument. Linux alone is an operating system that can be used in various applications without any GNU software whatsoever. Embedded applications come to mind as an obvious example.
+Next, even if we limit the GNU/Linux title to the GNU-based Linux distributions, we run into another obvious problem. XFree86 may well be more important to a particular Linux installation than the sum of all the GNU contributions. More properly, shouldn't the distribution be called XFree86/Linux? Or, at a minimum, XFree86/GNU/Linux? Of course, it would be rather arbitrary to draw the line there when many other fine contributions go unlisted. Yes, I know you've heard this one before. Get used to it. You'll keep hearing it until you can cleanly counter it.
+You seem to like the lines-of-code metric. There are many lines of GNU code in a typical Linux distribution. You seem to suggest that (more LOC) == (more important). However, I submit to you that raw LOC numbers do not directly correlate with importance. I would suggest that clock cycles spent on code is a better metric. For example, if my system spends 90% of its time executing XFree86 code, XFree86 is probably the single most important collection of code on my system. Even if I loaded ten times as many lines of useless bloatware on my system and I never excuted that bloatware, it certainly isn't more important code than XFree86. Obviously, this metric isn't perfect either, but LOC really, really sucks. Please refrain from using it ever again in supporting any argument.
+Last, I'd like to point out that we Linux and GNU users shouldn't be fighting among ourselves over naming other people's software. But what the heck, I'm in a bad mood now. I think I'm feeling sufficiently obnoxious to make the point that GCC is so very famous and, yes, so very useful only because Linux was developed. In a show of proper respect and gratitude, shouldn't you and everyone refer to GCC as 'the Linux compiler'? Or at least, 'Linux GCC'? Seriously, where would your masterpiece be without Linux? Languishing with the HURD?
+If there is a moral buried in this rant, maybe it is this:
+Be grateful for your abilities and your incredible success and your considerable fame. Continue to use that success and fame for good, not evil. Also, be especially grateful for Linux' huge contribution to that success. You, RMS, the Free Software Foundation, and GNU software have reached their current high profiles largely on the back of Linux. You have changed the world. Now, go forth and don't be a nag.
+
+- [[arch]]
+    - [[x86_64]]
+    - [[aarch]]
+    - [[riscv]]
+- [[firmware]]
+    - [[bios]]
+    - [[UEFI]]
+    - [[coreboot]]
+    - [[libreboot]]
+- biblioteca estándar de [[c]]
+    - [[glibc]]
+    - [[musl]]
+- [[kernel]]
+    - [[stable]]
+    - [[linux-hardened]]
+    - [[linux-lts]]
+    - [[linux-rt]]
+    - [[linux-zen]]
+- [[partition]]
+    - [[btrfs]]
+    - [[ext4]]
+    - [[f2fs]]
+    - [[fat]]
+    - [[ntfs]]
+    - [[xfs]]
+- [[bootloader]]
+    - [[EFI]]
+    - [[UKI]]
+    - [[grub]]
+    - [[rEFInd]]
+    - [[syslinux]]
+    - [[systemd-boot]]
+- [[init]]
+    - [[dinit]]
+    - [[openrc]]
+    - [[runit]]
+    - [[s6]]
+    - [[systemd]]
+- [[CLI]]
+    - shell
+        - [[bash]]
+        - [[fish]]
+        - [[sh]]
+        - [[ssh]]
+        - [[zsh]]
+    - multimedia
+        - [[ffmpeg]]
+        - [[handbrake-cli]]
+        - [[imagemagick]]
+        - [[mediainfo]]
+    - utilidades
+        - [[cron]]
+        - [[cmake]]
+        - [[samba]]
+- [[GUI]]
+    - [[xorg]]
+    - [[wayland]]
+    - [[dbus]]
+
+
+== Distros ==
+[[Archlinux]]
+[[Debian]]
+[[LFS]] - Linux From Scratch
+[[RHEL]] - Red Hat Enterprise Linux
+[[Slackware]]
+[[Void]]
diff --git a/vimwiki.wiki b/vimwiki.wiki
new file mode 100644 (file)
index 0000000..1821bb5
--- /dev/null
@@ -0,0 +1,2 @@
+
+- [[linux]]