I've had the on-screen keyboard on my phone set to Dvorak for > 5 years, and I just can't switch back to Qwerty. I think it's quite good for the phone.
It's not much, but if you want to contribute to the network easily you can host a Snowflake entry point, which allows users from heavily censored countries to access the Tor network.
How so? Are you talking about just the technical parts of running a server, of interactions with law enforcement an other third parties (I would a non-exit node to avoid these, but who knows) or about some kind of data/metadata you are able to collect?
Some of the affects I can think of, to name a few:
Inaccurate or irrelevant answers: ChatGPT is a machine learning model that uses past data to generate responses. This means that it may not always provide accurate or relevant answers to questions, leading to confusion and frustration among users.
Loss of trust: If users notice that many of the answers on the forum are coming from ChatGPT, they may lose trust in the forum and stop using it. This could lead to a decline in user engagement and overall traffic.
Competition with human contributors: ChatGPT's answers may compete with those provided by human contributors, leading to a decrease in the quality and value of the content on the forum. This could make the forum less useful and engaging for users.
Increased moderation: The influx of answers from ChatGPT may require more moderation to ensure that the answers are accurate and relevant. This could require additional resources and time for moderators, leading to increased costs and workload.
I wish there were some sort of monitoring tool for the docker container, so you know if you're actually doing any good (it's working), like the browser extension.
This is basically a package repo of WASM file(s), which seem to have been compiled from Rust source mostly, but other language that can be compiled to WASM would work too.
And from what I've read the CLI downloads the WASM and runs it.
The "runs it" part is interesting, as it's cross platform - so does it run a JS engine, e.g like V8 or NodeJS?
I don't personally like the idea, esp since Rust can compile to all those supported platforms anyway, and the native code would be so much faster.
It says on the website that it is opensource, since 2019, but the Github account has zero repos.
The website looks flash, but has many spelling errors and typos, and so if little things like this get through after 3 years of development, then the chances of malicious code getting through is very high.
Wasmer Inc (they run wapm.io) basically wants to own the Wasm ecosystem the way that NPM has owned the JavaScript world. This isn't run by an org like Apache, or CNCF. They are VC backed and and have had some internal shakeups, a story about this was posted to HN awhile ago.
The site doesn't inspire a lot of confidence, even the about page results in a 500 error. https://wapm.io/about
Isn’t the big difference between running some random rust from the internet, and a WASM file, the sandbox in which WASM runs. This has some security advantages. And as you also point out, it’s like an abstraction over various languages which also can generate WASM (Go, Swift, C#, etc).