Results 66 comments of xialvjun

Note: this way may make real domain dns harder. old: ``` yggdrasil-network.ygg -> 200:be32:8098:ba3:75f:50af:5838:c49b ``` now: ``` yggdrasil-network.ygg -> e5da8447dc2c320edc0fc52fa01885c103de8c118481f683643cacc3220dafce.ygg # I don't know if dns service support domain point...

> The bigger reason to provide fake domain names is to support applications that don't work right (if at all) without a domain name. @Arceliar but what I want to...

besides, in this way, a PC can run both ygg4 and ygg5 at the same time, and even other protocol similar with ygg, distinct with each other by the top...

> For the purposes of what we want to do at this stage, truncating public keys is a tradeoff that we accept. OK, maybe we can do this after Yggdrasil...

@majestrate Oh, I finally got your meaning. Besides, lokinet seems a great project, I'll have it a try.

> you still have collison issues here because of how DNS works if you can collide the top most label you can trick caches. But that has nothing to do...

> I totally missed the news on AsyncLocalStorage. Looks very useful. > > I worry a lot about adding browser incompatible APIs. Is there any hope of doing AsyncLocalStorage in...

There is a PR https://github.com/denoland/deno/pull/8209 , but it's not for browser.

Version 1: [repo](https://github.com/KaiserY/rust-book-chinese), [reading](https://www.gitbook.com/book/kaisery/rust-book-chinese) Version 2 & 2018: [repo](https://github.com/KaiserY/trpl-zh-cn), [reading](https://kaisery.github.io/trpl-zh-cn/) Just adding the version 1. Thanks to @KaiserY.

@yosmoc the standalone script is downloading from `archive_url="https://registry.npmjs.org/${pkgName}/-/${platform}-${arch}-${version}.tgz"` rather from github release. I run: ```sh vagrant init generic/alpine38 vagrant up vagrant ssh curl -fsSL https://get.pnpm.io/install.sh | sh - pnpm --help...