Viewing profile — panglesd
panglesd
HN member- Joined
- Fri, Aug 05, 2022, 8:10 AM UTC
- HN karma
- 101
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About panglesd
No profile information was provided.
Recent public activity
- story
-
comment
Comment #44962088
Very cool! Does it replace identical expressions in the same scope? Like: let tau = 3.14 +. 3.14 becomes let pi = 3.14 let tau = pi +. pi ? EDIT: Or even crazier with function: let…
- story
- story
- story
-
comment
Comment #43330365
Interesting experiment. Would love to see a multiplayer version of this game!
-
comment
Comment #43251830
Maybe you are interested in slipshow: https://github.com/panglesd/slipshow/
- story
-
comment
Comment #40521145
Good question :) Many reasons, I could make a blog post about it! First, let me start with the biggest drawback of using OCaml: it might prevent potential contributors from making …
-
comment
Comment #40520983
Markdeep seems great! Having modifiable source inside the html is a great idea. I'll still need to have a compile workflow to add image while keeping a standalone produced html fil…
-
comment
Comment #40520555
Yes, that is exactly right! This is one important thing for me: the produced file must be self contained. Even if images are included, they are embedded in the html file.
-
comment
Comment #40512542
Thanks for the link, and the idea! Definitely a github action to automatically publish your Slipshow presentation on push would be a great workflow! (I'll open an issue for that!)
-
comment
Comment #40511759
Yes, clearly this is not for every usecase. I think math lectures often need quite some text support, they are the reason I created Slipshow.
-
comment
Comment #40511691
Very cool! I had never seen something like that! Sometimes, I used the analogy of a big papyrus roll (like this one: https://pgi-shop.de/en/papyrus-roll-20-x-80-double/ ) to explai…
-
comment
Comment #40511667
I don't know Miro or Figjam very well, but I would say that: - You can write a Slipshow presentation in Markdown, which can be more convenient than in those collaborative whiteboar…
- story