-
by
#FUNFACT - The 1995 movie 'Hackers' was released 1337 weeks ago
Saw this tweet, and wanted to copy it to my blog as Hackers is probably my favorite movie.Hack the Planet -
byListening 70βs rock on the radio in the car with Leo takes me back to being a kid driving around with my dad in SoCal.
-
byWorking on the delete pattern in Tanzawa using TurboFrames. Clicking the delete link on the file detail window replaces the content with a confirmation dialog. Since we don't want to have dead image tags everywhere, it also provides a list of posts that will be updated. Clicking the post title opens the post in a new window.
Delete image confirmation dialog -
byPlanted some tomatoes, shishito, bell peppers, and corn seeds today. Only planted the corn because Leo insisted we get it. I know "life finds a way", but given my lack of green thumb, I'll hope for the best, but expect nothing.
-
Checkin to Starbucks
-
byWhen Basecamp launched Hey, I really liked the philosophy and design of the system. But I wasnβt sold on using their domain. GladΒ I stuck with Fastmail.
-
byI started working on the basic file management interface for Tanzawa. Right now it's quite basic. Clicking any image in the grid will pop up a modal with a larger version, links to the posts it's used in, and meta information.
First draft of the file management interface in Tanzawa -
byLeoβs new favorite pastime is to crawl around the car and listen to music. He switched the radio station and Journey comes on. Immediately says βI like thisβ. Addaboy.Β
-
The wind is so strong, last night it blew the cover off my bike, blew the e-bike over, and its cover has disappeared. Time to see if I can find it.
Update: Found it a few houses down stuck under their car. -
byMade some optimizations to my site today.Β
- Enabled the django gzip middleware so html is compressed over the wire. Practically speaking, responses loads should be about 5kb now, or a quarter of the previous size.
- Optimized the queries for public facing pages. All pages now require less than 10 queries.
- All optimized images will now be automatically resized by 50% and converted to webp (where supported). This helps reduce images sizes from drastically, usually to around 100k or less, each.