Viewing profile — idanp
idanp
HN member- Joined
- Fri, Apr 24, 2020, 7:16 AM UTC
- HN karma
- 23
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About idanp
No profile information was provided.
Recent public activity
-
comment
Comment #44463242
I always wished these notepad calculators would run plain python. POC - https://github.com/idanpa/jupad
-
comment
Comment #43417654
For lightweight calculations re-execute everything while typing cells https://github.com/idanpa/jupad
-
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 …
-
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…
-
comment
Comment #39538114
I use SymPy as my calculator with https://github.com/idanpa/calcpy
-
comment
Comment #37911106
Virtualization can happen in the hardware itself, e.g. SR-IOV.
-
comment
Comment #37068706
matplotlib is not needed, SymPy fallsback to ascii plotter and this is what I use on phone with termux.
-
comment
Comment #37064442
yes, with modifications - https://github.com/idanpa/calcpy
-
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