h4x3rotab
h4x3rotab
The default path varies on other operating systems
The original JSLinux has websocket VPN support. I wonder if it can be implemented here. It's an interesting idea is to run a special browser with built-in VPN on iOS...
A work-in-progress PoV of Green's idea: https://github.com/Supercolony-net/openbrush-contracts/pull/136#issuecomment-1167236655 - [x] Enable the entry points (deploy & call) in unit tests - [x] Contract registry to track entrypoints, code hashes, and the...
We are trying to deploy a polkascan open source version. However we encountered some problems after connected to our node. ``` Traceback (most recent call last): File "/usr/src/app/app/tasks.py", line 115,...
As far as I know, lots of people need to work with gvim by ssh x11 forwarding. Because they need vim running on remote server and with modern gui. X11...
On Mac, when running cli server locally with `npx chatgpt-cli` results in error message: ``` env: node\r: No such file or directory ``` Apparently the problem is the CRLF EOL...
目前部署的项目默认请求 gpt3.5-turbo,虽然每个用户都可以独立在设置里修改,但每次换一个浏览器都需要重新设置,有的时候会忘记。如果能在部署的时候(比如docker部署),或者是提供一个全局修改默认值的功能,就会非常方便。
Now it's really hard to decode `system::Events` outside the runtime (e.g. in Subxt, or third party Substrate client like GSRPC). A very common problem is, the client may miss some...
I have all the ink contracts in a virtual workspace. In the contract, some dependencies have to be patched. Normally the patch must be written in the workspace `Cargo.toml` file....
This PR adds two confidential computing solutions for AI security: **Added:** - **[dstack](https://github.com/Dstack-TEE/dstack)** - Open source TEE framework for confidential AI model training and inference with Intel TDX and NVIDIA...