Vitaly Shukela
Vitaly Shukela
Looks like it's the my project ever packaged for a distribution (unless there some which I don't know). Note that syscall_limiter also has a sub-project [writelimiter](https://github.com/vi/syscall_limiter/tree/master/writelimiter). Maybe that can be...
I was trying stand-alone iclojure and "iclojure" script are edited to use "drip". REPL-y is fine (I see only one omission compared to iclojure: can't tab-complete object's Java methods), but...
iclojure is started directly, not using `lein trampoline irepl`. By default iclojure script does this: 1. Check if we are inside Leiningen project. 2. If inside Leiningen project, start `lein...
Can Zig ever be a "main system programming language for a **shared libraries-based** platform" without such ABI? Swift have done its ABI. Why not Zig? Obviously, it is not possible...
I mean messages accumulating in memory instead of being flow controlled. Using the supplied example: ``` yes $(perl -E 'say "A"x511') | pv -c -N in | ./client | pv...
I was trying to do a generic TCP-to-WebSocket tunnel like [wstunnel][1]. The code was just modified example "client" with binary buffers instead of text. [1]:https://github.com/erebe/wstunnel
Made a [stub](https://github.com/vi/djinni/tree/json11) for deriving ([json11](https://github.com/dropbox/json11)). Do you have any recommendations about architecture of the feature inside Djinni (e.g. how to modularize the codegen? Which parts of need to be...
> BPG is different than HEIF Different container, same codec > it is more complex As far as I understand, bpg container is simpler than HEIF container (which is basically...
> I think AVIF files are valid HEIF files that use the AV1 codec. Therefore, the format is based on both HEIF and AV1. Now I understand what is difference...
Workaround: use older commit like ae0b0a5a04527e337bde9076843519f21bf205e0.