Live data from Hacker News

Viewing profile — CoderPuppy

CoderPuppy

HN member
Joined
Mon, Feb 06, 2017, 6:27 AM UTC
HN karma
8
Public activity
9 items

About CoderPuppy

coderpup@gmail.com

Recent public activity

  1. 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: …

  2. 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…

  3. 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…

  4. 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…

  5. 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…

  6. comment
    Comment #17843907

    There's some documentation on the Github wiki [0] [0] https://github.com/Ninjacop/BuBBLE/wiki

  7. comment
    Comment #16703641

    No, the window and tab were focused. It would be that the scrollable element wasn't focused.

  8. comment
    Comment #16702785

    For me they didn't work until I clicked in the page. Chrome 60 and Firefox 58 on Linux.

  9. 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…