Let's Encrypt (updated)

Update: since this was written, the letsencrypt-auto script has improved significantly. When I tried it again today (December 8, 2015), the process was basically just cloning the GitHub repo and running ./letsencrypt-auto. I’ll leave the original (outdated) information here for posterity.

As of today phiffer.org is being served using SSL encryption thanks to a free certificate from Let’s Encrypt. It’s a recently launched service, sponsored by Mozilla and the Electronic Frontier Foundation (among others), intended to make HTTPS encryption ubiquitous on the web.

Hooray for Let's Encrypt!
Hooray for [Let's Encrypt!](https://letsencrypt.org/)

Let’s Encrypt is very new, and there are still some rough edges, but overall I’m impressed by how smoothly the process went. I wanted to document my experience, in case it’s helpful to others (and future-me). This post is a bit more technical than usual and, because the service is new, much of it may not be relevant very long into the future. That said, I hope this might offer some clues for folks trying to get up and running on HTTPS.

Read more →

Fall updates

It is starting to feel like Fall here in New York, and I am up to some new things since the last time I wrote here in January (!). By the way, those New Years resolutions? They are going terribly! So it goes.

The big news, if you hadn’t heard, is that I’ve left my job at the New Yorker magazine. I am still very proud of how the redesign turned out, and I learned a ton from my many amazing colleagues there, but after two years it just felt like time for me to move on. So I am back to freelancing, and feeling excited to work on some new things. And yes, I am looking for new clients, you should hire me!

In addition to freelancing, I’ve also started a fellowship at Columbia’s Tow Center for Digital Journalism. I’m working with an awesome group of collaborators using telephony and wifi darknets as tools for gathering stories. I’ll be posting more about that here in the coming weeks.

Also, if you look around, you may notice I’ve updated my WordPress theme a bit. The underlying structure is very similar to what I had before, but I focused on a few key improvements:

  1. The page layout is now responsive, so it works better on very small and very large screens.
  2. Whenever possible, I’ve minimized my reliance on third-party tools (for example, I no longer use TypeKit for my header fonts).
  3. So long green and red, hello pink! I’ve also made it easy to change the color scheme in the future through the magic of Sass variables.
  4. Comments are gone! At least for now, maybe I’ll change my mind about that. I do love getting feedback about stuff I post on here, so drop me a line if you might have otherwise left a comment.

Of all the changes in this website update, the one I feel best about is cutting out the third-party tracking. I’ve noticed that YouTube embeds serve up a DoubleClick advertising tracker, just by loading a page with a video, which isn’t cool. Now video embeds only load on demand, after you’ve hit the play button (mobile visitors may need to tap two times). Naturally, you’ll still be tracked by Google if you play an embedded YouTube video, but otherwise the page shouldn’t leak data to any off-site parties.

Third-party trackers, before and after.
Third-party trackers, before and after. Mint is the one thing I kept around, but it’s hosted on my own server.

The bottom line is I am in control of what goes up on phiffer.org, which includes things like hidden advertising trackers. Now there is slightly less ambient surveillance around here. Plus the pages should load marginally faster!

Twelve years of phiffer.org

Twelve years ago, on May 26th, I registered the domain phiffer.org. It started out as a kind of online sketchbook. The first thing I posted here was an experiment in direct manipulation of the page. The point was to surprise visitors with an unexpected opportunity to create something. It’s a very crude drawing interface, and a bit pointless, but I’m amazed that it still works (for the most part). Go web standards!

The site has gone through many permutations since then, but it’s still primarily my online sketchbook. I’ve adopted a fairly conventional weblog format, but I’m still interested in exploring that element of surprise. I’d still like to try out some new things here. More to come!

Link

Update: James reminded me of this box grid interface in the comments.

New phiffer.org tags page

I did a little tidying up around here, combining similar tags and tweaking the tags overview page. I decided to divide up the tags by whether they’re proper nouns or not. There are some edge cases like Global Warming (proper noun) and art (common noun), where I could see choosing either way.

Link

A redesigned phiffer.org

I’ve been tinkering with a new design for this site for a few months and have finally gotten to the point where it feels polished enough to start using. It’s not a huge departure from what was here before, but I’ve made some structural changes to how the WordPress theme works that should make it easier for me to maintain and improve. The old theme was ambitious, I invented my own object-oriented template system that shunned the well established conventions of making WordPress themes. This is all fine and good when a site first launches, but over time I forgot how all the parts fit together and was left puzzled by my earlier choices. This new theme is much more straightforward, no PHP fanciness this time around.

phiffer.org header

I did indulge a bit in some front-end fanciness though. You may notice there’s a new header element that gradually changes in response to your mouse movement. The gradations of green squares correspond to regions of the page, but rotated 90 degrees. If you move your mouse up or down you’ll see changes in the header, only your mouse movements show up horizontal instead of vertical. So the more you browse below the fold, the more visual changes will appear in the header toward the center and right. All this is private to your browser (and saved, per-browser, using something called JavaScript localStorage), I’m not sending any of the mouse movement data to the server.

Aside from that I’ve mostly just trimmed back some text in the sidebar, added a new archives interface in the footer, and beefed up my links to projects and friends. It’s still a work in progress, but with a bit more fit and finish I could see releasing the theme for others to use.