Live data from Hacker News

Viewing profile — gottlobflegel

gottlobflegel

HN member
Joined
Wed, Aug 10, 2022, 5:16 PM UTC
HN karma
7
Public activity
9 items

About gottlobflegel

No profile information was provided.

Recent public activity

  1. comment
    Comment #48879330

    How does notion manage to make this site, which is essentially just a static table, take several seconds to show any meaningful content?

  2. comment
    Comment #48540470

    Listing Agda and Idris 2 under CIC makes your lambda hierarchy diagram misleading at best.

  3. comment
    Comment #45560561

    Makes me want to eat a sandwich.

  4. comment
    Comment #45311616

    You can just use an XSLT stylesheet like this: https://wwwcip.cs.fau.de/~oc45ujef/misc/src/atom.xsl xsltproc includes a handy --html flag that lets you just process the source file…

  5. comment
    Comment #45010570

    Sounds like the author would like qualified imports.

  6. comment
    Comment #37051752

    I tend to agree with most of this. Flakes still being an experimental feature in particular seems to discourage newcomers from adoption. Especially since the benefits of flakes are…

  7. comment
    Comment #37044746

    Notice from the definition of `Term` enum Term { Bool(bool), Not(Box ), ... } that your code simply does not typecheck. `Not` expects a `Box `, not a `Value`. It's also worth notin…

  8. comment
    Comment #36476668

    I really find it interesting that some people consider working with xml such a pain that they develop a whole new standard with the sole raison d'être being "It's not xml"

  9. comment
    Comment #33626614

    > This is realllly unidiomatic in real world Haskell. Yet it is the actual behaviour in the stdlib Prelude.