May 30, 2008

071-080

However many programs you write, it's not for you unless you test them.
Although you believe you know a word, you may learn something new if you look it up in the Wikipedia.
Some programmers lack common sense and write a lot of magic numbers.
In order to stay healthy, you should sleep well and enjoy your life.
If you work in a venture company for a while you have an opportunity to look at your life from a different point of view.
It is not until you go abroad that you realize how wide the world is.
It is a pity that many Japanese programmers mistakenly believe that they have only to speak English to be internationally-minded.
It is surprising that many programmers don't care how beautiful codes you write as long as they can run.
The best things you can write beautiful codes are to refactor them.
It is said that three out of ten programmers don't do unit tests.

May 29, 2008

061-070

Professional combat sports is far more exciting at a ring side than on TV.
The fee of this web site is about twice as expensive in Japan as in the U.S.
Just because young people today read less than they used to, it doesn't always follow that they are less eager to learn.
Frankly speaking, the source code of Linux I read yesterday were far more difficult than I had expected.
A lot of people write blogs, but very few of them continue to update.
A lot of users complain that the software is difficult to use.
In some companies programmer have too much task, while in others they are free.
Don't forget to turn off the PC before you leave your desk.
There is a saying that a spaghetti program can cause bags. Take care not to write it.
On facebook, you can exchange thoughts and ideas with people all over the world, regardless of their age, sex, or nationality.

May 28, 2008

041-050

Tom has a nice keybord, and he never lets anyone else play them.
At first I thought Tom was boasting, but later I realized it was truth.
Last Sunday I tried making a Java application for the first time, and it was difficult.
Some programmer say that they don't like summer because it is so hot that they don't feel like writing any codes. However, I like the heat of summer because I can program in the pool.
James came to Japan eight years ago not only because of sightseeing, but also because he wanted to a programming seminar.
I am against water-fall process. That is because it would cost many time to review.
The graph shows that in Japan the programmers rate has been decreasing. This decrease is partly because the work of programmers is very hard.
I apologized to Ann for writing spaghetti code, but she didn't forgive me.
During the work, my PC bean to beep, and the boss severely scolded me. I regretted that I continued pushing the shift key.
It's so busy developing the application every day that I have no time to read o'reilly books.

May 26, 2008

051-060

This code is too difficult for me to understand alone.
While traveling in Oita, I was disappointed that wherever I went, there was no people.
I was very happy when I saw my wife going to shopping wearing the dress I had bought her.
If you expect that programmers only face to PC, then this proves that you don't understand what programmers are.
Most Japanese system engineers spend most of their time working to live.
Many programmers usually express their feelings in IRC.
Whether a programmer is good or bad depends not only on how many books he has and how good they are. It also depends on how intelligent he is.
The increase in the amount of bugs in the program is closely connected with programmer's motivation.
The more modern civilization advances, the longer we are forced to stay up at night and the less sleep we get.
Programmers and authors are alike in that both of them write something.

May 25, 2008

031-040

I don't finish making the web application I've made for a week, so now I have no time.
If you had used this library, you would probably have finished in one day.
My wife says that we should go to the bank because if we don't go, we might run short of money.
I wish I could have a lot of money. However, if this wish came true, I would become to a sloth.
My wife looks happy. Something good must have happened to her.
If you have been to Kumamoto Castle, you must have been impressed by the beautiful stone wall.
Without the Internet, the history of the 21th century would have been completely different.
Some programmers coming to the office act as if they are at home.
When I was an employee, I often wished my salary were a little more.
I'd like to work as a volunteer helping beginner of personal computers.

May 24, 2008

021-030

It has been over 5 years since I began programming, but I have many things to learn.
When I went to bed yesterday night, I couldn't find my pillow.
I'm wearing glasses now, but I can't make out what the program says.
Less than thirty minutes after I start debugging, I start to feel tired.
Humans learn to express what they think by the age of five or six.
Thanks to the program you wrote me the other day, I managed to build up this software.
This program had changed a lot, so when I saw it at a debug phase, I didn't recognize it.
Last week I took two days off, but went on a trip nowhere.
When I visited my collage for the first time in five years, I found that it was what it used to be.
I stayed up till eleven last night giving my daughter milk, so I feel very sleepy.

May 23, 2008

011-020

It never occurred to me that my code might bring about a serious bug.
"Tom, the server is ready." "OK, Jim. I'm coming."
I'll tell you when I find bugs.
If you take the bus to the data center from here, you have to change two times.
I've decided to become a programmer when I graduate from college.
This code doesn't work. Something seems to be wrong with it.
The best thing about working with an Italian programmer was that he made spaghetti for me.
I lived in Oita for four years when I was in my teens because my father was transferred there.
Ruby on Rails is widely used, so Ruby has been getting a lot of visibility over the last few years.
I've often heard Tom boast that he is very good at programming, but I've never actually seen him program.

May 22, 2008

001-010

It would be dangerous to drink seven cups of coffee and write program.
It is very dangerous to release a software before the test case turns green.
It is really pleasant to program early in the morning, listening to Mozart.
Most Japanese programmer don't go to a programming school to prepare for company entrance exams.
When waiting for the build process to finish, most Programmer become irritated in only one minute.
An elderly programmer sitting next to me at office asked me where i was going.
A programmer told us that we should use Wiki to share knowledge because paper was inconvenient.
Everyone should be free to decide which programming language to use.
It is impossible to predict where and when there will be a serious bug.
My colleague insisted that everything would be all right, but I couldn't help feeling worried.

May 21, 2008

Google Docs Offline

I have just found it!
Google Docs can be used offline.
It uses Google Gears.

May 20, 2008

Japanese Facebook

Facebook Japanese Edition was released.
I wonder if it gets many users.
There are not less people who don't like to use real name on web.

May 19, 2008

Many Things To Do

I have many things to do.
I want to study English for recreation.
I feel good while studying and programing.

May 18, 2008

Rails2.0 Migration File

The format of Rails2.0 migration file from Rails 1.2.
An example of Rails2.0:

def self.up
create_table :user do |t|
t.string :name, :address
t.timestamps
end
end

"created_at" and "updated_at" are automatically made when "timestamps" is written.

May 17, 2008

DIV to SPAN

environment.rb

ActionView::Base.field_error_proc = Proc.new { |html_tag, instance| "<span class=\"fieldWithErrors\">#{html_tag}</span>" }

May 16, 2008

Rails 1.2 or 2.0 ?

Which version should I use, Rails 1.2 or 2.0?
I want to try 2.0.
But some plugins can't be use and there are few documents.

May 15, 2008

Google in Japan

Most Japanese people use Yahoo! when they search something.
There are many people who don't know Google.

May 14, 2008

Reduce Functions

I make a web site.
At first, I had added functions.
But I realize it is more important to reduce functions.
I make a simple web site.

May 13, 2008

Change the World

If you change, the world changes.

May 12, 2008

Moonlight

Moonlight is Silverlight for Linux.
Moonlight has a feature that Silverlight doesn't have.
It work out of browsers.
I'm looking forward to its release.

May 11, 2008

PRIDE

I prise my pride.

May 10, 2008

Shinichi Hoshi

Shinichi Hoshi - Wikipedia, the free encyclopedia
Shinichi Hoshi was a Japanese novelist and science fiction writer. He is best known for his "short-short" science-fiction stories, often no more than three or four pages, of which he wrote over 1000.
His stories are very fun.
I recommend them.

May 9, 2008

The Matrix

I want to watch "The Matrix".
Is it fun?

May 7, 2008

Give up. You can't win.

Our cat stole my favorite pen.
So I threatened him.
"Give up. You can't win."

May 6, 2008

1 + 1 = 3

Ruby.
Classes are open.
class Fixnum
def + x
- (- self - x - 1)
end
end

p 1 + 1

C#...

static class Program
{
static void Main(string[] args)
{
Console.WriteLine("1 + 1 = {0}", 1 + 1);
Console.ReadLine();
}
}

public class Console
{
public static void WriteLine(string format, object arg0)
{
if (arg0 is int)
{
arg0 = (int)arg0 + 1;
}

System.Console.WriteLine(format, arg0);
}

public static string ReadLine()
{
return System.Console.ReadLine();
}
}

May 5, 2008

Action Log

I began to log my daily action.
It's useful for reducing wasting time.

May 4, 2008

May 3, 2008

Library

I went to the library.
There were many books to read.
I want to be a fast-reader.

May 2, 2008

Coaching

I'm interested in coaching.
I want to experience coaching.
And I want to read books about coaching.

May 1, 2008

iPod touch Jailbreak

Firmware is 1.1.4.
I used ZIPhone.
It's very easy.
My iPod touch became more useful.