-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
634 lines (304 loc) · 17.5 KB
/
Copy pathindex.html
File metadata and controls
634 lines (304 loc) · 17.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
<!DOCTYPE HTML>
<html>
<head>
<script data-cfasync="false" type="text/javascript" src="//use.typekit.net/axj3cfp.js"></script>
<script data-cfasync="false" type="text/javascript">try{Typekit.load();}catch(e){}</script>
<meta charset="utf-8">
<title>Ophthalmologist and Developer | aaronylee</title>
<meta name="author" content="Aaron Lee">
<meta name="description" content="One small roadbump I ran into while migrating my really simple blog over was that whenever I was testing the site with: 1
$ bin/rake preview I kept …"> <meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="/atom.xml" rel="alternate" title="aaronylee" type="application/atom+xml">
<link rel="canonical" href="">
<link href="/favicon.png" rel="shortcut icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="/javascripts/jquery.fancybox.pack.js"></script>
<script language="Javascript" type="text/javascript">
$(document).ready(
function() {
(function($) {
$(".fancybox[data-content-id]").each(function() {
this.href = $(this).data('content-id');
});
$(".fancybox").fancybox({
beforeLoad: function() {
var el,
id = $(this.element).data('title-id');
if (id) {
el = $('#' + id);
if (el.length) {
this.title = el.html();
}
}
if ($(this).data('content')) {
this.content = $(this).data('content');
}
},
helpers: {
title: {
type: 'inside'
}
}
});
})(jQuery);
}
);
</script>
</head>
<body>
<header id="header" class="inner"><h1><a href="/">aaronylee</a></h1>
<h4>Ophthalmologist and Developer</h4>
<nav id="main-nav"><ul>
<li><a href="/">Blog</a></li>
<li><a href="/about">About</a></li>
<li><a href="/portfolio">Portfolio</a></li>
<li><a href="/archives">Archive</a></li>
</ul>
</nav>
<nav id="mobile-nav">
<div class="alignleft menu">
<a class="button">Menu</a>
<div class="container"><ul>
<li><a href="/">Blog</a></li>
<li><a href="/about">About</a></li>
<li><a href="/portfolio">Portfolio</a></li>
<li><a href="/archives">Archive</a></li>
</ul>
</div>
</div>
<div class="alignright search">
<a class="button"></a>
<div class="container">
<form action="https://www.google.com/search" method="get">
<input type="text" name="q" results="0">
<input type="hidden" name="q" value="site:ayl.github.io">
</form>
</div>
</div>
</nav>
</header>
<div id="content" class="inner">
<article class="post">
<h2 class="title">
<a href="/blog/2014/03/21/octopress-problems-with-safari-on-mavericks/">
Octopress Problems With Safari on Mavericks</a>
</h2>
<div class="entry-content">
<p>One small roadbump I ran into while migrating my really simple blog over was that whenever I was testing the site with:</p>
<figure class='code'><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class=''><span class='line'>$ bin/rake preview</span></code></pre></td></tr></table></div></figure>
<p>I kept seeing a blank page on Safari. When I looked at the errors generated it looked like it was having trouble loading screen.css and modernizr-2.0.js. Interestingly when I ran the same page (<a href="http://0.0.0.0:4000">http://0.0.0.0:4000</a>) with Google Chrome, it ran just fine without a problem.</p>
<p>A quick Google search showed that this is a known problem with Octopress (<a href="https://github.com/imathis/octopress/issues/1395">https://github.com/imathis/octopress/issues/1395</a>) with the issue being the WEBbrick server. One workaround was to install Thin:</p>
<figure class='code'><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class=''><span class='line'>$ gem install thin</span></code></pre></td></tr></table></div></figure>
<p>And then add it to the Gemfile:</p>
<figure class='code'><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>
<span class='line-number'>3</span>
<span class='line-number'>4</span>
</pre></td><td class='code'><pre><code class=''><span class='line'>group :development do
</span><span class='line'> gem 'thin'
</span><span class='line'> ...
</span><span class='line'>end</span></code></pre></td></tr></table></div></figure>
</div>
<div class="meta">
<div class="date">
<time datetime="2014-03-21T09:25:32-04:00" pubdate data-updated="true">Mar 21<span>st</span>, 2014</time></div>
</div></article>
<article class="post">
<h2 class="title">
<a href="/blog/2014/03/21/migrated-to-octopress/">
Migrated to Octopress</a>
</h2>
<div class="entry-content">
<p>Well. Jekyll’s site was live on github for about 5 seconds until I decided the rake automated tasks in Octopress were too good to pass up.</p>
</div>
<div class="meta">
<div class="date">
<time datetime="2014-03-21T09:07:31-04:00" pubdate data-updated="true">Mar 21<span>st</span>, 2014</time></div>
</div></article>
<article class="post">
<h2 class="title">
<a href="/blog/2014/03/21/welcome-to-jekyll/">
Welcome to My New Home!</a>
</h2>
<div class="entry-content">
<p>Since 1998, I’ve had various websites across the Internet. This site is an attempt to find a long term permanent new home. I hope to include code snippets that I’ve found useful in my programming endevors for both my own benefit as well as everyone elses. My prior sites seem to be overrun by spam comments. As such I will disable comments for now and focus on content generation.</p>
</div>
<div class="meta">
<div class="date">
<time datetime="2014-03-21T03:34:58-04:00" pubdate data-updated="true">Mar 21<span>st</span>, 2014</time></div>
<div class="tags">
<a class='category' href='/blog/categories/generic/'>generic</a>, <a class='category' href='/blog/categories/update/'>update</a>
</div>
</div></article>
<article class="post">
<h2 class="title">
<a href="/blog/2008/09/02/the-night-before-i-submit-my-eras/">
The Night Before I Submit My ERAS…</a>
</h2>
<div class="entry-content">
<p>I couldn’t really fall asleep so I started browsing online a little and I found some really neat photo viewing software. After some very hackish code, I put got it integrated onto my site. I think I finally found a gallery software that I’m happy with. It solves the problem of too many pictures to wade through but allowing you to focus on the ones that you like. Accolades to cooliris!</p>
<p>Click on “Photos” on the far right side of the homepage for an eye-popping experience.</p>
<p>Works best with Firefox + Cooliris.</p>
</div>
<div class="meta">
<div class="date">
<time datetime="2008-09-02T02:12:03-04:00" pubdate data-updated="true">Sep 2<span>nd</span>, 2008</time></div>
<div class="tags">
<a class='category' href='/blog/categories/med-school-life/'>Med School Life</a>
</div>
</div></article>
<article class="post">
<h2 class="title">
<a href="/blog/2008/08/19/while-in-palo-alto/">
While in Palo Alto…</a>
</h2>
<div class="entry-content">
<p><p>So I know it’s been a while since I’ve posted on here. My profuse apologies. A recent conversation with a labmate late at night prompted me to post this snippet:
<ul>
<li>friend: So as a medical professional, what do you think about dipping your feet in a bucket of your own urine to get rid of foot fungus?</li>
<li>me: What?! You can’t be serious!</li>
<li>friend: Here let me show you… <goes on internet> Look! There’s a post here on a speed reading site on “putting my feet in urine to get rid of fungus.”</li>
<li>me: Please tell me that you’re not taking serious medical advice from a speeding site on the Internet.</li>
<li>friend: Oh shit.</li>
<li>me: What now?</li>
<li>friend: What do you think they do for systemic fungus?</li>
</ul></p>
</div>
<div class="meta">
<div class="date">
<time datetime="2008-08-19T02:04:24-04:00" pubdate data-updated="true">Aug 19<span>th</span>, 2008</time></div>
<div class="tags">
<a class='category' href='/blog/categories/humor/'>Humor</a>, <a class='category' href='/blog/categories/med-school-life/'>Med School Life</a>
</div>
</div></article>
<article class="post">
<h2 class="title">
<a href="/blog/2008/02/11/hello-new-york/">
Hello New York!</a>
</h2>
<div class="entry-content">
<p>My recent trip to the Big Apple albeit brief has left me pining for more gustatory pleasures the moment I stepped on the plane bound for my St Louis home. While I knew before I arrived that New York provided the roof of the world’s cultural foods, I was surprised by the depth of cultures present from block to block. Walking into K-town was as seamless teleportation to the hustle and bustle of the streets of Seoul with signs spilling down with Korean script, then abruptly ending back into the American starkness.</p>
<p>Perhaps it was the company of old friends or perhaps it was my preconceived belief of the coldness of the New Yorker, but I was again surprised to find warmth and hidden smiles under a demeanor, tempered by the cold strong winds whipping through the streets and by the temperamental market. Walking through Central Park, with its apologetically large number of trees, I found dwellers collectively finding solace from the confines of the concrete prisons of their homes.</p>
<p>Though comparatively the congenial suburbs of my youth pale in the vastness of the City, I found myself hoping to find my way back again, if only for the sake of my palate.</p>
</div>
<div class="meta">
<div class="date">
<time datetime="2008-02-11T01:35:56-05:00" pubdate data-updated="true">Feb 11<span>th</span>, 2008</time></div>
<div class="tags">
<a class='category' href='/blog/categories/life-in-general/'>Life In General</a>
</div>
</div></article>
<article class="post">
<h2 class="title">
<a href="/blog/2008/02/05/lockin-pics/">
Lockin Pics</a>
</h2>
<div class="entry-content">
<p>For all the people at GPC, I’ve posted the Lockin pictures from this past weekend online here:</p>
<p><a href="http://picasaweb.google.com/gpcbereans2008/BereansGFLockIn2008?authkey=wQ-YA4CyBMg">GPC Picasa Album</a></p>
<p>Props go to Joyce for some of the shots.</p>
</div>
<div class="meta">
<div class="date">
<time datetime="2008-02-05T11:11:04-05:00" pubdate data-updated="true">Feb 5<span>th</span>, 2008</time></div>
<div class="tags">
<a class='category' href='/blog/categories/life-in-general/'>Life In General</a>
</div>
</div></article>
<article class="post">
<h2 class="title">
<a href="/blog/2008/02/03/therapuetic-misconceptions/">
Therapuetic Misconceptions</a>
</h2>
<div class="entry-content">
<p>Therapeutic misconception can be defined as the misunderstanding of the research subject of the potential therapeutic outcome in a study, stemming from mismatched expectations. The situation commonly arises and is best illustrated in placebo-controlled randomized controlled trials (RCTs) where the patient has a significant chance of being in the placebo control group and not in the experimental therapy group, but the patient <em>believes</em> that he or she will benefit by being in the study by receiving the experimental therapy. This misunderstanding, in part, stems from the unconscious entitlement that comes from the patient agreeing to be a part of a scientific study, and in volunteering their well-being, health, and time, they unconsciously believe that they should benefit from being in the study. While a gift may substitute for some of this unconscious entitlement since they are receiving something for their time and effort, nonetheless therapeutic misconception remains a problem in clinical trials. One evidence of this is the attention that is spent on controlling for the placebo-effect in the placebo group, while little or no effort is spent on controlling for <em>placebo-anticipation</em> in the experimental group.</p>
<p>In looking at whether it should be avoided, one must look at both the short-term and long-term consequences of therapeutic misconceptions. From a health standpoint, since IRBs institute ethical standards about equivalency of the therapies of the arms of an RCT, theoretically there should not be a concern as to the objective health concerns of therapeutic misconceptions. Instead, there is less tangible damage done with the mismatching of expectations at the end of the study during debriefing or even during the study when the patient expects to be receiving the experimental therapy. From this mismatching, the patient-researcher relationship is irrevocably damaged, and indeed the patient’s trust of the medical system as a whole may be marred as well. The future impact and consequences of this damage are impossible to assess yet they may translate to true harm to patients’ health when mistrust interferes with medical decision points. From a societal perspective, these intangible damages may translate to a gradual animosity against the medical community.</p>
<p>While there may appear to be few short-term consequences of therapeutic misconceptions, there truly are long-term consequences. These consequences give little incentive for the researcher to attempt to protect against therapeutic misconceptions and take additional measures to protect against them. Yet they must be avoided at all costs since the consequences are sufficiently harmful.</p>
</div>
<div class="meta">
<div class="date">
<time datetime="2008-02-03T16:38:05-05:00" pubdate data-updated="true">Feb 3<span>rd</span>, 2008</time></div>
<div class="tags">
<a class='category' href='/blog/categories/med-school-life/'>Med School Life</a>
</div>
</div></article>
<article class="post">
<h2 class="title">
<a href="/blog/2008/02/02/more-hdr/">
More Hdr</a>
</h2>
<div class="entry-content">
<p>Here’s two more shots from yesterday at the St Louis Art Museum.</p>
<table align=center>
<tr>
<td><a href="http://ayl.nuwen.net/wp-content/uploads/2008/02/statuebig.jpg" rel="lightbox" title="fountain"><img src="http://ayl.nuwen.net/wp-content/uploads/2008/02/statuebig.thumbnail.jpg" alt="fountain" /></a></td>
<td><a href="http://ayl.nuwen.net/wp-content/uploads/2008/02/stlouisbig.jpg" title="statue outside" rel="lightbox" ><img src="http://ayl.nuwen.net/wp-content/uploads/2008/02/stlouisbig.thumbnail.jpg" alt="statue outside" /></a></td>
</tr>
</table>
</div>
<div class="meta">
<div class="date">
<time datetime="2008-02-02T15:59:48-05:00" pubdate data-updated="true">Feb 2<span>nd</span>, 2008</time></div>
<div class="tags">
<a class='category' href='/blog/categories/advice/'>Advice</a>
</div>
</div></article>
<article class="post">
<h2 class="title">
<a href="/blog/2008/02/01/foray-into-hdr/">
Foray Into Hdr</a>
</h2>
<div class="entry-content">
<p>I recently discovered HDR. I may consider making a tutorial for it soon since it’s a very interesting technique.</p>
<p>Take a look at before and after from one of my Kenya photos (click on them for the full resolution):</p>
<table align=center>
<tr>
<td>
<a href="http://ayl.nuwen.net/wp-content/uploads/2008/02/dsc_0125.jpg" rel="lightbox" title="before"><img src="http://ayl.nuwen.net/wp-content/uploads/2008/02/dsc_0125.thumbnail.jpg" alt="before" /></a>
</td>
<td>
<a href="http://ayl.nuwen.net/wp-content/uploads/2008/02/final.jpg" rel="lightbox" title="after hdr"><img src="http://ayl.nuwen.net/wp-content/uploads/2008/02/final.thumbnail.jpg" alt="after hdr" /></a>
</td>
</tr>
</table>
</div>
<div class="meta">
<div class="date">
<time datetime="2008-02-01T14:14:02-05:00" pubdate data-updated="true">Feb 1<span>st</span>, 2008</time></div>
<div class="tags">
<a class='category' href='/blog/categories/advice/'>Advice</a>
</div>
</div></article>
<nav id="pagenavi">
<a href="/blog/page/2/" class="next">Next</a>
<div class="center"><a href="/archives">Blog Archives</a></div>
</nav></div>
<footer id="footer" class="inner">Copyright © 2014
Aaron Lee
<br>
Powered by Octopress.
</footer>
<script src="/javascripts/slash.js"></script>
<script src="/javascripts/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script> <!-- Delete or comment this line to disable Fancybox -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-49238221-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>