DEV Community

Cover image for On trying new things
Matty Stratton
Matty Stratton

Posted on • Originally published at Medium on

On trying new things

It’s quite easy to become creatures of habit, especially with our tools. We know what works for us, and we develop muscle memory for them (see also “vim vs emacs flame wars).

Editors

Image via https://www.prismnet.com/~dierdorf/emacsvi.html

I’ve been a fan (in theory) of Visual Studio Code ever since it was released in 2015. Having made the journey between TextMate to Sublime Text to Atom, it seemed a natural progression. And I recall that my first reaction was “How ironic – the git integration from Microsoft’s text editor is better that the one from GitHub. However, I still stuck with Atom.

Especially when I started to write Go, this seemed like the right choice. I honestly don’t recall which tutorial I was following which suggested the excellent go-plus plugin, but it certainly made getting starting with Go a delight.

In fact, I’ve become so enamored with Atom that I even wrote two plugins – linter-cookstyle (to help with your Chef recipes) and language-hugo (syntax highlighting for Hugo files). I know my way around Atom, and I have my set of preferred plugins.

Recently, I was listening to an episode of Go Time with Ramya Rao. Ramya works in Microsoft’s Developer Division, and is a maintainer of the Go extension for VS Code (shouldn’t we call it just “Code? I suppose everything at Microsoft has to be “Visual something…the only exception I can think of was InterDev. Oh wait, that was Visual InterDev.) Listening to the episode, especially when Ramya started talking about CodeLens, made me think it was time to give VS Code another try.

To be honest, it probably took about two weeks before I fired up VS Code on a Go project. I’ve been working on a command line utility for maintainers of the devopsdays.org website, so for fun, I decided to bring it up in VS Code next to Atom.

Wow. VS Code just…looked better for starters. The extension also seemed to have features that I didn’t have in go-plus (full disclosure: I might just not know how to access them). The CodeLens feature is great (hovering over a package import, for example, tells you a bunch of stuff about the package):

CodeLens on a package import in VSÂ Code

One of the most striking improvements for my experience was in the embedded terminal. Atom has a plugin that gives you a terminal in the botton pane, which can be really useful. But it’s SLOW. Like, almost unusable slow.

With VS Code, this is an included feature. I immediately saw that it was more performant than my Atom experience. Of course, while I was initially poking around, VS Code told me there was an update to install. After installing version 1.7, one of the release notes told me that 1.7 improved performance of the terminal! It totally did.

The only thing about the terminal that is weird is that I think my Powerline fonts aren’t included, so my prompt looks a little weird:

zsh prompt in VSÂ Code

zsh prompt in iTerm

Overall, I’m seeing that VS Code seems crisper in the display to me, although I haven’t been using it enough to see if there are performance improvements (everyone is always complaining about Atom being slow, but it generally has been pretty okay for me). I still have to load up on extensions (since all I’ve been doing so far is Go, I haven’t installed my HTML/CSS/SASS type stuff that I use in Atom to see how it compares).

But how am I going to really put this through it’s paces? I feel like in order to determine if I can make this my daily driver, I need to, well, make it my daily driver for a while. My solution is to quit Atom “cold turkey”, and just uninstall it from my MacBook, and then spend a few weeks only having VS Code available to me. I’ll revisit this decision on November 17 (slightly over a month from now), and expect a follow-up post at that time. The significance of that date will be explained below.

Browsers

You name the browser, I’m sure I’ve tried it. Starting with Lynx, then Mosaic, then Netscape…CyberDog anyone? I even rocked Opera for a hot second.

But when Chrome burst on the scene, I, along with every other Internet hipster, pushed aside my dear friend Firefox for Google’s new hotness. Even though it didn’t have all the features that Firefox had, Chrome was a lean, mean, browsing machine. Remember when Chrome’s claim to fame was that it wasn’t the resource hog that Firefox was? Oh, the delicious irony.

As you may or may not know, Firefox Quantum is a gnat’s wing away from release on November 17 (see what I did there?) It’s supposed to be fast as hell, and totally murder Chrome. I’m looking forward to trying it out.

One thing that I am not sure I can walk away from is Chrome’s profile feature. I have a LOT of Google logins (my personal account, my work account, my podcast account, devopsdays, etc), and I rock a Google profile for each. This lets me have multiple instances of Chrome which each have their own settings – this has pluses and minuses. It’s super helpful with regard to Google accounts – I can keep my emails separate. And with systems where I have various logins (Trello, Twitter, etc) it helps too. For instance, when logged into my “main Chrome profile, I’m logged into the @mattstratton Twitter account. And when logged into my ADO Chrome profile, I’m logged into the @arresteddevops Twitter account. Similarly, I have a personal Trello account and a work Trello account…having multiple browser profiles (which can run in parallel) make this something that I can handle.

I’ll have to see how Firefox manages this. So far, I’m not bullish on it. From the profile documentation:

You cannot change the profile while Firefox is running. Although it is possible in some cases to have multiple instances of Firefox running in different profiles, to avoid confusion, you should first exit/quit/terminate all running instances of Firefox, FirefoxDeveloperEdition or Nightly.

There is, however, a tool called MultiFirefox for OS X that seems to allow for this. It’s a little bit old (the most recent commit was 9 months ago), and we’ll see if it works with Quantum. I’ll be reporting back on my findings.

Top comments (5)

Collapse
 
samuelmesq profile image
Samuel Mesquita

Hi matt

im using firefox nightly and the new containers feature is much better than profiles from chrome (IMO), i suggest you take a look ;)

medium.com/firefox-test-pilot/fire...

Collapse
 
mattstratton profile image
Matty Stratton

Wow, Containers look pretty rad! I’m going to give them a try today. Thanks for the heads up!

Collapse
 
theredspy15 profile image
Hunter Drum

I have been using containers for a few weeks now, and I honestly don't know how I could possible use any browser without them

Collapse
 
remaster profile image
Daniel Neuman

I use Firefox profiles daily. I have two (private and work) and solve it by running stable and beta channels respectively.

Collapse
 
khophi profile image
KhoPhi

I tried VScode, and guess what, I switched from Sublime Text.

vscode was the "shiny" thing in the block, yet, it worked(s).

No harm in trying some things.