Archive
Delete Ubuntu From A Dual Boot Vista Setup With Super Grub Disc
- You first need to download Super Grub Disc and burn the ISO image to a CD.
- Next, pop the disc in and reboot your computer.
- The Super Grub Disc screens are kind of cryptic in the sense that a lot of the choices look just like gibberish, but the important one you want for deleting Linux so you only have Vista is:
WIN => MBR & !WIN! :((((((((((((((((( - That option restores the original Vista bootloader to the Master Boot Record, forcing your computer to automatically boot into Vista next time it starts up.
- Now, reboot your computer, click “Start”, right-click “Computer”, and select “Manage”
- On the left hand side (in the menu tree), click “Disk Management”
- Find your old Linux partition, right click it, and select “Delete Volume”
- Once deleted, right click your existing Windows partition, and click “Expand Volume”
Pop In Your Headphones Late at Night and Start Working
I just finished up a 4 hour late night work blitz and feel much better about my progress on the project now than before I started. I was slowly slipping behind little by little with making the right amount of progress so I decided to just buckle down and catch myself back up. So here I am at 3:18 AM finishing up the night. I’ve really gotten hooked on listening to mellow, ambient music through my headphones as I work. Letting music play through your speakers is OK but it still leaves you vulnerable to audible distractions from the area around you. But if you instead throw on your headphones and play some mellow tunes, you’ll be distraction free and ready to kick some virtual ass. So nerdy.
Anyways, I’ve been listening to Groove Salad over at Somafm.com as I’ve been working. It’s really mellow and slow, most likely just a few beats and melodies, never anything fancy. But it’s great for keeping you focused while also not stealing your attention away, like most popular songs do whether you like it or not. I’m also downloading some ambient tracks so I don’t have to suck up whatever bandwidth I have with streaming tunes. I found a great plugin for Winamp as well that let’s you record each track of a streaming radio station on the web and save them to your computer. I did it earlier and captured about 15 of the songs I had heard on Groove Salad. Pretty Sweet. I’ll explain how to use that tool in another post. Til next time, good night.
Disabling Firefox Autocomplete in Rails Forms
autocomplete="off"
<% form_for @data do |f| %> <%= f.text_field :title, :autocomplete => "off" %> <%= f.submit "Submit" %> <% end %>
<% form_for @data do |f| %> <%= f.collection_select :data_id, Data.find(:all), :id, :value, {}, {:autocomplete => "off"} %> <%= f.submit "Submit" %> <% end %>
Get Ready to Be Nerdy Soon
Philosophy Majors For The Win!
Working Towards Sustainability With Passive Income
I’ve decided a goal of mine for 2009 should be to set up a few reliable sources of passive income. To be clear, what I mean by passive income is setting up revenue sources that basically self operate once launched. The concept is outlined in the 4 Hour Work Week, a book by Timothy Ferriss that admittedly I have only skimmed, but needless to say I grabbed some good ideas from it anyways. This concept of passive income has been brought up in many other places online though.
My personal idea of passive income is that of simple, relatively quick to build tools and solutions to a minimal set of problems. A To-Do list site is a great example. To-Do lists are easy to program, solve a pretty specific problem, and don’t require much work once launched. The ideal situation for passive income.
What could be used for passive income? Well, for my skill set, which is web design/web development/blogging (yep, this shit is a skill of mine now), there are a few different options:
Web Design
I really want to get into Wordpress themes. Wordpress is easily the most popular blogging platform and has a pretty healthy theme market surrounding it as well. I would probably submit themes to a few different theme markets as well as post them here so as to be able to keep all of the proceeds if I managed to sell them here. I wouldn’t charge much simply because I wouldn’t pay much if I need a theme.
What I think is a good option in regards to Wordpress themes is making themes for situations other than blogging. Yes, Wordpress is a blogging platform at heart. But it also can serve as an ecommerce site, a CMS, or even a news source. So I think that if you were to cater to those different niche type Wordpress uses with your premium themes, you would be able to hit a much less saturated market with your product. I have one layout in my files for a site that ended up never getting used and is only a few tweaks away from being a Wordpress theme so I’m pretty tempted to try and hack it into a theme once I have some free time.
Chris from CSS-Tricks.com has put together 3 really good Wordpress Theme Screencasts for anyone interested in customizing Wordpress themselves.
Web Development
My tool of choice currently is Ruby on Rails. I’ve finally gotten to a point where I’m comfortable enough to hack together some pretty advanced projects (As a matter of fact, I’ll be working on getting a full site done in one day tomorrow). A nice way to pick up some extra consistent cash would be to build a few relatively simple web services that make people’s lives easier. These don’t need to be massive solutions to a number of problems; in fact, I think doing so would be the opposite of passive income once the site is launched as you would have to focus on keeping everything maintained.
The goal with passive income is to work really hard in the beginning to get a product built, then launch it to the world with the most minimum amount of maintenance requirements possible in the future.
I have 3 ideas in my head right now for projects that serve a solid purpose, are needed by a pretty good amount of people, and would not require much work once built. I actually have one of the ideas half way done. I really want to try and get all 3 going. Obviously I would start with the half way done one and see if that can bring in a few bucks.
One of the ideas revolves around affiliate marketing. This is an area I’m admittedly ignorant in but seems like a pretty good source for passive income. There are some tools that exist that allow someone to pick a set of products to sell for a commission, for instance, but instead of having to manually select products, you could just type in “fishing” and the store would self populate itself. That is some great functionality and I think I have a pretty good idea of a site concept to try out. It will take some work to get fully functional, but once there it would be very minimal upkeep, maybe only a few hours a week. Perfect.
Blogging
I know I know, I’m new to this stuff. But I really like it. I’ve made it a goal to write every day (or at least every other day to be realistic) with at least some post about something I found interesting. I also want to post at least one major essay a week, like this one. Something of real value and substance. I’ve started using mind maps to organize some topics for new articles and it’s amazing. I’ll actually be writing an article about how I plan to write articles soon. I’m planning on keeping my essays focused on certain topics in regards to technology, the internet, and maybe some philosophy or religion if I feel it’s necessary. Keeping this flow of content moving forward will fill this blog up with some good info in a few months.
And while I do not expect to become so crazy successful blogger with 100,000 readers a day, I do hope to at least pick up a good amount of traffic eventually. If so, I’ll start looking into some advertising options for this blog to pick up a few extra bucks where I can. Nothing intrusive so as to not affect the reading experience, but most likely some Google Adsense as well as some other advertising networks, some affiliate links, and maybe even some blog sponsorships if anyone would be willing to buy some space.
All of this is down the line, but being able to monetize something I enjoy would be pretty cool so I hope that one day that can become an option
Why Passive Income?
I am very much a project oriented thinker. I come up with new ideas all the time, so I’m constantly bouncing around from one to the next, all the while making sure that I’m also paying the bills. Having a steady stream of passive income would allow me to focus less on making my rent and more on projects that have the potential to really turn into something big.
And that’s ultimately what I want to do. I see myself as an idea guy, someone who can think up a product and build the initial prototype and then pass it on to someone else to develop and then move on to the next project.
I would love for that to be my day job. But to get there, I am going to need to build up these passive income streams in order to smooth over any low income spots. That way I can stay completely focused on the big projects.
Plus, if I could pull in even just $0.10 from this blog, I can add “Professional Blogger” to my resume.
Sometimes Not All Traffic Is Good Traffic

I mean, I’m not one to judge people very often. But cell phone masterbating?
What the fuck does that even mean? Like masterbating to stuff on your cell phone or using your cell phone as some sort of awkward sex toy?
I will definitely think twice about borrowing someone’s cell phone in the future.
Sorry If Any Comments Were Blocked
Realizing You Are Suffering From Information Addiction
“Information is an analgesic. It not only dulls the pain involved in actually Getting Shit Done, but if you do it right, it actually feels like you’re doing something, instead of avoiding doing something.”That sums up my reason for why I check these sites everyday so obsessively. They make me feel like I’m getting something done when in reality, I’m just treading water in the pool of progress while everyone swims past me. So what steals my time and why? I spend a lot of time on Hacker News, simply because it’s a constantly updated social news site about web startups and technology and programming that actually contains intelligent discussions for each post. Sounds harmless, but I have come to read it so often throughout the day that it is interfering with the deadlines that I need to adhere to to ensure that I can maintain a way of life that is comfortable and healthy. I also sit on Reddit a lot, railsforum.com, myspace and facebook of course, and random Google searches that lead me onto weird informational journeys to places that I’ll probably never need nor even return to in my life. I’ve developed an idea in my head that I need this information. I need to keep searching and traveling the interwebs, learning about new ideas and concepts and tools. But in reality, I only need what is important for making sure I can be happy and can make people around me happy. A lot of my friends know about my random ideas that I have constantly. I call my girlfriend a few times a week telling her about my new million dollar idea. But I never do anything about them. Or at least I haven’t yet. And it’s not because I can’t. I have the knowledge and skills to do nearly all of them right now, or at least the means to find out how to do them. I’m just so obsessed with information and other people’s stories and projects that it’s impeding my own ability to succeed. And that’s just plain bad. So how do I fix this? Well, it’s basically going to come down to me breaking the habit. There’s not really a treatment for the problem that I can see. I just have to stop. So that’s what I’m going to do. I’m going to stay off of all of the social media sites I go to everyday during the week. I will only let myself go to those sites on Sundays, generally mine and everyone else’s laziest day of the week. The other six days of the week, I will only work on the projects I have in my head and on paper, write on this blog (this might entail a little bit of internet research, but I’ll keep it limited as I have a few pretty good topics in my head that I really would like to write about, and I’m really starting to like writing on this thing, so I’ll let this one slip), and keep on pushing towards making a better living for myself and the people around me. I’m going to experiment with a few different ways to keep myself organized and focused. The first I’ll start using is some sort of To-Do list system. I’ll be writing about what I find works the best in the future for sure. I owe it to everyone around me just as much as myself to start making more progress in life.
The scariest thing in the world is to look back and realize you’re in the same place you were a few months ago.