Earlier quoted context omitted.
This one stuck out for me: * Time sharing is very slow today, so I'm mostly reading technical reports while waiting three hours for compiler, editor, and loading routine. * I'm not counting this as debugging time! * (Came back in the evening.) For reference, you can compile the Linux kernel in as few as eight minutes [1]. [1] http://askubuntu.com/a/244148
By time-sharing, does he mean sharing computing time on a cluster? I work on my university's cluster and on bad days, my jobs are queued for 4 hours and then run for 20 minutes...
Keeping a debugging journal
21–29 of 29 posts
Re: Keeping a debugging journal
#22Earlier quoted context omitted.
By time-sharing, does he mean sharing computing time on a cluster? I work on my university's cluster and on bad days, my jobs are queued for 4 hours and then run for 20 minutes...
I didn't know time sharing was still a thing.
Re: Keeping a debugging journal
#23Earlier quoted context omitted.
This one stuck out for me: * Time sharing is very slow today, so I'm mostly reading technical reports while waiting three hours for compiler, editor, and loading routine. * I'm not counting this as debugging time! * (Came back in the evening.) For reference, you can compile the Linux kernel in as few as eight minutes [1]. [1] http://askubuntu.com/a/244148
By time-sharing, does he mean sharing computing time on a cluster? I work on my university's cluster and on bad days, my jobs are queued for 4 hours and then run for 20 minutes...
Re: Keeping a debugging journal
#24Earlier quoted context omitted.
By time-sharing, does he mean sharing computing time on a cluster? I work on my university's cluster and on bad days, my jobs are queued for 4 hours and then run for 20 minutes...
Dude, you didn't even look at the pdf did you. That was the entry for 13 Mar 1978
Re: Keeping a debugging journal
#25Earlier quoted context omitted.
Dude, you didn't even look at the pdf did you. That was the entry for 13 Mar 1978
I'm pretty sure clusters changed in their architecture and their processing power, but you still have to stand in line
https://en.wikipedia.org/wiki/Time-sharing
esr also has a good article: http://catb.org/jargon/html/T/timesharing.html
Re: Keeping a debugging journal
#26Great way to help others, and keep the "Just Google It!" mantra alive.
Re: Keeping a debugging journal
#27If you want a public debugging journal for a private or self-hosted project, I think Evernote combined with http://postach.io would work beautifully.
Re: Keeping a debugging journal
#28For actual bugs. A lot of times they are one off, but if it is say an issue with a configuration or deployment that could come up again I definetly see the value there.