I Published A Book
I published a book! It’s called The Physiology of Climbing, and you can buy it on amazon or on my publisher’s website sharpendbooks.com.
Person
I published a book! It’s called The Physiology of Climbing, and you can buy it on amazon or on my publisher’s website sharpendbooks.com.
Following up on the exploratory work I did for searching recipes with OpenAI. I quickly found this blog that benchmarked OpenAI’s results against other, open-source, alternatives. Turns out you can do this stuff for much cheaper than I’d believed.
I recently got access to OpenAI’s beta, and I’ve been playing around with it. It’s not perfect, and at times I wondered if I was just reinventing the wheel with the stuff I was building. But it is really cool. I do think it’ll transform our jobs quite soon.
The idea behind cryptographic communication is that it should be hard/impossible for eavesdroppers to decrypt the messages, but relatively easy for the intended recipient to decrypt.
At a previous job, I had the pleasure of improving our web app’s performance. The motivation was that we had recently experienced a number of outages in a short timespan, after having had no outages at all in the year I had been working there at that point. We were able to observe that our database cpu utilization was maxed out. Using AWS RDS Performance Insights (PI), we were able to see that a few queries were extremely non-performant.
The goal of this post is to learn about Markov Chain Monte Carlo. What is it, why does it exist, how do we “do it”, and how can we apply it to a real problem?
I recently realized that I didn’t understand linear regression as well as I thought as I did when I came across this twitter thread.
The market’s been volatile recently because of the COVID-19 pandemic. I’ve been checking individual stocks manually each day for large movements. I don’t want to daytrade, but I do want to have a general feel for what the market’s doing each day. But checking manually is annoying and also not healthy, so I automated the process:
I came across this theorem recently, and thought that it’s an interesting result. The proof itself isn’t particularly flashy, but I think the result is relevant to every prorammer’s daily life and that’s pretty cool. My hope is to explain it enough that a programmer with basic logic experience can understand the proof. I’ll explain notation along the way.
1) Intro
I had some issues getting rustfmt to work in spacemacs on my mac. Here’s roughly how I got it working.
Detecting blurriness in a picture is useful for determining image quality since people rarely ever consider a blurry picture to be a good one.