IRC channel logs

2022-01-03.log

back to list of logs

<rekado_>not making much progress with tensorflow
<rekado_>the cmake stuff is just too old
<rekado_>and it’s too verbose and entangled for me to patch it
<zimoun>hi!
<civodul>hallo!
<civodul>rekado_: uh, that's for the tensorflow upgrade, right?
<rekado_>for the record: I also tried to use blakefiler.py (https://gist.github.com/jart/082b1078a065b79949508bbe1b7d8ef0) with a bazel binary, but it wouldn’t work even after patching.
<rekado_>civodul: yes.
<rekado_>I’ll try blakefiler.py again, this time with a full checkout of the tensorflow sources and all the third party stuff it expects.
<civodul>at least this thing has beautiful ASCII art and a nice poem
***zimoun` is now known as zimoun
<drakonis>i have an undying desire to actually roll my own guix but in a different lisp now
<drakonis>including a nix rewrite
<drakonis>if i do it in common lisp, how portable can it be with regards to guile with goops and other useful things?
<drakonis>i'll wind up abusing clos and clcs
<drakonis>since when in rome,
<rekado_>we aren’t using goops in Guix
<rekado_>I don’t want to discourage you but I think a rewrite of Guix in common lisp is nothing more than an exercise in writing common lisp.
<efraim_>There's also that guix extension mechanism, I suppose you could try to hook into that with common lisp
<drakonis>i suppose that's what it might be.