Sridhar Ratnakumar

Results 814 comments of Sridhar Ratnakumar

I'd like to support M1 if possible. I could use some Nix help in #670

@sk91 Someone on Matrix [reported](https://matrix.to/#/!ygGUISjbmnwJPtaUmH:matrix.org/$D5zm3jPx7as11dJ8ry-fe1XzjlHI5fY3KZYq8Ibe5Sg?via=matrix.org&via=hummingbard.com&via=t2bot.io) that you can install neuron on M1 using Rosetta. Can you try this command? ``` nix profile install github:srid/neuron --option system x86_64-darwin ```

@aca had a proof of concept version of something like this here: https://aca.github.io/neuron_zettels_in_3d.html In any case, neuron exposes the graph as JSON - so you can do a little scripting...

Looks pretty cool! How far you can customize it? For eg: a) add links to html pages, b) create a more legitimate layout rearranging nodes automatically? I'll have to checkout...

If we can get this in good shape, I'd be happy to include the graph .js/.css1 in neuron itself (along with generating graph.html), so that all other users can automatically...

For performance, talk to ybaumy on Element.io group - for a 6000-note site, it does freeze the browser: https://lost-frequencies.eu/graph.html Otherwise, I'd say for beta-level release let's put it in /graph.html...

@oponkork Nope, not related. This is because static build of GHC is broken on nixpkgs, and the fix for this is here: https://github.com/NixOS/nixpkgs/pull/129289

Apparently fixed in https://github.com/NixOS/nixpkgs/commit/da1cf8cb90c6675356106905422bbbe767261e9b ... once that gets to the nix channel, we can re-try static builds.

After the nixpkgs update, I get `failed to access 'libpython3.9.so.1.0': No such file or directory`: ``` In function ‘assemble_lnotab’, inlined from ‘assemble_emit’ at Python/compile.c:5717:0, inlined from ‘assemble’ at Python/compile.c:6056:0: Python/compile.c:5671:...

Now failing at `time-compat` tests ``` resolution getCurrentTime: FAIL (0.15s) test/main/Test/Clock/Resolution.hs:57: resolution expected: 0.000000001s but got: 0.0000001s taiClock: FAIL (0.15s) test/main/Test/Clock/Resolution.hs:57: resolution expected: 0.000000001s but got: 0.0000001s ``` Not the...