TedRoden.com

This site is made by a machine! About Me.
→ I made *.enjoysthin.gs, you can find me on twitter and tumblr.
Mar 14

Ugly Casanova - Cat Faces

This is one of Isaac Brock’s old side projects. I haven’t listened to this song in a wihle, it’s really great. 

Main page or continue reading...
Food Fight!!!! This video is amazing.
Mar 13
Weird, I know all the words, but I don’t know all the words.
Why isn’t Odie ever in Garfield minus Garfield?
Me

sick-sidebar


I'm redoing my website.

sick-song-list


More of my future website.
Mar 12

I don’t mean to beat a dead horse, but I have to.

For example, we just introduced bulk delete in Highrise. The UI and underpinnings we built for this will eventually (probably) be used for bulk tagging and other bulk actions … It took a few days from inception to public launch. (link)

So, 37 signals hadn’t even conceived of a bulk delete until now? I know they don’t believe in writing functional specs, which is fine with me, but that is just nuts.

They claim to “write a one page story about what the app should do.” What do you think was in that story? My guess is that it didn’t go too far beyond: “The app should list people, so you can have a list of people.”

We pushed a new feature that makes it possible to delete multiple contacts at once.

Product Blog update

Simplicity is one thing, but a contact manager that can’t do bulk editing of contacts? I don’t think “simple” is the right word. 

YouTube API Update

Mar 11

neps:

photo.jpg: neil epstein (via mobile)

And then there were four. 

A growth!


Michael Jackson “&” Rhymefest.

Michael has skills. 

Mar 10

This whole civilization thing we’re doing. It’s not going very well, is it?

Eleventh Hour

The new Del The Funky Homosapien comes out tomorrow. However, since I pre-ordered from the label, they sent it early and it just arrived... autographed.

I'm pretty psyched and after listening to the first few songs, it sounds pretty good. Here's hoping a new Deltron 3030 is on the way.

Eleventh Hour
Eleventh Hour

We're not alone!

It's harder than it seems
It's harder than it seems
Mar 09

photo.jpg



D&D is the gateway drug to other nerdiness. (link)
Mar 06
The reasons developers are willing to accept a 70/30 split are simple: convenience and exposure.

- Daring Fireball


Or more likely this: 70/30 a way better rate than a developer will get with any other publisher with the amount of reach of Apple/iTunes. If you thought the developer gets anything close to that for a boxed product in the physical apple store, or wherever people buy software, you’d be very wrong.

goto-minibuffer

I almost posted this yesterday, but I got stuck trying to explain when it's useful. Every example that I came up with seemed to have a perfectly acceptable workaround.

However, after another day of emacs usage, I decided that there are indeed times when you need to move the focus to the minibuffer window. Sometimes that is easier said than done. It's especially hard if you have a lot of windows open in one frame and move around a lot, particularly when you do that in the middle of entering a command in the minibuffer.

I couldn't find anything built in that would do that. So I wrote a tiny function to handle it. Without further ado, here is some elisp to move the focus directly to the minibuffer.

(defun teds-goto-minibuffer ()
  "Move cursor to minibuffer window"
  (interactive)
  (select-window (minibuffer-window)))
(global-set-key (kbd "C-c m") 'teds-goto-minibuffer)

If you know of a simpler1 way of doing this, please let me know.


1. Hitting control-o a bunch of times doesn't count as simple. We're talking about when you have a bunch of windows open.

… an important feature upgrade as Apple (AAPL) competes head-to-head with Research In Motion’s (RIMM) BlackBerry smartphones, … punishes competing products from Microsoft (MSFT) and Motorola (MOT)

 - Silicon Alley Insider

Didn’t we cover this already?  It’s the second thing on the list!

Loading...
Loading more...