I hereby claim:
- I am kind3r on github.
- I am kind3r (https://keybase.io/kind3r) on keybase.
- I have a public key ASA482Jzc1wYgF9Sr1OdDE9yunRonUuIrTGrvfFfDAItBgo
To claim this, I am signing this object:
| import { Program } from "@project-serum/anchor"; | |
| import { Connection } from "@solana/web3.js"; | |
| import PQueue from "p-queue"; | |
| import delay from "delay"; | |
| import fetch from "node-fetch"; | |
| import { parser } from 'stream-json'; | |
| import { pick } from "stream-json/filters/Pick"; | |
| import { ignore } from "stream-json/filters/Ignore"; | |
| import { streamArray } from "stream-json/streamers/StreamArray"; |
| import { Keypair, PublicKey, Transaction } from "@solana/web3.js"; | |
| import TransportNodeHid from "@ledgerhq/hw-transport-node-hid"; | |
| import Solana from "@ledgerhq/hw-app-solana"; | |
| import { Wallet } from "@project-serum/anchor/dist/esm/provider"; | |
| export class LedgerWallet implements Wallet { | |
| public publicKey: PublicKey; | |
| public payer: Keypair; | |
| private ledgerPath: string; |
I hereby claim:
To claim this, I am signing this object:
| blueprint: | |
| name: Cast to Google Hub | |
| description: 'Cast a lovelace view to a Google Hub. | |
| This tries to bypass the 10 min timeout for the picture frame | |
| by re-casting every 9 min' | |
| domain: automation | |
| input: | |
| player: | |
| name: Google Hub | |
| description: Google Hub or Chromecast device to cast to |
| M104 S150 ; start heating the extruder a bit to save some time but prevent oozing | |
| M140 S[first_layer_bed_temperature] ; heatbed temperature | |
| M190 S[first_layer_bed_temperature] ; wait for the bed to heat up | |
| M83 ; extruder relative mode | |
| G28 ; home all axes | |
| G29 ; Bed autolevel (optional, for BLTouch only) | |
| G92 E0 ; reset extruder | |
| G1 X0 Y0 F5000 ; move to 0/0/0 | |
| G1 Z0 |