My first blog update in almost exactly 1 year. Iβm trying to write more often, and not limit myself to just programming / software development. https://t.co/W037dC8CSk
@dnsbty@bernheisel a while back you guys were wondering about keeping nice indentation in eex files. Mix format seems to handle that pretty well now, so I think this is a good solution
Hey #elixirlang#vim people - I'm curious to know how you autoformat your *.html.eex and *.html.leex files? I couldn't find a good solution, so I made this function when the filetype is eelixir #myelixirstatus
Learned two simple things today that are so nice
1. less -S to be able to scroll horizontally as well as vertically
2. \x auto in psql client enables expanded output. Long tables are displayed in a much more readable way.
One thing I realized doing AoC is that an anon. func. can't reference itself. But you can pass the function binding as a param. and use it within to recurse. This detail can be hidden from the call site if you wrap the recursive function in ... another function! #MyElixirStatus
When you need to be productive, but instead of doing the thing you need to do, you instead make a script to help you be productive. Vicious cycle. https://t.co/zomi8IsPQx