Skip to content
TL
Extensions About Uses X Contact
  • February 26, 2019 Review 2 min read

    Best Smart Home Camera

    Most people are probably familiar with Nest cameras or Ring cameras . These are great but cost over $200 and require a subscription. Recently I came across a company called Wyze that makes a smart home camera that is...

  • February 25, 2019 How To 1 min read

    Firefox Allow Self Signed Certificate

    Firefox is no longer accepting my self signed SSL certificate on .dev domains, which I use for local development. I started seeing this error message: MOZILLAPKIXERRORSELFSIGNED_CERT . To get around this error, you...

  • January 31, 2019 How To 1 min read

    How to Stop Developer Tools Prompting For Password

    After updating to macOS Mojave, I started getting a prompt for a user name and password everytime I debugged golang in GoLand. This was frustrating but I was able to stop it from prompting by running this command in...

  • January 21, 2019 How To 1 min read

    VMware Fusion Ctrl Click Issues

    The default configuration for running windows inside of VMware Fusion on a mac is to have ctrl + left click act as a right click . This can cause issues when trying to select multiple files etc. Fortunately, this...

  • January 17, 2019 How To 1 min read

    How to Mass Unfollow on Twitter

    Have you ever wanted to remove some of your followers on twitter? Twitter does not provide a native way to do this, but you can automate it in your browsers developer console. Steps: Using Chrome , login to your...

  • January 16, 2019 How To 1 min read

    Debugging Go Error

    After a recent upgrade to macOS Mojave, my machine was not able to debug in GoLand due to the error below: To fix this you have to install xcode -select , a command-line utility on macOS: Type in the command below...

  • January 14, 2019 How To 1 min read

    How to Exclude Files from a Zip Archive

    When zipping a folder using the command line in macOS, you may have noticed certain files are include such as DSStore and MACOSX are included . With a few command arguments, these files can be filtered out. Exclude...

  • January 9, 2019 Side Project 1 min read

    Seth’s First, ten

    Seth’s post titled First, ten from back in 2009 is still relevant today. If you are building a product, finding your first ten users can be challenging but they are the first step to 100 then a 1,000 and so on. Plan...

  • January 2, 2019 How To · Laravel 2 min read

    Laravel, Cloudflare and Trusted Proxies

    When using Cloudflare to manage your site, you may notice that if you check the ip address of the request, it will be an ip address from Cloudflare. This is happening because Cloudflare is proxying the request to...

  • December 17, 2018 How To 1 min read

    How to View Source Code of an Extension

    Browser extensions are composed of Javascript, HTML, CSS, and images. Before installing any extension I will usually review the source code. This is important to verify that an extension is not doing anything...

Newer

Page 13 of 22

Older
Tim Leland
T.LY About Contact X Privacy