forked from coffeemug/defmacro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
178 lines (66 loc) · 3.82 KB
/
index.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Slava Akhmechet</title>
<meta name="author" content="Slava Akhmechet" />
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css" type="text/css" />
<!-- Homepage CSS -->
<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" />
<!-- Typekit -->
<script type="text/javascript" src="http://use.typekit.com/jpd0pfm.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
<body>
<div class="site">
<div class="title">
<a href="/">Slava Akhmechet</a>
</div>
<div id="home">
<h1>Building A Company</h1>
<ul class="posts">
<li><span>25 Feb 2015</span> » <a href="/2015/02/25/startup-ideas.html">How to pick startup ideas</a></li>
<li><span>03 Oct 2014</span> » <a href="/2014/10/03/engman.html">44 engineering management lessons</a></li>
<li><span>29 Jan 2014</span> » <a href="/2014/01/29/why-startups-fail.html">Why startups fail</a></li>
<li><span>26 Sep 2013</span> » <a href="/2013/09/26/products.html">How to build great products</a></li>
<li><span>23 Jul 2013</span> » <a href="/2013/07/23/startup-lessons.html">57 startup lessons</a></li>
<li><span>03 Jun 2013</span> » <a href="/2013/06/03/engineering-commandments.html">The ten project management commandments</a></li>
<li><span>03 Apr 2013</span> » <a href="/2013/04/03/issue-etiquette.html">Github issue etiquette</a></li>
<li><span>10 Mar 2013</span> » <a href="/2013/03/10/effective-handbook.html">The effective engineer’s handbook</a></li>
</ul>
<h1>Other thoughts</h1>
<ul class="posts">
<li><span>27 Aug 2014</span> » <a href="/2014/08/27/speakup.html">Speak up</a></li>
<li><span>09 Dec 2013</span> » <a href="/2013/12/09/learn-to-code.html">Learn to code like it's 1996</a></li>
</ul>
<h1>Older Posts</h1>
<p>I wrote these a long time ago. I was much more naive then about the craft of software engineering, so proceed with caution.</p>
<ul class="posts">
<li><span>19 Jun 2006</span> » <a href="/ramblings/fp.html">Functional Programming For The Rest of Us</a></li>
<li><span>08 May 2006</span> » <a href="/ramblings/lisp.html">The Nature of Lisp</a></li>
</ul>
</div>
<div class="footer">
<div class="contact">
<p>
Slava Akhmechet<br />
Cofounder of <a href="http://www.rethinkdb.com">RethinkDB</a><br />
</p>
</div>
<div class="contact">
<p>
<a href="http://www.youtube.com/watch?v=B-YrZMR9QXc">λ</a><br />
<a href="http://www.defmacro.org">defmacro.org</a><br />
<a href="http://github.com/coffeemug/">github.com/coffeemug</a><br />
</p>
</div>
<div class="icon">
<img src="/images/glider.png" alt="hacker emblem" />
</div>
</div>
<link rel="alternate" type="application/atom+xml" title="defmacro.org" href="/feed.atom" />
</div>
</body>
</html>