Below is a step-by-step hardening checklist that keeps your GPD Micro PC (Ubuntu Desktop 24.04.2 LTS, Ubuntu Pro enabled)
This guide assumes your primary workstation runs MacOS
import Anthropic from '@anthropic-ai/sdk'; | |
const anthropic = new Anthropic(); | |
const system_prompt = ` | |
You are using a Mac running MacOS 15.1.1 with internet access. | |
You are a helpful assistant that can help with tasks on a computer. | |
` | |
async function takeKindleScreenshot(anthropic: Anthropic, pageNum: number) { |
--- | |
version: "2.0" | |
services: | |
service-1: | |
image: winglian/axolotl:main-py3.11-cu121-2.2.1 | |
expose: | |
- port: 80 | |
as: 80 | |
to: | |
- global: true |
--- | |
version: "2.0" | |
services: | |
ollama: | |
image: ollama/ollama | |
expose: | |
- port: 11434 | |
as: 11434 | |
to: | |
- global: true |
This proposal is intended to be a starting point for discussion in the [sig-economics][sig-economics] to propose a working group to complete the design and implementation of ideas presented in this proposal after a rigourous review and feedback from the community. The proposal is not intended to be a final version of the Akash Network Economics 2.0, but rather a starting point.
The initial version of [Akash Economics][akt-economics-1] introduced AKT as the native token, used to secure and pay for the usage of the Akash Network. Although this version was effective for bootstrapping, certain limitations require addressing to ensure sustainability and scalability for the network.
{ | |
"lighthouseVersion": "9.6.8", | |
"requestedUrl": "https://akash.network/", | |
"finalUrl": "https://akash.network/", | |
"fetchTime": "2023-01-15T02:45:49.341Z", | |
"gatherMode": "navigation", | |
"runWarnings": [], | |
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36", | |
"environment": { | |
"networkUserAgent": "Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4695.0 Mobile Safari/537.36 Chrome-Lighthouse", |
Starport is the simplest way to build sovereign blockchain-based using Cosmos SDK. It is an excellent tool for scaffolding applications and running Nodes locally but lacks Testnet launch ability, requiring additional effort on the developer.
Maintaining at Testnet is expensive and time-consuming, and most end up on a centralized cloud like AWS.
Using Akash to simplify launching Testnets for Starport chains solves this problem and keeps Web3 decentralized.
export AKASH_NET_BASE=https://raw.githubusercontent.com/ovrclk/net/master | |
export AKASH_NET="$AKASH_NET_BASE/edgenet" | |
export AKASH_CHAIN_ID="$(curl -s "$AKASH_NET/chain-id.txt")" | |
export AKASH_HOME=data | |
export AKASH_KEYRING_BACKEND=test | |
export AKASH_KEY_NAME=deploy | |
export AKASH_NODE=tcp://rpc-edgenet.akashdev.net:26657 |
Thanks to awesome @alexellis for this contribution:
export INLETS_TOKEN=abcd1234