Skip to content

Instantly share code, notes, and snippets.

/*
This svelte store is a reference to make super quick live and interactive pieces of code.
See its announcement at https://www.youtube.com/watch?v=A8jkJTWacow&t=18579s
*/
type Options<T> = {
validator: (data: T) => void;
};
export function live<T>(path: string, initialValue: T, options?: Options<T>) {
@meshula
meshula / nasaprompt.txt
Created October 26, 2023 18:34
nasaprompt.txt
source https://twitter.com/thatroblennon/status/1717312851281654173
NASA open-sourced a monster of a megaprompt.
I deconstructed it to see what I could learn.
7 lessons from a genius-level AI prompt:
The prompt (which I give in full at the bottom of this post) is designed to guide a user through the biomimicry design process.