• 11 Posts
  • 110 Comments
Joined 3 years ago
cake
Cake day: June 11th, 2023

help-circle
  • I just spent the week assembling furniture. IKEA’s instructions and overall build quality have fallen from the last time I did this. The instructions have gotten less detailed (as in, do I use the board that has six holes in pattern A or pattern B? The boards aren’t labeled and the patterns are very similar). Also, the hardware has gotten even cheaper than before. The cams that capture the hidden screw heads have always been fairly easy to strip if you’re not careful and they seem even moreso now. I didn’t have any trouble because I came into the task knowing this, but it was still a bit of a let down.

    The store experience itself was about the same, with less employees milling around which is good for the showroom but bad for the warehouse. Overall the experience was slightly more negative than previously, especially since the prices have jumped for what IKEA offers which is, let’s face it, assemble it yourself junk furniture.


  • I don’t do full disk encryption on my backups. I use duplicity and encrypt the backups with three gpg keys: one that is for the IT department with a known passphrase, one for the business with a different known passphrase, and my personal key.

    I’m a one man show but I set this up with the future in mind. Different data might not have all three keys, but this arrangement allows me to spin off bits of the data management as needed. The passphrases can be changed as/when needed without invalidating old backups.

    Combined with ssh certificates it helps organize my IT needs.



  • anotherandrew@lemmy.mixdown.catoMemes@sopuli.xyzIts all over
    link
    fedilink
    English
    arrow-up
    7
    ·
    5 months ago

    My favourite little bird, the lowly barn swallow. Incredibly social, they gather on the power lines and twitter at each other when a storm is coming. Lightning fast, and voracious mosquito eaters, and they keep their nests incredibly clean, carrying out their droppings from the building.

    I love barn swallows.


  • I’ve got one of those KeepConnect smart plugs which monitors a few different external servers and their own cloud, and automatically power cycles its outlet if things don’t work. They’ve damn near doubled in price since I’ve bought mine but it does work very well for me. Annual fee is reasonable too.

    I could build something similar but I have too many projects as it is, and I feel I’d be fiddling with it endlessly just because I can. This is literally set and forget and in the last 2y it’s cycled the outlet 48 times, most of them in the middle of the night, presumably with my cable provider maintenance windows.



  • Exactly this. I use Shelly relays in the switch boxes and use the physical switch as an input to the Shelly relay. I have a couple AliExpress zigbee relays too that work well.

    The trick is with three/four way switches where the smart relay needs continuous power and to be physically located at the end of the chain where power is actually switched to the light or outlet. Took me a while to figure that out but an SPDT relay with 120V coil solves that. The problem is space: fitting the relay to provide continuous power to the smart relay and the smart relay itself into a standard junction box with a physical switch and all the usual mess of wiring is not easy.










  • ssh -D8080 myserver and then use any of the proxy extensions (i like proxyswitchy omega I think it’s called). Also works with tsocks or anything that can use a SOCKS5 proxy, and as an added bonus, it’ll resolve DNS through the proxy as well.

    I’ve been using the -L2500:localhost:25 -L14300:localhost:143 trick to access my personal email without leaking anything outside of the ssh tunnel for years, and things like sslh and corkscrew allow me to get around/through draconian corporate IT policies with almost 100% success.

    The last trick I have is iodine which can tunnel traffic through DNS. If you can’t get a direct connection to the iodine endpoint it can be damn slow, but if you gotta get through it can be a godsend.