password
How long does it take for a new password to become second nature for you? It’s about a month for me.
How long does it take for a new password to become second nature for you? It’s about a month for me.
Maybe I’m the only one with this problem but I thought I’d share if there are others.
I have a few email addresses that are all forwarded to my gmail address. I have a blog that produces a lot of email with a fair amount of it being bcc-ed to the blog email address. I want to filter all emails to that address to be filtered into their own folder. It took me a while to figure out how to do it, but here it is. It’s definitely a bit of a work-around, but it can be done.
So for this example, I have these email addresses:
gmailaddress@gmail.com
otheremailaddress@somethingerother.com (currently forwards to gmailaddress)
secondarygmailaddress@gmail.com (secret gmail account currently not used)
We want everything that goes to otheremailaddress@somethingerother.com to be filtered whether it’s bcc-ed or not.
Here’s what you do:
If you want it to filter only bcc-ed email (but not email to the address or cc-ed to it), change the last bit to “deliveredto:gmailaddress+something@gmail.com -to:otheremailaddress@somethingerother.com -cc:otheremailaddress@somethingerother.com” (without the quotes).
Don’t use secondarygmailaddress for anything else. If you have mail sent there, you’ll start getting those in your filtered mailbox, too.
I didn’t find how to do this online so I thought I’d put up instructions once I figured out how.
I had a friend who has a Mac that he wanted to use as a file server on his local network, which has multiple macs and Windows computer. The server Mac has multiple hard drives. Drag-and-drop and saving directly to any of those hard drives was important.
He’s got a (powerpc) Mac running OS X, 10.4.6 with 3 or 4 hard drives in it. Let’s say they are named MainDrive, Backup_001, Backup_002 and Backup_003 and the username that he logs into the server with is ServerUser.
So to map the main disk from windows, it’s not a problem. Steps as follows:
1) On the Mac: share stuff (windows sharing) in control panel->sharing. Note the IP address it gives you here (or find it elsewhere). In this case it
was 192.168.0.3 (use the one that shows up on your machine)
2) On windows: go to windows->explorer->map network drive
3) drive name: (whatever you want)
location:
\\192.168.0.3\ServerUser
(the admin user for the “server” mac is ServerUser, change this as necessary)
4) click “log in as different user”
user:ServerUser
pass: [whatever]
The other disks, you need to do something tricky and make links from the main drive to your separate drives. These are called symbolic links or symlinks.
A) open Terminal (applications->utilities->Terminal)
B) type ‘ls’ and enter. make sure you’re in your home directory
(should look like the same folders when you click on your home directory in Finder)
C) type the following line
ln -s ../../Volumes/[drive name]/ [drive name]
for instance
ln -s ../../Volumes/Backup_001/ Backup_001
D) repeat C for each remaining drive on the Mac (Backup_002 and Backup_003 in this case)
[Note, if you've done the above, 1-4 and A-D you should now be able to click on the networked drive on the PC and see the secondary drives within that. If this is good enough, stop here. My friend wanted to map each drive separately, which requires a little bit more.]
Then go to the windows machine and repeat steps 1-4 above except for step 3 type for the location:
\\192.168.0.3\[username]\[drivename]
for instance:
\\192.168.0.3\ServerUser\Backup_001
Repeat as necessary for all of your backup drives.
Now each drive will be mapped to the windows machine separately and drag-and-drop and saving directly to those drives should be possible.
When one or the other machine is rebooted, the windows machine might show a red ‘X’ by that network drive. Once both are on again, you should be able to simply double-click the drive and opening it should reconnect the drive.
Notice anything new about the page?
Look to the right over there…
After Randy’s comment on my post about being inspired to keep track of some life stats for 2007, I was further inspired to put up some of the stats in more or less real time. So there they are. Are there any other stats you want to see? The full list of stats that I’m tracking:
Originally I was going to do this literally updating every time you loaded the page, but that made the page really slowly (even slower than it loads already), so I decided to write up a caching system where it only loads the new data every six hours. I might adjust this if it makes sense to.
The script checks to see if the cache is older than 6 hours old and if so pulls some data from a google spreadsheet. Otherwise, it writes the old data into the html that you see on the right. I’ll probably write up a full post or a instructable of how I did all this sometime when I have more time.
I’m going Web2.0 all over this place!@
a conversation between an engineer and an alumnus of KZSU while having a problem printing from a laptop:
alumnus: why won’t this work?
engineer: it’s be simple on a mac
alumnus: but 2/3 of the world uses windows
engineer: 2/3 of the world also shits in bushes and eats bugs
that’s one argument for macs, yes.
The other day, I was thinking it’d be cool to have sms alerts sent to my phone whenever the score changes in the Steelers game. I noticed that the NFL scores page has some peculiarities in their structure that would make it somewhat easy to pick out the scores.
There are people who you can pay to do this. (Or, I discovered today, there are sort of sketchy places that will do it for “free.”) But let’s say you don’t want to pay. And let’s say that you, like me:
So I wrote a perl script to do it (with some help from jesse and a lot of help from andyl). I’ve put it online here. Grab it if you want it. I ran it with a cron job which checked the score every two minutes during today’s Atlanta-New Orleans game:
[insert crappy picture of sms]

What you’ll need to do to make it work:
It emails you the team names, their scores and the time (2nd Qtr, 2:54, for example).
It worked very nearly flawless during tonight’s game. I made one change so that when the game ends it’ll sms you the score and say it’s “Final” as well as smsing all the score changes. It does send one unnecessary sms when things are resetting the first time the cron job runs. You could probably figure out how to make it not do that.
I’m just putting this code out there. Use it if you like. I’m not really in a position to offer any warranties or support on it. I’m putting this out there under the Creative Commons Attribution-Noncommercial-Share Alike 2.5 License.
Pittsburgh friends, I can add you to my script if you want to get Steelers alerts too. Just let me know.
So I saw George Lucas before, but this really takes the cake for celebrity sightings.
I was just finishing up my Wednesday night bowls at the Palo Alto Lawn Bowls Club and who walks in but Steve Jobs. He sat and talked with another guy while watching the bowl for about 25 minutes and then got up and left. He pretty much kept to himself but talked to a couple members when they approached him.
The crappiest picture ever of him leaving (he’s the one in black):

My new bedside companion:


Specs: 2.0GHz Macbook 13″ with 2GB RAM, 120 GB hard drive, DVD-r/CD-r.
I’ve been pretty slow on the posts recently, large because I’ve been busy doing stuff that is sort of not-interesting-in-the-blog-way.
So I decided I’d turn all this stuff into a post.
One time things and whatnot:
Everyday stuff:
I’m all fists for punching!
My computadora is sad (again). The CD drive is giving it problems (again). I am sad.
I think my comment posting’s a little bit broken. I’m not sure why. They post fine, but it doesn’t bring you to the updated post page with your comment.
I’ve upgraded the RAM on my virtual server. Let me know if you notice it being faster. Otherwise, I’ll probably downgrade.
This is probably only a somewhat temporary solution. I’m thinking about changing my server host entirely.
I now have a panther on my computator. Previously I had a jaguar. F9 and F10 and F11 do fun stuff now.
Powered by WordPress