paulgorman.org

< ^ txt

Mon Oct 30 06:00:01 EDT 2023 ======================================== Slept from ten-thirty to seven-thirty without waking. Cloudy until late afternoon, then becoming partly cloudy. Highs in the lower 40s. Northwest winds 10 to 15 mph. # Work * 09:30 AM - 10:30 AM IIPA chat with Roobini * 10:30 AM - 10:45 PM IIPA standup * 11:30 AM - 12:00 PM CTO standup * 12:00 PM - 01:00 PM IIPA AAR review * 01:00 PM - 01:30 PM VIPR code review * 02:30 PM - 04:00 PM Path analysis improvement process # Home * [ ] AWS cert * [x] AWS study * [ ] schedule AWS cert exam * [ ] schedule dentist appointment * [ ] schedule optometrist appointment * [ ] Exercise, even a little. * [ ] Eat at least five servings of fruits and vegetables. * [ ] Create something, even something tiny or a bit something bigger. * [ ] Go to bed at least eight hours before I needed to wake up. Started reading John Le Carré's Call for the Dead. Oh, you can download DynamoDB for local testing and dev. https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html ``` 🐚 Pauls-MacBook-Pro-2 ~ $ brew install java 🐚 Pauls-MacBook-Pro-2 ~ $ sudo ln -sfn /opt/homebrew/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk 🐚 Pauls-MacBook-Pro-2 ~ $ java --version openjdk 21.0.1 2023-10-17 OpenJDK Runtime Environment Homebrew (build 21.0.1) OpenJDK 64-Bit Server VM Homebrew (build 21.0.1, mixed mode, sharing) 🐚 Pauls-MacBook-Pro-2 ~ $ cd ~/bin/dynamodb_local_latest/ 🐚 Pauls-MacBook-Pro-2 bin/dynamodb_local_latest $ java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb Initializing DynamoDB Local with the following configuration: Port: 8000 InMemory: false DbPath: null SharedDb: true shouldDelayTransientStatuses: false CorsParams: null 🐚 Pauls-MacBook-Pro-2 ~ $ aws configure AWS Access Key ID [None]: fakeAccessKeyID AWS Secret Access Key [None]: fakeSecretAccessKey Default region name [None]: us-east-2 Default output format [None]: json 🐚 Pauls-MacBook-Pro-2 ~ $ aws dynamodb list-tables --endpoint-url http://localhost:8000 { "TableNames": [] } ``` Washed laundry. Servings: grains 3/6, fruit 1/4, vegetables 3/4, dairy 2/2, meat 0/3, nuts 0/0.5 Breakfast: carrots, tomato, pear, coffee Brunch: pierogis, tomato Lunch: Afternoon snack: Dinner:

< ^ txt