Viewing profile — lcvriend
lcvriend
HN member- Joined
- Sun, Sep 22, 2019, 8:29 PM UTC
- HN karma
- 10
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About lcvriend
No profile information was provided.
Recent public activity
-
comment
Comment #48119580
Yeah, I have also been really impressed with AstroNVim. I tried using LazyVim for quite some time but I kept having a hard time getting used to it. Somehow I kept tripping up when …
-
comment
Comment #39510863
Well, there also is for example `pandas.plotting.scatter_matrix()` [1] which is built on top of matplotlib. I suppose the question is how does SAS or any other alternative compare …
-
comment
Comment #39505406
If we only look at the simplest example then I would agree that there is not much difference. But more complicated plots will require you to write code in a more verbose and impera…
-
comment
Comment #35057183
I am sure you are right. However, this does look very useful to me. I am not a professional js developer but I do like to build dinky websites. I generally prefer not to bother wit…
-
comment
Comment #34552807
If by "vectorized" you mean: "able to delegate the task of performing mathematical operations on the array's contents to optimized, compiled C code." then I do not think you are co…