rs5th

joined 1 year ago
[–] rs5th@lemmy.scottlabs.io 11 points 1 year ago (1 children)

You like deploying infrastructure, probably in a cloud environment, but you don’t want to push a bunch of buttons in their web interface, so you use Terraform to declaratively define the things you want, and it goes and builds them for you. Super useful for when you need to build resources often, to detect and correct config drift, and get started down the path of Infrastructure as Code.

[–] rs5th@lemmy.scottlabs.io 1 points 1 year ago

I’m running the following SQL, although I’m not actually sure it’s as necessary since 0.18.3. It doesn’t delete any post history or anything.

DELETE FROM activity WHERE published < NOW() - INTERVAL '1 day';
[–] rs5th@lemmy.scottlabs.io 1 points 1 year ago (1 children)

I think the Kindle Scribe has a lit screen, if e-ink is what you’re after.

[–] rs5th@lemmy.scottlabs.io 4 points 1 year ago (3 children)

I love my ReMarkable 2! I use it everyday for handwritten notes and for e-reading. It doesn’t support the major stores, but it loads epubs just fine. I’m also self-hosting rmfakecloud cause I’m that kind of nerd. You mentioned night use, so definitely be aware it does not have any lighting built in.

[–] rs5th@lemmy.scottlabs.io 10 points 1 year ago

Hugo calls these sorts of things “frontends” and has a list here: https://gohugo.io/tools/frontends/

I haven’t had great luck with any of them personally.

[–] rs5th@lemmy.scottlabs.io 0 points 1 year ago (1 children)

Couple questions:

  • What’s your ISP at home?
  • What’s the ISP of the remote IPv6 server?
  • Are the other networks you’ve tried from the same or different?

I’d start with traceroute and see how far your IPv6 traffic gets before it fails. It could very well be some peering or routing issue between some of the ISPs in between you and wherever that IPv6 address lives. If this ends up identifying where the traffic dies, a lot of the tier 1 ISPs have BGP looking glass servers so you can get an idea of what they know about that subnet.

[–] rs5th@lemmy.scottlabs.io 0 points 1 year ago (3 children)

I believe the activity table in Postgres is retained for 6 months (although I’m purging mine daily) and the pict-rs cache is 168 hours (1 week).

[–] rs5th@lemmy.scottlabs.io 1 points 1 year ago (1 children)

What Zigbee thermostats do you have?

[–] rs5th@lemmy.scottlabs.io 0 points 1 year ago (2 children)

I think the larger issue was users from those external instances interacting with posts / comments in Beehaw’s communities. Since they’re open registration, bad actors could just create new accounts after being banned from Beehaw.

[–] rs5th@lemmy.scottlabs.io 0 points 1 year ago* (last edited 1 year ago) (1 children)

Here's what I did for humidifiers in my house:

  • Dumb, analog-controlled humidifiers (like with the knobs, no digital displays, buttons, modes, etc)
  • Local control smart plug (Tasmota flashed Sonoff S31 in my case, but it can be anything)
  • Humidity sensor (I use the Zigbee Aqara ones)
  • Create a Generic Hygrostat entity

Now you've got a smart humidifier in Home Assistant. You can set the desired humidity, and when the sensor detects it's below this, it'll kick on the smart switch. When it passes the threshold, it'll turn off. It's been great! My humidifiers shut off when the water level drops, so I can even use the power monitoring in the Sonoff switch to send me a "low water" alert when the humidifier should be running, but it's drawing no power!

[–] rs5th@lemmy.scottlabs.io 2 points 1 year ago

Yep, using ingress-nginx on k3s as well.

[–] rs5th@lemmy.scottlabs.io 1 points 1 year ago (2 children)

We're using it in production at my day job in a couple of places.

view more: next ›