Hipsnip
Snippets and clips; tags and links.
May 16, 2009
2:19am
May 13, 2009
2:08pm
How do you stop a VMWare Workstation from sending through “beeps” to the PC speaker/soundcard? Well… look here and find out.
- Turn off the PC speaker “beeps” in VMWare
May 13, 2009
1:46pm
If you want to achieve your highest aspirations and overcome your greatest challenges, identify and apply the principle or natural law that governs the results you seek. How we apply a principle will vary greatly and will be determined by our unique strengths, talents, and creativity, but, ultimately, success in any endeavor is always derived from acting in harmony with principles to which the success is tied.
- John W Powell : The 7 Habits of Highly Effective Developers
May 13, 2009
11:02am
Not every service that is built on Amazon EC2, for example, is a spoke to it. Many services are simply customers of EC2 and so shouldn’t be confused with being spokes, because as far as the customer is concerned it is not part of the hub’s ecosystem.
- Thinking Out Cloud: Hubs, Spokes and Islands in the Cloud
May 13, 2009
9:57am
List the features you want to see in your program, and then cull it down to three milestones: 1. The bare minimum you would need to implement before you let anyone see your code. 2. The bare minimum functionality you would need to implement before people could legitimately make use of your code 3. As above, but stable and well-documented enough to be used in a production system (for libraries), or by non-programmer end-users (for applications) Milestone 1 is your v0.5. Milestone 2 is v0.9. Milestone 3 is v1.0.
- Version Numbers and You - The Fishbowl
May 12, 2009
1:23pm
Excla.im is a jabber bot that allows you to update your twitter status very simply. All you need to get started is a jabber account (google talk will work as well) and a twitter account.
- Welcome :: excla.im
May 12, 2009
1:05pm
The idea is simple: Find tweets that contain this phrase, parse out the location they’d just landed in, along with the home location they list on their Twitter profile, and use this to map out travel in the Twittersphere (yes, I just used the phrase ‘Twittersphere’).
- Just Landed: Processing, Twitter, MetaCarta & Hidden Data | blprnt.blg
May 12, 2009
11:43am
Git has a rebase command which allows you to take a local branch and change its branch point to a more recent revision. For example, if one is working on a new feature for a product, a local branch may have been started from the 1.0 release. If while still working on the feature the main product line has been updated to 1.1, it may be desirable to pull in the 1.0->1.1 changes onto the local feature branch and treat it as a branch from 1.1 instead of 1.0. In most other systems, this is done by merging the 1.1 changes onto the branch. Merging is the right thing to do from an SCM perspective, where the focus is on ‘reproducibility of past states’. However, when the focus is ‘authoring a clean software revision history’, rebasing is sometimes a superior method. git-rebase allows you to make a previously non-linear history linear, keeping the history cleaner. To be fair, the same deltas are produced by simply merging every commit from the 1.0 version to the 1.1 version individually, and committing them individually. Rebasing is about safely doing this and then deleting the old 1.0 based versions so they don’t clutter the tree.
- DVCSAnalysis - support - Analysis of Git and Mercurial - Google Code
May 11, 2009
12:58pm
What does it take to succeed? A positive attitude? Well, sure, but that’s hardly enough. The Law of Attraction? The Secret? These ideas might act as spurs to action, but without the action itself, they don’t do much.
- 10 Skills You Need to Succeed at Almost Anything - Stepcase Lifehack
May 8, 2009
6:39pm
It’d be great if everyone on every other microblogging service switched over to Identi.ca today, but for a variety of reasons, it’s going to be a slow (in social media time) process.
- How to Keep Track of Your Twitter Community After Switching to Identi.ca | Oh, Identi.ca!
« Earlier Edition
Page 2 of 11
Later Edition »
