cokehead 0.0.1.alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ spec/vcr
2
+ *.DS_Store
3
+ *.swp
4
+ *.gem
5
+ .bundle
6
+ Gemfile.lock
7
+ pkg/*
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --color
data/.rvmrc ADDED
@@ -0,0 +1 @@
1
+ rvm use --create 1.9.2@cokehead
@@ -0,0 +1,2 @@
1
+ rvm:
2
+ - 1.9.2
@@ -0,0 +1,3 @@
1
+ ## v.0.0.1
2
+
3
+ * initial release
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source "http://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in cokehead.gemspec
4
+ gemspec
@@ -0,0 +1,8 @@
1
+ ## CokeHead (working title)
2
+
3
+ * For DearCokeTalk.com addicts
4
+ * This app will:
5
+ * Enable fulltext search of posts
6
+ * Allow tagging of posts
7
+ * Be fast as shit on a mobile device
8
+ * Enable a list of favorites (maybe)
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require 'rspec/core/rake_task'
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task default: :spec
@@ -0,0 +1,28 @@
1
+ # -*- encoding: utf-8 -*-
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+ require "cokehead/version"
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = "cokehead"
7
+ s.version = Cokehead::VERSION
8
+ s.authors = ["Joe Sak"]
9
+ s.email = ["joe@joesak.com"]
10
+ s.homepage = ""
11
+ s.summary = "DearCokeTalk.com addicts, get your fix."
12
+ s.description = "This gem will aggregate dearcoketalk.com posts and make them fulltext searchable because Tumblr search sucks."
13
+
14
+ s.rubyforge_project = "cokehead"
15
+
16
+ s.files = `git ls-files`.split("\n")
17
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
+ s.require_paths = ["lib"]
20
+
21
+ # specify any dependencies here; for example:
22
+ s.add_development_dependency "rake"
23
+ s.add_development_dependency "rspec"
24
+ s.add_development_dependency "vcr"
25
+ s.add_development_dependency "fakeweb"
26
+
27
+ s.add_runtime_dependency "nokogiri"
28
+ end
@@ -0,0 +1,26 @@
1
+ require "cokehead/version"
2
+ require 'open-uri'
3
+ require 'nokogiri'
4
+
5
+ class Cokehead
6
+ def initialize(url)
7
+ @url = url
8
+ end
9
+
10
+ def parse
11
+ @parsed = Nokogiri::HTML.parse(open(@url))
12
+ end
13
+
14
+ def links
15
+ @links ||= parse.css('#content section a')
16
+ end
17
+
18
+ def posts(limit=0)
19
+ limited_links = if limit.zero?
20
+ @links
21
+ else
22
+ @links.first(limit)
23
+ end
24
+ @posts ||= limited_links.collect { |link| Cokehead.new(link['href']).parse }
25
+ end
26
+ end
@@ -0,0 +1,3 @@
1
+ class Cokehead
2
+ VERSION = "0.0.1.alpha"
3
+ end
@@ -0,0 +1,36 @@
1
+ require 'spec_helper'
2
+
3
+ describe "Cokehead" do
4
+ let(:cokehead) { Cokehead.new('http://www.dearcoketalk.com/advice') }
5
+ let!(:parsed) do
6
+ VCR.use_cassette('all_the_past_advice') do
7
+ cokehead.parse
8
+ end
9
+ end
10
+
11
+ it "parses the html" do
12
+ parsed.title.should eq('All the Past Advice | Dear Coke Talk')
13
+ end
14
+
15
+ context "parsing Coketalk's 'all the past advice' URL" do
16
+ let!(:links) do
17
+ VCR.use_cassette('collect_links') do
18
+ cokehead.links
19
+ end
20
+ end
21
+
22
+ let!(:posts) do
23
+ VCR.use_cassette('parse_posts') do
24
+ cokehead.posts(1)
25
+ end
26
+ end
27
+
28
+ it "collects all the links in '#content section'" do
29
+ links.size.should eq(1001)
30
+ end
31
+
32
+ it "creates posts from the collected links" do
33
+ posts.first.title.should eq('On only you. | Dear Coke Talk')
34
+ end
35
+ end
36
+ end
@@ -0,0 +1,8 @@
1
+ require 'rubygems'
2
+ require 'vcr'
3
+ require 'cokehead'
4
+
5
+ VCR.config do |c|
6
+ c.cassette_library_dir = "spec/vcr"
7
+ c.stub_with :fakeweb
8
+ end
@@ -0,0 +1,440 @@
1
+
2
+ <!doctype html>
3
+ <!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
4
+ <!--[if IE 7 ]> <html class="ie7"> <![endif]-->
5
+ <!--[if IE 8 ]> <html class="ie8"> <![endif]-->
6
+ <!--[if IE 9 ]> <html class="ie9"> <![endif]-->
7
+ <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
8
+ <head>
9
+ <meta charset="utf-8">
10
+
11
+ <!--[if IE]><![endif]-->
12
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
13
+
14
+ <title>All the Past Advice | Dear Coke Talk</title>
15
+
16
+ <meta name="description" content="All the Past Advice - On only you.&lowast; On opening up your relationship.&lowast; On forgiveness.&lowast; On tomorrow.&lowast; On vacation.&lowast; On a very sad person.&lowast; On fun sized advice.&lowast; On your costume.&lowast; On occupying wall..." />
17
+ <meta name="keywords" content="Dear Coke Talk" />
18
+
19
+ <meta name="bitly-verification" content="d144ea9f906b"/>
20
+
21
+ <meta name="author" content="Style Hatch - http://stylehatch.co | @stylehatch / Jonathan Moore - http://jonathanmoore.com | @newezra">
22
+ <meta name="Copyright" content="Traction Theme - Copyright Style Hatch &amp; New Ezra LLC 2010. All Rights Reserved." />
23
+
24
+ <!--
25
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26
+ Traction Theme - 1.0.0
27
+ Premium Tumblr Theme
28
+ http://tractiontheme.tumblr.com
29
+ Theme by: Style Hatch - http://stylehatch.co
30
+ Support: traction@stylehatch.co | @stylehatch | http://tumblr.com/theme/00000
31
+ _____ __ __ __ __ __ __
32
+ / ___// /___ __/ /__ / / / /___ _/ /______/ /_
33
+ \__ \/ __/ / / / / _ \ / /_/ / __ `/ __/ ___/ __ \
34
+ ___/ / /_/ /_/ / / __/ / __ / /_/ / /_/ /__/ / / /
35
+ /____/\__/\__, /_/\___/ /_/ /_/\__,_/\__/\___/_/ /_/
36
+ /____/
37
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38
+ -->
39
+
40
+ <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
41
+ <link rel="shortcut icon" href="http://30.media.tumblr.com/avatar_6261375304a1_16.png"/>
42
+ <link rel="apple-touch-icon" href="http://25.media.tumblr.com/avatar_6261375304a1_128.png"/>
43
+
44
+ <!-- Facebook API -->
45
+ <meta property="og:title" content="Dear Coke Talk - All the Past Advice | "/>
46
+ <meta property="og:site_name" content="Dear Coke Talk"/>
47
+
48
+ <!-- APPEARANCE -->
49
+ <!-- Options -->
50
+ <meta name="if:Dark style" content="1"/>
51
+ <meta name="if:Show portrait in description" content="0"/>
52
+ <meta name="if:Show group blog details" content="1"/>
53
+ <meta name="if:Show sites I follow" content="1"/>
54
+ <meta name="if:Use smart bold titles" content="1"/>
55
+ <meta name="if:Use custom fonts" content="1"/>
56
+ <meta name="if:Tile background image" content="0"/>
57
+
58
+ <!-- Custom Text -->
59
+ <meta name="text:Site secondary title" content=""/>
60
+ <meta name="text:Pages title" content="Pages"/>
61
+ <meta name="text:Description title" content="About this site"/>
62
+ <meta name="text:Social links title" content="Find me on"/>
63
+ <meta name="text:Authors title" content="Site authors"/>
64
+ <meta name="text:Following title" content="Sites we follow"/>
65
+ <meta name="text:Twitter title" content="Recent updates"/>
66
+ <meta name="text:Likes title" content="Posts I like"/>
67
+ <meta name="text:Flickr title" content="Flickr Feed"/>
68
+ <meta name="text:Footer copyright" content=""/>
69
+ <!-- Custom Text - 3rd party -->
70
+ <meta name="text:Disqus ID" content=""/>
71
+ <meta name="text:Google Analytics ID" content=""/>
72
+ <meta name="text:Clicky ID" content=""/>
73
+ <meta name="text:Flickr ID" content=""/>
74
+ <meta name="text:Tweet count" content="3"/>
75
+ <meta name="text:Likes count" content="3"/>
76
+ <meta name="text:Sidebar left widget HTML" content=""/>
77
+ <meta name="text:Sidebar right widget HTML" content=""/>
78
+ <!-- Custom Text / Social links -->
79
+ <meta name="text:Behance URL" content=""/>
80
+ <meta name="text:Cargo URL" content=""/>
81
+ <meta name="text:Delicious URL" content=""/>
82
+ <meta name="text:Deviant Art URL" content=""/>
83
+ <meta name="text:Digg URL" content=""/>
84
+ <meta name="text:Dribbble URL" content=""/>
85
+ <meta name="text:Ember URL" content=""/>
86
+ <meta name="text:Etsy URL" content=""/>
87
+ <meta name="text:Facebook URL" content=""/>
88
+ <meta name="text:FFFFound URL" content=""/>
89
+ <meta name="text:Flickr URL" content=""/>
90
+ <meta name="text:Formspring URL" content=""/>
91
+ <meta name="text:Forrst URL" content=""/>
92
+ <meta name="text:Foursquare URL" content=""/>
93
+ <meta name="text:Gowalla URL" content=""/>
94
+ <meta name="text:LastFM URL" content=""/>
95
+ <meta name="text:Linkedin URL" content=""/>
96
+ <meta name="text:Rdio URL" content=""/>
97
+ <meta name="text:Skype URL" content=""/>
98
+ <meta name="text:Slideshare URL" content=""/>
99
+ <meta name="text:Soundcloud URL" content=""/>
100
+ <meta name="text:Stumbled Upon URL" content=""/>
101
+ <meta name="text:Twitter URL" content=""/>
102
+ <meta name="text:Vimeo URL" content=""/>
103
+ <meta name="text:Website URL" content=""/>
104
+ <meta name="text:YouTube URL" content=""/>
105
+ <meta name="text:Email Address" content=""/>
106
+ <!-- Images -->
107
+ <meta name="image:Background" content=""/>
108
+ <!-- Colors -->
109
+ <meta name="color:Background" content="#f0f6ff"/>
110
+ <meta name="color:Accent" content="#52c7fd"/>
111
+ <meta name="color:Link Background" content="#f0f6ff"/>
112
+ <meta name="color:Title" content="#ffffff"/>
113
+ <meta name="color:Subtitle" content="#52c7fd"/>
114
+ <meta name="color:Background Top Glow" content="#1a2429"/>
115
+
116
+ <link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.dearcoketalk.com/rss"/>
117
+
118
+ <link rel="stylesheet" href="http://static.tumblr.com/fftf9xi/wMAldn0kj/pictos.css?v=100">
119
+
120
+ <link rel="stylesheet" href="http://hollywoodbullshit.com/assets/traction.css">
121
+
122
+ <style type="text/css">
123
+ /* <![CDATA[ */
124
+ body, body.light {
125
+ background-color: #f0f6ff;
126
+ background-image: -webkit-gradient(linear, 0 0, 0 6%, from(#f0f6ff), to(#f0f6ff));
127
+
128
+
129
+ background-repeat: no-repeat; background-position: center top;
130
+ }
131
+ a, a:active, a:visited, a:hover, #util-bar a:hover, body.light #util-bar a:hover, #site h2, article section a, article section a:active, article section a:visited, body.light article section a, body.light article section a:active, body.light article section a:visited, article.text h2 a:hover, body.light article.text h2 a:hover, article.link header h2 a, article.link header h2 a:active, article.link header h2 a:visited, body.light article.link header h2 a, body.light article.link header h2 a:active, body.light article.link header h2 a:visited, article.link header h2 a:hover, article.audio header .audio-player p a, article footer a:hover, body.light article footer a:hover, article footer li.time a:hover:before, article footer li.notes a:hover:before, article footer li.comments a:hover:before, article footer li.share a:hover:before, body.light article footer li.time a:hover:before, body.light article footer li.notes a:hover:before, body.light article footer li.comments a:hover:before, body.light article footer li.share a:hover:before, .contributors .author p a, .contributors .author p a:active, .contributors .author p a:visited, body.light .lastfm li p a strong, .lastfm li p a:hover, .lastfm li p a:hover strong, aside footer a:hover, body.light aside footer a:hover {
132
+ color: #636363;
133
+ }
134
+ ::-moz-selection {
135
+ background: #636363;
136
+ }
137
+ ::selection {
138
+ background: #636363;
139
+ }
140
+ #site h1 a, body.light #site h1 a {
141
+ color: #ffffff;
142
+ }
143
+ #site h2, body.light #site h2 {
144
+ color: #52c7fd;
145
+ }
146
+ article section a:hover, body.light article section a:hover, article.link header h2 a:hover, body.light article.link header h2 a:hover, article.audio header .audio-player p a:hover, .contributors .author p a:hover, body.light .contributors .author p a:hover {
147
+ background: #636363;
148
+ }
149
+ article section a, article section a:active, article section a:visited, article section small, article.link header h2 a, article.link header h2 a:active, article.link header h2 a:visited, article.audio header .audio-player p span.audio-plays, article.audio header .audio-player p a, .contributors .author p a, .contributors .author p a:active, .contributors .author p a:visited, .contributors .author p a, .contributors .author p a:active, .contributors .author p a:visited, .description a, .description a:active, .description a:visited, .like_source a, .like_source a:active, .like_source a:visited, .like_caption a, .like_caption a:active, .like_caption a:visited, .like_link a, .like_link a:active, .like_link a:visited, .like_caption a, .like_caption a:active, .like_caption a:visited, .like_post_body a, .like_post_body a:active, .like_post_body a:visited, .like_text_post p a, .like_text_post p a:active, .like_text_post p a:visited, p.tweet a.btn, p.tweet a.btn:active, p.tweet a.btn:visited, article .author a.author-name, article .author a.author-name:active, article .author a.author-name:visited, .widget a, .widget a:active, .widget a:visited {
150
+ color: #636363;
151
+ background: #FFFFFF;
152
+ }
153
+ article section a:hover, article.link header h2 a:hover, article.audio header .audio-player p a:hover, .contributors .author p a:hover, .contributors .author p a:hover, .description a:hover, .like_source a:hover, .like_caption a:hover, .like_link a:hover, .like_caption a:hover, .like_post_body a:hover, .like_text_post p a:hover, p.tweet a.btn:hover, article .author a.author-name:hover, .widget a:hover {
154
+ color: #FFFFFF;
155
+ background: #636363;
156
+ }
157
+ body.light article section a, body.light article section a:active, body.light article section a:visited, body.light article.link header h2 a, body.light article.link header h2 a:active, body.light article.link header h2 a:visited, body.light .contributors .author p a, body.light .contributors .author p a:active, body.light .contributors .author p a:visited, body.light .contributors .author p a, body.light .contributors .author p a:active, body.light .contributors .author p a:visited, body.light .description a, body.light .description a:active, body.light .description a:visited, body.light .like_source a, body.light .like_source a:active, body.light .like_source a:visited, body.light .like_caption a, body.light .like_caption a:active, body.light .like_caption a:visited, body.light .like_link a, body.light .like_link a:active, body.light .like_link a:visited, body.light .like_caption a, body.light .like_caption a:active, body.light .like_caption a:visited, body.light .like_post_body a, body.light .like_post_body a:active, body.light .like_post_body a:visited, body.light .like_text_post p a, body.light .like_text_post p a:active, body.light .like_text_post p a:visited, body.light p.tweet a.btn, body.light p.tweet a.btn:active, body.light p.tweet a.btn:visited, body.light article .author a.author-name, body.light article .author a.author-name:active, body.light article .author a.author-name:visited, body.light .widget a, body.light .widget a:active, body.light .widget a:visited {
158
+ color: #636363;
159
+ background: #FFFFFF;
160
+ }
161
+ body.light article section a:hover, body.light article.link header h2 a:hover, body.light .contributors .author p a:hover, body.light .contributors .author p a:hover, body.light .description a:hover, body.light .like_source a:hover, body.light .like_caption a:hover, body.light .like_link a:hover, body.light .like_caption a:hover, body.light .like_post_body a:hover, body.light .like_text_post p a:hover, body.light p.tweet a.btn:hover, body.light article .author a.author-name:hover, body.light .widget a:hover {
162
+ color: #FFFFFF;
163
+ background: #636363;
164
+ }
165
+ .flickr a:hover img, body.light .flickr a:hover img {
166
+ border-color: #636363;
167
+ }
168
+
169
+ article.photo section p:first-child strong, article.photoset section p:first-child strong, article.link section p:first-child strong, article.video section p:first-child strong {
170
+ display: block;
171
+ font-family: "TitilliumText22LRegular", Helvetica, "Helvetica Neue", Arial, sans-serif;
172
+ font-size: 22px;
173
+ line-height: 26px;
174
+ font-weight: bold;
175
+ margin: 0 -12px 16px -12px;
176
+ padding: 8px 12px;
177
+ background-color: #363c3f;
178
+ background: -webkit-gradient(
179
+ linear,
180
+ left bottom,
181
+ left top,
182
+ color-stop(0, rgb(46,51,54)),
183
+ color-stop(1, rgb(63,70,74))
184
+ );
185
+ background: -moz-linear-gradient(
186
+ center bottom,
187
+ rgb(46,51,54) 0%,
188
+ rgb(63,70,74) 100%
189
+ );
190
+ border-top: 1px solid #565f64;
191
+ border-bottom: 1px solid #24282b;
192
+ -moz-box-shadow: 0 0 4px rgba(0,0,0, 0.2);
193
+ -webkit-box-shadow: 0 0 4px rgba(0,0,0, 0.2);
194
+ }
195
+ body.light article.photo section p:first-child strong, body.light article.photoset section p:first-child strong, body.light article.link section p:first-child strong, body.light article.video section p:first-child strong {
196
+ display: block;
197
+ background-color: #ffffff;
198
+ background: -webkit-gradient(
199
+ linear,
200
+ left bottom,
201
+ left top,
202
+ color-stop(0, rgb(238,242,244)),
203
+ color-stop(1, rgb(255,255,255))
204
+ );
205
+ background: -moz-linear-gradient(
206
+ center bottom,
207
+ rgb(238,242,244) 0%,
208
+ rgb(255,255,255) 100%
209
+ );
210
+ border-top: 1px solid #e1e6e9;
211
+ border-bottom: 1px solid #e1e6e9;
212
+ -moz-box-shadow: 0 0 4px rgba(0,0,0, 0.1);
213
+ -webkit-box-shadow: 0 0 4px rgba(0,0,0, 0.1);
214
+ }
215
+
216
+
217
+
218
+ /* ]]> */
219
+ </style>
220
+
221
+ <script src="http://static.tumblr.com/fftf9xi/sI6ldn0xv/modernizr-1.6.min.js"></script>
222
+
223
+ <script type="text/javascript">
224
+ var Traction = window.Traction || {};
225
+ Traction.accentColor = "#636363";
226
+ Traction.infScroll =
227
+ Traction.darkStyle = false;
228
+ Traction.twitterUser = "dearcoketalk";
229
+ Traction.tweetCount = 3;
230
+ Traction.likesCount = 3;
231
+
232
+ Traction.lang = "en";
233
+
234
+
235
+
236
+
237
+
238
+ Traction.googleID = "UA-9781744-2";
239
+ Traction.disqusID = "dearcoketalk";
240
+ </script>
241
+
242
+ <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
243
+
244
+ <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
245
+
246
+ <body class="light">
247
+
248
+ <div id="container">
249
+
250
+
251
+
252
+ <div id="main" class="clearfix">
253
+
254
+
255
+ <aside id="left"><a href="/"><img src="http://img217.imageshack.us/img217/2663/newdolly.png"></a>
256
+
257
+ <div class="sidebox widget">
258
+
259
+
260
+
261
+ <p class="clearfix"><p style="font-size:95%">Shady advice from a raging bitch who has no business answering any of these questions.</p></p>
262
+
263
+ <div class="search-box">
264
+ <form method="post" enctype="multipart/form-data" action="http://www.formstack.com/forms/index.php" class="search-text" id="fsForm1051551" name="fsForm1051551">
265
+ <input type="hidden" name="form" value="1051551" /> <input type="hidden" name="viewkey" value="j0KLYNKIAe" /> <input type="hidden" name="hidden_fields" id="hidden_fields1051551" value="" /> <input type="hidden" name="_submit" value="1" /> <input type="hidden" name="incomplete" id="incomplete1051551" value="" />
266
+ <h4>Dear Coke Talk,</h4>
267
+ <textarea id="field10931379" name="field10931379" rows="10" cols="22" class="search-text">
268
+ </textarea>
269
+
270
+ <input type="submit" id="fsSubmitButton1051551" class="fsSubmitButton" value="Go ahead, be vulnerable." onclick="form1051551.submitForm(); return false;" style="font-family: Rockwell;" />
271
+ </form>
272
+ </div><center><a href="http://www.thecoquette.net" class="nohover"><img src="http://www.thecoquette.net/images/thecoquette-logo6.png" width="150" height="39"></a></center></div>
273
+
274
+
275
+
276
+ </aside>
277
+
278
+ <section id="content">
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+ <article class="text">
288
+ <header>
289
+ <h2><a href="">All the Past Advice</a></h2>
290
+ </header>
291
+ <section>
292
+ <p><a href="http://www.dearcoketalk.com/post/13242875561/on-only-you">On only you.</a>∗ <a href="http://www.dearcoketalk.com/post/13233705909/on-opening-your-relationship">On opening up your relationship.</a>∗ <a href="http://www.dearcoketalk.com/post/12931281177/on-forgiveness">On forgiveness.</a>∗ <a href="http://www.dearcoketalk.com/post/12633048501/on-tomorrow">On tomorrow.</a>∗ <a href="http://www.dearcoketalk.com/post/12563947265/on-vacation">On vacation.</a>∗ <a href="http://www.dearcoketalk.com/post/12270484203/on-a-very-sad-person">On a very sad person.</a>∗ <a href="http://www.dearcoketalk.com/post/12255171607/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/12166435322/on-your-costume">On your costume.</a>∗ <a href="http://www.dearcoketalk.com/post/11979596052/on-occupying-wall-street">On occupying wall street.</a>∗ <a href="http://www.dearcoketalk.com/post/11914489992/on-cancer">On cancer.</a>∗ <a href="http://www.dearcoketalk.com/post/11841449558/on-after-the-third-date">On after the third date.</a>∗ <a href="http://www.dearcoketalk.com/post/11837308477/on-asking-the-right-questions">On asking the right questions.</a>∗ <a href="http://www.dearcoketalk.com/post/11673884821/on-fun-sized-advice">On fun sized advice.</a>∗<a href="http://www.dearcoketalk.com/post/11632751133/on-getting-healthy">On getting healthy.</a>∗ <a href="http://www.dearcoketalk.com/post/11618928031/on-your-weight">On your weight.</a>∗ <a href="http://www.dearcoketalk.com/post/11574414779/on-slut-shaming-cat-calls-and-wrong-names">On slut shaming and more.</a>∗ <a href="http://www.dearcoketalk.com/post/11530237863/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/11402607105/on-guy-guy-girl">On guy guy girl.</a>∗ <a href="http://www.dearcoketalk.com/post/11360477554/on-dubious-virtue">On dubious virtue.</a>∗ <a href="http://www.dearcoketalk.com/post/11282057266/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/11231579499/on-getting-your-news">On getting your news.</a>∗ <a href="http://www.dearcoketalk.com/post/11207048237/on-that-pregnant-teenager">On that pregnant teenager.</a>∗ <a href="http://www.dearcoketalk.com/post/11185538761/on-fifteen-and-pregnant">On fifteen and pregnant.</a>∗<a href="http://www.dearcoketalk.com/post/10948177405/on-occupying-wall-street">On occupying wall street.</a>∗ <a href="http://www.dearcoketalk.com/post/10811685845/on-a-choice">On a choice.</a>∗ <a href="http://www.dearcoketalk.com/post/10659266257/on-a-loser">On a loser.</a>∗ <a href="http://www.dearcoketalk.com/post/10566681868/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/10539965375/on-doing-playboy">On doing playboy.</a>∗ <a href="http://www.dearcoketalk.com/post/10522610041/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/10429279915/on-occupying-wall-street">On occupying wall street.</a>∗ <a href="http://www.dearcoketalk.com/post/10408147468/on-woo-girls">On woo girls.</a>∗<a href="http://www.dearcoketalk.com/post/10370596990/on-three-phases-of-sex">On three phases of sex.</a>∗ <a href="http://www.dearcoketalk.com/post/10192151206/on-journalism-class">On journalism class.</a>∗ <a href="http://www.dearcoketalk.com/post/10128307042/on-a-victims-responsibility">On a victim’s responsibility.</a>∗ <a href="http://www.dearcoketalk.com/post/10090260477/on-unburdening-yourself">On unburdening yourself.</a>∗ <a href="http://www.dearcoketalk.com/post/9930001073/on-doing-wonders">On doing wonders.</a>∗ <a href="http://www.dearcoketalk.com/post/9885367994/on-fucking-a-congressman">On fucking a congressman.</a>∗ <a href="http://www.dearcoketalk.com/post/9868902537/on-the-future">On the future.</a>∗ <a href="http://www.dearcoketalk.com/post/9866601762/on-trust-issues">On trust issues.</a>∗<a href="http://www.dearcoketalk.com/post/9842442090/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/9550393436/on-non-consent">On non-consent.</a>∗ <a href="http://www.dearcoketalk.com/post/9510859957/on-a-volunteer-a-bitch-and-a-cutter">On a volunteer, a bitch, and a cutter.</a>∗<a href="http://www.dearcoketalk.com/post/9261445430/on-custom-wedding-vows">On custom wedding vows.</a>∗ <a href="http://www.dearcoketalk.com/post/9220964285/on-basic-polyamory">On basic polyamory.</a>∗ <a href="http://www.dearcoketalk.com/post/9047782236/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/8963492538/on-obvious-advice">On obvious advice.</a>∗ <a href="http://www.dearcoketalk.com/post/8914371356/on-another-pregnancy">On another pregnancy.</a>∗ <a href="http://www.dearcoketalk.com/post/8750841224/on-a-hustler">On a hustler.</a>∗ <a href="http://www.dearcoketalk.com/post/8623933003/on-mortality-babies-and-pills">On mortality, babies, and pills.</a>∗<a href="http://www.dearcoketalk.com/post/8623933003/on-mortality-babies-and-pills">On mortality, babies, and pills.</a>∗ <a href="http://www.dearcoketalk.com/post/8571378735/on-not-feeling-guilty">On not feeling guilty.</a>∗ <a href="http://www.dearcoketalk.com/post/8478276510/on-a-word-burglar">On a word burglar.</a>∗ <a href="http://www.dearcoketalk.com/post/8455934310/on-a-fresh-drinking-problem">On a fresh drinking problem.</a>∗ <a href="http://www.dearcoketalk.com/post/8305751938/on-tripping-balls">On tripping balls.</a>∗ <a href="http://www.dearcoketalk.com/post/8303298345/on-isms">On -isms.</a>∗ <a href="http://www.dearcoketalk.com/post/8138169868/on-a-bubbly-twenty-two">On a bubbly twenty-two.</a>∗ <a href="http://www.dearcoketalk.com/post/8008721386/on-pageant-girlfriends">On pageant girlfriends.</a>∗ <a href="http://www.dearcoketalk.com/post/7944764223/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/7852320343/on-politics-manipulation-and-job-security">On politics, manipulation, and job security.</a>∗ <a href="http://www.dearcoketalk.com/post/7768823020/on-rebounds-sorority-girls-and-douchebags">On rebounds, sorority girls, and douchebags.</a>∗ <a href="http://www.dearcoketalk.com/post/7627019247/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/7558071811/on-carmageddon">On carmageddon.</a>∗ <a href="http://www.dearcoketalk.com/post/7538726444/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/7396686279/on-taking-care">On taking care.</a>∗ <a href="http://www.dearcoketalk.com/post/7390610013/on-a-small-world">On a small world.</a>∗<a href="http://www.dearcoketalk.com/post/7314141929/on-saying-goodbye">On saying goodbye.</a>∗ <a href="http://www.dearcoketalk.com/post/7278044709/on-being-misguided">On being misguided.</a>∗ <a href="http://www.dearcoketalk.com/post/7277930277/on-equality">On equality.</a>∗ <a href="http://www.dearcoketalk.com/post/7192716999/on-your-day">On your day.</a>∗ <a href="http://www.dearcoketalk.com/post/7172937981/on-locking-the-door">On locking the door.</a>∗ <a href="http://www.dearcoketalk.com/post/7051405942/on-things-you-can-trust">On things you can trust.</a>∗<a href="http://www.dearcoketalk.com/post/6985848676/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/6939770878/on-a-thieving-little-twit">On a thieving little twit.</a>∗ <a href="http://www.dearcoketalk.com/post/6927985095/on-five-more-minutes">On five more minutes.</a>∗ <a href="http://www.dearcoketalk.com/post/6926630577/on-snooping">On snooping.</a>∗ <a href="http://www.dearcoketalk.com/post/6925548617/on-all-there-is-to-say">On all there is to say.</a>∗ <a href="http://www.dearcoketalk.com/post/6877857171/on-a-much-needed-laugh">On a much needed laugh.</a>∗ <a href="http://www.dearcoketalk.com/post/6798445733/on-crossing-the-borderline">On crossing the borderline.</a>∗ <a href="http://www.dearcoketalk.com/post/6780762952/on-more-favorite-books">On more favorite books.</a>∗ <a href="http://www.dearcoketalk.com/post/6700589762/on-baby-steps">On baby steps.</a>∗ <a href="http://www.dearcoketalk.com/post/6662116122/on-more-fun-sized-advice">On more fun sized advice.</a>∗<a href="http://www.dearcoketalk.com/post/6596314441/on-resentment"> On resentment.</a>∗ <a href="http://www.dearcoketalk.com/post/6563874546/on-letting-him-go">On letting him go.</a>∗ <a href="http://www.dearcoketalk.com/post/6531616856/on-waffles">On waffles.</a>∗ <a href="http://www.dearcoketalk.com/post/6530177159/on-what-to-do">On what to do.</a>∗ <a href="http://www.dearcoketalk.com/post/6529802566/on-backing-the-fuck-off">On backing the fuck off.</a>∗ <a href="http://www.dearcoketalk.com/post/6528765254/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/6507996697/on-commitment">On commitment.</a>∗ <a href="http://www.dearcoketalk.com/post/6496665947/on-the-post-college-blahs">On the post college blahs.</a>∗ <a href="http://www.dearcoketalk.com/post/6360010500/on-being-pathetic">On being pathetic.</a>∗ <a href="http://www.dearcoketalk.com/post/6326740495/on-higher-standards">On higher standards.</a>∗ <a href="http://www.dearcoketalk.com/post/6312587538/on-weinergate">On weinergate.</a>∗ <a href="http://www.dearcoketalk.com/post/6257504114/on-personal-privacy">On personal privacy.</a>∗ <a href="http://www.dearcoketalk.com/post/6231105044/on-appropriateness">On appropriateness.</a>∗ <a href="http://www.dearcoketalk.com/post/6230993481/on-poor-judgment">On poor judgment.</a>∗ <a href="http://www.dearcoketalk.com/post/6219139909/on-skeezery">On skeezery.</a>∗ <a href="http://www.dearcoketalk.com/post/6103995771/on-proving-my-point">On proving my point.</a>∗ <a href="http://www.dearcoketalk.com/post/6079681896/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/6078652398/on-a-bisexual-virgin">On a bisexual virgin.</a> ∗<a href="http://www.dearcoketalk.com/post/6058999380/on-fun-sized-advice"> On fun sized advice.</a> ∗ <a href="http://www.dearcoketalk.com/post/6044984170/on-creepy-shit">On creepy shit.</a>∗ <a href="http://www.dearcoketalk.com/post/6010095494/on-the-young-and-the-lonely">On the young and the lonely.</a>∗ <a href="http://www.dearcoketalk.com/post/5843391111/on-the-seven-year-itch">On the seven year itch.</a>∗ <a href="http://www.dearcoketalk.com/post/5751848610/on-artists-and-drama-queens">On artists and drama queens.</a>∗ <a href="http://www.dearcoketalk.com/post/5699262389/on-nothing-stopping-you">On nothing stopping you.</a>∗<a href="http://www.dearcoketalk.com/post/5676348015/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/5626232634/on-intimacy-and-letting-go">On intimacy and letting go.</a>∗ <a href="http://www.dearcoketalk.com/post/5538728699/on-long-winded-ignorance">On long-winded ignorance.</a>∗ <a href="http://www.dearcoketalk.com/post/5516995922/on-discovering-your-bisexuality">On discovering your bisexuality.</a>∗ <a href="http://www.dearcoketalk.com/post/5487762062/on-tyler-the-creator">On tyler the creator.</a>∗ <a href="http://www.dearcoketalk.com/post/5455995990/on-the-rules-of-attraction">On the rules of attraction.</a>∗ <a href="http://www.dearcoketalk.com/post/5426845603/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/5403165633/on-getting-the-joke">On getting the joke.</a>∗<a href="http://www.dearcoketalk.com/post/5397432122/on-getting-over-it-already">On getting over it already.</a>∗ <a href="http://www.dearcoketalk.com/post/5396794211/on-professing">On professing.</a>∗ <a href="http://www.dearcoketalk.com/post/5385992863/on-a-girl-code-violation">On a girl code violation.</a>∗ <a href="http://www.dearcoketalk.com/post/5315696322/on-losing-your-moms-religion">On losing your mom’s religion.</a>∗ <a href="http://www.dearcoketalk.com/post/5281873733/on-unattractive-insecurities">On unattractive insecurities.</a>∗ <a href="http://www.dearcoketalk.com/post/5223126242/on-fun-sized-advice">On fun sized advice.</a>∗<a href="http://www.dearcoketalk.com/post/5198285763/on-special-snowflake-disease">On special snowflake disease.</a>∗ <a href="http://www.dearcoketalk.com/post/5169474009/on-nothing-really">On nothing really.</a>∗ <a href="http://www.dearcoketalk.com/post/5152793166/on-national-catharsis">On national catharsis.</a>∗ <a href="http://www.dearcoketalk.com/post/5109922055/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/5036727912/on-the-royal-wedding">On the royal wedding.</a>∗ <a href="http://www.dearcoketalk.com/post/5019794550/on-international-shit-talk">On international shit talk.</a>∗ <a href="http://www.dearcoketalk.com/post/4987532216/on-seizing-the-day">On seizing the day.</a>∗ <a href="http://www.dearcoketalk.com/post/4962320545/on-fuck-you">On fuck you.</a>∗<a href="http://www.dearcoketalk.com/post/4962320545/on-fuck-you">On fuck you.</a>∗ <a href="http://www.dearcoketalk.com/post/4948718524/on-weed-and-a-pussy">On weed and a pussy.</a>∗ <a href="http://www.dearcoketalk.com/post/4916676998/on-sleazebags-and-self-loathing">On sleazebags and self-loathing.</a>∗<a href="http://www.dearcoketalk.com/post/4853936953/on-a-forty-something-fuck-buddy">On a forty-something fuck buddy.</a>∗ <a href="http://www.dearcoketalk.com/post/4782950098/on-a-death-in-his-family">On a death in his family.</a>∗ <a href="http://www.dearcoketalk.com/post/4757303146/on-crazy-girls-and-second-chances">On crazy girls and second chances.</a>∗ <a href="http://www.dearcoketalk.com/post/4583395970/on-unexamined-monogamy">On unexamined monogamy.</a>∗ <a href="http://www.dearcoketalk.com/post/4426064467/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/4421786291/on-your-shallow-self">On your shallow self.</a>∗ <a href="http://www.dearcoketalk.com/post/4385694675/on-losing-your-illusion">On losing your illusion.</a>∗ <a href="http://www.dearcoketalk.com/post/4376481207/on-your-first-heartbreak">On your first heartbreak.</a>∗ <a href="http://www.dearcoketalk.com/post/4355711408/on-getting-shit-done">On getting shit done.</a>∗ <a href="http://www.dearcoketalk.com/post/4319345795/on-redneck-in-laws">On redneck in-laws.</a>∗ <a href="http://www.dearcoketalk.com/post/4292441838/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/4264641913/on-what-coke-talk-would-do">On what coke talk would do.</a>∗ <a href="http://www.dearcoketalk.com/post/4212439373/on-omitting-the-truth">On omitting the truth.</a>∗ <a href="http://www.dearcoketalk.com/post/4192618641/on-ghosts">On ghosts.</a>∗ <a href="http://www.dearcoketalk.com/post/4169858931/on-my-favorite-books">On my favorite books.</a>∗ <a href="http://www.dearcoketalk.com/post/4163608268/on-hot-teen-girl-on-girl-action">On hot teen girl-on-girl action.</a>∗ <a href="http://www.dearcoketalk.com/post/4162676905/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/4137816062/on-moving-out-and-moving-on">On moving out and moving on.</a>∗ <a href="http://www.dearcoketalk.com/post/4087593937/on-getting-unstuck">On getting unstuck.</a>∗ <a href="http://www.dearcoketalk.com/post/4050084829/on-fun-sized-coquette-advice">On fun sized coquette advice.</a>∗<a href="http://www.dearcoketalk.com/post/4005048571/on-philosophers-and-fools">On philosophers and fools.</a>∗ <a href="http://www.dearcoketalk.com/post/3987101601/on-pragmatic-romanticism">On pragmatic romanticism.</a>∗ <a href="http://www.dearcoketalk.com/post/3967330754/on-the-drug-war">On the drug war.</a>∗ <a href="http://www.dearcoketalk.com/post/3943517573/on-pointy-headed-numnards">On pointy-headed numnards.</a>∗ <a href="http://www.dearcoketalk.com/post/3905631353/on-being-a-grown-up">On being a grown-up.</a>∗ <a href="http://www.dearcoketalk.com/post/3900776272/on-profanity">On profanity.</a>∗ <a href="http://www.dearcoketalk.com/post/3835859962/on-drawing-a-line">On drawing a line.</a>∗ <a href="http://www.dearcoketalk.com/post/3816009922/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/3813055984/on-my-new-boutique">On my new boutique.</a>∗<a href="http://www.dearcoketalk.com/post/3764781435/on-beginnings-and-endings">On beginnings and endings.</a>∗ <a href="http://www.dearcoketalk.com/post/3731896130/on-being-pretentious">On being pretentious.</a>∗ <a href="http://www.dearcoketalk.com/post/3684307603/on-processing-that-shit">On processing that shit.</a>∗ <a href="http://www.dearcoketalk.com/post/3651535628/on-a-skanky-situation">On a skanky situation.</a>∗ <a href="http://www.dearcoketalk.com/post/3607021993/on-painting-over-rust">On painting over rust.</a>∗ <a href="http://www.dearcoketalk.com/post/3593576356/on-classy-and-trashy">On classy and trashy.</a>∗ <a href="http://www.dearcoketalk.com/post/3527895259/on-god-in-philosophy-class">On god in philosophy class.</a>∗ <a href="http://www.dearcoketalk.com/post/3499128535/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/3486387016/on-planned-parenthood">On planned parenthood.</a>∗ <a href="http://www.dearcoketalk.com/post/3469088036/on-madonna-and-gaga">On madonna and gaga.</a>∗ <a href="http://www.dearcoketalk.com/post/3466531076/on-a-hug-and-a-swift-kick-in-the-ass">On a hug and a kick in the ass.</a>∗ <a href="http://www.dearcoketalk.com/post/3449236348/on-boundaries">On boundaries.</a>∗ <a href="http://www.dearcoketalk.com/post/3435070818/on-fucking-right-back">On fucking right back.</a>∗ <a href="http://www.dearcoketalk.com/post/3426450519/on-remembering">On remembering.</a>∗<a href="http://www.dearcoketalk.com/post/3329062103/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/3312122666/on-not-going-anywhere">On prince charming disease.</a>∗ <a href="http://www.dearcoketalk.com/post/3310993720/on-selling-out">On selling out.</a>∗<a href="http://www.dearcoketalk.com/post/3294006279/on-going-pro">On going pro.</a>∗ <a href="http://www.dearcoketalk.com/post/3282940437/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/3276748998/on-being-needy">On beeing needy.</a>∗ <a href="http://www.dearcoketalk.com/post/3263708124/on-valentines">On valentines.</a>∗ <a href="http://www.dearcoketalk.com/post/3259286487/on-plan-b">On plan b.</a>∗ <a href="http://www.dearcoketalk.com/post/3222088550/on-the-day-after">On the day after.</a>∗ <a href="http://www.dearcoketalk.com/post/3195443059/on-not-killing-yourself">On not killing yourself.</a>∗ <a href="http://www.dearcoketalk.com/post/3193893418/on-using-words">On using words.</a>∗ <a href="http://www.dearcoketalk.com/post/3193553053/on-fun-sized-advice">On fun sized advice.</a>∗<a href="http://www.dearcoketalk.com/post/3184537588/on-fucking-up-big-time">On fucking up big time.</a>∗ <a href="http://www.dearcoketalk.com/post/3169793114/on-feminism">On feminism.</a>∗ <a href="http://www.dearcoketalk.com/post/3126683556/on-the-professional">On the professional.</a>∗ <a href="http://www.dearcoketalk.com/post/3112604522/on-meth">On meth.</a>∗ <a href="http://www.dearcoketalk.com/post/3112259967/on-being-petty">On being petty.</a>∗ <a href="http://www.dearcoketalk.com/post/3112060226/on-bieber-fever">On bieber fever.</a>∗ <a href="http://www.dearcoketalk.com/post/3096755009/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/3080707756/on-getting-a-prescription">On getting a prescription.</a>∗ <a href="http://www.dearcoketalk.com/post/3075564392/on-all-you-can-do">On all you can do.</a>∗<a href="http://www.dearcoketalk.com/post/3017917202/on-prime-break-up-season">On prime break-up season.</a>∗ <a href="http://www.dearcoketalk.com/post/3017231380/on-elaborating">On elaborating.</a>∗ <a href="http://www.dearcoketalk.com/post/2998461781/on-our-extinction">On our extinction.</a>∗ <a href="http://www.dearcoketalk.com/post/2954075348/on-wasting-time">On wasting time.</a>∗ <a href="http://www.dearcoketalk.com/post/2951542114/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/2929811654/on-corinthians-13-11">On corinthians 13:11.</a>∗ <a href="http://www.dearcoketalk.com/post/2916908285/on-your-weight">On your weight.</a>∗ <a href="http://www.dearcoketalk.com/post/2913922226/on-water-cooler-jesus">On water cooler jesus.</a>∗ <a href="http://www.dearcoketalk.com/post/2879426557/on-a-girl-with-real-problems">On a girl with real problems.</a>∗ <a href="http://www.dearcoketalk.com/post/2863956653/on-an-easy-choice">On an easy choice.</a>∗ <a href="http://www.dearcoketalk.com/post/2863117888/on-grocery-store-lube">On grocery store lube.</a>∗ <a href="http://www.dearcoketalk.com/post/2848426423/on-the-drunk-girl">On the drunk girl.</a>∗ <a href="http://www.dearcoketalk.com/post/2833041190/on-emotional-baggage">On emotional baggage.</a>∗ <a href="http://www.dearcoketalk.com/post/2823079673/on-where-to-stay">On where to stay.</a>∗ <a href="http://www.dearcoketalk.com/post/2803619015/on-hardening-up">On hardening up.</a>∗ <a href="http://www.dearcoketalk.com/post/2798860872/on-conspiracy-theories">On conspiracy theories.</a>∗ <a href="http://www.dearcoketalk.com/post/2763289246/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/2722878194/on-comments">On comments.</a>∗ <a href="http://www.dearcoketalk.com/post/2718975398/on-sowing-wild-oats-together">On sowing wild oats together.</a>∗ <a href="http://www.dearcoketalk.com/post/2704258788/on-fake-tits">On fake tits.</a>∗ <a href="http://www.dearcoketalk.com/post/2702834458/on-royally-fucking-up">On royally fucking up.</a>∗ <a href="http://www.dearcoketalk.com/post/2701068439/on-chinese-mothers">On chinese mothers.</a>∗ <a href="http://www.dearcoketalk.com/post/2688795200/on-the-size-zero-pill">On the size zero pill.</a>∗ <a href="http://www.dearcoketalk.com/post/2671165296/on-fair-warning">On fair warning.</a>∗ <a href="http://www.dearcoketalk.com/post/2658554526/on-missing-the-point">On missing the point.</a>∗ <a href="http://www.dearcoketalk.com/post/2639924302/on-fresh-meat">On fresh meat.</a>∗ <a href="http://www.dearcoketalk.com/post/2638500047/on-the-shit-people-put-up-with">On the shit people put up with.</a>∗ <a href="http://www.dearcoketalk.com/post/2631536705/on-fucking-around">On fucking around.</a>∗ <a href="http://www.dearcoketalk.com/post/2630448339/on-the-brutal-fucking-truth">On the brutal fucking truth.</a>∗ <a href="http://www.dearcoketalk.com/post/2629787073/on-that-not-so-fresh-feeling">On that not so fresh feeling.</a>∗ <a href="http://www.dearcoketalk.com/post/2628890020/on-making-it-work">On making it work.</a>∗ <a href="http://www.dearcoketalk.com/post/2600651975/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/2578395163/on-another-thick-skull">On another thick skull.</a>∗ <a href="http://www.dearcoketalk.com/post/2574754523/on-his-thick-skull">On his thick skull.</a>∗ <a href="http://www.dearcoketalk.com/post/2572931258/on-when-not-to-go-dutch">On when not to go dutch.</a>∗ <a href="http://www.dearcoketalk.com/post/2572520597/on-the-second-coming">On the second coming.</a>∗ <a href="http://www.dearcoketalk.com/post/2571324135/on-what-to-do">On what to do.</a>∗ <a href="http://www.dearcoketalk.com/post/2545912594/on-fun-sized-advice">On fun sized advice.</a>∗<a href="http://www.dearcoketalk.com/post/2534446072/on-all-there-is-to-say">On all there is to say.</a>∗ <a href="http://www.dearcoketalk.com/post/2530336769/on-trust-and-privacy">On trust and privacy.</a>∗ <a href="http://www.dearcoketalk.com/post/2515556067/on-poop">On poop.</a>∗ <a href="http://www.dearcoketalk.com/post/2501670456/on-my-drunk-style-fans">On my drunk style fans.</a>∗ <a href="http://www.dearcoketalk.com/post/2501236092/on-new-years-eve">On new years eve.</a>∗ <a href="http://www.dearcoketalk.com/post/2499255667/on-finding-a-good-time">On finding a good time.</a>∗ <a href="http://www.dearcoketalk.com/post/2498649702/on-taking-the-high-road">On taking the high road.</a>∗ <a href="http://www.dearcoketalk.com/post/2491549705/on-being-vague">On being vague.</a>∗ <a href="http://www.dearcoketalk.com/post/2490848718/on-how">On how.</a>∗<a href="http://www.dearcoketalk.com/post/2486641344/on-getting-and-being-gotten">On getting and being gotten.</a>∗ <a href="http://www.dearcoketalk.com/post/2485112065/on-not-seeing-the-point">On not seeing the point.</a>∗ <a href="http://www.dearcoketalk.com/post/2483470070/on-when-not-to-be-polite">On when not to be polite.</a>∗ <a href="http://www.dearcoketalk.com/post/2474151685/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/2473905606/on-ye-of-little-faith">On ye of little faith.</a>∗ <a href="http://www.dearcoketalk.com/post/2471137126/on-being-jerked-around">On being jerked around.</a>∗ <a href="http://www.dearcoketalk.com/post/2470212118/on-modesty">On modesty.</a>∗ <a href="http://www.dearcoketalk.com/post/2465348050/on-pity-sex">On pity sex.</a>∗ <a href="http://www.dearcoketalk.com/post/2453657009/on-dueling-christmases">On dueling christmases.</a>∗<a href="http://www.dearcoketalk.com/post/2447645108/on-christmas-spirit">On christmas spirit.</a>∗ <a href="http://www.dearcoketalk.com/post/2442865010/on-discretion">On discretion.</a>∗ <a href="http://www.dearcoketalk.com/post/2435476082/on-the-center-of-the-universe">On the center of the universe.</a>∗ <a href="http://www.dearcoketalk.com/post/2434977962/on-being-certain">On being certain.</a>∗ <a href="http://www.dearcoketalk.com/post/2421171057/on-the-difference">On the difference.</a>∗ <a href="http://www.dearcoketalk.com/post/2419464172/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/2418122331/on-comparing-cities">On comparing cities.</a>∗ <a href="http://www.dearcoketalk.com/post/2409688300/on-selling-your-innocence">On selling your innocence.</a>∗ <a href="http://www.dearcoketalk.com/post/2379464009/on-my-style">On my style.</a>∗ <a href="http://www.dearcoketalk.com/post/2349609281/on-being-a-smart-ass">On being a smart ass.</a>∗ <a href="http://www.dearcoketalk.com/post/2346802995/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/2340184974/on-your-mom">On your mom.</a>∗ <a href="http://www.dearcoketalk.com/post/2332690694/on-more-congratulations">On more congratulations.</a>∗ <a href="http://www.dearcoketalk.com/post/2332462661/on-congratulations">On congratulations.</a>∗ <a href="http://www.dearcoketalk.com/post/2330801650/on-my-wits-end">On my wits end.</a>∗ <a href="http://www.dearcoketalk.com/post/2329892355/on-bad-boys">On bad boys.</a>∗ <a href="http://www.dearcoketalk.com/post/2329348194/on-more-fun-with-christians">On more fun with christians.</a>∗ <a href="http://www.dearcoketalk.com/post/2326954713/on-being-a-jerk">On being a jerk.</a>∗ <a href="http://www.dearcoketalk.com/post/2322591462/on-live-and-let-live">On live and let live.</a>∗ <a href="http://www.dearcoketalk.com/post/2320699787/on-nothing">On nothing.</a>∗ <a href="http://www.dearcoketalk.com/post/2305167432/on-integrity">On integrity.</a>∗ <a href="http://www.dearcoketalk.com/post/2304746305/on-more-fun-sized-advice">On more fun sized advice.</a>∗<a href="http://www.dearcoketalk.com/post/2303121499/on-drawing-a-line">On drawing a line.</a>∗ <a href="http://www.dearcoketalk.com/post/2302656657/on-easy-cash">On easy cash.</a>∗ <a href="http://www.dearcoketalk.com/post/2193530929/on-how-to-do-it-with-class">On how to do it with class.</a>∗ <a href="http://www.dearcoketalk.com/post/2193186764/on-not-giving-a-fuck">On not giving a fuck.</a>∗ <a href="http://www.dearcoketalk.com/post/2192839595/on-having-the-right">On having the right.</a>∗ <a href="http://www.dearcoketalk.com/post/2191516971/on-not-being-taken">On not being taken.</a>∗ <a href="http://www.dearcoketalk.com/post/2179028818/on-getting-away-with-it">On getting away with it.</a>∗ <a href="http://www.dearcoketalk.com/post/2178642902/on-respect">On respect.</a>∗ <a href="http://www.dearcoketalk.com/post/2171128601/on-biological-fatherlessness">On biological fatherlessness.</a>∗ <a href="http://www.dearcoketalk.com/post/2170335130/on-folk-singers">On folk singers.</a>∗ <a href="http://www.dearcoketalk.com/post/2169528436/on-widows-and-the-fatherless">On widows and the fatherless.</a>∗ <a href="http://www.dearcoketalk.com/post/2157706976/on-going-out-with-a-bang">On going out with a bang.</a>∗ <a href="http://www.dearcoketalk.com/post/2148528977/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/2148332132/on-adderall">On adderall.</a>∗ <a href="http://www.dearcoketalk.com/post/2134440778/on-not-being-pretty">On not being pretty.</a>∗ <a href="http://www.dearcoketalk.com/post/2128152911/on-its-own-reward">On its own reward.</a>∗ <a href="http://www.dearcoketalk.com/post/2101999778/on-wikileaks">On wikileaks.</a>∗ <a href="http://www.dearcoketalk.com/post/2094044380/on-fun-sized-fun-sized-advice">On fun sized fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/2093369573/on-smoking-out">On smoking out.</a>∗ <a href="http://www.dearcoketalk.com/post/2086579466/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/2079887537/on-the-number-from-down-under">On the number from down under.</a>∗ <a href="http://www.dearcoketalk.com/post/2078977719/on-woody-allen">On woody allen.</a>∗ <a href="http://www.dearcoketalk.com/post/2073563427/on-guys-having-no-idea">On guys having no idea.</a>∗ <a href="http://www.dearcoketalk.com/post/2073324608/on-one-sided-breakups">On one sided breakups.</a>∗ <a href="http://www.dearcoketalk.com/post/2066364687/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/2063352754/on-our-ecosystem">On our ecosystem.</a>∗ <a href="http://www.dearcoketalk.com/post/2054157502/on-partnership">On partnership.</a>∗ <a href="http://www.dearcoketalk.com/post/2053290394/on-secret-identity">On secret identity.</a>∗ <a href="http://www.dearcoketalk.com/post/1983805467/on-jazz">On jazz.</a>∗ <a href="http://www.dearcoketalk.com/post/1728561697/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/1728209290/on-science">On science.</a>∗ <a href="http://www.dearcoketalk.com/post/1716228253/on-opening-up">On opening up.</a>∗ <a href="http://www.dearcoketalk.com/post/1706523728/on-being-a-sex-therapist">On being a sex therapist.</a>∗ <a href="http://www.dearcoketalk.com/post/1704359422/on-your-virginity">On your virginity.</a>∗ <a href="http://www.dearcoketalk.com/post/1703791699/on-choice">On choice.</a>∗ <a href="http://www.dearcoketalk.com/post/1696720480/on-humiliation">On humiliation.</a>∗ <a href="http://www.dearcoketalk.com/post/1695728606/on-proving-my-point">On proving my point.</a>∗ <a href="http://www.dearcoketalk.com/post/1694095105/on-being-closed-minded">On being closed minded.</a>∗ <a href="http://www.dearcoketalk.com/post/1692365632/on-family-politics">On family politics.</a>∗ <a href="http://www.dearcoketalk.com/post/1680265100/on-settling">On settling.</a>∗ <a href="http://www.dearcoketalk.com/post/1673373528/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/1672491562/on-your-friends-shitty-band">On your friend’s shitty band.</a>∗ <a href="http://www.dearcoketalk.com/post/1667670348/on-the-principle-of-explosion">On the principle of explosion.</a>∗ <a href="http://www.dearcoketalk.com/post/1665814988/on-cable">On cable.</a>∗ <a href="http://www.dearcoketalk.com/post/1659845022/on-fun-with-christians">On fun with christians.</a>∗ <a href="http://www.dearcoketalk.com/post/1648708648/on-making-a-move">On making a move.</a>∗ <a href="http://www.dearcoketalk.com/post/1643828922/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/1640234739/on-ayn-rand">On ayn rand.</a>∗ <a href="http://www.dearcoketalk.com/post/1622041901/on-calling-him-on-that-shit">On calling him on that shit.</a>∗ <a href="http://www.dearcoketalk.com/post/1616944481/on-her-male-friend">On her male friend.</a>∗ <a href="http://www.dearcoketalk.com/post/1611175573/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/1604981091/on-words-and-actions">On words and actions.</a>∗ <a href="http://www.dearcoketalk.com/post/1597735318/on-a-package-deal">On a package deal.</a>∗ <a href="http://www.dearcoketalk.com/post/1597290232/on-a-broken-heart">On a broken heart.</a>∗ <a href="http://www.dearcoketalk.com/post/1594167719/on-owning-a-record-shop">On owning a record shop.</a>∗ <a href="http://www.dearcoketalk.com/post/1593075938/on-the-thought-police">On the thought police.</a>∗ <a href="http://www.dearcoketalk.com/post/1587917864/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/1585403701/on-a-disgusting-metaphor">On a disgusting metaphor.</a>∗ <a href="http://www.dearcoketalk.com/post/1584488479/on-practical-sociology">On practical sociology.</a>∗ <a href="http://www.dearcoketalk.com/post/1582872259/on-how-to-piss-off-a-feminist">On how to piss off a feminist.</a>∗ <a href="http://www.dearcoketalk.com/post/1582573015/on-rescuing-a-fireman">On rescuing a fireman.</a>∗ <a href="http://www.dearcoketalk.com/post/1578329842/on-submission">On submission.</a>∗ <a href="http://www.dearcoketalk.com/post/1574746397/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/1557235224/on-actual-indifference">On actual indifference.</a>∗ <a href="http://www.dearcoketalk.com/post/1556700895/on-total-fucking-indifference">On total fucking indifference.</a>∗ <a href="http://www.dearcoketalk.com/post/1556080598/on-learning-to-love-yourself">On learning to love yourself.</a>∗ <a href="http://www.dearcoketalk.com/post/1551047738/on-what-you-did-to-your-hair">On what you did to your hair.</a>∗ <a href="http://www.dearcoketalk.com/post/1550749289/on-enlightenment">On enlightenment.</a>∗ <a href="http://www.dearcoketalk.com/post/1547411352/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/1545224819/on-loneliness">On loneliness.</a>∗ <a href="http://www.dearcoketalk.com/post/1539575002/on-your-inner-child">On your inner child.</a>∗ <a href="http://www.dearcoketalk.com/post/1527255178/on-merchandising">On merchandising.</a>∗ <a href="http://www.dearcoketalk.com/post/1527158247/on-a-mans-world">On a man’s world.</a>∗ <a href="http://www.dearcoketalk.com/post/1526792348/on-owning-that-shit">On owning that shit.</a>∗ <a href="http://www.dearcoketalk.com/post/1526474658/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/1526260246/on-a-hard-days-work">On a hard day’s work.</a>∗ <a href="http://www.dearcoketalk.com/post/1526110068/on-the-four-agreements">On the four agreements.</a>∗ <a href="http://www.dearcoketalk.com/post/1516532688/on-being-a-kept-woman">On being a kept woman.</a>∗ <a href="http://www.dearcoketalk.com/post/1498579331/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/1497622489/on-the-relationships-section">On the relationship section.</a>∗ <a href="http://www.dearcoketalk.com/post/1491685478/on-righteous-indignation">On righteous indignation.</a>∗ <a href="http://www.dearcoketalk.com/post/1490888700/on-a-soon-to-be-working-mom">On a soon-to-be working mom.</a>∗ <a href="http://www.dearcoketalk.com/post/1486091720/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/1483216408/on-wannabe-actors">On wannabe actors.</a>∗ <a href="http://www.dearcoketalk.com/post/1477528725/on-not-being-an-enabler">On not being an enabler.</a>∗ <a href="http://www.dearcoketalk.com/post/1476576545/on-someone-out-there">On someone out there.</a>∗ <a href="http://www.dearcoketalk.com/post/1475232474/on-after-the-fireworks">On after the fireworks.</a>∗ <a href="http://www.dearcoketalk.com/post/1474836141/on-growing-the-fuck-up">On growing the fuck up.</a>∗ <a href="http://www.dearcoketalk.com/post/1473871222/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/1473511758/on-promiscuity">On promiscuity.</a>∗ <a href="http://www.dearcoketalk.com/post/1472820495/on-a-modern-bromance">On a modern bromance.</a>∗ <a href="http://www.dearcoketalk.com/post/1463643990/on-girl-meets-girl">On girl meets girl.</a>∗ <a href="http://www.dearcoketalk.com/post/1462313683/on-left-coast-voting">On left coast voting.</a>∗ <a href="http://www.dearcoketalk.com/post/1460421542/on-my-methods">On my methods.</a>∗ <a href="http://www.dearcoketalk.com/post/1440558034/on-bad-planning">On bad planning.</a>∗ <a href="http://www.dearcoketalk.com/post/1425802720/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/1425047387/on-more-stupid-teenage-shit">On more stupid teenage shit.</a>∗ <a href="http://www.dearcoketalk.com/post/1424642061/on-taking-a-guess">On taking a guess.</a>∗ <a href="http://www.dearcoketalk.com/post/1418010697/on-bubbles">On bubbles.</a>∗ <a href="http://www.dearcoketalk.com/post/1417876927/on-going-mainstream">On going mainstream.</a>∗ <a href="http://www.dearcoketalk.com/post/1408355851/on-a-ridiculous-predicament">On a ridiculous predicament.</a>∗ <a href="http://www.dearcoketalk.com/post/1400659416/on-sam-harris-and-logical-fallacy">On sam harris and logical fallacy.</a>∗ <a href="http://www.dearcoketalk.com/post/1393378002/on-how-do-you-like-them-apples">On how do you like them apples.</a>∗ <a href="http://www.dearcoketalk.com/post/1392268626/on-what-la-does-to-women">On what la does to women.</a>∗ <a href="http://www.dearcoketalk.com/post/1383471749/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/1382271465/on-teenage-love">On teenage love.</a>∗ <a href="http://www.dearcoketalk.com/post/1375422487/on-the-right-answer">On the right answer.</a>∗ <a href="http://www.dearcoketalk.com/post/1369658247/on-moving-on-with-your-life">On moving on with your life.</a>∗ <a href="http://www.dearcoketalk.com/post/1368669820/on-verbal-adoration">On verbal adoration.</a>∗ <a href="http://www.dearcoketalk.com/post/1361817833/on-not-purple">On not purple.</a>∗ <a href="http://www.dearcoketalk.com/post/1359794120/on-purple">On purple.</a>∗ <a href="http://www.dearcoketalk.com/post/1353747269/on-the-tyranny-of-self-hate">On the tyranny of self hate.</a>∗ <a href="http://www.dearcoketalk.com/post/1339040738/on-quitting">On quitting.</a>∗ <a href="http://www.dearcoketalk.com/post/1338284936/on-halloween">On halloween.</a>∗ <a href="http://www.dearcoketalk.com/post/1337706994/on-context">On context.</a>∗ <a href="http://www.dearcoketalk.com/post/1331414262/on-dreaming-big">On dreaming big.</a>∗ <a href="http://www.dearcoketalk.com/post/1330672338/on-hesitation">On hesitation.</a>∗ <a href="http://www.dearcoketalk.com/post/1329982537/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/1329537434/on-a-complicated-dilemma">On a complicated dilemma.</a>∗ <a href="http://www.dearcoketalk.com/post/1329311965/on-the-real-issue">On the real issue.</a>∗ <a href="http://www.dearcoketalk.com/post/1317059342/on-earning-your-keep">On earning your keep.</a>∗ <a href="http://www.dearcoketalk.com/post/1310719487/on-paying-attention">On paying attention.</a>∗ <a href="http://www.dearcoketalk.com/post/1294326579/on-cocaine">On cocaine.</a>∗ <a href="http://www.dearcoketalk.com/post/1285363749/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/1279224591/on-vapid-people">On vapid people.</a>∗ <a href="http://www.dearcoketalk.com/post/1263710072/on-getting-over-an-abortion">On getting over an abortion.</a>∗ <a href="http://www.dearcoketalk.com/post/1260862022/on-creation">On creation.</a>∗ <a href="http://www.dearcoketalk.com/post/1256942194/on-teenage-individuality">On teenage individuality.</a>∗ <a href="http://www.dearcoketalk.com/post/1251298737/on-monogamy-and-polygamy">On monogamy and polygamy.</a>∗ <a href="http://www.dearcoketalk.com/post/1245466479/on-pros-and-cons">On pros and cons.</a>∗ <a href="http://www.dearcoketalk.com/post/1236429233/on-mediocrity">On mediocrity.</a>∗ <a href="http://www.dearcoketalk.com/post/1236041598/on-your-dogs-balls">On your dogs balls.</a>∗ <a href="http://www.dearcoketalk.com/post/1220214345/on-the-point-of-relationships">On the point of relationships.</a>∗ <a href="http://www.dearcoketalk.com/post/1218922933/on-american-english">On american english.</a>∗ <a href="http://www.dearcoketalk.com/post/1217450700/on-an-asshole">On an asshole.</a>∗ <a href="http://www.dearcoketalk.com/post/1216603606/on-his-girl-best-friend">On his girl best friend.</a>∗ <a href="http://www.dearcoketalk.com/post/1216346175/on-getting-things-done">On getting things done.</a>∗ <a href="http://www.dearcoketalk.com/post/1213425463/on-being-ignorant">On being ignorant.</a>∗ <a href="http://www.dearcoketalk.com/post/1203420900/on-disrespecting-god">On disrespecting god.</a>∗ <a href="http://www.dearcoketalk.com/post/1201009513/on-starfucking">On starfucking.</a>∗ <a href="http://www.dearcoketalk.com/post/1185946646/on-your-dream-job">On your dream job.</a>∗ <a href="http://www.dearcoketalk.com/post/1175515748/on-bullshit-drama">On bullshit drama.</a>∗ <a href="http://www.dearcoketalk.com/post/1174929385/on-bad-good-girls">On bad good girls.</a>∗ <a href="http://www.dearcoketalk.com/post/1174397630/on-your-fat-wife">On your fat wife.</a>∗ <a href="http://www.dearcoketalk.com/post/1170614622/on-killing-mom-with-kindness">On killing mom with kindness.</a>∗ <a href="http://www.dearcoketalk.com/post/1162705557/on-keeping-both">On keeping both.</a>∗ <a href="http://www.dearcoketalk.com/post/1162613660/on-changing-the-subject">On changing the subject.</a>∗ <a href="http://www.dearcoketalk.com/post/1151191091/on-not-getting-the-hint">On not getting the hint.</a>∗ <a href="http://www.dearcoketalk.com/post/1150796440/on-some-trifling-shit">On some trifling shit.</a>∗ <a href="http://www.dearcoketalk.com/post/1150542153/on-dealing-with-it">On dealing with it.</a>∗ <a href="http://www.dearcoketalk.com/post/1147449601/on-eat-pray-love">On eat pray love.</a>∗ <a href="http://www.dearcoketalk.com/post/1138318288/on-grammar">On grammar.</a>∗ <a href="http://www.dearcoketalk.com/post/1137979450/on-freshman-fantasies">On freshman fantasies.</a>∗ <a href="http://www.dearcoketalk.com/post/1132519045/on-gifts-with-strings-attached">On gifts with strings attached.</a>∗ <a href="http://www.dearcoketalk.com/post/1130482660/on-being-confused">On being confused.</a>∗ <a href="http://www.dearcoketalk.com/post/1129616501/on-sixteen">On sixteen.</a>∗ <a href="http://www.dearcoketalk.com/post/1128980003/on-all-there-is-to-say">On all there is to say.</a>∗ <a href="http://www.dearcoketalk.com/post/1128340551/on-bad-dating">On bad dating.</a>∗ <a href="http://www.dearcoketalk.com/post/1119079848/on-keeping-your-conscience">On keeping your conscience.</a>∗ <a href="http://www.dearcoketalk.com/post/1118898805/on-tanning-while-pregnant">On tanning while pregnant.</a>∗ <a href="http://www.dearcoketalk.com/post/1100706051/on-self-realization">On self realization.</a>∗ <a href="http://www.dearcoketalk.com/post/1098176145/on-the-perils-of-an-open-marriage">On the perils of an open marriage.</a>∗ <a href="http://www.dearcoketalk.com/post/1084837611/on-rape-fantasy">On rape fantasy.</a>∗ <a href="http://www.dearcoketalk.com/post/1049146039/on-trying-long-distance">On trying long distance.</a>∗ <a href="http://www.dearcoketalk.com/post/1055351703/on-sex-and-molly">On sex and molly.</a>∗ <a href="http://www.dearcoketalk.com/post/1054521416/on-at-will-employment">On at will employment.</a>∗ <a href="http://www.dearcoketalk.com/post/1046165735/on-being-a-female-player">On being a female player.</a>∗ <a href="http://www.dearcoketalk.com/post/1043863582/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/1040645651/on-cautionary-tales">On cautionary tales.</a>∗ <a href="http://www.dearcoketalk.com/post/1038981810/on-disclaimers">On disclaimers.</a>∗ <a href="http://www.dearcoketalk.com/post/1038614873/on-cocaine-and-self-control">On cocaine and self control.</a>∗ <a href="http://www.dearcoketalk.com/post/1038219044/on-sexual-identity">On sexual identity.</a>∗ <a href="http://www.dearcoketalk.com/post/1035350808/on-teenage-hubris">On teenage hubris.</a>∗ <a href="http://www.dearcoketalk.com/post/1015197413/on-becoming-a-whore">On becoming a whore.</a>∗ <a href="http://www.dearcoketalk.com/post/1012757725/on-astrology">On astrology.</a>∗ <a href="http://www.dearcoketalk.com/post/998843791/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/998732836/on-std-tmi">On std tmi.</a>∗ <a href="http://www.dearcoketalk.com/post/996436062/on-the-one-that-got-away">On the one that got away.</a>∗ <a href="http://www.dearcoketalk.com/post/989804537/on-opinions-and-assholes">On opinions and assholes.</a>∗ <a href="http://www.dearcoketalk.com/post/985920902/on-projection">On projection.</a>∗ <a href="http://www.dearcoketalk.com/post/983823309/on-television-for-kids">On television for kids.</a>∗ <a href="http://www.dearcoketalk.com/post/973984897/on-standard-issue-crazy">On standard issue crazy.</a>∗ <a href="http://www.dearcoketalk.com/post/973851920/on-a-victim-mentality">On a victim mentality.</a>∗ <a href="http://www.dearcoketalk.com/post/969709263/on-a-certain-kind-of-life">On a certain kind of life.</a>∗ <a href="http://www.dearcoketalk.com/post/968952649/on-crashing-a-tea-party">On crashing a tea party.</a>∗ <a href="http://www.dearcoketalk.com/post/966846092/on-petty-bullshit">On petty bullshit.</a>∗ <a href="http://www.dearcoketalk.com/post/959950847/on-fixing-a-friendship">On fixing a friendship.</a>∗ <a href="http://www.dearcoketalk.com/post/944322785/on-sex-ed">On sex ed.</a>∗ <a href="http://www.dearcoketalk.com/post/939983382/on-draper-or-sterling">On draper or sterling.</a>∗ <a href="http://www.dearcoketalk.com/post/939735600/on-old-condom-wrappers">On old condom wrappers.</a>∗ <a href="http://www.dearcoketalk.com/post/934386662/on-not-giving-a-vegan-fuck">On not giving a vegan fuck.</a>∗ <a href="http://www.dearcoketalk.com/post/934103760/on-jerking-it-together">On jerking it together.</a>∗ <a href="http://www.dearcoketalk.com/post/931462468/on-a-grumpy-gramps">On a grumpy gramps.</a>∗ <a href="http://www.dearcoketalk.com/post/914935896/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/914774772/on-settling-your-own-debate">On settling your own debate.</a>∗ <a href="http://www.dearcoketalk.com/post/909267386/on-sex-tapes-and-honor">On sex tapes and honor.</a>∗ <a href="http://www.dearcoketalk.com/post/905796310/on-should-it-be-illegal">On should it be illegal.</a>∗ <a href="http://www.dearcoketalk.com/post/902386830/on-best-friends-in-love">On best friends in love.</a>∗ <a href="http://www.dearcoketalk.com/post/902282057/on-stealing-your-sex-tape">On stealing your sex tape.</a>∗ <a href="http://www.dearcoketalk.com/post/896247648/on-romantic-cheeseballs">On romantic cheesballs.</a>∗ <a href="http://www.dearcoketalk.com/post/895696046/on-feeling-superior">On feeling superior.</a>∗ <a href="http://www.dearcoketalk.com/post/894885760/on-sounding-queer">On sounding queer.</a>∗ <a href="http://www.dearcoketalk.com/post/887937149/on-drill-baby-drill">On drill baby drill.</a>∗ <a href="http://www.dearcoketalk.com/post/886148412/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/885926600/on-being-lovestoned">On being lovestoned.</a>∗ <a href="http://www.dearcoketalk.com/post/885741855/on-selling-your-soul">On selling your soul.</a>∗ <a href="http://www.dearcoketalk.com/post/881087135/on-gay-bashing-trolls">On gay bashing trolls.</a>∗ <a href="http://www.dearcoketalk.com/post/877183101/on-a-boring-marriage">On a boring marriage.</a>∗ <a href="http://www.dearcoketalk.com/post/876966519/on-opening-it-up">On opening it up.</a>∗ <a href="http://www.dearcoketalk.com/post/873954632/on-better-schools">On better schools.</a>∗ <a href="http://www.dearcoketalk.com/post/872677976/on-penis-size">On penis size.</a>∗ <a href="http://www.dearcoketalk.com/post/872425464/on-keeping-the-money">On keeping the money.</a>∗ <a href="http://www.dearcoketalk.com/post/871887733/on-my-consistency">On my consistency.</a>∗ <a href="http://www.dearcoketalk.com/post/833418331/on-what-comes-next">On what comes next.</a>∗ <a href="http://www.dearcoketalk.com/post/830189374/on-selling-the-ring">On selling the ring.</a>∗ <a href="http://www.dearcoketalk.com/post/828824457/on-making-the-best-of-it">On making the best of it.</a>∗ <a href="http://www.dearcoketalk.com/post/821525798/on-dating-older-men">On dating older men.</a>∗ <a href="http://www.dearcoketalk.com/post/821170166/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/821091162/on-ritual-and-tradition">On ritual and tradition.</a>∗ <a href="http://www.dearcoketalk.com/post/820712016/on-the-arts">On the arts.</a>∗ <a href="http://www.dearcoketalk.com/post/817187961/on-a-comeback">On a comeback.</a>∗ <a href="http://www.dearcoketalk.com/post/817085220/on-go-fuck-yourself">On go fuck yourself</a>∗ <a href="http://www.dearcoketalk.com/post/816620104/on-the-religion-of-pro-life">On the religion of pro-life</a>∗ <a href="http://www.dearcoketalk.com/post/816458543/on-giving-for-its-own-sake">On giving for its own sake</a>∗ <a href="http://www.dearcoketalk.com/post/816399751/on-date-rape-denial">On date rape denial</a>∗ <a href="http://www.dearcoketalk.com/post/813471527/on-what-to-say">On what to say.</a>∗ <a href="http://www.dearcoketalk.com/post/813170814/on-vengeance-upon-thee">On vengeance upon thee.</a>∗ <a href="http://www.dearcoketalk.com/post/812567414/on-balancing-the-scales">On balancing the scales.</a>∗ <a href="http://www.dearcoketalk.com/post/809154575/on-ethical-consumption">On ethical consumption.</a>∗ <a href="http://www.dearcoketalk.com/post/805751366/on-commitment-issues">On commitment issues.</a>∗ <a href="http://www.dearcoketalk.com/post/805135548/on-being-a-groupie">On being a groupie.</a>∗ <a href="http://www.dearcoketalk.com/post/804069949/on-saying-i-love-you">On saying i love you.</a>∗ <a href="http://www.dearcoketalk.com/post/798628881/on-politically-correct-fashion">On politically correct fashion.</a>∗ <a href="http://www.dearcoketalk.com/post/795744640/on-miracles">On miracles.</a>∗ <a href="http://www.dearcoketalk.com/post/795702199/on-sex-with-girls">On sex with girls.</a>∗ <a href="http://www.dearcoketalk.com/post/794821461/on-disappointment">On dissapointment.</a>∗ <a href="http://www.dearcoketalk.com/post/787386207/on-when-to-start">On when to start.</a>∗ <a href="http://www.dearcoketalk.com/post/773992510/on-recognizing-the-pattern">On recognizing the pattern.</a>∗ <a href="http://www.dearcoketalk.com/post/773627357/on-cheaters-guilt">On cheater’s guilt.</a>∗ <a href="http://www.dearcoketalk.com/post/772475786/on-cougar-sugar">On cougar sugar.</a>∗ <a href="http://www.dearcoketalk.com/post/772118157/on-lashing-out">On lashing out.</a>∗ <a href="http://www.dearcoketalk.com/post/766374568/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/765113859/on-nothing-really">On nothing really.</a>∗ <a href="http://www.dearcoketalk.com/post/754758908/on-bearing-arms">On bearing arms.</a>∗ <a href="http://www.dearcoketalk.com/post/735601743/on-copyright-law">On copyright law.</a>∗ <a href="http://www.dearcoketalk.com/post/733544439/on-an-unwanted-pregnancy">On an unwanted pregancy.</a>∗ <a href="http://www.dearcoketalk.com/post/730810647/on-my-varied-interests">On my varied interests.</a>∗ <a href="http://www.dearcoketalk.com/post/730409485/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/729609779/on-the-thought-of-it">On the thought of it.</a>∗ <a href="http://www.dearcoketalk.com/post/727405387/on-neo-marxist-bullshit">On neo-marxist bullshit.</a>∗ <a href="http://www.dearcoketalk.com/post/727013473/on-children-of-the-corn">On children of the corn.</a>∗ <a href="http://www.dearcoketalk.com/post/724134696/on-a-wandering-eye">On a wandering eye.</a>∗ <a href="http://www.dearcoketalk.com/post/723449600/on-an-afterlife">On an afterlife.</a>∗ <a href="http://www.dearcoketalk.com/post/719025031/on-revolution">On revolution.</a>∗ <a href="http://www.dearcoketalk.com/post/712274996/on-call-girl-gossip">On call girl gossip.</a>∗ <a href="http://www.dearcoketalk.com/post/710595854/on-truth">On truth.</a>∗ <a href="http://www.dearcoketalk.com/post/709763889/on-secret-affairs">On secret affairs.</a>∗ <a href="http://www.dearcoketalk.com/post/708922988/on-sookie">On sookie.</a>∗ <a href="http://www.dearcoketalk.com/post/706084612/on-whats-inappropriate">On what’s inappropriate.</a>∗ <a href="http://www.dearcoketalk.com/post/705277525/on-taking-offense">On taking offense.</a>∗ <a href="http://www.dearcoketalk.com/post/703797618/on-spreading-your-wings">On spreading your wings.</a>∗ <a href="http://www.dearcoketalk.com/post/702133371/on-what-to-do">On what to do.</a>∗ <a href="http://www.dearcoketalk.com/post/698817586/on-labels">On labels.</a>∗ <a href="http://www.dearcoketalk.com/post/698544525/on-bible-camp">On bible camp.</a>∗ <a href="http://www.dearcoketalk.com/post/677113183/on-smoking">On smoking.</a>∗ <a href="http://www.dearcoketalk.com/post/673553612/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/670672182/on-not-giving-blowjobs">On not giving blowjobs.</a>∗ <a href="http://www.dearcoketalk.com/post/670496642/on-day-drinking">On day drinking.</a>∗ <a href="http://www.dearcoketalk.com/post/670423233/on-oil-and-blame">On oil and blame.</a>∗ <a href="http://www.dearcoketalk.com/post/653927914/on-me">On me.</a>∗ <a href="http://www.dearcoketalk.com/post/647383665/on-married-coworkers">On married coworkers.</a>∗ <a href="http://www.dearcoketalk.com/post/632682812/on-marriage-for-citizenship">On marriage for citizenship.</a>∗ <a href="http://www.dearcoketalk.com/post/632099208/on-embarrassment">On embarrassment.</a>∗ <a href="http://www.dearcoketalk.com/post/629453737/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/629042261/on-getting-what-you-deserve">On getting what you deserve.</a>∗ <a href="http://www.dearcoketalk.com/post/628779256/on-cuddle-cheating">On cuddle cheating.</a>∗ <a href="http://www.dearcoketalk.com/post/626408423/on-threesome-date-night">On threesome date night.</a>∗ <a href="http://www.dearcoketalk.com/post/617035631/on-existential-crisis-management">On existential crisis management.</a>∗ <a href="http://www.dearcoketalk.com/post/614051736/on-fading-out">On fading out.</a>∗ <a href="http://www.dearcoketalk.com/post/613782321/on-shutting-the-fuck-up">On shutting the fuck up.</a>∗ <a href="http://www.dearcoketalk.com/post/613373054/on-my-permission">On my permission.</a>∗ <a href="http://www.dearcoketalk.com/post/610553401/on-the-best-girls">On the best girls.</a>∗ <a href="http://www.dearcoketalk.com/post/601481921/on-small-town-politics">On small town politics.</a>∗ <a href="http://www.dearcoketalk.com/post/598878505/on-nuking-your-lady-parts">On nuking your lady parts.</a>∗ <a href="http://www.dearcoketalk.com/post/597299313/on-permanent-birth-control">On permanent birth control.</a>∗ <a href="http://www.dearcoketalk.com/post/597091851/on-making-me-laugh">On making me laugh.</a>∗ <a href="http://www.dearcoketalk.com/post/596297320/on-a-post-racist-world">On a post racist world.</a>∗ <a href="http://www.dearcoketalk.com/post/596161082/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/595859343/on-rebounding">On rebounding.</a>∗ <a href="http://www.dearcoketalk.com/post/593196836/on-love-and-war">On love and war.</a>∗ <a href="http://www.dearcoketalk.com/post/590126323/on-a-jezebel-death-match">On a jezebel death match.</a>∗ <a href="http://www.dearcoketalk.com/post/588232834/on-bucking-the-fuck-up">On bucking the fuck up.</a>∗ <a href="http://www.dearcoketalk.com/post/587865215/on-new-levels-of-stupidity">On new levels of stupidity.</a>∗ <a href="http://www.dearcoketalk.com/post/587338108/on-cats">On cats.</a>∗ <a href="http://www.dearcoketalk.com/post/585190703/on-the-brutal-truth">On the brutal truth.</a>∗ <a href="http://www.dearcoketalk.com/post/585190464/on-finding-his-inner-bad-boy">On finding his inner bad boy.</a>∗ <a href="http://www.dearcoketalk.com/post/585190092/on-purgatory">On purgatory.</a>∗ <a href="http://www.dearcoketalk.com/post/582861787/on-gropers">On gropers.</a>∗ <a href="http://www.dearcoketalk.com/post/582139083/on-bisexual-boys">On bisexual boys.</a>∗ <a href="http://www.dearcoketalk.com/post/582013310/on-the-nature-of-things">On the nature of things.</a>∗ <a href="http://www.dearcoketalk.com/post/580346744/on-cock-bumps">On cock bumps.</a>∗ <a href="http://www.dearcoketalk.com/post/579735216/on-being-normal">On being normal.</a>∗ <a href="http://www.dearcoketalk.com/post/579427267/on-not-taking-shit">On not taking shit.</a>∗ <a href="http://www.dearcoketalk.com/post/577003009/on-small-dick">On small dick.</a>∗ <a href="http://www.dearcoketalk.com/post/574075837/on-giving-feminism-a-bad-name">On giving feminism a bad name.</a>∗ <a href="http://www.dearcoketalk.com/post/571239568/on-what-makes-you-happy">On what makes you happy.</a>∗ <a href="http://www.dearcoketalk.com/post/569752255/on-facing-threats">On facing threats.</a>∗ <a href="http://www.dearcoketalk.com/post/564374666/on-losing-them-both">On losing them both.</a>∗ <a href="http://www.dearcoketalk.com/post/564153589/on-when-to-get-selfish">On when to get selfish.</a>∗ <a href="http://www.dearcoketalk.com/post/561514430/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/560524888/on-theology">On theology.</a>∗ <a href="http://www.dearcoketalk.com/post/559493143/on-the-obvious-choice">On the obvious choice.</a>∗ <a href="http://www.dearcoketalk.com/post/559392313/on-pissing-off-insecure-women">On pissing off insecure women.</a>∗ <a href="http://www.dearcoketalk.com/post/559164590/on-doing-it-for-yourself">On doing it for yourself.</a>∗ <a href="http://www.dearcoketalk.com/post/558979673/on-your-next-career">On your next career.</a>∗ <a href="http://www.dearcoketalk.com/post/556643075/on-even-more-bad-ideas">On even more bad ideas.</a>∗ <a href="http://www.dearcoketalk.com/post/556403251/on-more-bad-ideas">On more bad ideas.</a>∗ <a href="http://www.dearcoketalk.com/post/556352955/on-bad-ideas">On bad ideas.</a>∗ <a href="http://www.dearcoketalk.com/post/556342574/on-facebook-junkies">On facebook junkies.</a>∗ <a href="http://www.dearcoketalk.com/post/554467692/on-how-you-look-at-it">On how you look at it.</a>∗ <a href="http://www.dearcoketalk.com/post/554008270/on-why-los-angeles">On why los angeles.</a>∗ <a href="http://www.dearcoketalk.com/post/553833891/on-entry-level-ethics">On entry level ethics.</a>∗ <a href="http://www.dearcoketalk.com/post/551778517/on-balding">On balding.</a>∗ <a href="http://www.dearcoketalk.com/post/551332003/on-bisexual-virgin-coeds">On bisexual virgin coeds.</a>∗ <a href="http://www.dearcoketalk.com/post/548942257/on-dating-in-los-angeles">On dating in los angeles.</a>∗ <a href="http://www.dearcoketalk.com/post/548529005/on-three-days-salary">On three days salary.</a>∗ <a href="http://www.dearcoketalk.com/post/546377694/on-finding-some-fresh-love">On finding some fresh love.</a>∗ <a href="http://www.dearcoketalk.com/post/546118924/on-stupid-questions">On stupid questions.</a>∗ <a href="http://www.dearcoketalk.com/post/546057969/on-the-worst-kind-of-mother-in-law">On the worst kind of mother-in-law.</a>∗ <a href="http://www.dearcoketalk.com/post/545859263/on-redneck-problems">On redneck problems.</a>∗ <a href="http://www.dearcoketalk.com/post/544619755/on-conquering-uncertainty">On conquering uncertainty.</a>∗ <a href="http://www.dearcoketalk.com/post/543714923/on-being-emotionally-involved">On being emotionally involved.</a>∗ <a href="http://www.dearcoketalk.com/post/541727148/on-ex-boyfriend-soldiers">On ex-boyfriend soldiers.</a>∗ <a href="http://www.dearcoketalk.com/post/541103372/on-annoying-bitches">On annoying bitches.</a>∗ <a href="http://www.dearcoketalk.com/post/540990967/on-leverage">On leverage.</a>∗ <a href="http://www.dearcoketalk.com/post/522814217/on-winning-the-argument">On winning the argument.</a>∗ <a href="http://www.dearcoketalk.com/post/513664635/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/506260332/on-toxic-girls">On toxic girls.</a>∗ <a href="http://www.dearcoketalk.com/post/506138986/on-a-girl-fling">On a girl fling.</a>∗ <a href="http://www.dearcoketalk.com/post/503626170/on-coachella-baggage">On coachella baggage.</a>∗ <a href="http://www.dearcoketalk.com/post/501116841/on-begging-to-differ">On begging to differ.</a>∗ <a href="http://www.dearcoketalk.com/post/491527789/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/489970244/on-being-pretentious">On being pretentious.</a>∗ <a href="http://www.dearcoketalk.com/post/489553247/on-coincidences">On coincidences.</a>∗ <a href="http://www.dearcoketalk.com/post/489497402/on-a-better-question">On a better question.</a>∗ <a href="http://www.dearcoketalk.com/post/489382385/on-being-soooo-cool">On being so cool.</a>∗ <a href="http://www.dearcoketalk.com/post/489247858/on-my-motif">On my motif.</a>∗ <a href="http://www.dearcoketalk.com/post/485275806/on-another-crazy-bitch">On another crazy bitch.</a>∗ <a href="http://www.dearcoketalk.com/post/482157211/on-spanking-it-to-porn">On spanking it to porn.</a>∗ <a href="http://www.dearcoketalk.com/post/480585694/on-self-reflexivity">On self-reflexivity.</a>∗ <a href="http://www.dearcoketalk.com/post/477866077/on-happily-ever-after">On happily ever after.</a>∗ <a href="http://www.dearcoketalk.com/post/475581870/on-your-tan-and-your-respect">On your tan and your respect.</a>∗ <a href="http://www.dearcoketalk.com/post/475482933/on-being-just-an-asshole">On just being an asshole.</a>∗ <a href="http://www.dearcoketalk.com/post/474388191/on-tattoo-sex">On tattoo sex.</a>∗ <a href="http://www.dearcoketalk.com/post/473937309/on-fantasy-vs-reality">On fantasy vs reality.</a>∗ <a href="http://www.dearcoketalk.com/post/473172408/on-irony">On irony.</a>∗ <a href="http://www.dearcoketalk.com/post/472806822/on-college-experimentation">On college experimentation.</a>∗ <a href="http://www.dearcoketalk.com/post/471701537/on-finding-yourself-in-an-affair">On finding yourself in an affair.</a>∗ <a href="http://www.dearcoketalk.com/post/471264902/on-pointing-to-the-gym">On pointing to the gym.</a>∗ <a href="http://www.dearcoketalk.com/post/470620080/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/469569584/on-sneaking-to-the-doctor">On sneaking to the doctor.</a>∗ <a href="http://www.dearcoketalk.com/post/468552456/on-mother-in-law-drama">On mother-in-law drama.</a>∗ <a href="http://www.dearcoketalk.com/post/466916295/on-going-your-separate-ways">On going your separate ways.</a>∗ <a href="http://www.dearcoketalk.com/post/465993172/on-experimenting-with-blow">On experimenting with blow</a>∗ <a href="http://www.dearcoketalk.com/post/464617550/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/463935998/on-the-ex-girlfriend-stash">On the ex-girlfriend stash.</a>∗ <a href="http://www.dearcoketalk.com/post/459571291/on-steps-you-cant-skip">On steps you can’t skip.</a>∗ <a href="http://www.dearcoketalk.com/post/459147913/on-how-to-beat-an-xbox">On how to beat an xbox.</a>∗ <a href="http://www.dearcoketalk.com/post/458227828/on-why-you-even-bother">On why you even bother.</a>∗ <a href="http://www.dearcoketalk.com/post/458011449/on-playing-vs-being">On playing vs being.</a>∗ <a href="http://www.dearcoketalk.com/post/457639302/on-a-quick-slap">On a quick slap.</a>∗ <a href="http://www.dearcoketalk.com/post/457068121/on-the-teens-of-today">On the teens of today.</a>∗ <a href="http://www.dearcoketalk.com/post/456146346/on-finding-an-equal">On finding an equal.</a>∗ <a href="http://www.dearcoketalk.com/post/455094018/on-selfish-screamers">On selfish screamers.</a>∗ <a href="http://www.dearcoketalk.com/post/454827059/on-grabbing-a-tiger-by-the-tail">On grabbing a tiger by the tail.</a>∗ <a href="http://www.dearcoketalk.com/post/453955890/on-locking-your-door">On locking your door.</a>∗ <a href="http://www.dearcoketalk.com/post/453815434/on-online-dating-sites">On online dating sites.</a>∗ <a href="http://www.dearcoketalk.com/post/447840834/on-when-not-to-be-a-lady">On when not to be a lady.</a>∗ <a href="http://www.dearcoketalk.com/post/445763841/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/445195788/on-setting-your-biological-clock">On setting your biological clock.</a>∗ <a href="http://www.dearcoketalk.com/post/442008819/on-being-young-and-stupid">On being young and stupid.</a>∗ <a href="http://www.dearcoketalk.com/post/441676341/on-being-a-prostitute">On being a prostitute.</a>∗ <a href="http://www.dearcoketalk.com/post/440550660/on-cheating">On cheating.</a>∗ <a href="http://www.dearcoketalk.com/post/440345994/on-trusting-my-math">On trusting my math.</a>∗ <a href="http://www.dearcoketalk.com/post/440084196/on-answering-delicately">On answering delicately.</a>∗ <a href="http://www.dearcoketalk.com/post/439969518/on-a-breach-of-intimacy">On a breach of intimacy.</a>∗ <a href="http://www.dearcoketalk.com/post/439724831/on-abortion">On abortion.</a>∗ <a href="http://www.dearcoketalk.com/post/439533954/on-prince-charming-disease">On prince charming disease.</a>∗ <a href="http://www.dearcoketalk.com/post/439511106/on-the-little-things">On the little things.</a>∗ <a href="http://www.dearcoketalk.com/post/438425499/on-daddy-issues">On daddy issues.</a>∗ <a href="http://www.dearcoketalk.com/post/438112075/on-the-drunk-driving-thing-again">On the drunk driving thing again.</a>∗ <a href="http://www.dearcoketalk.com/post/437356830/on-sugar-babies">On sugar babies.</a>∗ <a href="http://www.dearcoketalk.com/post/436583232/on-drunk-driving">On drunk driving.</a>∗ <a href="http://www.dearcoketalk.com/post/436246691/on-overweight-confidence">On overweight confidence.</a>∗ <a href="http://www.dearcoketalk.com/post/435592252/on-just-asking-for-it">On just asking for it.</a>∗ <a href="http://www.dearcoketalk.com/post/434101580/on-strap-on-diplomacy">On strap-on diplomacy.</a>∗ <a href="http://www.dearcoketalk.com/post/433159181/on-choosing-wisely">On choosing wisely.</a>∗ <a href="http://www.dearcoketalk.com/post/432068707/on-fake-eighties-nostalgia">On fake eighties nostalgia.</a>∗ <a href="http://www.dearcoketalk.com/post/431652185/on-beginners-lube">On beginner’s lube.</a>∗ <a href="http://www.dearcoketalk.com/post/430515613/on-your-first-time-s">On your first time(s).*</a>∗ <a href="http://www.dearcoketalk.com/post/429984792/on-extracurricular-activities">On extracurricular activities.</a>∗ <a href="http://www.dearcoketalk.com/post/429214863/on-fun-sized-advice">On fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/428316850/on-tour">On tour.</a>∗ <a href="http://www.dearcoketalk.com/post/427769458/on-refocusing-outward">On refocusing outward.</a>∗ <a href="http://www.dearcoketalk.com/post/426635311/on-how-its-done">On how it’s done.</a>∗ <a href="http://www.dearcoketalk.com/post/425781717/on-knowing-when-it-works">On knowing when it works.</a>∗ <a href="http://www.dearcoketalk.com/post/424459560/on-being-a-kinky-bitch">On being a kinky bitch.</a>∗ <a href="http://www.dearcoketalk.com/post/421615542/on-hater-day">On hater day.</a>∗ <a href="http://www.dearcoketalk.com/post/421045686/on-sticks-and-stones">On sticks and stones.</a>∗ <a href="http://www.dearcoketalk.com/post/418117155/on-existential-angst">On existential angst.</a>∗ <a href="http://www.dearcoketalk.com/post/416280299/on-getting-choked">On getting choked.</a>∗ <a href="http://www.dearcoketalk.com/post/416208070/on-when-to-call-it-quits">On when to call it quits.</a>∗ <a href="http://www.dearcoketalk.com/post/414628039/on-a-cute-little-obsession">On a cute little obsession.</a>∗ <a href="http://www.dearcoketalk.com/post/414381638/on-secret-evil-plans">On secret evil plans.</a>∗ <a href="http://www.dearcoketalk.com/post/413842847/on-third-world-exploitation">On third world exploitation.</a>∗ <a href="http://www.dearcoketalk.com/post/413611167/on-not-being-a-whiny-bitch">On not being a whiny bitch.</a>∗ <a href="http://www.dearcoketalk.com/post/412640957/on-charisma">On charisma.</a>∗ <a href="http://www.dearcoketalk.com/post/412596785/on-embracing-vulnerability">On embracing vulnerability.</a>∗ <a href="http://www.dearcoketalk.com/post/412070847/on-starting-a-blog">On starting a blog.</a>∗ <a href="http://www.dearcoketalk.com/post/411939390/on-prostitution">On prostitution.</a>∗ <a href="http://www.dearcoketalk.com/post/411874643/on-how-not-to-get-used">On how not to get used.</a>∗ <a href="http://www.dearcoketalk.com/post/410601852/on-the-humorless-and-ignorant">On the humorless and ignorant.</a>∗ <a href="http://www.dearcoketalk.com/post/410486670/on-noisy-neighbors">On noisy neighbors.</a>∗ <a href="http://www.dearcoketalk.com/post/409934953/on-me-not-giving-a-fuck">On me not giving a fuck.</a>∗ <a href="http://www.dearcoketalk.com/post/409723955/on-not-having-to-cum">On not having to cum.</a>∗ <a href="http://www.dearcoketalk.com/post/408498553/on-not-dating">On not dating.</a>∗ <a href="http://www.dearcoketalk.com/post/408459267/on-your-ass">On your ass.</a>∗ <a href="http://www.dearcoketalk.com/post/408351331/on-revenge">On revenge.</a>∗ <a href="http://www.dearcoketalk.com/post/407775604/on-my-lovers-and-haters">On lovers and haters.</a>∗ <a href="http://www.dearcoketalk.com/post/407638687/on-christian-close-mindedness">On christian close-mindedness.</a>∗ <a href="http://www.dearcoketalk.com/post/406563926/on-herbivores">On herbivores.</a>∗ <a href="http://www.dearcoketalk.com/post/320743178/on-expanding-your-mind">On expanding your mind.</a>∗ <a href="http://www.dearcoketalk.com/post/405534604/on-not-being-crazy">On not being crazy.</a>∗ <a href="http://www.dearcoketalk.com/post/405311490/on-ending-an-ugly-mess">On ending an ugly mess.</a>∗ <a href="http://www.dearcoketalk.com/post/405236195/on-liking-to-fuck">On liking to fuck.</a>∗ <a href="http://www.dearcoketalk.com/post/403470083/on-moving-in-together">On moving in together.</a>∗ <a href="http://www.dearcoketalk.com/post/403339413/on-self-medicating">On self-medicating.</a>∗ <a href="http://www.dearcoketalk.com/post/401369077/on-dating">On dating.</a>∗ <a href="http://www.dearcoketalk.com/post/399380673/on-even-more-fun-sized-advice">On even more fun sized adviced.</a>∗ <a href="http://www.dearcoketalk.com/post/398054559/on-the-worst-kind-of-addict">On the worst kind of addict.</a>∗ <a href="http://www.dearcoketalk.com/post/396149802/on-earning-the-grade">On earning the grade.</a>∗ <a href="http://www.dearcoketalk.com/post/394988297/on-not-waiting-around">On not waiting around.</a>∗ <a href="http://www.dearcoketalk.com/post/394921457/on-love">On love.</a>∗ <a href="http://www.dearcoketalk.com/post/395031259/on-irony-and-cliche">On irony and cliche.</a>∗ <a href="http://www.dearcoketalk.com/post/393954040/on-being-a-teenage-girl">On being a teenage girl.</a>∗ <a href="http://www.dearcoketalk.com/post/393801233/on-saving-up-for-surgery">On saving up for surgery.</a>∗ <a href="http://www.dearcoketalk.com/post/393567234/on-respect">On respect.</a>∗ <a href="http://www.dearcoketalk.com/post/389914608/on-pageants">On pageants.</a>∗ <a href="http://www.dearcoketalk.com/post/389799966/on-threesome-math">On threesome math.</a>∗ <a href="http://www.dearcoketalk.com/post/389742561/on-when-to-stop">On when to stop.</a>∗ <a href="http://www.dearcoketalk.com/post/384880754/on-the-fag-hag-fantasy">On the fag hag fantasy.</a>∗ <a href="http://www.dearcoketalk.com/post/384531111/on-actually-breaking-it-off">On actually breaking it off.</a>∗ <a href="http://www.dearcoketalk.com/post/384328527/on-planning-a-delicious-mistake">On planning a delicious mistake.</a>∗ <a href="http://www.dearcoketalk.com/post/384225585/on-bad-ideas">On bad ideas.</a>∗ <a href="http://www.dearcoketalk.com/post/384191706/on-having-it-both-ways">On having it both ways.</a>∗ <a href="http://www.dearcoketalk.com/post/383110044/on-pre-life-crisis">On pre-life crisis.</a>∗ <a href="http://www.dearcoketalk.com/post/379562788/on-what-to-believe">On what to believe.</a>∗ <a href="http://www.dearcoketalk.com/post/376286477/on-starting-out-bisexual">On starting out bisexual.</a>∗ <a href="http://www.dearcoketalk.com/post/373805064/on-stripping">On stripping.</a>∗ <a href="http://www.dearcoketalk.com/post/380265028/on-hurting-the-first-time">On hurting the first time.</a>∗ <a href="http://www.dearcoketalk.com/post/373707576/on-the-other-orgasm">On the other orgasm.</a>∗ <a href="http://www.dearcoketalk.com/post/373580535/on-poor-life-decisions">On poor life decisions.</a>∗ <a href="http://www.dearcoketalk.com/post/373134410/on-making-shit-official">On making shit official.</a>∗ <a href="http://www.dearcoketalk.com/post/372687376/on-restarting-your-career">On restarting your career.</a>∗ <a href="http://www.dearcoketalk.com/post/368478879/on-not-being-sold">On not being sold.</a>∗ <a href="http://www.dearcoketalk.com/post/368266780/on-jealousy">On jealousy.</a>∗ <a href="http://www.dearcoketalk.com/post/364124872/on-haunted-vaginas">On haunted vaginas.</a>∗ <a href="http://www.dearcoketalk.com/post/362683285/on-open-relationships">On open relationships.</a>∗ <a href="http://www.dearcoketalk.com/post/361655070/on-laziness">On laziness.</a>∗ <a href="http://www.dearcoketalk.com/post/360423748/on-girl-boners">On girl boners.</a>∗ <a href="http://www.dearcoketalk.com/post/360353550/on-my-haters">On my haters.</a>∗ <a href="http://www.dearcoketalk.com/post/360294421/on-self-worth">On self worth.</a>∗ <a href="http://www.dearcoketalk.com/post/359919950/on-honesty-and-integrity">On honesty and integrity.</a>∗ <a href="http://www.dearcoketalk.com/post/359883399/on-that-bitch-at-the-office">On that bitch at the office.</a>∗ <a href="http://www.dearcoketalk.com/post/358823051/on-your-ass-in-the-mirror">On your ass in the mirror.</a>∗ <a href="http://www.dearcoketalk.com/post/356811578/on-lifes-little-mysteries">On life’s little mysteries.</a>∗ <a href="http://www.dearcoketalk.com/post/356411261/on-lip-piercing">On lip piercing.</a>∗ <a href="http://www.dearcoketalk.com/post/355069728/on-nationality">On nationality.</a>∗ <a href="http://www.dearcoketalk.com/post/355316839/on-the-way-he-was-raised">On the way he was raised.</a>∗ <a href="http://www.dearcoketalk.com/post/349926326/on-subtlety">On subtlety.</a>∗ <a href="http://www.dearcoketalk.com/post/346165789/on-me">On me.</a>∗ <a href="http://www.dearcoketalk.com/post/344853813/on-the-whores-fallacy">On the whore’s fallacy.</a>∗ <a href="http://www.dearcoketalk.com/post/341931698/on-giving-up-brain-cells">On giving up brain cells.</a>∗ <a href="http://www.dearcoketalk.com/post/335438672/on-early-grieving-of-a-lifelong-addict">On early grieving of a lifelong addict.</a>∗ <a href="http://www.dearcoketalk.com/post/335091154/on-being-too-stupid-for-advice">On being too stupid for advice.</a>∗ <a href="http://www.dearcoketalk.com/post/334955158/on-fighting">On fighting.</a>∗ <a href="http://www.dearcoketalk.com/post/334920113/on-a-graceful-exit">On a graceful exit.</a>∗ <a href="http://www.dearcoketalk.com/post/334884320/on-contemplating-murder">On contemplating murder.</a>∗ <a href="http://www.dearcoketalk.com/post/333502189/on-feminism-and-porn">On feminism and porn.</a>∗ <a href="http://www.dearcoketalk.com/post/333287732/on-a-slow-burn">On a slow burn.</a>∗ <a href="http://www.dearcoketalk.com/post/330008994/on-a-thieving-boyfriend">On a thieving boyfriend.</a>∗ <a href="http://www.dearcoketalk.com/post/327866633/on-being-a-third-wheel">On being a third wheel.</a>∗ <a href="http://www.dearcoketalk.com/post/327549240/on-whether-to-text-first">On whether to text first.</a>∗ <a href="http://www.dearcoketalk.com/post/327521232/on-premature-ejaculation">On premature ejaculation.</a>∗ <a href="http://www.dearcoketalk.com/post/325541858/on-how-to-break-up">On how to break up.</a>∗ <a href="http://www.dearcoketalk.com/post/322961646/on-bloody-sex">On bloody sex.</a>∗ <a href="http://www.dearcoketalk.com/post/322422731/on-dating-judgmental-bores">On dating judgmental bores.</a>∗ <a href="http://www.dearcoketalk.com/post/320447124/on-relationship-training-wheels">On relationship training wheels.</a>∗ <a href="http://www.dearcoketalk.com/post/319378329/on-lube">On lube.</a>∗ <a href="http://www.dearcoketalk.com/post/303795315/on-pussy-perfection">On pussy perfection.</a>∗ <a href="http://www.dearcoketalk.com/post/293856791/on-your-boyfriends-crazy-ex">On your boyfriend’s crazy ex.</a>∗ <a href="http://www.dearcoketalk.com/post/292350978/on-more-fun-sized-advice">On more fun sized advice.</a>∗ <a href="http://www.dearcoketalk.com/post/290946749/on-post-traumatic-stress">On post traumatic stress.</a>∗ <a href="http://www.dearcoketalk.com/post/290886876/on-emotional-blackmail">On emotional blackmail.</a>∗ <a href="http://www.dearcoketalk.com/post/290659299/on-one-big-lip">On one big lip.</a>∗ <a href="http://www.dearcoketalk.com/post/289241446/on-sob-stories">On sob stories.</a> ∗<a href="http://www.dearcoketalk.com/post/286611827/on-ecstasy-sex">On ecstasy sex.</a> ∗<a href="http://www.dearcoketalk.com/post/285429786/on-prescription-drugs">On prescription drugs.</a> ∗<a href="http://www.dearcoketalk.com/post/283694183/on-unmanly-men">On unmanly men.</a> ∗<a href="http://www.dearcoketalk.com/post/281133503/on-consequences">On consequences.</a> ∗<a href="http://www.dearcoketalk.com/post/280887847/on-ending-it-already">On ending it already.</a> ∗<a href="http://www.dearcoketalk.com/post/280854163/on-the-day-after">On the day after.</a> ∗<a href="http://www.dearcoketalk.com/post/280325467/on-decorum">On decorum.</a> ∗<a href="http://www.dearcoketalk.com/post/279795414/on-bi-boyfriends">On bi boyfriends.</a> ∗<a href="http://www.dearcoketalk.com/post/279495196/on-nose-jobs">On nose jobs.</a> ∗<a href="http://www.dearcoketalk.com/post/279442531/on-the-future">On the future.</a> ∗<a href="http://www.dearcoketalk.com/post/279188545/on-foolproof-technique">On foolproof technique.</a> ∗<a href="http://www.dearcoketalk.com/post/278741514/on-archetype">On archetype.</a> ∗<a href="http://www.dearcoketalk.com/post/277876561/on-making-a-new-frenemy">On making a new frenemy.</a> ∗<a href="http://www.dearcoketalk.com/post/277815895/on-teenage-flirting">On teenage flirting.</a> ∗<a href="http://www.dearcoketalk.com/post/275644878/on-three-little-words">On three little words.</a> ∗<a href="http://www.dearcoketalk.com/post/275122432/on-one-step-at-time">On one step at time.</a> ∗<a href="http://www.dearcoketalk.com/post/274300768/on-bitterness">On bitterness.</a> ∗<a href="http://www.dearcoketalk.com/post/269700347/on-the-brutal-truth">On the brutal truth.</a> ∗<a href="http://www.dearcoketalk.com/post/269684133/on-fag-hag-nags">On fag hag nags.</a> ∗<a href="http://www.dearcoketalk.com/post/268231460/on-teenage-break-ups">On teenage break-ups.</a> ∗<a href="http://www.dearcoketalk.com/post/268185559/on-pursuing-your-dream">On pursuing your dream.</a> ∗<a href="http://www.dearcoketalk.com/post/267988071/on-a-cure-for-boredom">On a cure for boredom.</a> ∗<a href="http://www.dearcoketalk.com/post/267981748/on-fucking-your-way-to-the-middle">On fucking your way to the middle.</a> ∗<a href="http://www.dearcoketalk.com/post/267244975/on-forgiveness">On forgiveness.</a> ∗<a href="http://www.dearcoketalk.com/post/266601630/on-platonic-vs-romantic">On platonic vs. romantic.</a> ∗<a href="http://www.dearcoketalk.com/post/266557220/on-standards">On standards.</a> ∗<a href="http://www.dearcoketalk.com/post/265974296/on-living-with-parents">On living with parents.</a> ∗<a href="http://www.dearcoketalk.com/post/265952910/on-me-not-being-a-doctor">On me not being a doctor.</a> ∗<a href="http://www.dearcoketalk.com/post/265378823/on-the-lesser-of-two-evils">On the lesser of two evils.</a> ∗<a href="http://www.dearcoketalk.com/post/264582631/on-moms-boyfriend">On mom’s boyfriend.</a> ∗<a href="http://www.dearcoketalk.com/post/264379609/on-dating-that-guy-in-that-band">On dating that guy in that band.</a> ∗<a href="http://www.dearcoketalk.com/post/263896529/on-family-violence">On family violence.</a> ∗<a href="http://www.dearcoketalk.com/post/263773241/on-fun-sized-advice">On fun sized advice.</a> ∗<a href="http://www.dearcoketalk.com/post/263595737/on-why-we-hate-teenage-girls">On why we hate teenage girls.</a> ∗<a href="http://www.dearcoketalk.com/post/262472381/on-making-a-decision">On making a decision.</a> ∗<a href="http://www.dearcoketalk.com/post/262246340/on-attention-deficit-dating">On attention deficit dating.</a> ∗<a href="http://www.dearcoketalk.com/post/262204369/on-virginity-with-an-asterisk">On virginity with an asterisk.</a> ∗<a href="http://www.dearcoketalk.com/post/262199617/on-simple-solutions">On simple solutions.</a> ∗<a href="http://www.dearcoketalk.com/post/261279677/on-harm-vs-damage">On harm vs. damage.</a> ∗<a href="http://www.dearcoketalk.com/post/259134057/on-priorities">On priorities.</a> ∗<a href="http://www.dearcoketalk.com/post/259095061/on-not-holding-your-peace">On not holding your peace.</a> ∗<a href="http://www.dearcoketalk.com/post/258026348/on-calling-her-out">On calling her out.</a> ∗<a href="http://www.dearcoketalk.com/post/258009916/on-finally-ending-it">On finally ending it.</a> ∗<a href="http://www.dearcoketalk.com/post/257481348/on-pimpin-not-being-easy">On pimpin’ not being easy.</a> ∗<a href="http://www.dearcoketalk.com/post/261103621/on-pimp-slap-follow-through">On pimp slap follow-through.</a> ∗<a href="http://www.dearcoketalk.com/post/257105240/on-online-relationships">On online relationships.</a> ∗<a href="http://www.dearcoketalk.com/post/257082928/on-garden-variety-shyness">On garden variety shyness.</a> ∗<a href="http://www.dearcoketalk.com/post/257033168/on-a-lesson-for-the-smart-girl">On a lesson for the smart girl.</a> ∗<a href="http://www.dearcoketalk.com/post/256683086/on-settling-too-soon">On settling too soon.</a> ∗<a href="http://www.dearcoketalk.com/post/256023509/on-the-long-distance-thing">On the long distance thing.</a> ∗<a href="http://www.dearcoketalk.com/post/252897286/on-girl-meets-boy">On girl meets boy.</a> ∗<a href="http://www.dearcoketalk.com/post/252716375/on-understanding-suicide">On understanding suicide.</a> ∗<a href="http://www.dearcoketalk.com/post/252369716/on-enforcing-your-emotional-space">On enforcing your emotional space.</a> ∗<a href="http://www.dearcoketalk.com/post/251808933/on-my-icon">On my icon.</a> ∗<a href="http://www.dearcoketalk.com/post/250224808/on-keeping-it-edible">On keeping it edible.</a> ∗<a href="http://www.dearcoketalk.com/post/249953372/on-mysterious-cold-sores">On mysterious cold sores.</a> ∗<a href="http://www.dearcoketalk.com/post/248938584/on-acid">On acid.</a> ∗<a href="http://www.dearcoketalk.com/post/248209548/on-being-a-kinky-bastard">On being a kinky bastard.</a> ∗<a href="http://www.dearcoketalk.com/post/248187919/on-putting-him-in-his-place">On putting him in his place.</a> ∗<a href="http://www.dearcoketalk.com/post/248041337/on-the-friend-who-gets-slapped-around">On the friend who gets slapped around.</a> ∗<a href="http://www.dearcoketalk.com/post/245762045/on-girl-on-girl">On girl-on-girl.</a> ∗<a href="http://www.dearcoketalk.com/post/245142197/on-one-night-stands">On one night stands.</a> ∗<a href="http://www.dearcoketalk.com/post/244544812/on-cock-size">On cock size.</a> ∗<a href="http://www.dearcoketalk.com/post/244127480/on-sex-toys">On sex toys.</a> ∗<a href="http://www.dearcoketalk.com/post/243373671/on-ex-sex">On ex sex.</a> ∗<a href="http://www.dearcoketalk.com/post/242960262/on-the-worst-kind-of-crazy">On the worst kind of crazy.</a> ∗<a href="http://www.dearcoketalk.com/post/242849354/on-bad-sex">On bad sex.</a> ∗<a href="http://www.dearcoketalk.com/post/242376459/on-threesomes">On threesomes.</a> ∗<a href="http://www.dearcoketalk.com/post/242342537/on-yet-another-shallow-cunt">On yet another shallow cunt.</a> ∗<a href="http://www.dearcoketalk.com/post/242313333/on-getting-out-of-the-closet">On getting out of the closet.</a> ∗<a href="http://www.dearcoketalk.com/post/242295451/on-damaged-goods">On damaged goods.</a> ∗<a href="http://www.dearcoketalk.com/post/241741266/on-being-more-specific">On being more specific.</a> ∗<a href="http://www.dearcoketalk.com/post/241737497/on-sugar-daddies">On sugar daddies.</a> ∗<a href="http://www.dearcoketalk.com/post/240782960/on-high-school">On high school.</a> ∗<a href="http://www.dearcoketalk.com/post/240755090/on-being-rude">On being rude.</a> ∗<a href="http://www.dearcoketalk.com/post/240745899/on-bad-news">On bad news.</a> ∗<a href="http://www.dearcoketalk.com/post/240720610/on-tattoo-ideas">On tattoo ideas.</a> ∗<a href="http://www.dearcoketalk.com/post/240498018/on-beef-curtains">On beef curtains.</a> ∗<a href="http://www.dearcoketalk.com/post/239822972/on-starting-out-right">On starting out right.</a> ∗<a href="http://www.dearcoketalk.com/post/239773636/on-stupid-questions">On stupid questions.</a> ∗<a href="http://www.dearcoketalk.com/post/239768803/on-rambling">On rambling.</a> ∗<a href="http://www.dearcoketalk.com/post/239719699/on-vulnerability">On vulnerability.</a> ∗<a href="http://www.dearcoketalk.com/post/239673349/on-body-issues">On body issues.</a> ∗<a href="http://www.dearcoketalk.com/post/239665308/on-moving-the-fuck-on">On moving the fuck on.</a> ∗<a href="http://www.dearcoketalk.com/post/238559125/on-screamers">On screamers.</a>∗ <a href="http://dearcoketalk.tumblr.com/post/206210075/on-poaching-boyfriends">On poaching boyfriends.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/206200346/on-masturbation">On masturbation.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/206122119/on-beth-ditto">On beth ditto.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/206101583/on-dealing-with-jerks">On dealing with jerks.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/206100335/on-escaping-the-friend-zone">On escaping the friend zone.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/206084211/on-virginity">On virginity.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/203503606/on-t-shirts">On t-shirts.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/203184182/on-ignoring-drama">On ignoring drama.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/203173246/on-cocky-boys">On cocky boys.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/203146062/on-confusing-quotation-marks">On confusing quotation marks.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/203116999/on-being-used">On being used.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/203113805/on-mouseketeers">On mouseketeers.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/203102648/on-fucking-around">On fucking around.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/203079161/on-stupid-questions">On stupid questions.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/206270666/on-perfection">On perfection.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/206412379/on-bisexuality">On bisexuality.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/207034425/on-grieving">On grieving. </a> ∗ <a href="http://dearcoketalk.tumblr.com/post/207056560/on-anorexia">On anorexia.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/207062769/on-hard-to-get">On being hard-to-get.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/207369025/on-unreasonable-demands">On unreasonable demands.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/207637183/on-high-school-problems">On high school problems.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/207656019">On not cheating.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/208210717/on-cocaine-chic">On cocaine chic.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/208223765/on-getting-head-in-a-van">On getting head in a van.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/208898824/on-listening-to-your-gut">On listening to your gut.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/208918387/on-apathy">On apathy.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/208998635/on-being-unfulfilled">On being unfulfilled.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/209335621/on-creative-deflowering">On creative deflowering.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/209904302/on-classic-hook-up-errors">On classic hook-up errors.</a>∗<a href="http://dearcoketalk.tumblr.com/post/218307749/on-teenage-sweethearts">On teenage sweethearts.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/218666199/on-asking-for-help">On asking for help.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/218693240/on-friends-who-rat">On friends who rat.</a> ∗ <a href="http://www.dearcoketalk.com/post/219447487/on-internet-porn">On internet porn.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/219568842/on-asking-the-wrong-girl-for-advice">On asking the wrong girl for advice.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/220656939/on-long-distance-relations">On long-distance relations.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/220690943/on-getting-more-head">On getting more head.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/221079719/on-overthinking-bisexuality">On overthinking bisexuality.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/221190230/on-why-the-hell-not">On why the hell not.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/223537181/on-hyperbole">On hyperbole.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/223580212/on-just-doing-it-literally">On just doing it. Literally.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/224267229/on-dream-jobs">On dream jobs.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/224316678/on-cleansing">On cleansing.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/224688744/on-summer-love">On summer love.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/224994924/on-getting-some-no-joke-therapy">On getting some no-joke therapy.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/225079425/on-breaking-up-with-a-fuck-buddy">On breaking up with a fuck buddy.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/225183493/on-falling-out-of-love">On falling out of love.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/225208406/on-white-trash">On white trash.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/225335672/on-blow-jobs">On blow jobs.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/225622359/on-staying-dumped">On staying dumped.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/226608019/on-magic-words">On magic words.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/226623142/on-it-not-being-a-big-deal">On it not being a big deal.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/227487905/on-oxytocin">On oxytocin.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/232201501/on-advice">On advice.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/232653899/on-getting-snooped">On getting snooped.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/232658544/on-foreign-exchange-stoners">On foreign exchange stoners.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/234401448/on-dealing-with-childish-parents">On dealing with childish parents.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/234417884/on-brevity">On brevity.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/234538625/on-purpose">On purpose.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/234551268/on-earning-red-wings">On earning red wings.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/234620097/on-scars">On scars.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/234641073/on-immigration">On immigration.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/234734423/on-purpose-again">On purpose. Again.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/235247253/on-how-to-fuck-a-stranger">On how to fuck a stranger.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/235659444/on-social-anxiety">On social anxiety.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/236210956/on-a-simple-choice">On a simple choice.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/237333642/on-marriage">On marriage.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/237566769/on-something-worth-living-for">On something worth living for.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/239503888/on-less-sex">On less sex.</a>∗<a href="http://dearcoketalk.tumblr.com/post/210311280/on-plastic-surgery">On plastic surgery.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/210326470/on-giving-lessons">On giving lessons.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/211092880/on-growing-a-pair">On growing a pair.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/211130725/on-ex-girlfriend-residue">On ex-girlfriend residue.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/211280344/on-taking-a-chill-pill-literally">On taking a chill pill. Literally.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/211799575/on-obamas-peace-prize">On obama’s peace prize.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/212018508/on-a-girlfriend-in-the-wings">On a girlfriend in the wings.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/212027840/on-marking-territory">On marking territory.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/212082737/on-threesomes-with-couples">On threesomes with couples.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/212659166/on-attention-whores">On attention whores.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/213291522/on-nothing-in-particular">On nothing in particular.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/213478810/on-acid">On acid.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/213494199/on-rebounding">On rebounding.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/213527644/on-helping-a-grieving-friend">On helping a grieving friend.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/213561379/on-not-doing-your-dealer">On not doing your dealer.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/213895420/on-internet-boyfriends">On internet boyfriends.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/213906389/on-blood-loss">On blood loss.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/214347629/on-why-were-here">On why we’re here.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/215781176/on-getting-ahead-of-yourself">On getting ahead of yourself.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/215946629/on-the-painfully-obvious">On the painfully obvious.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/216024830/on-hitting-on-me">On hitting on me.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/216053426/on-religious-people-always-managing-to-fuck-things-up">On religious people always managing to fuck things up.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/216468501/on-unrequited-love">On unrequited love.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/216476940/on-just-doing-it">On just doing it.</a> ∗ <a href="http://dearcoketalk.tumblr.com/post/216786556/on-not-being-a-doormat">On not being a doormat.</a>∗<a href="http://www.dearcoketalk.com/post/202926390/on-petty-love-triangles">On petty love triangles.</a> ∗<a href="http://www.dearcoketalk.com/post/202906877/on-creative-suicide">On creative suicide.</a> ∗<a href="http://www.dearcoketalk.com/post/202952567/on-first-love">On first love.</a> ∗<a href="http://www.dearcoketalk.com/post/202768702/on-the-oldest-profession">On the oldest profession.</a> ∗<a href="http://www.dearcoketalk.com/post/202661740/on-makeup">On makeup.</a> ∗<a href="http://www.dearcoketalk.com/post/202414811/on-sisters-before-misters">On sisters before misters.</a> ∗<a href="http://www.dearcoketalk.com/post/202275032/on-shanking-a-bitch">On shanking a bitch.</a> ∗<a href="http://www.dearcoketalk.com/post/202252427/on-the-big-o">On the big o.</a> ∗<a href="http://www.dearcoketalk.com/post/201938865/on-being-impressed">On being impressed.</a> ∗<a href="http://www.dearcoketalk.com/post/201939309/on-not-poking-holes-in-the-condom">On not poking holes in the condom.</a> ∗<a href="http://www.dearcoketalk.com/post/201938381/on-oasis">On oasis.</a> ∗<a href="http://www.dearcoketalk.com/post/201938009/on-platonic-dating">On platonic dating.</a> ∗<a href="http://www.dearcoketalk.com/post/201937659/on-making-out-with-your-friends">On making out with your friends.</a> ∗<a href="http://www.dearcoketalk.com/post/201937075/on-post-pubescent-bullshit">On post-pubescent bullshit.</a> ∗<a href="http://www.dearcoketalk.com/post/201936721/on-true-love-and-a-greater-purpose">On true love and a greater purpose.</a> ∗<a href="http://www.dearcoketalk.com/post/201935685/on-cuddling">On cuddling.</a> ∗<a href="http://www.dearcoketalk.com/post/201936040/on-things-that-may-be-cut">On things that may be cut.</a> ∗<a href="http://www.dearcoketalk.com/post/201935325/on-dieting">On dieting.</a> ∗<a href="http://www.dearcoketalk.com/post/201934998/on-virginity">On virginity.</a> ∗<a href="http://www.dearcoketalk.com/post/201934430/on-performance-anxiety">On performance anxiety.</a> ∗<a href="http://www.dearcoketalk.com/post/201934068/on-death">On death.</a> ∗<a href="http://www.dearcoketalk.com/post/201933467/on-punishment">On punishment.</a> ∗<a href="http://www.dearcoketalk.com/post/201933244/on-mid-life-crisis">On mid-life crisis.</a> ∗<a href="http://www.dearcoketalk.com/post/201931961/on-the-fashion-industry">On the fashion industry.</a> ∗<a href="http://www.dearcoketalk.com/post/201930671/on-art-school">On art school.</a> ∗<a href="http://www.dearcoketalk.com/post/201930338/on-whining">On whining.</a> ∗<a href="http://www.dearcoketalk.com/post/201929985/on-naughty-pics">On naughty pics.</a> ∗<a href="http://www.dearcoketalk.com/post/201928949/on-victim-mentality">On victim mentality.</a> ∗<a href="http://www.dearcoketalk.com/post/201928535/on-flakes">On flakes.</a> ∗<a href="http://www.dearcoketalk.com/post/201928165/on-no-strings-cock">On no-strings cock.</a> ∗<a href="http://www.dearcoketalk.com/post/201927423/on-your-first-guy">On your first guy.</a> ∗<a href="http://www.dearcoketalk.com/post/201925582/on-sexual-liberation">On sexual liberation.</a> ∗<a href="http://www.dearcoketalk.com/post/201925125/on-lil-wayne">On lil’ wayne.</a> ∗<a href="http://www.dearcoketalk.com/post/201924686/on-snorting">On snorting.</a> ∗<a href="http://www.dearcoketalk.com/post/201924336/on-cocaine-and-time-travel">On cocaine and time travel.</a> ∗<a href="http://www.dearcoketalk.com/post/201923697/on-identity">On identity.</a> ∗<a href="http://www.dearcoketalk.com/post/201922209/on-fantasy-blow-buddies">On fantasy blow buddies.</a> ∗<a href="http://www.dearcoketalk.com/post/201921307/on-polyamory">On polyamory.</a> ∗<a href="http://www.dearcoketalk.com/post/201919943/on-acetone">On acetone.</a> ∗<a href="http://www.dearcoketalk.com/post/201919480/on-coke-cock">On coke cock.</a> ∗<a href="http://www.dearcoketalk.com/post/201918870/on-addiction">On addiction.</a> ∗<a href="http://www.dearcoketalk.com/post/201918179/on-crystal-meth">On crystal meth.</a> ∗<a href="http://www.dearcoketalk.com/post/201917689/on-maintaining">On maintaining.</a> ∗<a href="http://www.dearcoketalk.com/post/201916657/on-the-ritual-of-cocaine">On the ritual of cocaine.</a> ∗<a href="http://www.dearcoketalk.com/post/201915909/on-wisdom">On wisdom.</a></p>
293
+ </section>
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+ <div class="meta clearfix">
315
+
316
+
317
+
318
+ </div>
319
+
320
+ </article>
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+ </section>
329
+
330
+ <aside id="right">
331
+
332
+ <div class="sidebox widget">
333
+
334
+ <nav class="pages">
335
+
336
+ <ul>
337
+ <li><a href="/advice" title="All the past advice">All the past advice</a></li><li><a href="/funsized" title="Just fun sized advice">Just fun sized advice</a></li><li><a href="/rando" title="Random bits of advice">Random bits of advice</a></li><li><a href="/hallworthy" title="The Hall of Anti-Fame">The Hall of Anti-Fame</a></li><li><a href="/testimonials" title="A Few Testimonials">A Few Testimonials</a></li><li><a href="/askme" title="Ask Me Anything">Ask Me Anything</a></li>
338
+ </ul>
339
+ </nav>
340
+
341
+ <p class="clearfix"> </p>
342
+ <div class="search-box">
343
+ <form action="/search" method="get">
344
+ <input type="search" value="" class="search-text" name="q" placeholder="Search" />
345
+ </form>
346
+ </div>
347
+
348
+ <h4>Recent Advice</h4>
349
+ <p class="clearfix">
350
+
351
+
352
+ <a href="http://www.dearcoketalk.com/post/13242875561/on-only-you">On only you.</a><br>
353
+ <a href="http://www.dearcoketalk.com/post/13233705909/on-opening-your-relationship">On opening your relationship.</a><br>
354
+ <a href="http://www.dearcoketalk.com/post/12931281177/on-forgiveness">On forgiveness.</a><br>
355
+ <a href="http://www.dearcoketalk.com/post/12633048501/on-tomorrow">On tomorrow.</a><br>
356
+ <a href="http://www.dearcoketalk.com/post/12563947265/on-vacation">On vacation.</a><br>
357
+ <a href="http://www.dearcoketalk.com/post/12270484203/on-a-very-sad-person">On a very sad person.</a><br>
358
+ <a href="http://www.dearcoketalk.com/post/12255171607/on-fun-sized-advice">On fun sized advice.</a><br>
359
+ <a href="http://www.dearcoketalk.com/post/12166435322/on-your-costume">On your costume.</a><br>
360
+ <a href="http://www.dearcoketalk.com/post/11979596052/on-occupying-wall-street">On occupying wall street.</a><br>
361
+ <a href="http://www.dearcoketalk.com/post/11914489992/on-cancer">On cancer.</a><br>
362
+ <a href="http://www.dearcoketalk.com/post/11841449558/on-after-the-third-date">On after the third date.</a><br>
363
+ <a href="http://www.dearcoketalk.com/post/11837308477/on-asking-the-right-questions">On asking the right questions.</a><br>
364
+ <a href="http://www.dearcoketalk.com/post/11673884821/on-fun-sized-advice">On fun sized advice.</a><br>
365
+ <a href="http://www.dearcoketalk.com/post/11632751133/on-getting-healthy">On getting healthy.</a><br>
366
+ <a href="http://www.dearcoketalk.com/post/11618928031/on-your-weight">On your weight.</a><br>
367
+
368
+ </div>
369
+
370
+
371
+
372
+
373
+
374
+
375
+ </aside>
376
+
377
+ </div>
378
+
379
+ <footer id="bottom">
380
+
381
+
382
+
383
+
384
+
385
+ <nav id="credits">
386
+ <p class="copyright">&copy; Copyright <a href="http://www.thecoquette.net/">The Coquette</a> 2011. All Rights Reserved, bitches.</p>
387
+ <p class="credit">Theme by <a href="http://stylehatch.co">Style Hatch</a> | Powered by <a href="http://tumblr.com">Tumblr</a></p>
388
+ </nav>
389
+
390
+ </footer>
391
+ </div> <!--! end of #container -->
392
+
393
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
394
+ <script>!window.jQuery && document.write('<script src="http://static.tumblr.com/fftf9xi/kIKldn0zn/jquery-1.4.2.min.js"><\/script>')</script>
395
+
396
+ <script src="http://static.tumblr.com/fftf9xi/Fvuldn108/plugins.js?v=100"></script>
397
+
398
+ <!--[if lt IE 9]>
399
+ <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
400
+ <![endif]-->
401
+
402
+
403
+
404
+
405
+ <script type="text/javascript">
406
+ (function() {
407
+ var links = document.getElementsByTagName('a');
408
+ var query = '?';
409
+ for(var i = 0; i < links.length; i++) {
410
+ if(links[i].href.indexOf('#disqus_thread') >= 0) {
411
+ query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
412
+ }
413
+ }
414
+ document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/dearcoketalk/get_num_replies.js' + query + '"></' + 'script>');
415
+ })();
416
+ </script>
417
+
418
+
419
+
420
+
421
+
422
+
423
+ <script type="text/javascript">
424
+ var _gaq = [['_setAccount', 'UA-9781744-2'], ['_trackPageview']];
425
+ (function(d, t) {
426
+ var g = d.createElement(t),
427
+ s = d.getElementsByTagName(t)[0];
428
+ g.async = true;
429
+ g.src = '//www.google-analytics.com/ga.js';
430
+ s.parentNode.insertBefore(g, s);
431
+ })(document, 'script');
432
+ </script>
433
+
434
+
435
+
436
+
437
+ <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
438
+
439
+ <!-- BEGIN TUMBLR CODE --><iframe src="http://assets.tumblr.com/iframe.html?10&src=http%3A%2F%2Fwww.dearcoketalk.com%2Fadvice&amp;lang=en_US&amp;name=dearcoketalk" scrolling="no" width="330" height="25" frameborder="0" style="position:absolute; z-index:1337; top:0px; right:0px; border:0px; background-color:transparent; overflow:hidden;" id="tumblr_controls"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('tumblr_controls').allowTransparency=true;</script><![endif]--><script type="text/javascript">_qoptions={qacct:"p-19UtqE8ngoZbM"};</script><script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script><noscript><img src="http://pixel.quantserve.com/pixel/p-19UtqE8ngoZbM.gif" style="display:none; border-width:0px; height:1px; width:1px;" alt=""/></noscript><!-- END TUMBLR CODE --></body>
440
+ </html>
metadata ADDED
@@ -0,0 +1,118 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cokehead
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1.alpha
5
+ prerelease: 6
6
+ platform: ruby
7
+ authors:
8
+ - Joe Sak
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2011-12-13 00:00:00.000000000Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rake
16
+ requirement: &70304089840500 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :development
23
+ prerelease: false
24
+ version_requirements: *70304089840500
25
+ - !ruby/object:Gem::Dependency
26
+ name: rspec
27
+ requirement: &70304089840080 !ruby/object:Gem::Requirement
28
+ none: false
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ type: :development
34
+ prerelease: false
35
+ version_requirements: *70304089840080
36
+ - !ruby/object:Gem::Dependency
37
+ name: vcr
38
+ requirement: &70304089839660 !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ type: :development
45
+ prerelease: false
46
+ version_requirements: *70304089839660
47
+ - !ruby/object:Gem::Dependency
48
+ name: fakeweb
49
+ requirement: &70304089839240 !ruby/object:Gem::Requirement
50
+ none: false
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ type: :development
56
+ prerelease: false
57
+ version_requirements: *70304089839240
58
+ - !ruby/object:Gem::Dependency
59
+ name: nokogiri
60
+ requirement: &70304089838820 !ruby/object:Gem::Requirement
61
+ none: false
62
+ requirements:
63
+ - - ! '>='
64
+ - !ruby/object:Gem::Version
65
+ version: '0'
66
+ type: :runtime
67
+ prerelease: false
68
+ version_requirements: *70304089838820
69
+ description: This gem will aggregate dearcoketalk.com posts and make them fulltext
70
+ searchable because Tumblr search sucks.
71
+ email:
72
+ - joe@joesak.com
73
+ executables: []
74
+ extensions: []
75
+ extra_rdoc_files: []
76
+ files:
77
+ - .gitignore
78
+ - .rspec
79
+ - .rvmrc
80
+ - .travis.yml
81
+ - CHANGELOG.md
82
+ - Gemfile
83
+ - README.md
84
+ - Rakefile
85
+ - cokehead.gemspec
86
+ - lib/cokehead.rb
87
+ - lib/cokehead/version.rb
88
+ - spec/cokehead_spec.rb
89
+ - spec/spec_helper.rb
90
+ - spec/support/advice.html
91
+ homepage: ''
92
+ licenses: []
93
+ post_install_message:
94
+ rdoc_options: []
95
+ require_paths:
96
+ - lib
97
+ required_ruby_version: !ruby/object:Gem::Requirement
98
+ none: false
99
+ requirements:
100
+ - - ! '>='
101
+ - !ruby/object:Gem::Version
102
+ version: '0'
103
+ required_rubygems_version: !ruby/object:Gem::Requirement
104
+ none: false
105
+ requirements:
106
+ - - ! '>'
107
+ - !ruby/object:Gem::Version
108
+ version: 1.3.1
109
+ requirements: []
110
+ rubyforge_project: cokehead
111
+ rubygems_version: 1.8.10
112
+ signing_key:
113
+ specification_version: 3
114
+ summary: DearCokeTalk.com addicts, get your fix.
115
+ test_files:
116
+ - spec/cokehead_spec.rb
117
+ - spec/spec_helper.rb
118
+ - spec/support/advice.html