bentsai.paste.lol · paste listing

vision-con-ramble

10 months ago
---
Date: 2023-06-06 19:19
Title: Vision Con
---

i watched wwdc last week and especially tuned into the one more thing—[vision pro](https://www.apple.com/apple-vision-pro/).

<img src="https...

kinopio-userscript

1 year ago
// ==UserScript==
// @name         Kinopio
// @namespace    http://tampermonkey.net/
// @version      0.6
// @description  try to take over the world!
// @author       You
// @match        https...

coffee

1 year ago
French Press (the simplest recipe possible)
-------------------------------------------

30g 🟤, 500g 💧, 10 minutes

- Pour water over medium grind
- Wait 9-12 minutes

Reference: https:/...

raycast-status-lol

1 year ago
#!/bin/bash

# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Status.lol Share
# @raycast.mode silent

# Optional parameters:
# @raycast.icon 💖
# @raycast.argument1 { "ty...

strong-coffee-with-aeropress

1 year ago
Essentials:

18g 🟤, 90g 💧, 90s

- Inverted method
- 18g coffee, finely ground
- Pour 90g water, aggressive stir
- Steep for 90 seconds
- Flip, swirl, gentle press until hiss

Reference...

kinopio-resize-all-selected-cards

1 year ago
let store = document.querySelector("#app").__vue_app__.config.globalProperties.$store;
store.state.multipleCardsSelectedIds.forEach(id => store.dispatch('currentCards/update', {id: id, resizeWidth:50...