---
title: "💭 I'm Coming Around To Go... - YouTube"
description: "!https://www.youtube.com/watch?v=N8fjU_hlwDI"
date: 2024-03-06
published: true
tags:
  - go
  - thought
template: link
---


<div class="embed-card embed-card-external embed-card-provider-youtube">
  <div class="embed-card-rich">
<lite-youtube videoid="N8fjU_hlwDI" title="I&#39;m Coming Around To Go..." playlabel="Play: I&#39;m Coming Around To Go..."></lite-youtube>
  </div>
</div>


Go is feeling more and more like something I could throw in my tool belt as a python dev.  I really like that it's garbage collected and has great error management.  I am just not sure how to work it in without it being the main thing.  The thing that is so cool is the ability to ship tiny pre-compiled binaries that just work, and the raw speed.  these binaries just get up and working without any warm up.  writing any cli in python I'm going to be using something like typer, and it takes half a second just to warm up, so even hello world cannot be faster than half a second.

!!! note

    This post is a <a href="/thoughts/" class="wikilink" data-title="Thoughts" data-description="These are generally my thoughts on a web page or some sort of url, except a rare few don&#39;t have a link. These are dual published off of my..." data-date="2024-04-01">thought</a>. It's a short note that I make
    about someone else's content online <a href="/tags/thoughts/" class="hashtag-tag" data-tag="thoughts" data-count=2 data-reading-time=3 data-reading-time-text="3 minutes">#thoughts</a>
