Skip to content

Commit ed79405

Browse files
committed
vault backup: 2023-06-02 22:44:29 with 9 changed
Affected files: .obsidian/core-plugins.json A - DX Circle/DX Tips blog ideas.md A - Mixtape/Mixtape Daily Health notes.md A - Mixtape/Mixtape Daily Technical notes.md R - Company Running/Culture.md R - Creator Resources/Marketing Examples.md R - Dev Notes/Fallacies of Distributed Computing.md R - Investing & Ideas/ai paas.md R - Product/Game Design notes.md
1 parent 1f00e75 commit ed79405

File tree

9 files changed

+61
-2
lines changed

9 files changed

+61
-2
lines changed

.obsidian/core-plugins.json

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"switcher",
55
"graph",
66
"backlink",
7+
"canvas",
78
"outgoing-link",
89
"tag-pane",
910
"page-preview",
@@ -12,6 +13,7 @@
1213
"command-palette",
1314
"slash-command",
1415
"editor-status",
16+
"bookmarks",
1517
"markdown-importer",
1618
"outline",
1719
"word-count",

A - DX Circle/DX Tips blog ideas.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11

2+
3+
## mistakes of community
4+
5+
https://www.cio.com/article/2373699/6-stupid-mistakes-companies-make-with-their-online-communities.html
6+
7+
## 99% developers
8+
9+
https://future.com/software-development-building-for-99-developers/
10+
11+
12+
## writing advice
13+
14+
https://refactoringwords.com/
15+
216
## how devtools do product hunt
317

418
- lago https://twitter.com/byAnhtho/status/1644009408672956417

A - Mixtape/Mixtape Daily Health notes.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ hapoiness https://overcast.fm/+TbPfIg
66

77
## physical health
88

9+
3 hours a week workout https://overcast.fm/+vpWYtlVfE/40:00 from peter attia 50% lower risk of death
10+
911
VO2 max https://overcast.fm/+2-B-_N0xY/17:20 range to 26 mins. then https://overcast.fm/+2-B-_N0xY/1:39:49 vo2max 12 min sprint. 1 mile walk test. to 1h 42. 20mins of work.. finished iut at 1h 50 for levels u want https://overcast.fm/+2-B-_N0xY/1:50:00
1012

1113
1h 07 movement tests https://overcast.fm/+2-B-_N0xY/1:07:00 upt to 1:27

A - Mixtape/Mixtape Daily Technical notes.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ surprising capabilities of foundation models percy liang https://overcast.fm/+_C
4343

4444
why openai plays dota https://overcast.fm/+BAFqMF8ma8/30:07 - sama and gregb
4545

46+
riley goodside history of prompt engineering https://overcast.fm/+vScN1ohJs/09:30
4647

4748
huggingface bloom and bloomz https://overcast.fm/+yIRSmLZik/17:48
4849

R - Company Running/Culture.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11

22
https://review.firstround.com/80-of-Your-Culture-is-Your-Founder
3+
- **If you’re a founder evaluating yourself, consider asking:**
4+
- What are my strengths?
5+
- What am I outstanding at?
6+
- What sets me apart from the people around me?
7+
- What do I value about the people around me?
8+
- When I look at my friends, what are the characteristics they have in common?
9+
- What qualities drive me crazy about people
10+
- How do I make my best decisions? (Think of a recent decision you made that had a good outcome. What process led to that?)
11+
- What am I bad at?
12+
zuck
13+
When Facebook first started to grow, Mark Zuckerberg spent time asking other CEOs about some of the things they did early on at Microsoft, Apple, and others to establish culture and explain to people what it meant to work there. One of the best pieces of advice he got was to write down a succinct list of what it meant to be “one of us.”
14+
It apparently took him 10 minutes, and he ended up with this list:
15+
- A very high IQ
16+
- Strong sense of purpose
17+
- Relentless focus on success
18+
- Aggressive and competitive
19+
- High quality bar, bordering on perfectionism
20+
- Likes changing and disrupting things
21+
- New ideas on how to do things better
22+
- High integrity
23+
- Surrounds themselves with good people
24+
- Cares about building real value over perceived value
25+
26+
327

428
https://blog.chander.app/2020/10/25/stripe.html
529

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11

22

3-
- https://wistia.com/series/gear-squad wistia colorful character driven/cartoon animation marketing campaign (also listen to the podcast episode)
3+
- https://wistia.com/series/gear-squad wistia colorful character driven/cartoon animation marketing campaign (also listen to the podcast episode)
4+
5+
6+
## video swipe file
7+
8+
- lazy.so https://twitter.com/demtzu/status/1589633050107080704/mediaviewer

R - Dev Notes/Fallacies of Distributed Computing.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ created: 2021-12-17 15:40
33
updated: 2021-12-20 09:54
44
---
55

6+
kleppmann distsys textbook https://www.cl.cam.ac.uk/teaching/2122/ConcDisSys/dist-sys-notes.pdf
7+
8+
9+
610
<https://www.se-radio.net/2021/07/episode-470-l-peter-deutsch-on-the-fallacies-of-distributed-computing/>
711

812
The [fallacies](https://en.wikipedia.org/wiki/Fallacy "Fallacy") are:

R - Investing & Ideas/ai paas.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,8 @@ https://twitter.com/kevinafischer/status/1624629889306595329
104104
- treybig
105105
- 1. I think its really confusing to software engineers today how you go from big model (including which one to start with) to something production grade - which model to big, how to align, should you fine tune, should you quantize, how do you get to the cost/latency characteristics needed, what is the "pareto optimal" curve across cost/accuracy/latency, etc
106106
- and then there are so, so, so many ways to generate data and align now, and then other architectures like training these smaller models on FM generated data, etc
107-
- i think if something just made this trivially simple it would be interesting
107+
- i think if something just made this trivially simple it would be interesting
108+
109+
## summarization
110+
111+
- https://www.summari.com

R - Product/Game Design notes.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ adding juice https://garden.bradwoods.io/notes/design/juice
44
- mario periodic wins
55
- sounds to confirm and teach
66

7+
dark patterns https://www.darkpattern.games/
8+
9+
710
https://www.amazon.co.uk/Art-Game-Design-book-lenses/dp/0123694965
811

912
https://youtu.be/XwUM33VJRbY sid meier one more turn - happens when you overlay short term vs medium term vs long term goals

0 commit comments

Comments
 (0)