• 0 Posts
  • 36 Comments
Joined 2 years ago
cake
Cake day: July 26th, 2023

help-circle







  • The stud finder sucks, those give false positives for electrical all the time. You’re probably fine if the wall isn’t riddled with outlets, switches, or has a breaker panel.

    If you’re really concerned, drill through only until you’re past the drywall. It’s only about a half to five eighths of an inch thick. Wrap a little piece of tape around your drill bit as a depth gauge. Alternatively, there are drywall anchors that look like fat plastic white screws that don’t require a pilot hole. You can get those and avoid drilling entirely.









  • I’ve gone through Visual Studio, JetBrains IDEs, Vim, Atom, Sublime, VSCode, probably others too, but frankly VSCode’s simplicity out of the box coupled with great plugin support is hard to beat. Folks who complain about VSCode not having some feature like to ignore that being relatively simple by default is a good thing. You can always add or enable what extensions you need to tailor it to your language and workflow of choice. Even if you’re used to Vim keyboard centric editing…guess what? There’s a well supported OSS extension to give you that functionality.

    The power of being able to use one IDE on a diverse team across various languages is huge. You can even commit extension and settings defaults to a repo to immediately get new cloners up to speed with whatever workflow and tooling defaults are good starting points on a per project basis, but still leaving them the option to ignore/override as needed without dictating a team-wide workflow change.