HackerTrans
トップ新着トレンドコメント過去質問紹介求人

slorber

no profile record

投稿

Sparkling – The Lynx-based cross-platform infrastructure behind TikTok

tiktok.github.io
1 ポイント·投稿者 slorber·5 か月前·0 コメント

GitHub Actions now supports YAML anchors

github.com
1 ポイント·投稿者 slorber·11 か月前·2 コメント

Naive RAG is dead – long live agents

norahsakal.com
2 ポイント·投稿者 slorber·昨年·0 コメント

Docusaurus 3.0 – React Static Site Generator by Meta

docusaurus.io
6 ポイント·投稿者 slorber·3 年前·4 コメント

Upgrading front end dependencies with confidence with visual regression tests

docusaurus.io
2 ポイント·投稿者 slorber·3 年前·0 コメント

How to Write a Flexbox Layout Engine

tchayen.com
4 ポイント·投稿者 slorber·3 年前·0 コメント

コメント

slorber
·11 か月前·議論
We have been waiting for years to have that typical Yaml feature.

This lets you create variables in your Yaml actions workflows that you can reuse later, including more complex data structures like objects and lists that you can spread into jobs.

TLDR: less duplication, although the syntax is a bit awkward.
slorber
·2 年前·議論
Honestly, can we even trust a technology that is not 1.0 ?
slorber
·2 年前·議論
Impossible yet it often happens the same old link gets featured everywhere at the same time :)
slorber
·3 年前·議論
Docusaurus maintainer here. Can you expand that feeling? What makes you feel Docusaurus as complex?
slorber
·3 年前·議論
Wonder if it's not possible to use this dark matter product (normally for Astro) with Docusaurus worth giving it a try https://getdarkmatter.dev/
slorber
·3 年前·議論
Docusaurus maintainer here

I agree the md editing story for non-dev contributor is not great.

You can try a git based CMS like Tina, they have a Docusaurus starter/example.

StackBlitz web publisher is also a good solution, allowing you to run Docusaurus directly in the browser in a very simple interface allowing you to commit or send PRs easily. No need to install nodejs locally, and you get a real preview.
slorber
·3 年前·議論
Thanks! I'm not the original author but maintain it since mid 2020.

Meta has always been involved, the project was created internally at Meta around 2016 to replace a Jekyll docs boilerplate that was difficult to manage when deploying hundreds of docs.
slorber
·3 年前·議論
Hey there

I work for Meta Open Source, maintaining Docusaurus. It's a SSG that let's you focus on writing content (Markdown/MDX) and will help you ship flexible and beautiful docs and blog static sites.

We just released a new major version of Docusaurus, after 1 year of work once v2.

Let me know if you have any questions
slorber
·3 年前·議論
React vs Vue is a quite significant difference if you plan to customize it: you'd better be familiar with the underlying tech
slorber
·3 年前·議論
FYI Software Mansion ran a React-Native survey last year with almost 2000 answers.

Here are the results: https://results.stateofreactnative.com/

My personal biased opinion: React-Native is awesome and keeps improving.
slorber
·3 年前·議論
> we click a play button to start an elixir runtime based on that metadata code block

Can you show a concrete example? IE a real production url running this?

What is "metadata"?

In Docusaurus you can have a live playground evaluating on your browser, or you can embed any embeddable playground if it requires a server integration.

> with this component, we then issue commands to inspect state, manage elixir "processes" in the runtime, etc

Another example would be useful.

So this is just an embedded widget to interact with something remote? Why can't this be built as a React component that you can add to any Docusaurus page?

---

It looks to me that you don't need maintainer knowledge to build that, and React knowledge is enough.
slorber
·3 年前·議論
After reading this article, I'm still not sure to understand what Livebook is.

Can someone show me a real production url of what is possible to achieve in Livebook and impossible/difficult to achieve with other tools?

I'm the Docusaurus maintainer, and making your docs interactive, and giving the ability to run the documented project inside its doc does not feel like something new.
slorber
·3 年前·議論
Hey, Docusaurus maintainer here.

I'm not sure to understand what you mean by "Docusaurus is static". Docusaurus builds static pages and allows you to plug JS/React code anywhere in your docs, so it's quite interactive and can run anything that can run in a browser, including REPLs.

I read the Fly article but still don't really understand what Livebook is about. They say they use Livebook themselves, but the examples linked to only display a regular non-interactive doc to me.

Do you have any production url showing me an experience that is possible in Livebook, and impossible in Docusaurus?
slorber
·3 年前·議論
That's because React developers are not on hacker news anymore, they are all reading my newsletter thisweekinreact.com (wink wink)
slorber
·3 年前·議論
React dev?

Try https://ThisWeekInReact.com (disclaimer, I'm the author)

I also enjoy Bytes, JavaScriptWeekly, NextJS Weekly, ESNext News, Web Weekly and many others
slorber
·3 年前·議論
As the Docusaurus maintainer, I stand by behind these ideas. Markdown is a portable format, and I'd like to make Docusaurus/Obsidian work well together in the future.
slorber
·3 年前·議論
Docusaurus maintainer here, happy to read your feedback ;)