-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
807 lines (683 loc) · 48.6 KB
/
work.html
File metadata and controls
807 lines (683 loc) · 48.6 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
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>work</title>
<link rel="stylesheet" media="all" type="text/css" href="all.css" />
<link rel="stylesheet" media="screen" type="text/css" href="screen.css" />
<link rel="stylesheet" media="print" type="text/css" href="print.css" />
<link rel="stylesheet" media="all" type="text/css" href="export.css" />
</head>
<body>
<div class="dokuwiki export">
<!-- TOC START -->
<div id="dw__toc" class="dw__toc">
<h3 class="toggle">Table of Contents</h3>
<div>
<ul class="toc">
<li class="level1"><div class="li"><a href="#work">Work</a></div>
<ul class="toc">
<li class="level2"><div class="li"><a href="#section2020">2020</a></div></li>
<li class="level2"><div class="li"><a href="#section2019">2019</a></div></li>
<li class="level2"><div class="li"><a href="#section2018">2018</a></div></li>
<li class="level2"><div class="li"><a href="#enjoymeaningful">Enjoy / meaningful</a></div></li>
<li class="level2"><div class="li"><a href="#companies">Companies</a></div></li>
<li class="level2"><div class="li"><a href="#rick_coulson">Rick Coulson</a></div></li>
<li class="level2"><div class="li"><a href="#time_off">Time off</a></div></li>
<li class="level2"><div class="li"><a href="#professoracademia">Professor / Academia</a></div></li>
<li class="level2"><div class="li"><a href="#phd">PhD</a></div>
<ul class="toc">
<li class="level3"><div class="li"><a href="#for">For</a></div></li>
<li class="level3"><div class="li"><a href="#against">Against</a></div></li>
</ul>
</li>
<li class="level2"><div class="li"><a href="#in-between_time">In-Between Time</a></div>
<ul class="toc">
<li class="level3"><div class="li"><a href="#home_portland">Home (Portland)</a></div></li>
</ul>
</li>
<li class="level2"><div class="li"><a href="#visions_of_vocation">Visions of Vocation</a></div>
<ul class="toc">
<li class="level3"><div class="li"><a href="#introduction">Introduction</a></div></li>
<li class="level3"><div class="li"><a href="#epilogue">Epilogue</a></div></li>
</ul>
</li>
<li class="level2"><div class="li"><a href="#july_1_2014">July 1 2014</a></div></li>
<li class="level2"><div class="li"><a href="#cautions">Cautions</a></div></li>
<li class="level2"><div class="li"><a href="#type_of_company">Type of Company</a></div>
<ul class="toc">
<li class="level3"><div class="li"><a href="#paul_bucheit">Paul Bucheit</a></div></li>
</ul>
</li>
<li class="level2"><div class="li"><a href="#god_of_bible_on_innovationwork">God (of Bible) on Innovation/Work</a></div>
<ul class="toc">
<li class="level3"><div class="li"><a href="#darryl_brumfield">Darryl Brumfield</a></div></li>
<li class="level3"><div class="li"><a href="#tim_keller">Tim Keller</a></div></li>
</ul>
</li>
<li class="level2"><div class="li"><a href="#other_people">Other People</a></div>
<ul class="toc">
<li class="level3"><div class="li"><a href="#cal_newport">Cal Newport</a></div></li>
</ul>
</li>
<li class="level2"><div class="li"><a href="#learning_more">Learning More</a></div></li>
</ul>
</li>
<li class="level1"><div class="li"><a href="#work1">Work</a></div>
<ul class="toc">
<li class="level2"><div class="li"><a href="#companies1">Companies</a></div></li>
</ul>
</li>
<li class="level1"><div class="li"><a href="#getting_a_job">Getting a Job</a></div>
<ul class="toc">
<li class="level2"><div class="li"><a href="#algorithms">Algorithms</a></div></li>
</ul></li>
</ul>
</div>
</div>
<!-- TOC END -->
<h1 class="sectionedit1" id="work">Work</h1>
<div class="level1">
<ul>
<li class="level1"><div class="li"> Why are the business units in most companies forced to get their own funding, especially if they share internal resources? <em>CON: They're called <strong>business</strong> units, probably for a reason</em>. However, I just imagine more of them are interconnected than they might think. Data Center Group depends on excellent software and silicon from other groups to run with, and vice versa.</div>
</li>
<li class="level1 node"><div class="li"> How much does making up products and spreading out features over years to keep the company alive happen? </div>
<ul>
<li class="level2"><div class="li"> Selling a new smartphone with the exact same dumbness, except it runs a little faster. </div>
</li>
<li class="level2"><div class="li"> Isn't USB-C kinda dumb? Oh, “it's only <strong>one</strong> cable”!!!! Is having 2 more cables going to hurt you?</div>
</li>
<li class="level2"><div class="li"> Why have there been 4 evolutions of USB cables over the years? Surely they were thinking about power over USB, orientation-agnostic, and display-over-USB back when they started!</div>
</li>
</ul>
</li>
</ul>
<p>
<a href="0media/grow_up.png" class="media" title="grow_up.png"><img src="0media/grow_up.png" class="media" alt="" width="400" /></a>
</p>
<p>
You (Nolan) aren't necessarily very good at economic development. But, you're apparently pretty good at getting paid a lot of money for doing something you don't mind and even like sometimes!. So…give money instead. But! be “open” / “willing” to change to something as frustrating and gut-wrenching as ministering to murderous tribesmen. How's that for laying down your pride!
</p>
<p>
Not:
</p>
<ul>
<li class="level1"><div class="li"> <a href="0media/pasted/20190528-170443.png" class="media" title="pasted:20190528-170443.png"><img src="0media/pasted/20190528-170443.png" class="media" alt="" width="500" /></a></div>
</li>
<li class="level1"><div class="li"> Or making cloud gaming work. I don't care about it, no matter the technical innovation required! The application matters. Google searches yes, but selfish 1st world things, not so much.</div>
</li>
<li class="level1"><div class="li"> </div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Work","hid":"work","codeblockOffset":0,"secid":1,"range":"1-1541"} -->
<h2 class="sectionedit2" id="section2020">2020</h2>
<div class="level2">
</div>
<h4 id="g">G</h4>
<div class="level4">
<p>
Found it was hard to advance at Intel as a person that enjoyed software. Grade 7+, you had to show hardware advances + papers. Etc. Intel probably wouldn't keep him at the same pay grade for 20 years (they kind of require ppl to move up, clarify), so he'd get laid off eventually anyways. Might as well move to a software style company now and get paid more and likely stay around longer, making software advancements.
leet coder, paid. CS concept refresher.
</p>
<p>
Also really practiced behavioral interview questions. Do you align with the company's philosophy? Buy some nice new clothes. Practice in the mirror and have 1-2 examples for each question.
</p>
</div>
<!-- EDIT{"target":"section","name":"2020","hid":"section2020","codeblockOffset":0,"secid":2,"range":"1542-2218"} -->
<h2 class="sectionedit3" id="section2019">2019</h2>
<div class="level2">
</div>
<h4 id="vacation">Vacation</h4>
<div class="level4">
<p>
15 days - 2 days for summer reunion - 6+1 days for robotics trips. Leaves 5 days about, not counting unfull 8 hours, but lunchtime.
</p>
<p>
Today I don't really want to write more documentation. We haven't done it that much, thankfully, but agonizing over every last word for a dumb CLI command so meaning is clear and we aren't grammatically incorrect isn't my cup of tea right now, regardless of how many people it helps.
</p>
</div>
<h4 id="general">General</h4>
<div class="level4">
<p>
Is it so bad to work on a project for a while? To switch basically means to lose most of the understanding and ability to make good architecture level conclusions…however it's good to mix it up and check out what other people are doing too!
</p>
</div>
<h4 id="aep_celebration">AEP Celebration</h4>
<div class="level4">
<p>
Good time. Had a question for Mohamed, but was basically interrupted from someone in marketing/sales who had a long discussion about plans for future products and to whom 10s of millions of dollars were in the balance. A rather important conversation with several miscommunications resolved, only occurring because of a celebration for a previous generation product because one person was in Arizona and another in Oregon.
</p>
<p>
Mohamed answered my question about “why only 6 AEP dimms on CLX vs. 12” saying that customers <always?> wanted to shore up aep bandwidth with ddr4.
</p>
<p>
Looking at OpenWater req, I am disappointed that I'm not practiced/skilled in that work. It's definitely approachable. I also like it because they so clearly are improving things for a lot of folks.
</p>
<p>
Also, I was doing some thinking earlier today. It's likely that code generation systems will start taking off in the next 20 years. All you have to do is provide examples, specs of what you want. What jobs will remain, since programming (in the typical sense, “talking computer”) is heading out the door?
</p>
<ul>
<li class="level1"><div class="li"> Example gathering and <abbr title="specification">spec</abbr> writing</div>
</li>
<li class="level1"><div class="li"> Working with hardware, new sensors / physics</div>
</li>
<li class="level1"><div class="li"> Debugging? Knowing where to look.</div>
</li>
</ul>
<p>
I think I'm most motivated by the outcome, the application. If that's even at all generic or worse for things I don't agree with, then not as much fun.
</p>
<p>
Other than learning about the basics of reducing expenses and investing the extra in a wise low-overhead way, I don't really like spending my life trying to outsmart the market in a highly researched way. It feels like there's no gain to society in general by betting on stocks, and soon I won't need more money (which is the main outcome from that). Granted, for startups and things they need capital to innovate and deliver, so I guess that's useful, but I mostly want to enable good tech and not make a bunch of money off of it.
</p>
<p>
Rick Cno<strong></strong> said:
</p>
<ul>
<li class="level1"><div class="li"> Is there runway with your current position?</div>
</li>
<li class="level1"><div class="li"> Are you learning?</div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"2019","hid":"section2019","codeblockOffset":0,"secid":3,"range":"2219-4939"} -->
<h2 class="sectionedit4" id="section2018">2018</h2>
<div class="level2">
<p>
It's a lot easier to get better at something you desire when it's your job!
</p>
<p>
At least 250 people working on just the dimm alone…crazy. Not counting contractors, dungeon folks, PAEs, customers, the underlying media, or the client version of this. Crazy. Lots of work to get a product out the door.
</p>
<blockquote class="blockquote-plugin">
<p>
Hey. Just a friendly suggestion. When describing issues, stick to the data/facts and try not to add the emotional comments. I saw similar in some of your source code comment blocks. No need to add hysteria to an already hysterical program 😉
</p>
<p>
The UEFI driver in its current state *will* attempt to “correct” this LSA upon restart of the platform. Unfortunately it has the same behavior as <abbr title="Operating System">OS</abbr> and freaks out, seeming to revert to a backup state, even though it seems to read the namespaces/regions perfectly fine. <strong>*this causes data “misplacement”</strong>*, and we need to determine desirable behavior soon.
</p>
<p>
Also, above comment, when I read it seems to suggest UEFI driver is at fault. Reality is that UEFI driver is following <abbr title="specification">spec</abbr> and Linux left LSA in bad state…
</p>
<p>
No big deal, just suggestions…
</p>
</blockquote>
</div>
<!-- EDIT{"target":"section","name":"2018","hid":"section2018","codeblockOffset":0,"secid":4,"range":"4940-6081"} -->
<h2 class="sectionedit5" id="enjoymeaningful">Enjoy / meaningful</h2>
<div class="level2">
<ul>
<li class="level1"><div class="li"> Working with smart people I can learn from and can leverage when I'm stuck. Soo…valuable.</div>
</li>
<li class="level1 node"><div class="li"> Making big performance wins on complicated code using profiler or something in a few weeks/months. Requires deep knowledge of CPU and interconnects, but not of customers code and requirements / people.</div>
<ul>
<li class="level2"><div class="li"> Then give them the program afterwards! Enable them too.</div>
</li>
</ul>
</li>
<li class="level1 node"><div class="li"> Understanding at a deep level important things. <em>Haven't made any time for employable topics here, perhaps I can if I change positions</em></div>
<ul>
<li class="level2"><div class="li"> Deep Learning (not there at all yet)</div>
</li>
<li class="level2"><div class="li"> Christianity / philosophy </div>
</li>
<li class="level2"><div class="li"> Cooking / food / investing</div>
</li>
</ul>
</li>
<li class="level1"><div class="li"> Big impactful applications. Think 3rd/whole world problems not 1st world problems. It's as simple as fixing a few words on a webpage to ———. <strong>NOT</strong> encouraging more meaningless emotional consumption (most gadgets).</div>
</li>
</ul>
</div>
<h4 id="not_sure">Not sure</h4>
<div class="level4">
<ul>
<li class="level1"><div class="li"> Teaching as a teacher. <em>idk, not sure why exactly</em></div>
</li>
<li class="level1"><div class="li"> Kinda </div>
</li>
<li class="level1"><div class="li"> Cranking out math to discover a new way to do something. I like having a defined, achievable goal in mind. So, enabling customers with working computer vision / algorithms solutions sounds pretty cool. </div>
</li>
</ul>
</div>
<h4 id="don_t_enjoy">Don't enjoy</h4>
<div class="level4">
<ul>
<li class="level1"><div class="li"> Surprisingly, big programs, lots of moving interdependent pieces. While one focuses on small chunks generally, it's kind of annoying to ramp on. I like the way Alex wrote stuff, readable and easily testable with no global variables. </div>
</li>
<li class="level1"><div class="li"> Security and stuff, like spectre. Necessary evil. </div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Enjoy \/ meaningful","hid":"enjoymeaningful","codeblockOffset":0,"secid":5,"range":"6082-7561"} -->
<h2 class="sectionedit6" id="companies">Companies</h2>
<div class="level2">
<ul>
<li class="level1 node"><div class="li"> <strong>Don't</strong> work for IBM. <a href="https://news.ycombinator.com/item?id=17393560" class="urlextern" title="https://news.ycombinator.com/item?id=17393560" rel="ugc nofollow">https://news.ycombinator.com/item?id=17393560</a></div>
<ul>
<li class="level2"><div class="li"> Pivot constantly, outsource a lot, architects want to save face for their poor technical understanding so they go forward.</div>
</li>
</ul>
</li>
<li class="level1"><div class="li"> Government or non-profit sounds high-impact. <a href="https://medium.com/code-for-america/things-you-may-find-hard-to-believe-or-not-fd4739f068b2" class="urlextern" title="https://medium.com/code-for-america/things-you-may-find-hard-to-believe-or-not-fd4739f068b2" rel="ugc nofollow">https://medium.com/code-for-america/things-you-may-find-hard-to-believe-or-not-fd4739f068b2</a></div>
</li>
<li class="level1"><div class="li"> Kwabena works for Oracle in Atlanta. Recommended reading up about UVM, OVM, and VMM in SystemVerilog.</div>
</li>
<li class="level1"><div class="li"> Nike head <a href="http://www.lamresearch.com/careers/search-jobs?country=United%20States" class="urlextern" title="http://www.lamresearch.com/careers/search-jobs?country=United%20States" rel="ugc nofollow">Lam Research</a> (oregon)</div>
</li>
<li class="level1"><div class="li"> Donald Gaudreau from Century is related to Dennis Holeman, who works for SRI in California.</div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Companies","hid":"companies","codeblockOffset":0,"secid":6,"range":"7562-8241"} -->
<h2 class="sectionedit7" id="rick_coulson">Rick Coulson</h2>
<div class="level2">
<p>
Sometimes you need to do nothing. Some poor things that Intel tends to do:
</p>
<ul>
<li class="level1"><div class="li"> Moving teams</div>
</li>
<li class="level1"><div class="li"> Cross geo</div>
</li>
</ul>
<p>
Is ipmctl important?
</p>
<ul>
<li class="level1"><div class="li"> Yes, business wise</div>
</li>
<li class="level1"><div class="li"> Is it necessary? Yes, might change form (go to bmc), but creating goals and getting debug information is still needed. Especially noticeable when it breaks. </div>
</li>
</ul>
<p>
You won't understand the details as you become more senior. Therefore in a time and brain limited environment:
</p>
<ul>
<li class="level1"><div class="li"> It becomes more about trust / developing a working model of their behavior. Do they understand things completely?</div>
</li>
<li class="level1"><div class="li"> Is this person okay with telling an inconvenient truth? When they screw up</div>
</li>
</ul>
<p>
Video will probably be here: <a href="https://videoportal.intel.com/search/searchkeyword/rick%20coulson" class="urlextern" title="https://videoportal.intel.com/search/searchkeyword/rick%20coulson" rel="ugc nofollow">https://videoportal.intel.com/search/searchkeyword/rick%20coulson</a>, <a href="https://sifederation.intel.com/affwebservices/public/saml2sso?SPID=ivp-local&RelayState=%2Fmedia%2FSustainable%2BCareers%2Bwith%2BSustainable%2BImpact%2F0_hw7dewdx" class="urlextern" title="https://sifederation.intel.com/affwebservices/public/saml2sso?SPID=ivp-local&RelayState=%2Fmedia%2FSustainable%2BCareers%2Bwith%2BSustainable%2BImpact%2F0_hw7dewdx" rel="ugc nofollow">https://sifederation.intel.com/affwebservices/public/saml2sso?SPID=ivp-local&RelayState=%2Fmedia%2FSustainable%2BCareers%2Bwith%2BSustainable%2BImpact%2F0_hw7dewdx</a>
</p>
<p>
Exercise 5 times a week for Coulson, gives him energy on Fridays.
</p>
<p>
If you overwork, you work “more stupidly on tasks that are increasingly meaningless”: <a href="https://hbr.org/2015/08/the-research-is-clear-long-hours-backfire-for-people-and-for-companies" class="urlextern" title="https://hbr.org/2015/08/the-research-is-clear-long-hours-backfire-for-people-and-for-companies" rel="ugc nofollow">https://hbr.org/2015/08/the-research-is-clear-long-hours-backfire-for-people-and-for-companies</a>
</p>
<p>
<em>Why is it so important to get promoted?</em>
</p>
<ul>
<li class="level1"><div class="li"> From Jim Held, it helps …</div>
</li>
</ul>
<p>
7am meeting because a guy from Israel might come. But he's never come. How about we move the meeting to 8am and then if he wants to join, then adjust it that one time?
</p>
<p>
“Intel has lots of problems, <strong>I need to fix them</strong>!”
</p>
<p>
<combining your comparison people together into one super-person>, Imposter syndrome,
</p>
<p>
If you don't like change, you're going to like irrelevance even less.
</p>
<p>
<strong>You need to prune good things to have mental room for really working hard on a few excellent things</strong>
</p>
<ul>
<li class="level1"><div class="li"> Intel wouldn't be in SSD's if Rick hadn't pruned off his managee who was working on DVD decryption <a cool other topic></div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Rick Coulson","hid":"rick_coulson","codeblockOffset":0,"secid":7,"range":"8242-10096"} -->
<h2 class="sectionedit8" id="time_off">Time off</h2>
<div class="level2">
<p>
I took 4 months in between work to study more on how to learn, understand, and communicate effectively from some authors that I had been waiting to read. In addition, I spent some time with my family back at home.
</p>
<p>
<em><strong>Turns out that's a really bad idea. Don't do that. You lose steam very quickly and people start to look at you funny if you don't have anything on your resume to show for it.</strong></em>
</p>
<p>
<a href="http://www.google.com/search?q=Yaroslav%20Bulatov" class="interwiki iw_g" title="http://www.google.com/search?q=Yaroslav%20Bulatov">Yaroslav Bulatov</a> Deep Learning guy from Oregon State that currently works at Google and does OCR stuff. Seems very approachable.
</p>
<p>
From <a href="https://www.youtube.com/watch?v=0XDawYp9mKY" class="urlextern" title="https://www.youtube.com/watch?v=0XDawYp9mKY" rel="ugc nofollow">Giles Bowkett</a> (Ruby, Archaeopteryx MIDI generator AI). Make a business that is profitable, then you can direct how you spend your money and time, instead of a VC person making you make them look good but ultimately not make any money / expect you to IPO in 4 years.
</p>
<p>
Similar information from <a href="http://qr.ae/0t1e9" class="urlextern" title="http://qr.ae/0t1e9" rel="ugc nofollow">Quora post</a>. “There's an economic penalty assigned to real work, because more people want to do it.” Basically, everyone wants to do meaningful work, so you compete against those people for PhD positions.
</p>
<p>
<a href="http://www.honeycombcorp.com/" class="urlextern" title="http://www.honeycombcorp.com/" rel="ugc nofollow">Honeycomb</a> is an interesting mapping company in Wilsonville.
</p>
<p>
Unemployment in California is effective for 1 year, giving you 12-26 weeks of some wages back. see<a href="http://www.edd.ca.gov/unemployment/faq_-_eligibility.htm#HowlongdoUIbenefitslast" class="urlextern" title="http://www.edd.ca.gov/unemployment/faq_-_eligibility.htm#HowlongdoUIbenefitslast" rel="ugc nofollow">the website</a>
</p>
<p>
<a href="https://www.experience.com/alumnus/article?channel_id=engineering&source_page=Additional_Articles&article_id=article_1190651286113" class="urlextern" title="https://www.experience.com/alumnus/article?channel_id=engineering&source_page=Additional_Articles&article_id=article_1190651286113" rel="ugc nofollow">Apply for jobs right away, don't dawdle</a> (or else you'll get demotivated)
</p>
<p>
I kinda like what Magic Leap is doing (<a href="http://www.magicleap.com/#/jobDescription/vision/m2&post_id=1" class="urlextern" title="http://www.magicleap.com/#/jobDescription/vision/m2&post_id=1" rel="ugc nofollow">Hardware Tech</a> and <a href="http://www.magicleap.com/#/jobDescription/hardware/t6&post_id=1" class="urlextern" title="http://www.magicleap.com/#/jobDescription/hardware/t6&post_id=1" rel="ugc nofollow">Systems Engineering Technician</a>. However, I'm quite underqualified for the position and honestly don't have that much fun when I muck with hardware vs. usefully applying existing hardware to something useful like reading. Put off for now? Read / listen to job / startup books.
</p>
</div>
<h4 id="how_to_fail_at_almost_everything_and_still_win_big">How to Fail at Almost Everything and Still Win Big</h4>
<div class="level4">
<p>
By Scott Adams (Dilbert cartoonist)
</p>
<blockquote><div class="no">
This is a great book that helped me understand that my failures mean more than my victories. It also helped motivate me to do more things and take more chances all the while teaching me how to manage my personal energies and prioritizing the right things in my life. – Chris Pavlas</div></blockquote>
<p>
TO READ!
</p>
<p>
A few options:
</p>
</div>
<!-- EDIT{"target":"section","name":"Time off","hid":"time_off","codeblockOffset":0,"secid":8,"range":"10097-12603"} -->
<h2 class="sectionedit9" id="professoracademia">Professor / Academia</h2>
<div class="level2">
<p>
NO: <a href="http://blog.devicerandom.org/2011/02/18/getting-a-life/" class="urlextern" title="http://blog.devicerandom.org/2011/02/18/getting-a-life/" rel="ugc nofollow">http://blog.devicerandom.org/2011/02/18/getting-a-life/</a>. Works at <a href="http://www.linguamatics.com/index.html" class="urlextern" title="http://www.linguamatics.com/index.html" rel="ugc nofollow">Linguamatics</a> (NLP company) now
</p>
</div>
<!-- EDIT{"target":"section","name":"Professor \/ Academia","hid":"professoracademia","codeblockOffset":0,"secid":9,"range":"12604-12780"} -->
<h2 class="sectionedit10" id="phd">PhD</h2>
<div class="level2">
</div>
<!-- EDIT{"target":"section","name":"PhD","hid":"phd","codeblockOffset":0,"secid":10,"range":"12781-12796"} -->
<h3 class="sectionedit11" id="for">For</h3>
<div class="level3">
<ul>
<li class="level1"><div class="li"> Peter I. feels that you won't <strong>really</strong> push yourself through stuff on your own time. You won't be able to push through to completion and application. </div>
</li>
<li class="level1"><div class="li"> Alex feels that without a deadline assigned by someone else, you won't have the guts and hutspah to finish something. </div>
</li>
<li class="level1"><div class="li"> Also, for me, I won't be able to interact with smart professors / paper suggesters either.</div>
</li>
<li class="level1"><div class="li"> Alex feels like having the piece of paper still matters for less progressive companies.</div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"For","hid":"for","codeblockOffset":0,"secid":11,"range":"12797-13277"} -->
<h3 class="sectionedit12" id="against">Against</h3>
<div class="level3">
<ul>
<li class="level1"><div class="li"> Amazon interviewer only has his bachelor's. He feels like more progressive companies are reviewing based on your abilities and not your piece of paper. He did similar things on his own time.</div>
</li>
</ul>
<ul>
<li class="level1"><div class="li"> Practice for interview questions</div>
</li>
<li class="level1"><div class="li"> Worldview analysis. Does God want me to do the above?</div>
</li>
</ul>
<p>
In general, try to work through the problem/idea on your own and only refer to your answer for small hints. All the questions that come up along the way, answer them too?
</p>
<p>
You need to do some introspection to figure out why you want to go to CMU PhD.
</p>
</div>
<!-- EDIT{"target":"section","name":"Against","hid":"against","codeblockOffset":0,"secid":12,"range":"13278-13841"} -->
<h2 class="sectionedit13" id="in-between_time">In-Between Time</h2>
<div class="level2">
<p>
I am getting laid off soon and would appreciate the time to work / think about things / study.
</p>
<p>
A truck or large car would allow moving of bike easily. But, usually I would take a jog. A vehicle makes a nice portable covered nap spot. However, studying the inside of your eyelids isn't frowned up too much either.
</p>
</div>
<!-- EDIT{"target":"section","name":"In-Between Time","hid":"in-between_time","codeblockOffset":0,"secid":13,"range":"13842-14184"} -->
<h3 class="sectionedit14" id="home_portland">Home (Portland)</h3>
<div class="level3">
<p>
I would really enjoy working at a place where we are constantly pushing to do things better and dream about what is possible as opposed to settling for going the boring less thinking route and doing things how they've always been done. The former takes more work, will probably make heated discussions and tired nights (and annoyed spouses?), but is a ton better for the growth of the company / organization and sustainable innovation. <strong>Wait, this is how I want to approach life!</strong>
</p>
<blockquote><div class="no">
Why isn't the company that you work for not only worthy of your time, but your money as well? –Larry Page from his <a href="http://youtu.be/mArrNRWQEso?t=21m5s" class="urlextern" title="http://youtu.be/mArrNRWQEso?t=21m5s" rel="ugc nofollow">2014 TED Interview</a></div></blockquote>
<p>
Laura H. recommended reading <a href="https://www.ivpress.com/cgi-ivpress/book.pl/code=9626" class="urlextern" title="https://www.ivpress.com/cgi-ivpress/book.pl/code=9626" rel="ugc nofollow">Visions of Vocation</a> and really liked it.
</p>
</div>
<!-- EDIT{"target":"section","name":"Home (Portland)","hid":"home_portland","codeblockOffset":0,"secid":14,"range":"14185-15006"} -->
<h2 class="sectionedit15" id="visions_of_vocation">Visions of Vocation</h2>
<div class="level2">
<p>
I should have gotten the PDF/ebook through IV Press. Forgot!
</p>
<ul>
<li class="level1"><div class="li"> What in the world am I here for? How do I know? While doing self-interested things makes sense to some extent, I don't even know how to do it?!</div>
</li>
<li class="level1"><div class="li"> The author of this book wants to do things that matter too! w00t</div>
</li>
<li class="level1"><div class="li"> Living in a commune looks like a great way to go for cheap living.</div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Visions of Vocation","hid":"visions_of_vocation","codeblockOffset":0,"secid":15,"range":"15007-15392"} -->
<h3 class="sectionedit16" id="introduction">Introduction</h3>
<div class="level3">
<p>
Do you have a good reason to be responsible for history? –Leaders of Tianenmen Square
</p>
<p>
Novelist: a physician of the soul of society
</p>
<p>
They see themselves as responsible for China's future, <strong>for love's sake</strong>
</p>
<ul>
<li class="level1"><div class="li"> Hmm… love… interesting.</div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Introduction","hid":"introduction","codeblockOffset":0,"secid":16,"range":"15393-15665"} -->
<h3 class="sectionedit17" id="epilogue">Epilogue</h3>
<div class="level3">
<p>
Though I have been a lover of the grandeur of skies and mountains and oceans my whole life, at age twenty I was beginning to understand that all of life was not glory— in sad fact, that much of it was awful, that there was much unhappiness in human hearts, and that <strong>superficial responses only aggravated the problem</strong>.
</p>
<p>
It could account for beautiful babes and expensive champagne, but not for love— just as it could not make sense of justice and truth and good.
</p>
<p>
But for most questions that matter and most answers that matter, science as science cannot address them; its method has no tools that can assess what is beyond the measurable, the quantifiable, the repeatable, the observable.
</p>
<ul>
<li class="level1"><div class="li"> <em>Not sure that I totally agree yet.</em></div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Epilogue","hid":"epilogue","codeblockOffset":0,"secid":17,"range":"15666-16430"} -->
<h2 class="sectionedit18" id="july_1_2014">July 1 2014</h2>
<div class="level2">
<p>
Coding/programming is short-term, algorithms are more long-term. Also, I feel many companies are cleaning cotton seeds “by hand”, as opposed to inventing the cotton gin / unafraid of doing things differently.
</p>
<p>
I don't feel that qualified yet to make it through the interview process for companies that do good algorithms work like Amazon / Google / Edwards R&D / PhD program, etc.
</p>
<p>
I feel like only 3-6 months of taking more machine learning / algorithms classes is necessary, and I can take most of them online through Udacity.
</p>
</div>
<!-- EDIT{"target":"section","name":"July 1 2014","hid":"july_1_2014","codeblockOffset":0,"secid":18,"range":"16431-16989"} -->
<h2 class="sectionedit19" id="cautions">Cautions</h2>
<div class="level2">
<p>
<a href="http://doodlealley.com/2012/09/10/you-are-not-your-art/" class="media" title="http://doodlealley.com/2012/09/10/you-are-not-your-art/" rel="ugc nofollow"><img src="0media/artwontmakeyouhappy0005.jpg" class="mediaright" align="right" alt="" width="300" /></a>
</p>
<ul>
<li class="level1"><div class="li"> However, <a href="http://doodlealley.com/2012/09/10/you-are-not-your-art/" class="urlextern" title="http://doodlealley.com/2012/09/10/you-are-not-your-art/" rel="ugc nofollow">You Are Not Your Art</a>. Wow…really dead-on comic/cartoon artist talking about the effects of your art or “calling” if you choose for it to define your life. <strong>Do not let your art define your happiness</strong></div>
</li>
<li class="level1 node"><div class="li"> <a href="http://bemorewithless.com/the-story-of-the-mexican-fisherman/" class="urlextern" title="http://bemorewithless.com/the-story-of-the-mexican-fisherman/" rel="ugc nofollow">The Mexican Fisherman</a></div>
<ul>
<li class="level2"><div class="li"> Are we not content with fishing by the sea? </div>
</li>
<li class="level2"><div class="li"> The problem is, is this parable really reality? What if someone gets sick? You pray for God to heal them…and when they die, you say God did it.</div>
</li>
</ul>
</li>
</ul>
<blockquote><div class="no">
<Your regrets:> Sitting in 2062, you wish that you had spent more time with your children. That you had told your spouse how much you loved them more frequently. That you could have even one more chance to hug your parents and tell them how much you appreciate them before they passed. That you could have smiled more, laughed more, danced more and created more. That you better used the gifts you were given to empower others and make the world better. –<a href="http://newsoffice.mit.edu/2012/commencement-khan-address-0608" class="urlextern" title="http://newsoffice.mit.edu/2012/commencement-khan-address-0608" rel="ugc nofollow">Sal Khan MIT commencement speech</a> </div></blockquote>
<ul>
<li class="level1"><div class="li"> <em>Why would such a smart, technical person say <strong>love</strong> is the greatest thing?</em></div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Cautions","hid":"cautions","codeblockOffset":0,"secid":19,"range":"16990-18328"} -->
<h2 class="sectionedit20" id="type_of_company">Type of Company</h2>
<div class="level2">
<p>
Daiki Itoh asserts that not all startups are money-hungry and short-term and materialistic. There are a lot of long-term-innovation companies.
</p>
</div>
<!-- EDIT{"target":"section","name":"Type of Company","hid":"type_of_company","codeblockOffset":0,"secid":20,"range":"18329-18500"} -->
<h3 class="sectionedit21" id="paul_bucheit">Paul Bucheit</h3>
<div class="level3">
<p>
Gmail founder/developer, said Google's “don't be evil” policy
</p>
<blockquote><div class="no">
Investing money, creating new products, and all the other things we do are wonderful games and can be a lot of fun, but it's important to remember that it's all just a game. What's most important is that we are good too each other, and ourselves. If we “win”, but have failed to do that, then we have lost…This doesn't mean that we can't push ourselves or stretch our own limits. Those things can be very healthy, but only when done for their own sake. –Paul Bucheit (Gmail founder/developer) from his <a href="http://paulbuchheit.blogspot.com/2012/03/eight-years-today.html" class="urlextern" title="http://paulbuchheit.blogspot.com/2012/03/eight-years-today.html" rel="ugc nofollow">blog</a></div></blockquote>
<p>
* Likes <a href="http://zenpencils.com/comic/128-bill-watterson-a-cartoonists-advice/" class="urlextern" title="http://zenpencils.com/comic/128-bill-watterson-a-cartoonists-advice/" rel="ugc nofollow">this Bill Watterson comic</a> (comic artist of Calvin and Hobbes), but somehow you have to pay for all your stuff!
</p>
<blockquote><div class="no">
When our lives are smashed to bits, and it feels like the ground has disappeared from under us, we look for guidance, for our North Star, for a light that can provide meaning and direction to what remains of our life.</div></blockquote>
<p>
For me, this light lies in unconditional love. This is something that I wish to remember not only at an intellectual level, but at a more visceral level as well. I want to feel truth.
</p>
<p>
So I made a simple story, a fable. Stories are powerful because they engage our imagination, bringing abstract concepts to life inside of us. This one uses the familiar characters of God and the Devil, but you needn't believe in anything supernatural to understand it.
</p>
<p>
Long ago, the Devil boasted that he could easily gather more followers than God. God's way of gathering followers was simple: give everyone Unconditional Love and Forgiveness, nothing more and nothing less. Naturally the Devil was more devious. He knew that most people would not knowingly follow the Devil, so his plan was to lie and claim that he was the One True God, promise his followers a great reward in the afterlife, and threaten that those who didn't worship him would be sent to hell when they died. God was betting on Love, but the Devil believed that Greed and Fear are stronger than Love, and therefore even good people could be tricked into following him.
</p>
<p>
The God of Unconditional Love and Forgiveness brings union through love. The false Gods bring division through fear and greed. If a God promises to reward you with 72 virgins in paradise in exchange for flying an airplane into a building, it's a false God (or a false image of God, if you prefer). If a God threatens to send you to hell for loving the wrong person, it's a false God. If a God tells you to coerce people into worshiping him, it's a false God. If a God promises protection in exchange for doing his bidding, it's a false God.
</p>
<p>
Genuine, unconditional love is a gift that must be freely given and freely accepted, with nothing expected in return. Love can not be delivered at gun point, or with the threat of eternal damnation.
</p>
<p>
In this winter of fear, suffering, and division, the God of Unconditional Love gives comfort and direction. His spirit is reborn in our hearts when we give the gift of unconditional love and forgiveness to others and, most urgently, to ourselves. – Paul Bucheit, from <a href="http://paulbuchheit.blogspot.com/2012/12/the-gift.html" class="urlextern" title="http://paulbuchheit.blogspot.com/2012/12/the-gift.html" rel="ugc nofollow">another blog post</a>
</p>
</div>
<!-- EDIT{"target":"section","name":"Paul Bucheit","hid":"paul_bucheit","codeblockOffset":0,"secid":21,"range":"18501-21797"} -->
<h2 class="sectionedit22" id="god_of_bible_on_innovationwork">God (of Bible) on Innovation/Work</h2>
<div class="level2">
<p>
I am still very unclear.
</p>
</div>
<!-- EDIT{"target":"section","name":"God (of Bible) on Innovation\/Work","hid":"god_of_bible_on_innovationwork","codeblockOffset":0,"secid":22,"range":"21798-21869"} -->
<h3 class="sectionedit23" id="darryl_brumfield">Darryl Brumfield</h3>
<div class="level3">
<ul>
<li class="level1"><div class="li"> 3 parts to a human (physical, mental, spiritual) <em>I trust Darryl somewhat, but the concept seems pretty rigid though</em></div>
</li>
<li class="level1 node"><div class="li"> Paul gave alcohol to Timothy to help with his upset stomach. Did Paul pray for a miracle? No. Treat an upset stomach with a physical cause with a physical solution (alcohol, aspirin, etc). However, a physical ailment might be <strong>caused</strong> by a spiritual issue, which needs a spiritual cure.</div>
<ul>
<li class="level2"><div class="li"> <em>But didn't Jesus do miracles like healing the sick? (spiritual healing the physical)?</em></div>
</li>
</ul>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Darryl Brumfield","hid":"darryl_brumfield","codeblockOffset":0,"secid":23,"range":"21870-22409"} -->
<h3 class="sectionedit24" id="tim_keller">Tim Keller</h3>
<div class="level3">
<blockquote><div class="no">
It depends on who you're talking about. It seems to me the <strong>evangelical</strong> tradition tends to talk a lot about how faith essentially spiritually helps you deal with the troubles and the stresses of work. You need help to face challenges. <strong>Mainline churches</strong> tend to put more emphasis on social justice and basically did a critique of capitalism early on, so whenever the mainline churches or ecumenical movement did faith-and-work stuff, it was usually critiquing the market, not “how's your heart?” The <strong>Lutheran</strong> stream emphasizes that all work is God's work. Worldview doesn't matter. You make a good pair of shoes, then you're doing God's work, because work is God's way of caring for creation. The <strong>Calvinist</strong> stream was more like yes, it's not just you are caring for creation through work, but you are shaping it. and therefore your beliefs have an impact. When you put those four streams together, I think they're very comprehensive. If you isolate them from each other, they can create idiosyncrasies at best and imbalances at worst. – From Tim Keller in <a href="http://www.amazon.com/Every-Good-Endeavor-Connecting-Your/dp/0525952705" class="urlextern" title="http://www.amazon.com/Every-Good-Endeavor-Connecting-Your/dp/0525952705" rel="ugc nofollow">Every Good Endeavor</a></div></blockquote>
<p>
Don't limit yourself to never stepping off the sidewalk because you don't know what the street will hold or whether you're “supposed” to step off the sidewalk! –Neil Degrasse Tyson (on God)
</p>
</div>
<!-- EDIT{"target":"section","name":"Tim Keller","hid":"tim_keller","codeblockOffset":0,"secid":24,"range":"22410-23792"} -->
<h2 class="sectionedit25" id="other_people">Other People</h2>
<div class="level2">
</div>
<!-- EDIT{"target":"section","name":"Other People","hid":"other_people","codeblockOffset":0,"secid":25,"range":"23793-23817"} -->
<h3 class="sectionedit26" id="cal_newport">Cal Newport</h3>
<div class="level3">
<p>
Wrote a new book called <a href="cal_newport.html" class="wikilink1" title="cal_newport">So Good They Can't Ignore You</a> where he recommends not following the advice of “follow your passion” but instead asserts that your passion will develop when you are able to do any <strong>specific</strong> thing well.
</p>
<ul>
<li class="level1"><div class="li"> Everybody is able to join in the effort, regardless of skill level.</div>
</li>
</ul>
<p>
It appears that Google proclaims the above with their HR and does crazy projects that require that sort of attention to optimization, but that viewpoint might be harmful too.
</p>
<p>
<a href="http://www.nytimes.com/2014/03/16/magazine/silicon-valleys-youth-problem.html?_r=3" class="urlextern" title="http://www.nytimes.com/2014/03/16/magazine/silicon-valleys-youth-problem.html?_r=3" rel="ugc nofollow"> Silicon Valley's Youth Problem</a>
</p>
<ul>
<li class="level1"><div class="li"> The reason companies have perks is to attract top talent to work on their problems and not someone else's.</div>
</li>
<li class="level1"><div class="li"> Also, “old-school” folks (particularly a small number of them) have done a crazy amount of work to get everything today working. Respect them for that!</div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Cal Newport","hid":"cal_newport","codeblockOffset":0,"secid":26,"range":"23818-24721"} -->
<h2 class="sectionedit27" id="learning_more">Learning More</h2>
<div class="level2">
<p>
I feel like there's a cloud of understanding that is still above me, and writes in the language of <strong>calculus</strong>, <strong>linear algebra</strong>, <strong>algorithms</strong>, <strong>programming</strong>, UI, basically Bret Victor's stuff and… lots of cool papers. It takes hard work, but it's how you understand how these fancy algorithms (or non-fancy) are done!
</p>
</div>
<!-- EDIT{"target":"section","name":"Learning More","hid":"learning_more","codeblockOffset":0,"secid":27,"range":"24722-25078"} -->
<h1 class="sectionedit28" id="work1">Work</h1>
<div class="level1">
<ul>
<li class="level1"><div class="li"> Doing R&D would be pretty cool, but I think you need some experience going into it…</div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Work","hid":"work1","codeblockOffset":0,"secid":28,"range":"25079-25188"} -->
<h2 class="sectionedit29" id="companies1">Companies</h2>
<div class="level2">
<ul>
<li class="level1"><div class="li"> Second Sight? (recommended), Google, Amazon?, </div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Companies","hid":"companies1","codeblockOffset":0,"secid":29,"range":"25189-25264"} -->
<h1 class="sectionedit30" id="getting_a_job">Getting a Job</h1>
<div class="level1">
<ul>
<li class="level1"><div class="li"> <a href="http://steve-yegge.blogspot.com/2008/03/get-that-job-at-google.html" class="urlextern" title="http://steve-yegge.blogspot.com/2008/03/get-that-job-at-google.html" rel="ugc nofollow">http://steve-yegge.blogspot.com/2008/03/get-that-job-at-google.html</a></div>
</li>
<li class="level1"><div class="li"> Soft Skills Questions: <a href="http://www.gowrikumar.com/interview/index.html" class="urlextern" title="http://www.gowrikumar.com/interview/index.html" rel="ugc nofollow">http://www.gowrikumar.com/interview/index.html</a></div>
</li>
<li class="level1"><div class="li"> How to Ace Programming Interview book looks good</div>
</li>
<li class="level1"><div class="li"> Discrete Math book? <a href="http://www.amazon.com/Concrete-Mathematics-Foundation-Computer-Science/dp/0201558025" class="urlextern" title="http://www.amazon.com/Concrete-Mathematics-Foundation-Computer-Science/dp/0201558025" rel="ugc nofollow">http://www.amazon.com/Concrete-Mathematics-Foundation-Computer-Science/dp/0201558025</a> or <a href="http://www.amazon.com/Discrete-Mathematics-Applications-Susanna-Epp/dp/0534359450" class="urlextern" title="http://www.amazon.com/Discrete-Mathematics-Applications-Susanna-Epp/dp/0534359450" rel="ugc nofollow">Epp's book</a></div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Getting a Job","hid":"getting_a_job","codeblockOffset":0,"secid":30,"range":"25265-25702"} -->
<h2 class="sectionedit31" id="algorithms">Algorithms</h2>
<div class="level2">
<ul>
<li class="level1"><div class="li"> How would you build a fast search engine? Unit <a href="http://www.udacity.com/wiki/CS101%20Unit%205?course=cs101" class="urlextern" title="http://www.udacity.com/wiki/CS101%20Unit%205?course=cs101" rel="ugc nofollow">5</a> and <a href="http://www.udacity.com/wiki/CS101%20Unit%206?course=cs101" class="urlextern" title="http://www.udacity.com/wiki/CS101%20Unit%206?course=cs101" rel="ugc nofollow">6</a> from the Udacity course, great!</div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Algorithms","hid":"algorithms","codeblockOffset":0,"secid":31,"range":"25703-"} --></div></body>
</html>