#github
- Shader para Ghostty para dar un efecto CRT auténtico - Luis Carlos Pando
https://blog.luiscarlospando.com/personal/2024/12/shader-para-ghostty-para-dar-un-efecto-crt-autentico
Quiero compartir este shader que estoy usando en la terminal Ghostty. Este shader agrega aberración cromática, brillo, scanline y matriz de puntos que genera un look CRT auténtico en la terminal. Repo en GitHub
- The Future of SVN::Notify
https://justatheory.com/2009/04/svn-notify-future
This week, I imported pgTAP into GitHub. It took me a day or so to wrap my brain around how it’s all supposed to work, with generous help from Tekkub. But I’m starting to get the hang of it, and I like it. By the end of the day, I had sent push requests to Test::More and Blosxom Plugins. I’m well on my way to being hooked.
- Me uno al movimiento ― adiós Sublime Text, hola Atom - Luis Carlos Pando
https://blog.luiscarlospando.com/coding/2016/02/me-uno-al-movimiento-%E2%80%95-adios-sublime-text-hola-atom
Pues después de varios años usando el buen y leal Sublime Text; finalmente he hecho el switch a Atom, editor de código desarrollado y mantenido por la gente de GitHub1. La verdad es que Sublime Text nunca me dio problemas, podría llegar a asegurar que es perfecto ― es rápido, ligero, tiene infinidad de paquetes,
- Hay nuevo sistema de comentarios en mi blog - Luis Carlos Pando
https://blog.luiscarlospando.com/coding/2019/03/hay-nuevo-sistema-de-comentarios-en-mi-blog
- Auto-Release PostgreSQL Extensions on PGXN
https://justatheory.com/2025/05/release-on-pgxn
Step-by-step instructions to publish PostgreSQL extensions and utilities on the PostgreSQL Extension Network (PGXN).
- Migrating Bricolage CVS and SVN to Git
https://justatheory.com/2009/04/bricolage-to-git
Now that I’ve successfully migrated the old Bricolage SourceForge CVS repository to Git, and also migrated Subversion to Git, it’s time to stitch the two repositories together into one with all history intact. I’m glad to say that figuring out how to do so took substantially less time than the first two steps, thanks in large part to the great help from “doener,” “Ilari,” and “Fissure” on the Freenode #git channel.
- #Recomiendo: Slack - Luis Carlos Pando
https://blog.luiscarlospando.com/tech/2015/03/recomiendo-slack
Díganle adios al email, por fin. Espero que ya estén usando Slack para trabajar, ¿o todavía no? Entonces creen su cuenta ahora mismo y descarguen las apps para sacar mayor provecho de las bondades que este relativamente nuevo servicio nos ofrece. Apenas el día de hoy hicimos el setup de Slack en la oficina pero
- Development Stuff - Luis Carlos Pando
https://luiscarlospando.com/developer
Estos son mis perfiles de developer. 👨💻
- https://justatheory.com/2020/10/release-postgres-extensions-with-github-actions
Go beyond testing and fully automate the release of Postgres extensions on both GitHub and PGXN using GitHub actions.
- Accelerate Perl Github Workflows with Caching
https://justatheory.com/2021/11/cache-perl-github-workflows
A quick tip for speeding up Perl builds in GitHub workflows by caching dependencies.