Alfred M. Szmidt

Results 62 comments of Alfred M. Szmidt

There is plenty of space in the TIME protocol to handle that. I think at some point, we will have to start breaking existing protocols slightly to accommodate the future......

Similar for Genera, it can use TIME if you are on Chaos .. but I suspect since the advent of Open Genera the amount of Slimebolix machines on the Chaosnet...

For maybe, future reference: https://www.ietf.org/proceedings/62/slides/editor-0.pdf ;-)

I didn't have an exact idea in mind, what I had sorta in mind initially was a "Chaosnet NCP Super Server" which _it_ would keep cbridge alive, and a way...

Well, and a central place to state what you want to run on your bridge, which I think is nice -- but it sorta is complicating the config I guess?

I piped an email to the cffi-devel list in hope for a solution.

It is not. That is the Symbolics font.

OS X is broken here, but looking at things, maybe this could work: ``` #if OSX pthread_setname_np(name); #else pthread_setname_np(pthread_self(), name); #endif ``` Wanna try it?

See https://github.com/aap/pdp6/pull/29 ...

@cooljeanius I experimented slightly. It is indeed due to the spaces in the name of the binary. A easy way to reproduce this is to create two scripts that contain...