Re: docker for pil21

2024-01-26 Thread Dmitry Non
Heya! Interestingly, I wrote a dockerfile for myself too at the end of Dec.My versions should be lighter due to the lack of build dependencies in the final image: FROM alpine:3.19 AS build RUN apk add --no-cache readline-dev libffi-dev libressl-dev binutils make clang llvm llvm-dev pkgconf

Re: Bye from forks sends signals?

2024-01-09 Thread Dmitry Non
Hey. That's awesome. Thank you very much, Alex! > On 6 Jan 2024, at 06:48, Alexander Burger wrote: > > Hi Dmitry, > >> Is this newsletter alive?:) > > Yes, just not so noisy :) > > >> I'm playing around with `native` and ZeroMQ and found a curious behaviour. >> >>(unless (fork) >>

Bye from forks sends signals?

2024-01-05 Thread Dmitry Non
Hey! Is this newsletter alive?:) Disclaimer: I'm not very familiar with system programming and POSIX I'm playing around with `native` and ZeroMQ and found a curious behaviour. (unless (fork) (wait 2000) (bye)) (setq Context (native "libzmq.so" "zmq_ctx_new" 'P))

Bye from forks sends signals?

2024-01-05 Thread Dmitry Non
Hey! Is this newsletter alive?:) Disclaimer: I'm not very familiar with system programming and POSIX I'm playing around with `native` and ZeroMQ and found a curious behaviour. (unless (fork) (wait 2000) (bye)) (setq Context (native "libzmq.so" "zmq_ctx_new" 'P))

Subscribe

2024-01-04 Thread Dmitry Non
Hello Dmitry Non :-) You are now subscribed Hello world -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe