I think my reaction to dealing with stuff is to literally just work on something. Doesn’t seem healthy.
I am very stuck in my head at the moment.
New favorite pub quiz round: guess the song from limited lyrics. <3
So it turns out that none of my family know any song lyrics.
I feel like today has been well-balanced between coding stuff and doing other stuff. I’m feeling positive, ready to face the week head-on, get some stuff done and maybe moan a bit less at work.
New favorite pub quiz round: guess the song from limited lyrics. <3
Weird that most of the joy we find in music is in the intervals between notes. I haven’t heard of anyone with a favorite note, but people probably have a favorite chord or progression without even knowing it.
This is just so weird - the absence between notes, the distance between multiple notes is what appeals to us.
These logs are so varied, maybe they need tags too. I feel like that would take some of the magic away.
Tomorrow I’m taking care of the dogs. What could possibly go wrong?
One tiny yorky and one cockaspanoodle or something.
I’m planning on walking them separately so as just to have at most one animal creature under my watchful eye at any given moment.
They’re both adorable - if I could I would put photos up with this blog post. TODO.
After a few minutes of down-time (oops), things are up!
The external nginx server now proxies requests to the internal one, which handles app-specific stuff.
This means I can now deploy entire apps and their related nginx reverse-proxy config in a single commit :D
Unfortunately, the internal nginx is also using SSL which is a tad redundant but I suppose there’s nothing wrong with the extra security.
insta-scrabble is now deployed in the new nginx regime and I think I’m ready to switch my main nginx off but first I think I need to make sure the docker-compose nginx will be able to run on port 80 and 443.
Oh better idea, I’ll just have two layers of nginx, one that proxies to the dockerised one…
I don’t think this defeats the purpose too much, and if anything it adds an extra layer so that I can’t do too much damage by pushing some dodgy nginx config to the repo.