Frank Prince
Slowhand
Linus Torvalds offers to build free guitar effects pedal
‘I'm a software person with a soldering iron’, he warns alongside release of Linux 6.13-rc7
www.theregister.com
Maybe? I have no idea. Why was it in there?My name and email used to be in the linux kernel sources. Does that count?
Many years ago, I built a data collection system that allowed functional testers to store test results to a central server using ARCNet (the testers were Z80 based and ARCNet was all that was available). When I moved the central server to Linux (Slackware 1.0 IIRC), I had to write a linux driver for the ARNet card. The driver was simple as we didn't use a higher level protocol like IP. I think I posted the driver on usenet.Maybe? I have no idea. Why was it in there?
I used to install and support ARCNet with Novell Netware servers.Many years ago, I built a data collection system that allowed functional testers to store test results to a central server using ARCNet (the testers were Z80 based and ARCNet was all that was available). When I moved the central server to Linux (Slackware 1.0 IIRC), I had to write a linux driver for the ARNet card. The driver was simple as we didn't use a higher level protocol like IP. I think I posted the driver on usenet.
A guy picked up my code and created a proper network driver for the SMC ARCnet card which was distributed with the kernel source code. His driver source code mentioned me as supplying him with base code and documentation.
You've probably never heard of ARCNet because ethernet pretty much supplanted it within a a couple of years. The ARCNet driver was dropped from the kernel sources years ago.
Yes, I remember doing that. Good times.I used to install and support ARCNet with Novell Netware servers.
Coax connectors.
Passive hubs in the ceiling - daisy-chained.
So much fun…
That’s cool!Many years ago, I built a data collection system that allowed functional testers to store test results to a central server using ARCNet (the testers were Z80 based and ARCNet was all that was available). When I moved the central server to Linux (Slackware 1.0 IIRC), I had to write a linux driver for the ARNet card. The driver was simple as we didn't use a higher level protocol like IP. I think I posted the driver on usenet.
A guy picked up my code and created a proper network driver for the SMC ARCnet card which was distributed with the kernel source code. His driver source code mentioned me as supplying him with base code and documentation.
You've probably never heard of ARCNet because ethernet pretty much supplanted it within a a couple of years. The ARCNet driver was dropped from the kernel sources years ago.
I did some Z80 assembly coding in college in the early 90s.Many years ago, I built a data collection system that allowed functional testers to store test results to a central server using ARCNet (the testers were Z80 based and ARCNet was all that was available). When I moved the central server to Linux (Slackware 1.0 IIRC), I had to write a linux driver for the ARNet card. The driver was simple as we didn't use a higher level protocol like IP. I think I posted the driver on usenet.
A guy picked up my code and created a proper network driver for the SMC ARCnet card which was distributed with the kernel source code. His driver source code mentioned me as supplying him with base code and documentation.
You've probably never heard of ARCNet because ethernet pretty much supplanted it within a a couple of years. The ARCNet driver was dropped from the kernel sources years ago.
The first day on the job at my current employer (34 years ago) my new boss hands me an inch thick listing of the Z80 source code for the functional testers we built and maintained to test antilock brake modules. There was not a single comment in the entire listing. Fortunately, the Z80 stuff we were using was getting super expensive, and we were running out of memory space on the Z80, so we switched to industrial PCs and re-wrote the test code in C. Life was MUCH better after that.I did some Z80 assembly coding in college in the early 90s.
It's nice to know that there's still some coders out there that didn't learn utter garbage from poorly written Pearson books...The first day on the job at my current employer (34 years ago) my new boss hands me an inch thick listing of the Z80 source code for the functional testers we built and maintained to test antilock brake modules. There was not a single comment in the entire listing. Fortunately, the Z80 stuff we were using was getting super expensive, and we were running out of memory space on the Z80, so we switched to industrial PCs and re-wrote the test code in C. Life was MUCH better after that.
After writing pretty much exclusively perl for the last 25 years, I've just started learning powershell. Not having a good time so far.It's nice to know that there's still some coders out there that didn't learn utter garbage from poorly written Pearson books...