├── .gitignore
├── CNAME
├── README
└── index.html
/.gitignore:
--------------------------------------------------------------------------------
1 | .*.swp
2 |
--------------------------------------------------------------------------------
/CNAME:
--------------------------------------------------------------------------------
1 | hammer.lol
--------------------------------------------------------------------------------
/README:
--------------------------------------------------------------------------------
1 | Live at http://hammer.lol
2 |
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Hammer is a new company
6 |
7 |
12 |
13 | Hammer is a new company
14 |
15 |
16 | Are you sick of search engines returning "news", ads, and SEO spam when you wanted information?
17 |
18 | If this is you, you need a Hammer. The world needs a Hammer.
19 |
20 |
21 | Our mission:
22 | "To organize the world's information and make it accessible to anyone who pays Hammer $30/month"
23 |
24 | Our motto:
25 | "Don't be evil. And if we ever remove this motto, it's because we are evil now."
26 |
27 | Our slogan:
28 | "Better search, better results. Hammer"
29 |
30 |
31 |
32 | Proposed funding model:
33 |
34 | How many people would sign up for this service a year before it exists?
35 | If I believed it would happen, I know I would.
36 | Could we get 1000? If so, this might be doable to bootstrap.
37 | You would get a "True Believer" badge for life in your account.
38 |
39 | Seeking applications for the following role(s):
40 |
41 | Founder (cause I never want to start another company)
42 | * Must agree to an "Unbreakable Vow" of never becoming evil.
43 | * Must have mad infrastructure skills cause otherwise how could you know who to hire?
44 |
45 | Got several job applications already, but none for the one position Hammer is hiring for.
46 | If you are looking for a SW eng job at a similar vibe of company, consider applying to comma.
47 |
48 | Why now?
49 |
50 | Modern language model tech has made really good search possible.
51 | Who will build something that is good and not just one big ad?
52 |
53 | Contact:
54 |
55 | geohot+hammer@gmail.com
56 |
57 |
58 | a nice song about hammers
59 |
60 |
61 |
--------------------------------------------------------------------------------