Tim Robinson?
Re:Tim Robinson?
Well, I don't know it either...
Every good solution is obvious once you've found it.
- kataklinger
- Member
- Posts: 381
- Joined: Fri Nov 04, 2005 12:00 am
- Location: Serbia
Re:Tim Robinson?
Our conversation is off topic in off topic part of forum, WOW. ;D
Nobady answered the question.
Where is he? What is he doing?
Nobady answered the question.
Where is he? What is he doing?
Re:Tim Robinson?
No I don't, as I have neither the time nor the desire to read it, so I won't comment on it.Kon-Tiki wrote: Now you do too
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.
- kataklinger
- Member
- Posts: 381
- Joined: Fri Nov 04, 2005 12:00 am
- Location: Serbia
Re:Tim Robinson?
lol! But you had time to search the internet to find that. ;DSolar 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?
Re:Tim Robinson?
The difference being, I do my reading at home, whereas compiler runs at the office always leave time for a quick Google (or post).kataklinger wrote: lol! But you had time to search the internet to find that. ;D
Every good solution is obvious once you've found it.
- kataklinger
- Member
- Posts: 381
- Joined: Fri Nov 04, 2005 12:00 am
- Location: Serbia
Re:Tim Robinson?
Is it a slow compiler, old computer or too much code to compile?
Re:Tim Robinson?
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.
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.
- kataklinger
- Member
- Posts: 381
- Joined: Fri Nov 04, 2005 12:00 am
- Location: Serbia
Re:Tim Robinson?
Try put all your code in comment, it compiles faster that way. ;D
Fancy machine you have, how huch does it cost?
Re:Tim Robinson?
Is that the machine you're compiling on? If so, I do hope you're using some form of parallel make?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.
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.
Re:Tim Robinson?
No idea, company is paying the bill. We have a couple dozens of them around.kataklinger wrote:Fancy machine you have, how huch does it cost?
Every good solution is obvious once you've found it.
Re:Tim Robinson?
How often do you do compiles and how long do they take?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).
Re:Tim Robinson?
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.)
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.
- kataklinger
- Member
- Posts: 381
- Joined: Fri Nov 04, 2005 12:00 am
- Location: Serbia
Re:Tim Robinson?
;DOne 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)