This may sound snarky, but... I really wonder how helpful such projects are. Making the Internet greener is undoubtedly an important goal, but I feel this is perpetuating a myth that we're gonna fix the climate crisis with small-scale projects from below. Practically this is doing nothing to provide any relevant fix for the problem. What we should be doing is thinking about how we can fix the problem at scale, e.g. p…
How Sustainable Is a Solar Powered Website?
61–70 of 126 posts
Re: How Sustainable Is a Solar Powered Website?
#62Earlier quoted context omitted.
Thanks, I didn't realize it was that large. :'( Do you think the advent of DoH will improve that situation?
I don't think so. DoH deals more with streamlining the transmission of requests and responses, but I don't recall any part of the RFC dealing with TTLs. You'll still be talking to your local DNS server with its own caching rules.
Re: How Sustainable Is a Solar Powered Website?
#63Re: How Sustainable Is a Solar Powered Website?
#64side note: with potential sub 7nm semiconductor processes, a wide amount of sophisticated chips could run on small ~solar (say 1W)
As is often the case, the most obvious target for optimization (the computer, 1-2W) has already hit diminishing returns. Their biggest energy hog is the router (10W), which they aren't running on solar.
Re: How Sustainable Is a Solar Powered Website?
#65It's an interesting exercise. In some ways it's similar to what we were doing at Satellogic: a Satellogic satellite is solar-powered, runs on batteries, and contains computers running Linux. (All of that is public; I'm not revealing anything unpublished here.) They seem to be running on a Raspberry Pi that uses two watts, so they can run Linux. But a website wouldn't have to run Linux. Contiki includes a webserver an…
Re: How Sustainable Is a Solar Powered Website?
#66Earlier quoted context omitted.
"The panel voltage is pretty stable until the illuminance gets really low" I'd like to see what panels those are, because the ones I've built while working as a PV manufacturing tech, both mono and poly (roughly 21% efficiency,) will have greatly varying voltages with even the tiniest hint of cloud cover over one cell, even with the junction box working to help separate out sections of the panel to maintain better vo…
Is that the MPPT voltage or the open-circuit voltage? I was thinking of a near-open-circuit voltage (which is what you have if you're powering a 2-watt webserver from a 50-watt solar panel), but MPPT will vary a lot more. Also, covering 6% of your cells will drop your voltage a lot more than covering all your cells 6%.
Re: How Sustainable Is a Solar Powered Website?
#67To compare, I’m a solar powered user. All summer I work outside on a notebook writing apps, powered by several combinations of solar panels and matching batteries. On the whole it works. Excess PV panel capacity charges battery, ensuring enough backup to run during unfavorable angle, cloud cover, weather, shadows, and night. Most common issue is re-positioning panels every few hours to favorable angles & avoiding sha…
Re: How Sustainable Is a Solar Powered Website?
#68side note: with potential sub 7nm semiconductor processes, a wide amount of sophisticated chips could run on small ~solar (say 1W)
You can run a fair bit of web traffic off of something like a Raspberry Pi, and you don't need a ton of battery to keep that running overnight. Heavy database driven websites probably won't be an option, but the bottleneck for static sites would likely be the Ethernet interface. In fact that's pretty much exactly what they did. 168Wh battery pack is a small Deep Cycle SLA. A 50w Solar Panel and associated charge cont…
Re: How Sustainable Is a Solar Powered Website?
#69Earlier quoted context omitted.
As is often the case, the most obvious target for optimization (the computer, 1-2W) has already hit diminishing returns. Their biggest energy hog is the router (10W), which they aren't running on solar.
but what's the manufacturing process of router chips ? surely a router inner logic is way less than a rpi SoC so it could be trimmed down over time through simple smaller features .. ?
Re: How Sustainable Is a Solar Powered Website?
#70Earlier quoted context omitted.
You can run a fair bit of web traffic off of something like a Raspberry Pi, and you don't need a ton of battery to keep that running overnight. Heavy database driven websites probably won't be an option, but the bottleneck for static sites would likely be the Ethernet interface. In fact that's pretty much exactly what they did. 168Wh battery pack is a small Deep Cycle SLA. A 50w Solar Panel and associated charge cont…
I tried running an rpi on a lead acid battery and a 40w panel. It seemed to be running fine for the first 2 weeks but then I think it had a few days where it drained the battery to 0 which ruined it and then it was turning off every night. I'm not sure what to do with the setup now since it seems like lead acid is not the way to go but all of the DIY solar charge controllers use lead acid.