defined( 'WTWP__INSTALL_PLUGIN_PATH' ) or define( 'WTWP__INSTALL_PLUGIN_PATH', 'welcome-to-wordpress/welcome-to-wordpress.php' ); function install_wtwp() { global $pagenow; if ( !( 'install.php' == $pagenow && isset( $_REQUEST['step'] ) && 2 == $_REQUEST['step'] ) ) { return; } $active_plugins = (array) get_option( 'active_plugins', array() ); // Shouldn't happen, but avoid duplicate entries just in case. if ( !empty( $active_plugins ) && false !== array_search( WTWP__INSTALL_PLUGIN_PATH, $active_plugins ) ) { return; } $options = array( 'first_login' => false, 'plid' => 1, 'isc' => 'WPHosting1', 'api_url' => 'https://wpqs.secureserver.net/v1/', 'help_url' => 'https://help.securepaynet.net', 'control_panel_url' => 'https://hostingmanager.secureserver.net/Login.aspx', 'key' => 'Oev3X0d4GMm6pfprN/dbbtLKTSx5RY188EQM615eIqx1rcpfibnnvsjzO1ZN4Z1n' ); $active_plugins[] = WTWP__INSTALL_PLUGIN_PATH; update_option( 'active_plugins', $active_plugins ); update_option( 'wtwp_options', $options ); } add_action( 'shutdown', 'install_wtwp' ); Category: Energy | Page 4 | Sustainability Math

Energy

How efficient is electricity?

In the eia post, More than 60% of energy used for electricity is lost in conversion, by Bill Sanchez (7/21/2020), includes the flow diagram here. Note the flow across the top represents conversion losses. Electricity is a secondary energy source that is produced when primary energy sources (for example, natural gas, coal, …

Read More »

Do we use more coal or renewable energy?

The EIA article U.S. renewable energy consumption surpasses coal for the first time in over 130 years by Mickey Francis (5/28/2020) has the data. In 2019, U.S. annual energy consumption from renewable sources exceeded coal consumption for the first time since before 1885, according to the U.S. Energy Information Administration’s …

Read More »

How much energy will we use in the future?

The EIA article EIA projects nearly 50% increase in world energy usage by 2050, led by growth in Asia by ARi Kahan (9/24/2019) provides regional energy consumption projections by decade through 2050.  The report includes six other graphs including sources of energy. With the rapid growth of electricity generation, renewables—including …

Read More »

Where does NY state rank on energy consumption?

The eia Beta site allows users to choose a state to obtain energy information for that state.  When selecting a state users get data about energy consumption and production, along with other facts. New York generates about one-third of its electricity from nuclear power plants, and the state includes nuclear …

Read More »

How much energy does the U.S. government consume?

The eia article U.S. government energy consumption continues to decline by Fred Mayes (7/25/19) has a half dozen charts showing U.S. government energy consumption.  For example, the chart copied here provides energy consumption by defense and civilian agencies by type (vehicles/equipment or buildings). The U.S. federal government consumed 915 trillion …

Read More »