Mingye Wang

Results 263 issues of Mingye Wang

In Apple's implementation, Uid is supported in XML Plists by transforming it into a dictionary with one entry (key `CF$UID`, value integer). Deserialization transparently turns it back into a UID....

Was going to quote it on Wikipedia. Found a missing verb instead. P.S. Mind doing some stuff to make GitHub host this page? I think you can go the repo...

libxcrypt currently says "Openwall Project" in the footer, even though (as far as I can tell) it's not really maintained or assembled together into a crypt.3 implementation by the Openwall...

need more information
documentation

Two of the programs don't really have a shell version, and using Ruby/Python/C#/JS? Come on, that is too un-hacker-y for the stereotypical Unix person. * fucking coffee is what `expect`...

* arrays are bash-only features * `$[]` is crazy outdated * `[ -gt ]` is boring when you have the straight arithmetic operator stuff

* there's currently a grey thing covering the whole screen, hiding the text below. not good, make it show * grey thing would still be too tall, so put the...

This is built upon @vladimyr's yarn commit. To make things smoother I centralized the PM handling. Some dependencies are upgraded because it looks like they should. These include depcheck and...

我去 https://monkeylang.org/ 看了看,发现哇塞!居然还有宏! 能搞来用的话最好了。

Current implementation is extremely sloppy. rust-unic/unic-emoji-char as in https://github.com/rust-lang/rust/pull/88781 is likely a much better idea 🤔

https://monkeylang.org/ 上面还有一本做编译器的鬼书,讲的是自己煮一个 VM 然后解释字节码。我们要做着玩的话可以用 binaryen 做成 wasm,然后放进浏览器或者 wasmtime 跑着玩。 (虽然说要加速的话可能还是直接转译成 js 简单。这真的除了玩没啥意义……)