Other articles


  1. PyCharm or VS Code in 2021

    For development in Python there are two leading choices: PyCharm or VS Code. I've been a VS Code user, but started exploring PyCharm because of some limitations in VS Code.

    Feature PyCharm VS Code
    Basic Editing Fine Fine
    Refactoring Better OK
    Remote Editing Not really. PyCharm assumes files are available …
    read more
  2. shuffling files and MP3 speakers

    I have an MP3 speaker that I wanted to use as a dead simple lullaby station for my daughter. The idea is to have several copies of a set of lullabies so that you can just hit play and have hours of lullaby keep playing.

    The lullaby I got was …

    read more
  3. Middle-click using Synaptics Touchpads

    If you're a serious Linux user, and all engineers should be, you need the middle click. Synaptics makes it really hard to get. I had this solution scrounged from the interwebs. Save the following text to synaptics_middle_click.reg and double click it.

    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE …
    read more
  4. Run Linux in a VM on Mac

    I recently had to run a Linux VM on my MacBook Pro to access a certain software. While it's not a challenging thing to do, there are a few gotchas. Here's some advice on how to get it going:

    1. Decide which distribution to use. Sometimes it's a requirement. But other …

    read more

links

social