@teropa Godspeed. I’ve been down that road quite a few times. Still looking for a systematic and complete way of naming chords. https://t.co/y6Gt394TOz
@xavriley Do you know of any term that refers to a specific string/fret combination (e.g. first string, third fret)? Everything I can think of is too long winded, or too overloaded with other meanings.
I use in-memory Ecto schemas (the Params library specifically), pretty heavily in my #Elixir applications. This `Jason.Encoder` impl makes it easier to deal with all of the nested schemas I inevitably generate.
I wrote a code generating mix task in #Elixir today, and I feel like a literal wizard.
The best part is, I generated absolute garbage code and just cleaned it up with `Code.format_string!/2`, all from the same script.
That lasted about 5 minutes. I started to build git from source, and realized that the pain of managing dev headers is probably worse than homebrew pain. Also, how would I manage the dev headers in a sane way without something like homebrew?
TIL you can explicitly unignore files in your `.gitignore`, which makes for a pretty nice way of managing a dotfiles repo:
```
*
!.config/nvim/init.vim
!.tmux.conf
!.wezterm.lua
```
https://t.co/S1j1VkgdxU
I've been hitting SSL errors when trying to visit https://t.co/7g3RQKYLq9 for a couple weeks now. Turns out that my new internet provider has an option to restrict access to "malicious websites," and Mastodon was included. Helpful!
@doctorambient Yeah, that does it. Crazy. Do you know of any way of fixing it from my home network without VPNing? DNS flush or something like that? Thanks for all the info so far, btw. This kind of network magic is beyond my ken.