<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>LOW←TECH MAGAZINE English</title>
    <link>https://qelnixcor.cloud/authors/roel-roscam-abbing/</link>
    <description>This is a solar-powered website, which means it sometimes goes offline </description>
    <generator>Hugo 0.111.3</generator>
    <language>en</language>
    <lastBuildDate>Tue, 13 Jun 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://qelnixcor.cloud/authors/roel-roscam-abbing/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Rebuilding a Solar Powered Website</title>
      <link>https://qelnixcor.cloud/2023/06/rebuilding-a-solar-powered-website/</link>
      
      <enclosure url="https://qelnixcor.cloud/2023/06/rebuilding-a-solar-powered-website/images/dithers/solar-hugo-screenshot_dithered.png" type="image/png" length="31868" ></enclosure>
      <pubDate>Tue, 13 Jun 2023 00:00:00 +0000</pubDate>
      
      <guid>https://qelnixcor.cloud/2023/06/rebuilding-a-solar-powered-website/</guid>
      <description>&lt;div class=&#34;article-img &#34;&gt;
&lt;figure data-imgstate=&#34;dither&#34;&gt;
&lt;img src=&#34;https://qelnixcor.cloud/2023/06/rebuilding-a-solar-powered-website/images/dithers/solar-hugo-screenshot_dithered.png&#34; alt=&#39;A screenshot of the markdown file for this page.&#39; loading=&#34;lazy&#34;/&gt;&lt;/figure&gt;
&lt;figcaption class=&#34;caption&#34;&gt;
&lt;p&gt;A screenshot of the markdown file for this page.&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;During the last months we have been working on switching the solar powered website from one static site generator (Pelican) to another (Hugo). Many readers will not notice the changes right away, as we have not made any major adjustments to the design. Nevertheless, the new platform has allowed us to address some issues based on the feedback we received over the years.&lt;/p&gt;
&lt;p&gt;The new solar website was designed by &lt;a href=&#34;https://motsuka.com&#34;&gt;Marie Otsuka&lt;/a&gt; and &lt;a href=&#34;https://roelof.info&#34;&gt;Roel Roscam Abbing&lt;/a&gt;, the same people who were behind the first solar design. &lt;a href=&#34;https://verdeil.net&#34;&gt;Marie Verdeil&lt;/a&gt; assisted throughout the process and coordinated the migration of the website.&lt;/p&gt;
&lt;h2 id=&#34;switching-platforms&#34;&gt;Switching Platforms&lt;/h2&gt;
&lt;p&gt;The original solar website, &lt;a href=&#34;https://qelnixcor.cloud/2018/09/how-to-build-a-low-tech-website/&#34;&gt;launched in 2018&lt;/a&gt;, ran on a static site generator called &lt;a href=&#34;https://getpelican.com&#34;&gt;Pelican&lt;/a&gt;. While this remains a good choice for a relatively small website, the solar-powered version of Low-tech Magazine has grown significantly over time. Initially it featured only a selection of the English language website, but has expanded over time to contain not only more English language articles, but translations in five other languages as well. Organizing articles and publishing changes on such a large website became a cumbersome process. For example, it took more than an hour to regenerate the site on changes – even if we only added one comment.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://gohugo.io&#34;&gt;Hugo&lt;/a&gt; is a static site generator written in a faster programming language. In Pelican, much of the functionality we needed for the website such as support for multiple languages and image compression came as plugins of varying quality. This lead to limitations over time. In Hugo, these features are better supported from the start as they are core to the project. As a consequence of switching to Hugo we managed to reduce the generation time on the server from over an hour to approximately twelve minutes. On a modern laptop the difference is between several minutes and several seconds of generation.&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; This difference in time also means a difference in energy use on the server.&lt;/p&gt;
&lt;p&gt;Aside from faster website builds, Hugo allows for a better organisation of content and is more flexible in defining categories for displaying that content. This allowed us, for example, to create dedicated pages highlighting the different &lt;a href=&#34;&#34;&gt;contributors and translators&lt;/a&gt; to the magazine. However, despite both projects using posts written in Markdown, migrating all content from Pelican to Hugo was a time-consuming task. Both because of subtle differences in the post metadata format and because our Hugo setup requires its own shortcodes to allow the display of  images, captions, and links. We converted the majority of articles from one platform to another using a custom script, but it still took another two months to iron out and manually repair inconsistencies in the content.&lt;/p&gt;
&lt;h2 id=&#34;design-changes&#34;&gt;Design changes&lt;/h2&gt;
&lt;h3 id=&#34;battery-meter&#34;&gt;Battery meter&lt;/h3&gt;
&lt;p&gt;The new platform allowed us to address two design issues that regularly came up in the feedback over the last years. The first concerns the battery meter, which reflects the battery status of our off-the-grid website configuration. Some people found that it interfered with the reading process, especially when it’s halfway the page. The battery meter remains an elementary part of our design, revealing the material infrastructure that supports the website. However, it now remains at the top of the document, and no longer moves along as one scrolls down an article to interfere with the text.&lt;/p&gt;
&lt;h3 id=&#34;images&#34;&gt;Images&lt;/h3&gt;
&lt;p&gt;The second and major design improvement concerns the images. Dithered image compression works great for many images, and even makes black and white images more attractive. However, some images become unclear. This is especially so for graphs, which can become unreadable if they are not designed with dithering in mind. For some other images, the colors convey information that is lost in the dithering process.&lt;/p&gt;
&lt;p&gt;The new design allows the visitor to turn off the dithering compression for individual images, revealing the original photo or illustration. The original images we show are compressed in a conventional way and are slightly heavier than the dithered images. Revealing them thus increases the load on our server. It remains to be seen how this will influence the energy use and uptime of the solar website.&lt;/p&gt;
&lt;p&gt;Furthermore, the images are no longer full screen, which is especially advantageous when the website is viewed on a large computer screen.&lt;/p&gt;
&lt;h2 id=&#34;source-code&#34;&gt;Source Code&lt;/h2&gt;
&lt;p&gt;As was the case with the original Pelican theme, we &lt;a href=&#34;https://github.com/lowtechmag/solar_v2&#34;&gt;release the Hugo theme as open source software&lt;/a&gt;. The original solar web theme and plugins remain available, but are no longer updated nor maintained.&lt;/p&gt;
&lt;h2 id=&#34;running-low-tech-magazine-on-1-website&#34;&gt;Running Low-tech Magazine on 1 website&lt;/h2&gt;
&lt;p&gt;This major redesign is the penultimate step towards running Low-tech Magazine on just one (solar-powered) website. Ever since the launch of the solar powered website in 2018, the old (English language) website &lt;a href=&#34;https://www.lowtechmagazine.com&#34;&gt;has remained online and up-to-date&lt;/a&gt;. This is troublesome, for several reasons.&lt;/p&gt;
&lt;p&gt;First, running two similar websites is not consistent with our aim to lower the ecological footprint of the publication. The more so because the original website – a dynamic website hosted on blogging platform &lt;em&gt;TypePad&lt;/em&gt; – is not lightweight. A second website running on grid power also defeats the purpose of going offline when the weather is bad – the old website remains online no matter the weather. Second, the need to update two websites involves a lot of extra work that would better be dedicated to writing and researching. The layout for every article has to be made twice, on different platforms. Comments and changes to the articles also have to be updated on two platforms.&lt;/p&gt;
&lt;p&gt;The higher quality of the images was one of the main reasons to keep the old website up-to-date. Now that the original images can be viewed on the solar powered website, we will no longer update the old website. From now on, new content (including comments on older articles) only appears on the solar powered website. The &lt;em&gt;TypePad&lt;/em&gt; website will remain online until summer, when we plan to move the part of the archive that has still not been converted to the static web format. It concerns mostly articles and pages from the early days.&lt;/p&gt;
&lt;p&gt;For most other languages, the switch to the solar powered website has been completed already and the original websites have been shut down. The only exception is the original Dutch language website, which is no longer updated but remains online (also hosted at &lt;em&gt;TypePad&lt;/em&gt;) to keep the older articles accessible. Due to the high number of original articles on that website, it will be the last original website to disappear, if ever. It still has &lt;a href=&#34;https://www.lowtechmagazine.be&#34;&gt;the original design from 2007&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;user-friendliness&#34;&gt;User-friendliness&lt;/h2&gt;
&lt;p&gt;The new solar design brings nothing but advantages to the readers of Low-tech Magazine. However, on the publishing side, the balance is less positive. A greater usability for the visitors has gone (partly) at the expense of a lower usability for the author. The shortcodes used by Hugo are &lt;a href=&#34;https://github.com/lowtechmag/solar_v2#image-shortcodes&#34;&gt;much clunkier&lt;/a&gt; than the syntax used by Pelican, and that adds to the time that it takes to make the layout for an article. This partly negates the time that is won by no longer having to update the second website.&lt;/p&gt;
&lt;p&gt;Static websites are much more energy efficient than dynamic websites. However, static site generators still have a long way to go in terms of usability before they can become more mainstream and compete with tools such as WordPress. In the five years between our initial release and this one, to our surprise, no robust and user-friendly application for static site generators has appeared that could replace our current workflow. Several projects exist, but these are all dependent on proprietary cloud services. A usable graphical interface for static site generators is still where key contributions to this field can be made. In the upcoming months, we will try to improve things on the publishing side, and as always, we welcome your feedback and suggestions. Please also share bugs or inconsistencies that we have missed in the migration. Thanks to everyone who has supported this project over the years.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;To understand the difference, we ran both the Hugo and the Pelican site generators in an experiment. The Pelican build is based on the &lt;a href=&#34;https://github.com/lowtechmag/solar&#34;&gt;solar theme&lt;/a&gt; and &lt;a href=&#34;https://github.com/lowtechmag/solar-plugins&#34;&gt;plugins&lt;/a&gt;. The Hugo build is based on the &lt;a href=&#34;https://github.com/lowtechmag/solar_v2&#34;&gt;solar_v2&lt;/a&gt; theme and dithering and file size calculation scripts as defined in &lt;a href=&#34;https://github.com/lowtechmag/solar_v2/blob/main/utils/build_site.sh&#34;&gt;the build script&lt;/a&gt;. Both sites have 447 articles across various languages and more than 1500 images. The results of the experiment are visible in the table below. The first two rows show how long it takes to build the site on first run. During the first run, all assets need to be generated and images need to be compressed, which takes longer than subsequent runs where the assets are cached. The last two rows show generation times when assets are already cached. The times displayed are the average time of three runs on both the solar server (an A20 processor with two 1 GHz cores and 1 GB of RAM) and a modern laptop (an Intel i7-8650U Processor with four cores at 1.9 GHz and 32 GB of RAM). Generating the Hugo site on the solar server without cached assets is not possible to do in one go because the process either runs out of memory or exceeds the timeout limit of Hugo. In that case, the command has to be run several times in a row. While it seems as if Hugo is slower than Pelican on the laptop, that is likely explained by the Hugo site running &lt;em&gt;both&lt;/em&gt; a dithering logic and another compression logic for the images. In Pelican, images are only dithered and originals not recompressed.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Hugo&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Pelican&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Solar Server (first run)&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;100 minutes, 47 seconds&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Modern Laptop (first run)&lt;/td&gt;
&lt;td&gt;13 minutes, 31 seconds&lt;/td&gt;
&lt;td&gt;12 minutes, 53 seconds&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Solar Server (cached)&lt;/td&gt;
&lt;td&gt;11 minutes, 57 seconds&lt;/td&gt;
&lt;td&gt;68 minutes, 47 seconds&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Modern Laptop (cached)&lt;/td&gt;
&lt;td&gt;46 seconds&lt;/td&gt;
&lt;td&gt;04 minutes, 57 seconds&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>How Sustainable is a Solar Powered Website?</title>
      <link>https://qelnixcor.cloud/2020/01/how-sustainable-is-a-solar-powered-website/</link>
      
      <enclosure url="https://qelnixcor.cloud/2020/01/how-sustainable-is-a-solar-powered-website/images/dithers/detail-system-diego_dithered.png" type="image/png" length="10369" ></enclosure>
      <pubDate>Tue, 28 Jan 2020 00:00:00 +0000</pubDate>
      
      <guid>https://qelnixcor.cloud/2020/01/how-sustainable-is-a-solar-powered-website/</guid>
      <description>&lt;div class=&#34;article-img &#34;&gt;
&lt;figure data-imgstate=&#34;dither&#34;&gt;
&lt;img src=&#34;https://qelnixcor.cloud/2020/01/how-sustainable-is-a-solar-powered-website/images/dithers/detail-system-diego_dithered.png&#34; alt=&#39;Illustration: Diego Marmolejo.&#39; loading=&#34;lazy&#34;/&gt;&lt;/figure&gt;
&lt;figcaption class=&#34;caption&#34;&gt;
 Illustration: [Diego Marmolejo](https://www.instagram.com/ddidak/). 
&lt;/figcaption&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Our self-hosted, solar-powered, off-grid website has been running for 15 months now. In this article, we present its energy and uptime data, and calculate the embodied energy of our configuration. Based on these results, we consider the optimal balance between sustainability and server uptime, and outline possible improvements.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;#uptime&#34;&gt;Uptime, electricity use, system efficiency&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;#balance&#34;&gt;What’s the optimal balance between uptime and sustainability?&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;#uptime-and-battery&#34;&gt;Uptime and battery size&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;#solarpanel&#34;&gt;Uptime and solar panel size&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;#embodied&#34;&gt;Embodied energy of different sizes of solar panels and batteries&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;#emissions&#34;&gt;CO2-emissions: how sustainable is a solar powered website?&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;#improvements&#34;&gt;Possible improvements&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;#scale&#34;&gt;Let’s scale things up!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;#network&#34;&gt;Energy use of our website throughout the internet&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In September 2018, Low-tech Magazine &lt;a href=&#34;https://qelnixcor.cloud/2018/09/how-to-build-a-low-tech-website/&#34;&gt;launched a new website&lt;/a&gt; that aimed to radically reduce the energy use and carbon emissions associated with accessing its content. Internet energy use is &lt;a href=&#34;https://qelnixcor.cloud/2015/10/why-we-need-a-speed-limit-for-the-internet/&#34;&gt;growing quickly&lt;/a&gt; on account of both increasing bit rates (online content gets “heavier”) and increased time spent online (especially since the arrival of mobile computing and wireless internet).&lt;/p&gt;
&lt;p&gt;The solar powered website bucks against these trends. To drop energy use far below that of the average website, we opted for a back-to-basics web design, using a &lt;a href=&#34;https://qelnixcor.cloud/about.html#how&#34;&gt;static website&lt;/a&gt; instead of a database driven content management system. To reduce the energy use associated with the production of the solar panel and the battery, we chose a minimal set-up and accepted that the website goes off-line &lt;a href=&#34;https://qelnixcor.cloud/power.html&#34;&gt;when the weather is bad&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;span-iduptimeuptime-electricity-use--system-efficiencyspan&#34;&gt;&lt;span id=&#34;uptime&#34;&gt;Uptime, Electricity Use &amp;amp; System Efficiency&lt;/span&gt;&lt;/h2&gt;
&lt;h3 id=&#34;uptime&#34;&gt;Uptime&lt;/h3&gt;
&lt;p&gt;The solar powered website goes off-line when the weather is bad – but how often does that happen? For a period of about one year (351 days, from 12 December 2018 to 28 November 2019), we achieved an uptime of 95.26%. This means that we were off-line due to bad weather for 399 hours.&lt;/p&gt;
&lt;p&gt;If we ignore the last two months, our uptime was 98.2%, with a downtime of only 152 hours. Uptime plummeted to 80% during the last two months, when a software upgrade &lt;a href=&#34;https://qelnixcor.cloud/about.html#often&#34;&gt;increased the energy use of the server&lt;/a&gt;. This knocked the website off-line for at least a few hours every night.&lt;/p&gt;
&lt;h3 id=&#34;electricity-use-and-system-efficiency&#34;&gt;Electricity Use and System Efficiency&lt;/h3&gt;
&lt;p&gt;Let’s have a look at the electricity used by our web server (the “operational” energy use). We have measurements from the server and from the solar charge controller. Comparing both values reveals the inefficiencies in the system. Over a period of roughly one year (from 3 December 2018 to 24 November 2019), the electricity use of our server was 9.53 kilowatt-hours (kWh).&lt;/p&gt;
&lt;p&gt;We measured significant losses in the solar PV system due to voltage conversions and charge/discharge losses in the battery. The solar charge controller showed a yearly electricity use of 18.10 kWh, meaning that system efficiency was roughly 50%.&lt;/p&gt;
&lt;h3 id=&#34;energy-use-per-unique-visitor&#34;&gt;Energy Use per Unique Visitor&lt;/h3&gt;
&lt;p&gt;During the period under study, the solar powered website received 865,000 unique visitors. Including all energy losses in the solar set-up, electricity use per unique visitor is then 0.021 watt-hour.&lt;/p&gt;
&lt;p&gt;One kilowatt-hour of solar generated electricity can thus serve almost 50,000 unique visitors, and one watt-hour of electricity can serve roughly 50 unique visitors. This is all renewable energy and as such there are no direct associated carbon emissions.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;One kilowatt-hour of solar generated electricity can serve almost 50,000 unique visitors&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&#34;span-idbalanceembodied-energy-use--uptimespan&#34;&gt;&lt;span id=&#34;balance&#34;&gt;Embodied Energy Use &amp;amp; Uptime&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;The story often ends here when renewable energy is presented as a solution for the growing energy use of the internet. When researchers examine the energy use of data centers, which host the content that is accessible on the internet, they never take into account the energy that is required to build and maintain the infrastructure that powers those data centers.&lt;/p&gt;
&lt;p&gt;There is no such omission with a self-hosted website powered by an off-the-grid solar PV installation. The solar panel, the battery, and the solar charge controller are equally essential parts of the installation as the server itself. Consequently, energy use for the mining of the resources and the manufacture of these components – the “embodied energy” – must also be taken into account.&lt;/p&gt;
&lt;div class=&#34;article-img  vertical&#34;&gt;
&lt;figure data-imgstate=&#34;dither&#34;&gt;
&lt;img src=&#34;https://qelnixcor.cloud/2020/01/how-sustainable-is-a-solar-powered-website/images/dithers/system-diego_dithered.png&#34; alt=&#39;A simple representation of our system. The voltage conversion (between the 12V charge controller and the 5V server) and the battery meter (between the server and the battery) are missing. Illustration: Diego Marmolejo.&#39; loading=&#34;lazy&#34;/&gt;&lt;/figure&gt;
&lt;figcaption class=&#34;caption&#34;&gt;
 A simple representation of our system. The voltage conversion (between the 12V charge controller and the 5V server) and the battery meter (between the server and the battery) are missing. Illustration: [Diego Marmolejo](https://www.instagram.com/ddidak/). 
&lt;/figcaption&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;A simple representation of our system. The voltage conversion (between the 12V charge controller and the 5V server) and the battery meter (between the server and the battery) are missing.  Unfortunately, most of this energy comes from fossil fuels, either in the form of diesel (mining the raw materials and transporting the components) or in the form of electricity generated mainly by fossil fuel power plants (most manufacturing processes).&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The sizing of battery and solar panel is a compromise between uptime and sustainability&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The embodied energy of our configuration is mainly determined by the size of the battery and the solar panel. At the same time, the size of battery and solar panel determine how often the website will be online (the “uptime”). Consequently, the sizing of battery and solar panel is a compromise between uptime and sustainability.&lt;/p&gt;
&lt;p&gt;To find the optimal balance, we have run (and keep running) our system with different combinations of solar panels and batteries. Uptime and embodied energy are also determined by the local weather conditions, so the results we present here are only valid for &lt;a href=&#34;https://qelnixcor.cloud/power.html&#34;&gt;our location&lt;/a&gt; (the balcony of the author’s home near Barcelona, Spain).&lt;/p&gt;
&lt;div class=&#34;article-img &#34;&gt;
&lt;figure data-imgstate=&#34;dither&#34;&gt;
&lt;img src=&#34;https://qelnixcor.cloud/2020/01/how-sustainable-is-a-solar-powered-website/images/dithers/solar-panels-sizes_dithered.png&#34; alt=&#39;&#39; loading=&#34;lazy&#34;/&gt;&lt;/figure&gt;
&lt;figcaption class=&#34;caption&#34;&gt;
&lt;/figcaption&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;article-img &#34;&gt;
&lt;figure data-imgstate=&#34;dither&#34;&gt;
&lt;img src=&#34;https://qelnixcor.cloud/2020/01/how-sustainable-is-a-solar-powered-website/images/dithers/batteries-sizes_dithered.png&#34; alt=&#39;Illustration: Diego Marmolejo&#39; loading=&#34;lazy&#34;/&gt;&lt;/figure&gt;
&lt;figcaption class=&#34;caption&#34;&gt;
 Illustration: [Diego Marmolejo](https://www.instagram.com/ddidak/) 
&lt;/figcaption&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;span-iduptime-and-batteryuptime-and-battery-sizespan&#34;&gt;&lt;span id=&#34;uptime-and-battery&#34;&gt;Uptime and Battery size&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;Battery storage capacity determines how long the website can run without a supply of solar power. A minimum of energy storage is required to get through the night, while additional storage can compensate for a certain period of low (or no) solar power production during the day. Batteries deteriorate with age, so it’s best to start with more capacity than is actually needed, otherwise the battery needs to be replaced rather quickly.&lt;/p&gt;
&lt;h3 id=&#34;-90-uptime&#34;&gt;&amp;gt; 90% Uptime&lt;/h3&gt;
&lt;p&gt;First, let’s calculate the minimum energy storage needed to keep the website online during the night, provided that the weather is good, the battery is new, and the solar panel is large enough to charge the battery completely. The average power use of our web server during the first year, including all energy losses in the solar installation, was 1.97 watts. During the shortest night of the year (8h50, June 21), we need 17.40 watt-hour of storage capacity, and during the longest night of the year (14h49, December 21), we need 29.19 Wh.&lt;/p&gt;
&lt;h4 id=&#34;minimum-energy-storage-required-to-keep-the-website-online-during-the-night&#34;&gt;Minimum energy storage required to keep the website online during the night*&lt;/h4&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Month&lt;/th&gt;
&lt;th&gt;Daylight&lt;/th&gt;
&lt;th&gt;Night&lt;/th&gt;
&lt;th&gt;Storage&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;21 Sep 2018&lt;/td&gt;
&lt;td&gt;12h13min&lt;/td&gt;
&lt;td&gt;11h47min&lt;/td&gt;
&lt;td&gt;23.21 Wh&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;21 Oct 2018&lt;/td&gt;
&lt;td&gt;10h52min&lt;/td&gt;
&lt;td&gt;13h8min&lt;/td&gt;
&lt;td&gt;25.87 Wh&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;21 Nov 2018&lt;/td&gt;
&lt;td&gt;9h41min&lt;/td&gt;
&lt;td&gt;14h19min&lt;/td&gt;
&lt;td&gt;28.2 Wh&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;21 Dec 2018&lt;/td&gt;
&lt;td&gt;9h11min&lt;/td&gt;
&lt;td&gt;14h49min&lt;/td&gt;
&lt;td&gt;29.1 Wh&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;21 Jan 2019&lt;/td&gt;
&lt;td&gt;9h41min&lt;/td&gt;
&lt;td&gt;14h19min&lt;/td&gt;
&lt;td&gt;28.2 Wh&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;21 Feb 2019&lt;/td&gt;
&lt;td&gt;10h53min&lt;/td&gt;
&lt;td&gt;13h7min&lt;/td&gt;
&lt;td&gt;25.84 Wh&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;21 Mar 2019&lt;/td&gt;
&lt;td&gt;12h13min&lt;/td&gt;
&lt;td&gt;11h47min&lt;/td&gt;
&lt;td&gt;23.22 Wh&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;21 Apr 2019&lt;/td&gt;
&lt;td&gt;13h34min&lt;/td&gt;
&lt;td&gt;10h26min&lt;/td&gt;
&lt;td&gt;20.55 Wh&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;21 May 2019&lt;/td&gt;
&lt;td&gt;14h41min&lt;/td&gt;
&lt;td&gt;9h19min&lt;/td&gt;
&lt;td&gt;18.35 Wh&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;21 Jun 2019&lt;/td&gt;
&lt;td&gt;15h10min&lt;/td&gt;
&lt;td&gt;8h50min&lt;/td&gt;
&lt;td&gt;17.4 Wh&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;21 Jul 2019&lt;/td&gt;
&lt;td&gt;14h43min&lt;/td&gt;
&lt;td&gt;9h17min&lt;/td&gt;
&lt;td&gt;18.29 Wh&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;21 Aug 2019&lt;/td&gt;
&lt;td&gt;13h36min&lt;/td&gt;
&lt;td&gt;10h24min&lt;/td&gt;
&lt;td&gt;20.49 Wh&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;ul class=&#34;caption&#34;&gt;
&lt;li&gt;Location: Barcelona&lt;/li&gt;
&lt;li&gt;Provided that the weather is sunny&lt;/li&gt;
&lt;li&gt;Wh = Watt-hours&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Because lead-acid batteries should not be discharged below half of their capacity, the solar powered server requires a 60 Wh lead-acid battery to get through the shortest nights when solar conditions are optimal (2 x 29.19Wh). For most of the year we ran the system with a slightly larger energy storage (up to 86.4 Wh) and a 50W solar panel, and achieved the above mentioned uptime of 95-98%.&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;h3 id=&#34;100-uptime&#34;&gt;100% Uptime&lt;/h3&gt;
&lt;p&gt;A larger battery would keep the website running even during longer periods of bad weather, again provided that the solar panel is large enough to charge the battery completely. To compensate for each day of very bad weather (no significant power production), we need 47.28 watt-hour (24h x 1.97 watts) of storage capacity.&lt;/p&gt;
&lt;p&gt;From 1 December 2019 to 12 January 2020, we combined the 50 W solar panel with a 168 watt-hour battery, which has a practical storage capacity of 84 watt-hour. This is enough storage to keep the website running for two nights and a day. Even though we tested this configuration during the darkest period of the year, we had relatively nice weather and achieved an uptime of 100%.&lt;/p&gt;
&lt;p&gt;However, to assure an uptime of 100% over a period of years would require more energy storage. To keep the website online during four days of low or no power production, we would need a 440 watt-hour lead-acid battery – the size of a car battery. We include this configuration to represent the conventional approach to off-grid solar power.&lt;/p&gt;
&lt;h3 id=&#34;-90-uptime-1&#34;&gt;&amp;lt; 90% Uptime&lt;/h3&gt;
&lt;p&gt;We also made calculations for batteries that aren’t large enough to get the website through the shortest night of the year: 48 Wh, 24 Wh, and 15.6 Wh (with practical storage capacities of 24 Wh, 12 Wh, and 7.8 Wh, respectively). The latter is the smallest lead-acid battery commercially available.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A website that goes off-line in evening could be an interesting option for a local online publication with low anticipated traffic after midnight.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;If the weather is good, the 48 Wh lead-acid battery will keep the server running during the night from March to September. The 24 Wh lead acid-battery can keep the website online for a maximum of 6 hours, meaning that the server will go off-line each night of the year, although at different hours depending on the season.&lt;/p&gt;
&lt;p&gt;Finally, the 15.6 Wh battery keeps the website online for only four hours when there’s no solar power. Even if the weather is good, the server will stop working around 1 am in summer and around 9 pm in winter. The maximum uptime for the smallest battery would be around 50%, and in practice it will be lower due to clouds and rain.&lt;/p&gt;
&lt;p&gt;A website that goes off-line in evening could be an interesting option for a local online publication with low anticipated traffic after midnight. However, since Low-tech Magazine’s readership is almost equally divided between Europe and the USA this is not an attractive option. If the website goes down every night, our American readers could only access it during the morning.&lt;/p&gt;
&lt;h4 id=&#34;expected-uptimes-by-battery-type-on-a-full-charge&#34;&gt;Expected uptimes by battery type on a full charge.&lt;/h4&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Battery&lt;/th&gt;
&lt;th&gt;Uptime&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;440Wh&lt;/td&gt;
&lt;td&gt;Website gets through 4 days of bad weather&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;168Wh&lt;/td&gt;
&lt;td&gt;Website gets through 1 day of bad weather&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;86.4Wh&lt;/td&gt;
&lt;td&gt;Website gets through the night if the weather is good&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;48Wh&lt;/td&gt;
&lt;td&gt;Website goes offline many nights of the year&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;24Wh&lt;/td&gt;
&lt;td&gt;Website goes offline every night&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;15.6Wh&lt;/td&gt;
&lt;td&gt;Website goes offline every night&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;span-idsolarpaneluptime-and-solar-panel-sizespan&#34;&gt;&lt;span id=&#34;solarpanel&#34;&gt;Uptime and Solar Panel Size&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;The uptime of the solar powered website is not only determined by the battery, but also by the solar panel, especially in relation to bad weather. The larger the solar panel, the quicker it will charge the battery and fewer hours of sun will be needed to get the website through the night. For example, with the 50 W solar panel, one to two hours of full sun are sufficient to completely charge most of the batteries.&lt;/p&gt;
&lt;p&gt;Replace the 50 W solar panel by a 10 W solar panel, however, and the system needs at least 5.5 hours to charge the 86.4 Wh battery in optimal conditions (2 W to operate the server, 8 W to charge the battery). If the 10W solar panel is combined with a larger, 168 Wh lead-acid battery, it needs 10.5 hours of full sun to charge the battery completely, which is only possible from February to November.&lt;/p&gt;
&lt;h3 id=&#34;clouds&#34;&gt;Clouds&lt;/h3&gt;
&lt;p&gt;A larger solar panel is equally advantageous during cloudy weather. Clouds can lower solar energy production to anywhere between 0 and 90% of maximum capacity, depending on the thickness of cloud cover. If a 50 watt solar panel produces just 10% of its maximum capacity (5W), that’s still enough to run the server (2W) and charge the battery (3W).&lt;/p&gt;
&lt;p&gt;However, if a 10 W solar panel only produces 10% of its capacity, that’s just enough to power the server, and the battery won’t be charged. We ran the website on a 10 W panel from 12 to 21 January 2020, and it quickly went down when the weather was not optimal. We are now powering the website with a 30W solar panel (and a 168 Wh battery).&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A larger solar panel increases the chances that the website remains online even when weather conditions are not optimal.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;A 5 W solar panel – the smallest 12V solar panel commercially available – is the absolute minimum required to run a solar powered website. However, only under optimal conditions will it be able to power the server (2W) and charge the battery (3W), and it could only keep the website running through the night if the day is long enough. Because solar panels rarely generate their maximum power capacity, this would result in a website that is online only while the sun shines.&lt;/p&gt;
&lt;p&gt;Even though the combination of a small solar panel and large battery can have the same embodied energy as the combination of a large solar panel and a small battery, the system each creates will have very different characteristics. In general, it’s best to opt for a larger solar panel and a smaller battery, because this combination increases the life expectancy of the battery – lead-acid batteries need to be fully charged from time to time or they lose storage capacity.&lt;/p&gt;
&lt;h2 id=&#34;span-idembodiedembodied-energy-for-different-sizes-of-batteries-and-solar-panelsspan&#34;&gt;&lt;span id=&#34;embodied&#34;&gt;Embodied Energy for Different Sizes of Batteries and Solar Panels&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;It takes 1.03 megajoule (MJ) to produce 1 watt-hour of lead-acid battery capacity&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;, and 3,514 MJ of energy to produce one m2 of solar panel.&lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt; In the table below, we present the embodied energy for different sizes of batteries and solar panels and then calculate the embodied energy per year, based on a life expectancy of 5 years for batteries and 25 years for solar panels. The values are converted to kilowatt-hours per year and refer to primary energy, not electricity.&lt;/p&gt;
&lt;p&gt;A solar powered website also needs a charge controller and of course a web server. The embodied energy for these components remains the same no matter the size of solar panel or battery. The embodied energy per year is based on a life expectancy of 10 years. &lt;sup id=&#34;fnref:4&#34;&gt;&lt;a href=&#34;#fn:4&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;4&lt;/a&gt;&lt;/sup&gt;&lt;sup id=&#34;fnref:5&#34;&gt;&lt;a href=&#34;#fn:5&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;5&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;h4 id=&#34;embodied-energy-of-different-components-per-year-of-operation&#34;&gt;Embodied Energy of Different Components (per year of operation)&lt;/h4&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Battery*&lt;/th&gt;
&lt;th&gt;Embodied Energy&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;440Wh battery&lt;/td&gt;
&lt;td&gt;25.17 kWh/year&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;168Wh battery&lt;/td&gt;
&lt;td&gt;9.60 kWh/year&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;86.4Wh battery&lt;/td&gt;
&lt;td&gt;3.91 kWh/year&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;48Wh battery&lt;/td&gt;
&lt;td&gt;2.75 kWh/year&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;24Wh battery&lt;/td&gt;
&lt;td&gt;1.27 kWh/year&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;15.6Wh battery&lt;/td&gt;
&lt;td&gt;0.89 kWh/year&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;ul class=&#34;caption&#34;&gt;
&lt;li&gt;Calculated on a life expectancy of 5 years&lt;/li&gt;
&lt;li&gt;kWh/year = primary energy&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Solar Panel*&lt;/th&gt;
&lt;th&gt;Embodied Energy&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;50W solar panel&lt;/td&gt;
&lt;td&gt;16.96 kWh/year&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;30W solar panel&lt;/td&gt;
&lt;td&gt;10.20 kWh/year&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;10W solar panel&lt;/td&gt;
&lt;td&gt;3.40 kWh/year&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;5W solar panel&lt;/td&gt;
&lt;td&gt;1.70 kWh/year&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;ul class=&#34;caption&#34;&gt;
&lt;li&gt;Calculated on a life expectancy of 25 years&lt;/li&gt;
&lt;li&gt;kWh/year = primary energy&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Other Components*&lt;/th&gt;
&lt;th&gt;Embodied Energy&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Solar charge controller&lt;/td&gt;
&lt;td&gt;3.33 kWh/year&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Server&lt;/td&gt;
&lt;td&gt;5.00 kWh/year&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;ul class=&#34;caption&#34;&gt;
&lt;li&gt;Calculated on a life expectancy of 10 years&lt;/li&gt;
&lt;li&gt;kWh/year = primary energy&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We now have all data to calculate the total embodied energy for each combination of solar panels and batteries. The results are presented in the table below. The embodied energy varies by a factor of five depending on the configuration: from 10.92 kWh primary energy per year for the combination of the smallest solar panel (5W) with the smallest battery (15.6 Wh) to 50.46 kWh primary energy per year for the combination of the largest solar panel (50 W) with the largest battery (440Wh).&lt;/p&gt;
&lt;h4 id=&#34;embodied-energy-per-year-for-different-solar-set-ups&#34;&gt;Embodied energy per year for different solar set-ups*&lt;/h4&gt;
&lt;table class=&#34;setuptable&#34;&gt;
&lt;thead&gt;
&lt;tr&gt;
	&lt;td&gt;
	&lt;/td&gt;
	&lt;td colspan=&#34;4&#34; style=&#34;text-align: center;&#34;&gt;
		Solar Panel 	&lt;/td&gt;
&lt;tr&gt;
&lt;/tr&gt;
&lt;th&gt;Battery&lt;/th&gt;
&lt;th&gt;50W&lt;/th&gt;
&lt;th&gt;30W&lt;/th&gt;
&lt;th&gt;10W&lt;/th&gt;
&lt;th&gt;5W&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;440Wh&lt;/td&gt;
&lt;td&gt;50.46 kWh&lt;/td&gt;
&lt;td&gt;43.70 kWh&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;168Wh&lt;/td&gt;
&lt;td&gt;34.89 kWh&lt;/td&gt;
&lt;td&gt;28.13 kWh&lt;/td&gt;
&lt;td&gt;21.33 kWh&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;86.4Wh&lt;/td&gt;
&lt;td&gt;29.20 kWh&lt;/td&gt;
&lt;td&gt;22.36 kWh&lt;/td&gt;
&lt;td&gt;15.64 kWh&lt;/td&gt;
&lt;td&gt;13.94 kWh&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;48Wh&lt;/td&gt;
&lt;td&gt;28.04 kWh&lt;/td&gt;
&lt;td&gt;21.28 kWh&lt;/td&gt;
&lt;td&gt;14.18 kWh&lt;/td&gt;
&lt;td&gt;12.78 kWh&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;24Wh&lt;/td&gt;
&lt;td&gt;26.29 kWh&lt;/td&gt;
&lt;td&gt;19.80 kWh&lt;/td&gt;
&lt;td&gt;13.00 kWh&lt;/td&gt;
&lt;td&gt;11.30 kWh&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;15.6Wh&lt;/td&gt;
&lt;td&gt;26.18 kWh&lt;/td&gt;
&lt;td&gt;19.42 kWh&lt;/td&gt;
&lt;td&gt;12.62 kWh&lt;/td&gt;
&lt;td&gt;10.92 kWh&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;ul class=&#34;caption&#34;&gt;
&lt;li&gt;Includes embodied energy of the server and charge controller&lt;/li&gt;
&lt;li&gt;kWh/year = primary energy&lt;/li&gt;
&lt;li&gt;n/a = solar panel cannot charge the battery completely, no matter the season.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If we divide these results by the number of unique visitors per year (865,000), we obtain the embodied energy use per unique visitor to our website. For our original configuration with 95-98% uptime (50W solar panel, 86.4Wh battery), primary energy use per unique visitor is 0.03 Wh. This result would be pretty similar for the other configurations with a lower uptime, because although the embodied energy is lower, so is the number of unique visitors.&lt;/p&gt;
&lt;h2 id=&#34;span-idemissionscarbon-emissions-how-sustainable-is-the-solar-powered-websitespan&#34;&gt;&lt;span id=&#34;emissions&#34;&gt;Carbon Emissions: How Sustainable is the Solar Powered Website?&lt;/span&gt;&lt;/h2&gt;
&lt;h3 id=&#34;carbon-emissions-of-the-solar-powered-website&#34;&gt;Carbon Emissions of the Solar Powered Website&lt;/h3&gt;
&lt;p&gt;Now that we have calculated the embodied energy of different configurations, we can calculate the carbon emissions. We can’t compare the environmental footprint of the solar powered website with that of the old website, because it is hosted elsewhere and we can’t measure its energy use. What we can compare is the solar powered website with a similar self-hosted configuration that is run on grid power. This allows us to assess the (un)sustainability of running the website on solar power.&lt;/p&gt;
&lt;p&gt;Life cycle analyses of solar panels are not very useful for working out the CO2-emissions of our components because they work on the assumption that all energy produced by the panels is used. This is not necessarily true in our case: the larger solar panels waste a lot of solar power in optimal weather conditions.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Hosting the solar powered Low-tech Magazine for a year has produced as much emissions as an average car driving a distance of 50 km.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We therefore take another approach: we convert the embodied energy of our components to litres of oil (1 litre of oil is 10 kWh of primary energy) and calculate the result based on the CO2-emissions of oil (1 litre of oil produces 3 kg of greenhouse gasses, including mining and refining it). This takes into account that &lt;a href=&#34;https://qelnixcor.cloud/2015/04/how-sustainable-is-pv-solar-power/&#34;&gt;most solar panels and batteries are now produced in China&lt;/a&gt; – where the power grid is three times as carbon-intensive and 50% less energy efficient than in Europe. &lt;sup id=&#34;fnref:6&#34;&gt;&lt;a href=&#34;#fn:6&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;6&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;This means that fossil fuel use associated with hosting the solar powered Low-tech Magazine during the first year (50W panel, 86.4 Wh battery) corresponds to 3 litres of oil and 9 kg of carbon emissions – as much as an average European car driving a distance of 50 km. Below are the results for the other configurations:&lt;/p&gt;
&lt;h3 id=&#34;embodied-energy-in-oil-equivalents-l--year-and-carbon-emissions-kg--year-for-different-solar-setups&#34;&gt;Embodied energy in oil equivalents (L / year) and carbon emissions (kg / year) for different solar setups*&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;50W&lt;/th&gt;
&lt;th&gt;30W&lt;/th&gt;
&lt;th&gt;10W&lt;/th&gt;
&lt;th&gt;5W&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;440Wh&lt;/td&gt;
&lt;td&gt;5.05 L&lt;br&gt;15.14 kg&lt;/td&gt;
&lt;td&gt;4.37 L&lt;br&gt;13.11 kg&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;168Wh&lt;/td&gt;
&lt;td&gt;3.49 L&lt;br&gt;10.47 kg&lt;/td&gt;
&lt;td&gt;2.81 L&lt;br&gt;8.44  kg&lt;/td&gt;
&lt;td&gt;2.13 L&lt;br&gt;6.40 kg&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;86.4Wh&lt;/td&gt;
&lt;td&gt;2.92 L&lt;br&gt;8.76 kg&lt;/td&gt;
&lt;td&gt;2.24 L&lt;br&gt;6.71 kg&lt;/td&gt;
&lt;td&gt;1.56 L&lt;br&gt;4.69 kg&lt;/td&gt;
&lt;td&gt;1.39 L&lt;br&gt;4.18 kg&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;48Wh&lt;/td&gt;
&lt;td&gt;2.80 L&lt;br&gt;8.41 kg&lt;/td&gt;
&lt;td&gt;2.13 L&lt;br&gt;6.38 kg&lt;/td&gt;
&lt;td&gt;1.45 L&lt;br&gt;4.34 kg&lt;/td&gt;
&lt;td&gt;1.28 L&lt;br&gt;3.83 kg&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;24Wh&lt;/td&gt;
&lt;td&gt;2.63 L&lt;br&gt;7.89 kg&lt;/td&gt;
&lt;td&gt;1.98 L&lt;br&gt;5.94 kg&lt;/td&gt;
&lt;td&gt;1.3 L&lt;br&gt;3.90 kg&lt;/td&gt;
&lt;td&gt;1.13 L&lt;br&gt;3.39 kg&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;15.6Wh&lt;/td&gt;
&lt;td&gt;2.62 L&lt;br&gt;7.85 kg&lt;/td&gt;
&lt;td&gt;1.94 L&lt;br&gt;5.83 kg&lt;/td&gt;
&lt;td&gt;1.26 L&lt;br&gt;3.79 kg&lt;/td&gt;
&lt;td&gt;1.09 L&lt;br&gt;3.28 kg&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;ul class=&#34;caption&#34;&gt;
&lt;li&gt;Includes embodied energy of the server and charge controller&lt;/li&gt;
&lt;li&gt;n/a = solar panel cannot charge the battery completely, no matter the season.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;comparison-with-carbon-intensity-of-spanish-power-grid&#34;&gt;Comparison with Carbon Intensity of Spanish Power Grid&lt;/h3&gt;
&lt;p&gt;Now let’s calculate the hypothetical CO2-emissions from running our self-hosted web server on grid power instead of solar power. CO2-emissions in this case depend on the Spanish power grid, which happens to be one of the least carbon intensive in Europe due to its high share of renewable and nuclear energy (respectively 36.8% and 22% in 2019).&lt;/p&gt;
&lt;p&gt;Last year, the carbon intensity of the Spanish power grid decreased to 162g of CO2 per kWh of electricity. For comparison, the average carbon intensity in Europe is around 300g per kWh of electricity, while the carbon intensity of the US and Chinese power grid are respectively above 400g and 900g of CO2 per kWh of electricity.&lt;/p&gt;
&lt;p&gt;If we just look at the operational energy use of our server, which was 9.53 kWh of electricity during the first year, running it on the Spanish power grid would have produced 1.54 kg of CO2-emissions, compared to 3 - 10 kg in our tested configurations. This seems to indicate that our solar powered server is a bad idea, because even the smallest solar panel with the smallest battery generates more carbon emissions than grid power.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When the carbon intensity of the power grid is measured, the embodied energy of the renewable power infrastructure is taken to be zero.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;However, we’re comparing apples to oranges. We have calculated our emissions based on the embodied energy of our installation. When the carbon intensity of the Spanish power grid is measured, the embodied energy of the renewable power infrastructure is taken to be zero. If we calculated our carbon intensity in the same way, of course it would be zero, too.&lt;/p&gt;
&lt;p&gt;Ignoring the embodied carbon emissions of the power infrastructure is reasonable when the grid is powered by fossil fuel power plants, because the carbon emissions to build that infrastructure are very small compared to the carbon emissions of the fuel that is burned. However, the reverse is true of renewable power sources, where operational carbon emissions are almost zero but carbon is emitted during the production of the power plants themselves.&lt;/p&gt;
&lt;p&gt;To make a fair comparison with our solar powered server, the calculation of the carbon intensity of the Spanish power grid should take into account the emissions from the building and maintaining of the power plants, the transmission lines, and – should fossil fuel power plants eventually disappear – the energy storage. Of course, ultimately, the embodied energy of all these components would depend on the chosen uptime.&lt;/p&gt;
&lt;div class=&#34;article-img  vertical&#34;&gt;
&lt;figure data-imgstate=&#34;dither&#34;&gt;
&lt;img src=&#34;https://qelnixcor.cloud/2020/01/how-sustainable-is-a-solar-powered-website/images/dithers/solar_panel007_dithered.png&#34; alt=&#39;The 50W and 30W solar PV panels on the balcony. One is powering the website, the other is powering the lights in the living room. Image by Marie Verdeil.&#39; loading=&#34;lazy&#34;/&gt;&lt;/figure&gt;
&lt;figcaption class=&#34;caption&#34;&gt;
 The 50W and 30W solar PV panels on the balcony. One is powering the website, the other is powering the lights in the living room. Image by Marie Verdeil. 
&lt;/figcaption&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;span-idimprovementspossible-improvementsspan&#34;&gt;&lt;span id=&#34;improvements&#34;&gt;Possible Improvements&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;There are many ways in which the sustainability of our solar powered website could be improved while maintaining our present uptime. Producing solar panels and batteries using electricity from the Spanish grid would have the largest impact in terms of carbon emissions, because the carbon footprint of our configuration would be roughly 5 times lower than it is now.&lt;/p&gt;
&lt;p&gt;What we can do ourselves is lower the operational energy use of the server and improve the system efficiency of the solar PV installation. Both would allow us to run the server with a smaller battery and solar panel, thereby reducing embodied energy. We could also switch to another type of energy storage or even another type of energy source.&lt;/p&gt;
&lt;h3 id=&#34;server&#34;&gt;Server&lt;/h3&gt;
&lt;p&gt;We already made some changes that have resulted in a lower operational energy use of the server. For example, we discovered that more than half of total data traffic on our server (6.63 of 11.16 TB) was caused by a &lt;a href=&#34;https://github.com/nextcloud/news/issues/588&#34;&gt;single broken RSS implementation&lt;/a&gt; that pulled our feed every couple of minutes.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A difference in power use of 0.19 watts adds up to 4.56 watt-hour over the course of 24 hours, which means that the website can stay online for more than 2.5 hours longer.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Fixing this as well as some other changes lowered the power use of the server (excluding energy losses) from 1.14 watts to about 0.95 watts. The gain may seem small, but a difference in power use of 0.19 watts adds up to 4.56 watt-hour over the course of 24 hours, which means that the website can stay online for more than 2.5 hours longer.&lt;/p&gt;
&lt;div class=&#34;article-img  vertical&#34;&gt;
&lt;figure data-imgstate=&#34;dither&#34;&gt;
&lt;img src=&#34;https://qelnixcor.cloud/2020/01/how-sustainable-is-a-solar-powered-website/images/dithers/wholeshelf011_dithered.png&#34; alt=&#39;The solar powered server in its new housing, screwed against the wall in the living room. The battery is in front. The solar charge controller below the laptop powers the lights in the room. Image by Marie Verdeil.&#39; loading=&#34;lazy&#34;/&gt;&lt;/figure&gt;
&lt;figcaption class=&#34;caption&#34;&gt;
 The solar powered server in its new housing, screwed against the wall in the living room. The battery is in front. The solar charge controller below the laptop powers the lights in the room. Image by Marie Verdeil. 
&lt;/figcaption&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h3 id=&#34;system-efficiency&#34;&gt;System Efficiency&lt;/h3&gt;
&lt;p&gt;System efficiency was only 50% during the first year. Energy losses were experienced during charging and discharging of the battery (22%), as well as in the voltage conversion from 12V (solar PV system) to 5V (USB connection), where the losses add up to 28%. The initial voltage converter we built was pretty suboptimum (our solar charge controller doesn&amp;rsquo;t have a built-in USB-connection), so we could &lt;a href=&#34;https://blog.yavilevich.com/2017/03/efficient-dc-12v-to-5v-conversion-for-low-power-electronics-evaluation-of-six-modules/&#34;&gt;build a better one&lt;/a&gt;, or switch to a 5V solar PV set-up.&lt;/p&gt;
&lt;h3 id=&#34;energy-storage&#34;&gt;Energy Storage&lt;/h3&gt;
&lt;p&gt;To increase the efficiency of the energy storage, we could replace the lead-acid batteries with more expensive lithium-ion batteries, which have lower charge/discharge losses (&amp;lt;10%) and lower embodied energy. More likely is that we eventually switch to a more poetic &lt;a href=&#34;https://qelnixcor.cloud/2018/05/ditch-the-batteries-off-grid-compressed-air-energy-storage/&#34;&gt;small-scale compressed air energy storage system&lt;/a&gt; (CAES). Although low pressure CAES systems have similar efficiency to lead-acid batteries, they have much lower embodied energy due to their long life expectancy (decades instead of years).&lt;/p&gt;
&lt;h3 id=&#34;energy-source&#34;&gt;Energy Source&lt;/h3&gt;
&lt;p&gt;Another way to lower the embodied energy is to switch renewable energy source. Solar PV power has high embodied energy compared to alternatives such as wind, water, or human power. These power sources could be harvested with little more than a generator and a voltage regulator – as the rest of the power plant &lt;a href=&#34;https://qelnixcor.cloud/2019/06/reinventing-the-small-wind-turbine/&#34;&gt;could be built out of wood&lt;/a&gt;. Furthermore, a water-powered website wouldn’t require high-tech energy storage. If you’re in a cold climate, you could even operate a website on the heat of a wood stove, using a thermo-electric generator.&lt;/p&gt;
&lt;h3 id=&#34;solar-tracker&#34;&gt;Solar Tracker&lt;/h3&gt;
&lt;p&gt;People who have a good supply of wind or water power could build a system with lower embodied energy than ours. However, unless the author starts powering his website &lt;a href=&#34;https://www.humanpowerplant.be&#34;&gt;by hand or foot&lt;/a&gt;, we’re pretty much stuck with solar power. The biggest improvement we could make is to add a solar tracker that makes the panel follow the sun, which could increase electricity generation by as much as 30%, and allow us to obtain a better uptime with a smaller panel.&lt;/p&gt;
&lt;h2 id=&#34;span-idscalelets-scale-things-up-span&#34;&gt;&lt;span id=&#34;scale&#34;&gt;Let’s Scale Things Up !&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;A final way to improve the sustainability of our system would be to scale it up: run more websites on a server, and run more (and larger) servers on a solar PV system. This set-up would have much lower embodied energy than an oversized system for each website alone.&lt;/p&gt;
&lt;div class=&#34;article-img  vertical&#34;&gt;
&lt;figure data-imgstate=&#34;dither&#34;&gt;
&lt;img src=&#34;https://qelnixcor.cloud/2020/01/how-sustainable-is-a-solar-powered-website/images/dithers/solar-powered-data-center_dithered.png&#34; alt=&#39;Illustration: Diego Marmolejo.&#39; loading=&#34;lazy&#34;/&gt;&lt;/figure&gt;
&lt;figcaption class=&#34;caption&#34;&gt;
 Illustration: [Diego Marmolejo](https://www.instagram.com/ddidak/). 
&lt;/figcaption&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h3 id=&#34;solar-webhosting-company&#34;&gt;Solar Webhosting Company&lt;/h3&gt;
&lt;p&gt;If we were to fill the author’s balcony with solar panels and start a solar powered webhosting company, the embodied energy per unique visitor would decrease significantly. We would need only one server for multiple websites, and only one solar charge controller for multiple solar panels. Voltage conversion would be more energy efficient, and both solar and battery power could be shared by all websites, which brings economies of scale.&lt;/p&gt;
&lt;p&gt;Of course, this is the very concept of the data center, and although we have no ambition to start such a business, others could take this idea forward: towards a data center that is run just as efficiently as any other data center today, but which is powered by renewables and goes off-line when the weather is bad.&lt;/p&gt;
&lt;h3 id=&#34;add-more-websites&#34;&gt;Add More Websites&lt;/h3&gt;
&lt;p&gt;We found that the capacity of our server is large enough to host more websites, so we already took a small step towards economies of scale by moving the Spanish and French versions of Low-tech Magazine to the solar powered server (as well as some other translations).&lt;/p&gt;
&lt;p&gt;Although this move will increase our operational energy use and potentially also our embodied energy use, we also eliminate other websites that were hosted elsewhere. We also have to keep in mind that the number of unique visitors to Low-tech Magazine may grow in the future, so we need to become more energy efficient just to maintain our environmental footprint.&lt;/p&gt;
&lt;h3 id=&#34;combine-server-and-lighting&#34;&gt;Combine Server and Lighting&lt;/h3&gt;
&lt;p&gt;Another way to achieve economies of scale would give a whole new twist to the idea. The solar powered server is part of the author’s household, which is &lt;a href=&#34;https://qelnixcor.cloud/2016/05/how-to-get-your-apartment-off-the-grid/&#34;&gt;also partly powered by off-grid solar energy&lt;/a&gt;. We &lt;em&gt;could&lt;/em&gt; test different sizes of batteries and solar panels – simply swapping components between solar installations.&lt;/p&gt;
&lt;p&gt;When we were running the server on the 50 W panel, the author was running the lights in the living room on a 10W panel – and was often left sitting in the dark. When we were running the server on the 10 W panel, it was the other way around: there was more light in the household, at the expense of a lower server uptime.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If the weather gets bad, the author could decide not to use the lights and keep the server online – or the other way around&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Let’s say we run both the lights and the server on one solar PV system. It would lower the embodied energy if both systems are considered, because only one solar charge controller would be needed. Furthermore, it could result in a much smaller battery and solar panel (compared to two separate systems), because if the weather gets bad, the author could decide not to use the lights and keep the server online – or the other way around. This flexibility is not available now, because the server is the only load and its power use cannot be easily manipulated.&lt;/p&gt;
&lt;h2 id=&#34;span-idnetworkenergy-use-in-the-networkspan&#34;&gt;&lt;span id=&#34;network&#34;&gt;Energy Use in the Network&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;As far as we know, ours is the first life cycle analysis of a website that runs entirely on renewable energy and includes the embodied energy of its power and energy storage infrastructure. However, this is not, of course, the total energy use associated with this website.&lt;/p&gt;
&lt;div class=&#34;article-img &#34;&gt;
&lt;figure data-imgstate=&#34;dither&#34;&gt;
&lt;img src=&#34;https://qelnixcor.cloud/2020/01/how-sustainable-is-a-solar-powered-website/images/dithers/server-to-internet-router_dithered.png&#34; alt=&#39;&#39; loading=&#34;lazy&#34;/&gt;&lt;/figure&gt;
&lt;figcaption class=&#34;caption&#34;&gt;
&lt;/figcaption&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;There’s also the operational and embodied energy of the network infrastructure (which includes our router, the internet backbone, and the mobile phone network), and the operational and embodied energy of the devices that our visitors use to access our website: smartphones, tablets, laptops, desktops. Some of these have low operational energy use, but they all have very limited lifespans and thus &lt;a href=&#34;https://qelnixcor.cloud/2009/06/the-monster-footprint-of-digital-technology/&#34;&gt;high embodied energy&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Energy use in the network is directly related to the bit rate of the data traffic that runs through it, so our lightweight website is just as efficient in the communication network as it is on our server. However, we have very little influence over which devices people use to access our website, and the direct advantage of our design is much smaller here than in the network. For example, our website has the potential to increase the life expectancy of computers, because it’s light enough to be accessed with very old machines. Unfortunately, our website alone will not make people use their computers for longer.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Both the network infrastructure and the end-use devices could be re-imagined along the lines of the solar powered website.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;That said, both the network infrastructure and the end-use devices could be re-imagined along the lines of the solar powered website – downscaled and powered by renewable energy sources with limited energy storage. Parts of the network infrastructure could go off-line if the local weather is bad, and your e-mail may be temporarily stored in a rainstorm 3.000 km away. This type of network infrastructure &lt;a href=&#34;https://qelnixcor.cloud/2016/11/why-the-office-needs-a-typewriter-revolution/&#34;&gt;actually exists in some countries&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Because the total energy use of the internet is usually measured to be roughly equally distributed over servers, network, and end-use devices (all including the manufacturing of the devices), we can make a rough estimate of the total energy use of this website throughout a re-imagined internet. For our original set-up with 95.2% uptime, this would be 87.6 kWh of primary energy, which corresponds to 9 litres of oil and 27 kg of CO2 per year. The improvements we outlined earlier could bring these numbers further down, because in this calculation the whole internet is powered by oversized solar PV systems on balconies.&lt;/p&gt;
&lt;p&gt;Thanks to Kathy Vanhout, Adriana Parra and Gauthier Roussilhe.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;The storage capacity for our original set-up is an estimation. In reality, during this period we have run the solar powered server on a 24 Wh (3.7V, 6.6A) LiPo-battery, and placed a very old 84.4 watt-hour lead-acid battery in between the LiPo and the solar charge controller to make both systems compatible. The cut-off voltage of the lead-acid battery was set very high in summer (meaning that the system was running only on the LiPo) but lower in winter (so that part of the lead-acid battery provided a share of the energy storage). This complicated set-up was entirely due to the fact that we could only measure the storage capacity of the LiPo battery, which we needed to display our online battery meter. In November 2019 we developed our own lead-acid battery meter, which made it possible to eliminate the LiPo from our configuration.&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;“&lt;a href=&#34;http://www.apmaths.uwo.ca/~mdavison/_library/natasha/batterytechnologies6.PDF&#34;&gt;Energy Analysis of Batteries in Photovoltaic systems. Part one (Performance and energy requirements)&lt;/a&gt;” (PDF) and “&lt;a href=&#34;http://www.google.com/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=1&amp;amp;ved=0CCUQFjAA&amp;amp;url=http%3A%2F%2Fwww.researchgate.net%2Fprofile%2FBjoern_Sanden%2Fpublication%2F223843791_Energy_analysis_of_batteries_in_photovoltaic_systems._Part_II_Energy_return_factors_and_overall_battery_efficiencies%2Flinks%2F02bfe512b207d0d347000000.pdf&amp;amp;ei=IQBGVZ-BCZD3aqC_gKAI&amp;amp;usg=AFQjCNG6QpCpI8h0PMc-XfC5HfF4-0pIKA&amp;amp;sig2=gFGbOdmw_jQxG6jRirSMoQ&amp;amp;bvm=bv.92291466,d.d2s&amp;amp;cad=rja&#34;&gt;Part two (Energy Return Factors and Overall Battery Efficiencies)&lt;/a&gt;” (PDF). Energy Conversion and Management 46, 2005&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:3&#34;&gt;
&lt;p&gt;Zhong, Shan, Pratiksha Rakhe, and Joshua M. Pearce. &amp;ldquo;Energy payback time of a solar photovoltaic powered waste plastic recyclebot system.&amp;rdquo; Recycling 2.2 (2017): 10.&amp;#160;&lt;a href=&#34;#fnref:3&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:4&#34;&gt;
&lt;p&gt;There is little useful research into the embodied energy of solar charge controllers. Most studies focus on large solar PV systems, in which the charge controller’s embodied energy is negligible. The most useful result we found was a value of 1 MJ/W, estimated over the size of the controller: Kim, Bunthern, et al. &amp;ldquo;Life cycle assessment for a solar energy system based on reuse components for developing countries.&amp;rdquo; Journal of cleaner production 208 (2019): 1459-1468. For a capacity of 120W, this comes down to 120 MJ or 33.33 kWh. For the life expectancy, we found values of 7 years and 12.5 years: same reference, and Kim, Bunthern, et al. &amp;ldquo;Second life of power supply unit as charge controller in PV system and environmental benefit assessment.&amp;rdquo; IECON 2016-42nd Annual Conference of the IEEE Industrial Electronics Society. IEEE, 2016. We decided to make the calculation based on a life expectancy of 10 years.&amp;#160;&lt;a href=&#34;#fnref:4&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:5&#34;&gt;
&lt;p&gt;There is no research about the embodied energy of our server. We calculated the embodied energy on the basis of a life cycle analysis of a smartphone: Ercan, Mine &amp;amp; Malmodin, Jens &amp;amp; Bergmark, Pernilla &amp;amp; Kimfalk, Emma &amp;amp; Nilsson, Ellinor. (2016). &lt;a href=&#34;https://www.ericsson.com/en/reports-and-papers/research-papers/life-cycle-assessment-of-a-smartphone&#34;&gt;Life Cycle Assessment of a Smartphone&lt;/a&gt;. 10.2991/ict4s-16.2016.15.  We have no idea of the expected lifetime of the server, but since our Olimex is aimed at industrial use (unlike the Raspberry Pi), we assume a life expectancy of 10 years, just like the charge controller.&amp;#160;&lt;a href=&#34;#fnref:5&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:6&#34;&gt;
&lt;p&gt;De Decker, Kris. &amp;ldquo;How sustainable is solar PV power?&amp;rdquo;, Low-tech Magazine, May 2015.&amp;#160;&lt;a href=&#34;#fnref:6&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>How to Build a Low-tech Website?</title>
      <link>https://qelnixcor.cloud/2018/09/how-to-build-a-low-tech-website/</link>
      
      <enclosure url="https://qelnixcor.cloud/2018/09/how-to-build-a-low-tech-website/images/dithers/sps_close_dithered.png" type="image/png" length="41225" ></enclosure>
      <pubDate>Mon, 24 Sep 2018 00:00:00 +0000</pubDate>
      
      <guid>https://qelnixcor.cloud/2018/09/how-to-build-a-low-tech-website/</guid>
      <description>&lt;div class=&#34;article-img &#34;&gt;
&lt;figure data-imgstate=&#34;dither&#34;&gt;
&lt;img src=&#34;https://qelnixcor.cloud/2018/09/how-to-build-a-low-tech-website/images/dithers/sps_close_dithered.png&#34; alt=&#39;First prototype of the solar powered server that runs the new website. The solar charge controller (on the right) is powering the server (on the left) through a USB-cable.&#39; loading=&#34;lazy&#34;/&gt;&lt;/figure&gt;
&lt;figcaption class=&#34;caption&#34;&gt;
 First prototype of the solar powered server that runs the new website. The solar charge controller (on the right) is powering the server (on the left) through a USB-cable. 
&lt;/figcaption&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Low-tech Magazine was born in 2007 and has seen minimal changes ever since. Because a website redesign was long overdue — and because we try to practice what we preach — we decided to build a low-tech, self-hosted, and solar-powered version of Low-tech Magazine. The new blog is designed to radically reduce the energy use associated with accessing our content.&lt;/p&gt;
&lt;h2 id=&#34;why-a-low-tech-website&#34;&gt;Why a Low-tech Website?&lt;/h2&gt;
&lt;p&gt;We were told that the Internet would &lt;a href=&#34;https://www.bcg.com/publications/2012/energy-environment-technology-industries-smarter-2020-role-ict-driving-sustainable-future.aspx&#34;&gt;“dematerialise” society and decrease energy use&lt;/a&gt;. Contrary to this projection, it has become a &lt;a href=&#34;https://qelnixcor.cloud/2015/10/why-we-need-a-speed-limit-for-the-internet/&#34;&gt;large and rapidly growing consumer of energy itself&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In order to offset the negative consequences associated with high energy consumption, renewable energy has been proposed as a means to lower emissions from powering data centers. For example, Greenpeace&amp;rsquo;s yearly &lt;a href=&#34;http://www.greenpeace.org/usa/global-warming/click-clean/&#34;&gt;ClickClean report&lt;/a&gt; ranks major Internet companies based on their use of renewable power sources.&lt;/p&gt;
&lt;p&gt;However, running data centers on renewable power sources is not enough to address the growing energy use of the Internet. To start with, the Internet already uses three times more energy than all wind and solar power sources worldwide can provide. Furthermore, &lt;a href=&#34;https://qelnixcor.cloud/2015/04/how-sustainable-is-pv-solar-power/&#34;&gt;manufacturing, and regularly replacing, renewable power plants also requires energy&lt;/a&gt;, meaning that if data traffic keeps growing, so will the use of fossil fuels.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Running data centers on renewable power sources is not enough to address the growing energy use of the Internet.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Finally, solar and wind power are not always available, which means that an Internet running on renewable power sources would require infrastructure for energy storage and/or transmission that is also &lt;a href=&#34;https://qelnixcor.cloud/2017/09/how-not-to-run-a-modern-society-on-solar-and-wind-power-alone/&#34;&gt;dependent on fossil fuels for its manufacture and replacement&lt;/a&gt;. Powering websites with renewable energy is not a bad idea, however the trend towards growing energy use must also be addressed.&lt;/p&gt;
&lt;p&gt;To start with, content is becoming increasingly resource-intensive. This has a lot to do with the growing importance of video, but a similar trend can be observed among websites. The &lt;a href=&#34;https://httparchive.org/reports/page-weight&#34;&gt;size of the average web page&lt;/a&gt; (defined as the average page size of the 500,000 most popular domains) increased from 0.45 megabytes (MB) in 2010 to 1.7 megabytes in June 2018. For mobile websites, the average “page weight” rose tenfold from 0.15 MB in 2011 to 1.6 MB in 2018. Using different measurement methods, other sources report average page sizes of up to 2.9 MB in 2018.&lt;/p&gt;
&lt;p&gt;The growth in data traffic &lt;a href=&#34;https://www.researchgate.net/publication/224224694/download&#34;&gt;surpasses the advances in energy efficiency&lt;/a&gt; (the energy required to transfer 1 megabyte of data over the Internet), resulting in more and more energy use. “Heavier” or “larger” websites not only increase energy use in the network infrastructure, but they also shorten the lifetime of computers — larger websites require more powerful computers to access them. This means that more computers need to be manufactured, which is a &lt;a href=&#34;https://qelnixcor.cloud/2009/06/the-monster-footprint-of-digital-technology/&#34;&gt;very energy-intensive process&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Being always online doesn&amp;rsquo;t combine well with renewable energy sources such as wind and solar power, which are not always available.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;A second reason for growing Internet energy consumption is that we spend more and more time on-line. Before the arrival of portable computing devices and wireless network access, we were only connected to the network when we had access to a desktop computer in the office, at home, or in the library. We now live in a world in which no matter where we are, we are always on-line, including, at times, via more than one device simultaneously.&lt;/p&gt;
&lt;p&gt;“Always-on” Internet access is accompanied by a cloud computing model – allowing more energy efficient user devices at the expense of increased energy use in data centers. Increasingly, activities that could perfectly happen off-line – such as writing a document, filling in a spreadsheet, or storing data – are now requiring continuous network access. This does not combine well with renewable energy sources such as wind and solar power, which are not always available.&lt;/p&gt;
&lt;h2 id=&#34;low-tech-web-design&#34;&gt;Low-tech Web Design&lt;/h2&gt;
&lt;p&gt;Our new web design addresses both these issues. Thanks to a low-tech web design, we managed to decrease the average page size of the blog by a factor of five compared to the old design – all while making the website visually more attractive (and mobile-friendly). Secondly, our new website runs 100% on solar power, not just in words, but in reality: it has its own energy storage and will go off-line during longer periods of cloudy weather.&lt;/p&gt;
&lt;p&gt;The Internet is not an autonomous being. Its growing energy use is the &lt;a href=&#34;http://tonsky.me/blog/disenchantment/&#34;&gt;consequence of actual decisions&lt;/a&gt; made by software developers, web designers, marketing departments, publishers and internet users. With a lightweight, off-the-grid solar-powered website, we want to show that other decisions can be made.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;With 36 of roughly 100 articles now online, the average page weight on the solar powered website is roughly five times below that of the previous design.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;To start with, the new website design reverses the trend towards increasingly larger page sizes. With 36 of roughly 100 articles now online, the average page weight on the solar powered website is 0.77 MB — roughly five times below that of the previous design, and less than half the average page size of the 500,000 most popular blogs in June 2018.&lt;/p&gt;
&lt;div class=&#34;article-img &#34;&gt;
&lt;figure data-imgstate=&#34;dither&#34;&gt;
&lt;img src=&#34;https://qelnixcor.cloud/2018/09/how-to-build-a-low-tech-website/images/dithers/9801a71c-bdae-4732-9ad7-b45d26897a32_dithered.png&#34; alt=&#39;&#39; loading=&#34;lazy&#34;/&gt;&lt;/figure&gt;
&lt;figcaption class=&#34;caption&#34;&gt;
&lt;/figcaption&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;article-img &#34;&gt;
&lt;figure data-imgstate=&#34;dither&#34;&gt;
&lt;img src=&#34;https://qelnixcor.cloud/2018/09/how-to-build-a-low-tech-website/images/dithers/0103010d-26e1-48e6-a7c1-21d0dd355b1a_dithered.png&#34; alt=&#39;A web page speed test from the old and the new Low-tech Magazine. Page size has decreased more than sixfold, number of requests has decreased fivefold, and download speed has increased tenfold. Note that we did not design the website for speed, but for low energy use. It would be faster still if the server would be placed in a data center and/or in a more central location in the Internet infrastructure. Source: Pingdom.&#39; loading=&#34;lazy&#34;/&gt;&lt;/figure&gt;
&lt;figcaption class=&#34;caption&#34;&gt;
 A web page speed test from the old and the new Low-tech Magazine. Page size has decreased more than sixfold, number of requests has decreased fivefold, and download speed has increased tenfold. Note that we did not design the website for speed, but for low energy use. It would be faster still if the server would be placed in a data center and/or in a more central location in the Internet infrastructure. Source: Pingdom. 
&lt;/figcaption&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Below are some of the design decisions we made to reduce energy use. We have published a &lt;a href=&#34;https://github.com/lowtechmag/solar/wiki/Solar-Web-Design&#34;&gt;separate document that focuses on the front-end efforts&lt;/a&gt;, and one &lt;a href=&#34;https://homebrewserver.club/low-tech-website-howto.html#software&#34;&gt;that focuses on the back-end&lt;/a&gt;. We have also &lt;a href=&#34;https://github.com/lowtechmag/solar&#34;&gt;released the source code for our website design&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;static-site&#34;&gt;Static Site&lt;/h2&gt;
&lt;p&gt;One of the fundamental choices we made was to build a static website. Most of today’s websites use server side programming languages that generate the website on the fly by querying a database. This means that every time someone visits a web page, it is generated on demand.&lt;/p&gt;
&lt;p&gt;On the other hand, a static website is &lt;a href=&#34;https://varia.zone/en/what-a-website-can-be.html&#34;&gt;generated once and exists as a simple set of documents on the server’s hard disk&lt;/a&gt;. It&amp;rsquo;s always there &amp;ndash; not just when someone visits the page. Static websites are thus based on file storage whereas dynamic websites depend on recurrent computation. Static websites consequently require less processing power and thus less energy.&lt;/p&gt;
&lt;p&gt;The choice for a static site enables the possibility of serving the site in an economic manner from our home office in Barcelona. Doing the same with a database-driven website would be nearly impossible, because it would require too much energy. It would also be a big security risk. Although a web server with a static site can be hacked, there are significantly less attack routes and the damage is more easily repaired.&lt;/p&gt;
&lt;h2 id=&#34;dithered-images&#34;&gt;Dithered Images&lt;/h2&gt;
&lt;p&gt;The main challenge was to reduce page size without making the website less attractive. Because images take up most of the bandwidth, it would be easy to obtain very small page sizes and lower energy use by eliminating images, reducing their number, or making them much smaller. However, visuals are an important part of Low-tech Magazine’s appeal, and the website would not be the same without them.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;By dithering, we can make images ten times less resource-intensive, even though they are displayed much larger than on the old website.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Instead, we chose to apply an obsolete image compression technique called “dithering”. The number of colours in an image, combined with its file format and resolution, contributes to the size of an image. Thus, instead of using full-colour high-resolution images, we chose to convert all images to black and white, with four levels of grey in-between.&lt;/p&gt;
&lt;div class=&#34;article-img &#34;&gt;
&lt;figure data-imgstate=&#34;dither&#34;&gt;
&lt;img src=&#34;https://qelnixcor.cloud/2018/09/how-to-build-a-low-tech-website/images/dithers/600px-A20-OLinuXino-LIME2_dithered.png&#34; alt=&#39;A dithered image of our server.&#39; loading=&#34;lazy&#34;/&gt;&lt;/figure&gt;
&lt;figcaption class=&#34;caption&#34;&gt;
 A dithered image of our server. 
&lt;/figcaption&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;These black-and-white images are then coloured according to the pertaining content category via the browser’s native image manipulation capacities. Compressed through this dithering plugin, images featured in the articles add much less load to the content: compared to the old website, the images are roughly ten times less resource-intensive.&lt;/p&gt;
&lt;h2 id=&#34;default-typeface--no-logo&#34;&gt;Default typeface / No logo&lt;/h2&gt;
&lt;p&gt;All resources loaded, including typefaces and logos, are an additional request to the server, requiring storage space and energy use. Therefore, our new website does not load a custom typeface and removes the font-family declaration, meaning that visitors will see the default typeface of their browser.&lt;/p&gt;
&lt;p&gt;We use a similar approach for the logo. In fact, Low-tech Magazine never had a real logo, just a banner image of a spear held as a low-tech weapon against prevailing high-tech claims.&lt;/p&gt;
&lt;p&gt;Instead of a designed logotype, which would require the production and distribution of custom typefaces and imagery, Low-tech Magazine’s new identity consists of a single typographic move: to use the left-facing arrow in place of the hypen in the blog’s name: LOW←TECH MAGAZINE.&lt;/p&gt;
&lt;h2 id=&#34;no-third-party-tracking-no-advertising-services-no-cookies&#34;&gt;No Third-Party Tracking, No Advertising Services, No Cookies&lt;/h2&gt;
&lt;p&gt;Web analysis software such as Google Analytics records what happens on a website — which pages are most viewed, where visitors come from, and so on. These services are popular because few people host their own website. However, exchanging these data between the server and the computer of the webmaster generates extra data traffic and thus energy use.&lt;/p&gt;
&lt;p&gt;With a self-hosted server, we can make and view these measurements on the same machine: every web server generates logs of what happens on the computer. These (anonymous) logs are only viewed by us and are not used to profile visitors.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;With a self-hosted server, there&amp;rsquo;s no need for third-party tracking and cookies.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Low-tech Magazine has been running Google Adsense advertisements since the beginning in 2007. Although these are an important financial resource to maintain the blog, they have two important downsides. The first is energy use: advertising services raise data traffic and thus energy use.&lt;/p&gt;
&lt;p&gt;Secondly, Google collects information from the blog’s visitors, which forces us to craft extensive privacy statements and cookie warnings — which also consume data, and annoy visitors. Therefore, we replace Adsense by other financing options (read more below). We use no cookies at all.&lt;/p&gt;
&lt;h2 id=&#34;how-often-will-the-website-be-off-line&#34;&gt;How often will the website be off-line?&lt;/h2&gt;
&lt;p&gt;Quite a few web hosting companies claim that their servers are running on renewable energy. However, even when they actually generate solar power on-site, and do not merely “offset” fossil fuel power use by planting trees or the like, their websites are always on-line.&lt;/p&gt;
&lt;p&gt;This means that either they have a giant battery storage system on-site (which makes their power system unsustainable), or that they are relying on grid power when there is a shortage of solar power (which means that they do not really run on 100% solar power).&lt;/p&gt;
&lt;div class=&#34;article-img &#34;&gt;
&lt;figure data-imgstate=&#34;dither&#34;&gt;
&lt;img src=&#34;https://qelnixcor.cloud/2018/09/how-to-build-a-low-tech-website/images/dithers/sps_panel_dithered.png&#34; alt=&#39;The 50W solar PV panel. On top of it is a 10W panel powering a lighting system.&#39; loading=&#34;lazy&#34;/&gt;&lt;/figure&gt;
&lt;figcaption class=&#34;caption&#34;&gt;
 The 50W solar PV panel. On top of it is a 10W panel powering a lighting system. 
&lt;/figcaption&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;In contrast, this website runs on an off-the-grid solar power system with its own energy storage, and will go off-line during longer periods of cloudy weather. Less than 100% reliability is essential for the sustainability of an off-the-grid solar system, because above a certain threshold the fossil fuel energy used for producing and replacing the batteries is higher than the fossil fuel energy saved by the solar panels.&lt;/p&gt;
&lt;p&gt;How often the website will be off-line remains to be seen. The web server is now powered by a new 50 Wp solar panel and a two year old 12V 7Ah lead-acid battery. Because the solar panel is shaded during the morning, it receives direct sunlight for only 4 to 6 hours per day. Under optimal conditions, the solar panel thus generates 6 hours x 50 watt = 300 Wh of electricity.&lt;/p&gt;
&lt;p&gt;The web server uses between 1 and 2.5 watts of power (depending on the number of visitors), meaning that it requires between 24 Wh and 60 Wh of electricity per day. Under optimal conditions, we should thus have sufficient energy to keep the web server running for 24 hours per day. Excess energy production can be used for household applications.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We expect to keep the website on-line during one or two days of bad weather, after which it will go off-line.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;However, during cloudy days, especially in winter, daily energy production could be as low as 4 hours x 10 watts = 40 watt-hours per day, while the server requires beteen 24 and 60 Wh per day. The battery storage is roughly 40 Wh, taking into account 30% of charging and 33% depth-or-discharge (the solar charge controller shuts the system down when battery voltage drops to 12V).&lt;/p&gt;
&lt;p&gt;Consequently, the solar powered server will remain on-line during one or two days of bad weather, but not for longer. However, these are estimations, and we may add a second 7 Ah battery in autumn if this is necessary. We aim for an &amp;ldquo;uptime&amp;rdquo; of 90%, meaning that the website will be off-line for an average of 35 days per year.&lt;/p&gt;
&lt;div class=&#34;article-img &#34;&gt;
&lt;figure data-imgstate=&#34;dither&#34;&gt;
&lt;img src=&#34;https://qelnixcor.cloud/2018/09/how-to-build-a-low-tech-website/images/dithers/sps_bats_dithered.png&#34; alt=&#39;First prototype with lead-acid battery (12V 7Ah) on the left, and Li-Po UPS battery (3,7V 6600mA) on the right. The lead-acid battery provides the bulk of the energy storage, while the Li-Po battery allows the server to shut down without damaging the hardware (it will be replaced by a much smaller Li-Po battery).&#39; loading=&#34;lazy&#34;/&gt;&lt;/figure&gt;
&lt;figcaption class=&#34;caption&#34;&gt;
 First prototype with lead-acid battery (12V 7Ah) on the left, and Li-Po UPS battery (3,7V 6600mA) on the right. The lead-acid battery provides the bulk of the energy storage, while the Li-Po battery allows the server to shut down without damaging the hardware (it will be replaced by a much smaller Li-Po battery). 
&lt;/figcaption&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;when-is-the-best-time-to-visit&#34;&gt;When is the best time to visit?&lt;/h2&gt;
&lt;p&gt;The accessibility of this website depends on the weather in Barcelona, Spain, where the solar-powered web server is located. To help visitors “plan” their visits to Low-tech Magazine, we provide them with several clues.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;To help visitors “plan” their visits to Low-tech Magazine, we provide them with several clues.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;A battery meter provides crucial information because it may tell the visitor that the blog is about to go down &amp;ndash; or that it&amp;rsquo;s &amp;ldquo;safe&amp;rdquo; to read it. The design features a background colour that indicates the capacity of the solar-charged battery that powers the website server. A decreasing height indicates that night has fallen or that the weather is bad.&lt;/p&gt;
&lt;p&gt;In addition to the battery level, other information about the website server is visible with a statistics dashboard. This includes contextual information of the server’s location: time, current sky conditions, upcoming forecast, and the duration since the server last shut down due to insufficient power.&lt;/p&gt;
&lt;p&gt;To access Low-tech Magazine no matter the weather, we have &lt;a href=&#34;https://qelnixcor.cloud/offline-reading.html&#34;&gt;several offline reading options available&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;hardware-and-software&#34;&gt;Hardware and Software&lt;/h2&gt;
&lt;p&gt;We wrote two extra articles with more in-depth technical information: &lt;a href=&#34;https://homebrewserver.club/low-tech-website-howto.html&#34;&gt;How to build a low-tech website: software and hardware&lt;/a&gt;, which focuses on the back-end, and &lt;a href=&#34;https://github.com/lowtechmag/solar/wiki/Solar-Web-Design&#34;&gt;How to Build a Low-tech Website: Design Techniques and Process&lt;/a&gt;, which focuses on the front-end.&lt;/p&gt;
&lt;p&gt;SERVER: This website runs on an &lt;a href=&#34;https://homebrewserver.club/low-tech-website-howto.html#server&#34;&gt;Olimex A20 computer&lt;/a&gt;. It has 2 Ghz of processing power, 1 GB of RAM, and 16 GB of storage. The server draws 1 - 2.5 watts of power.&lt;/p&gt;
&lt;p&gt;SERVER SOFTWARE: The webserver runs Armbian Stretch, a Debian based operating system built around the SUNXI kernel. We wrote &lt;a href=&#34;https://homebrewserver.club/low-tech-website-howto.html#configuring-the-webserver&#34;&gt;technical documentation for configuring the webserver&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;DESIGN SOFTWARE: The website is built with &lt;a href=&#34;https://blog.getpelican.com/&#34;&gt;Pelican&lt;/a&gt;, a static site generator. We have &lt;a href=&#34;https://github.com/lowtechmag/solar&#34;&gt;released the source code for ‘solar’, the Pelican theme we developed here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;INTERNET CONNECTION. The server is connected to a 100 MBps fibre internet connection. &lt;a href=&#34;https://homebrewserver.club/low-tech-website-howto.html#network&#34;&gt;Here&amp;rsquo;s how we configured the router&lt;/a&gt;. For now, the router is powered by grid electricity and requires 10 watts of power. We are investigating how to replace the energy-hungry router with a more efficient one that can be solar-powered, too.&lt;/p&gt;
&lt;p&gt;SOLAR PV SYSTEM. The server runs on a 50 Wp solar panel and one 12V 7Ah lead-acid battery. However, are still downsizing the system and are experimenting with different setups. The PV installation is managed by a 20A solar charge controller.&lt;/p&gt;
&lt;h2 id=&#34;what-happens-to-the-old-website&#34;&gt;What happens to the old website?&lt;/h2&gt;
&lt;p&gt;The solar powered Low-tech Magazine is a work in progress. For now, the grid-powered Low-tech Magazine remains on-line. Readers will be encouraged to visit the solar powered website if it is available. What happens later, is not yet clear. There are several possibilities, but much will depend on the experience with the solar powered server.&lt;/p&gt;
&lt;p&gt;Until we decide how to integrate the old and the new website, making and reading comments will only be possible on the grid-powered Low-tech Magazine, which is still hosted at TypePad. If you want to send a comment related to the solar powered web server itself, you can do so by sending an e-mail to solar (at) lowtechmagazine (dot) com. Your comment will be published at the bottom of this page.&lt;/p&gt;
&lt;h2 id=&#34;financing&#34;&gt;Financing&lt;/h2&gt;
&lt;p&gt;We&amp;rsquo;re hoping for people to support this project with a financial contribution. Advertising services, which have maintained Low-tech Magazine since its start in 2007, are not compatible with our lightweight web design. Therefore, we are searching for other ways to finance the website:&lt;/p&gt;
&lt;p&gt;We offer &lt;a href=&#34;https://qelnixcor.cloud/2019/03/low-tech-magazine-the-printed-website/&#34;&gt;print-on-demand copies of the blog&lt;/a&gt;. These publications allow you to read Low-tech Magazine on paper, on the beach, in the sun, or whenever and where ever you want.&lt;/p&gt;
&lt;p&gt;You can support us through through &lt;a href=&#34;https://www.paypal.me/lowtechmagazine&#34;&gt;PayPal&lt;/a&gt;, &lt;a href=&#34;https://www.patreon.com/lowtechmagazine&#34;&gt;Patreon&lt;/a&gt; and &lt;a href=&#34;https://liberapay.com/lowtechmagazine/&#34;&gt;LiberaPay&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The solar powered website was made by &lt;a href=&#34;http://www.krisdedecker.org&#34;&gt;Kris De Decker&lt;/a&gt;, &lt;a href=&#34;https://roelof.info&#34;&gt;Roel Roscam Abbing&lt;/a&gt;, and &lt;a href=&#34;http://motsuka.com&#34;&gt;Marie Otsuka&lt;/a&gt;. The printed website is made by &lt;a href=&#34;http://squishysystems.com&#34;&gt;Lauren Campbell&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
