2 thought experiments, some thoughts about communication and what the current date is.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"age": [ | |
16, | |
17, | |
18, | |
19, | |
20, | |
21, | |
22, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// dont forget to npm install openai | |
// run with node chatStreamcompletion.mjs | |
import { Configuration, OpenAIApi } from "openai"; | |
import fs from "fs"; | |
const configuration = new Configuration({ | |
apiKey: "YOUR_DEVELOPER_API_KEY_FROM_OPENAI", // https://platform.openai.com/account/api-keys | |
}); | |
const openai = new OpenAIApi(configuration); | |
const modelTypes = ["gpt-3.5-turbo", "gpt4", "gpt-4-32k"]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<!-- CSS only --> | |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | |
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous"> |
the square documents we build are like buildings structure / anatomy / heirarchy / commonality
- all the sections are the same width? describe that with 1 line of css
- all the h3s the same size? describe that with 1 line of css
the architect holistically designs the overall shape, the width of the building
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd | |
cd projects | |
git clone https://zansproject.com < 10:00 am | |
(Fi and Zan finalise a PR together) < 10:20 am | |
cd zansproject | |
git checkout -b my_feature_X_branch < 10:30am | |
touch main.js |
open the terminal quickly:
Windows WINDOWS KEY -> "git bash" -> HIT ENTER
Mac COMMAND SPACE -> "terminal" -> HIT ENTER
pwd -> print working directory -> "where am i?"
"to deliver value to somebody"
AGILE & sprint planning (and generally planning) are for fighting human impulse to avoid confrontation, to waste time and be unfocused. In development this is called "waterfall". I call it "programming instead of working".
EXAMPLE - "disorganised" development in a company
- customer says 'i want a "thing"'
- company's tech team spends 6 months programming the product, after 6 months shows the product to the customer.
- customer says "no, not that thing"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Russian Oligarch Planes | |
This data is in no way verified by me. | |
scraped with computer vision from this tweet https://twitter.com/RUOligarchJets/status/1497739735753658371 | |
for use on live map here https://bunkerhub.netlify.app/ | |
excel sheet available: https://docs.google.com/spreadsheets/d/1mNhuhJBmJONAJEtZv3iiYXh4BdC250Ky26U7wIEe-pM/edit#gid=0 | |
Being Russian or having a plane doesn't make you a bad person | |
SLAVA UKRAINI |
NewerOlder