Like Chrome, Opera wants you to know they’re faster than a potato too:
I’m sticking to Firefox though. I can’t live without all my addons and Firefox 4 will be pretty awesome.
Electronics and releated stuff
Like Chrome, Opera wants you to know they’re faster than a potato too:
I’m sticking to Firefox though. I can’t live without all my addons and Firefox 4 will be pretty awesome.
He should have used BuddyPress:
Here’s some pictures of the new computer I built Tuesday night. 🙂
UPDATE: These instructions now apply to TweetDeck as well! You can find the field at Settings -> Services and pick “Other” for the shortening service.
Do you run YOURLS? Do you use Twitter for iPhone (aka Tweetie)? If so, this post will be of interest to you.
Twitter for iPhone supports using a custom shortening service. Thankfully the YOURLS API will output a format that Twitter for iPhone will accept.
So how do you go about setting it up you ask? Start by going to your YOURLS admin area and clicking the “Tools” link at the top. About half way down the page will be your signature (it’s like a password). It will be a 10 character string. Hang onto this, you’ll need it soon.
Now open up Twitter for iPhone and go to the “Accounts & Settings” screen. You can get there by pressing the three dots in the bottom right and then scrolling to the very bottom of the screen that comes up and pressing the “Accounts & Settings” button. There will then be a “Settings” button in the bottom left. There in the Settings, select “Services” and then “URL Shortening”. Lastly pick the “Custom…” option.
Now to enter the URL to your YOURLS API script. I found it easiest to craft this URL on my computer and then e-mail myself the URL which I could then copy/paste on my iPod Touch. It was a lot easier than typing it all out on the little keyboard.
This is the URL you will need to use:
http://yourdomain.com/yourls-api.php?action=shorturl&format=simple&signature=YOURSIGNATURE&url=%@
Replace “YOURSIGNATURE” with your signature that you located earlier in this post and leave the rest alone (the “%@” is the placeholder that Twitter for iPhone will look for). If you e-mail yourself the URL, make sure that you still have “%@” at the end of the URL and not “%25@” or something.
Now when writing a tweet, press the character count button and the keyboard will disappear. There in the bottom right will be a button to shorten all URLs in your tweet. They’ll be shortened using your custom domain!
Cool, huh? 🙂
The other day I wanted to figure out when a particular line in WordPress was changed. I wanted to know this so I could find the commit message and ticket that went along with it so I could figure out the reasoning behind the change. How do you go about doing that though?
It turns out that svn blame is the command you want. It will output something like this:
[code gutter=”false” autolinks=”false”]$ svn blame http://svn.red-bean.com/repos/test/readme.txt
3 sally This is a README file.
5 harry You should read this.[/code]
So the first line was last modified by sally in revision 3 and the second line was last modified by harry in revision 5. Awesome huh?
Props to @ArtemR, @westi, and @zamoose for informing my noob ass on how to do this!
If you’re involved in the WordPress community (or any open-source community for that matter) and have never sat down and watched (or at least listened to) this presentation by two of the founders of the Subversion project, I strongly recommend you do. It is an hour very, very well spent.
Thanks to Ryan McCue for sharing the video with me.
I had a problem and found the solution, so I’m posting incase anyone Googles and come across this. 😉
Ever since I formatted my computer, I’d hear a constant high-pitched sound coming out of my headphones (very faint) and it’d change in pitch every time I moved my mouse. Turns out muting my line-in in my sound control panel fixed it. Some type of interference I guess.
Hope this helps anyone having the same problem.
Oh boy, what have I gotten myself into?
Matt Mullenweg has been preaching the benefits of Dvorak for many years now. After his latest sermon, I decided it was finally time that I give it a go. I’m only using Dvorak here and there as it murders my WPM (I type like a letter per 5 seconds — this post took forever to write), but I did rearrange my keyboard keys to help me out:

(The F and J keys on my keyboard have their connectors turned 90 degrees, so they and the keys that replace them had to be rotated.)
Currently I type with only 2 or so fingers (hunt and peck without the hunting), so I’m hoping that switching to home row Dvorak will be better on my hands even though home row is really uncomfortable. We’ll see. 🙂
I am in the early stages on recoding my Viper’s Video Quicktags plugin from scratch and in the process I will be replacing JW Player with a free and open-source alternative. JW Player is really great, but sadly it’s released under a non-commercial license which just won’t do.
So please, if you know of any good Flash players that will do FLV, MP4, etc. please leave a comment with a link!
Here’s my list so far of players to compare and pick between: (I’ll update this list with suggestions)
YouTube has supported 720p video for a while now, but if you have a monitor that’s more than 1280 pixels wide, then you’ll be happy to know that YouTube has been rolling out 1080p support for the past week or two.
So what’s the difference? See for yourself using this hilarious example of The Muppets covering Queen’s Bohemian Rhapsody. Click on the little “HD” button in the bottom-right of the video frame, select “1080p”, and then press the fullscreen button. Of course 1080p video itself is nothing new, however it is something that’s rather rare when it comes to streaming video. I for one am incredibly happy that YouTube has decided to move into the future instead of lagging behind like they have in the past when it comes to video quality.
Now if only I could choose 1080p from the embedded version…
(via Gizmodo)