• 0 Posts
  • 105 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle



  • Hugging, definitely.

    Snuggling, maybe? Like maybe we both fell asleep in the back of a van and ended up snuggling a bit and when we woke up we’re not weirded out by it.

    Wrestling, maybe, but it would probably be with kids or pets around. I can’t remember doing it but I wouldn’t be weirded out by it.

    It wasn’t always this way though. I was raised southern Baptist. Becoming OK with male physical interactions and homosexuality was a journey, and I am much happier with how accepting I am now than when I said I was as a Christian who had this low-key hypocritical “I know the truth of god and accept everybody” while also looking down on sinners.

    I have a gay friend who came to visit me and we went around the city and to a house party and had a great time and then fell asleep in the beach. The next day he said “that was one of the best dates I’ve ever been on” and it caught me off guard because I was just “hanging out”, but if it had been a girl, it would have been a great date, and I thought “ok, sure, it was a ‘date’ with a guy friend and that’s ok.” It was a big step for me.




  • If you’re scared to do rm -rf, do something else that lets you inspect the entire batch of deletions first. Such as:

    find .git ! -type d -print0 | xargs -0 -n1 echo rm -fv

    This will print out all the rm -fv commands that would be run. It’s basically rm -rf --dry-run, but rm doesn’t have that common option. Once you’ve verified that that’s what you want to do, run it again without echo to do the actual deletion. If you’re scared of having that in your history, either use a full path for .git, or prepend a space to the non-echo version of the command to make it avoid showing up in your shell history (assuming you have ignorespace in your HISTCONTROL env var)

    I use this xargs echo pattern a lot when I’m crafting commands that are potentially destructive or change lots of things.






  • I have been using ubiquiti for years, and I would strongly caution against using them. They are forcing some devices to sign on to ubiquity cloud and synchronize with their cloud services, and are forcing those sign ins to use MFA. I really miss the ubiquity from 2020, where it was all local. Next time I upgrade my gear, I will probably not buy an ubiquiti router/gateway.

    Also the upgrade process from Usg to dream router was awful. Also they don’t let you run unifi in docker with a dream router, you are forced to run it on-device.