<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Larry Wright</title><link>https://larrywright.me/</link><description>Recent content on Larry Wright</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 23 Sep 2023 03:54:17 +0000</lastBuildDate><atom:link href="https://larrywright.me/index.xml" rel="self" type="application/rss+xml"/><item><title>Adding a Today I Learned Section to the Site</title><link>https://larrywright.me/post/adding-today-i-learned/</link><pubDate>Sat, 23 Sep 2023 03:54:17 +0000</pubDate><guid>https://larrywright.me/post/adding-today-i-learned/</guid><description>In the interest of sharing more things here, I&amp;rsquo;ve added a section to the site called &amp;ldquo;Today I Learned (TIL)&amp;rdquo; These are short write-ups of things I learned that don&amp;rsquo;t need a full blog post but I share them here because they might be useful to someone else (or just as likely: useful to me in the future). They are mostly going to be technical in nature (at least they all are so far), but it&amp;rsquo;s possible something non-technical will be included in the future.</description></item><item><title>You Can Use 1Password for Two Factor Authentication</title><link>https://larrywright.me/til/use-1password-for-2fa/</link><pubDate>Fri, 22 Sep 2023 12:52:00 -0500</pubDate><guid>https://larrywright.me/til/use-1password-for-2fa/</guid><description>I&amp;rsquo;ve been using 1Password for what seems like forever. My whole family uses it so that we can share passwords securely, things like streaming services, wifi, and the like. It works, I trust it, and it&amp;rsquo;s got a ton of functionality.
I&amp;rsquo;ve also been moving everything I can to using multi-factor authentication, and have mostly used Authy for that, which works fine. Somehow I missed that 1Password had added support for this as well, and it can automatically fill it in for you.</description></item><item><title>How to Use Terraform with Existing Infrastructure</title><link>https://larrywright.me/til/use-terraform-with-existing-infrastructure/</link><pubDate>Tue, 29 Aug 2023 02:00:00 +0000</pubDate><guid>https://larrywright.me/til/use-terraform-with-existing-infrastructure/</guid><description>Using Terraform with existing infrastructure.
Add the existing resource to your Terraform file:
resource &amp;#34;aws_route53_zone&amp;#34; &amp;#34;primary_zone&amp;#34; { name = var.root_domain } Then run aws cli command to get the ID:
terraform import aws_route53_zone.primary_zone &amp;lt;resource id&amp;gt; This adds the resource to your state file, as if it had been managed by Terraform all along.
References Import: Usage | Terraform | HashiCorp Developer</description></item><item><title>How to Add a Canonical URL in Hugo</title><link>https://larrywright.me/til/add-canonical-url-in-hugo/</link><pubDate>Tue, 22 Aug 2023 02:00:00 +0000</pubDate><guid>https://larrywright.me/til/add-canonical-url-in-hugo/</guid><description>I was getting errors about canonical URLs in the Google console( &amp;ldquo;Page is not indexed: Duplicate without user-selected canonical&amp;rdquo;). After a little digging, it seems the fix is to add a link in the &amp;lt;head&amp;gt; tag to specify the canonical URL. This blog post shows how to accomplish this in Hugo. The solution looks like this:
&amp;lt;head&amp;gt; ... &amp;lt;link rel=&amp;#34;canonical&amp;#34; href=&amp;#34;{{ .Permalink }}&amp;#34;&amp;gt; &amp;lt;/head&amp;gt;</description></item><item><title>How to Fix Google Not Being Able to Fetch sitemap.xml</title><link>https://larrywright.me/til/fix-google-cant-fetch-sitemap/</link><pubDate>Mon, 31 Jul 2023 02:00:00 +0000</pubDate><guid>https://larrywright.me/til/fix-google-cant-fetch-sitemap/</guid><description>I ran into an issue in Google&amp;rsquo;s search/webmaster console. I submitted the sitemap url for a site and it gave me an error saying that it couldn&amp;rsquo;t fetch it. I confirmed that the XML was valid and that the url was reachable, but still no luck. I also tried a number of suggestions I found online but they didn&amp;rsquo;t help either. Then I found a suggestion deep in a comment thread somewhere that suggested trying a different url, like appending ?</description></item><item><title>Best of 2022</title><link>https://larrywright.me/photo/best-of-2022/</link><pubDate>Mon, 16 Jan 2023 22:56:13 -0600</pubDate><guid>https://larrywright.me/photo/best-of-2022/</guid><description>2022 was the first year in a few where I felt like I took a lot of pictures. After a few years of not taking hardly any it felt good to get back to it.
The highlights of this year are:
Senior portraits that I took of my oldest. Homecoming pictures of my daughter and her friends (from two separate homecomings no less) as well as my son and his date.</description></item><item><title>Some Useful COVID-19 Resources</title><link>https://larrywright.me/post/useful-covid-19-resources/</link><pubDate>Wed, 18 Mar 2020 00:00:00 +0000</pubDate><guid>https://larrywright.me/post/useful-covid-19-resources/</guid><description>&lt;figure class="mb-1 float-left">&lt;img src="https://larrywright.me/images/covid-19.jpeg" width="100%"/>
&lt;/figure>
&lt;p>Like a lot of people, I&amp;rsquo;ve been closely tracking the COVID-19 pandemic. There are a lot of useful resources for keeping track of what’s happening with COVID-19, but there’s also a lot of misinformation. I wanted to put together a collection of the things that I’ve found to be useful, and more importantly accurate.&lt;/p></description></item><item><title>The Week In Links - Feb 8, 2019</title><link>https://larrywright.me/post/the-week-in-links-02-08-2019/</link><pubDate>Fri, 08 Feb 2019 00:00:00 +0000</pubDate><guid>https://larrywright.me/post/the-week-in-links-02-08-2019/</guid><description>» Cal Newport on Why We&amp;rsquo;ll Look Back at Our Smartphones Like Cigarettes It&amp;rsquo;s a fair analogy, I think. I&amp;rsquo;m not ready to trade my iPhone in for a flip hone, but I&amp;rsquo;m rethinking my relationship with my phone and with social media in particular.
» Watch a Homemade Robot Crack a SentrySafe Combination Safe in 15 Minutes Last Christmas, Nathan Seidle&amp;rsquo;s wife gave him a second-hand safe she&amp;rsquo;d found on Craigslist.</description></item><item><title>A Collection of Links About Github Actions</title><link>https://larrywright.me/post/a-collection-of-links-on-github-actions/</link><pubDate>Thu, 24 Jan 2019 00:00:00 +0000</pubDate><guid>https://larrywright.me/post/a-collection-of-links-on-github-actions/</guid><description>Github Actions is really intriguing, and I&amp;rsquo;m excited to get my hands on it. It&amp;rsquo;s not enabled for my account yet, but once it is I&amp;rsquo;m going to dive in and automate a bunch of things, starting with the publishing of this blog (which I currently do with AWS CodeBuild).
While I wait paitently-ish, I&amp;rsquo;ve collected some links to things I&amp;rsquo;ve read about it.
» GitHub Actions: built by you, run by us The blog post where Github announced Actions.</description></item><item><title>Maternity Shoot</title><link>https://larrywright.me/photo/maternity-shoot/</link><pubDate>Tue, 22 Jan 2019 18:25:52 -0600</pubDate><guid>https://larrywright.me/photo/maternity-shoot/</guid><description>I did a maternity shoot a few weeks ago. These are some of my favorite pictures from that session.</description></item><item><title>The Week In Links - Jan 19, 2019</title><link>https://larrywright.me/post/the-week-in-links-01-19-2019/</link><pubDate>Sat, 19 Jan 2019 00:00:00 +0000</pubDate><guid>https://larrywright.me/post/the-week-in-links-01-19-2019/</guid><description>These are the things that captured my attention in the past week.
» A story of an online stalker takes a bizarre turn down the rabbit hole I watched this story unfold on Twitter over a weekend, and it kept getting crazier. You should also read Chloe&amp;rsquo;s own post on the matter..
» The curious case of the Raspberry Pi in the network closet A story of a completely different sort, but no less interesting.</description></item><item><title>New Year, New Blog</title><link>https://larrywright.me/post/new-year-new-blog/</link><pubDate>Tue, 08 Jan 2019 12:40:27 -0600</pubDate><guid>https://larrywright.me/post/new-year-new-blog/</guid><description>Once Upon a Time on the Internet Once upon a time, I had a blog. This was in the days before social media, mostly. I&amp;rsquo;d occasionally write some longer things, but often times I&amp;rsquo;d just share links to things I found interesting. Sometimes I shared pictures. I even did a series of interviews at one point. It was never a terribly popular blog, but that wasn&amp;rsquo;t really the point. It was a creative outlet for me, a chance to work in a different medium - prose instead of code.</description></item><item><title>Best of 2018</title><link>https://larrywright.me/photo/best-of-2018/</link><pubDate>Mon, 31 Dec 2018 22:56:13 -0600</pubDate><guid>https://larrywright.me/photo/best-of-2018/</guid><description>I usually take a lot of pictures in a given year, and 2018 was no different. Out of the thousands of pictures I took, these are my favorites. Most are taken with my main camera, a Canon 6D, but some are moments captured with my phone.</description></item><item><title>It's a Girl!</title><link>https://larrywright.me/photo/reveal-cake/</link><pubDate>Sun, 04 Nov 2018 16:43:36 -0600</pubDate><guid>https://larrywright.me/photo/reveal-cake/</guid><description/></item><item><title>License</title><link>https://larrywright.me/license/</link><pubDate>Sat, 11 Aug 2018 00:00:00 +0000</pubDate><guid>https://larrywright.me/license/</guid><description>Content license All non-code blog content is licensed under Creative Commons BY-NC-SA.
Code license All source code files and snippets found on this blog, unless otherwise explicitly noted, are licensed under the terms below.
Copyright 2000-2018 Larry Wright Licensed under the Apache License, Version 2.0 (the &amp;#34;License&amp;#34;); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &amp;#34;AS IS&amp;#34; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</description></item><item><title>On the Beach</title><link>https://larrywright.me/photo/calli/</link><pubDate>Thu, 26 Jul 2018 16:30:56 -0600</pubDate><guid>https://larrywright.me/photo/calli/</guid><description/></item><item><title>Lighthouse Staircase</title><link>https://larrywright.me/photo/lighthouse-staircase/</link><pubDate>Wed, 25 Jul 2018 16:59:46 -0600</pubDate><guid>https://larrywright.me/photo/lighthouse-staircase/</guid><description/></item><item><title>Atlantic Ocean, Daytona Beach</title><link>https://larrywright.me/photo/ocean/</link><pubDate>Tue, 24 Jul 2018 16:30:23 -0600</pubDate><guid>https://larrywright.me/photo/ocean/</guid><description/></item><item><title>Fireworks 2018</title><link>https://larrywright.me/photo/fireworks-2018/</link><pubDate>Wed, 04 Jul 2018 14:48:54 -0600</pubDate><guid>https://larrywright.me/photo/fireworks-2018/</guid><description>I made a second attempt at shooting fireworks this year. I forgot my remote shutter release, and so had to trigger the camera from my iPhone. That works OK, but there&amp;rsquo;s enough lag that it&amp;rsquo;s not ideal. They still turned out pretty well.</description></item><item><title>About Me</title><link>https://larrywright.me/about/me/</link><pubDate>Mon, 01 Jan 2018 00:00:00 +0000</pubDate><guid>https://larrywright.me/about/me/</guid><description>I’m a perpetually curious person who likes working with smart people to use technology to solve difficult problems.
I have had a 20+ year career in technology, and in that time have had roles that included developer, team lead, manager, architect, and more. Since 2012, I have been focused on both infrastructure automation and cloud technologies, working with Chef, Jenkins, Ruby, Python, Amazon Web Services, Microsoft Azure and others. Currently I work for Accenture as an architect on the Accenture Cloud Platform.</description></item><item><title>Scenes From a Farm</title><link>https://larrywright.me/photo/scenes-from-a-farm/</link><pubDate>Sat, 05 Nov 2016 15:36:22 -0600</pubDate><guid>https://larrywright.me/photo/scenes-from-a-farm/</guid><description>A friend asked me to take some pictures of the farm that had been in their family for generations, before some of the items were sold.
This barn has stood for over 100 years. Alas, it&amp;rsquo;s unstable and due to be torn down. The wood, however, is being salvaged.
This convertible has been sitting idle for too many years.
It&amp;rsquo;s been in a shed the whole time, so the paint is quite well preserved.</description></item><item><title>Breaking the Cycle</title><link>https://larrywright.me/post/breaking-the-cycle/</link><pubDate>Fri, 07 Jun 2013 21:00:00 +0000</pubDate><guid>https://larrywright.me/post/breaking-the-cycle/</guid><description>One of the recurring themes in my quest to be organized is that of todo list staleness. Inevitably, the cycle looks like this: I sit down, and in a burst of creative energy I create a beautifully crafted, perfectly organized todo list. It’s a thing to behold. Everything is broken down into nice orderly projects, each with a clearly identified next action. There are contexts assigned to everything: this one is an errand, this one needs to be done online, this one needs to be done in the kitchen.</description></item><item><title>Cyclemeter for iOS: A Great App for Cyclists (and Runners Too)</title><link>https://larrywright.me/post/cyclemeter-for-ios-a-great-app-for-cyclists-and-runners-too/</link><pubDate>Wed, 13 Jun 2012 10:00:00 +0000</pubDate><guid>https://larrywright.me/post/cyclemeter-for-ios-a-great-app-for-cyclists-and-runners-too/</guid><description>I try to ride my bike most mornings, assuming it&amp;rsquo;s not pouring down rain. It&amp;rsquo;s the same route most days, but it occured to me a few weeks ago that I really had no idea how far, or fast, I was riding. Being the nerd that I am, I decided to find a technology solution to this problem.
Enter Cyclemeter Dedicated bike computers and GPS devices have existed for some years now, but like most everyone else these days, I&amp;rsquo;ve got an iPhone with a GPS built right in.</description></item><item><title>How to Use Prismatic to Discover the News You Care About</title><link>https://larrywright.me/post/drink-from-the-firehose-how-to-use-prismatic-to-find-the-news-you-care-about-without-drowning-in-stuff-you-dont/</link><pubDate>Fri, 08 Jun 2012 10:00:00 +0000</pubDate><guid>https://larrywright.me/post/drink-from-the-firehose-how-to-use-prismatic-to-find-the-news-you-care-about-without-drowning-in-stuff-you-dont/</guid><description>As the title of my blog implies, I&amp;rsquo;m a curious person. I like learning, and I&amp;rsquo;m addicted to keeping up on the latest news about things I&amp;rsquo;m interested in: programming, design, and the like. Sometimes I find it hard to keep up with it all. About a month ago, I discovered Prismatic, and it&amp;rsquo;s changed how I read the web by making it easier to find the news that I care about.</description></item><item><title>How to Make the Best Cup of Coffee at Home</title><link>https://larrywright.me/post/how-to-make-the-best-cup-of-coffee-at-home/</link><pubDate>Fri, 25 May 2012 09:00:00 +0000</pubDate><guid>https://larrywright.me/post/how-to-make-the-best-cup-of-coffee-at-home/</guid><description>I am a huge fan of coffee and over the years I have tried a lot of different means of preparing it. I currently own a french press, a drip maker, and a stovetop espresso pot. All of these make good coffee, with each having its own set of pros and cons. Last year, however, I discovered the best method for brewing coffee: Aeropress. It makes delicious coffee, takes up almost no space in your kitchen, and cleanup is easy.</description></item><item><title>Cool Tool: If This Then That</title><link>https://larrywright.me/post/cool-tool-if-this-then-that/</link><pubDate>Mon, 09 Apr 2012 10:00:00 +0000</pubDate><guid>https://larrywright.me/post/cool-tool-if-this-then-that/</guid><description>I tend to be a little skeptical of the new and shiny. There is often a lot of hype about how life changing some new website or gizmo is going to be. Sometimes, however, something comes along that does live up to the hype. The latest one I&amp;rsquo;ve found is a rather nondescript site called ifttt. The URL is strange, until you understand that it stands for &amp;ldquo;If This Then That&amp;rdquo;.</description></item><item><title>Steve Jobs</title><link>https://larrywright.me/post/steve-jobs/</link><pubDate>Wed, 05 Oct 2011 21:00:00 +0000</pubDate><guid>https://larrywright.me/post/steve-jobs/</guid><description>Like Marco Arment I&amp;rsquo;m not qualified to eulogize Steve Jobs, but I owe a lot to him so I need to say something.
My first computer was an Apple //c. 1985. I spent a lot of time on that computer. A lot. Probably an unhealthy amount.
I was a nerdy kid to begin with, and I instantly fell in love with it. I spent endless hours on that computer. Playing games, writing programs in BASIC, and generally just exploring the new world that it opened up for me.</description></item><item><title>Backing Up Your Data With Fog</title><link>https://larrywright.me/post/backing-up-your-data-with-fog/</link><pubDate>Tue, 14 Jun 2011 12:00:00 +0000</pubDate><guid>https://larrywright.me/post/backing-up-your-data-with-fog/</guid><description>Fog, in case you haven&amp;rsquo;t heard of it, is a fantastic cloud computing library written in Ruby. It provides a unified interface to several popular cloud computing platforms(including Amazon, Rackspace, Linode, and others), making it easy to interact with them from Ruby. It currently supports four types of cloud services: storage, compute, DNS, and CDN. Fog has become very popular lately, and serves as the backbone for Chef&amp;rsquo;s cloud computing functionality, which is how I first became aware of it.</description></item><item><title>Handling Incoming Email With Your Web Application</title><link>https://larrywright.me/post/handling-incoming-email-with-your-web-application/</link><pubDate>Fri, 07 Jan 2011 12:00:00 +0000</pubDate><guid>https://larrywright.me/post/handling-incoming-email-with-your-web-application/</guid><description>This morning I was looking for a way to handle incoming email in a web application (similar to the way Highrise and Evernote let you email things to a special email address and have them put into their system). There are a number of ways to do this via procmail, or by using something to connect to your mail server using POP or IMAP and reading emails, but I was looking for a way to do this without having to host my own email infrastructure.</description></item><item><title>The Week in Links - 12/4/2010</title><link>https://larrywright.me/post/the-week-in-links-1242010/</link><pubDate>Sat, 04 Dec 2010 10:00:00 +0000</pubDate><guid>https://larrywright.me/post/the-week-in-links-1242010/</guid><description>Full-Ack: an Emacs interface to Ack
Ack is a useful little app for searching source code. If you ever use grep for finding things in your code, switch to ack immediately - you won&amp;rsquo;t regret it. This is a handy front end to ack for Emacs users.
Information architecture: A How to
I&amp;rsquo;ve been learning about information architecture lately as it&amp;rsquo;s becoming increasingly important for my job. This is a good overview.</description></item><item><title>The Week in Links - 11/11/2010</title><link>https://larrywright.me/post/the-week-in-links-11112010/</link><pubDate>Thu, 11 Nov 2010 06:00:00 +0000</pubDate><guid>https://larrywright.me/post/the-week-in-links-11112010/</guid><description>Things You Should Do Immediately After Launching a Website
Some of these are common sense, but there are quite a few non-obvious ones here. A good checklist.
Running Shells in Emacs: An Overview | Mastering Emacs
Working with shells in Emacs is very useful; I almost always have a small one running at the bottom of my window to run commands in. This explains the differences between the different kinds of shells in Emacs, how to use them, and how to change their settings.</description></item><item><title>Training Your Technical Staff When You Don't Have a Budget</title><link>https://larrywright.me/post/training-when-you-dont-have-a-budget/</link><pubDate>Mon, 08 Nov 2010 22:00:00 +0000</pubDate><guid>https://larrywright.me/post/training-when-you-dont-have-a-budget/</guid><description>When budgets get tight, it can be difficult to provide adequate training for your staff. Over the last couple of years, I&amp;rsquo;ve found some ways to provide some training even in the face of a shrinking (or non-existent) budget.
Regional conferences If you still have some budget, but maybe just not as much as you are accustomed to, look to smaller regional conferences as an alternative to the larger national ones that are in major cities.</description></item><item><title>The Tools I Use</title><link>https://larrywright.me/post/the-tools-i-use/</link><pubDate>Thu, 15 Oct 2009 06:00:00 +0000</pubDate><guid>https://larrywright.me/post/the-tools-i-use/</guid><description>Inspired by Mike Gunderloy&amp;rsquo;s recent blog post, I decided to put together a list of the tools I use, both hardware and software.
I use a Mac at home and a Windows laptop at work; I plan to cover the Windows tools in a later post.
Hardware MacBook Pro
My primary computer is a late-2007 17&amp;quot; Macbook Pro with 2gb of RAM and a 160gb hard drive. I love this laptop, but I made two mistakes when buying it.</description></item><item><title>Generating Realistic Test Data With Ruby</title><link>https://larrywright.me/post/generating-realistic-test-data-with-ruby/</link><pubDate>Tue, 09 Jun 2009 20:00:00 +0000</pubDate><guid>https://larrywright.me/post/generating-realistic-test-data-with-ruby/</guid><description>Generating semi-realistic test data for an application can be a pain. If the data already exists, as in the case of an upgrade to an existing system, you can generally create data based on the existing database. But what if you need a large sample of data for a brand new system? If you have simple data requirements, there are some Ruby gems that can help you out. Faker is one such gem, which lets you generate realistic names, addresses and phone numbers.</description></item><item><title>A Collection of Great Tools for the Ruby Developer</title><link>https://larrywright.me/post/a-collection-of-great-tools-for-the-ruby-developer/</link><pubDate>Mon, 20 Apr 2009 20:00:00 +0000</pubDate><guid>https://larrywright.me/post/a-collection-of-great-tools-for-the-ruby-developer/</guid><description>I&amp;rsquo;ve been a bit heads-down lately, working on a super-secret project in Ruby. More on that in the near future, but in the meantime I wanted to share about a few things that I&amp;rsquo;ve started using.
Shoulda When I started my new project, I wanted to try one of the new testing frameworks for Ruby. The problem is there are a number to choose from. What to do&amp;hellip;
I settled on Shoulda.</description></item><item><title>The Programmable Government</title><link>https://larrywright.me/post/towards-a-more-open-government/</link><pubDate>Mon, 09 Feb 2009 10:00:00 +0000</pubDate><guid>https://larrywright.me/post/towards-a-more-open-government/</guid><description>We are headed toward a time where the workings of government are much more visible to the American public. Through things like the Freedom of Information Act, this information has technically been available for some time - but not in a form that is easily consumed. This is starting to change.
The emergence of open APIs that provide access to information about how the government is operating is a massive step in the right direction.</description></item><item><title>A Brief Introduction to the Arduino</title><link>https://larrywright.me/post/a-brief-introduction-to-the-arduino/</link><pubDate>Mon, 02 Feb 2009 22:00:00 +0000</pubDate><guid>https://larrywright.me/post/a-brief-introduction-to-the-arduino/</guid><description>:http://www.flickr.com/photos/remkovandokkum/2667608562/in/set-72157606159601535/
For Christmas, I got an Arduino. Well, really I got two coffee pots. Identical ones. So I returned one of them to Amazon, and used the refund to buy an Arduino starter kit. It&amp;rsquo;s a neat device, with a ton of potential. Here&amp;rsquo;s why.
Ok, so what is it? The Arduino is an open, hackable microcontroller, designed to be easy to program and easy to build things with. Simply put: the ultimate hacker toy.</description></item><item><title>Interview: Mike Rohde - Designer, Blogger, Sketchnote Artist</title><link>https://larrywright.me/post/interview-mike-rohde-designer-blogger-sketchnote-guy/</link><pubDate>Wed, 14 Jan 2009 22:00:00 +0000</pubDate><guid>https://larrywright.me/post/interview-mike-rohde-designer-blogger-sketchnote-guy/</guid><description>Introduction Today&amp;rsquo;s interview victim is Mike Rohde. I&amp;rsquo;ve followed Mike&amp;rsquo;s blog for a number of years, and I had the good fortune to meet him at the inaugural SEED conference (see his coverage here and mine here). Mike has gained fame recently for his Sketchnotes - notes and hand-drawn pictures from events such as An Event Apart, SEED, and the upcoming SXSW 2009, but apart from that he is a talented writer and designer with a large portfolio of websites, logos, and other impressive work.</description></item><item><title>The Coming Decline of Rss and Atom</title><link>https://larrywright.me/post/the-coming-decline-of-rss-and-atom/</link><pubDate>Sat, 10 Jan 2009 10:00:00 +0000</pubDate><guid>https://larrywright.me/post/the-coming-decline-of-rss-and-atom/</guid><description>Ever since I discovered Bloglines some years ago, I&amp;rsquo;ve been hooked on RSS. I subscribed to a slew of feeds and treated it like a to do list, always trying to get it to zero. Subscribing to those feeds enabled me to see and learn about a lot of things I wouldn&amp;rsquo;t have seen otherwise.
Since that time, RSS feeds have been my primary source of what&amp;rsquo;s new and interesting in the world of technology.</description></item><item><title>Some Software Was Harmed in the Making of This Site</title><link>https://larrywright.me/post/some-software-was-harmed-in-the-making-of-this-site/</link><pubDate>Thu, 08 Jan 2009 23:00:00 +0000</pubDate><guid>https://larrywright.me/post/some-software-was-harmed-in-the-making-of-this-site/</guid><description>As noted on the about page, I decided to write my own software to run this site.
The following technologies were harmed in the making of this site:
Ubuntu Linux on VPSLink VPSLink has good deals on VPS hosting. I pay $24 per month for a 256mb VPS, with impressive uptime. I originally intended to go with Slicehost, but they had no slices available at the time (and didn&amp;rsquo;t for several months as I recall), but I have not been dissapointed with VPSLink.</description></item><item><title>Welcome to the New Site</title><link>https://larrywright.me/post/welcome-to-the-new-site/</link><pubDate>Sat, 03 Jan 2009 14:00:00 +0000</pubDate><guid>https://larrywright.me/post/welcome-to-the-new-site/</guid><description>I&amp;rsquo;ve maintained a blog since sometime in May of 2005. As with many blogs, posting regularity varied. Sometimes it was daily, sometimes a month or two would go by with nothing new at all.
This is something different.
The content on the old site changed over time, just like it&amp;rsquo;s author. Interests come and go, technologies that were once shiny and new have lost some of their shine. I stopped writing short posts that were mostly links to other people&amp;rsquo;s content, and starting writing longer articles.</description></item><item><title>In Defense of Twitter</title><link>https://larrywright.me/post/in-defense-of-twitter/</link><pubDate>Tue, 03 Jun 2008 03:00:00 +0000</pubDate><guid>https://larrywright.me/post/in-defense-of-twitter/</guid><description>Twitter bashing has become a bit of a past-time for some people. I don&amp;rsquo;t think that the criticism leveled at Twitter is fair or accurate. It is generally based on a misunderstanding of the technical problems they are facing. In the case of TechCrunch, it&amp;rsquo;s a desire to drive traffic to the TechCrunch website by fabricating conflict and making personal attacks.
Twitter has had a hard time scaling. This is obvious to anyone that uses the service, and is readily admitted by the people behind Twitter.</description></item><item><title>Cool OS X Application: Shelf</title><link>https://larrywright.me/post/great-os-x-application-shelf/</link><pubDate>Thu, 29 May 2008 09:00:00 +0000</pubDate><guid>https://larrywright.me/post/great-os-x-application-shelf/</guid><description>One of the most useful ideas I&amp;rsquo;ve seen in the past few years was Dashboard. Dashboard was an open source project launched by Nat Friedman of Ximian (since acquired by Novell). It&amp;rsquo;s aim was to provide a &amp;ldquo;dashboard&amp;rdquo; of information relevant to you while you were doing work. If you were having an IM conversation with your friend Bob, it would show you the last few emails Bob had sent you, previous IM conversations with Bob, Bob&amp;rsquo;s contact information from your address book, etc.</description></item><item><title>Links for 5/27/2008</title><link>https://larrywright.me/post/links-for-5-27-2008/</link><pubDate>Tue, 27 May 2008 13:00:00 +0000</pubDate><guid>https://larrywright.me/post/links-for-5-27-2008/</guid><description>I&amp;rsquo;ve built up a big backlog of links. Here&amp;rsquo;s the first batch.
Unix Command Line Kung-Fu 33 Pages of command line goodness. I&amp;rsquo;ve been rocking the command line for almost a decade, but there&amp;rsquo;s a ton of stuff here I didn&amp;rsquo;t know.
Update : Hal Pomeranz, who created this document, sent me an email with a link to the PDF version of the document. You can find it here. Thanks Hal!</description></item><item><title>Video Lectures</title><link>https://larrywright.me/post/video-lectures/</link><pubDate>Sun, 25 May 2008 01:00:00 +0000</pubDate><guid>https://larrywright.me/post/video-lectures/</guid><description>I stumbled across a great site tonight, chock full of the geekiest videos I&amp;rsquo;ve seen. The main sources seem to be university lectures. Very good stuff, and in a variety of disciplines such as Computer Science, Business, Chemistry, and Mathematics.
Check it out: Video Lectures.</description></item><item><title>The Two Kinds of Programmers</title><link>https://larrywright.me/post/the-two-kinds-of-programmers/</link><pubDate>Fri, 16 May 2008 02:00:00 +0000</pubDate><guid>https://larrywright.me/post/the-two-kinds-of-programmers/</guid><description>In my time as a developer, and now managing a team of developers, I have come to realize that there are two kinds of programmers: the Journeyman and the Craftsman. These terms aren&amp;rsquo;t mine - I&amp;rsquo;ve seen them used other places - but they describe the developers I&amp;rsquo;ve worked with pretty well.
The Journeyman &amp;hellip;knows one programming language.
&amp;hellip;knows one operating system.
&amp;hellip;can&amp;rsquo;t be bothered to learn something on their own.</description></item><item><title>My Favorite New Site: Tripit</title><link>https://larrywright.me/post/my-favorite-new-site-tripit/</link><pubDate>Mon, 07 Apr 2008 03:00:00 +0000</pubDate><guid>https://larrywright.me/post/my-favorite-new-site-tripit/</guid><description>I&amp;rsquo;d heard (first from Joel Spolsky, I believe) about a cool new travel planning site called Tripit. I&amp;rsquo;m making arrangements for a trip to St. Louis later this month, and so I thought this would be a good opportunity to try it out. To say the least, I&amp;rsquo;m impressed.
The first thing that I noticed was the registration process: there isn&amp;rsquo;t one. All you have to do is take any travel-related email (hotel confirmation, airline itinerary, etc) and forward it to plans@tripit.</description></item><item><title>Links for 4/2</title><link>https://larrywright.me/post/links-for-4-2/</link><pubDate>Wed, 02 Apr 2008 11:00:00 +0000</pubDate><guid>https://larrywright.me/post/links-for-4-2/</guid><description>A list of random and assorted things I have found lately
New York Times blog on open source technology at the Times &amp;ldquo;A blog about open source technology at The New York Times, written by and primarily for developers. This includes our own projects, our work with open-source technologies at nytimes.com, and other interesting topics in the open source and Web 2.0 worlds.&amp;rdquo;
There are a lot of nice posts in there, including one on how they used EC2 to convert their archives to PDF.</description></item><item><title>Mac Question: What Books Should I Buy?</title><link>https://larrywright.me/post/mac-question-what-book-should-i-buy/</link><pubDate>Sat, 09 Feb 2008 15:00:00 +0000</pubDate><guid>https://larrywright.me/post/mac-question-what-book-should-i-buy/</guid><description>I&amp;rsquo;ve owned the Macbook Pro for a little while now, and am getting comfortable with OS X. I think it&amp;rsquo;s time to dig a little deeper though, so I&amp;rsquo;m going to buy a book or two.
I&amp;rsquo;m a long time computer user, and have a lot of *NIX experience, so I&amp;rsquo;m not looking for something too basic. I&amp;rsquo;d like something that will teach me the ins and outs of the whole operating system, and let me go from being &amp;ldquo;comfortable&amp;rdquo; to &amp;ldquo;power user&amp;rdquo;.</description></item><item><title>Is SwitchPipe the Solution for Rails Shared Hosting?</title><link>https://larrywright.me/post/is-switchpipe-the-solution-for-rails-shared-hosting/</link><pubDate>Sat, 02 Feb 2008 01:00:00 +0000</pubDate><guid>https://larrywright.me/post/is-switchpipe-the-solution-for-rails-shared-hosting/</guid><description>Peter Cooper (who I interviewed recently ) has just announced SwitchPipe, which aims to make deploying and hosting Rails (and other frameworks, such as Django) applications easy. From the site:
Introduction / Overview\ SwitchPipe is a proof of concept "Web application server" developed in Ruby. More accurately, it's a Web application process manager and request dispatcher / proxy. Backend HTTP-speaking applications (Web applications) do not run directly within SwitchPipe, but are loaded into their own processes making SwitchPipe language and framework agnostic.</description></item><item><title>Links for 1/29/08</title><link>https://larrywright.me/post/links-for-1-29-08/</link><pubDate>Wed, 30 Jan 2008 02:00:00 +0000</pubDate><guid>https://larrywright.me/post/links-for-1-29-08/</guid><description>A list of random and assorted things I have found lately
New York Times blog on open source technology at the Times &amp;ldquo;A blog about open source technology at The New York Times, written by and primarily for developers. This includes our own projects, our work with open-source technologies at nytimes.com, and other interesting topics in the open source and Web 2.0 worlds.&amp;rdquo;
There are a lot of nice posts in there, including one on how they used EC2 to convert their archives to PDF.</description></item><item><title>Monday Question: What Is Your Text Editor, and Why?</title><link>https://larrywright.me/post/monday-question-what-is-your-text-editor-and-why/</link><pubDate>Mon, 28 Jan 2008 13:00:00 +0000</pubDate><guid>https://larrywright.me/post/monday-question-what-is-your-text-editor-and-why/</guid><description>Monday Questions is a recurring series on Approaching Normal. For more questions like this, please visit the archives
The text editor is the programmer&amp;rsquo;s main tool. The best programmers I know are masters of their chosen editor, whatever that might be. Knowing how to be productive with your editor can make the difference between a good developer and a great developer.
So today, I&amp;rsquo;m asking you to share with us what your favorite text editor is and why.</description></item><item><title>Monday Question: What Music Do You Code By?</title><link>https://larrywright.me/post/monday-question-what-music-do-you-code-by/</link><pubDate>Mon, 21 Jan 2008 19:00:00 +0000</pubDate><guid>https://larrywright.me/post/monday-question-what-music-do-you-code-by/</guid><description>Monday Questions is a recurring series on Approaching Normal. For more questions like this, please visit the archives
Most people, it seems, listen to music while they work. Whether it&amp;rsquo;s to aid concentration or drown out their coworkers, I see most people do it. So today&amp;rsquo;s question is:
What music do you prefer to code/design/whatever by?
I have very diverse musical tastes and listen to just about everything, but I find that lyrics are distracting when I need to concentrate.</description></item><item><title>Monday Question: What Is Your Development Machine?</title><link>https://larrywright.me/post/monday-question-what-is-your-development-machine/</link><pubDate>Sun, 06 Jan 2008 12:00:00 +0000</pubDate><guid>https://larrywright.me/post/monday-question-what-is-your-development-machine/</guid><description>Monday Questions is a recurring series on The Curiosity Project. For more questions like this, please visit the archives
As previously noted I recently switched my development environment from a Linux laptop to a Mac.
This Monday&amp;rsquo;s Question is: What is your development machine?
Tell us your OS, hardware specs, etc.</description></item><item><title>Interview: Geoffrey Grosenbach on PeepCode, Entrepreneurship, and Making Book Publishing Easier</title><link>https://larrywright.me/post/interview-geoffrey-grosenbach-on-peepcode-entrepreneurship-and-making-book-publishing-easier/</link><pubDate>Wed, 02 Jan 2008 16:00:00 +0000</pubDate><guid>https://larrywright.me/post/interview-geoffrey-grosenbach-on-peepcode-entrepreneurship-and-making-book-publishing-easier/</guid><description>This article is the second in a series of interviews that I will be conducting over the next few months. For the other interviews, please visit the archives
Thanks for agreeing to do this interview. Can you start by telling everyone a little bit about yourself? I live in Seattle, home of the world&amp;rsquo;s most pretentious Ruby brigade. I&amp;rsquo;ve been doing professional development for almost 10 years.
Do you consider yourself a developer who happens to be an entrepreneur, or is it the other way around?</description></item><item><title>Interview: Peter Cooper on Rails, Entrepreneurship, and Developing on Linux</title><link>https://larrywright.me/post/interview-peter-cooper-on-rails-and-entrepeneurship/</link><pubDate>Wed, 19 Dec 2007 11:00:00 +0000</pubDate><guid>https://larrywright.me/post/interview-peter-cooper-on-rails-and-entrepeneurship/</guid><description>Note: This is the first in a series of interviews I will be doing over the coming months.
Thanks for agreeing to do this interview. Can you tell us a little bit about yourself? I&amp;rsquo;m Peter Cooper, a Ruby developer and author from the wild, barren north of England. I&amp;rsquo;m probably best known in the Ruby community for being the author of Beginning Ruby, published by Apress, as well as the editor of Ruby Inside, the most popular Ruby related weblog.</description></item><item><title>Coming Soon: Interviews</title><link>https://larrywright.me/post/coming-soon-interviews/</link><pubDate>Tue, 18 Dec 2007 11:00:00 +0000</pubDate><guid>https://larrywright.me/post/coming-soon-interviews/</guid><description>Beginning tomorrow, I&amp;rsquo;m going to be publishing a series of interviews. I&amp;rsquo;m going to start with notable people from the Rails community, but over time I would like to branch out into other areas. The first interview will be with Peter Cooper, whose book Beginning Ruby I reviewed recently.
In the coming weeks I will be publishing interviews with Geoffrey Grosenbach and Robby Russell, with more to follow.
If you have suggestions for other people I should interview, please leave a comment or send me an email (my email address can be found on my about page:http://larrywright.</description></item><item><title>Monday Question: What Source Code Management System Do You Use, and Why?</title><link>https://larrywright.me/post/monday-question-what-source-code-management-system-do-you-use-and-why/</link><pubDate>Mon, 17 Dec 2007 12:00:00 +0000</pubDate><guid>https://larrywright.me/post/monday-question-what-source-code-management-system-do-you-use-and-why/</guid><description>Monday Questions is a recurring series on Approaching Normal. For more questions like this, please visit the archives
I&amp;rsquo;ve been a CVS and SVN user for a number of years. Recently I&amp;rsquo;ve been watching all of the buzz around distributed SCMs, Git in particular. Git has been adopted by a number of projects lately, Rubinius being the one I noticed most recently. I took down my SVN repository when I moved web hosts, and haven&amp;rsquo;t put it back up yet.</description></item><item><title>Monday Question: What Books Changed Your Life?</title><link>https://larrywright.me/post/monday-question-what-books-changed-your-life/</link><pubDate>Mon, 10 Dec 2007 12:00:00 +0000</pubDate><guid>https://larrywright.me/post/monday-question-what-books-changed-your-life/</guid><description>Monday Questions is a recurring series on Approaching Normal. For more questions like this, please visit the archives
I&amp;rsquo;m an avid reader, if you haven&amp;rsquo;t guessed by now. So today&amp;rsquo;s question is What books have changed your life?
As always, post your answers in the comments below.</description></item><item><title>Monday Question: What Are Your 3 Favorite Technical Sites?</title><link>https://larrywright.me/post/monday-question-what-are-your-3-favorite-technical-sites/</link><pubDate>Mon, 03 Dec 2007 12:00:00 +0000</pubDate><guid>https://larrywright.me/post/monday-question-what-are-your-3-favorite-technical-sites/</guid><description>Monday Questions is a recurring series on Approaching Normal. For more questions like this, please visit the archives
I&amp;rsquo;m always on the lookout for good sources for technical information. So, today&amp;rsquo;s question is: What are your 3 favorite technical sites?
Post your answers in the comments below.</description></item><item><title>Rails Snippets - 11/29</title><link>https://larrywright.me/post/rails-snippets-11-29/</link><pubDate>Thu, 29 Nov 2007 12:00:00 +0000</pubDate><guid>https://larrywright.me/post/rails-snippets-11-29/</guid><description>Holy Shmoly, Ruby 1.9 smokes Python away Initial performance numbers would seem to indicate that Ruby 1.9 (due by Christmas) will be lots faster.
Quoted-Printable: My .irbrc If you spend a lot of time in IRB (most of us probably do), it&amp;rsquo;s worth taking the time to learn how to customize it. This is a good start.
Faker Nice clean library to generate fake data. The home page says it&amp;rsquo;s a port of Perl&amp;rsquo;s Data::Faker library, which I&amp;rsquo;d never even heard of.</description></item><item><title>Book Review: Beginning Ruby: From Novice to Professional</title><link>https://larrywright.me/post/book-review-beginning-ruby-from-novice-to-professional/</link><pubDate>Tue, 27 Nov 2007 12:00:00 +0000</pubDate><guid>https://larrywright.me/post/book-review-beginning-ruby-from-novice-to-professional/</guid><description>I think Beginning Ruby: From Novice to Professional is a better first Ruby book than the venerable Pickaxe.
The previous statement is almost heresy in the Ruby community. Don&amp;rsquo;t get me wrong, you should own the Pickaxe. It&amp;rsquo;s a great book and certainly lives up to it&amp;rsquo;s description as &amp;ldquo;the definitive reference to Ruby&amp;rdquo;. However it&amp;rsquo;s much more of a reference book than an introduction to the language. And it&amp;rsquo;s huge - 864 pages.</description></item><item><title>Monday Question: Who Are You and Why Are You Here</title><link>https://larrywright.me/post/monday-question-who-are-you-and-why-are-you-here/</link><pubDate>Mon, 26 Nov 2007 12:00:00 +0000</pubDate><guid>https://larrywright.me/post/monday-question-who-are-you-and-why-are-you-here/</guid><description>Monday Questions is a recurring series on Approaching Normal. For more questions like this, please visit the archives
Feedburner tells me that I now have over 100 subscribers to my RSS feed. That of course doesn&amp;rsquo;t include the people who read this via Planet Ruby on Rails. In honor of this milestone, today&amp;rsquo;s question is: Who are you, and why are you here?. I&amp;rsquo;d like you to introduce yourself, and tell me why you come here.</description></item><item><title>MacBook Pro After One Week</title><link>https://larrywright.me/post/macbook-pro-after-one-week/</link><pubDate>Wed, 21 Nov 2007 11:00:00 +0000</pubDate><guid>https://larrywright.me/post/macbook-pro-after-one-week/</guid><description>So I&amp;rsquo;ve had the MacBook Pro for a full week now. Here&amp;rsquo;s my assessment.
I don&amp;rsquo;t at all regret the decision to get the refurbished model. I saved $400 and the unit appears to be flawless. That said, the Wireless Mighty Mouse I bought with it was D.O.A.
This thing is really, really fast.
Apple customer service is awesome. So the Mighty Mouse was dead. I called Apple&amp;rsquo;s tech support and explained the situation.</description></item><item><title>Book Review: Practical Rails Social Networking Sites</title><link>https://larrywright.me/post/book-review-practical-rails-social-networking-sites/</link><pubDate>Tue, 20 Nov 2007 13:00:00 +0000</pubDate><guid>https://larrywright.me/post/book-review-practical-rails-social-networking-sites/</guid><description>Summary Rails Social Networking Sites walks you through the process of building a Web 2.0 social networking site (something like MySpace), called Rails Coders that includes the features you would expect in that sort of site:
User signup and management (based on restful_authentication) Content management Blogging (with web services) Markup languages like Textile and Liquid Mashups using Google Maps and Flickr photo management (attachment_fu and RMagick) Tagging This book is not, of course, about building social networking sites, though that does serve as the exercise in the book.</description></item><item><title>Monday Question: What Technologies Are You Exploring?</title><link>https://larrywright.me/post/monday-question-what-technologies-are-you-exploring/</link><pubDate>Mon, 19 Nov 2007 12:00:00 +0000</pubDate><guid>https://larrywright.me/post/monday-question-what-technologies-are-you-exploring/</guid><description>Monday Questions is a recurring series on Approaching Normal. For more questions like this, please visit the archives
This is a follow up to last week&amp;rsquo;s question How do you decide what technologies to explore?
Today I want to know What technologies are you exploring?
I&amp;rsquo;ll go first. Aside from Ruby and Rails, Erlang and CouchDB are the things that I&amp;rsquo;m currently spending time looking into.
Post your answers in the comments below.</description></item><item><title>Rails Snippets - 11/13</title><link>https://larrywright.me/post/rails-snippets-11-13/</link><pubDate>Tue, 13 Nov 2007 12:00:00 +0000</pubDate><guid>https://larrywright.me/post/rails-snippets-11-13/</guid><description>RESTFul OpenID Authentication A plugin to do OpenID authentication in Rails, in a RESTful way.
Off the Rails - An alternative Rails stack Competition is good. Merb and the like provide that competition to Rails. This article runs through an alternative to the Rails stack. It&amp;rsquo;s always good to keep an eye on what else is out there.
Rands in Repose: The Nerd Handbook Ok, this is a bonus link. Not at all Rails related, but relevent to you if you&amp;rsquo;re reading this.</description></item><item><title>Monday Question: How Do You Choose What Technologies to Explore?</title><link>https://larrywright.me/post/monday-question-how-do-you-choose-what-technologies-to-explore/</link><pubDate>Mon, 12 Nov 2007 10:00:00 +0000</pubDate><guid>https://larrywright.me/post/monday-question-how-do-you-choose-what-technologies-to-explore/</guid><description>Monday Questions is a recurring series on Approaching Normal. For more questions like this, please visit the archives
Technology moves at such a rapid pace that there is constantly something new that is tempting me to explore it. I find it very difficult to pick and choose which things to devote time to learning. So today&amp;rsquo;s question is: How do you choose what technologies to learn more about, and which to ignore?</description></item><item><title>I Bought a MacBook Pro</title><link>https://larrywright.me/post/i-bought-a-macbook-pro/</link><pubDate>Sun, 11 Nov 2007 04:00:00 +0000</pubDate><guid>https://larrywright.me/post/i-bought-a-macbook-pro/</guid><description>As a follow on to last week&amp;rsquo;s post, I ended up buying a 17&amp;quot; MacBook Pro this week. I went with a refurbished model (which saved me $400), and skipped the high resolution display. It should be here on Wednesday.
It&amp;rsquo;s my first Mac, and I&amp;rsquo;ve wanted one for ages, so I&amp;rsquo;m excited to get it.</description></item><item><title>Rails Snippets - 11/7</title><link>https://larrywright.me/post/rails-snippets-11-7/</link><pubDate>Wed, 07 Nov 2007 12:00:00 +0000</pubDate><guid>https://larrywright.me/post/rails-snippets-11-7/</guid><description>Troubleshooting Ruby Processes: Leveraging System Tools when the Usual Ruby Tricks Stop Working A new book from O&amp;rsquo;Reilly on troubleshooting Ruby (and Rails) apps. From the overview:
This short cut introduces key system diagnostic tools to Ruby developers creating and deploying web applications. When programmers develop a Ruby application they commonly experience complex problems which require some understanding of the underlying operating system to be solved. Difficult to diagnose, these problems can make the difference between a project&amp;rsquo;s failure or success.</description></item><item><title>Monday Question: What Are You Reading?</title><link>https://larrywright.me/post/monday-question-what-are-you-reading/</link><pubDate>Mon, 05 Nov 2007 12:00:00 +0000</pubDate><guid>https://larrywright.me/post/monday-question-what-are-you-reading/</guid><description>I&amp;rsquo;m going to start posting questions for my readers every Monday. At least until I run out of questions.
Last week, I posted a collection of mini book reviews. I have a bit of an addiction to books, which should be obvious by now. So today&amp;rsquo;s questions is: What are you reading? Doesn&amp;rsquo;t matter whether it&amp;rsquo;s fiction or non-fiction, technical or biographical. Let us all know what you&amp;rsquo;re reading (or have read recently).</description></item><item><title>Questions Before I Buy a MacBook Pro</title><link>https://larrywright.me/post/questions-before-i-buy-a-macbook-pro/</link><pubDate>Sat, 03 Nov 2007 19:00:00 +0000</pubDate><guid>https://larrywright.me/post/questions-before-i-buy-a-macbook-pro/</guid><description>So I think I&amp;rsquo;m about to buy a Macbook Pro - the 17&amp;quot; model specifically. Before I do, I have a couple of questions that I&amp;rsquo;m hoping someone can help me answer:
Is the High Resolution (1920-by-1200) display worth the extra money vs the 1680-by-1050 display?
I&amp;rsquo;m going to buy a Refurbished model from Apple, due to the substantial cost savings. Does anyone know of any reason not to? A quick google search doesn&amp;rsquo;t seem to reveal people having issues, but I thought I&amp;rsquo;d ask.</description></item><item><title>Rails Snippets - 11/2</title><link>https://larrywright.me/post/rails-snippets-11-2/</link><pubDate>Fri, 02 Nov 2007 13:00:00 +0000</pubDate><guid>https://larrywright.me/post/rails-snippets-11-2/</guid><description>New in Rails: Request Profiler Jeremy Kemper recently committed a request profiler to Rails. It lets you make a request to a URL repeatedly, and then see an HTML or text report of where your code is spending it&amp;rsquo;s time. This looks very handy.
Building Tempo With Rails - Part I A walkthrough of building an app with Rails, which includes feature definition, using Piston to manage plugins, and Restful Authentication.</description></item><item><title>SEED Conference Recap</title><link>https://larrywright.me/post/seed-conference-recap/</link><pubDate>Thu, 01 Nov 2007 05:00:00 +0000</pubDate><guid>https://larrywright.me/post/seed-conference-recap/</guid><description>I attended the first SEED Conference on Monday. It was a great event - it exceeded my expectations, and was a bargain at only $395.
The event itself was small (the website says 135, but it seemed like there were a few more than that), and relatively informal. The venue was the McCormick Tribune Campus Center on the campus of the Illinois Institute of Technology. The building is very interesting in and of itself, lots of different colors and textures, and the El runs right through the building.</description></item><item><title>Rails Snippets - 10/31</title><link>https://larrywright.me/post/rails-snippets-10-31/</link><pubDate>Wed, 31 Oct 2007 13:00:00 +0000</pubDate><guid>https://larrywright.me/post/rails-snippets-10-31/</guid><description>The Halloween Edition
Obvious Code: Creating a simple news publishing system in Rails 2.0 One of the first tutorials I&amp;rsquo;ve seen that focuses on Rails 2.0.
Deploy a Ruby on Rails app on EC2 in five minutes This would seem to make deploying a Rails app on Amazon&amp;rsquo;s EC2 very simple:
EC2 on Rails is an Ubuntu Linux server image for Amazon&amp;rsquo;s EC2 hosting service that&amp;rsquo;s ready to run a standard Ruby on Rails application with little or no customization.</description></item><item><title>Rails Snippets</title><link>https://larrywright.me/post/rails-snippets/</link><pubDate>Sun, 28 Oct 2007 08:00:00 +0000</pubDate><guid>https://larrywright.me/post/rails-snippets/</guid><description>A collection of Rails links
Using Paypal with Rails This is a nice step-by-step article on integrating PayPal with your Rails application, using ActiveMerchant.
Rails 2.0 Features: Multiple Views I&amp;rsquo;ve only skimmed over the new features in the upcoming 2.0 release of Rails, but this looks like one of the nicest features. This is a good explanation of how it works and why it&amp;rsquo;s useful.
Mongrel 1.0.3 is out A bugfix release of Mongrel is out.</description></item><item><title>SEED Conference</title><link>https://larrywright.me/post/seed-conference/</link><pubDate>Sat, 27 Oct 2007 14:00:00 +0000</pubDate><guid>https://larrywright.me/post/seed-conference/</guid><description>I will be at the SEED Conference in Chicago on Monday. If you&amp;rsquo;re reading this, and you&amp;rsquo;re going as well&amp;hellip; say &amp;ldquo;Hi&amp;rdquo; in the comments below :)</description></item><item><title>What I've Been Reading</title><link>https://larrywright.me/post/what-i-ve-been-reading/</link><pubDate>Sat, 27 Oct 2007 04:00:00 +0000</pubDate><guid>https://larrywright.me/post/what-i-ve-been-reading/</guid><description>Never Eat Alone: And Other Secrets to Success, One Relationship at a Time by Keith Ferrazzi and Tahl Raz :http://www.amazon.com/gp/product/0385512058?ie=UTF8&amp;amp;tag=approachingno-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0385512058
Geeks are, generally speaking, much better with technology than people - I&amp;rsquo;m no different. But the fact is your ability to build and maintain relationships with other people will take you farther in life than any technical skill you can acquire. For a lot of people, myself included, these are just not skills that come naturally.</description></item><item><title>Marc Andreesen on Career Planning</title><link>https://larrywright.me/post/marc-andreesen-on-career-planning/</link><pubDate>Sun, 07 Oct 2007 02:00:00 +0000</pubDate><guid>https://larrywright.me/post/marc-andreesen-on-career-planning/</guid><description>Marc Andreesen has written a very good series of articles on career planning that is worth a read, regardless of whether you are just starting college or have been working for decades. Marc has a lot of good thoughts on how to choose a career, a college, and a job. He then goes on to explain his ideas around what skills you need to develop to be succesfull.
The series so far contains three articles:</description></item><item><title>Paul Graham on Stuff</title><link>https://larrywright.me/post/paul-graham-on-stuff/</link><pubDate>Mon, 06 Aug 2007 15:00:00 +0000</pubDate><guid>https://larrywright.me/post/paul-graham-on-stuff/</guid><description>Paul Graham has a new article up called Stuff:
I first realized the worthlessness of stuff when I lived in Italy for a year. All I took with me was one large backpack of stuff. The rest of my stuff I left in my landlady&amp;rsquo;s attic back in the US. And you know what? All I missed were some of the books. By the end of the year I couldn&amp;rsquo;t even remember what else I had stored in that attic.</description></item><item><title>Fake Steve Jobs Outed</title><link>https://larrywright.me/post/fake-steve-jobs-outed/</link><pubDate>Mon, 06 Aug 2007 00:00:00 +0000</pubDate><guid>https://larrywright.me/post/fake-steve-jobs-outed/</guid><description>Fake Steve Jobs has been outed. It&amp;rsquo;s Daniel Lyons, a Senior Editor at Forbes. He was outed by Brad Stone of the NY Times .
I had always suspected it was a journalist or writer of some sort - the writing quality was too good to be a random schmo.</description></item><item><title>Links for 8/4</title><link>https://larrywright.me/post/links-for-8-4/</link><pubDate>Sat, 04 Aug 2007 21:00:00 +0000</pubDate><guid>https://larrywright.me/post/links-for-8-4/</guid><description>An assortment of tasty distractions.
A fun collection of classy insults. Here are a couple of choice ones:
&amp;ldquo;A modest little person, with much to be modest about.&amp;rdquo; - Winston Churchill
&amp;ldquo;I have never killed a man, but I have read many obituaries with great pleasure.&amp;rdquo; -Clarence Darrow
What 120 calories looks like. Nice reminder. Via Jeremy Zawodny
A productivity tip from Jerry Seinfeld I really didn&amp;rsquo;t believe this until I read it.</description></item><item><title>Random Things</title><link>https://larrywright.me/post/random-things/</link><pubDate>Sun, 22 Jul 2007 05:00:00 +0000</pubDate><guid>https://larrywright.me/post/random-things/</guid><description>I have a few articles I want to publish, but I&amp;rsquo;m holding off until I have this site moved over to Slicehost. In the meantime, here&amp;rsquo;s a kottke - style list of random things that have caught my eye lately.
How to Charm a Woman
I am(thankfully) long past dating, but just because you&amp;rsquo;ve convinced her to marry you doesn&amp;rsquo;t mean you don&amp;rsquo;t still need to charm her.
How YouTube scales</description></item><item><title>Surely This Is a Sign of the Apocalypse</title><link>https://larrywright.me/post/surely-this-is-a-sign-of-the-apocalypse/</link><pubDate>Tue, 05 Dec 2006 01:00:00 +0000</pubDate><guid>https://larrywright.me/post/surely-this-is-a-sign-of-the-apocalypse/</guid><description>Just seen on TechCrunch:
Why are you people searching for Britney Spears!? She is hardly the eye candy she once was so I just don&amp;rsquo;t understand how she has topped Yahoo&amp;rsquo;s most popular search terms for the fifth time in six years but is appears that the flashing, divorcing baby mama has.
Tonight at 9 p.m. PST, Yahoo will release their most popular search terms of 2006. In the top five are Britney, WWE, Shakira, Jessica Simpson, and Paris Hilton.</description></item><item><title>It Really Just Makes Me Want to Buy an iPod for Spite</title><link>https://larrywright.me/post/it-really-just-makes-me-want-to-buy-an-ipod-for-spite/</link><pubDate>Mon, 27 Nov 2006 04:00:00 +0000</pubDate><guid>https://larrywright.me/post/it-really-just-makes-me-want-to-buy-an-ipod-for-spite/</guid><description>So, how&amp;rsquo;s Microsoft&amp;rsquo;s iPod killer being received? The Sun Times&amp;rsquo; Andy Ihnatko sums it up:
Result: The Zune will be dead and gone within six months. Good riddance.
Yeah, what he said. I&amp;rsquo;ve not seen a positive review of this thing yet.
And the junior marketing flunky who came up with &amp;ldquo;squirting&amp;rdquo; as the metaphor for transferring content wirelessly needs to find another line of work. It just sounds dirty. Like you could get slapped for saying it out loud in mixed company.</description></item><item><title>Seth Godin: The Best Time to Start</title><link>https://larrywright.me/post/seth-godin-the-best-time-to-start/</link><pubDate>Sat, 18 Nov 2006 04:00:00 +0000</pubDate><guid>https://larrywright.me/post/seth-godin-the-best-time-to-start/</guid><description>I&amp;rsquo;ll try to prevent this from becoming another Seth Godin lovefest, but Seth&amp;rsquo;s article on the best time to start a business was too good not to write about.
From the article:
The best time to start is when you&amp;rsquo;re out of debt. The best time to start is when no one is already working on your idea. The best time to start is after you&amp;rsquo;ve got all your VC funding &amp;hellip;the best time to start was last year.</description></item><item><title>A Change in Perspective</title><link>https://larrywright.me/post/a-change-in-perspective/</link><pubDate>Sat, 18 Nov 2006 03:00:00 +0000</pubDate><guid>https://larrywright.me/post/a-change-in-perspective/</guid><description>Photo by Tom Stone
I often find that it&amp;rsquo;s difficult to be content with what I have in life. It&amp;rsquo;s too easy to focus on what you don&amp;rsquo;t have - a new car, a bigger house, that shiny new MacBook Pro - and forget about how much you do have. Modern society doesn&amp;rsquo;t make this any easier, particularly in the geek culture where something you must have comes along every few seconds it seems.</description></item><item><title>Free Web Design Resources</title><link>https://larrywright.me/post/free-web-design-resources/</link><pubDate>Fri, 10 Nov 2006 03:00:00 +0000</pubDate><guid>https://larrywright.me/post/free-web-design-resources/</guid><description>It&amp;rsquo;s a poorly kept secret that I couldn&amp;rsquo;t design my way out of a box (take note of the generic template used on this site). Therefore, when I need to put together a web page I often turn to free html/css templates as a starting point (or if nothing else, a starting point). Here&amp;rsquo;s a few of the sites I&amp;rsquo;ve discovered with decent html/css templates:
Open Source Web Design - One of the oldest sites, and one of the best.</description></item><item><title>Links for 10/31/06</title><link>https://larrywright.me/post/links-for-10-31-06/</link><pubDate>Tue, 31 Oct 2006 03:00:00 +0000</pubDate><guid>https://larrywright.me/post/links-for-10-31-06/</guid><description>The latest in a long series of things distracting me from other things that are likely far more important:
Sun: Learn about JRuby - I look forward to playing with this someday soon.
Yahoo: Ruby Developer Network - Yeah, I&amp;rsquo;m a little late on this one. Included just in case you have spent the recent months in a cave.
Free CSS Templates
Very nice stuff here. The Shire of Bend, Oregon - Middle Earth-ish homes.</description></item><item><title>David Galbraith on Sustainable Business Models</title><link>https://larrywright.me/post/david-galbraith-on-sustainable-business-models/</link><pubDate>Sat, 28 Oct 2006 14:00:00 +0000</pubDate><guid>https://larrywright.me/post/david-galbraith-on-sustainable-business-models/</guid><description>In response to the previously mentioned buyback of Odeo, David Galbraith has written an insightful article on the topic of building companies with sustainable business models. His position (a smart one) is that venture capital shouldn&amp;rsquo;t be the default, it should be for the edge cases - companies with big infrastructure needs that are growing more rapidly than they can manage.
From the article:
Every venture funded tech company is predicated on the idea of &amp;rsquo;exit&amp;rsquo;, the point where the company is sold to a bigger one or has an IPO, so that the investors see a return and move on.</description></item><item><title>Apparently, I'm a Joiner</title><link>https://larrywright.me/post/apparently-i-m-a-joiner/</link><pubDate>Sat, 28 Oct 2006 13:00:00 +0000</pubDate><guid>https://larrywright.me/post/apparently-i-m-a-joiner/</guid><description>I typically avoid joining each new social networking thingy that comes along, but I&amp;rsquo;ve joined two lately.
The first was LinkedIn. You can view my public profile here, feel free to add me if you&amp;rsquo;re so inclined. My email address associated with me there is larrywright at gmail dot com.
The second one was Twitter, which is a new-ish site from the folks at Odeo (which, as an aside, was recently bought back from the investors - way to go Ev), that lets you keep up with what your friends are doing at any given moment.</description></item><item><title>Links for 9/18</title><link>https://larrywright.me/post/links-for-9-18/</link><pubDate>Mon, 18 Sep 2006 01:00:00 +0000</pubDate><guid>https://larrywright.me/post/links-for-9-18/</guid><description>A random sampling of the things that I&amp;rsquo;ve found interesting lately:
Airplane Seat Etiquette
If you ask me, reclining your seat on an airplane is a declaration of war. There are few things in the world that are ruder. Mark Fletcher leaves Bloglines
He&amp;rsquo;s technically leaving Blogline&amp;rsquo;s owner Ask, but that&amp;rsquo;s a minor detail. I was a happy Bloglines user for a long time, but it started to lag behind the other readers.</description></item><item><title>How to Make Sortable Tables in Textile</title><link>https://larrywright.me/post/how-to-make-sortable-tables-in-textile/</link><pubDate>Wed, 30 Aug 2006 02:00:00 +0000</pubDate><guid>https://larrywright.me/post/how-to-make-sortable-tables-in-textile/</guid><description>One of my favorite organizational tools is Instiki. I use it for note-taking, maintaining reference information, and keeping lists. I have several lists that I keep in tables, and the other day I had need to make them sortable. Here&amp;rsquo;s how I did it.
The first thing you need is Stuart Langridge&amp;rsquo;s sorttable Javascript library. This is a library that allows you to make any table sortable, just by giving it a class of &amp;ldquo;sortable&amp;rdquo;, and a unique ID.</description></item><item><title>Partitioning Databases in PostgreSQL</title><link>https://larrywright.me/post/partitioning-databases-in-postgresql/</link><pubDate>Wed, 30 Aug 2006 01:00:00 +0000</pubDate><guid>https://larrywright.me/post/partitioning-databases-in-postgresql/</guid><description>I recently came across a presentation given on migrating a very large database (as in, tables with 1.8 billion rows) from Oracle to PostgreSQL. It describes some of the issues they had along the way, including having to move from Linux to OpenSolaris due to stability issues.
One of the more interesting challenges they had to solve was the lack of support for partitioning in PostgreSQL. Oracle allows you to partition tables, so for example if you had a large table, you can cluster the data into various segments - dates in their case.</description></item><item><title>Links for 8/28</title><link>https://larrywright.me/post/links-for-8-28/</link><pubDate>Mon, 28 Aug 2006 01:00:00 +0000</pubDate><guid>https://larrywright.me/post/links-for-8-28/</guid><description>Free Programming and Computer Science Books - No explanation needed
Getting Started With Getting Things Done
One of the most popular posts on 43Folders, and a great introduction to Getting Things Done 16 Year Old Guitarist Plays Pachelbel&amp;rsquo;s Canon
Pretty amazing Guy Kawasaki - Ten Things To Learn this School Year - Includes &amp;ldquo;How to survive a meeting thatâ€™s poorly run&amp;rdquo;, and &amp;ldquo;How to explain something in thirty seconds&amp;rdquo; among other great advice.</description></item><item><title>What I'm Reading</title><link>https://larrywright.me/post/what-i-m-reading/</link><pubDate>Fri, 25 Aug 2006 02:00:00 +0000</pubDate><guid>https://larrywright.me/post/what-i-m-reading/</guid><description>I tend to read a lot. I&amp;rsquo;m one of those people who has four or five books in various states of being read at all times. I&amp;rsquo;m always interested in what other people are reading, so I thought I&amp;rsquo;d share the books that I&amp;rsquo;m currently reading, or have just finished:
Practices of an Agile Developer
I&amp;rsquo;m about 1/2 way done with this one. I like it so far, but I&amp;rsquo;ve liked every book from the Pragmatics that I&amp;rsquo;ve read.</description></item><item><title>Links for 8/24</title><link>https://larrywright.me/post/links-for-8-24/</link><pubDate>Thu, 24 Aug 2006 02:00:00 +0000</pubDate><guid>https://larrywright.me/post/links-for-8-24/</guid><description>Ten Things You Shouldn&amp;rsquo;t Buy New
The usual suspects are here, but there&amp;rsquo;s some things I hadn&amp;rsquo;t considered. The Complete Running Network - New blog dedicated to running. I&amp;rsquo;m trying to get back into running, so this is a useful resource.
Writing a Typo Sidebar Test First
Just what it says, good insight into the process. Datebocks - Intuitive Date Parsing - Javascript library that let&amp;rsquo;s you handle dates like &amp;ldquo;Tomorrow&amp;rdquo;, and &amp;ldquo;Next Friday&amp;rdquo;, as well as more traditional date formats.</description></item><item><title>Salaries: Keep Them Secret or Make Them Public?</title><link>https://larrywright.me/post/salaries-keep-them-secret-or-make-them-public/</link><pubDate>Wed, 23 Aug 2006 02:00:00 +0000</pubDate><guid>https://larrywright.me/post/salaries-keep-them-secret-or-make-them-public/</guid><description>I found an interesting pair of articles recently covering the topic of salaries. The first article, Why secret salaries are a baaaaaad idea, makes the case that all salaries should be public within a company. The arguments are pretty compelling, especially since I just finished reading Ricardo Semler&amp;rsquo;s book Maverick, which is an extraordinary book about an extraordinary company in Brazil.
Among other things, employees set their own salaries, which are public.</description></item><item><title>Quote(s) of the Day</title><link>https://larrywright.me/post/quote-s-of-the-day/</link><pubDate>Sat, 05 Aug 2006 12:00:00 +0000</pubDate><guid>https://larrywright.me/post/quote-s-of-the-day/</guid><description>&amp;ldquo;We should be taught not to wait for inspiration to start a thing. Action always generates inspiration. Inspiration seldom generates action.&amp;rdquo;
Frank Tibolt
&amp;ldquo;Far better it is to dare mighty things to win glorious triumphs, even though checkered with failure, than to take rank with those poor spirits who neither enjoy much nor suffer much, because they live in the gray twilight that know not victory or defeat.&amp;rdquo;
Theodore Roosevelt</description></item><item><title>5 Tips for Interviewing Well</title><link>https://larrywright.me/post/5-tips-for-interviewing-well/</link><pubDate>Mon, 31 Jul 2006 02:00:00 +0000</pubDate><guid>https://larrywright.me/post/5-tips-for-interviewing-well/</guid><description>I&amp;rsquo;ve been interviewing people (mostly programmers and management/leads) for about 7 years. I would guess I&amp;rsquo;ve interviewed over 100 people (if you include college recruiting job fair &amp;ldquo;mini-interviews&amp;rdquo;). In that time, I&amp;rsquo;ve seen and heard some amazing things. I won&amp;rsquo;t share horror stories, because that&amp;rsquo;s not terribly helpful. Instead, I&amp;rsquo;ve put together a list of 5 ways to interview well. Without further ado:
1. Show up.
This seems obvious, but let&amp;rsquo;s elaborate a little bit.</description></item><item><title>Links for 7-19</title><link>https://larrywright.me/post/links-for-7-19/</link><pubDate>Thu, 20 Jul 2006 02:00:00 +0000</pubDate><guid>https://larrywright.me/post/links-for-7-19/</guid><description>The various shiny objects that caught my eye lately.
11 Ways of Staying Focused
Probably my biggest challenge, I need all the help I can get. Top 14 Stumbling Blocks for New Businesses
Some of this I&amp;rsquo;ve seen elsewhere, but there&amp;rsquo;s soom good points in here. What is a Wiki - And How to Use One for Your Project
I know what a wiki is, but this is a good introduction on how to leverage them for projects.</description></item><item><title>Links for 7/6</title><link>https://larrywright.me/post/links-for-7-6/</link><pubDate>Sat, 08 Jul 2006 01:00:00 +0000</pubDate><guid>https://larrywright.me/post/links-for-7-6/</guid><description>The Garden State Effect
Good movie, great post Mark Pilgrim&amp;rsquo;s Essentials 2006. - Mark just switched to Ubuntu Linux after many years with Macs.
Nice Markets for the Potential ISV
Ian Landsman&amp;rsquo;s list of good potential markets. There&amp;rsquo;s some interesting thoughts in here, but his reasoning is more interesting. Rewired Brain Revives Patient After 19 Years
The title says it all. Amazing.</description></item><item><title>6/25 Random Links</title><link>https://larrywright.me/post/6-25-random-links/</link><pubDate>Mon, 26 Jun 2006 03:00:00 +0000</pubDate><guid>https://larrywright.me/post/6-25-random-links/</guid><description>These are the shiny objects that captured my attention the last couple of days.
Five Things Every Micro-ISV Should Know About Intellectual Property - Primer on IP Pricing a Project - Good advice on setting rates, as well as how to price a project as a whole Seth Godin - How to get traffic for your blog - My shameless fan-boying of Seth continues.</description></item><item><title>Relevance Announces Streamlined</title><link>https://larrywright.me/post/relevance-announces-streamlined/</link><pubDate>Sat, 24 Jun 2006 18:00:00 +0000</pubDate><guid>https://larrywright.me/post/relevance-announces-streamlined/</guid><description>Update: I somehow managed to misspell Relevance&amp;rsquo;s name. Fixed.
I&amp;rsquo;m missing RailsConf this year (I have no excuse, I live two hours away). I&amp;rsquo;m living vicariously through the other attendees though, keeping an eye on the blog posts.
One announcement that I just caught was that Relevance has announced Streamlined, which is a framework on top of the Rails framework. Some of the interesting features include (pulled from Justing Gehtland&amp;rsquo;s post):</description></item><item><title>6/23 Ruby &amp; Rails Links</title><link>https://larrywright.me/post/6-23-ruby-rails-links/</link><pubDate>Sat, 24 Jun 2006 02:00:00 +0000</pubDate><guid>https://larrywright.me/post/6-23-ruby-rails-links/</guid><description>A few links that caught my eye today:
An introduction to Ruby on Rails for DB2 developers
Nice article if you&amp;rsquo;re a DB2 user and want to know what the fuss is about. Written by Edd Dumbill. Ruby-Gnome2 Website - Appears to be a decent GUI toolkit for Ruby. I wish someone would get QT&amp;rsquo;s Ruby bindings working on Windows. The thing I miss most about Python is PyQT.
Sapphire in Steel: The Little Book of Ruby - Nice introduction to Ruby with plenty of code samples, in PDF form.</description></item><item><title>Metaphors and Analogies</title><link>https://larrywright.me/post/metaphors-and-analogies/</link><pubDate>Fri, 23 Jun 2006 01:00:00 +0000</pubDate><guid>https://larrywright.me/post/metaphors-and-analogies/</guid><description>From a list of metaphors and analogies used in high school writing:
She had a deep, throaty, genuine laugh, like that sound a dog makes just before it throws up. Her vocabulary was as bad as, like, whatever. He spoke with the wisdom that can only come from experience, like a guy who went blind because he looked at a solar eclipse without one of those boxes with a pinhole in it and now goes around the country speaking at high schools about the dangers of looking at a solar eclipse without one of those boxes with a pinhole in it.</description></item><item><title>Montastic Is Fantastic</title><link>https://larrywright.me/post/montastic-is-fantastic/</link><pubDate>Fri, 23 Jun 2006 01:00:00 +0000</pubDate><guid>https://larrywright.me/post/montastic-is-fantastic/</guid><description>Probably the worst title I&amp;rsquo;ve ever chosen for a post.
Regardless, I&amp;rsquo;ve been using Montastic for a month or so now, and it&amp;rsquo;s great. It&amp;rsquo;s a free website monitoring service that lets you know by email when it can&amp;rsquo;t reach one of your sites. It&amp;rsquo;s got a limit of 100 sites (I&amp;rsquo;ve got a ways to go before reaching that). I&amp;rsquo;ve only received one false positive since I&amp;rsquo;ve started using it.</description></item><item><title>More Seth Godin</title><link>https://larrywright.me/post/more-seth-godin/</link><pubDate>Thu, 08 Jun 2006 02:00:00 +0000</pubDate><guid>https://larrywright.me/post/more-seth-godin/</guid><description>Seth Godin speaks at Google.
Great stuff.</description></item><item><title>Why I Want to Have Seth Godin's Babies</title><link>https://larrywright.me/post/why-i-want-to-have-seth-godin-s-babies/</link><pubDate>Sat, 22 Apr 2006 14:00:00 +0000</pubDate><guid>https://larrywright.me/post/why-i-want-to-have-seth-godin-s-babies/</guid><description>From his post No to average:
This is scary. It&amp;rsquo;s really scary to turn down most (the average) of what comes your way and hold out for the remarkable opportunities. Scary to quit your job at an average company doing average work just because you know that if you stay, you&amp;rsquo;ll end up just like them. Scary to go way out on an edge and intentionally make what you do unattractive to some.</description></item><item><title>American's Commutes Keep Getting Longer</title><link>https://larrywright.me/post/american-s-commutes-keep-getting-longer/</link><pubDate>Fri, 21 Apr 2006 01:00:00 +0000</pubDate><guid>https://larrywright.me/post/american-s-commutes-keep-getting-longer/</guid><description>According to Reuters, our commutes just keep getting longer and longer:
Dave Givens drives 370 miles to work and back every day and considers his seven-hour commute the best answer to balancing his work with his personal life.
Umm, yeah. This is obviously extreme, but it sounds like ridiculously long commutes are becoming more common:
In the most recent U.S. Census Bureau study, 2.8 million people have so-called extreme commutes, topping 90 minutes.</description></item><item><title>Web Standards in a Nutshell</title><link>https://larrywright.me/post/web-standards-in-a-nutshell/</link><pubDate>Thu, 20 Apr 2006 00:00:00 +0000</pubDate><guid>https://larrywright.me/post/web-standards-in-a-nutshell/</guid><description>This is the most concise representation of why web standards are important that I&amp;rsquo;ve seen.</description></item><item><title>Ruby Is a Titanium Mountain Bike</title><link>https://larrywright.me/post/ruby-is-a-titanium-mountain-bike/</link><pubDate>Tue, 14 Mar 2006 03:00:00 +0000</pubDate><guid>https://larrywright.me/post/ruby-is-a-titanium-mountain-bike/</guid><description>From Tour de Babel
If languages are bicycles, then Awk is a pink kiddie bike with a white basket and streamers coming off the handlebars, Perl is a beach cruiser (remember how cool they were? Gosh.) and Ruby is a \$7,500 titanium mountain bike. Worth the read.</description></item><item><title>Why Is It So Hard to Be Like Apple?</title><link>https://larrywright.me/post/why-is-it-so-hard-to-be-like-apple/</link><pubDate>Sat, 04 Mar 2006 03:00:00 +0000</pubDate><guid>https://larrywright.me/post/why-is-it-so-hard-to-be-like-apple/</guid><description>By now, everyone has seen this video, which shows what would happen if Microsoft redesigned the iPod packaging. It&amp;rsquo;s spot on, but it got me to wondering: Why is it so hard to be like Apple? On the surface, it seems simple. Create well-designed, simple, user-centric devices, and promote the heck out of them. It seems simple, but clearly it&amp;rsquo;s not or everyone would be doing it. There have been countless &amp;ldquo;iPod killers&amp;rdquo; brought to market over the last few years, but none of them have made a dent in Apple&amp;rsquo;s market share.</description></item><item><title>Interactive Touchscreen Demo</title><link>https://larrywright.me/post/interactive-touchscreen-demo/</link><pubDate>Sat, 18 Feb 2006 14:00:00 +0000</pubDate><guid>https://larrywright.me/post/interactive-touchscreen-demo/</guid><description>This is the coolest thing I have seen in a long time.
There&amp;rsquo;s some brief information about the research behind this here.</description></item><item><title>Chuck Norris Facts</title><link>https://larrywright.me/post/chuck-norris-facts/</link><pubDate>Sun, 29 Jan 2006 18:00:00 +0000</pubDate><guid>https://larrywright.me/post/chuck-norris-facts/</guid><description>A list of facts about Chuck Norris
Contains gems like:
Chuck Norris has counted to infinity. Twice. The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably. Chuck Norris does not sleep. He waits.
Someone has way too much free time.</description></item><item><title>How to Integrate Remote Employees</title><link>https://larrywright.me/post/how-to-integrate-remote-employees/</link><pubDate>Sat, 28 Jan 2006 13:00:00 +0000</pubDate><guid>https://larrywright.me/post/how-to-integrate-remote-employees/</guid><description>One of my &amp;ldquo;must-read&amp;rdquo; blogs, Rands in Repose has a post seeking advice on keeping employees who work from home (or any other remote location) in the loop.
I&amp;rsquo;m ready to learn and that&amp;rsquo;s today&amp;rsquo;s question, &amp;ldquo;How do you, as a remote employee, stay in the loop?&amp;rdquo; The converse, if you prefer, is, &amp;ldquo;How do you, as a co-worker or manager of a remote employee, keep everyone on the same page?</description></item><item><title>Things I Want to Own Someday Just to Say I Did</title><link>https://larrywright.me/post/things-i-want-to-own-someday-just-to-say-i-did/</link><pubDate>Sun, 15 Jan 2006 12:00:00 +0000</pubDate><guid>https://larrywright.me/post/things-i-want-to-own-someday-just-to-say-i-did/</guid><description>These are in no particular order:
Apple Newton Messagepad 2100 NeXT Computers NeXTStation Sun SPARCStation Voyager Tandy Model 200 Why yes, I am a geek. How did you know?</description></item><item><title>The Power of Lists</title><link>https://larrywright.me/post/the-power-of-lists/</link><pubDate>Thu, 22 Dec 2005 03:00:00 +0000</pubDate><guid>https://larrywright.me/post/the-power-of-lists/</guid><description>One of the things that impacted me the most about GTD is lists. It&amp;rsquo;s such a ridiculously simple concept, but it&amp;rsquo;s incredibly powerful. I was reminded of this recently when I saw an article at Boxes and Arrows called Check It Twice: The B&amp;amp;A Staff Reveals the Way They Make Lists. It isn&amp;rsquo;t about GTD at all really, but it&amp;rsquo;s useful nonetheless. It includes things like &amp;ldquo;Holiday cookies&amp;rdquo;, &amp;ldquo;Refrigerator lists&amp;rdquo;, and even included a bit about Backpack, but the one that I found most interesting was called Mantras:</description></item><item><title>Micro-business Links</title><link>https://larrywright.me/post/micro-business-links/</link><pubDate>Sat, 03 Dec 2005 00:00:00 +0000</pubDate><guid>https://larrywright.me/post/micro-business-links/</guid><description>A couple of micro-venture links from the last couple of days:
Mark Cuban on Success &amp;amp; Motivation
Mark Cuban, whose writing style I really enjoy, posts a collection of the articles he&amp;rsquo;s written over the last few years on how he got to where he is today.
Life Beyond Code - 10 Questions to ask yourself when you are small
Rajesh Setty does a reality check for startups.
I found both of these via microISV, which is a great resource for people interested in that sort of thing.</description></item><item><title>Just Do It</title><link>https://larrywright.me/post/just-do-it/</link><pubDate>Wed, 30 Nov 2005 04:00:00 +0000</pubDate><guid>https://larrywright.me/post/just-do-it/</guid><description>Steve Pavlina has updated one of his older articles into a new one titled Do it Now, in which he describes the method he used to graduate college in three semesters with a 3.9 GPA. From the article:
In order to accomplish this goal, I determined I&amp;rsquo;d have to take 30-40 units per semester, when the average student took 12-15 units. It became immediately obvious that I&amp;rsquo;d have to manage my time extremely well if I wanted to pull this off.</description></item><item><title>John Vlissides</title><link>https://larrywright.me/post/john-vlissides/</link><pubDate>Tue, 29 Nov 2005 02:00:00 +0000</pubDate><guid>https://larrywright.me/post/john-vlissides/</guid><description>Via Martin Fowler, I learned that John Vlissides died after a long battle with cancer. John was one of the Gang of Four who wrote the definitive book on design patterns.
His page on c2 has been turned into a sort of memorial wiki page by the people who had met him. Aside from the book, he has had a significant impact on a number of people. I do wish I had gotten to meet him.</description></item><item><title>Dating Rules for Software</title><link>https://larrywright.me/post/dating-rules-for-software/</link><pubDate>Sun, 20 Nov 2005 21:00:00 +0000</pubDate><guid>https://larrywright.me/post/dating-rules-for-software/</guid><description>Over at the Creating Passionate Users blog (which has more useful information on it than any other blog I can think of), there&amp;rsquo;s an excellent post called If your software was on a date which lays some ground rules for your applications:
How would your software (or product, service, book, cause, etc.) behave on a date? Perhaps the best model for software developers is the singles scene, so let&amp;rsquo;s see how this time-tested dating advice for men might be applied to software:</description></item><item><title>Book Review - Ship It!</title><link>https://larrywright.me/post/book-review-ship-it/</link><pubDate>Fri, 18 Nov 2005 21:00:00 +0000</pubDate><guid>https://larrywright.me/post/book-review-ship-it/</guid><description>Ship It! By Jared Richardson and William Gwaltney Jr.
Introduction Ship It! is a book about basics. It&amp;rsquo;s an education in the fundamental practices that are needed to develop software successfully. This is the stuff they don&amp;rsquo;t teach you in college. Ship It doesn&amp;rsquo;t espouse a particular methodology (such as Scrum or XP). Rather, it is a set of practices. The advantage of this is that you don&amp;rsquo;t have to adopt everything in an all-or-nothing fashin.</description></item><item><title>PostgreSQL Tools</title><link>https://larrywright.me/post/postgresql-tools/</link><pubDate>Tue, 08 Nov 2005 02:00:00 +0000</pubDate><guid>https://larrywright.me/post/postgresql-tools/</guid><description>A collection of tools that support PostgreSQL, courtesy of a commenter in this Slashdot post (both commercial and non represented here).
pgAdminIII Side note on this one - there&amp;rsquo;s a beta of the new version out, the UI is quite improved.
DBvisualizer
EMS Postgresql Manager
PHPpgadmin
Sybase Power Designer
ERWIN data modeller
CASE Studio 2</description></item><item><title>Links for 11/7</title><link>https://larrywright.me/post/links-for-11-7/</link><pubDate>Mon, 07 Nov 2005 12:00:00 +0000</pubDate><guid>https://larrywright.me/post/links-for-11-7/</guid><description>Creating a header background Good information for the design challenged (like me).
Tag database schemas A good look at a variety of database schemas for &amp;ldquo;taggable&amp;rdquo; information.
Creating a business logo Ian Landsman walks through the process of creating a logo for your business.
Creating printable documents with Ruby Discussion of PDF::Writer, both standalone, and with Rails.</description></item><item><title>Great Languages Are Intuitive</title><link>https://larrywright.me/post/great-languages-are-intuitive/</link><pubDate>Fri, 04 Nov 2005 23:00:00 +0000</pubDate><guid>https://larrywright.me/post/great-languages-are-intuitive/</guid><description>One of the things that I love about Ruby is that it&amp;rsquo;s intuitive. If I don&amp;rsquo;t know the syntax for a particular thing, I can often just guess. More often than not, I&amp;rsquo;m right (or real close). That&amp;rsquo;s the mark of a great language. It behaves like you would expect it to behave.
Ruby==Love.</description></item><item><title>Dean Kamen on Innovation</title><link>https://larrywright.me/post/dean-kamen-on-innovation/</link><pubDate>Mon, 24 Oct 2005 02:00:00 +0000</pubDate><guid>https://larrywright.me/post/dean-kamen-on-innovation/</guid><description>There&amp;rsquo;s an interview in the latest Make magazine with Dean Kamen, inventor of the Segway and many other cool things. It&amp;rsquo;s a good interview, and definitely worth your time to read it. One thing that stuck out was this quote on designing things: &amp;ldquo;I do very little research as to what the product should be &amp;hellip; if you do &amp;ldquo;product research&amp;rdquo;, the product that you end up with will be similar to what already exists&amp;rdquo;.</description></item><item><title>Finding Inspiration</title><link>https://larrywright.me/post/finding-inspiration/</link><pubDate>Sun, 09 Oct 2005 19:00:00 +0000</pubDate><guid>https://larrywright.me/post/finding-inspiration/</guid><description>As I meander through the internet, I often find sites that inspire the wannabe designer in me. I&amp;rsquo;ve started collecting them, so that when it comes time to develop applications, I have a collection to go to for inspiration. In the event that I&amp;rsquo;m working with a designer, it gives me something to send them and say &amp;ldquo;I like stuff like this&amp;rdquo;.
Here are a few recent favorites:
LukeW Portfolio</description></item><item><title>Wil Shipley on Unit Testing (and Why He's Wrong)</title><link>https://larrywright.me/post/wil-shipley-on-unit-testing-and-why-he-s-wrong/</link><pubDate>Sat, 24 Sep 2005 03:00:00 +0000</pubDate><guid>https://larrywright.me/post/wil-shipley-on-unit-testing-and-why-he-s-wrong/</guid><description>Wil Shipley is the author of several well known Mac applications, notably OmniGraffle and Delicious Library , and has a well-read blog. In a post here he asserts that &amp;ldquo;Unit testing is teh suck&amp;rdquo;.
Although Wil is a bright guy and very likely a better programmer than I will ever be, this is completely out of touch with reality. I suspect anyone that has done TDD, or even used a unit testing tool would agree with me.</description></item><item><title>Don't Make Me Think - Second Edition</title><link>https://larrywright.me/post/don-t-make-me-think-second-edition/</link><pubDate>Sat, 17 Sep 2005 23:00:00 +0000</pubDate><guid>https://larrywright.me/post/don-t-make-me-think-second-edition/</guid><description>Steve Krug&amp;rsquo;s classic book Don&amp;rsquo;t Make Me Think has been released in a second edition. This book helped me understand web design and usability better than any other.
via</description></item><item><title>Basecamp Talk on ITConversations</title><link>https://larrywright.me/post/basecamp-talk-on-itconversations/</link><pubDate>Wed, 14 Sep 2005 11:00:00 +0000</pubDate><guid>https://larrywright.me/post/basecamp-talk-on-itconversations/</guid><description>Jason Fried&amp;rsquo;s talk from O&amp;rsquo;Reilly&amp;rsquo;s Emerging Technology Conference is up on IT Converstaions I&amp;rsquo;m only about halfway through, but it&amp;rsquo;s great so far. I&amp;rsquo;ve not seen Jason speak in person(Jason &amp;amp; Co, PLEASE schedule another Building of Basecamp in Chicago!), but I&amp;rsquo;ve heard several talks of his online, and they&amp;rsquo;ve all been great. This is no different.</description></item><item><title>Moving From Doing to Managing</title><link>https://larrywright.me/post/moving-from-doing-to-managing/</link><pubDate>Sat, 10 Sep 2005 19:00:00 +0000</pubDate><guid>https://larrywright.me/post/moving-from-doing-to-managing/</guid><description>5 years ago, I went from being a &amp;ldquo;doer&amp;rdquo; (ie, a programmer), to being a manager. This was not an easy transition. I suspect some people find this transition easier than others, but I think most everyone who makes the leap struggles in some way. If you&amp;rsquo;ve recently (or maybe not so recently) made this move, you may find an article by Dave Gray helpful. It&amp;rsquo;s entitled &amp;ldquo;The craftsman-to-manager paradox&amp;rdquo;. Dave defines the paradox as this:</description></item><item><title>KEXP</title><link>https://larrywright.me/post/kexp/</link><pubDate>Thu, 01 Sep 2005 19:00:00 +0000</pubDate><guid>https://larrywright.me/post/kexp/</guid><description>KEXP is an amazing radio station out of Seattle, that simulcasts online. They don&amp;rsquo;t play much in the way of mainstream stuff, but if your tastes run more towards the eclectic/alternative, you&amp;rsquo;ll enjoy it. They also have an impressive collection of live performances, and now even have a podcast that highlights artists you may not have heard of.
Check it out, you won&amp;rsquo;t regret it.</description></item><item><title>More on FireFox Tuning</title><link>https://larrywright.me/post/more-on-firefox-tuning/</link><pubDate>Tue, 30 Aug 2005 01:00:00 +0000</pubDate><guid>https://larrywright.me/post/more-on-firefox-tuning/</guid><description>After my last Firefox post, I found an application that alleges to tune Firefox automatically. It&amp;rsquo;s free, but appears to be Windows only.
via</description></item><item><title>Robert Scoble Is Not Right in the Head</title><link>https://larrywright.me/post/robert-scoble-is-not-right-in-the-head/</link><pubDate>Sun, 28 Aug 2005 21:00:00 +0000</pubDate><guid>https://larrywright.me/post/robert-scoble-is-not-right-in-the-head/</guid><description>In this post Robert asserts (as he has before), that &amp;ldquo;the thick client is coming back&amp;rdquo;. I&amp;rsquo;ll agree that some apps are best as desktop applications, but that list is dwindling quickly. Maybe you haven&amp;rsquo;t seen this, or this
Robert, you&amp;rsquo;re starting to sound a little like these guys.</description></item><item><title>Speed Up Firefox</title><link>https://larrywright.me/post/speed-up-firefox/</link><pubDate>Sun, 28 Aug 2005 11:00:00 +0000</pubDate><guid>https://larrywright.me/post/speed-up-firefox/</guid><description>Firefox has seemed sluggish on my Ubuntu installation, which I attributed to my aging 1.1Ghz PIII, and rather limited memory (512MB). In a fit of frustration, I googled for &amp;ldquo;speed up Firefox&amp;rdquo; and came up with some good tweaks to the config that made a huge difference. If you are a Firefox user, you owe it to yourself to check this out.
Link 1 - This is a good start, and if you do nothing else, make these changes.</description></item><item><title>Links for 8/27</title><link>https://larrywright.me/post/links-for-8-27/</link><pubDate>Sun, 28 Aug 2005 02:00:00 +0000</pubDate><guid>https://larrywright.me/post/links-for-8-27/</guid><description>MySQL Cheat Sheet - Commonly used MySQL commands, all in one convenient HTML page.
Explaining TDD to a non-techie
Great way to explain Test Driven Development. Programming Language Inventor or Serial Killer? - I&amp;rsquo;m really surprised (or perhaps frightened) at how wrong I was on this quiz.
Why&amp;rsquo;s (Poignant) Guide to Ruby - Yeah, this is an oldie, but a goodie. This is chapter 3, the best (and funniest) introduction I&amp;rsquo;ve seen to the Ruby programming language yet.</description></item><item><title>MS Security Response</title><link>https://larrywright.me/post/ms-security-response/</link><pubDate>Sat, 27 Aug 2005 00:00:00 +0000</pubDate><guid>https://larrywright.me/post/ms-security-response/</guid><description>I&amp;rsquo;m not a huge fan of MS, but there&amp;rsquo;s a fascinating article at eWeek on how Microsoft responds to threats (particularly this last worm).
It&amp;rsquo;s an interesting insight into how good MS has gotten at responding to this stuff.</description></item><item><title>Color for Coders</title><link>https://larrywright.me/post/color-for-coders/</link><pubDate>Sat, 20 Aug 2005 23:00:00 +0000</pubDate><guid>https://larrywright.me/post/color-for-coders/</guid><description>If you&amp;rsquo;re design challenged (like me), you need all the help you can get. I stumbled upon a good article that explains color theory, with links to sites that implement various kinds of color schemes (complementary, monochromatic, etc).
link</description></item><item><title>Python vs Ruby</title><link>https://larrywright.me/post/python-vs-ruby/</link><pubDate>Thu, 18 Aug 2005 01:00:00 +0000</pubDate><guid>https://larrywright.me/post/python-vs-ruby/</guid><description>Ian Bicking (a python developer I have a great deal of respect for) has a good comparison of Python and Ruby, focusing on the things that are unique to dynamic languages.
link</description></item><item><title>Django vs Rails</title><link>https://larrywright.me/post/django-vs-rails/</link><pubDate>Tue, 16 Aug 2005 11:00:00 +0000</pubDate><guid>https://larrywright.me/post/django-vs-rails/</guid><description>There&amp;rsquo;s a relatively in-depth comparison of the Django framework to Rails over at Sam Newman&amp;rsquo;s site. It appears to be a relatively fair comparison.
It&amp;rsquo;s interesting that both frameworks were extracted from large development projects in roughly the same time period, although Rails has been publicly available for longer, and has more mindshare at the moment.
I&amp;rsquo;m happy with Rails, but I wonder whether I would have bothered with it if Django had been available when I started looking at Rails.</description></item><item><title>World's Hardest to Debug Programming Language</title><link>https://larrywright.me/post/world-s-hardest-to-debug-programming-language/</link><pubDate>Fri, 12 Aug 2005 01:00:00 +0000</pubDate><guid>https://larrywright.me/post/world-s-hardest-to-debug-programming-language/</guid><description>Someone wrote a programming language consisting entirely of whitespace (you knew it would happen eventually). Now maybe people will stop making fun of Python.
via</description></item><item><title>Passion Reviews</title><link>https://larrywright.me/post/passion-reviews/</link><pubDate>Thu, 11 Aug 2005 12:00:00 +0000</pubDate><guid>https://larrywright.me/post/passion-reviews/</guid><description>Kathy Sierra, who runs the excellent Creating Passionate Users blog, is doing a series of &amp;ldquo;passion reviews&amp;rdquo;. She&amp;rsquo;s started with http://www.37signals.com Signals. Interesting article, but I suspect if the Signals get any more positive PR, they&amp;rsquo;re heads may explode.
via Ted Leung</description></item><item><title>Links for 8/10</title><link>https://larrywright.me/post/links-for-8-10/</link><pubDate>Thu, 11 Aug 2005 01:00:00 +0000</pubDate><guid>https://larrywright.me/post/links-for-8-10/</guid><description>Martin Fowler has a great introduction to Rake. If you&amp;rsquo;re not familiar, Rake is similar to Ant, but instead of build files written in XML, they&amp;rsquo;re written in Ruby. If you&amp;rsquo;ve ever written a complicated Ant script, you know how verbose and complicated they can be. Rake is the answer to your prayers.
Novell has put OpenSUSE 10 into beta.
Google Sightseeing is a cool collection of images from Google Maps.</description></item><item><title>Links for 8/6</title><link>https://larrywright.me/post/links-for-8-6/</link><pubDate>Sat, 06 Aug 2005 06:00:00 +0000</pubDate><guid>https://larrywright.me/post/links-for-8-6/</guid><description>A collection of links from the last week or so:
Linux Command Line Tips A web site of Object Oriented Tips A very lengthy explanation of the f/stop A good collection of XHTML templates</description></item><item><title>Seth Godin on Small Companies</title><link>https://larrywright.me/post/seth-godin-on-small-companies/</link><pubDate>Fri, 10 Jun 2005 02:00:00 +0000</pubDate><guid>https://larrywright.me/post/seth-godin-on-small-companies/</guid><description>Seth Godin has a brilliant piece on the advantages of small companies. It seems to me that the greatest innovation in technology (particularly software) is being done by micro-companies. These are companies like 37 Signals(5 people), Robot Co-Op(7 people), and Delicious Monster(7 people).
I think that larger companies tend to be very good at stifling creativity. There are notable exceptions (Google comes to mind), but by and large this rule seems to hold.</description></item><item><title>Endless Tinkering</title><link>https://larrywright.me/post/endless-tinkering/</link><pubDate>Wed, 01 Jun 2005 01:00:00 +0000</pubDate><guid>https://larrywright.me/post/endless-tinkering/</guid><description>I&amp;rsquo;m a big fan of GTD. A lot of people ramble on about &amp;ldquo;so-and-so changed my life&amp;rdquo;, but in this case it&amp;rsquo;s true. I had never been organized a day in my life until I discovered David Allen and his system. I&amp;rsquo;m not saying I&amp;rsquo;m some sort of uber-organized person, but I&amp;rsquo;m 1000% better than I was.
There is a big community that has built up around GTD that spends a lot of time swapping tips on how best to implement the system.</description></item><item><title>Exporting a Database Schema in MySQL</title><link>https://larrywright.me/post/exporting-a-database-schema-in-mysql/</link><pubDate>Mon, 30 May 2005 21:00:00 +0000</pubDate><guid>https://larrywright.me/post/exporting-a-database-schema-in-mysql/</guid><description>File this under &amp;ldquo;Useful things to remember&amp;rdquo;.
The following bit of command line magic will export the schema of your database. mysqldump &amp;ndash;no-data &amp;ndash;tables -u YOUR_USER_NAME -p DATABASE_YOU_WANT_SCRIPTED &amp;gt;&amp;gt; FILENAME.sql An example looks like this:
mysqldump &amp;ndash;no-data &amp;ndash;tables -u larry -p contacts &amp;gt;&amp;gt; contacts.sql
If you want the data as well, omit the &amp;ldquo;&amp;ndash;no-data&amp;rdquo; portion.</description></item><item><title>How to Use Eclipse as a Ruby on Rails IDE</title><link>https://larrywright.me/post/how-to-use-eclipse-as-a-ruby-on-rails-ide/</link><pubDate>Sun, 29 May 2005 02:00:00 +0000</pubDate><guid>https://larrywright.me/post/how-to-use-eclipse-as-a-ruby-on-rails-ide/</guid><description>Update 11/23/2005: Months later, this is still apparently a popular topic, as it&amp;rsquo;s one of the most viewed posts here. Time has passed though, and there&amp;rsquo;s a better option: RadRails. It&amp;rsquo;s built on Eclipse, but includes Rails-specific tooling, which the configuration discussed below does not. It&amp;rsquo;s well worth your time to check out.
In this short tutorial, I'm going to walk you through setting up a code editing environment for Ruby on Rails using the Eclipse IDE.</description></item><item><title>Automatically Deploy Your Rails App to a Test Server</title><link>https://larrywright.me/post/automatically-deploy-your-rails-app-to-a-test-server/</link><pubDate>Sun, 22 May 2005 17:00:00 +0000</pubDate><guid>https://larrywright.me/post/automatically-deploy-your-rails-app-to-a-test-server/</guid><description>Mike Clark has a great script to automatically deploy your Ruby on Rails application to a test server whenever someone commits a change to the subversion repository.
I&amp;rsquo;m just starting to use svn for my projects, I&amp;rsquo;m going to have to try this out.
You can read the article yourself here.</description></item><item><title>Web Design and Development Links</title><link>https://larrywright.me/post/link-a-licious/</link><pubDate>Sat, 21 May 2005 14:00:00 +0000</pubDate><guid>https://larrywright.me/post/link-a-licious/</guid><description>Here&amp;rsquo;s a collection of links useful to web developers and designers: Stuck Domains A website that lets you search for domains that have recently expired, by keyword. 196 Stylesheet Resources The title says it all. Lots of good CSS stuff here Design tips for non-designers A good set of tips here, particularly for those of us who aren't blessed with the gift of design sense. There's an awful lot of good stuff on YourTotalSite in general.</description></item><item><title>Backpack API</title><link>https://larrywright.me/post/backpack-api/</link><pubDate>Wed, 18 May 2005 03:00:00 +0000</pubDate><guid>https://larrywright.me/post/backpack-api/</guid><description>The Backpack web service has been available for a few short hours, and already O&amp;rsquo;Reilly has started using it on their Radar Blog. They&amp;rsquo;ve devised a nifty way of tying together content on their public backpack pages, with the Amazon API in order to produce their books page. This reminds me a lot of shell scripting on a *nix system, tying together applications to build something new.
Very cool stuff.</description></item><item><title>Great Presentation on Ruby on Rails</title><link>https://larrywright.me/post/great-presentation-on-ruby-on-rails/</link><pubDate>Fri, 13 May 2005 02:00:00 +0000</pubDate><guid>https://larrywright.me/post/great-presentation-on-ruby-on-rails/</guid><description>Obie Fernandez of ThoughtWorks put together a great presentation on Ruby on Rails for the Agile Atlanta group. It does a good job of covering all of the things that make Rails great.
See for yourself here.
(via Curt Hibbs post to the rails mailing list)</description></item></channel></rss>