[Skip to the main content] Welcome to Daigo’s Daily Digital Diorama. I blog about Baseball, Judo, Jazz, Linux, Design and on being a dad.

  • Get Firefox!

Archive for August, 2004

Word Press problem

Tuesday, August 17th, 2004

No I am in the middle of moving to Word Press from Movable Type… and I am already having problem. I installed it on the server and I thought it was all good, then all the sudden I couldn’t log in! I thought I had to re-install, but I guess it is a common problem… […]

BBEdit shortcut

Monday, August 16th, 2004

OK, I am using BBEdit 6.1.4 at work (on OS 9.1… don’t get me started…) I just figured out (thanks to Tim) how to set my keyboard interface to do the work.

What I wanted it to do
I wanted to set a key stroke: Shift-Command (Apple)-B to insert <(/?)strong> around the highlighted section of the code.
How […]

More Judo

Monday, August 16th, 2004

OK, I have officially caught Judo fever. Both Yawara-chan and Nomura wins gold. Wow, they are good. (Though it is so strange that Yawara-chan is now married and her last name is Tani not Tamura. BTW, Tani is an out fielder of Orix BlueWave, who could also win Gold in Athens with Japanese Baseball team!) […]

Olympic Highlights

Friday, August 13th, 2004

Here is what I will be keeping my eyes this Olympics:

8/14 Sat.
Women - 106 lb - 48kg:Tani (Tamura) Ryoko
(92 Barcelona Silver (she was 16), 96 atlanta Silver, 00 Sydney Gold)
Men - 132 lb - 60 kg: Nomura Tadahiro (96 Atlanta Gold, 00 Sydney Gold)
8/15 Mon.
Men - 145 lbs - 66 kg: […]

Judo: the gentle way

Friday, August 13th, 2004

Olympic starts, and this one, I will be watching Judo
When a stronger man pushes me with all his might, I will be beaten if I simply go against him. If, instead of opposing his pushing I retreat more then he pushes or turn aside the direction of his pushing, he naturally leans forward through his […]

Smarter child

Tuesday, August 10th, 2004

Cool idea. SmarterChild can be used as dictionary, calculator, feet and inches into centimeter converter, horoscopes, notes and everything. It is pretty cool. I can even use it to send me a reminder. Very cool.

Positive Thinking

Monday, August 9th, 2004

Instead of saying “I can’t do this” ask, “How can I do this?”
Instead of saying, “I’m never going to be _something_.” say “How can I be _something_”
Don’t think about things that I didn’t do, think about things that you accomplished today.
Don’t think about things that I don’t have, think about the things that I am […]

Grepping in BB Edit

Monday, August 9th, 2004

I wanted to find <img src=”images/spacer.gif” width=”Any Number” height=”Any Number” border=”0″ alt=””> (Automaticly generated FireWorks Spacer gifs) and replace it with <img src=”/http://www.url.com/images/s.gif” width=”Right Number” height=”Right Number” border=”0″ alt=”” />: so here is how to do it:
FIND: <img src=”images/spacer.gif” width=”(\d*)” height=”(\d*)” border=”0″ alt=”">
REPLACE: <img src=”images/spacer.gif” width=”\1″ height=”\2″ border=”0″ alt=”" />

Good reference is […]

Job related links

Sunday, August 8th, 2004

This used to be on my right hand column links. i’m no longer serching for a job, but thought it woudl be useful to keep them around…
job related links

AAJA
AIGA jobs
BostonWorks
Comm Arts
Dice
Monster
ESPN
RedSox
Harvard
MIT
WGBH
EDC
HotJobs
Idealist
MIMC
mlb
MPA
NEU
SND
Non-Profit Jobs
Human Service Jobs
NPT jobs

Thunderbird to use FireFox

Saturday, August 7th, 2004

This was bugging me for a while now… When I get e-mail with URL on it, my thunderbird make it a link automatically. That is nice. the problem is this, when I click on it, it opens the address in Konqueror instead of FireFox. Here is the fix posted to MozillaZine Forum by Beastux. It […]