Viewing profile — xiaohanyu
xiaohanyu
HN member- Joined
- Tue, Apr 04, 2017, 6:04 PM UTC
- HN karma
- 108
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About xiaohanyu
No profile information was provided.
Recent public activity
-
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.
-
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.
-
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…
- story
- story
-
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.
-
comment
Comment #46486873
What is picgo?
-
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.
-
comment
Comment #46419516
I think github has some API for this right? Does gitmore just call GitHub API or counts by commits manually?
- story
-
comment
Comment #46372103
Maybe webp is a better target than png?
-
comment
Comment #46364081
Interesting journey of vibe coding a non-trivial project. Any more details about why this project is unmaintainable?
-
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.
-
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…
- story
- story
- story
- story
-
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…
- story
- story
-
comment
Comment #43933738
yep agree
-
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…
-
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…
-
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…