skwpspace yan pritzker’s home on the web

skwpspace is Yan Pritzker's home on the web

Blog :: Photography :: About Me

hello, i'm yan

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

Get updates by email
Follow me on twitter

Top Posts

planypus

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

cohesiveft

Accessible, manageable, virtualized application stacks ready to download or deploy to the cloud!

flickr

at the paradeat the parade@slava626@leorazellman and @smazo at bat17my poor ricohyou're wearing my sweaterthe graduatethe answer, my friend

Archives

Contact

Reach me at yan at pritzker.ws

Posts Tagged thoughts

Get twitter @replies on your phone with pingie and summize

While twitter is out repairing its architecture, they seem to have turned off the track feature. track used to be an incredibly useful feature that is very well hidden as a twitter command instead of a part of their UI (epic design fail, or maybe they want it this way). Here’s how to use a [...]


on Twitter, IRC, and the history of Internet chat

When I first got online in 1993, there wasn’t a whole lot to the web. In fact, I remember that year or shortly thereafter, buying a book called the Internet Yellow Pages. This book basically listed all the best sites on the web in something like 300 pages. Imagine how ridiculous this concept is today–yet [...]


Photography tips: The meter wants to see gray

In this post I’m going to try to explain in simple terms how a camera meters, and why you should take control of metering to achieve good shots.
Your meter is calibrated to produce the correct exposure for average scenes.
As it turns out, a good rule of thumb for average scenes is a particular shade [...]


Introducing WFH: a quick way to share status with coworkers

It seems after In/Out (aka Backpack Journal) came out, there have been at least a few clones.
I created an app (actually long before in/out) called WFH (Working From Home), a way to quickly share status with your coworkers. You can pick your status from a dropdown for every day of the coming week, and [...]


What is Cloud Computing?

The term Cloud Computing is on the rise according to google trends. But what does it all mean? Just like “Web 2.0″ it’s an overloaded phrase with tons of connotations and many attempts at definition. While perusing a cloud blog by James Urquhart, I was inspired to try to define the term myself. So here’s [...]


Why you should be napping right now

More and more studies are published every day on the exceptional benefits of napping. Today I found a great link on del.icio.us that gives a great overview of different lengths of nap times and their benefits on cognition. Naps reduce stress, increase alertness and productivity, boost memory and learning, stimulate creativity, and boost the immune [...]


Can you tell the difference between four open source project descriptions?

For some Friday fun….I’m not picking on the Apache foundation. But, see if you can guess which products are being described below. Taken from the first paragraph descriptions of four different products.
The open source movement has fantastic engineers. Now what we need are some marketing minded people to devise clear and concise mission statements for [...]


Yahoo offers insight on social reputation patterns

A new section of the Yahoo Design Pattern Library (YDPL) is on Social Reputation. Besides having a nice library of software/UI patterns at the YDPL, apparently they’re doing social behavior patterns as well.
Yahoo identifies five different competitiveness levels for social communities (Caring, Collaborative, Cordial, Competitive, Combative) and recommends different ways of handling reputation in your [...]


Long running Threads in Rails and metaprogramming fun

Disclaimer: This post contains evil (but highly fun!) code. Proceed at your own peril…
I was recently designing an application that needed to execute some long running requests against an external host. If you’ve ever tried doing something like this in Rails, you’ll find your mongrels will block up waiting for the request to complete, bringing [...]


Git rm pending files

If you’ve deleted a bunch of files in your directory, here’s a handy bash alias to git rm the changes into your index.

alias gitrm=”git stat | grep deleted | awk ‘{print $3}’ | xargs git rm”

Update: make sure you use double quotes around the string.


← Before