home.social
  1. Turned of for my self hosted after trying out and loving it.

    The HomeKit integration and mobile app are really nice.

    scrypted.app/

  2. Ok writing some which hooks onto a and limits its network access while leaving the rest of the host unaffected, this is fun! Bit of and

    Using
    - ebpf-go.dev/guides/getting-sta
    - nfil.dev/coding/security/ebpf-

  3. @TALlama a common one I see is adding a log line to the end of a method without realising the previous lines output was relied on, other cases are where if/else/rescue where it’s no immediate obvious which line of a method is the “last”. Some of this is helped by as it’ll flag if you are returning the wrong type

  4. Old: - Environment impact of your food, how much did it fly?

    New: - Environmental impact of your network traffic, how far did it fly?

  5. It's not a real change freeze unless it's enforce by the

  6. Folks that are using for with or how do you handle secrets in the configuration?

    I'm looking at the idea of removing the config after initial boot or some other option.

    One route would be to use single use secerts (which work for say which supports them) but not for others

  7. I got the right drives....

    I definitely got the right drives....

    oh god I hope I got the right drives...

  8. In search of a “Zero Toil” HomeLab: Immutable Linux, ZFS, WatchTower and Keel

    👆 Blogged about my

    blog.gripdev.xyz/2024/03/16/in

  9. Posted an answer on for the first time in ages.

    It's how to specify per-container more permissive permissions when running in

    stackoverflow.com/a/77921542/3

  10. Playing with ( ) and really enjoying it.

    The `piccolo asgi new` command to boostrap a new webapi project is really handy as someone who's not been in python ecosystem for a while.

    Migrations handling is also pretty neat

    Thanks to @martinpeck for recommendation.

    github.com/piccolo-orm/piccolo

  11. Ok in 5mins with @tailscale I'm able to expose out services from my cluster to my tailnet with nice DNS names and all. All entirely private to my

    This is soooo nice 🙇

    tailscale.com/kb/1236/kubernet

  12. Today I ran a script which did “sudo rm -rf $variable/*”

    Problem was, due to a bug, $variable was empty string.

    Never been so happy to be in a - berated myself for 3mins while waiting for me new one then carried on working.

  13. Too much “magic” and auto configuring cleverness in software causes so much pain on daily basis.

    Want to do a manifesto to rival the ’s one

  14. Here is it next to the and for scale

  15. Here is the irl

  16. Brought a new mouse and love it.

    (not using it for gaming)

    Nice’s left handed trackball I’ve ever used !

    gamingtrackball.com/

  17. I want to make an automation which, when battery is full, the doctor from shouts "I am fully charged" from our speakers.

  18. I'm playing around with the idea of adjusting my homelab's behaviour based on the output from my roof array.

    The rough idea is to alter the CPU governor settings and schedule intensive work based on live generation stats by messing with cronjobs, think "ecocronjob"... "do between x and y time when we have most spare energy"

    My system I've got has a interface I'm hoping to hook up too. github.com/dewet22/givenergy-m

    Building on wordpress.com/post/blog.gripde