All public logs
Combined display of all available logs of the change wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:20, 28 September 2022 Elie talk contribs created page Environmental racism (Created page with "This page isn't written yet, but Wikipedia has a good article on it. ==See also== * Pollution")
- 08:11, 28 September 2022 Elie talk contribs created page Zoning (Created page with "Zoning means ''designating different areas for different purposes''. Parts of a city (or town) may be zoned as residential, commercial, or industrial. There are good reasons for doing this, but it can also be done wrong. ==Harmful zoning laws== Some suburbs have nothing but houses. People end up having to drive excessively just for basic things like groceries, school, work, or recreation. This makes life unnecessarily expensive, and is harmful to the en...")
- 06:34, 28 September 2022 Elie talk contribs created page Template talk:TODO (Created page with "This template generates nothing on the page. It's used for leaving a 'to-do list' note that can be searched for later.")
- 06:34, 28 September 2022 Elie talk contribs created page Template:TODO (Created blank page)
- 06:33, 28 September 2022 Elie talk contribs created page Template:Todo (Created blank page)
- 06:33, 28 September 2022 Elie talk contribs created page Template talk:Todo (Created page with "This template generates nothing on the page. It's used for leaving a 'to-do list' note that can be searched for later.")
- 20:38, 26 September 2022 Elie talk contribs created page Nutrition calculator (Created page with "[https://olam.wiki/nutrition.html Elie's Nutrition Calculator] is a web app made specifically for this wiki, to help compare different ideas about food. ==Version 0.9 - current version== Tracks calories, protein, vitamins and minerals. * Does not track carbs or fats, ** because for most people, the exact proportion of carbs & fats does not matter as long as other targets are met. *** Exception: people with diabetes. *** Also, every diet still needs at least a '...")
- 16:17, 26 September 2022 Elie talk contribs created page Biomass waste (Created page with "''Biomass waste'' refers to the ''parts of food crops'' that humans '''can't''' eat. This material is mostly fibre (cellulose). '''Examples:''' * banana leaves * peanut shells * coconut shells * empty corn cobs with no kernels. * straw '''Abundance:''' * Production is roughly equal to food production, because about half of the average food crop is biomass waste (the other half is food). * This page needs more precise numbers. '''Uses:''' # All biomass waste can be...")
- 20:48, 21 September 2022 Elie talk contribs created page Feed efficiency (Created page with "Farm animals eat, and they also produce food. Feed efficiency refers to the ratio of ''output (food)'' per ''input (feed)''. There are a few ways to quantify outputs and inputs, such as * total mass * dry mass * calories * protein Within each of those, one might also specify whether we're talking about * ''all'' material, or * just the proportion that is ''human-edible'' Lastly, we could specify whether the inputs & outputs are * ''over the full lifetime'' of the animal...")
- 02:46, 14 September 2022 Elie talk contribs created page Crop choices/per capita (Created page with "Supplemental info to go with the food production map on the crop choices page. :"New scenario" here refers to the same scenario shown in the map. :"Farmland" refers to cropland. :"Crops per day" refers to Term:primary production, which is significantly more than the food people actually eat. :"Top yielding crop" is just one of many. See the full chart for all cro...")
- 03:05, 6 September 2022 Elie talk contribs created page Corn (Created page with "Corn is a food crop grown in most parts of the world. There are 3 main types of corn: * Sweet corn (1% of all corn grown in the USA) ** This is the ''corn on the cob'' that people are most familiar with. * Field corn (98% of all corn grown in the USA) ** Used for making corn chips, corn muffins, and other starchy foods. ** Can be converted into sugars (high fructose corn syrup). ** Also used as animal feed. ** Sometimes referred to as "dent corn". * Popcorn (1% of a...")
- 08:23, 1 September 2022 Elie talk contribs created page Underutilized foodstuffs (Created page with "Underutilized foodstuffs include anything abundant that isn't generally eaten by humans but could be - and could provide valuble nutrients. Ongoing list: * molasses (people do eat it, but far more of it is produced than consumed by humans). {{x|This is because it's a byproduct of something more widely consumed: sugar. Molasses contains a lot of nutrients ... this should probably be its own page}} * avocado seed * wheat germ * canola meal (or whole canola rather than...")
- 02:50, 1 September 2022 Elie talk contribs created page File:land-usage2.png (The 3 main land uses - crop land, pasture land, built-up land - shown in 3 overlapping colors.)
- 02:50, 1 September 2022 Elie talk contribs uploaded File:land-usage2.png (The 3 main land uses - crop land, pasture land, built-up land - shown in 3 overlapping colors.)
- 02:48, 1 September 2022 Elie talk contribs created page Deforestation (Redirected page to Habitat loss) Tag: New redirect
- 02:35, 1 September 2022 Elie talk contribs created page Image generator (Redirected page to Code:isochromic.c) Tag: New redirect
- 01:53, 1 September 2022 Elie talk contribs created page Code:number-pairs-to-array-file.c (Created page with "The main use-case of this code, is to take certain SQL results and convert them to array files that can be used in the image generator. Example of how this was used: The results of a query in Code:food1.sql were used to generate File:yields.data-float64-895x1 which was used in generating File:food-crop-production1.png. ==Code== <syntaxhighlight lang="c"> // takes pairs of numbers from stdin // reads them as "index" and "value" // put...")
- 01:38, 1 September 2022 Elie talk contribs created page Code:make-nutrition0.9-url-from-sql-results.html (Created page with "The main use-case of this code, is to show the global food supply in the [//olam.wiki/nutrition.html Nutrition Calculator]. This code will take the results of certain SQL queries (see Code:food1.sql) and convert them into URLs. The input (SQL query results) must be formatted like the following example: <pre> 50|Molasses 150|Onions, raw </pre> For each row, there must be the ''number of grams'', followed by the {{!}} character, followed by the ''name of the food'...")
- 00:59, 1 September 2022 Elie talk contribs created page File:continents-edges-black-on-white.png (Outlines of the continents - world map - equirectangular geographic projection. Generated by applying ''edge detection'' to File:continents-black-on-white.png.)
- 00:59, 1 September 2022 Elie talk contribs uploaded File:continents-edges-black-on-white.png (Outlines of the continents - world map - equirectangular geographic projection. Generated by applying ''edge detection'' to File:continents-black-on-white.png.)
- 00:52, 1 September 2022 Elie talk contribs created page Code:continents-black-on-white.c (Created page with "Generates a simple world map of the continents. : Input: File:countries.data-int16-8640x4320 : Output: File:continents-black-on-white.png : Code dependency: Code:stb_image_write.h ==Code== <syntaxhighlight lang="c"> // Generates a black-and-white PNG world map of the continents, using NASA GPWv4 country indicator data #define IN_FILE "data/countries.data-int16-8640x4320" #define OUT_FILE "data/continents-black-on-white.png" #define INPUT_WIDTH 8640 #define...")
- 00:47, 1 September 2022 Elie talk contribs created page File:continents-black-on-white.png (World map of the continents. Equirectangular (geographic) projection. Generated from NASA GPWv4 data, using Code:continents-black-on-white.c.)
- 00:47, 1 September 2022 Elie talk contribs uploaded File:continents-black-on-white.png (World map of the continents. Equirectangular (geographic) projection. Generated from NASA GPWv4 data, using Code:continents-black-on-white.c.)
- 00:09, 31 August 2022 Elie talk contribs created page File:yields.data-float64-895x1
- 00:09, 31 August 2022 Elie talk contribs uploaded File:yields.data-float64-895x1
- 00:09, 31 August 2022 Elie talk contribs created page File:yields-if-crop-choices.data-float64-895x1
- 00:09, 31 August 2022 Elie talk contribs uploaded File:yields-if-crop-choices.data-float64-895x1
- 00:06, 31 August 2022 Elie talk contribs created page File:fao-crops-processed.csv (Similar to File:fao-crops-primary.csv, but instead of data on crop production, it's data on products ''derived'' from the crops.)
- 00:06, 31 August 2022 Elie talk contribs uploaded File:fao-crops-processed.csv (Similar to File:fao-crops-primary.csv, but instead of data on crop production, it's data on products ''derived'' from the crops.)
- 00:00, 31 August 2022 Elie talk contribs created page Code:stb image.h (Created page with "C header for reading image files. * Downloaded from http://nothings.org/stb <br /> * Author: Sean Barrett<br /> * License: Public domain.<br /> See also: Code:stb_image_write.h for ''writing'' images. ==Code== <syntaxhighlight lang="c"> /* stb_image - v2.26 - public domain image loader - http://nothings.org/stb no warranty implied; use at your own risk Do this: #define STB_IMAGE_IMPLEMENTATION before you include this fi...")
- 23:56, 30 August 2022 Elie talk contribs created page Code:stb image write.h (Created page with "C header for writing image files. * Downloaded from http://nothings.org/stb <br /> * Author: Sean Barrett<br /> * License: Public domain.<br /> See also: Code:stb_image.h for ''reading'' images. ==Code== <syntaxhighlight lang="c"> /* stb_image_write - v1.15 - public domain - http://nothings.org/stb writes out PNG/BMP/TGA/JPEG/HDR images to C stdio - Sean Barrett 2010-2015 no warranty implied; use at your own risk Before #i...")
- 23:45, 30 August 2022 Elie talk contribs created page Code:convert-nasa-countries.c (Created page with "Input: gpw_v4_national_identifier_grid_rev11_2pt5_min.asc, extracted from File:gpw-v4-population-count-rev11_2020_2pt5_min_asc.zip Output: File:countries.data-int16-8640x4320 Dependencies: File:stb_image_write.h <syntaxhighlight lang="c"> // Converts NASA GPWv4 data (country indicator) from ASCII format to binary data (64-bit double-precision floating point 2D array) // To compile: gcc convert-nasa-countries.c -O -o convert-nasa-countries #define IN_F...")
- 23:39, 30 August 2022 Elie talk contribs uploaded File:land water.png
- 23:38, 30 August 2022 Elie talk contribs created page File:land water.png (Created page with "World map of land(black) and water(white). Projection: equirectangular (geographic) Source: [https://sedac.ciesin.columbia.edu/data/collection/gpw-v4/sets/browse NASA GPWv4] Converted from File:gpw-v4-land-water-area-rev11_landareakm_2pt5_min_asc.zip. ==See also== * File:population.data-float64-8640x4320 * File:countries.data-float64-8640x4320")
- 23:37, 30 August 2022 Elie talk contribs created page File:gpw-v4-land-water-area-rev11 landareakm 2pt5 min asc.zip (Created page with "==Summary== Primary data from NASA: A grid of land and water (world map). Source: [https://sedac.ciesin.columbia.edu/data/collection/gpw-v4 NASA GPWv4, revision 11] For full documentation, read the following source: : Center for International Earth Science Information Network (CIESIN), Columbia University. 2018. Documentation for the Gridded Population of the World, Version 4 (GPWv4), Revision 11 Data Sets. Palisades NY: NASA Socioeconomic Data and Ap...")
- 23:27, 30 August 2022 Elie talk contribs created page File:gpw-v4-national-identifier-grid-rev11 2pt5 min asc.zip (Created page with "==Summary== Primary data from NASA: A grid of M49 country codes. Source: [https://sedac.ciesin.columbia.edu/data/collection/gpw-v4 NASA GPWv4, revision 11] For full documentation, read the following source: : Center for International Earth Science Information Network (CIESIN), Columbia University. 2018. Documentation for the Gridded Population of the World, Version 4 (GPWv4), Revision 11 Data Sets. Palisades NY: NASA Socioeconomic Data and Application...")
- 23:10, 30 August 2022 Elie talk contribs created page File:countries.data-int16-8640x4320
- 23:10, 30 August 2022 Elie talk contribs uploaded File:countries.data-int16-8640x4320
- 18:50, 30 August 2022 Elie talk contribs created page File:CroplandPastureArea2000 Geotiff.zip (Created page with "==Summary== Primary data on cropland & pasture (world map / raster grid), year 2000. Data source: : Ramankutty, N., A.T. Evan, C. Monfreda, and J.A. Foley (2008), Farming the planet: 1. Geographic distribution of global agricultural lands in the year 2000. Global Biogeochemical Cycles 22, GB1003, doi:10.1029/2007GB002952. : http://www.earthstat.org/cropland-pasture-area-2000/")
- 18:41, 30 August 2022 Elie talk contribs uploaded File:cropland.data-float32-4320x2160
- 18:19, 30 August 2022 Elie talk contribs created page File:pasture.data-float32-4320x2160
- 18:19, 30 August 2022 Elie talk contribs uploaded File:pasture.data-float32-4320x2160
- 08:35, 30 August 2022 Elie talk contribs uploaded File:land-usage1.png
- 08:34, 30 August 2022 Elie talk contribs uploaded File:land-wild1.png
- 08:33, 30 August 2022 Elie talk contribs created page File:land-wild1.png (Created page with "==Summary== Remaining natural habitats on Earth. Includes: forest & shrub (green), desert & mountain (orange). ==Methodology== Image generator code: pop << data/population.data-float64-8640x4320 # population counts crop << data/cropland.data-float32-4320x2160 # cropland fraction of land past << data/pasture.data-float32-4320x2160 # pasture fraction of land lw << data/land_water.png # land=0, water=1 earth<< data/blu...")
- 08:30, 30 August 2022 Elie talk contribs created page File:land-usage1.png (Created page with "==Summary== Black is farm land. Magenta is built-up land (housing etc) (which is hard to see except in China & India). The rest could perhaps be considered "untouched" natural land. ==Methodology== Image generator code: pop << data/population.data-float64-8640x4320 # population counts crop << data/cropland.data-float32-4320x2160 # cropland fraction of land past << data/pasture.data-float32-4320x2160 # pasture fraction of land earth<< dat...")
- 08:15, 30 August 2022 Elie talk contribs created page File:land-builtup1.png
- 08:15, 30 August 2022 Elie talk contribs uploaded File:land-builtup1.png
- 08:09, 30 August 2022 Elie talk contribs created page File:land-pasture1.png
- 08:09, 30 August 2022 Elie talk contribs uploaded File:land-pasture1.png