HN user

brutopia

156 karma

hints.skillet-0p@icloud.com

Posts7
Comments26
View on HN

I haven't ever written or participated in anything political or controversial through any of my google accounts over more than 15 years I've had them. I'm beginning to reach the same conclusion as you on the matter.

Sounds good then! I'd try running it hot after use -trick to see if it makes any difference. You could probably get good 50 years of use out of it if you treat the wooden parts inside with oil such as [1]. The sauna should be extremely dry before treating it and you can do that by running it couple of hours hot without using. The oil needs to be non toxic and non water soluble so high temperatures won't vaporize any toxins from it to your breathing air. It deepens the color of the wood a bit but should look even better.

[1] https://www.amazon.com/Liberon-003815-Finishing-Oil-Liter/dp...

I would recommend to move it outside as there’s probably not enough ventilation for it to dry between uses. The sweat should vaporize without trace almost within minutes when the stove is hot. It doesn’t need cover outside and can handle rain and snow no problem. Just don’t let it get buried in snow for extended periods of time. The possible electric connections need to be protected from water though.

Just use it weekly and let the stove run hot an hour more after you’re done if there’s any hint of moistness in the wood. It’s better to never turn the heat off immediately after using. I’m a finn and the thing looks very proper with the harvia stove and all

IPv4 pricing 5 years ago

How about keeping connection open from the webcam server or any host on the same LAN with a ssh reverse tunnel to a cheap cloud server?

For example when the webcam server is reachable on LAN at 192.168.1.2:1337 you can do

$ ssh -N -T -R 1338:192.168.1.2:1337 user@cloudserver.com

on a raspberry pi on the same LAN or locally in the webcam server and then you can access the webcam server from anywhere using cloudserver.com:1338

As a long time iOS user this single aspect has made me look over the fence to the android side the whole time. Not having full access to my own devices is insane. The poor security on android side has kept me away, but they’ve just recently been catching up enough that the scales are almost tilted.

Git 2.13 9 years ago

Chrome 58 on android 6.0.1 and the device is nexus 7 2013

Git 2.13 9 years ago

Not related to this but please github choose a better font to render code in android browsers, the current one's unreadable!

This so much! Cloudfront/lambda/s3 combo is missing this piece for which you have to use unnecessarily complex api gateway or ec2 varnish/nginx setup. Thanks Jeff!