-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwriting.html
101 lines (89 loc) · 4.01 KB
/
writing.html
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
90
91
92
93
94
95
96
97
98
99
100
101
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Writing / Alson Chan</title>
<meta name="description" content="I'm at Berkeley studying electrical engineering, computer science, and data science.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Alson Chan">
<meta property="og:type" content="">
<meta property="og:url" content="alsonchan.com">
<meta property="og:image" content="">
<link rel="icon" href="favicon.png" sizes="any">
<link rel="icon" href="favicon.png" type="image/svg+xml">
<link rel="apple-touch-icon" href="favicon.png">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/style.css">
<link rel="manifest" href="site.webmanifest">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<!-- Add your site or application content here -->
<div class="simple-container">
<div class="header">
<p class="back">
<a href="index.html"><- home</a>
</p>
<p class="subpage">Writing </p>
<!-- PROJECTS -->
<br>
<div class="row personal-elem">
<p>I write every so often on <a class="article-link" href="https://alson.substack.com/"
target="_blank">Substack</a>.</p>
<!-- <p>Not sure where to start? Try one of these:</p>
<div class="indented">
<div class="row article">
<a class="article-link"
href="https://varunshenoy.substack.com/p/why-open-source-ai-will-win" target="_blank">
Why Open Source AI Will Win
</a>
</div>
<div class="row article">
<a class="article-link"
href="https://varunshenoy.substack.com/p/the-future-of-no-code-is-low-code" target="_blank">
Please Build More Silly Things
</a>
</div>
<div class="row article">
<a class="article-link"
href="https://varunshenoy.substack.com/p/natural-language-is-an-unnatural" target="_blank">
Natural Language Is an Unnatural Interface
</a>
</div>
<div class="row article">
<div class="article-title">
<a class="article-link"
href="https://varunshenoy.substack.com/p/the-future-of-no-code-is-low-code"
target="_blank">
The Future of No Code is Low Code
</a>
</div>
</div>
<div class="row article">
<div class="article-title">
<a class="article-link"
href="https://varunshenoy.substack.com/p/dont-major-in-computer-science"
target="_blank">
Don't Major in Computer Science
</a>
</div>
</div>
</div> -->
<br>
<p>Articles:</p>
<!-- <p class="year">2023</p> -->
<div class="indented">
<div class="row article">
<a class="article-link"
href="https://alson.substack.com/p/vertical-software-american-dynamism" target="_blank">
Vertical Software, American Dynamism, and AI Part 1: Commercial Energy
</a>
</div>
</div>
</div>
<br>
<br>
</div>
</body>
</html>