Viewing profile — charleover
charleover
HN member- Joined
- Thu, May 13, 2021, 10:33 AM UTC
- HN karma
- 6
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About charleover
No profile information was provided.
Recent public activity
-
comment
Comment #27893139
The video description states 30x speed so I suspect three hours is a more realistic expectation. https://youtu.be/w9UlZIYZtwI
-
comment
Comment #27232555
mpv -vo " https://www.youtube.com/watch?v=QMYfkOtYYlg " From https://unix.stackexchange.com/questions/160212/watch-youtub...
-
comment
Comment #27232211
It's by no means ST for terminals but Micro is well worth a look if you haven't seen it. It has sane keyboard shortcuts, nice syntax highlighting, mouse and multi-cursor support. h…
-
comment
Comment #27140600
This works for me in Chrome 90 on Windows import matplotlib.pyplot as plt plt.plot([1,2,3,4,5], [1,4,3,2,5]) plt.show()