+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.
HN user
+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.
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.
"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, you only get stronger with resistance. The same is true for learning any new skill. It is when you struggle with a specific problem or concept that you tend to remember."
Pretty nice description.
One of the main reasons why books cannot update as software is because there is no GitHub or even Git thing for books crafting.
What is picgo?
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.
I think github has some API for this right?
Does gitmore just call GitHub API or counts by commits manually?
Maybe webp is a better target than png?
Interesting journey of vibe coding a non-trivial project.
Any more details about why this project is unmaintainable?
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.
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 professional typesetting. Support English/Chinese/Norwegian/French languages out of the box. With clang style, real time error reporting.
To release soon: HTML output.
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-engines#concl...
I admit that typst is quite promising and given enough time, its adoption will increase quite a lot.
yep agree
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 wrong/invalid data 2. write prompt to AI help people generate a sample YAMLResume 3. adopt AI to parse existing PDF or images and convert it to YAMLResume format
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-ready yet.
I wrote a post half year ago explained the details for my decision between LaTeX and Typst: https://blog.ppresume.com/posts/on-typesetting-engines#typst
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 YAML to LaTeX and generate PDF.
I know groff, at least the bible K&R C programming book is published by groff, if I am not wrong.
For me, I think groff/LaTeX/SILE/typst all belongs to same category, i.e, the author write some markup language, then processed by some processors, then get an output. I chose LaTeX and Typst as the classic ones in my post:
- LaTeX is the classic, old school typesetting engine - Typst, clearly more modern, with many advanced design like incremental compilation, wasm and web app, instant preview, better error message.
For others, groff/SILE, to be honest I don't have time to dive into each of these.
----
Do you see any advantages of groff over LaTeX?
roger that, thanks!
Just for keenwrite, from the screenshot: https://keenwrite.com/images/screenshots/05.png, seems that keenwrite doesn't implement Knuth Plass line breaking algorithm?
Just curious, what is the best part you love typst most over LaTeX?
I guess: 1) the incremental compilation speed, 2) the modern user experience (better error message things, better syntax, etc)?
Thanks for pointing this out.
Yes you are right, I am not a linguist so I have little knowledge for "Indo" languages.
Originally I adopted the word of "Germanic languages" then I found Spanish is not a Germanic language hence I then adopted "Indo European" language.
This needs a fix for sure.
Any idea about TeXmacs support for non-latin languages?
Author here.
I mentioned https://polytype.dev/ in the end of the post, which has pages.js included.
Is not that hard to simulate pagination with JavaScript, the deal breaker for me is still line breaking and also mixed languages typesetting nuances.
100% agree
Highly suggest SaaS makers integrate social sign-in to make the onboarding auth flow smooth but better to provides traditional email/password sign in as a fallback to avoid the danger of blocking by social sign in providers.
PPResume is a LaTeX based resume builder that helps people create beautifully typeset resumes in minutes.
Tech stack: React, TypeScript, Mantine, Next.js, Payload CMS, Logto, LaTeX。
It supports: - real time input validation - rich set of input controls - structural editing - customizable layout.
This site was released for just about one week, and yes, we know there're still many many problems, we will fix that as soon as possible.
Glad you like our work, thanks!
haha, yep, this example shows the power of Semantic-UI, I was attracted by this---I was really amazed by the power of Semantic-UI.
Besides, I don't like github's black navbar.
Hi, guys,
We have spent hundreds of hours build a new website with Semantic-UI for Semantic-UI: http://semantic-ui-forest.com/.
Semantic-UI is my favourite front-end CSS website, I have built several websites with Semantic-UI, and I love it, feel delightful when developing with Semantic-UI.
But compared with Bootstrap, the ecosystem of Semantic-UI is small, so we have semantic-ui-forest for you: http://semantic-ui-forest.com/posts/2017-04-05-introducing-s... .
In this website, we have ported 16 themes from bootswatch(bootstrap) to Semantic-UI (http://semantic-ui-forest.com/themes), and also, we have ported 18 official bootstrap examples (https://getbootstrap.com/getting-started/#examples) and reimplemented in Semantic-UI (http://semantic-ui-forest.com/templates/).
Not advertising, however, we think this maybe helpful for people who are interested in Semantic-UI and want to give it a try.