I hereby claim:
- I am kaytwo on github.
- I am kaytwo (https://keybase.io/kaytwo) on keybase.
- I have a public key whose fingerprint is 4347 846B 1AB1 8112 3C11 DB7A 4BF5 8AF6 F19C 1645
To claim this, I am signing this object:
| python -c "from random import choice; print ''.join([choice('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789%^*(-_=+)') for i in range(32)])" |
| <VirtualHost *:80> | |
| ServerAdmin [email protected] | |
| DocumentRoot /var/www/html | |
| <Directory "/home/ckanich/hotcrp"> | |
| Options Indexes FollowSymLinks Includes | |
| AllowOverride all | |
| Require all granted | |
| </Directory> | |
| Alias /conference1 /home/ckanich/hotcrp |
I hereby claim:
To claim this, I am signing this object:
| 'use strict'; | |
| const puppeteer = require('puppeteer'); | |
| (async () => { | |
| /* PRECONDITION: | |
| 0. download ublock, I used https://github.com/gorhill/uBlock/releases/download/1.14.19b5/uBlock0.chromium.zip | |
| 1. run $PATH_TO_CHROME --user-data-dir=/some/empty/directory --load-extension=/location/of/ublock | |
| 2. enable block lists you want to use | |
| */ |
This issue has an attachment.
| import { JoseKey, type Importable } from "@atproto/jwk-jose"; | |
| import type { JWK } from "jose"; | |
| // should be usable with nodejs compat of 'node:dns/promises' | |
| import { AppViewHandleResolver } from "@atproto-labs/handle-resolver"; | |
| import type { Jwk } from "@atproto/jwk"; | |
| // Preserve the original Request constructor | |
| const OriginalRequest = globalThis.Request; | |
| // Create a custom Request constructor |
| /* Optional vault name */ | |
| const vault = ""; | |
| /* Optional folder name such as "Clippings/" */ | |
| const folder = "Clippings/"; | |
| /* Optional tags */ | |
| let tags = "clippings"; | |
| /// Readability: https://unpkg.com/@tehshrike/[email protected] |