Live data from Hacker News

Viewing profile — panglesd

panglesd

HN member
Joined
Fri, Aug 05, 2022, 8:10 AM UTC
HN karma
101
Public activity
16 items

About panglesd

No profile information was provided.

Recent public activity

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

  3. story
  4. story
  5. story
  6. comment
    Comment #43330365

    Interesting experiment. Would love to see a multiplayer version of this game!

  7. comment
    Comment #43251830

    Maybe you are interested in slipshow: https://github.com/panglesd/slipshow/

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

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

  11. 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.

  12. 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!)

  13. 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.

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

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

  16. story