Twitter Updates
- @kennethreitz @alex_gaynor @pydanny you can get a 95% sol'n with flags to pip:--find-links & --index-url and a .sh to d/l your deps. 9 hours ago
- One of my favorite things is when big sites load without CSS. 10 hours ago
- Seems as though #Reddit is so tied to #imgur that when imgur goes down, reddit goes down too. Web architecture FAIL! 10 hours ago
- Bought new headphones. They sound so bad I'm left wondering if they intentionally crippled them to upsell more expensive models. 12 hours ago
- git bloodbath -f 4 days ago
Blogroll
- 914 electric conversion blog
- ALL ART BURNS
- Arcade Zen
- Brian’s Gallery
- Chili’s World
- Chocomonkey’s Blog
- Follow me on Quora!
- Follow me on Twitter!
- Google Blog
- Juan’s website
- Julia y Daniel
- Katja’s Blog
- Kulick’s blog
- Paul’s Time Sink
- Peter S. Conrad
- Sad Salvation
- Slacy’s Gallery
- Snake Surley
- Sprang’s Blog
- Super Karate Monkey Fist
- Third Time Dad
- Universe Hacking
- Valspark
- Zac’s Story
- Zeigen, Inc.
Author Archives: slacy
Turning off Google+ for your domain.
Here’s a screenshot that basically shows what to do. This is under the “Organization & Users” main setting tab. Then, when you visit http://plus.google.com, you’ll see this message: Which is just like it was when Google+ wasn’t supported for Apps … Continue reading
Posted in General
Leave a comment
Cloud storage predictions.
Every once in a while I say something on Twitter and it gets a few responses. Today, it was this quote: At some point in the future, cloud storage will be faster than a local HDD. Even later, cloud will … Continue reading
If you care about search quality, then delete your Google+ account.
Google continues to integrate their in-house social media product Google+ into search results under the guise of “making search social.” But, they’re excluding and demoting results from many other social networks. Having a Google+ account active, even if you don’t … Continue reading
How to set session variables in Django unit tests.
This was super non-obvious, and I lifted code from a couple of different places. If you’ve got Django view code that gets & sets session values, you’ll want to test it properly, and the standard “self.client” from Django’s TestCase doesn’t … Continue reading
Magic emacs bindings for dabbrev-expand and TAB indentation.
I use emacs for all my text editing. When editing code, I also like to use dabbrev-expand, but I find the default binding of C-M-/ really hard to press and remember. I’m used to TAB expanding everything. But, I also … Continue reading
Posted in General
Leave a comment
Why I just deleted my Google+ account.
I just logged into Google+ and deleted my account. I’ve also uninstalled the application from my phone. Here’s why: The red notification box in the upper right of virtually every Google product these days is incredibly annoying. To me, this … Continue reading
Posted in General
Leave a comment
Robots are never going to learn to drive cars.
Here’s a simple question: When am I going to be able to buy a Robot that can drive me around in my car? It sounds appealing, doesn’t it? If such a thing existed, we’d never have to drive our cars … Continue reading
Posted in General
6 Comments
Rails development on Ubuntu 11.04
This post is just for collective notes on Rails development under Ubuntu 11.04: Use rvm. Really. http://beginrescueend.com/ “sudo apt-get install libreadline-dev ncurses-dev” before you rvm install 1.9.2, otherwise you’ll see weird issues when rails code says “require readline” (rails console, … Continue reading
Posted in General
Leave a comment
Just switched my emacs to color-theme-zenburn
Wow, this is a beautiful color theme. If you use Emacs and color-theme, you should check it out. It’s here on GitHub. Thanks @bbatsov! Here’s a screenshot for the interested:
Re: DevDays 2011 is Cancelled
Woah, Joel & Jeff. This is NOT your fault. Want to know something? People don’t care as much about StackOverflow as they did in ’09. Back in ’09, it was the model success of how to bootstrap a scappy idea into … Continue reading
Posted in General
2 Comments