Lana Ipsum

Screen Shot 2016-08-09 at 7.37.01 PM

This past weekend, I spun up Lana Ipsum, a lorem ipsum generator using Lana Del Rey-inspired lyrics. It talks about late capitalism and vodka a lot. A sample sentence:

Late capitalism cigarettes rock and roll lashes milkshake dreams ocean ocean.

It’s the first public-facing project I’ve done using JavaScript, and it came out of a long-ago, goofy Slack conversation with some friends coupled with the realization that somehow, no one owned lanaipsum.com.

Lana Ipsum is hosted on GitHub pages at the suggestion of Barry Clark, Trello’s VP of Engineering. If you want to know how it works, or are tempted to modify it for your own ends, the code is available here.

The code that makes the site do its thing owes a significant debt to Daniel LeCheminant, who was very patient in showing me how to make a lorem ipsum generator in JS and at who at no point asked why the thing says “late capitalism” so much.

I made it look pretty with Bootstrap and Google Fonts, re-stealing some of my own work from my Sinatra capstone project for the Ruby on Rails course from Skillcrush. In the future, I’d like to add the option to tweet out your favorite sentences it produces, and possibly add the option to copy the text it generates to the clipboard.

Leave a comment