back
user profile

0x142857

444karma·235submissions·December 28, 2014
recent activity (235 total)
comment
If you use `<script setup>` in Vue, yeah it's some compiler magic similar to Svelte, but otherwise that's not really the case, for example Vue tracks depdendencies using ES6 Proxy, whi…
4y ago·view thread
comment
esbuild is a bundler like webpack, it also does Typescript transform but the API is limited, e.g. you can't access the ast. Meanwhile swc is a Rust alternative to Babel.
4y ago·view thread
comment
do you really think those people don't understand how the current vote works? you can't wake up a person who is pretending to be asleep..
4y ago·view thread
comment
Based on the quality of the translation, I guess it's just using google translate under the hood
5y ago·view thread
comment
> What I would enjoy would be a button to hide all the accounts that post more often than once per day. Because chances are the people who talk too much have no time to think about what they'r…
5y ago·view thread
comment
contribution in general doesn't have to be "code" related.
5y ago·view thread
comment
off-topic, but this is a great open-source anime image reverse search engine: https://trace.moe/
5y ago·view thread
comment
this is the worst take I've seen in quite a while. no proof but based on personal experience and imagination.
5y ago·view thread
comment
react-router like nested routes!
5y ago·view thread
comment
I've updated the readme, basically it helps you manage `<title>`, `<meta>` and other elements inside document head.
5y ago·view thread
comment
First it's for people who don't want a build step, but they can prerender if they want. And it does more than adding some CSS, JavaScript is also used for interactions.
6y ago·view thread
comment
works pretty well for lodash. https://lodash.com/docs/4.17.15
6y ago·view thread
comment
yes, already working on a fix.
6y ago·view thread
comment
it's indeed a problem for large-scale docs, that's why I have another solution here https://docute.org/
6y ago·view thread
comment
That command is essentially what I mean by "prerender". I will add this feature to docup later, for people who want to have a static html file instead.
6y ago·view thread