10 Matching Annotations
  1. Feb 2021
    1. The link to the expenditures ledger.csv file times out after about 20 seconds.

      Start here: https://checkbook.atlantaga.gov/#!/view-data

    1. using package manager directly

      Does this get run at the root of the terminal?

    2. kustomize

      Is there any detrement to ignoring this semi error? homebrew-core is a shallow clone. homebrew-cask is a shallow clone.

      To brew update, first run: git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask fetch --unshallow These commands may take a few minutes to run due to the large size of the repositories. This restriction has been made on GitHub's request because updating shallow clones is an extremely expensive operation due to the tree layout and traffic of Homebrew/homebrew-core and Homebrew/homebrew-cask. We don't do this for you automatically to avoid repeatedly performing an expensive unshallow operation in CI systems (which should instead be fixed to not use shallow clones). Sorry for the inconvenience!

    3. Skaffold

      Before innstalling Skaffold, install gcloud, then you can run the following to install both Skaffold and kubectl

      gcloud components install skaffold

      Source: GCLOUD tab: https://skaffold.dev/docs/install/

      If you see the warning

      rm /usr/local/bin/kubectl

      Source:

    4. Minikube

      WARNING: Cannot find a quota project to add to ADC (Google Application Default Credentials). You might receive a "quota exceeded" or "API not enabled" error. To add a quota project run the following:

      Where do we acquire the QUOTA_PROJECT_ID?

      gcloud auth application-default set-quota-project [QUOTA_PROJECT_ID]

      Including "beta" in the command also has the same QUOTA_PROJECT_ID must be specified error: gcloud beta auth application-default set-quota-project

    5. Get GCP authentication

      If gcloud command not found, download: https://intellipaat.com/community/3063/gcloud-command-not-found-while-installing-google-cloud-sdk

      Run: ./google-cloud-sdk/install.sh

      Restart terminal (shell) as advised here: https://cloud.google.com/sdk/docs/quickstart

    1. Methodological Fusion

      ANALYTICS - Collect existing data

      SURVEY - Before providing data report

      SIMULATION - Predict changes

      Reduce energy through human actions, Provide energy usage change feedback (monthly), Reduce energy through automation

      EXPERIMENTS Sub-building test groups

      Repeat Analytics, Survey, Simulation, Experiments

      Full article: https://www.sciencedirect.com/science/article/pii/S0306261918302861#f0005


      Generate energy from solar panels while you work and take it home to power your electronics in the evening. Example: SolarGaps smart blinds: https://www.kickstarter.com/projects/1170840477/solargaps-smart-solar-blinds

  2. Feb 2019
    1. concepts, cross-validation, k-NN, decision trees

      Please add a link to the slides from the Thrusday, Feb 21, 2019 lecture. Thanks!

  3. Sep 2018