SBaronda.com a little place I like to call home.


FactoryBot Tips

Jul. 30, 2020

Using FactoryBot bots outside of Rails Projects is as simple as

rails c -e test
include FactoryBot::Syntax::Methods
FactoryBot.find_definitions
FactoryBot.definition_file_paths << 'new/path/to/factories' # only needed if default paths don't suffice

Read more



Vim + WSL + SSH + Windows Clipboard

May. 27, 2020

This post is about getting Vim + WSL + SSH working nicely for copy and pasting text from Vim. Tmux support will likely be coming in the near future since you aren't always running commands within Vim. For now you can use Shift+selection from a Tmux...

Read more




Eachine VR006 Auto-On Feature

Jun. 10, 2019

The Eachine VR006s are pretty nice entry goggles, but there are some things that can be improved upon. First, the goggles are always powered on unless you manually open the case and remove the battery. I'm sure the battery drain isn't a lot, but it...

Read more




Eachine VR006 External 18650 Battery Mod

Jun. 5, 2019

The Eachine VR006 was my first goggles and they've been pretty good, but I've always been limited by the battery capacity. I've can typically get 2-3 flights out before I need to charge the goggles again, which is far too short. On the other hand...

Read more


Removing images in Middleman article summaries

Jun. 2, 2019

Middleman has been a awesome blog engine that is pretty easily customizable. One thing that I noticed recently is that when I try to render images withing the summary section the HTML was wonky. Typically, I don't need any images at all and actually...

Read more



Custom Router

Apr. 9, 2019

I'm always a collector of weird and old pieces of computer hardware. Some would even call me a hoarder (Amy especially). But there is a reason why I love collecting the old hardware. It's so that I can find an alternative purpose for it. In this case...

Read more


Car Detailing Product List

Apr. 7, 2019

Updated 5/30/2019

After getting my pressure washer I decided to revisit my car cleaning products. This is what I'm currently using, but will update this page regularly when I find new or better products.

  • Bug and Tar Remover - Rain X Bug &...

Read more