Viewing profile — jpavel2
jpavel2
HN member- Joined
- Mon, Apr 14, 2014, 9:03 PM UTC
- HN karma
- 31
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About jpavel2
No profile information was provided.
Recent public activity
-
comment
Comment #43439529
I absolutely love this project - for years I'd been using a homegrown s-exp to MathML translator, but your project is both more intuitive and capable. mathup's tiny, clean API make…
-
comment
Comment #42667949
I'm not seeing this local scope leak with bash 5.2.15. The below script works as I'd expect: #!/bin/bash declare -A map1=([x]=2) echo "1. Global scope map1[x]: ${map1[x]}" func1() …
- story
-
comment
Comment #38234578
If you're a DeluxePaint fan, then GrafX2 is the way to go these days.
-
comment
Comment #34293238
This was in 2014. Since then, Vim has added non-obsolete encryption algorithms (some provided by libsodium), used by default.
-
comment
Comment #29180262
I write a variety of CLI tools for my own use in Java. On this low-end Chromebook (Samsung Chromebook 3 with a Celeron N3060 @1.60GHz) I can start the JVM, load the classes for my …
-
comment
Comment #26668760
An actively developed and mature text UI library for the JVM: https://github.com/mabe02/lanterna
- story