Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mojombo/tpw
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sridatta/sridatta.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
Loading
Showing with 14,032 additions and 1,129 deletions.
  1. +1 −1 CNAME
  2. +2 −1 _config.yml
  3. +33 −73 _layouts/default.html
  4. +31 −10 _layouts/post.html
  5. +0 −30 _posts/2008-10-18-how-i-turned-down-300k.textile
  6. +0 −44 _posts/2008-10-27-looking-back-on-selling-gravatar-to-automattic.textile
  7. +0 −24 _posts/2008-11-03-how-to-meet-your-next-cofounder.textile
  8. +0 −40 _posts/2008-11-17-blogging-like-a-hacker.textile
  9. +0 −168 _posts/2009-05-19-the-git-parable.textile
  10. +0 −43 _posts/2010-05-11-tomdoc-reasonable-ruby-documentation.textile
  11. +20 −0 _posts/2010-08-18-why-being-a-techie-is-ruining-your-products.html
  12. +11 −0 _posts/2010-08-19-26073165.html
  13. +0 −37 _posts/2010-08-23-readme-driven-development.md
  14. +12 −0 _posts/2010-08-28-youre-only-as-good-as-others-say-you-are.html
  15. +13 −0 _posts/2010-09-05-the-frightening-return-of-walled-gardens.html
  16. +0 −53 _posts/2010-10-18-optimize-for-happiness.md
  17. +0 −94 _posts/2011-03-29-ten-lessons-from-githubs-first-year.textile
  18. +0 −110 _posts/2011-05-03-rejected-bio-from-the-setup.md
  19. +25 −0 _posts/2011-09-18-what-computer-geeks-really-do-a-guide-for-fri.html
  20. +11 −0 _posts/2011-09-19-hidden-elegance-of-the-jvm.html
  21. +0 −78 _posts/2011-11-22-open-source-everything.md
  22. +16 −0 _posts/2011-11-28-how-to-everything-you-want-with-zero-discipli.html
  23. +14 −0 _posts/2012-01-08-testing-out-syntax-highlighting.html
  24. +26 −0 _posts/2012-01-09-setting-metrics-that-encourage-failure.html
  25. +17 −0 _posts/2012-01-17-nappy-boy-and-pretty-boy-finding-your-perfect.html
  26. +13 −0 _posts/2012-01-28-the-essence-of-a-good-software-framework.md
  27. +36 −0 _posts/2012-02-02-html5-has-failed-us.md
  28. +61 −0 _posts/2012-02-06-rabbit-holes-being-smart-hurts-prod.md
  29. +15 −0 _posts/2012-02-21-lazy-evaluation.md
  30. +26 −0 _posts/2012-03-31-how-I-learned-to-stop-worrying.md
  31. +46 −0 _posts/2012-04-23-primitives.md
  32. +30 −0 _posts/2012-08-12-im-a-maker-dammit.md
  33. +57 −0 _posts/2012-08-17-a-modest-proposal.md
  34. +31 −0 _posts/2012-10-29-why-you-will-never-have-a-jetpack.md
  35. +43 −0 _posts/2012-11-28-sponsored-stories.md
  36. +17 −0 _posts/2013-02-07-sprezzatura.md
  37. +26 −0 _posts/2013-09-31-bits-and-bobbles.md
  38. +29 −0 _posts/2013-10-07-bits-and-bobbles.md
  39. +24 −0 _posts/2013-10-28-bits-and-bobbles.md
  40. +154 −0 _posts/2013-12-25-elm.md
  41. +167 −0 _posts/2014-02-26-pmarca.md
  42. +9 −9 atom.xml
  43. +0 −197 css/screen.css
  44. +0 −60 css/syntax.css
  45. +7,053 −0 elm-runtime.js
  46. +35 −57 index.html
  47. +116 −0 part1.elm.html
  48. +2,470 −0 public/bootstrap.css
  49. BIN public/bridge.png
  50. BIN public/chains1.png
  51. BIN public/chains2.png
  52. BIN public/email.png
  53. BIN public/gitcoach.png
  54. BIN public/images/email.png
  55. BIN public/images/fb-link-dedup.png
  56. BIN public/images/fb-regular-sponsored.png
  57. BIN public/images/fb-smart-sponsored.png
  58. BIN public/images/fb-topic-dedup.png
  59. BIN public/images/linkedin.png
  60. BIN public/images/quotes_todo.png
  61. BIN public/images/trello_wishlist.png
  62. BIN public/images/twitter.png
  63. BIN public/nowjs.png
  64. BIN public/quora.png
  65. +42 −0 public/script.js
  66. +177 −0 public/style.css
  67. BIN public/tpain.jpg
  68. BIN public/twitter.png
  69. BIN public/uc_seal.png
  70. BIN public/vector_sri.jpg
  71. BIN public/vector_sri.png
  72. BIN public/video/elm_part1.mp4
  73. BIN public/video/elm_part1.webm
  74. BIN public/yc_logo.jpg
  75. +1,217 −0 rants.html
  76. +513 −0 teaching/hab-backend/docco.css
  77. +65 −0 teaching/hab-backend/index.html
  78. BIN teaching/hab-backend/public/fonts/aller-bold.eot
  79. BIN teaching/hab-backend/public/fonts/aller-bold.ttf
  80. BIN teaching/hab-backend/public/fonts/aller-bold.woff
  81. BIN teaching/hab-backend/public/fonts/aller-light.eot
  82. BIN teaching/hab-backend/public/fonts/aller-light.ttf
  83. BIN teaching/hab-backend/public/fonts/aller-light.woff
  84. BIN teaching/hab-backend/public/fonts/novecento-bold.eot
  85. BIN teaching/hab-backend/public/fonts/novecento-bold.ttf
  86. BIN teaching/hab-backend/public/fonts/novecento-bold.woff
  87. +375 −0 teaching/hab-backend/public/stylesheets/normalize.css
  88. +108 −0 teaching/hab-backend/step1.html
  89. +87 −0 teaching/hab-backend/step2.html
  90. +107 −0 teaching/hab-backend/step3.html
  91. +111 −0 teaching/hab-backend/step4.html
  92. +1 −0 teaching/hab-backend/step4_home.html
  93. +100 −0 teaching/hab-backend/step5.html
  94. +1 −0 teaching/hab-backend/step5_home.html
  95. +123 −0 teaching/hab-backend/step6.html
  96. +1 −0 teaching/hab-backend/step6_create.html
  97. +98 −0 teaching/hab-backend/step7.html
  98. +112 −0 teaching/hab-backend/step8.html
  99. +1 −0 teaching/hab-backend/step8_home.html
  100. +102 −0 teaching/hab-backend/step9.html
  101. +1 −0 teaching/hab-backend/step9_post.html
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tom.preston-werner.com
www.sridattalabs.com
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
markdown: rdiscount
markdown: redcarpet
pygments: true
permalink: pretty
106 changes: 33 additions & 73 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,83 +1,43 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>{{ page.title }}</title>
<meta name="author" content="Tom Preston-Werner" />
<link href="http://feeds.feedburner.com/tom-preston-werner" rel="alternate" title="Tom Preston-Werner" type="application/atom+xml" />

<!-- 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>
<meta charset="utf-8" />
<title>{{page.title}} : Sridatta Thatipamala</title>
<link rel="alternate" type="application/rss+xml" title="Sridatta's Blog" href="http://feeds.feedburner.com/sridatta" />
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28422161-1']);
_gaq.push(['_setDomainName', 'sridattalabs.com']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>

<script type="text/javascript" src="//use.typekit.net/dsm7vnp.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>

<link rel="stylesheet" type="text/css" href="/public/bootstrap.css" />
<link href='http://fonts.googleapis.com/css?family=Cabin:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="/public/style.css" />

<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>

<!-- ClickTale Top part -->
<script type="text/javascript">
var WRInitTime=(new Date()).getTime();
</script>
<!-- ClickTale end of Top part -->
<body id="home">

<div class="site">
<div class="title">
<a href="/">Tom Preston-Werner</a>
<a class="extra" href="/">home</a>
</div>

{{ content }}

<div class="footer">
<div class="contact">
<p>
Tom Preston-Werner<br />
Cofounder of <a href="http://github.com/">GitHub</a><br />
tom@mojombo.com
</p>
</div>
<div class="contact">
<p>
<a href="http://github.com/mojombo/">github.com/mojombo</a><br />
<a href="http://twitter.com/mojombo/">twitter.com/mojombo</a><br />
<a href="http://flickr.com/photos/mojombo/">flickr.com/photos/mojombo</a>
</p>
</div>
<div class="rss">
<a href="http://feeds.feedburner.com/tom-preston-werner">
<img src="/images/rss.png" alt="Subscribe to RSS Feed" />
</a>
</div>
</div>
</div>

<a href="http://github.com/mojombo"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" /></a>

<!-- ClickTale Bottom part -->
<div id="ClickTaleDiv" style="display: none;"></div>
<script type="text/javascript">
if(document.location.protocol!='https:')
document.write(unescape("%3Cscript%20src='http://s.clicktale.net/WRb.js'%20type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
if(typeof ClickTale=='function') ClickTale(206,0.3,"www03");
</script>
<!-- ClickTale end of Bottom part -->

<!-- Google Analytics -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-6016902-1");
pageTracker._trackPageview();
</script>
<!-- Google Analytics end -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="/public/script.js" type="text/javascript"></script>

</body>
</html>
41 changes: 31 additions & 10 deletions _layouts/post.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,36 @@
---
layout: default
---
<div id="post">
{{ content }}
<div class="container">
<div class="row">
<div id="content" class="span16">
<div class="row">
<div class="header">
<a href="{{page.url}}"><h1>{{page.title}}</h1></a>
</div>
</div>

<div class="row">
<div class="blog-content span10 offset3">
{{ content }}
</div>
</div>

</div>
</div>
</div>

<div id="related">
<h2>Related Posts</h2>
<ul class="posts">
{% for post in site.related_posts limit:3 %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>
<footer>
<div class="container">
<div class="row">
<div class="blog-content span10 offset3">
<h2>by Sridatta Thatipamala</h2>
<p>
Sridatta is a self-proclaimed technologist, humorist and Renaissance man.
Few others agree with this proclamation.
</p>
</div>
</div>
</div>
</footer>

30 changes: 0 additions & 30 deletions _posts/2008-10-18-how-i-turned-down-300k.textile

This file was deleted.

Loading