Following on from some others, here’s a list of what I’m using on my Mac in 2023. Main focus is web dev tasks.
Continue reading »18
HybridLogic, my little corner of the Internet, turned 18 a few months ago. I wanted to make a little list of things this site has used, or not used, that have come and gone in that time. No order or rhyme, just thoughts.
Continue reading »Joinery
I spent the day building out some wood framing, ready for plasterboard with my Dad. It’s always good, learning skills that are so different to everything I do just sat on a computer. I also got to learn about the difference between joinery, and cabinetry.
Continue reading »CTEs are Fracking Magical
We have a cron job. It runs frequently, looking for rows that have changed, or their parent relationships that have changed, or grandparents. There’s millions of rows. These cron jobs were causing tablescans of 200K+ rows each time. Replica latency was horrible.
CTEs and a few well-placed indexes. Down to only scanning rows needed. Weirdly just indexes and joins/subqueries didn’t help.
This post sponsored by me pulling my hair out staring at DB graphs for three days.
Creating an MS Teams Message Extension
This is reference for anyone who needs it in order to create a message extension (previously called compose extension) in MS Teams. If you stray outside of the TS/C# world, it’s a pain to find all of this out.
Continue reading »The Most Annoying Dev Problem I Solved
I was going to write about the hardest tech problem I ever faced, but I figured let’s start off with something a bit easier. Writing code to solve something that seems very simple to a human, but was an utter pain in reality.
Continue reading »App Store Agony
In a second big win for the week, we submitted our iOS app for review this week. Apple been Apple rejected it the first time.
Continue reading »Semantic Search
At work, we recently released a big new feature I’ve spent the past few weeks and months working on; semantic search. Given all of your uploaded documents, allow natural language questions against them. Here’s some post-release thoughts.
Continue reading »Submarines
I have a bit of a secret, a way to keep dev enjoyable/actually do some chores in between the stream of sales driven development feature requests and the (luckily rare) bug reports. I call them submarine tasks.
Continue reading »My White Whale
I have a project, codenamed Ox currently, that has been consuming me for the past seven years.
Continue reading »