Raspberry Pi Car Computer

Update: You can find my latest update on the progress of my Raspberry Pi Car Audio System here. I’m working on a Raspberry Pi as a music player in my car. I’m putting all my music on a SSD disk in lossless FLAC. I’ve already got hold of a 2x16 character LCD with six button from Adafruit that only uses two pins for communication with I2C. It’s easy to program and it has four different background colors. ...

May 17, 2013

Raspberry Pi avahi-daemon disabled because there is a unicast .local domain - solved

When setting up a Raspberry Pi with SqueezePlug, my favorite distribution for setting up a music server I always get the error message “avahi-daemon disabled because there is a unicast .local domain” because I have a lot of Apple equipment configured with Bonjour. To fix it, all you need to do is to edit /etc/default/avahi-daemon and change the line: AVAHI_DAEMON_DETECT_LOCAL=1 to AVAHI_DAEMON_DETECT_LOCAL=0 then restart the Avahi-daemon with sudo service avahi-daemon restart Problem solved.

April 6, 2013

How To Use Day One App

Uses | Day One: This is an ongoing archive of the many use cases we’ve found for ourselves and that have been reported by our users. We hope this will inspire you to think of new ways you can incorporate Day One into your workflow and daily routine. Great page of collected uses for the marvelous app Day One. I found some good ideas for writing earlier stuff than the diary I’ve kept for two and a half years. It wouldn’t exist a diary if it wasn’t for Day One. And the great thing is that it’s available on iOS and Mac with syncing through iCloud or Dropbox.

March 30, 2013

Getting rid of Open With duplicates - All this

Getting rid of Open With duplicates - All this: You right-click its icon in the Finder, choose Open With, and a submenu pops up with an absurd number of duplicate entries. When you first noticed the duplicates, it was just one or two and you didn’t want to take the time to find out how to fix it, but now you’re kind of pissed at your Mac for being so stupid. ...

March 24, 2013

Google Reader joins graveyard of dead Google products - Slate Magazine

Google Reader joins graveyard of dead Google products - Slate Magazine: It’s hard to lose a loved one, especially if that loved one is a Google service. That’s why we’re opening the gates of the Google Graveyard, a virtual space for grieving. Buried in these hallowed grounds are some of Google’s ill-fated services. Some, like Google Reader, lived long, prosperous lives, full of admiration and glory. Most, like Google Wave and Google Buzz, struggled to carve out a place in this harsh, unforgiving world where technologies continuously clash and innovation reigns king. But whether these services transformed our productivity or only polluted our inboxes, they all touched our world in some way. ...

March 23, 2013

Going Paperless With Evernote and Any Scanner On Your Mac

[caption id=“attachment_2704” align=“alignleft” width=“272”] Photo by phrawr[/caption] Going paperless Tired of drowning in stacks of papers? Want to go paperless? Here’s how I moved all my documents to the cloud and cleared up a lot of the clutter at home. I used my old trusty photo scanner, because when all the old papers are scanned and achieved, I only have to scan the new inflowing papers, not the insane stacks of paper I had previously. Scanning Workflow The easiest route is to buy an advanced duplexed document scanner like the highly regarded and award winning Fujitsu ScanSnap iX500 duplex document scanner. It comes with all the software you need and you just put in a stack of papers, receipts or business cards and away it goes. There’s also a small portable scanner called Doxie Go that looks interesting, with rechargeable batteries and a SD card slot. But I don’t have the money to buy one now so my old flatbed scanner, the Canon CanoScan 8800f, now discontinued and replaced with the better Canon CanoScan 9000F have to do at least for now. It’s not really made for scanning large amount of papers, but it does the job. I’ve made what I think is a pretty good workflow so I’ll try to describe it. Maybe you can find some nuggets here. ...

March 19, 2013

How to use interrupts with Python on the Raspberry Pi and RPi.GPIO » RasPi.TV

How to use interrupts with Python on the Raspberry Pi and RPi.GPIO » RasPi.TV: We’ve finally got interrupt capability on the Raspberry Pi for GPIO programming in Python using RPi.GPIO. Interesting! Saving this link for later experimenting. Need buttons for my Carputer Raspberry Pi. Via Scoop.it!

March 19, 2013

Battery Draining Applications on Macbook Pro

Better battery life Macbook Pro with gfxCardStatus Update: Just installed Mac OS X 10.8.4 and now it works much better. Fantastical, Growler, Hardware Grower, Scrivener and Tweetbot now works without switching cards. Later models of Macbook Pro computers comes with dual graphics card. This makes it possible to use a low performance card when not using graphics intense applications, and automatically switch to the faster, but less energy efficient card if needed. But how do you know which card is currently active? There is a great application available called gfxCardStatus that shows you when the computer switches, and even uses notifications. If your on the move and on battery power, you can force the computer to use the Integrated less power draining graphics card. If you need full speed, just select the Discrete card. The third alternative is to have it in the normal Dynamic Switching Mode. But there’s a snag when using Switching Mode. A lot of applications forces the Macbook Pro into using the Descrete high performance battery draining card, for no apparent good reason. Let’s examine that. ...

March 17, 2013

inessential.com: Why I love RSS and You Do Too

inessential.com: Why I love RSS and You Do Too: Why I love RSS and You Do Too Even if you don’t use an RSS reader, you still use RSS. If you subscribe to any podcasts, you use RSS. Flipboard and Twitter are RSS readers, even if it’s not obvious and they do other things besides. Insightful article about RSS from the venerable developer of NetNewsWire. RSS is everywhere. He’s right about the future of RSS. Google killing Google Reader will end up better for everyone.

March 16, 2013

Secure browsing on iOS (iPhone/iPad) using OpenVPN and the Raspberry Pi

Secure browsing on iOS (iPhone/iPad) using OpenVPN and the Raspberry Pi « Remi Bergsma’s blog: When I’m not at home I use my iPhone or iPad and connect to the internet using either 3G or public wifi. I want to configure my mobile device to setup an encrypted VPN tunnel and route all traffic through it, so I have a safe browsing experience. Fortunately, there now is an OpenVPN app available on iOS that allows you to do that! Please install this app using the App Store, and continue reading to set it all up. ...

March 14, 2013