Ben

Results 79 issues of Ben

https://www.reddit.com/r/askscience/comments/gj1zup/i_saw_an_asteroid_impact_calculator_and_it_said/

derivation

I found demos of the EquationMap interface - https://www.youtube.com/user/EquationMap That GUI capability would be easier than the current webform and more intuitive.

enhancement
visualization
web frontend

If developers read the Python code, how should they structure their review of the content?

documentation

Advice from @pqnelson: code like (https://github.com/allofphysicsgraph/proofofconcept/blob/gh-pages/v7_pickle_web_interface/flask/validate_steps_sympy.py#L130-L402) could be refactored using some data-driven design, using something like a dictionary `inference_rules` so you could do something like ``` rule = inference_rules.get(step_dict["inf rule"],...

enhancement

This would be after addressing #199 https://en.wikipedia.org/wiki/Coq https://hol-theorem-prover.org/ http://www.cl.cam.ac.uk/~jrh13/hol-light/tutorial.pdf https://github.com/jrh13/hol-light HOL light Docker image posted to https://hub.docker.com/r/lcdoutlet/hol-light/ An OCaml-only image using Alpine: https://hub.docker.com/r/benislocated/ocaml/

enhancement
help wanted

The inference rule "add x to both sides of an expression" is used in many different derivations, but the proof of that inference rule only needs to be implemented once....

enhancement
help wanted

how to disable a button after the first click event? The page should ignore second and third clicks of a button

bug

https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-vii-error-handling https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-x-email-support

enhancement

https://hackeregg.github.io/2020/06/03/Speeding-up-function-calls-with-just-one-line-in-Python.html https://news.ycombinator.com/item?id=23668914

latency