Skip to content

Commit 4a99374

Browse files
committed
vault backup: 2022-10-29 09:31:53 with 1 changed
Affected files: SCRATCHPAD.md
1 parent c7c7895 commit 4a99374

File tree

1 file changed

+104
-0
lines changed

1 file changed

+104
-0
lines changed

SCRATCHPAD.md

+104
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,110 @@ created: 2021-12-01 01:35
33
updated: 2022-04-26 12:12
44
---
55

6+
7+
## rishi raman
8+
9+
- quillsql
10+
- embedded analytics
11+
- alerts
12+
- series A+ company to have real enterprise customers
13+
- cofounders
14+
- S20, sean W20
15+
- working at toyota ventures right now
16+
- taking angel money, scout money
17+
- shut down due to call center
18+
- close to something
19+
- sell the product vs
20+
- second company
21+
- dont tell brittnay
22+
- raise seed in jan/feb
23+
- dont want pple to know
24+
-
25+
26+
## palette.dev - amila welihinda
27+
28+
- YC got in
29+
- raised 1.3m
30+
- oss for 8 years
31+
- electtron react boilerplate
32+
- consulting
33+
- optimized shitty slow electron apps. used to take 20s to startup
34+
- linting
35+
- js infra background
36+
- realized real user monitoring
37+
- perf eng at aws
38+
- cut render time in half - not related to profiling, but learned to MEASURE EVERYTHING
39+
- so many webapps slow, vscode
40+
- biz interest to make these apps fasts
41+
- prototype of chrome devtools powered by end user session to make perf debugging really easy
42+
- feels too easy
43+
- session replay but from devtools
44+
- replay frames, stack traces, profile the frontend with <1% overhead
45+
- tauri gonna run into a few issue
46+
- have to rebuild chrome
47+
- size of application being downloaded
48+
- traction
49+
- past series B
50+
- video conf platforms/whiteboarding
51+
- will be integrating with steve ruiz
52+
- some interest with notion
53+
- we will be readdy for notion in 6 months
54+
- every click, function call
55+
- between start/stop api
56+
- decide sampling rate - 1%, 2%
57+
- "we are like amplitude"
58+
- used firefox profiler to get it working
59+
- work in both the browser and electron
60+
- tldraw
61+
- leftonread (YC company)
62+
electron
63+
can see latency in render process
64+
- can see jank, render flamegraphs
65+
- have prototype working for serverless nodejs context
66+
- no one is profiling nextjs in vercel, not even datadog
67+
- can offer serverside view and clientside view side by side
68+
- who are you competing with?
69+
- competing with chrome devtools
70+
- sentry doesnt profile the web. no company is profiling the web
71+
- profiler is a program that samples the stack of a program at time intervers
72+
- or tracing <- sentry does this
73+
- "palette is a true profiling solution"
74+
- you cant think of a profile without function calls
75+
- replay.io -> doesnt profile produciton
76+
- debugging, not performance
77+
- developers want a profiler
78+
- in CI/CD
79+
- based on real user data - the most valuable data
80+
- anything other than real user metrics are proxy for UX
81+
- team
82+
- first hire last week
83+
- 1 contractor for a while
84+
- hiring aggressively
85+
- now because have demo
86+
- stack
87+
- static analysis in TS
88+
- migrating to rust
89+
- graphql, prisma
90+
- nextjs
91+
- supabase
92+
- pg+timescaledb => timescale cloud
93+
- didnt like influxdb
94+
- vitess thru planetscale
95+
- moved off -> a lot of requirements for ts data
96+
- why not clickhouse
97+
- want to reduce tools that we use
98+
- timescale can query 20m records in a second bc everything fetched from disk in materialized view
99+
- didnt want all events in separate stack
100+
- 2 weeks retention
101+
- deal -> SAFE
102+
- want VC?
103+
- bootstrapped too slow
104+
- size of mkt - growing. increasing imptnce
105+
- top new alternatives to ddog
106+
- modern profiler - sentry kind of a toy
107+
- profiling on the web
108+
109+
6110
## tldraw visit
7111

8112
okso.app

0 commit comments

Comments
 (0)