eksb

joined 3 years ago
[–] eksb@programming.dev 56 points 11 months ago* (last edited 11 months ago) (1 children)

My strategy is to have been married to the person for at least a decade so expectations are set.

  1. "They're rambling about trains again; good thing I brought my knitting."
  2. "Oh, they brought their knitting, I may as well keep rambling about trains because they are not paying attention."
  3. good food
  4. walk
  5. bed
[–] eksb@programming.dev 4 points 11 months ago

Deltarune, Kitsune Tails, Railbound

[–] eksb@programming.dev 3 points 11 months ago* (last edited 11 months ago) (2 children)

I have 5 docker-compose-based services. I wrote a shell script:

#!/usr/bin/env bash
for y in $(find /etc/ -name docker-compose.yml); do
  cd $(dirname $y)
  docker compose pull
  systemctl restart $y
done

(edit: spelling; thanks Unquote0270)

[–] eksb@programming.dev 14 points 11 months ago (1 children)

It doesn't rain in Northern Ireland?

[–] eksb@programming.dev 3 points 1 year ago

The number of times I wanted to go get a burrito for lunch (Moe's was next door to my office building) but went hungry instead solely because I did not want to hear "WELCOME TO MOE'S!" is very non-zero.

[–] eksb@programming.dev 2 points 1 year ago

Letting the majority of voters who have to deal with the consequences of our collective decisions impose their will on the minority of self-centered rich people is a great way to run a government.

[–] eksb@programming.dev 4 points 1 year ago

It would be better to have no SUVs than to have the 2 billion pounds.

[–] eksb@programming.dev 21 points 1 year ago (1 children)

"at about 2mph" means at least 10.

[–] eksb@programming.dev 4 points 1 year ago (1 children)

You just described me better than I could, down to what my wife says. (Except I never got therapy.)

I never got treatment, and do not see what advantage treatment could give at this stage of my life. The important thing for me is having a few friends who are also autistic, having a spouse who understands my issues, and having a job that accepts my strengths and weaknesses.

I think the lack of friends who are also autistic was the big difficulty for me early in my life. I did not know I was autistic, and did not have any interactions with anybody else who was. I always felt like an outsider, even at home with my family. Having a few (but no more than a few) friends I could really relate and connect to, and the independence to be me and not have to conform all the time make life good.

[–] eksb@programming.dev 6 points 1 year ago

human-spawn

[–] eksb@programming.dev 2 points 1 year ago (1 children)

What upstream DNS server(s) are your pihole configured to use? It is possible that the responses your pihole is giving are to farther away IPs than what 1.1.1.1 returns. If you have not already, try setting 1.1.1.1 as the upstream DNS server on the pihole.

view more: ‹ prev next ›