the Andrew Bailey

No, it's not different this time!

'THEANDREWBAILEY.COM DOESN'T GET ENOUGH TRAFFIC TO JUSTIFY A REVERSE PROXY! YOU CAN'T EVEN SCALE YOURSELF OUT OF A PAPER BAGINO NOOOOOOOO' 'haha in-memory cache go brrr'

Toilet Blog Engine, Version 8

Since I've been stuck at home for a few months, I've been updating this blog. There's been some major improvements, because the whole stack has been upgraded: the OS (Xubuntu 16.04 to Xubuntu 20.04), Postgres (9.5 to 12), JVM (8 to 11), and web server (Payara 5.191 to 5.2020.3). (There was one Payara version that enabled TLS 1.3, but it's bugged. Maybe I'll try next time!) With PostgreSQL 12, I finally have access to the websearch_to_tsquery function for searching. You can use quotes to force include something, and hyphens to exclude something. However, naively connecting trigrams to it like how I did destroys the cool functionality, so I dropped it. I've built a search suggestion feature to cover for it; try it out.

Screenshot of theAndrewBailey.com, with exaggerated colors.

Background Text and Fake jQuery

I love having a fast website. A lot of it comes down to not having a lot of frameworks and libraries running. On my page, I only have one stylesheet, and one script. That doesn't mean that I can't get creative. My favorite is the glowing links when you hover over them. The summaries that look like rockstar autographed posters on the homepage are pretty sweet. (Those posters might be my favorite, if it wasn't for the difficulty in getting it to work just right.)

Screenshot of Firefox inspecting my homepage.

Multithreaded Rockstar AMP

Despite the fact that this blog does what it's supposed to do (I hope), I can't help but keep messing with it. I guess with my day job being mostly backend work on internet shopping websites, this is my way of venting. Sometimes, it gives me an idea of what is going on behind the abstractions beneath what I work on, like search indexes. Other times, I want to toy around doing visual design.

Screenshot of Chrome's remote debugger

Responsive Images & Remote Debugging

I got a new phone last month, because the screen on my old one broke. My new phone has a 5-ish inch 1080p screen. That's means it has an insane pixel density! On my podcast, I occasionally talk about some new program that increases efficiency, but doesn't change standards and fits within existing ecosystems. My favorite is MozJPEG. It's a program that encodes JPEG images much better than (almost) all others. Since I keep high resolution images of almost all the images on my blog (and share them), I experimented.

A screenshot of the Andrew Bailey as it is right now.

Welcome to the New Andrew Bailey

Hello and welcome to my blog. If you've been here before, things might look a little different, especially if you came in through the homepage. I have implemented a few things I have gathered by doing research for my podcast, and several hours of toying around.

A drawing of one key hiding

Hidden Writing

Last month, I got Thing Explainer. It's a book that explains big things using the ten hundred words that people use the most. I wanted to do something just like that, but for hidden writing. After I started writing this, I felt like I was talking to a little kid, only to find out that I was the kid, and I was having fun.