Viewing profile — CoderPuppy
CoderPuppy
HN member- Joined
- Mon, Feb 06, 2017, 6:27 AM UTC
- HN karma
- 8
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About CoderPuppy
Recent public activity
-
comment
Comment #31221514
SML doesn't have subtyping or variance AFAIK so that can't really explain the issue. The way I like to look at it is to translate to System F. The standard translation would give: …
-
comment
Comment #28186244
I had an idea a little while ago: constantly rewriting code. It was inspired by the idea of doing something repeatedly allows you to improve. So constantly rewriting the same bit o…
-
comment
Comment #27690166
For math symbols I use Unicode characters, I have XCompose shortcuts [0] to easily insert them. I'm currently using WinCompose to use the same shortcuts on Windows. This works fair…
-
comment
Comment #27684358
My personal note taking system is based around plain text files in Git repositories. I edit with NeoVIM and use ripgrep (and other shell tools) to recall. I started out (in 2014 or…
-
comment
Comment #27580671
I like the IPA Chart website [0] which lists the phonemes and has examples of each when clicked. To understand a pronunciation (such as /ɪg.drə.sɪl/ for Yggdrasil), I'll match up t…
-
comment
Comment #17843907
There's some documentation on the Github wiki [0] [0] https://github.com/Ninjacop/BuBBLE/wiki
-
comment
Comment #16703641
No, the window and tab were focused. It would be that the scrollable element wasn't focused.
-
comment
Comment #16702785
For me they didn't work until I clicked in the page. Chrome 60 and Firefox 58 on Linux.
-
comment
Comment #14731512
Yes, sorta. The point I think he was trying to make was that Lisp's syntax is less restrictive, but that seemed to get confused by: - mentioning the some people say it has no synta…