Viewing profile — gottlobflegel
gottlobflegel
HN member- Joined
- Wed, Aug 10, 2022, 5:16 PM UTC
- HN karma
- 7
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About gottlobflegel
No profile information was provided.
Recent public activity
-
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?
-
comment
Comment #48540470
Listing Agda and Idris 2 under CIC makes your lambda hierarchy diagram misleading at best.
-
comment
Comment #45560561
Makes me want to eat a sandwich.
-
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…
-
comment
Comment #45010570
Sounds like the author would like qualified imports.
-
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…
-
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…
-
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"
-
comment
Comment #33626614
> This is realllly unidiomatic in real world Haskell. Yet it is the actual behaviour in the stdlib Prelude.