- Build a HackerNews client (Http)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# LANGUAGE OverloadedStrings #-} | |
module HaskellTodo where | |
import Network.Wai | |
import Network.HTTP.Types.Status | |
import Network.Wai.Handler.Warp (run) | |
import System.IO | |
import qualified Data.ByteString.Lazy as B | |
import Data.ByteString.Lazy.Char8 (pack) |
I hereby claim:
- I am damienklinnert on github.
- I am damienklinnert (https://keybase.io/damienklinnert) on keybase.
- I have a public key whose fingerprint is 4040 D59C 39C1 7589 3C90 F050 D14C 1FF8 62F1 F33E
To claim this, I am signing this object:
slides http://dt.pe/lY4rb0
- What Is a Startup?
- A new found business build to grow rapidly (NOT like a barber
shop)
- search a new niche with a huge market and be the first one to take over the place here
- A new found business build to grow rapidly (NOT like a barber
shop)
- often new technology is involved!
source http://vimeo.com/5895898
- everyone can make something up, finishing is the only important thing
- whats frightening is not the preparation, but the pushing out to public
- 37signals -> ship as soon as there's no time or budget anymore
- the closer you get to the deadline, the more you change and replace and trash (until you miss the deadline)
- so you must trash in the beginning, NOT later
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require.config({ | |
baseUrl: 'lib', | |
paths: { | |
'jquery': '../components/jquery/jquery', | |
'underscore': '../components/underscore/underscore', | |
'backbone': '../components/backbone/backbone', | |
}, | |
shim: { | |
'jquery': { | |
exports: '$', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* the art of clean css code */ | |
/* from http://www.adobe.com/devnet/html5/articles/css-everything-is-global-and-how-to-deal-with-it.html */ | |
/* and http://nicolasgallagher.com/about-html-semantics-front-end-architecture */ | |
/* | |
problem in css: all styles are global, so they can easily pollute the global namespace | |
and make all your styles look bad, this is especially true for reusable components and | |
frameworks. Here are some guidelines for clean css that won't interfere. | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
A small script for use with Rhetoricus. | |
https://rhetoricus.jit.su/ | |
It clicks five unfollow buttons, then waits 20 seconds before clicking another five. | |
To use, paste it into Firefox's scratchpad whilst using Rhetoricus. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>move your mouse over the words</h1> | |
<a href="#light">one</a> | |
<a href="#dark">two</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="appname"> | |
<h3 class="appname">rhetoricus <small>by @damienklinnert</small> <span class="label label-warning">stable</span></h3> | |
<p class="muted desc descm">See who's not following you back on app.net.<br /><br /><br /></p> | |
<br /> | |
<p class="desc"> | |
<i class="icon-chevron-right"></i> Screenshots | |
<div class="screenshots"> | |
<a class="fancybox" rel="appname" href="https://my.doctape.com/s/fB5HfG/image.jpg" title="home screen"> | |
<img src="https://my.doctape.com/s/fB5HfG/image.jpg" alt="" width="100px" height="auto" /> | |
</a> |
NewerOlder