Tim Robinson?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Tim Robinson?

Post by Solar »

Well, I don't know it either... 8)
Every good solution is obvious once you've found it.
Kon-Tiki

Re:Tim Robinson?

Post by Kon-Tiki »

User avatar
kataklinger
Member
Member
Posts: 381
Joined: Fri Nov 04, 2005 12:00 am
Location: Serbia

Re:Tim Robinson?

Post by kataklinger »

Our conversation is off topic in off topic part of forum, WOW. ;D

Nobady answered the question.
Where is he? What is he doing? :)
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Tim Robinson?

Post by Solar »

Kon-Tiki wrote: Now you do too :P
No I don't, as I have neither the time nor the desire to read it, so I won't comment on it.

As to Tim's whereabouts, perhaps he went actor?

Honestly. People come, people go. Tim went elsewhere. Perhaps he lost interest in development. Perhaps (I sincerely hope not) some ill fate befell him.

The last post I found of him was 2005-05-31.

If he returns, he will still be moderator of this forum, and why not? If he doesn't return, he's still moderator of this forum - and why not?
Every good solution is obvious once you've found it.
User avatar
kataklinger
Member
Member
Posts: 381
Joined: Fri Nov 04, 2005 12:00 am
Location: Serbia

Re:Tim Robinson?

Post by kataklinger »

Solar wrote: No I don't, as I have neither the time nor the desire to read it, so I won't comment on it.

As to Tim's whereabouts, perhaps he went actor?
lol! But you had time to search the internet to find that. ;D
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Tim Robinson?

Post by Solar »

kataklinger wrote: lol! But you had time to search the internet to find that. ;D
The difference being, I do my reading at home, whereas compiler runs at the office always leave time for a quick Google (or post). ;-)
Every good solution is obvious once you've found it.
User avatar
kataklinger
Member
Member
Posts: 381
Joined: Fri Nov 04, 2005 12:00 am
Location: Serbia

Re:Tim Robinson?

Post by kataklinger »

Is it a slow compiler, old computer or too much code to compile? :D
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Tim Robinson?

Post by Solar »

Sun E15k, four SPARC v9 CPUs with 466 MHz each, 16 GByte RAM. Compilers are Sun WorkShop 6 update 1 C 5.2 and GCC 3.3.2.

288091 lines of C++ source - including 55439 lines of Boost and 43727 lines of Xerxes, and 55076 lines of Perl.

Judge for yourself. ;-)
Every good solution is obvious once you've found it.
User avatar
kataklinger
Member
Member
Posts: 381
Joined: Fri Nov 04, 2005 12:00 am
Location: Serbia

Re:Tim Robinson?

Post by kataklinger »

:o

Try put all your code in comment, it compiles faster that way. ;D

Fancy machine you have, how huch does it cost?
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Re:Tim Robinson?

Post by Candy »

Solar wrote: Sun E15k, four SPARC v9 CPUs with 466 MHz each, 16 GByte RAM. Compilers are Sun WorkShop 6 update 1 C 5.2 and GCC 3.3.2.
Is that the machine you're compiling on? If so, I do hope you're using some form of parallel make?

I'm working on a dual xeon, each with HT, with a compiler that can't compile in bits and that can't use more than one cpu. How ever so pointless.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Tim Robinson?

Post by Solar »

kataklinger wrote:Fancy machine you have, how huch does it cost?
No idea, company is paying the bill. We have a couple dozens of them around. ;-)
Every good solution is obvious once you've found it.
Eero Ränik

Re:Tim Robinson?

Post by Eero Ränik »

Solar wrote: The difference being, I do my reading at home, whereas compiler runs at the office always leave time for a quick Google (or post). ;-)
How often do you do compiles and how long do they take?
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Tim Robinson?

Post by Solar »

Depends heavily on what I am doing. When doing a new functionality, there are lengthy stretches where I do coding only, and no compiles. Towards the end, when checking the code for compile-time errors, running the test drivers and doing the debugging, it's a tight edit-compile-evaluate-edit-compile cycle.

Luckily we have a good build / make system (ClearCase), so a compile is usually done in a minute or so. The test driver run, however, can take several minutes in itself. (Setting up the test data, running a full line coverage, comparing results with expected values.)
Every good solution is obvious once you've found it.
User avatar
kataklinger
Member
Member
Posts: 381
Joined: Fri Nov 04, 2005 12:00 am
Location: Serbia

Re:Tim Robinson?

Post by kataklinger »

One hundred little bugs in the code
One hundred little bugs.
Fix a bug, link the fix in,
One hundred little bugs in the code.

(repeat until no more bugs)
;D
Post Reply