Live data from Hacker News

Viewing profile — xiaohanyu

xiaohanyu

HN member
Joined
Tue, Apr 04, 2017, 6:04 PM UTC
HN karma
108
Public activity
52 items

About xiaohanyu

No profile information was provided.

Recent public activity

  1. comment
    Comment #47752001

    +1 For no reason facebook blocked my account long time ago. Can't figure out how to recover at all. No response and no way to appeal.

  2. comment
    Comment #47751688

    wow this looks super cool! How long did it take to develop? Have you considered the competitors like tiptap editor? Curious what is your opinion VS tiptap's pros/cons.

  3. comment
    Comment #46823726

    "If you are looking for that one trick that lets you get ahead and jumpstart your career, my advice to you is: Don’t choose the path of least resistance. When training a muscle, yo…

  4. story
  5. story
  6. comment
    Comment #46486891

    One of the main reasons why books cannot update as software is because there is no GitHub or even Git thing for books crafting.

  7. comment
    Comment #46486873

    What is picgo?

  8. comment
    Comment #46419575

    I just watched a video https://www.youtube.com/watch?v=eIoohUmYpGI which I think summarize your points here, recommend it to you as well.

  9. comment
    Comment #46419516

    I think github has some API for this right? Does gitmore just call GitHub API or counts by commits manually?

  10. story
  11. comment
    Comment #46372103

    Maybe webp is a better target than png?

  12. comment
    Comment #46364081

    Interesting journey of vibe coding a non-trivial project. Any more details about why this project is unmaintainable?

  13. comment
    Comment #46363628

    The best demo for music programming language demo I can found is: https://www.youtube.com/watch?v=yY1FSsUV-8c&t=374s , The concert programmer.

  14. comment
    Comment #46269153

    https://yamlresume.dev A open source Node.js lib that allows people to create and version control resumes using YAML. Support LaTeX/PDF/Markdown outputs in one shot with profession…

  15. story
  16. story
  17. story
  18. story
  19. comment
    Comment #44383098

    One thing that LaTeX still win is CJK support, typst is still very young and lacks professional support for non-latin languages: https://blog.ppresume.com/posts/on-typesetting-engi…

  20. story
  21. story
  22. comment
    Comment #43933738

    yep agree

  23. comment
    Comment #43933012

    Actually I am planning to integrate AI to generate this kind of YAML first and then convert it to PDF. The idea: 1. apply strict schema validation to YAML so AI won't generate wron…

  24. comment
    Comment #43925595

    Typst is a pretty good alternative to LaTeX and I agree all pros in your comment, with only one major deal breaker now: its CJK support is not mature enough and not producation-rea…

  25. comment
    Comment #43925576

    If you do not insist on org-mode, then maybe you can try to organize your CV in YAML format with a tool called YAMLResume: https://yamlresume.dev , which transforms a resume in YAM…