Explore >> Select a destination


You are here

benscofield.com
| | blog.alexbeals.com
23.0 parsecs away

Travel
| | When I first created Dog-a-Day, it ran off of a PHP script that had the images for the days in an array. I then decided to move it into a MySQL database, where I would insert URLs and dates. That quickly became too much of a hassle, and I created a simple form that would take in a URL, and automatically calculate the next date, and insert it into the database. I realized that duplicates might be an issue if I wasn't paying close enough attention, so I implemented perceptual hashing, to try and find similar images. But this was all built on top of previous functionality, and was bad enough to consistently make it harder and harder to add images. So I decided it was time to rebuild it.
| | littlekendra.com
50.9 parsecs away

Travel
| | Kendra Little writes and draws comics about SQL Server, Data Platforms, and Database DevOps.
| | www.leadedsolder.com
53.0 parsecs away

Travel
| | Cleaning and analysis of a dirty Tandy TRS-80 Colour Computer
| | github.blog
79.7 parsecs away

Travel
| Over the past months, weve left our macOS model behind and moved to Codespaces for the majority of GitHub.com development.