laike9m

Results 137 comments of laike9m

After https://github.com/laike9m/Cyberbrain/commit/9789ab0cf804d7990ead9842b6fd372ed39f4cac (Replaced protobuf with msgpack) ``` Benchmark #1: python3.8 -m examples.password.password examples/password/sonnets/* -s 1 --l33t Time (mean ± σ): 6.978 s ± 0.258 s [User: 6.796 s, System: 0.341...

We can put RPC send in another thread.

Related https://github.com/laike9m/Cyberbrain/discussions/73

Do you mind posting a screenshot, ideally a gif? Thanks.

To be honest, I don't have full control over visualization, including animation/interaction. I'm using [vis-network](https://github.com/visjs/vis-network) as the visualization framework, and as a result, we're limited by the capabilities it provides....

However I do notice a bug: there should be only one `_` node, instead of 3.

They're indeed bugs. Not only that, there shouldn't be that many nodes of a and b actually(same for #47), cause the graph is meant to show only one iteration at...

> Okay, now I wonder how you expect to show that the value is derived from value from former iteration. > I think it can be a solution or at...

Let me clarify, you want to open the trace graph by clicking on the traced function in the editor, is that correct?

Got it. I think this feature fits my roadmap for V1, which is to enable interaction between code and the trace graph. Thanks for the feedback.