puntoblogspot
Technical stuff, mostly
viernes, 26 de agosto de 2022
Vim and Vscode to camelcase
›
Earlier today I saw a post on vscode subreddit where the author explores a plugin to transform parts of the code from/to camel/snake/kebab ...
viernes, 19 de agosto de 2022
java time
›
This is so helpful that I'm just putting it here for future reference. https://stackoverflow.com/questions/32437550/whats-the-difference...
viernes, 24 de junio de 2022
A better watch: viddy
›
I just found this thread in HN, and I think I'm sold already on aliasing watch to this improved version of the watch command. https://ne...
1 comentario:
jueves, 19 de mayo de 2022
Hugo documentation
›
Some time ago I created a new homepage for https://raimonster.com, where I was supposed to migrate my blog to. The migration never happened ...
1 comentario:
martes, 26 de abril de 2022
Parsing args with python (alt version)
›
Parsing cli arguments is a solved problem. Every language has a library to get the flags from your command line. Maybe not in the stdlib, bu...
1 comentario:
jueves, 17 de marzo de 2022
SQL subselect arbitrary field from arbitrary table
›
Imagine you used to have `select f1, f2 from t1`. But now f2 becomes a fk to a table t2, so now we have f2_id that points to t2 (with fields...
1 comentario:
viernes, 11 de febrero de 2022
Read-only psql
›
This is how I wrote a short snippet to open read-only postgres connection using psql. Notice the amount of non-trivial stuff in those lines...
1 comentario:
‹
›
Inicio
Ver versión web