Yan Pritzker photographer, entrepreneur, software engineer, musician, skier

Blog :: Git Workflows Book :: Dotfiles :: Photography :: About Me

TwitterCounter for @skwp

Get the news feed
Get updates by email
Follow me on twitter

hello, i'm yan

I am a photographer, entrepreneur, software engineer, guitarist, climber, and telemark skier

This blog is about startups, blogging, Ruby On Rails, virtualization and cloud computing, photography, customer service, marketing, ux and design, git, and lots more.

Enterprise intelligence with prediction markets

Find out what your team, colleagues and partners really know about the future — and leverage their knowledge to improve business decisions.

I'm the founder of Planypus, the place to share your plans!

Archives

Contact

Reach me at yan at pritzker.ws

Posts Tagged software

5 ways to get insane productivity boosts for coders

It is said that really good programmers are orders of magnitude more productive than the average ones. What makes this the case? And why isn’t this the case in other industries? I believe the answer lies in that computers are very good at automation. And good programmers know how to make computers do what they [...]


Rails request log filtering

Just as I was thinking of writing a plugin to filter sensitive data from request logs, I googled and found that the core guys had snuck something into the 1.1.6 release to do just that: read the blog. Sweet!


Encrypted db passwords for Rails with database.yml and erb

Some people are upset that database.yml can expose passwords in plaintext. However, there is a pretty simple way to get encryption into database.yml. Because the database.yml file is actually run through an ERB interpreter by Rails, we can put code into our file: ##### database.yml ##### production: adapter: oci username: user password: <%= PROD_DB_PASSWORD.decrypt(PROD_KEYFILE) %> [...]


← Before After →