As someone located in the PNW, I imagine Barcelona must have perfect weather for this sort of thing? Great concept
This website has 81% battery power remaining
101–110 of 365 posts
Re: This website has 81% battery power remaining
#102Semi-related —- does anyone have recommendations for where to find small hobbyist solar panels and/or kits to experiment with for small devices like a Pi? Also curious about how a setup like this compares with using a traditional electricity source in terms of cost per hr of running the site off of solar with batteries. What is the break even point against utility costs over there(if there is one)? And are there any…
Probably eBay or Amazon is the easiest place to look for cheap gear. Hobbyist electronic stores might be a good source too depending on the country (here in Australia Jaycar has some fairly good value panels and PWM solar charge controllers).
Re: This website has 81% battery power remaining
#103I 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…
Just not serving everybody all the time.
Re: This website has 81% battery power remaining
#104https://www.lowtechmagazine.com/2021/12/printed-website-thir...
Re: This website has 81% battery power remaining
#105Earlier quoted context omitted.
a lot of the web would probably be better off if it were
I think so, WordPress that isnt cached to a frozen state on the backend is kind of silly in my eyes, the only exception would be comments, but you could hack around that by using Disqus or something, voila.
Re: This website has 81% battery power remaining
#106Earlier quoted context omitted.
Sorry, what does CI stand for?
Continuous integration -- Software development practice based on frequent submission of granular changes https://en.wikipedia.org/wiki/Continuous_integration ... basically check every small commit, ideally end-to-end.
Re: This website has 81% battery power remaining
#107ICANN should make a .solar extension with the caveat that you have to provide evidence yearly that all IPs mapped by the domain were running on solar power
Re: This website has 81% battery power remaining
#108Earlier quoted context omitted.
I hate to be that old foggy but, aren’t websites just getting worse and bloated with JS crap? I’ve had a couple websites I use daily for work just get flashy new interfaces which causes 1/3 to 1/2 second delays in the interface which used to not exist, previously they just had normal page load delays. For example, SalesForce Lightning, their UI overhaul. Old UI is mainly just flat HTML with some loading on fields. Ne…
I agree with this so so much. The problem is too much reliances on frameworks and add on libraries. Developers will import an entire framework that for the benefit of a single feature. It's mind blowing to look at the amount of js includes for seemingly simple sites. Stackoverflow answers that direct you to import a library or framework should be banned in most cases. I will often have to scroll past several answers…
Re: This website has 81% battery power remaining
#109> This connection is a 100mbit consumer fiber connection with a static IP-adress. Yikes! And me here in Palo Alto, in the middle of the silicon Valley, cannot get any fiber because of AT&T.
Re: This website has 81% battery power remaining
#110> 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!
This is an area where Apple is way ahead of everyone else. A code change that increases power usage 25% wouldn’t make it past CI at Apple.