Viewing profile — edu_guitar
edu_guitar
HN member- Joined
- Thu, Nov 23, 2023, 12:26 AM UTC
- HN karma
- 17
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About edu_guitar
No profile information was provided.
Recent public activity
-
comment
Comment #44146951
Have you heard of crystal[0]? It is very close to ruby, but compiled, with fast start times. [0]: https://crystal-lang.org/
-
comment
Comment #42204465
I haven't had the opportunity to use this in research yet, but i liked numbat [0], as it comes with relevant common units and lets you define your own. It appeared on HN before [1]…
-
comment
Comment #41040632
Given how the names were generated, it seems the bad actor might actually want to be caught. Maybe it was trying to get the committee to disqualify a title. Since it doesn't make s…
-
comment
Comment #39786260
if you are used to the command line and knows some basic syntax, it is less verbose then opening a REPL and reading a file. The fact that you can pipe the json data into it is also…
-
comment
Comment #38896098
One notable difference between scientific code and regular software development is that the code scientists write is an implementation of well defined/documented mathematical model…
-
comment
Comment #38892824
Nice! Once or twice I've used tad as a GUI to view csv files, but I usually use vi with nowrap or read the file in R. Now csvlens will be my default for csv files. [1]: https://www…
-
comment
Comment #38892710
While not embedded in markdown, I like d2 [1]. I can use it with org-babel to embed and view the diagrams on emacs. After using graphviz for years, the visual output seems more pol…