Live data from Hacker News

Viewing profile — idanp

idanp

HN member
Joined
Fri, Apr 24, 2020, 7:16 AM UTC
HN karma
23
Public activity
9 items

About idanp

No profile information was provided.

Recent public activity

  1. comment
    Comment #44463242

    I always wished these notepad calculators would run plain python. POC - https://github.com/idanpa/jupad

  2. comment
    Comment #43417654

    For lightweight calculations re-execute everything while typing cells https://github.com/idanpa/jupad

  3. comment
    Comment #42515673

    lyx [1] is great for live editing of latex . Set the instant preview Tools>Preferences>Display>Instant Preview if you want automatic latex rendering, although the editor rendering …

  4. comment
    Comment #39540028

    I think PyPy usually has slower startup time. Need to try to defer some of the imports to be done in the background, see how good is the outcome. Feel free to open an issue in gith…

  5. comment
    Comment #39538114

    I use SymPy as my calculator with https://github.com/idanpa/calcpy

  6. comment
    Comment #37911106

    Virtualization can happen in the hardware itself, e.g. SR-IOV.

  7. comment
    Comment #37068706

    matplotlib is not needed, SymPy fallsback to ascii plotter and this is what I use on phone with termux.

  8. comment
    Comment #37064442

    yes, with modifications - https://github.com/idanpa/calcpy

  9. comment
    Comment #34943559

    I felt SymPy needed some adjustments for it to be fun and useful for my day-to-day calculations, so I wrote this: https://github.com/idanpa/calcpy