-
Notifications
You must be signed in to change notification settings - Fork 0
/
sitemap.xml
946 lines (946 loc) · 42.5 KB
/
sitemap.xml
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
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url>
<loc>https://aarnphm.xyz/</loc>
<lastmod>2022-04-22T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/books</loc>
<lastmod>2022-04-22T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/cheatsheet</loc>
<lastmod>2024-10-10T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/cool</loc>
<lastmod>2024-10-24T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/curius</loc>
<lastmod>2024-01-26T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/ideas</loc>
<lastmod>2022-01-25T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/infinite-poem</loc>
<lastmod>2024-10-11T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/influence</loc>
<lastmod>2024-01-23T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/movies</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/posts/2023</loc>
<lastmod>2023-12-31T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/posts/Chaos</loc>
<lastmod>2024-02-18T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/posts/Questions-about-Apology</loc>
<lastmod>2023-11-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/posts/Questions-about-Metaphysics</loc>
<lastmod>2023-11-16T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/posts/Questions-about-Spinoza</loc>
<lastmod>2023-11-30T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/posts/a1</loc>
<lastmod>2024-10-02T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/posts/</loc>
<lastmod>2024-01-10T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/posts/new</loc>
<lastmod>2024-09-30T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/posts/to-the-past-lovers</loc>
<lastmod>2024-02-12T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/quotes</loc>
<lastmod>2024-01-23T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/AGI</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Agency</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Alignment</loc>
<lastmod>2024-03-05T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Attention</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Autograd</loc>
<lastmod>2021-10-10T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Automatic-Differentiation</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Autoregressive-models</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Behavirourism</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/BuildKit</loc>
<lastmod>2024-02-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Camus</loc>
<lastmod>2024-02-28T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Cauchy-Schwarz</loc>
<lastmod>2024-11-05T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Chaos</loc>
<lastmod>2024-01-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Cholesky-decomposition</loc>
<lastmod>2024-10-28T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Cinematography</loc>
<lastmod>2023-09-11T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Civilisation-and-its-Discontents</loc>
<lastmod>2023-10-10T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Color</loc>
<lastmod>2024-03-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Compiler</loc>
<lastmod>2024-10-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Compression</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Constructionist</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Containers</loc>
<lastmod>2024-02-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Content-addressable-storage</loc>
<lastmod>2023-04-15T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Continuous-batching</loc>
<lastmod>2024-02-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Database</loc>
<lastmod>2024-02-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Determinism</loc>
<lastmod>2024-01-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Digital-garden</loc>
<lastmod>2024-02-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Dishes</loc>
<lastmod>2023-10-26T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Dysregulation</loc>
<lastmod>2024-02-12T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Embedding</loc>
<lastmod>2024-02-25T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Entropy</loc>
<lastmod>2024-01-11T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Epistemology</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Euler's-identity</loc>
<lastmod>2024-11-05T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Existentialism</loc>
<lastmod>2024-02-29T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Expenses</loc>
<lastmod>2024-01-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Fisher-Yates</loc>
<lastmod>2024-01-30T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Freud</loc>
<lastmod>2023-10-10T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/GPU-programming</loc>
<lastmod>2023-10-10T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Garbage-in-Garbage-out</loc>
<lastmod>2024-02-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Gestalt-Principles</loc>
<lastmod>2024-03-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Giles-Deleuze</loc>
<lastmod>2024-02-24T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Group-theory</loc>
<lastmod>2024-02-26T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/HTTP</loc>
<lastmod>2024-02-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Hegel</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Hidden-Markov-model</loc>
<lastmod>2024-10-02T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Hypertext</loc>
<lastmod>2024-02-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/IPFS</loc>
<lastmod>2024-02-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/In-memory-representation</loc>
<lastmod>2022-10-01T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Information-Theory</loc>
<lastmod>2024-01-20T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Intelligence-amplification</loc>
<lastmod>2024-01-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Jax</loc>
<lastmod>2022-11-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/KV-compression</loc>
<lastmod>2024-10-10T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/LLMs</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Language</loc>
<lastmod>2024-01-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Lighting</loc>
<lastmod>2023-11-11T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Low-rank-adapters</loc>
<lastmod>2024-02-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Lyapunov-time</loc>
<lastmod>2024-02-25T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Machine-learning</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Merkle-DAG</loc>
<lastmod>2024-02-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Metaphysics</loc>
<lastmod>2024-02-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Misra-Gries-heavy-hitters-algorithm</loc>
<lastmod>2024-10-11T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Monte-Carlo</loc>
<lastmod>2024-04-12T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/NLP</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Nagle-and-TCP-Cork</loc>
<lastmod>2022-07-01T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Networked-Thoughts</loc>
<lastmod>2024-02-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/OCI</loc>
<lastmod>2023-08-10T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Orwellian</loc>
<lastmod>2024-10-02T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Overton-Window</loc>
<lastmod>2024-03-05T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/PJRT</loc>
<lastmod>2024-03-04T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/PageRank</loc>
<lastmod>2024-09-04T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Pavlovian-scale</loc>
<lastmod>2024-09-25T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Philosophy-and-Kant</loc>
<lastmod>2023-12-04T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Philosophy-and-Nietzsche</loc>
<lastmod>2023-12-04T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Planimetric-composition</loc>
<lastmod>2023-08-11T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Progressive-disclosure</loc>
<lastmod>2024-09-02T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/RAG</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Routh-Hurwitz-criterion</loc>
<lastmod>2024-02-06T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Rust</loc>
<lastmod>2022-10-29T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/SVCCA</loc>
<lastmod>2024-11-04T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Scents</loc>
<lastmod>2024-01-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Search</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Singular-Value-Decomposition</loc>
<lastmod>2024-10-21T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/TPU</loc>
<lastmod>2024-03-04T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/The-Prisoner's-Dilemma</loc>
<lastmod>2024-04-12T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/The-Will-To-Believe</loc>
<lastmod>2024-02-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Transcendentals</loc>
<lastmod>2024-01-14T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Transformers</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Turing-complete-Transformers</loc>
<lastmod>2024-01-30T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Value</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Will-to-Power</loc>
<lastmod>2024-02-24T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Will-to-Truth</loc>
<lastmod>2023-10-24T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/Will</loc>
<lastmod>2024-01-14T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/XLA</loc>
<lastmod>2022-12-23T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/action-theory</loc>
<lastmod>2024-02-22T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/aesthetic-value</loc>
<lastmod>2024-01-30T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/algebraic-geometry</loc>
<lastmod>2024-05-22T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/atelier-with-friends/dundurn</loc>
<lastmod>2024-03-23T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/atelier-with-friends/</loc>
<lastmod>2024-03-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/atelier-with-friends/orangeville</loc>
<lastmod>2024-03-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/attractor</loc>
<lastmod>2024-03-25T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/being</loc>
<lastmod>2024-06-12T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/composition</loc>
<lastmod>2024-03-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/computational-poem</loc>
<lastmod>2024-10-11T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/confirmation-bias</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/cryptography</loc>
<lastmod>2024-02-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/cyanotype</loc>
<lastmod>2024-10-03T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/data</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/deep-learning</loc>
<lastmod>2024-01-11T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/design</loc>
<lastmod>2024-03-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/desire</loc>
<lastmod>2024-02-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/dialectics</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/displacement</loc>
<lastmod>2024-01-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/distraction</loc>
<lastmod>2024-03-18T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/education</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/effective-procedure</loc>
<lastmod>2024-10-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/emergent-behaviour</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/ethics</loc>
<lastmod>2024-03-05T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/fashion</loc>
<lastmod>2024-02-19T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/friendship</loc>
<lastmod>2024-06-22T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/game-theory</loc>
<lastmod>2024-04-12T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/git</loc>
<lastmod>2024-02-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/human-interaction</loc>
<lastmod>2024-02-06T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/identity</loc>
<lastmod>2024-02-19T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/</loc>
<lastmod>2024-01-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/information-retrieval</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/intelligence</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/joininteract</loc>
<lastmod>2024-08-23T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/large-models</loc>
<lastmod>2024-01-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/latent-space</loc>
<lastmod>2024-04-03T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/lenses</loc>
<lastmod>2024-01-22T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/linguistic</loc>
<lastmod>2024-02-12T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/logic</loc>
<lastmod>2024-03-02T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/mechanistic-interpretability</loc>
<lastmod>2024-10-30T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/model-stiching</loc>
<lastmod>2024-11-04T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/monetary</loc>
<lastmod>2024-01-20T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/moral</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/music-theory</loc>
<lastmod>2023-09-25T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/observer-expectancy-effect</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/optimization</loc>
<lastmod>2024-10-31T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/papers/</loc>
<lastmod>2024-01-20T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/pdfs/</loc>
<lastmod>2024-10-29T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/personal-computing</loc>
<lastmod>2024-02-25T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/play</loc>
<lastmod>2023-10-18T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/prompt-engineering</loc>
<lastmod>2024-02-12T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/quantization</loc>
<lastmod>2024-02-05T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/questions</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/reason</loc>
<lastmod>2024-02-26T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/reductionism</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/representations</loc>
<lastmod>2024-02-25T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/scripts/</loc>
<lastmod>2024-10-30T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/sparse-autoencoder</loc>
<lastmod>2024-11-04T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/sparse-crosscoders</loc>
<lastmod>2024-11-03T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/state-space-models</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/tacit-knowledge</loc>
<lastmod>2024-10-22T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/taste</loc>
<lastmod>2024-02-19T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/taxonomy</loc>
<lastmod>2024-02-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/engineer-4a03/case-study</loc>
<lastmod>2024-11-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/engineer-4a03/</loc>
<lastmod>2024-10-29T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/engineer-4a03/literature-review</loc>
<lastmod>2024-10-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-3db3/DBMS</loc>
<lastmod>2024-09-04T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-3db3/Entity-Relationship-Models</loc>
<lastmod>2024-09-11T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-3db3/Keys-and-Foreign-Keys</loc>
<lastmod>2024-09-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-3db3/a1/content</loc>
<lastmod>2024-09-26T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-3db3/</loc>
<lastmod>2024-10-29T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-3db3/midterm</loc>
<lastmod>2024-10-23T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-3db3/tut/t1</loc>
<lastmod>2024-09-13T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-3ra3/Stakeholders</loc>
<lastmod>2024-09-13T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-3ra3/acme-visits</loc>
<lastmod>2024-09-12T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-3ra3/</loc>
<lastmod>2024-09-04T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-3ra3/midterm</loc>
<lastmod>2024-10-21T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-3ra3/t2</loc>
<lastmod>2024-09-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4aa4/</loc>
<lastmod>2024-09-06T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4aa4/lab4/content</loc>
<lastmod>2024-10-04T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4aa4/lab5/content</loc>
<lastmod>2024-10-04T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4aa4/lab8/lab8</loc>
<lastmod>2024-11-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4aa4/midterm</loc>
<lastmod>2024-10-22T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4aa4/q3</loc>
<lastmod>2024-09-27T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4aa4/w2</loc>
<lastmod>2024-09-13T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4g06ab/</loc>
<lastmod>2024-09-04T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4ml3/Bias-and-intercept</loc>
<lastmod>2024-09-16T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4ml3/Linear-regression</loc>
<lastmod>2024-09-10T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4ml3/a1/content</loc>
<lastmod>2024-10-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4ml3/a2/content</loc>
<lastmod>2024-10-21T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4ml3/a3/content</loc>
<lastmod>2024-10-29T07:42:10.258Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4ml3/annotated/</loc>
<lastmod>2024-11-01T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4ml3/</loc>
<lastmod>2024-09-10T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4ml3/likelihood</loc>
<lastmod>2024-10-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4ml3/midterm</loc>
<lastmod>2024-10-28T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4ml3/nearest-neighbour</loc>
<lastmod>2024-10-28T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4ml3/principal-component-analysis</loc>
<lastmod>2024-10-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-4ml3/tut/tut1</loc>
<lastmod>2024-09-11T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/astron-2e03/Atmosphere</loc>
<lastmod>2024-03-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/astron-2e03/Blackbody-Radiation</loc>
<lastmod>2024-02-06T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/astron-2e03/Exoplanets</loc>
<lastmod>2024-02-02T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/astron-2e03/Heating-Cooling-GH-effect</loc>
<lastmod>2024-02-26T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/astron-2e03/W1</loc>
<lastmod>2024-01-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/astron-2e03/</loc>
<lastmod>2024-01-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/commerce-4be3/Defining-Internal-Alignment-and-Job-Analysis</loc>
<lastmod>2024-01-24T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/commerce-4be3/Designing-Pay-Levels--and-Employee-Benefits</loc>
<lastmod>2024-02-28T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/commerce-4be3/Final-report</loc>
<lastmod>2024-03-20T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/commerce-4be3/Job-description-exercise</loc>
<lastmod>2024-01-31T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/commerce-4be3/Job-based-Pay-structures-and-Job-Evaluation</loc>
<lastmod>2024-01-31T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/commerce-4be3/Pay-model</loc>
<lastmod>2024-01-10T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/commerce-4be3/</loc>
<lastmod>2024-10-29T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/compsci-4x03/A1</loc>
<lastmod>2023-09-25T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/compsci-4x03/A2</loc>
<lastmod>2023-10-24T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/compsci-4x03/A3</loc>
<lastmod>2023-11-30T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/compsci-4x03/A4</loc>
<lastmod>2023-11-30T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/compsci-4x03/Equations</loc>
<lastmod>2023-12-06T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/compsci-4x03/</loc>
<lastmod>2023-09-04T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/eng-3px3/Conversion-Factors</loc>
<lastmod>2024-01-23T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/eng-3px3/Finals</loc>
<lastmod>2024-04-12T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/eng-3px3/Linear-Optimization</loc>
<lastmod>2024-02-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/eng-3px3/Net-Value-Function</loc>
<lastmod>2024-01-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/eng-3px3/Net-value-analysis</loc>
<lastmod>2024-01-16T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/eng-3px3/Non-linear-optimization</loc>
<lastmod>2024-04-12T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/eng-3px3/Optimization</loc>
<lastmod>2024-02-01T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/eng-3px3/Sensitivity-analysis</loc>
<lastmod>2024-02-01T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/eng-3px3/Simple-Report</loc>
<lastmod>2024-02-05T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/eng-3px3/Technical-Design</loc>
<lastmod>2024-01-25T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/eng-3px3/</loc>
<lastmod>2024-01-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/hci-4hc3/Interaction-Critical-Evaluation</loc>
<lastmod>2023-09-25T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/hci-4hc3/Interactive-cycle</loc>
<lastmod>2023-10-10T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/hci-4hc3/Psychopathology-of-everything</loc>
<lastmod>2023-10-10T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/hci-4hc3/System-Image-and-Paradox-of-Technology</loc>
<lastmod>2023-09-12T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/hci-4hc3/</loc>
<lastmod>2023-09-04T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/Aristotle</loc>
<lastmod>2023-09-11T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/Descartes</loc>
<lastmod>2023-12-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/Epicurus</loc>
<lastmod>2023-11-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/John-Stuart-Mill</loc>
<lastmod>2023-11-30T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/Nietzsche</loc>
<lastmod>2023-11-30T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/Nous</loc>
<lastmod>2023-12-07T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/Plato</loc>
<lastmod>2023-11-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/Presocratics</loc>
<lastmod>2023-09-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/Socrates</loc>
<lastmod>2023-09-25T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/Sphinoza</loc>
<lastmod>2023-10-10T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/</loc>
<lastmod>2023-09-04T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/tut/Being-qua-being</loc>
<lastmod>2023-09-15T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/tut/Epicurus</loc>
<lastmod>2023-09-11T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/tut/Phaedo-and-Apology</loc>
<lastmod>2023-09-22T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/tut/Republic</loc>
<lastmod>2023-09-13T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/tut/Spinoza</loc>
<lastmod>2023-10-11T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/tut/Stoic</loc>
<lastmod>2023-11-05T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/tut/Symposium</loc>
<lastmod>2023-09-29T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/philo-1aa3/tut/T1</loc>
<lastmod>2023-09-13T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2c03/Graphs</loc>
<lastmod>2024-02-26T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2c03/Hash-tables</loc>
<lastmod>2024-02-26T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2c03/Sorting</loc>
<lastmod>2024-01-24T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2c03/W1</loc>
<lastmod>2024-01-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2c03/W2</loc>
<lastmod>2024-01-15T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2c03/a1/A1</loc>
<lastmod>2024-01-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2c03/a10/A10</loc>
<lastmod>2024-04-01T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2c03/a2/A2</loc>
<lastmod>2024-02-04T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2c03/a3/A3</loc>
<lastmod>2024-02-11T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2c03/a4/A4</loc>
<lastmod>2024-02-11T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2c03/a5/A5</loc>
<lastmod>2024-02-26T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2c03/a6/A6</loc>
<lastmod>2024-02-26T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2c03/a7/A7</loc>
<lastmod>2024-03-17T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2c03/a8/A8</loc>
<lastmod>2024-03-22T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2c03/a9/A9</loc>
<lastmod>2024-03-25T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2c03/</loc>
<lastmod>2024-01-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2fa3/DFA</loc>
<lastmod>2024-01-12T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2fa3/Finals</loc>
<lastmod>2024-04-15T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2fa3/NFA</loc>
<lastmod>2024-01-30T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2fa3/Nous</loc>
<lastmod>2024-03-08T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2fa3/a1/A1</loc>
<lastmod>2024-02-16T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2fa3/a2/A2</loc>
<lastmod>2024-03-18T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2fa3/a3/A3</loc>
<lastmod>2024-04-10T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-2fa3/</loc>
<lastmod>2024-10-29T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3bb4/Sequential-programming</loc>
<lastmod>2023-09-11T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3bb4/</loc>
<lastmod>2023-09-04T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/Block-Diagrams</loc>
<lastmod>2024-01-24T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/Frequency-Domain</loc>
<lastmod>2024-01-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/Root-locus-control</loc>
<lastmod>2024-02-28T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/Root-locus</loc>
<lastmod>2024-02-28T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/State-space-representation</loc>
<lastmod>2024-01-24T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/Time-response</loc>
<lastmod>2024-01-31T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/a1/content</loc>
<lastmod>2024-02-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/a2/content</loc>
<lastmod>2024-03-01T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/a3/A3</loc>
<lastmod>2024-03-18T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/a4/A4</loc>
<lastmod>2024-03-28T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/a5/A5</loc>
<lastmod>2024-04-10T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/</loc>
<lastmod>2024-10-10T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/lab1/content</loc>
<lastmod>2024-01-24T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/lab2/content</loc>
<lastmod>2024-02-14T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/lab3/content</loc>
<lastmod>2024-02-28T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/lab3/prelab</loc>
<lastmod>2024-03-05T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/lab4/prelab</loc>
<lastmod>2024-03-20T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/lab5/prelab</loc>
<lastmod>2024-04-03T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/nous</loc>
<lastmod>2024-02-17T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/stability</loc>
<lastmod>2024-02-06T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/steady-state-error</loc>
<lastmod>2024-03-06T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/vllm</loc>
<lastmod>2024-09-09T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/work</loc>
<lastmod>2021-12-22T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/writing</loc>
<lastmod>2023-07-29T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/thoughts/zero-shot-learning</loc>
<lastmod>2024-02-12T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/tweets</loc>
<lastmod>2024-10-24T00:00:00.000Z</lastmod>
</url><url>
<loc>https://aarnphm.xyz/uses</loc>
<lastmod>2024-01-22T00:00:00.000Z</lastmod>
</url></urlset>