Skip to content

Commit 8aa72e6

Browse files
committed
notion cover letter, prune placeholder.
1 parent d3a96ef commit 8aa72e6

File tree

4 files changed

+55
-1
lines changed

4 files changed

+55
-1
lines changed

_layouts/blog.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
55
<link rel="stylesheet" type="text/css" href="/assets/css/blog.css">
66
<link rel="stylesheet" type="text/css" href="font-awesome-4.7.0/css/font-awesome.min.css">
7-
<title>theodore brockman - {{site.posts.last.title}}</title>
7+
<title>theodore brockman - blog</title>
88
{% seo %}
99
</head>
1010
{% include navbar.html %}
+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="stylesheet" type="text/css" href="/font-awesome-4.7.0/css/font-awesome.min.css">
7+
<link rel="stylesheet" type="text/css" href="/assets/css/post.css">
8+
<title>
9+
theodore brockman - {{page.title}}
10+
</title>
11+
{% seo %}
12+
</head>
13+
<body>
14+
{% include navbar.html %}
15+
<div class="page-container post-container">
16+
<div class="post-header">
17+
<h1>{{page.title}}</h1>
18+
</div>
19+
{{ content }}
20+
</div>
21+
<script src="/assets/js/post.js"></script>
22+
<script src="/assets/js/prism.js"></script>
23+
<!-- <div id="copyright" class="copyright">
24+
copyright © 2020 theodore brockman
25+
</div> -->
26+
<body>
27+
</html>
28+

notion/why-i-want-to-be-a-notino.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: why_i_want_to_work_at_notion
3+
title: why I want to be a notino
4+
author: Theodore Brockman
5+
---
6+
I'm excited about knowledge organization, I think there's a lot to be done to improve productivity through how we search and store information and the things we care about.
7+
8+
Humans, like computers, can only retain a limited amount of information in cache. Inevitably, we have to commit things to "long term" storage, which can get slower and slower to query the more we have on disk. *Not to mention* that the accuracy of the information that's returned can even *degrade* over time.
9+
10+
Naturally, it seems pretty obvious to supplement this process with something a bit more robust and less prone to failure.
11+
12+
## *enter technology!*
13+
14+
Technology offers us quite a few distinct benefits over our fleshy biology in this regard. We can store a lot of bits pretty reliably, and we can even recover from storage failures if necessary.
15+
16+
I think technology has done a fantastic job with helping people discover the internet, but I think it's currently lacking when it comes to helping people discover themselves. It seems like most applications fumble at some point facilitating a users data journey from creation to discovery
17+
and [Notion](https://notion.so) seems like a great place to start capitalizing on that.
18+
19+
I have ideas for the platform and would love to join the team.
20+
21+
-- theo

prune/index.html

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head></head>
4+
<body></body>
5+
</html>

0 commit comments

Comments
 (0)