Skip to content
Sevak Girard
.
Domains
Work
About
Writing
Contact
Loading
Generative score
Sevak Girard
.
Domains
Work
About
Writing
Contact
Writing · Nº 04
Page 2 of 89
The writing
Engineering
How to Build Multiplayer Cursors and Selections
Multiplayer cursors and selections are high-frequency ephemeral state. Throttle them, never persist them, and broadcast only to the room to keep editing feel live.
Jul 7, 2026 · 4 min
Strategy
Why Content Is Your Real Bottleneck, Not Writing
Your content bottleneck is almost never writing speed. It is the workflow around content. Here is how to find the real constraint and fix it.
Jul 6, 2026 · 3 min
Strategy
When to Switch to AI Bookkeeping (and When Not To)
When to switch to AI bookkeeping and when to wait: the signals that mean you are ready, the ones that mean fix your process first, and how to move without losing history.
Jul 6, 2026 · 4 min
Engineering
Server-Sent Events vs WebSockets: Which to Use
Server-sent events vs WebSockets is a question of direction. Here is when one-way SSE beats a full socket, and when you actually need bidirectional real-time.
Jul 6, 2026 · 4 min
Strategy
Music Marketing Metrics That Actually Matter
Most music marketing metrics are vanity. Here are the few numbers that tell an independent artist whether the brand is really growing, and which to ignore.
Jul 6, 2026 · 3 min
Strategy
Handling Multiple Plaintiffs From One Accident
When several clients come from one crash, PI case software has to link the files without confusing them. Here is how to manage multiple plaintiffs, one accident.
Jul 6, 2026 · 4 min
Operating
How to Choose a VPS Provider You Can Trust
A checklist for how to choose a VPS provider you can trust: the pricing, hardware, network, and exit terms that actually matter when you own your own stack.
Jul 6, 2026 · 4 min
Engineering
How Much RAM Does Postgres Need on a Small VPS?
How much RAM does Postgres actually need? Here is how to size and tune Postgres memory on a small VPS so it runs fast without starving your app.
Jul 6, 2026 · 4 min
Operating
What Happens When a Solo Operator Takes a Week Off
If your portfolio breaks the week you step away, you built it wrong. Here is how a solo operator takes a real week off and what that test reveals about the business.
Jul 5, 2026 · 4 min
Engineering
How to Handle Merge Variables in Email Templates Safely
A null merge variable sends 'Hi ,' to a real customer. Here is how to handle merge variables in email templates safely with defaults, guards, and escaping.
Jul 5, 2026 · 4 min
Engineering
LLM Parsing vs CSS Selectors for Scraping: When to Use Each
Should you parse scraped pages with an LLM or CSS selectors? Selectors are cheap and exact; LLMs handle chaos. Here is how to choose without blowing your cost per page.
Jul 5, 2026 · 4 min
Operating
How to Explain an AI Decision to a Regulator
A regulator will not accept 'the model decided.' How to explain an AI decision with the record, the reasoning, and the controls that make it defensible.
Jul 5, 2026 · 4 min
←
Prev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Next
→