Viewing profile — flupe
flupe
HN member- Joined
- Tue, Sep 25, 2018, 7:43 PM UTC
- HN karma
- 51
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About flupe
No profile information was provided.
Recent public activity
-
comment
Comment #42779318
A little blog post on how, sometimes, a little bit of dependent types can make your life easier. For practical things.
- story
-
comment
Comment #35054557
Both your examples (is my number prime, are my XML nodes unique) are easily expressed in a dependently-typed language. Dependent type checkers may be hard to implement, but the typ…
-
comment
Comment #34389193
I love the idea, although it doesn't seem to perform very smoothly, even on simple examples. A related project is Penrose [^1], except the latter isn't interactive. [^1]: https://p…
-
comment
Comment #33952199
OP here! I just found out about about this technique last week and it looks quite important for any EDSL designer out here. The post is archived here, in case my site goes down: ht…
- story
-
comment
Comment #33492825
The problem is not solved by using unsigned ints though, because it stems from integer overflow. I'm afraid your implementations are, alas, also incorrect.
-
comment
Comment #33436778
Their point was about having to pay to export your data. Afaik Bridge is still to this day only available to paying users. Still, their statement is no longer true since exporting …
-
comment
Comment #33436070
The repository for Proton Mail Bridge (which is open source) claims to also host the source for the Import Export app. Here: https://github.com/ProtonMail/proton-bridge Briefly loo…
-
comment
Comment #33435115
Nowadays they do provide an app (Import-Export) to export all your mail , even for free tier accounts, so it's quite easy to move away. See: https://proton.me/support/export-emails…
-
comment
Comment #33288773
Absolutely perplexed by the other answers that think CSS grid is a hammer for every nail. In your example without a table, you can just drop `display grid` and set `div {min-height…