It’s at 76% now. In 53 minutes since the post it has gone down 4%. So say roughly 5% per hour as a back of the envelop calculation. That’s roughly 20 hours on a full charged cycle. It would be good to know if there is a fast charge capability of the battery and how long would that be. An hour of full sun a day? Or two hours of partial sun?
This website has 81% battery power remaining
21–30 of 365 posts
Re: This website has 81% battery power remaining
#22I think this also shows how inefficient modern website hosting is. The fact that this person was able to get a raspberry pi to host the #1 website on HN powered by a small 50 watt solar panel is very cool (meaning maybe 10w average power budget), but also shouldn't be as uncommon as it is today. To put this in perspective, a modern server uses 50-100 watts idle doing nothing, and many more under load. To handle the t…
Re: This website has 81% battery power remaining
#23I think this also shows how inefficient modern website hosting is. The fact that this person was able to get a raspberry pi to host the #1 website on HN powered by a small 50 watt solar panel is very cool (meaning maybe 10w average power budget), but also shouldn't be as uncommon as it is today. To put this in perspective, a modern server uses 50-100 watts idle doing nothing, and many more under load. To handle the t…
It's a static page... not everything is a static page in the web world.
Re: This website has 81% battery power remaining
#24I think this also shows how inefficient modern website hosting is. The fact that this person was able to get a raspberry pi to host the #1 website on HN powered by a small 50 watt solar panel is very cool (meaning maybe 10w average power budget), but also shouldn't be as uncommon as it is today. To put this in perspective, a modern server uses 50-100 watts idle doing nothing, and many more under load. To handle the t…
Re: This website has 81% battery power remaining
#25> This was caused by a software upgrade of the Linux kernel, which increased the average power use of the server from 1.19 to 1.49 watts I wonder what change in the linux kernel caused the increased load. Someone out there is responsible for this crime!
Re: This website has 81% battery power remaining
#26Earlier quoted context omitted.
It's a static page... not everything is a static page in the web world.
a lot of the web would probably be better off if it were
Re: This website has 81% battery power remaining
#27I think this also shows how inefficient modern website hosting is. The fact that this person was able to get a raspberry pi to host the #1 website on HN powered by a small 50 watt solar panel is very cool (meaning maybe 10w average power budget), but also shouldn't be as uncommon as it is today. To put this in perspective, a modern server uses 50-100 watts idle doing nothing, and many more under load. To handle the t…
I'm really tired of hearing this. "Serverless because otherwise server doing nothing", "very small virtual machine because otherwise server doing nothing".
The server is not doing "nothing" it's waiting for incoming requests. It's like if you told "this cashier is doing nothing because there is no customers in the store".
When a server is loaded at capacity minus some margin, latencies are going up, which may not always be acceptable. Also, not every web workload scales linearly nor is cacheable and traffic patterns may not be that predictable and some requests may generate higher loads.
Managing capacity is way more involved that just "this server is doing nothing".
Also, many of these technologies supposedly reducing "idle time" such as "serverless" are usually incredibly wasteful where handling a single request may start a completely new environment and may pull resources across the globe.
Re: This website has 81% battery power remaining
#28Re: This website has 81% battery power remaining
#29https://solar.lowtechmagazine.com/2020/01/how-sustainable-is...
Re: This website has 81% battery power remaining
#30I think this also shows how inefficient modern website hosting is. The fact that this person was able to get a raspberry pi to host the #1 website on HN powered by a small 50 watt solar panel is very cool (meaning maybe 10w average power budget), but also shouldn't be as uncommon as it is today. To put this in perspective, a modern server uses 50-100 watts idle doing nothing, and many more under load. To handle the t…
Hey @dang, you wouldn't happen to know anything about how Hacker News is hosted, would you? Reading this has piqued my curiosity. If time / your position permits, of course.