aboutsummaryrefslogtreecommitdiff
path: root/html/blog.tmpl.html
blob: 88fd69969edc1e96b2f3d11652b0aca93ee49e9d (plain) (blame)
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
{{ define "title" }}Blog{{end}}
{{ define "description" }}Site blog.{{end}}
{{ define "keywords" }}blog{{end}}

{{ define "main" }}
    <div>
      <input type="checkbox" class="side-toggler">
      <span class="carrot">&gt;</span>
      <div class="in-page-nav-group">
        <h2 id="pgnv">Page Navigation</h2>
        <nav class="in-page-nav" aria-labelledby="pgnv">
          <a href="/blog#">Blog</a>
          <a href="/blog#archive">Archive</a>
          <a href="/blog#extended-archive">Extended Archive</a>
        </nav>
      </div>
    </div>
    <section>
      <div class="main-bg">
        <h1>Blog</h1>
        <p>A collection of thoughts, life updates, projects, and images in reverse chronological order.</p>
      </div>
      <article id="202411081">
        <h2>Custom SR60 Headphones</h2>
        <p>As mentioned in my post about <a href="#202410251">my new SR60is</a>, I made plans to fix up my old pair of worn out SR60s. Thanks to the low cost of Chinese manufacturing and AliExpress, I got all my replacement and upgrade parts for ~$10 including the cable.
        <figure>
          <img src="/static/media/Custom_SR60/SR60_Custom.jpg" alt="Original Grado SR60 headphones with Aliexpress drivers, detachable cables, and custom 3D printed driver housings." width="1000" height="750" />
          <figcaption>Finished SR60 modification.</figcaption>
        </figure>
        <p>The new drivers I bought were 40mm, smaller than the stock Grado 44mm, so I needed spacers or whole new cups for the drivers to mount in. Since I planed to do a removable cable mod, I opted to design and 3D print new cups based off of the original.</p>
        <figure>
          <img src="/static/media/Custom_SR60/SR60_Custom_Open_Driver.jpg" alt="40mm aftermarket driver installed into custom 3D printed housing." width="1000" height="1000" />
          <figcaption>Driver installed in new housing.</figcaption>
        </figure>
        <p>The process was relatively smooth. I had to make a few revisions to the original file to accomodate for the solder ball that forms on the 2.5mm jack ground pin and the wire that wraps from the voice coil around the front to the rear of the driver. When modeling, I built to exact dimensions which did not account for plastic shrinkage. I found that scaling up the model by 1% in the slicer was enough to hit the target dimensions. Since shrinkage rates are different between plastics, I am debating whether to incorporate this scale change into the original model or just enlarge the file at the slicer level.</p>
        <figure>
          <img src="/static/media/Custom_SR60/SR60_Complete_Driver-top.jpg" alt="3D printed custom housing mated to original Grado ear cup." width="1000" height="1000" />
          <img src="/static/media/Custom_SR60/SR60_Complete_Driver-bottom.jpg" alt="Bottom of custom housing featuring the original hole pattern from the original SR60." width="1000" height="1000" />
          <figcaption>Final driver assembly.</figcaption>
        </figure>
        <p>I was lucky that the 2.5mm jack fit perfectly into the existing cable hole , so no extra modifcation was needed other than separating the original cup and housing, and it sit almost perfectly flush with the outer surface.</p>
        <h3>Listening Impressions</h3>
        <p>Bad. Very bad... at first.</p>
        <p>The 1-2kHz frequencies were very pronounced, muddying the sound (I don't actually know proper audio terms, so bear with me if I misuse a word). Luckily, after some EQ I was able to get it closer to something that was relatively enjoyable to listen to.</p>
        <figure>
          <img src="/static/media/Custom_SR60/EQ.jpg" alt="EQ profile for aftermarket 40mm in my custom SR60 headphones. Modifications as follows: +3db 30Hz, +1db 62Hz, n/a 125db, n/a 250db, -1db 500Hz, -4db 1kHz, -3db 2kHz, +3db 4kHz, +4db 8kHz, +4db 16kHz." width="1000" height="562" />
          <figcaption>EQ profile to remedy some issues.</figcaption>
        </figure>
        <p>After the EQ, they sound much better. Pretty pleasant actually. Enough that it's gotten my back into listening to music, which is good because that was the point of the project. I was trying to mimic the sound of my SR60is with their own EQ profile. I don't think this matches it. I have to do some more back-to-back, but these have their own sound. If anyone ends up trying this and aren't trying to mimic the Grado house style, definitely feel free to ignore the sharp raise of the high frequencies. Lowering the 1-2kHz frequencies significantly is the main thing that needs to happen to make these drivers listenable.</p>
        <p>My next steps are to figure out some hardware mods I can do to get them sounding closer to my EQ. EQ is cool, but when you want to cycle through different headphones with their own EQs, remembering where the sliders are and changing them each time is a bit annoying. Also, the cheap split 2.5mm cable I got starts to short when you touch the connectors at the headphones, so I'll need to get or make a new cable, or modify the existing one.</p>
        <p>For now, though, I'm pretty happy with the results, and these are gonig to be my main pair of headphones away from my desktop and on the go.</p>
        <p><b>Created:</b> 2024-11-08</p>
      </article>
      <article id="202410291">
        <h2>Low-Tech Magazine</h2>
        <p>I came across this website while reaserching Linux setups on old ThinkPads. My X60 has been waiting patiently for me to finally use it for school, and the time is now. <a href="https://solar.lowtechmagazine.com" target="_blank" rel="noopener norefferer">Low-Tech Magazine</a> is a magazine website run completely on solar power with a minimal battery backup. Their content pertains to sustainability. I won't speak to the trustworthiness of the journalism or content, though it seems interesting, I'm mostly focused on their web design aspects.</p>
        <p>Almost every aspect of the website pertains to its function, to be as energy efficient as it can be and inform the user of the likelyhood of an outage. This website is intentionally built to not stay running 24/7 as we are accustomed to. I find this facinating because while taking a minimal approach, they landed on a unique aesthetic. Everything from the font, to the dithered images, and the static files served through the server all help reduce its energy consumption while contributing to the site's style. The background banner, which at times looks as though it's a glitch, actually represents the percentage of battery remaining as a function of how far down the screen it is. This is supplemented by a battery icon with a percentage on the right side of the page. This alerts the user as to whether or not the site is about to go down. In addition, they provide the local weather and short-terp projections at the bottom left of the site to inform the user if they should expect it to be running the next day. It's solar after all.</p>
        <p>I would urge anybody interested in web development or the internet in general take a look at this website and its articles about their infrastructure. It's novel, and speaks more to design than any other website I've come across.</p>
        <p><b>Created:</b> 2024-10-29</p>
      </article>
      <article id="202410281">
        <h2>New Page Planned</h2>
        <p>Ever since I've created the templated version of this site, something has felt off. Missing. I've realized what it is. The old alexscerba.com, or <a href="https://old.scerba.org" target="_blank" rel="noopener noreferrer">old.scerba.org</a> as it's now called, had a lot more content than just the blog. My thought with this new site is that most of the old, extra content is covered under the "Blog" page anyways which makes the other content redundant. I still feel that way, but I want some other use for this site. The "Gallery" page is supposed to give some of that, but I don't really have a good setup for that yet. Originally it was going to be a collection of every image on the blog, but I think a better goal is something more currated. Maybe there can be a toggle for showing all images or something with the default being currated. The gallery is a start for sure, but still not what I'm looking for.</p>
        <p>Looking at some other's websites, like <a href="https://acsq.me" target="_blank" rel="noopener noreferrer">Ángel's website</a> has some fun pages like "library" and "friends." While cool, these in particular didn't feel like they fit for me. I don't read many books, and I don't have more than a couple friends with websites. Also, broadcasting websites isn't my favorite thing. I'd rather they be discovered organically through reading blog posts and other content. This was in the back of my mind for a few days as I thought up new pages. This morning, it hit me.</p>
        <p>It's not a novel idea in the slightest. It's Ángel's library page but instead of books, it's internet links. Plenty of people do this, but I think this is something I should add. I often bookmark webpages I want to save only for them to disapear into the folder structure abyss. Also, without context, it's hard to remember why they were saved in the first place. I'll want to add descriptions and a way to sort them and have some high level categories, but these are some reasonable challenges I can tackle in my spare time.</p>
        <p>For now, it will be called "Links." If there's a better name that comes up in the future, I'll have to set up a redirect. ETA is probably well into next year. There's a lot of gradual sifting and sorting that needs to happen. The base page should be up pretty soon though.</p>
        <p><b>Created:</b> 2024-10-28</p>
      </article>
      <article id="202410271">
        <h2>R53 Maintenance</h2>
        <p>Just came up on the 5k mile mark since my last oil change, so it was time to do it. No filter this time, just oil. I'll get the filter at 10k.</p>
        <figure>
          <img src="/static/media/R53_Maintenance/Mini-r53-front_1000.jpg" alt="Mini Cooper S R53 with hood up getting oil drained in fall scene." width="1000" height="750" />
          <figcaption>Picturesque oil change.</figcaption>
        </figure>
        <p>Luckily I have a slim enough catch pan, so I didn't need to use jacks like I do at home. I do need it up on stands though to fix a couple sensor issues I'm having along with removing the JCW mufflers to get them repaired. I had an unfortunate incident with a concrete slab that tore off an exhaust hanger and bent the pipes. That's the next adventure.</p>
        <p><b>Created:</b> 2024-10-27</p>
      </article>
      <article id="202410261">
        <h2>Your Local Forum</h2>
        <p>I have my own website, so naturally I've seen videos preaching the benefits and trying to convince others to make their own. The main point they cite is that it's more personal than a social media site and it helps the internet stay grass-roots as more and more of the internet is taken up by corporations for e-commerce and data scraping. <i>Make a personal website. It's sooo cool. You're helping the internet.</i></p>
        <p>The problem with websites like mine, and <a href="https://acsq.me" target="_blank" rel="noopener noreferrer">Ángel's</a>, and anyone else without a comments section is that it's a one-way discourse. Sure, you can suggest that people email you, but there's no history of the interaction online, and nobody else benefits from the discourse &lpar;assuming the person even emailed you in the first place, which is highly unlikely&rpar;. Forums are the answer.</p>
        <p>I'm from the era of modern Reddit, so I won't pretend to know what it was like back in the "good ol' days", but I've read plenty of discussions and videos on the subject of "early" message boards. Today, Reddit is the answer to the above problem. Well... sort of.</p>
        <p>Reddit is going through some changes. Not many of them good. They've become large and therefore are doing things that large companies eventually do: monetize and restrict.</p>
        <p>I've been off of Reddit for a couple years. My account is now locked, and the Reddit staff does not care enough to fix it, so I just browse without an account. There tends to be a decent amount of quick info from real humans &lpar;something you can't take for granted in this era of the internet&rpar;. Unfortunately, while I was browsing today, this message popped up.</p>
        <figure>
          <img src="/static/media/reddit-lock.png" alt="Reddit warning message stating that users must log in to view the full comments section." width="1194" height="702" />
          <figcaption>Reddit being modern.</figcaption>
        </figure>
        <p>Luckily, it's just a scare tactic for the time being. Clicking the "X" closes the prompt without furthur issues, but I'm sure that won't be the case for long. This is the norm now. There were plenty of reasons to stay off of Reddit for a long time, but this is definitely the nail in the coffin for a casual browser. Gone the way of paywalled content. So be it.</p>
        <p>If you want to keep the old internet alive, go find an oldschool forum that's still hanging on and make an account. Get to know the community. There's so much more specialized knowlegde out there and archived content with much more useful information. Car help? There's probably a forum dedicated to you make with people who have experience with your exact model. Old computer hardware? There's people that'll crawl out of the woodwork to help newbies make use of old tech.</p>
        <p>Stay off of Reddit. Don't feel the need to make your own website. Help keep old-school forums alive.</p>
        <p><b>Created:</b> 2024-10-26</p>
      </article>
      <article id="202410251">
        <h2>SR60i</h2>
        <p>After having owned a pair of Grado Labs SR60 headphones with a failing driver for a year or so, I finally jumped back on eBay and bought a second generation pair, the SR60i. I liked the bright signature of the SR60, but was unsure how the failing driver was affecting sound and wanted a fully working pair to really evaluate them.</p>
        <figure>
          <img src="/static/media/grado-sr60i_1000.jpg" alt="Grado Labs Prestige Series SR60i headphones with aftermarket G cushions laying on wood table." width="1000" height="750" />
          <figcaption>Grado Labs SR60i with aftermarket G cushions.</figcaption>
        </figure>
        <p>As expected, they were pretty much the same, minus the quiet, rattly second driver. Unfortunately, that meant the high frequency peaks that are characteristic of the Prestige Series were very much present. I like the clarity and detail it provides, but often it's too sharp and hurts my ears after a few minutes of listening, especially on songs with cymbals and high vocals like Elton John's <i>Rocket Man</i>. A quick search online revealed some standard EQ settings which involved dropping the 2 kHz and 5 kHz ranges to correct for the inherent peaks. With that knowledge I fiddled around in that region in EQ while also slightly raising the lower most frequencies to account for the drop off. The result is still a bright, clear pair of headphones, but with a sound that doesn't hurt to listen to.</p>
        <p>I had a friend listen, and he mentioned that the bass was still weak, but I think it's plenty even for most electronic tracks I listen to. I do find it lacking in tracks that have extremely low frequencies as the focus. When they are supporting other main themes in the song, I typically find the strength to be just right. I've found my taste to be less bass if it allows for a clearer sound in the middle and high range, but that's likely because I'm used to cheap, muddy audio equipment that boosts low-end frequencies and am looking to get away from that.</p>
        <h3>Next Steps</h3>
        <p>The reason I ended up purchasing the SR60i was because at $50 shipped, it seemed to be a better deal than purchasing new drivers at a similar cost + the fiasco of the repair. Grado Labs themselves quoted the repair at that price and asked for up to three months to complete the repair. I appreciate they offer a repair service and would gladly use it on a higher end piece of their equipment if ever needed, but at cost parity to a fresh used set and that much time without the headphones, I went with buying a second pair.</p>
        <p>With this in mind, I recently stated taking AliExpress seriously, and I have a set of 40mm drivers, 2.5mm jacks, and wire on the way for less than $10 to repair my old SR60. Now that I have a working stock pair, this is an opportunity to try out driver and cable mods &lpar;hence the 2.5mm jacks&rpar;. I'm looking forward to the process.</p>
        <p><i>Update (drivers installed):</i> <a href="#202411081">Custom SR60 Headphones</a></p>
        <p><b>Created:</b> 2024-10-25</p>
      </article>
      <article id="202410181">
        <h2>Midterm</h2>
        <p>Something about something. I think on the effects of something. Something. Writing to write. Typing to type. Dada? idk. Just tired and done and ready to be out of class. The relentless pursuit to finish while those around you are already done. Wrapped up. Ready for the next phase. Of the project. Of life. And you are watching them pass by. But then you remember they probably feel the same. Relativity at its finest.</p>
        <p><b>Created:</b> 2024-10-18</p>
      </article>
      <article id="202410091">
        <h2>Digital Painting</h2>
        <p>I've been having low self confidence with "just doing" lately. Just the standard self-doubt before starting any project. It's been a while since I've rendered anything, so I opened a Photoshop document and started painting shapes. Eventually I ended up with this.</p>
        <figure>
          <img src="/static/media/ship_1000.jpg" alt="Concept digital painting depicting red wedge shaped space ship flying over a distant planet." width="1000" height="647" />
          <figcaption>Practice digital painting.</figcaption>
        </figure>
        <p>It's quite rough, but it's given me a bit more confidence for my actual assignments.</p>
        <p><b>Created:</b> 2024-10-09</p>
      </article>
      <article id="202409251">
        <h2>SaaS</h2>
        <p>I have a digital modeling instructor who did most of his work back in the "good old days" of computing. He goes on these great tangents talking about business, corporate politics, and learning. I enjoy his lectures. Within his stories, and others like it from other instructors, though, is the concept of computers having software installed on them which means they're inherently valuable.</p>
        <p>Bear with me if that doesn't come across correctly. You have a computer, and on the computer is some installed software. Microsoft Word. Adobe Photoshop. Autodesk Inventor. You &lpar;or someone&rpar; paid for the license to use this software, and it's been entered into the program to activate it and stored on your machine. That's it. You can edit your documents, photos, and create 3D objects until the end of time, offline, without internet. Of course of course, if the hard drive fails in some way and you lose your key, then it's over. Unless you can get another from the company &lpar;I should do some research, this is a bit before my time&rpar; if that is possible. The important thing though, is that your computer is its own unit. It's differentiated by the fact that there is a piece of software installed and activated until the end of time. It has a value greater than its parts and base OS.</p>
        <p>In 2024, and well before, companies have moved towards Software as a Service and online licenses tied to accounts for the software. You still install the software. It takes up disk space on your computer. But now, having the software means nothing. It's tied to an account which must be logged in to before the software will load. Some programs allow you to use the software offline, but it's not indefinite. At some point, it will ask to be connected to the internet for a license check.</p>
        <p>This is nothing new, obviously. Most people my age only know of this model, or if they had any experience with the prior, it meant very little as they probably weren't the ones paying for software in elementary school. And there's an obvious reason companies do this of course. It allows them to keep getting paid after the software's initial sale with the promise and trade-off of perpetual upgrades to subsequent versions. This is fine for businesses as it's a money-making tool, and they would probably rather stay up-to-date on the latest workflows and bug fixes. But, for the average consumer or student, it's a disaster. Even if they wanted to pony up $15,000 or more for the software &lpar;which is not a made-up number by any stretch of the imagination&rpar;, they would have to keep paying that yearly... I guess there's a debate about "normal" people not needing enterprise/professional level software &lpar;they could use Rhino, instead, for example.&rpar;, but the financial cost wasn't even what brought me to write this. It's the user experience.</p>
        <p>I have six or seven applications with online licenses through my school. Most of them Adobe products and the others Autodesk. When I boot up my computer, log in, and click an application, I expect to be getting work done. To be completing assignments. To be learning. What I don't expect is a login box. A ten-minute side quest to figure out what the password was, or why the license isn't recognized even though it's part of my school's subscription. Yet that is the current experience. When I open up Blender, I get the old experience. Not because it's open-source but because it's "old" in the fact that you own the rights to use it indefinitely. It may not be a better experience for the company, but it's better for the user.</p>
        <p><b>Autodesk side story:</b> In regards to the above, there is a real issue that I had to troubleshoot instead of getting started on my assignment which was the following. I re-installed VRED from a previously downloaded .exe file directly from Autodesk. I went to log in. Pause. Side-side story. Autodesk has a "feature" where it continually is in doubt as to whether or not you're a student at the worst possible times. They keep changing the verification methods as well, gradually making it more complicated for obvious reasons. Each time you re-verify, it seems to reset your licenses or something to that effect on the back end. Continuing on. After logging in, it told me that my account does not have access to this software. Okay. I go online, verify I'm a student, and click VRED as one of the software packages that I want as part of the subscription. Back to VRED. I log in again. It says the same thing. WHAT? I'm connected to the internet. I have access on the website. Why does it think I don't have access? I went back and forth for what felt like hours, but was probably twenty minutes of pure frustration, trying to get it to work. Maybe I needed to wait. Maybe I needed to do things in a sequence. Maybe I needed to chant a magic spell. Whatever it was, I wasn't getting it to work. Then. In a stroke of pure rage-filled luck, I thought, "What if they did something as stupid as tying the trigger to the download button because they expect everyone to download the executable each time?" And that was exactly what they did. Before the download even finished, I tried again with my already installed software and it worked. Why. Why would they do this? Is this a "good" experience? I sure don't think so. At least Alias pretends to be old and lets you bypass the login for a while so you can get work done. VRED won't even launch without being logged in. Since that incident, I've moved to Blender for visualization because it's faster, has more guides and resources, and doesn't put you through that. It does other weird stuff like hard crashing for unknown reasons, but Alias does that too with even fewer chances of generating a backup file, so I don't care. No more VRED.</p>
        <p>Anyways, I came here just to say that I never thought much about the pain online licenses give to users because I was too young and never needed to use any software that required one. Our high school moved to the G-Suite which was fully online and free to use, and the first university used MS Office which was a lot less naggy than Autodesk VRED once it was set up. I also want to mention that I pay for software with "old" perpetual licenses. Synergy. There's an open-source variant, but I liked the software enough to pay. You just copy the license key into the software and boom. You'll never be bothered again.</p>
        <p><b>Created:</b> 2024-09-25</p>
      </article>
      <article id="202409231">
        <h2>00s PC Watercooling</h2>
        <p>I'm clearly in a watercooling phase. I was going to do a writeup about 00s watercooling, but I don't really know what I'm talking about.</p>
        <p>Go check out <a href="https://www.million-dollar-pc.com/" target="_blank" rel="noopener noreferrer">million-dollar-pc.com</a> if you have any interest whatsoever in custom computers and/or sculpture. Most of the builds are from 2008 to 2011 which is even more impressive. I'm trying to get inspired for my own <a href="https://hardforum.com/threads/my-x58-build-log.2015685/" target="_blank" rel="noopener noreferrer">X58 watercooled PC</a> build.</p>
        <p><b>Created:</b> 2024-09-23</p>
      </article>
      <article id="202409221">
        <h2>Aluminum Watercooling Woes</h2>
        <p>Before I built my current <a href="#202308291">custom computer case</a>, I had ran my first liquid cooled loop in a Phanteks Evolv ITX chassis. At the time, all I knew was EK and Alphacool and that they were very expensive. eBay parts looked sketchy, and I had no idea about the world of quality Chinese parts available. I watched people like JayzTwoCents and stumbled across his <a href="https://www.youtube.com/watch?v=Iqg6z-4DhxM" target="_blank" rel="noopener noreferrer">video on a cheap watercooling solution</a>. This solution was the EK Fluid Gaming A240, a fully aluminum watercooling solution. Aluminum is cheaper than copper, so that was how they brought the price down. I was hooked. I bought an A240 kit on Newegg and got it installed with my R5 3600 and Nvidia RTX 2060 FE.</p>
        <p>Fast forward a few months, I was frustrated by coil whine on the RTX 2060, and hit by nostalgia from JayzTwoCents videos on Pascal-era video cards and custom loops. I side-graded to a Titan Xp and luckily found a Fluid Gaming GTX waterblock on Ebay. They had retired that block by now in favor of the 20-series cards. I was able to get some extra fittings and got <a href="https://old.scerba.org/html/hobbies.html#Desktop" target="_blank" rel="noopener noreferrer">the new build</a> installed. It sat like this for some time, and I was happy with how it looked &lpar;the main reason I went watercooled&rpar;.</p>
        <figure>
          <img src="/static/media/Evolv_Close_Up.jpg" alt="Tight shot on custom watercooling loop. EK Fluid Gaming components on GTX Titan Xp (2017) and Ryzen 5 3600. Build has an overall black parts theme with an amber light scheme. Parts are tightly framed by three brightly lit Corsair LL120 fans. Two are above on a radiator, the other is on the exhaust." width="1000" height="750" />
          <figcaption>Last form of the build in Phanteks Evolv ITX case.</figcaption>
        </figure>
        <p>Some issues remained, however. Draining the loop was an extreme pain made no easier by the case. I also upgraded to a Ryzen 9 5950X, so I  wanted another radiator for the heat load. Unfortunately, by this point EK had discontinued selling Fluid Gaming kits and their spare parts. If I wanted any new parts, they would have to be second hand or from some other source. Worse yet, the aftermarket aluminum watercooling scene is basically non-existant. You can get radiators w/built in barb fittings and that's about it. After a lot of searching, I caved and bought a Chinese 240mm radiator with built-in barb fittings. There's nothing really wrong with this functionally, but having got into watercooling from an aesthetic point of view, it irked me. This still did not solve my drain issues though. EK used to sell an aluminum 3-way junction fitting, but it required extra compression fittings to join to it. Even then, there was no aluminum plugs or valves that I could find, so even if I had purchased the junction, I wouldn't have been able to have an easy drain tube. I thought about this over the course of my build iterations, and by the time I decided to just buy a few, they were no longer sold...</p>
        <p>That's really the life lesson here. Don't buy into platforms supported by only one company if there's a whole other ecosystem of functionally identical products with much greaty support. Of course, for me, cost was a large factor in making my decision, but had I done some more reasearch I would have found there are cheap copper parts available that are still good quality. I'm still trying to figure out what to do with my aluminum loop. The only thing I can really do is give it away, as I wouldn't want someone else to buy into a dead-end platform. My other option is to machine custom parts for it. I could do this if I had reliable equimpent and endless time, but it's to the point now where I don't want to be doing stuff like that for my computer.</p>
        <p>Maybe it'll end up in a second PC with my old R5. That's probably it's fate. Now to get that X58 machine together...</p>
        <p><b>Created:</b> 2024-09-22</p>
      </article>
      <article id="202409091">
        <h2>Drawer From Scrap</h2>
        <p>One of the nice things about my new appartment is that it came furnished, so there was no need to bring in things like a couch. The downside, however, is that I'm at the whim of the pre-supplied furniture in terms of storage. I can't get rid of the prefurnished items for obvious reasons, and the items have already been selected to fill the space. This makes it difficult to add new storage furniture. At my desk, I'm using one of the side tables as a stand for my <a href="#202308291">computer</a> and 4U wood rack I built for it. As part of the structure of the side tables, there is a set of cross beams forming an H about five inches down from the base of the top. Currently, I have a carboard box that's exactly the right height resting in there, and another larger one at the bottom. This works, but it's not very convenient to open the box each time. The box also doesn't take full advantage of the footprint of the table, so there isn't as much fit into the space as there could be. A system of deviders would be nice at some point as well, and if I'm going to spend a significant amount of time creating an organization system, then it better be higher quality than on layer of couregated cardboard. So, I set off to build a drawer.</p>
        <p>I'm cheap. That's how I have what I have, and usually I'm better for it. There's a story behind a lot of the objects I have that isn't "I got it from &lt;insert big box store&gt;." I also like the feeling of making things, even if they aren't that pretty, and I have a long shift in the wood shop today, so might as well do something with it.</p>
        <figure>
          <img src="/static/media/Drawer_From_Scrap/With_Handle_1000.jpg" alt="Drawer made from scrap plywood, MDF, and melamine laminated board. Front is made from black finish melamine. The handle is centered towards the top made from bent sheet metal." width="1000" height="750" />
          <figcaption>Drawer made from scrap materials.</figcaption>
        </figure>
        <p>Luckily, there were some good pieces in the scrap pile today, and my manager and another co-worker had a couple things I could use as well. The melamine board, MDF and masonite were found in the scrap pile, and the plywood for the side and piece of sheet metal for the handle came from my manager and co-worker respectively. I got a list of measurements for the box the night before, which made it pretty easy to build out the drawer. My manager suggested pocket screws for assembly, since I wanted to be able to pull it apart again if needed. I cut all the pieces to size, drilled the pockets, and screwed it together.</p>
        <figure>
          <img src="/static/media/Drawer_From_Scrap/Outside_Detail_1000.jpg" alt="Bent sheet metal handle with sandblasted finish attached to face of drawer." width="1000" height="750" />
          <img src="/static/media/Drawer_From_Scrap/Inside_Detail_1000.jpg" alt="Bent sheet metal handle with sandblasted finish attached to face of drawer. Inside shot." width="1000" height="750" />
          <figcaption>Handle up close.</figcaption>
        </figure>
        <p>My last bit to figure out was the handle. I originally envisioned a slot cut into the face, but that was before I knew the front was melamine board. It can chip easily if the bits aren't sharp, and while the shop is in good condition, I didn't really want to mess around too much. I settled on the idea of a handle screwed onto the face. The rest of the box was looking kind of modern industrial with the exposed plywood with screw pockets faced with black melamine, so I thought a minimal sheet metal handle would look nice and be easy to fab and attach. While bumbling about seeing if there were any scrap sheet metal pieces, my co-worker offered up a pice that was pretty much the exact size I was looking for and at sixteen guage thikness. It also already had rounded corners, which was even better. I cleaned it up, layed out six holes to put the screws through, marked my bend points, and brought it to the metal shop to drill and bend. It was pretty straghtforward, but I did make a mistake in the order I made the bends. Always remember to think about what the part will look like after a bend. In my case, it needed to be bent in a certain order so that the part wouldn't interfere with the machine on the next bend. I did it backwards, so it undid my first bend and required me to re-bend that bend. Aside from that hiccup, it went well and was time for sandblasting. I really like the surface finish on the sandblasted part. Unfortunately, it will rust as it sits, so I'll need to coat it with something. I tried some stuff we had at the shop, but it just globbed on, probably due to age, so I'll buy a new can of clear later this week.</p>
        <p>For now, it's complete. I'll use it like this for a week or so and add organizational features as I discover what would be beneficial. Also, I wouldn't recommend MDF if you can avoid it. I knew it was a weak material, but I figured it would hold up to the light duty it'll see as my drawer. I was not quite right, as it started to split when the screws were inserted. This was after pre-drilling to the recomended size. Some also stripped out quite quickly. I'll probably replace this with a sheet of something stronger, but for now, it'll be alright.</p>
        <p><b>Created:</b> 2024-09-09</p>
      </article>
      <article id="202408301">
        <h2>New Bag</h2>
        <p>There's something about messenger bags that I enjoy. They don't fit well with my two-wheeled lifestyle &lpar;I need a rack&rpar;, so since school started I've stopped using them. That said, I've wanted to get back into using them on a daily basis recently and have started to look out for one.</p>
        <p>While at a Salvation Army thrift store looking for various home-goods, I found one. It looked pretty nice, I didn't really know anything about it, and it was $14. The interior is orange, like my backpack, which makes finding things inside easier. Seeing as I've been wanting one, and this was nice as well as cheap, I bought it. Later that night I tried to look it up. CRHMPLER? CRKMPLER? CRNMPLER? What the heck is "the considerable embarrassment"?? A tag line? Mission statement? Trying to look this up is a considerable embarrassment. Luckily search engines know how to handle stuff like this. Crumpler. Messenger bag company est. 1995. Trendy designs. $400 bags??? Wow. How much was this thing? Numbers run through my head. $150? $200? It's always a funny game. Review from 2008 says MSRP $95. Okay, not bad. Wow, this is from the era I collect computer hardware. How well did it hold its value? Ebay. Going rate of around $60 shipped. A far cry from their current median of around $250 for a bag, but a 77% discount is nothing to scoff at.</p>
        <figure>
          <img src="/static/media/New_Bag/Overview_1000.jpg" alt="Overview of bag and strap." width="1000" height="747" />
          <img src="/static/media/New_Bag/Open_1000.jpg" alt="Bag open showing laptop compartment and zipper pockets." width="1000" height="747" />
          <img src="/static/media/New_Bag/Standing_1000.jpg" alt="Loaded, closed bag standing." width="1000" height="747" />
          <figcaption>The Considerable Embarrassment messenger bag by Crumpler.</figcaption>
        </figure>
        <p>So far, it's a nice bag. Early reviews complaining about a lack of exterior pockets to hold an MP3 player were amusing to read, but I don't have an issue with it. What I do have an issue with is the lack of a top handle. While it looks sleek without one, more than half of the times I grab the bag is to move it a couple feet. I don't want to gather up the shoulder strap each time, so I end up just pinching the canvas cover and grabbing it that way. Not very elegant. It seems quite durable, however. Sturdy materials and substantial stitching. It seems well-used but not well-worn, so that's a good sign. Long term review in the future.</p>
        <p><b>Created:</b> 2024-08-30</p>
      </article>
      <article id="202408211">
        <h2>244</h2>
        <p>I saw a nice, blue 244 today. Thought I'd share.</p>
        <figure>
          <img src="/static/media/20240816_Volvo-240-blue_1000.jpg" alt="Blue Volvo 240 DL outside Dearborn Music." width="1000" height="562" />
          <figcaption>Volvo 240 DL sedan outside Dearborn Music.</figcaption>
        </figure>
        <p><b>Created:</b> 2024-08-21</p>
      </article>
      <article id="202408161">
        <h2>3-2-1... Backup</h2>
        <p>Ever since I got into computers semi-seriously, the wisdom of keeping multiple backups and the <a href="https://www.backblaze.com/blog/the-3-2-1-backup-strategy/" target="_blank" rel="noopener noreferrer">3-2-1 backup strategy</a> has been in my mind. Easy, right? Just have 3 copies of data on 2 forms of media with at least 1 off-site. This could be as simple as 1. The copy on your machine, 2. A copy on a flash drive, and 3. A copy on your cloud provider &lpar;ex. Google Drive&rpar;. I'm not one to be simple, though my intentions weren't to take over 5 years to deploy a working system that I was happy with. A single drive isn't something I'm comfortable with. I've seen my mom's single drive backup solution give out one day, leaving us with a paper weight and a loss of family photos. So at least one part of the chain needed to be a RAID 5 if not RAID 6.</p>
        <p>I was happy enough with that. A single server with a few TB of storage utilizing a RAID 5. My other requirement, though, was to have a web inteface where I could easily access and share files to my friends and family. A self-hosted Google Drive. If all you do is live in *NIX land and would rather use rsync and never leave the terminal, that's fine. But that's not my use-case. Looking at you Ángel.</p>
        <p>For a while I used Nextcloud running on TrueNAS. Why I thought that was a good idea I don't know. My poor Athlon X4 910e was very unhappy with the overhead. I suffered along like this for a while. Residential 10Mbps upload speeds were not helping any of the usability either, meaning that for anything other than regular text files took forever to access outside of my home network.</p>
        <p>Fast forward to today, I now have a semi-competent solution that is much faster and simpler. Enter <a href="https://filebrowser.org/" target="_blank" rel="noopener noreferrer">File Browser</a> and <a href="https://github.com/gbabin/rsync-prelude" target="_blank" rel="noopener noreferrer">rsync-prelude</a> with rsync. Filebrowser is a web inteface to access your files. It supports upload/download and sharing among a few other things. It's written in Go and has very little overhead. All you do is run it and point it at a directory. For that RAID 5 I mentioned, I moved to FreeBSD with ZFS and set up a RAIDz1 across my three 2TB drives which allows for one drive failure before data loss. None of this solves the upload speed, though. For that, I decided to set up an identical server with a mirror of the data using a spare HP mini computer and an external 2TB drive. This will sit next to my computer at school, and I can use it as though it's the one back home. Each night, the two will sync taking as long as they like and I'll have two copies of my data. This does mean that there will be a full day in which I will not have three copies of the data, but I'm willing to live with that. Syncing the two servers became a bit of an issue, however. Rsync by default has no way of knowing if you've moved files around. See this <a href="https://superuser.com/questions/542849/how-to-migrate-a-change-in-directory-structure" target="_blank" rel="noopener noreferrer">superuser StackExchange</a> post linking to a hack using hard links. This wasn't working for me, and after spending much too long trying to get another software, Syncthing, to work, I gave up as it was unable to handle the large number and size of the files well given my hardware. Luckily, I found rsync-prelude. Written in Python, it reorders files on the destination server ahead of time so that rsync will not re-transfer them just because they changed folders. Then you run rsync like normal. Easy&lpar;er&rpar;. This will be run as a cronjob every day to sync up the backup server at home.</p>
        <p>I'm very happy with this setup. The rsync process has yet to be vetted, but even if something goes awry, the single backup solution paired with File Browser is so much better than before. I'm able to play video out of the 10Mbps network where on Nextcloud it would stutter and hang &lpar;presumably because of system overhead&rpar;. PDFs load and preview properly, where as on Nextcloud it just would error out. A great step up.</p>
        <p>For anyone currious, here are the system specs:</p>
        <pre>
-- Home Server --
CPU: AMD Athlon X4 910e
RAM: 10GB DDR3
HDD: Seagate Barracuda 250GB 7200RPM (boot)
HDD: 3x WD Purple 2TB 5400RPM (RAIDz1 storage)
OS: FreeBSD 14.1 (ZFS)

-- School Server --
CPU: Intel i5-4570T
RAM: 8GB DDR3
SSD: Samsung 850 Pro 256GB (boot)
HDD: WD MyPassport 2TB 5400RPM (storage)
OS: FreeBSD 14.1 (ZFS)
        </pre>
        <p>I'm about to move into a new appartment, and I'm crossing my fingers for higher upload speeds given that it's a fiber connection and I'm in the city. This will make accessing my server much more useable when I'm away from the appartment. If you have any questions about setting up a system yourself, feel free to send an email to <a href="mailto:alex@scerba.org">alex@scerba.org</a>.</p>
        <p><b>Created:</b> 2024-08-16</p>
      </article>
      <article id="202406021">
        <h2>treatland.tv</h2>
        <p>While locating parts for one of our rather esoteric &lpar;in the USA&rpar; motorcycles, I came across <a href="https://www.treatland.tv">treatland.tv</a>, a moped parts store.</p>
        <p>I love the content of this website. Their business has so much character, and it's just a parts store. When you enter the main shop page. Just click on "lost?" and see what I mean. Even the descriptions for the parts are filled with bits of humor. You don't even have to like mopeds. Reading the text combined with the knowledge that this is a real business and not some teenager's pet project makes it all the more absurd. Give it a read. It might brighten your day.</p>
        <p><b>Created:</b> 2024-06-02</p>
      </article>
      <article id="202405041">
        <h2>May the 4th be with You</h2>
        <p>Happy Star Wars Day! I haven't really been keeping up with all the new shows recently due to school and not liking most of the new content's storytelling and delivery. I'll probably watch something tonight though just because.</p>
        <p>Side rant, what's up with new big budget movies looking uncanny. I recently saw a trailer for <em>Furiosa: A Mad Max Saga</em>, I couldn't take it seriously. This franchise is built on grit and practical effects, and whatever their doing, at least for the trailers, looks like CGI, even if it isn't. Also, Chris Hemsworth? Anya Tayor-Joy? I think I've just seen too much of them recently, so I'm not that thrilled with the casting. It could have been a cool opportunity for some lesser known actors.</p>
        <p>Anyways, time to figure out what to watch.</p>
        <p><b>Created:</b> 2024-05-04</p>
      </article>
      <article id="202403131">
        <h2>My Git Server is Live</h2>
        <p>After a long while, I finally have my <a href="https://git.scerba.org" target="_blank" rel="noopener noreferrer">git server</a> in a good spot. There's only a couple public repos on there currently &lpar;well one if we're being fair&rpar;, but that will change as time goes on.</p>
        <p><b>Created:</b> 2024-03-13</p>
      </article>
      <article id="202403121">
        <h2>Yukon Towing Footage</h2>
        <p>My friend, Ben, and I took a trip out to New Mexico at the start of last summer to tow back my late grandpa's Jeep CJ-7. We documented various parts of the journey there and back, and Ben is just now sifting through all of the footage &lpar;I don't blame him, it's a lot&rpar;.</p>
        <p>This is footage driving through Wolf Creek Pass in Colorado. We've got the Jeep in tow behind a GMT900 platform Yukon.</p>
        <iframe width="1000" src="https://www.youtube-nocookie.com/embed/gvgb8o5VdsU?si=iaa3iBDlXas1OsSb" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
        <h3>Timestamps</h3>
        <ul>
          <li><a href="https://youtu.be/gvgb8o5VdsU?si=IyibMNeYdFmhIRjb&t=184" target="_blank" rel="noopener noreferrer">3:04</a> - Redlining in 2nd gear.</li>
          <li><a href="https://www.youtube.com/watch?v=gvgb8o5VdsU&t=843s" target="_blank" rel="noopener noreferrer">14:03</a> - Dense fog.</li>
        </ul>
        <p><b>Created:</b> 2024-03-12</p>
      </article>
      <article id="202403101">
        <h2>Spring Break - Day 9</h2>
        <p><i>It's spring break this week, and seeing as there are lots of things planned, I figured I'd jot down the main points each day.</i></p>
        <p>This one'll be pretty brief. Sunday was the drive back to Michigan. We got up, finished packing and ran some last minute errands like returning the ignition switch for the CJ-7, re-tourquing the wheel lugs, and visiting with my grandparents one last time.</p>
        <p>We finally hit the road a little after noon. It was a pleseant enough ride with the expected semi-frequent crazy Chicagoan driver. We had one stop in Kalamazoo to get gas at Costco and continued on from there, and after a while Rex and I split up so I could go see my girlfriend at her grandparents' house for the night. I had dinner, which was great as it always is there, and headed to bed.</p>
        <p>It's been a great break. Maybe not a "break" but fun nonetheless.</p>
        <p>Check out the others is this series using the included navagation links at the bottom of each post. It should help not having to back-scroll as much.</p>
        <p><b>Created:</b> 2024-03-10</p>
        <p><a href="#202403021">Initial post</a></p>
      </article>
      <article id="202403091">
        <h2>Spring Break - Day 8</h2>
        <p><i>It's spring break this week, and seeing as there are lots of things planned, I figured I'd jot down the main points each day.</i></p>
        <p>This morning was spent cleaning up the livingroom and choosing which LEGO sets to bring back to school. It should be fun having more LEGO around in the dorm. My roommates have been aquiring various LEGO sets over the last couple months, so it'll be a good addition to the collection. This is what we settled on:</p>
        <figure>
          <img src="/static/media/SB-D8/CIS-Tank-Droid_1000.jpg" alt="LEGO CIS tank droid." width="1000" height="562" />
          <figcaption>Corporate Alliance tank droid.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/SB-D8/Soulless-One_1000.jpg" alt="LEGO General Grievous's fighter." width="1000" height="562" />
          <figcaption>Soulless One.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/SB-D8/Slave-1_1000.jpg" alt="LEGO Boba Fett's Slave 1." width="1000" height="562" />
          <figcaption>Boba's Slave 1.</figcaption>
        </figure>
        <p>Once that was done, we headed to my dad's again to change the oil in the truck. Before leaving, I couldn't help but capture our cars accidentally parked in a staredown.</p>
        <figure>
          <img src="/static/media/SB-D8/Staredown_1000.jpg" alt="Mazda Miata and Chevrolet Silverado in a staredown in my driveway." width="1000" height="562" />
          <figcaption>Staredown.</figcaption>
        </figure>
        <p>The last change was 2 years and 7,000 miles ago, so it was time to do so. It hasn't seen much use over that time, so that's why it's been so long. We had our mechanic dog sign off on the job when we were finished.</p>
        <figure>
          <img src="/static/media/SB-D8/Coco_1000.jpg" alt="Coco, my chocolate lab, standing in the driveway." width="1000" height="750" />
          <figcaption>Coco the supervisor.</figcaption>
        </figure>
        <p>After, we had dinner with my dad, hung out with Ángel, and headed back for the night to do some more cleaning up. Tomorrow we have some last minute prep to do before heading back to Detroit for school. It's been a fun break.</p>
        <p><b>Created:</b> 2024-03-09</p>
        <p><a href="#202403101">Next post</a></p>
      </article>
      <article id="202403082">
        <h2>Spring Break - Day 7</h2>
        <p><i>It's spring break this week, and seeing as there are lots of things planned, I figured I'd jot down the main points each day.</i></p>
        <p>Today was more LEGO in the morning. One of my friends headed home to Michigan and my other friend and I worked on some more Star Wars sets. Progress was steady, and by lunch we had about 7 sets made including what we worked on the nigh before.</p>
        <p>Later that day, I got fitted for a suit for the first time. I'm very excited. Since I'm tall and pretty skinny, stuff never fits from the store. Everything is either too baggy or too short in the arms and legs. Having a suit I can have for events and networking is something that's more important now that we attend networking events, but it was expensive, so I definitely understand why that's not something you up and do normally.</p>
        <p>After, we had dinner with my mom and headed back for more LEGO building.</p>
        <p>By the end of the night, we got 8 sets pretty much fully completed.</p>
        <figure>
          <img src="/static/media/SB-D7/Finished-sets_1000.jpg" alt="Completed sets lined up on the floor." width="1000" height="750" />
          <img src="/static/media/SB-D7/Finished-sets-2_1000.jpg" alt="Completed sets lined up on the floor, second shot." width="1000" height="750" />
          <figcaption>Finished sets.</figcaption>
        </figure>
        <p>I'm super happy with it. There's some missing and broken pieces on some, which is unfortunate, but everything's a lot more organized now, so I can get right back into building whenever and not have to re-sort stuff.</p>
        <p>Tomorrow'll be a busy day, as it's the last full day we have here. There's an oil change to do, grandparents to visit, homework, and random housekeeping tasks. We'll see how it goes.</p>
        <p><b>Created:</b> 2024-03-08</p>
        <p><a href="#202403091">Next post</a></p>
      </article>
      <article id="202403081">
        <h2>Spring Break - Day 6</h2>
        <p><i>It's spring break this week, and seeing as there are lots of things planned, I figured I'd jot down the main points each day.</i></p>
        <p>Today was the "final" day on the truck. We headed out and got the nuts installed for the struts and the rear wheels installed. I also tried heating up the bent plastic fender liner to keep it from catching on the tread, but it just ended up catching again later. I just need to deal with that and change the oil, and it'll be set for the trip back.</p>
        <figure>
          <img src="/static/media/SB-D6/Packed_1000.jpg" alt="Jeep CJ-7, Volvo 244, Mazda MX-5, and Chevrolet Silverado lined up in the driveway." width="1000" height="750" />
          <figcaption>Ready to depart.</figcaption>
        </figure>
        <p>In the meantime, we packed up and headed to Milwaukee to drop off Ángel and meet up with another friend to grab unch at <a href="https://cravecafe.carry-out.com/default.asp" target="_blank" rel="noopener noreferrer">Crave Cafe</a> and <a href="https://kopps.com/" target="_blank" rel="noopener noreferrer">Kopps Frozen Custard</a> (Glendale location), both great places to eat if you're ever in Milwaukee. Each Kopps location has a different achitecture theme going on with the building which is fun to experience.</p>
        <figure>
          <img src="/static/media/SB-D6/Kopps_1000.jpg" alt="Large sculpture of a sppon and cherry inside of Kopps." width="750" height="1000" />
          <figcaption>Sculpture inside Kopps.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/SB-D6/Cows-at-Kopps_1000.jpg" alt="Ángel photographing the cow statues at Kopps." width="1000" height="750" />
          <figcaption>Cows out back.</figcaption>
        </figure>
        <p><b>Side note:</b> Saw a cool old Corvair while walking around.</p>
        <figure>
          <img src="/static/media/SB-D6/Corvair_1000.jpg" alt="Chevrolet Corvair in teal." width="1000" height="750" />
          <figcaption>Corvair spotting.</figcaption>
        </figure>
        <p>Afterwards, we stopped by my other friend's appartment and saw his cat, Jack, for a bit before heading back home for the day.</p>
        <figure>
          <img src="/static/media/SB-D6/Jack_1000.jpg" alt="Jack the cat stalking a lazer pointer." width="1000" height="750" />
          <figcaption>Jack.</figcaption>
        </figure>
        <p>When we got back home we broke out the LEGO. I have been wanting to reassemble all of my LEGO sets, but just haven't had the motivation since it's a big task, but being at school and reminicing with friends about which sets we have rekindled my desire to get everything rebuilt. Plus, having two other people makes things go a lot faster, especially when they're just as excited and motivated to see the completed sets.</p>
        <figure>
          <img src="/static/media/SB-D6/LEGOs_1000.jpg" alt="LEGO and action figures spread out across the livingroom floor." width="1000" height="750" />
          <figcaption>LEGO everywhere.</figcaption>
        </figure>
        <p>By about 3 AM, we made some good progress and finished about 5 sets. Some were missing one or two pieces, and there were some instances of the infamous fragility of brown and maroon LEGO bricks showing itself in the form of fractured pieces. You can contact LEGO to get broken pieces replaced, so I'll be doing that once we're done for the break.</p>
        <p>It was a very fun time though. Three friends with some music, a box of LEGOs, and motivation to see as many completed sets as possible by the end of the night is a great experience. I'd highly recommend. Might be a fun yearly event, rotating which house everyone goes to.</p>
        <p><b>Created:</b> 2024-03-08</p>
        <p><a href="#202403082">Next post</a></p>
      </article>
      <article id="202403061">
        <h2>Spring Break - Day 5</h2>
        <p><i>It's spring break this week, and seeing as there are lots of things planned, I figured I'd jot down the main points each day.</i></p>
        <p>Today, the goal was to swap the front struts on my dad's truck. The front end needed to be lifted to fit the new, used wheels my dad got for relatively cheap, so we set off in the morning to get started.</p>
        <p>By noon, we almost had the struts out, but were slowed by rusted bolts. We headed to my grandparents' for lunch and to see them since I was back for the week. After a nice meal, we walked around their field for a bit...</p>
        <figure>
          <img src="/static/media/SB-D5/Field_1000.jpg" alt="Field in Wisconsin." width="1000" height="750" />
          <figcaption>Field.</figcaption>
        </figure>
        <p>...and saw some really old LEGO boxes in the basement.</p>
        <figure>
          <img src="/static/media/SB-D5/LEGO_1000.jpg" alt="Old LEGO box in a bag." width="750" height="1000" />
          <figcaption>Old LEGO box.</figcaption>
        </figure>
        <p>Lunch was over, and it was time to get to work. It took the rest of the afternoon and evening to get the struts installed and the wheels test fit.</p>
        <figure>
          <img src="/static/media/SB-D5/Engine-bay_1000.jpg" alt="Ben looking at engine bay while standing on tire in front of the truck." width="1000" height="750" />
          <figcaption>Looking in the engine bay.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/SB-D5/Wheel-well_1000.jpg" alt="Me in the wheel well fitting the strut." width="750" height="1000" />
          <figcaption>Fitting the new strut.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/SB-D5/Side_1000.jpg" alt="Side of the truck with new wheels fitted up front and original wheels in back." width="1000" height="750" />
          <figcaption>Finished(ish).</figcaption>
        </figure>
        <p>The last thing needed are the nuts that hold the struts to the tower and to swap the rear wheels. The lift spacer makes using the old nuts impossibe, so we'll run to the store in the morning to get new ones. But we were able to test it, and it does mostly clear now, so I should be able to take it back to Detroit. I'm pretty happy about that because being car-less in Detroit is pretty frustrating. Maybe I can also bring the RX50 back if the parts come in before Sunday...</p>
        <p>With that mostly out of the way, we had dinner and headed back to my mom's for the night. I tried messing with some computer stuff, but it didn't go too well, and I was tired, so I started writting this post. The computer stuff can wait for tomorrow and Friday.</p>
        <p>Our next adventure includes bringing Ángel back to Milwaukee with the truck once it's fixed. We'll see what else happens the rest of the day. There's plenty to do.</p>
        <p><b>Created:</b> 2024-03-06</p>
        <p><a href="#202403081">Next post</a></p>
      </article>
      <article id="202403051">
        <h2>Spring Break - Day 4</h2>
        <p><i>It's spring break this week, and seeing as there are lots of things planned, I figured I'd jot down the main points each day.</i></p>
        <p>Today I finally got a haircut.</p>
        <figure>
          <img src="/static/media/SB-D4/Before-Hair_1000.jpg" alt="Me with longer hair, before my haircut." width="750"
            height="1000" />
          <figcaption>Before.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/SB-D4/After-Hair_1000.jpg" alt="Me sitting in the Jeep after the haircut." width="750"
            height="1000" />
          <figcaption>After.</figcaption>
        </figure>
        <p>On the way out, I noticed a red Willys parked next to me.</p>
        <figure>
          <img src="/static/media/SB-D4/Jeep-Friend_1000.jpg"
            alt="Newer Jeep Willys parked next to my CJ-7 at the barber shop." width="1000" height="750" />
          <figcaption>Jeep sighting.</figcaption>
        </figure>
        <p>We had a big adventure planned, pick up Ángel from Milwaukee, and I hoped to take the CJ-7. I've been trying to figure out the ignition, and narrowed it down to the ignition switch, so I picked it up from the parts store and installed it. In typical fashion, it wasn't the problem and didn't solve anything... tomorrow I'll actually break out the continuity tester that I should have done almost a year ago and track down the culprit, but right now, I didn't have the time. We took off as it was with a very janky bypass wire for the ignition coil and my friend in his Miata as a backup car.</p>
        <p>We kept off the interstate, so the drive took forty minutes longer than normal, but we did make it, albiet with a singed connector.</p>
        <figure>
          <img src="/static/media/SB-D4/Jeep-Museum_1000.jpg"
            alt="Jeep CJ-7 and Mazda MX-5 in front of the Milwaukee Art Museum." width="1000" height="750" />
          <figcaption>Made it to Milwaukee.</figcaption>
        </figure>
        <p>Overall, it went really well. If I fix the ignition wire, I'd be pretty comfortable going long distances.</p>
        <p>We stopped for lunch at <a href="https://cafehollander.com/" target="_blank" rel="noopener noreferrer">Café Hollander</a> north of downtown and started the long drive back. After a few close encounters with traffic, we  made it out of the city limits and cruised back home.</p>
        <p>Tired, we hung out for bit before starting up the movie "Bullitt."</p>
        <figure>
          <img src="/static/media/SB-D4/Bullitt_1000.jpg" alt="Movie cover for the 1968 action/crime movie 'Bullitt'."
            width="1000" height="750" />
          <figcaption>Bullitt.</figcaption>
        </figure>
        <p>Tomorrow, we're going to try and swap some suspension components on my dad's truck, so I can actually have something to drive back to Detroit. We'll see how it goes.</p>
        <p><b>Created:</b> 2024-03-05</p>
        <p><a href="#202403061">Next post</a></p>
      </article>
      <article id="202403041">
        <h2>Spring Break - Day 3</h2>
        <p><i>It's spring break this week, and seeing as there are lots of things planned, I figured I'd jot down the main points each day.</i></p>
        <p>Finally, it's time to head back home. I'm really looking forward to it, and I'll have Ben and Rex joining for the majority of the trip. I tried to pack light this time, bringing only a few bags and a jacket.</p>
        <figure>
          <img src="/static/media/WI_Roadtrip/Backpack_1000.jpg"
            alt="Packed bags for roadtrip. Two backpacks, a drawstring bag, and a coat." width="1000" height="750" />
          <figcaption>Packed bags.</figcaption>
        </figure>
        <p>We got everything packed and left around 10:00am.</p>
        <figure>
          <img src="/static/media/WI_Roadtrip/Start_1000.jpg"
            alt="Ben and Rex in front of their cars, a 1989 Volvo 250 Sedan and 1997 Mazda MX-5." width="1000"
            height="750" />
          <figcaption>Ben and Rex.</figcaption>
        </figure>
        <p>Stoping for gas an and errand run, we finally hit the road for real around 11:00am.</p>
        <figure>
          <img src="/static/media/WI_Roadtrip/Road_1000.jpg" alt="Volvo from view of the Miata." width="1000"
            height="750" />
          <figcaption>Detroit I-96.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/WI_Roadtrip/Bridge_1000.jpg" alt="Bridge along I-96." width="1000" height="750" />
          <figcaption>Bridge, Michigan I-96.</figcaption>
        </figure>
        <p>We made it to Wisconsin by 5:00pm. Just in time for the huge storm passing through. There were some tornado warnings for towns a bit north of where we were headed, and we got a decent chunck of that storm, with hail, wind, and heavy rain.</p>
        <figure>
          <img src="/static/media/WI_Roadtrip/Rain_1000.jpg" alt="Rain in Lake Geneva, WI." width="1000" height="750" />
          <figcaption>Rain.</figcaption>
        </figure>
        <p>Luckily the rain died down a bit, and we made it to dinner with my dad.</p>
        <figure>
          <img src="/static/media/WI_Roadtrip/Dinner_1000.jpg" alt="Sitting at the dinner table." width="1000"
            height="750" />
          <figcaption>Waiting for dinner.</figcaption>
        </figure>
        <p>We got back to my mom's around 7:30, and I pulled out the CJ-7. I really just needed to drive something and was eager to pull it out of the garage. We cruised around town for a bit and stopped by the bay before heading back home for the night.</p>
        <figure>
          <img src="/static/media/WI_Roadtrip/Jeep_1000.jpg" alt="1985 Jeep CJ-7 by Williams Bay waterfront."
            width="1000" height="750" />
          <figcaption>My CJ-7 (first start since the beginning of the school year).</figcaption>
        </figure>
        <p>I finally was able to set up my subwoofer I got from another friend a while back, so we spend the rest of the night testing it out.</p>
        <figure>
          <img src="/static/media/WI_Roadtrip/TV_1000.jpg" alt="Stereo setup with sub and TV." width="1000"
            height="750" />
          <figcaption>The AV setup.</figcaption>
        </figure>
        <p>Overall, it's been another great day. Lots of plans for tomorrow, including a haircut and picking up Ángel from Milwaukee.</p>
        <p><b>Created:</b> 2024-03-04</p>
        <p><a href="#202403051">Next post</a></p>
      </article>
      <article id="202403031">
        <h2>Spring Break - Day 2</h2>
        <p><i>It's spring break this week, and seeing as there are lots of things planned, I figured I'd jot down the main points each day.</i></p>
        <p>Autorama. Bigger than the Detroit Auto Show (somehow). This is definitely the event of the semester. Other than maybe industry day/student exhibition. It was a good show, with lots of cars I know little about and bikes that I know a little about. My two friends that have actual knowledge on the subject were our guide.</p>
        <p>We weren't just there to see the show, however. Tickets were paid for by the school so that we could man the school booth and sketch for the public. It's always a great time. You get to draw whatever you want and meet new people.</p>
        <figure>
          <img src="/static/media/Autorama24/Sketching.jpg"
            alt="Me and other students sketching cars at the CCS booth at Autorama 2024." width="1000" height="750" />
          <figcaption>Sketching at Autorama.</figcaption>
        </figure>
        <p>While on our shift, we met Andrew Berry, a senior at LTU who is also majoring in transportation design. He was friendly, very talented, and we got a bit of a first-hand look into what it's like at another school. I've very glad we got to meet.</p>
        <figure>
          <img src="/static/media/Autorama24/LTU_Encounter.jpg" alt="Meeting an LTU senior, Andrew Berry." width="616"
            height="1000" />
          <figcaption>Andrew Berry from LTU.</figcaption>
        </figure>
        <p>Of course, the rest of the day &lpar;before and after&rpar; was spent walking around the show. I don't really know many details about the cars, but here's a truncated selection of what I found most interesting.</p>
        <figure>
          <img src="/static/media/Autorama24/IMG20240303125314_1000.jpg" alt="." width="1000" height="750" />
          <figcaption>Rat rod truck.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/Autorama24/IMG20240303130300_1000.jpg" alt="." width="1000" height="750" />
          <figcaption>Dutch Door Stop 101 &lpar;Model A chassis, Dodge body&rpar;.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/Autorama24/IMG20240303130450_1000.jpg" alt="." width="1000" height="750" />
          <figcaption>1974 Vanguard CitiCar.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/Autorama24/IMG20240303131721_1000.jpg" alt="." width="1000" height="750" />
          <figcaption>1972 Honda CB750 drag bike.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/Autorama24/IMG20240303132324_1000.jpg" alt="." width="1000" height="750" />
          <figcaption>1966 Volkswagen Beetle.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/Autorama24/IMG20240303133419_1000.jpg" alt="." width="750" height="1000" />
          <figcaption>Flying Finch &lpar;1946 Ford truck&rpar;.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/Autorama24/IMG20240303135227_1000.jpg" alt="." width="1000" height="750" />
          <figcaption>1988 Chevrolet S10.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/Autorama24/IMG20240303135642_1000.jpg" alt="." width="1000" height="750" />
          <figcaption>GMC 1500.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/Autorama24/IMG20240303141050_1000.jpg" alt="." width="1000" height="750" />
          <figcaption>1986 Shelby GLHS.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/Autorama24/IMG20240303141501_1000.jpg" alt="." width="1000" height="750" />
          <figcaption>1981 Honda CBX &lpar;Assembled from parts&rpar;.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/Autorama24/IMG20240303141852_1000.jpg" alt="." width="1000" height="750" />
          <figcaption>1987 Harley-Davidson Sportster.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/Autorama24/IMG20240303162728_1000.jpg" alt="." width="1000" height="750" />
          <figcaption>1932 Ford pickup.</figcaption>
        </figure>
        <p>I'm a bit embarrassed of my lack of knowledge. I'll get my friends to correct me, and I'll update the info at a later date.</p>
        <p>My friends and I hit the road for Wisconsin tomorrow. Hoping all goes well. It should.</p>
        <p><b>Created:</b> 2024-03-03</p>
        <p><a href="#202403041">Next post</a></p>
      </article>
      <article id="202403021">
        <h2>Spring Break - Day 1</h2>
        <p><i>It's spring break this week, and seeing as there are lots of things planned, I figured I'd jot down the main points each day.</i></p>
        <p>Today is the first day, though technically not. There were still classes, but not for me. It is still winter, so the air is cold, but we gathered a group of people and went to the weekly cars and coffee event. It was expectedly devoid of much life. There were the 6 or 7 die-hard attendies, which was still nice to see. We left an hour later when there were only a couple left.</p>
        <p>My dad arrived around noon, and we had a nice lunch after loading up the car with the stuff I no longer needed at school and the remaining car parts.</p>
        <p>Autorama is tomorrow, and I'm looking forward to it.</p>
        <p><b>Created:</b> 2024-03-02</p>
        <p><a href="#202403031">Next post</a></p>
      </article>
      <article id="202402291">
        <h2>Midterms</h2>
        <p>We had our midterm presentation in studio earlier this week. It went well with lots of great feedback from Joe Dentale (Ford Creative Design) and Matt Tandrup (Livewire Creative Director). I think this is one of the best classes so far. Lots to still improve on, but I have a direction now.</p>
        <figure>
          <img src="/static/media/20240229_Midterm-board_1000.jpg" alt="Midterm design project board." width="1000" height="563" />
          <figcaption>Midterm board. <a href="/static/media/20240229_Midterm-board.jpg">Full-size image.</a></figcaption>
        </figure>
        <p>I'm looking forward to fleshing out the details and getting a good start on the model over break.</p>
        <p><b>Created:</b> 2024-02-29</p>
      </article>
      <article id="202402291">
        <h2>Couple of Pictures</h2>
        <p>There was a big storm a night ago, and I got a picture of the lightning lighting up the clouds.</p>
        <figure>
          <img src="/static/media/20240227_Detroit-weather_1000.jpg" alt="Skyline photo lightning in Detroit. Featuring the Fisher building." width="1000" height="563" />
          <figcaption>Storm featuring the Fisher building.</figcaption>
        </figure>
        <p>My friend built a Y-wing from some clone battle packs. I reworked the gunner area and build a stand for it.</p>
        <figure>
          <img src="/static/media/20240228_Y-wing_1000.jpg" alt="Clone Wars era LEGO Y-Wing model build out of 501st battle packs. Captain Rex minifigure in pilot seat." width="1000" height="563" />
          <figcaption>501st Y-Wing.</figcaption>
        </figure>
        <p><b>Created:</b> 2024-02-29</p>
      </article>
      <article id="202402101">
        <h2>50°F, Overcast, and Windy</h2>
        <p>I was out on a bike ride with some friends yesterday and couldn't help but notice the weather. Just warm enough
          to have a light sweatshirt on with a bit of wind and a cloudy sky. There is something special to me about this
          kind of weather. I was asked if it was because it reminded me of being outside as a child, but that alone
          doesn't quite capture it. It's more the transitional feeling of going from something social and fun to finally
          splitting up for the day and heading home. Right between the two. You know the end is near and you can feel
          those around you anxious to get ready to leave, but you just want to stay out a bit longer. Oddly perfect for
          our the events of the afternoon, though I wouldn't apply my description to the dynamic of our group. But that is
          what it reminds me of. A sense of longing. For the people, for the event, for a sense of normal in a busy or
          lonely schedule. I'm likely projecting a bit, specifically from the past, but I suppose that's the point. If I
          were more skilled, I might write a poem to describe the feeling, but I'm no poet. Maybe when I have a bit more
          free-time. Or, more likely, retired.</p>
        <figure>
          <img src="/static/media/20240209_Bike-ride-group-sidex1000.jpg"
            alt="Group photo of my friends and our bicycles on the steps in front of the GM RenCen by the Detroit River."
            width="1000" height="750" />
          <figcaption>My friends and I outside the GM RenCen by the Detroit River.</figcaption>
        </figure>
        <p>Side note: I've discovered how to type symbols and special characters on Mac, so I can type Ángel's name
          correctly now without having to copy and paste characters. Exciting stuff.</p>
        <p><b>Created:</b> 2024-02-10</p>
      </article>
      <article id="202401091">
        <h2>First Post</h2>
        <p>New year, new site. Looking forward to working on it.</p>
        <p><b>Created:</b> 2024-01-09</p>
      </article>
      <hr style="margin-top: 2rem; border-top: 3em solid black;">
      <article id="archive">
        <h2 style="color: rgb(190, 190, 190);">Archive</h2>
        <p>Works from my last revision of scerba.org</p>
      </article>
      <article id="202311011">
        <h2>What A School Year So Far</h2>
        <p>It's been a crazy school year.</p>
        <h3>The Good</h3>
        <p>Let's start with the good, even if we're going out of order.</p>
        <p>I moved in early, bought some new old tech, participated in the Woodward Dream Cruise in Detroit, and got to attend a couple Cars and Coffee events at <a href="https://pasteiners.com/" target="_blank" rel="noopener noreferrer">Pasteiner's Auto Zone Hobbies</a> with my car and moped.</p>
        <p>I got to sit on an old Harley-Davidson WLA from WWII that one of the participants brought to Cars and Coffee. That was an incredible experience even if I didn't ride it. No spring-back on the throttle or spark advance for these old bikes, which I didn't realize. It's absolutely on the short list for motorcycles I own post-graduation now.</p>
        <figure>
          <img src="/static/media/What_A_School_Year_So_Far/Recycling_Center_Haul_Aug2023_1000.jpg" alt="Used MacBook, two ThinkPad X230 Tablets, two iPod nanos and an iPod Mini on a table." width="1000" height="750" />
          <figcaption>Recycling center haul.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/What_A_School_Year_So_Far/Ruckus_Dream_Cruise_Night_1000.jpg" alt="Me on my engine swapped Honda Ruckus riding down Woodward Ave." width="1000" height="750" />
          <figcaption>Dream cruise.</figcaption>
        </figure>
        <figure>
          <img src="/static/media/What_A_School_Year_So_Far/300E_Cars_and_Coffee_Aug2023_1000.jpg" alt="My 300E next to an SEL." width="1000" height="750" />
          <figcaption>Cars and Coffee.</figcaption>
        </figure>
        <p>I kind of glossed over the Ruckus being ridden. For those that know me, this is an accomplishment. For years, it has sat in my garage with the engine pulled out. Right before school, I finally cobbled it together for one of the local moped events, rode it for the rides, and was able to bring it to school. Here is a recording my friend took during the <a href="https://www.youtube.com/watch?v=hH2_DILzsgU" target="_blank" rel="nooper noreferrer">ride</a>.</p>
        <p>Skipping ahead, this year's Detroit Concours d'Elegance was at the DIA again across from my school, and I was prepared. I was able to drive a 1970 American Motors AMX with a 4-speed manual and a 1967 Chevrolet Camaro RS convertible with the two-speed “Powerglide” transmission. Both were great cars.</p>
        <figure>
          <img src="/static/media/What_A_School_Year_So_Far/AMX_1000.jpg" alt="Me in a 1970 AMX." width="1000" height="571" />
          <figcaption>1970 AMX</figcaption>
        </figure>
        <p>The hosts of <a href="https://www.youtube.com/@TheCarmudgeonShow" target="_blank" rel="noopener noreferrer">The Carmudgeon Show</a>, a podcast that I listen to religiously, were there doing a live episode, and I was able to meet them and get a picture with Jason Cammisa, one of the hosts. My friends threw a surprise birthday party for me earlier in the year, and they made me a cutout of him, so we brought it along to show. We even made it on the <a href="https://youtu.be/3LKYu9Zx5zU?si=3b0mdqynvITaJkEs&amp;t=41" target="_blank" rel="noopener noreferrer">live recording</a>.</p>
        <figure>
          <img src="/static/media/What_A_School_Year_So_Far/Jason_Cammisa_Instagram_1000.jpg" alt="Instagram post by Jason Cammisa of Hagerty. Image shows Jason, a life-size cardboard cutout of him, Alex Scerba, and Rex Jo standing next to eachother with Jason making a funny face. Post text: " width="1000" height="731" />
          <figcaption>Jason's Instagram post.</figcaption>
        </figure>
        <p>Skipping ahead more, on the weekend of mid-terms, a large group of my friends and I went out for dinner and did less than legal things on the fantastic roads in Hell, MI. It was a very fun night.</p>
        <p>And last weekend, my girlfriend and I made costumes for Halloween and dressed as Snow Miser and Heat Miser from “The Year Without a Santa Claus.” I hand-sewed the shirt which was fun, and she made the hats out of cardboard.</p>
        <h3>The Bad</h3>
        <p>With that in mind, the powers at be decided, “you're having way too much fun kid.”</p>
        <p>On the first day of class, my moped broke down on the side of the road and got stolen while I had to attend our sponsor's kick-off event that I was on the way to. Looking back, I could have tried a couple more desperate things to get it to start, but I was already running late to the event and that doesn't usually have you in a sound state of mind. So after all the work of getting it to a finally running state, it found its way to the void. I reported it to the police and everything, but I don't expect to get it back in one piece, or ever get it back period. Maybe if some idiot tries to register it or crashes it into a police car I'll get lucky. It probably got pulled apart though, so whatever.</p>
        <figure>
          <img src="/static/media/What_A_School_Year_So_Far/Ruckus_Finished_1000.jpg" alt="Front shot of my modified Honda Ruckus." width="1000" height="750" />
          <figcaption>Ruckus on the ride back in Wisconsin.</figcaption>
        </figure>
        <p>Then, last Tuesday, I decided to drive to the other campus. School work has been a lot, there was a personal situation going on that I won't be sharing, and I've been getting not as much sleep as I should. I figured I would go to class a bit early to get caught up with my work since I was a bit behind. I left the garage, headed down the road, and as I crossed over the bridge I looked up to realise the light I was about to go through was red. That's not something that happens for me. I don't go through red lights. But this time I did because I noticed only right as I was about to cross the stop line. Unfortunately, it was rush hour and less than a second after realizing the light was red, an SUV hit me on the front passenger side. The only good things here were that we were both uninjured and my ancient airbag didn't deploy. Both cars were totaled. The other driver's airbags did deploy, and we both had major structural damage.</p>
        <figure>
          <img src="/static/media/What_A_School_Year_So_Far/300E_Crashed_1000.jpg" alt="My modified Mercedes-Benz 300E with siginificant front passenger side impact damage." width="1000" height="750" />
          <figcaption>About 10 minutes after the accident.</figcaption>
        </figure>
        <p>I didn't know anyone local, especially someone who would keep a car carcass for several months, and the police told me that if I couldn't get it off the road in an hour, they would have to tow it to the lot, where I would have to pay for the tow and overnight fees for as long as it sat there. I couldn't afford that, so I had to take it to a junkyard. My title is in Wisconsin, so that made it a bit tougher. I was also not in the best state of mind when choosing a junkyard to take it to, and relied on the towtruck driver who also didn't really know what was in the area. Long story short, I accidentally took it to junkyard Hell. It's a place where the employees want to die, and cars are crushed whether they should be or not. I got a whopping $250 dollars for the 300E, even after informing them about all the new, still undamaged parts in the rear sub frame, and the wheels. I was pretty pissed about that, so I grabbed what I could carry in my friend's WRX that he drove to the yard with me in. I couldn't get the wheels. Later I realised they never gave me a receipt and I left a CD in the player. I forgot to go the next day, but the day after when I went back, they had already crushed the car and sent it out to be ground up. Employees admitted that many vaulable, clean cars get crushed there all the time, even if they could be resold. They only kept the wheels and tires, and I had to buy back the wheels if I wanted them. I couldn't let them stay there, so I paid the $85 they wanted with the money I already got from them to begin with. It took them 10 minutes to find the paperwork for the car because they were so disorganized. Don't go to <a href="https://americanautorecycle.com/" target="_blank" rel="noopener noreferrer">American Auto Recycle</a> if you're in Detroit. It's funny they talk about environmental friendliness, because they aren't that. Go anywhere else that at least resells parts. The last thing we should be doing is throwing away valuable parts that could keep other cars on the road.</p>
        <p>Here's a <a href="https://drive.google.com/drive/folders/1jBzMAYSUr1iyqzvw05TvIi3IfiXpPiYq?usp=sharing" target="_blank" rel="noopener noreferrer">photo collection</a> of all the pitures I had of my 300E under my ownership. If has some that are missing, feel free to email them to me and I'll add them to the collection. I don't know how long I can go without a W124. They're great cars to work on, tinker with, and learn from.</p>
        <h3>The Rest</h3>
        <p>It's definitely been a mixed year so far, and it's only two months in. Luckily, I have great friends that are extremely supportive and understanding. We've had lots of great memories so far, and everyone that's said anything has been extremely serious about helping in whatever way they can to get me to the store for groceries, or even borrow cars. I'm taking a mandatory couple weeks off before I accept an offer to drive, but knowing that I have such great friends has been one of the few things keeping me going.</p>
        <p>Let's hope for a normal, moderately eventful rest of the school year. Who knows, maybe the CJ-7 and XS650 will make a Detroit appearance in the spring.</p>
        <p><b>Created:</b> 2023-11-01</p>
      </article>
      <article id="202308291">
        <h2>Personal PC Update</h2>
          <p>Playing with custom computers is a fun hobby. The common comparison is adult LEGO (as if adults don't play with LEGO…). To me, it's just another thing to be built, and I love a good thing to build. For a while now, I've had a Phanteks Enthoo Evolv ITX Tempered Glass Edition case, and while it does look decent, it is horribly space inefficient and hard to build in. Especially when you have a custom loop, which I do, accessing components on the motherboard is filled with frustration. It can be done, but you wonder why you're still in the hobby by the end. In any case, I acquired some rack-mount gear and a couple short wall-mount cabinets from a friend who recently moved out of town.</p>
          <p>Rack mount computers have always been an interest of mine, but buying a case was always a bit out of the price range or unjustified because I already had a working case, if not a perfect one. With a rack, you can mount other stuff to the rails, too. And there are small 4U portable racks which make a nice all-in-one PC/Router/Access Point setup that you can take with you easier. A big thing for me recently is having a spot for everything, and more importantly, everything is grouped with items that are commonly used with eachother, and they're stored in something that is relatively portable. So having a 4U rack that has my PC and router for when I'm at school is something that appeals to be greatly. Also, rack mount PC's are much simpler to work on. The case is already on its side, and the components are all laid out in front of you with minimal overlap (I kinda messed this part up in my build, but hey, it's miles ahead of what I had before). This is honestly the biggest improvement over my Evolv ITX. Being able to swap out the RAM and CPU easily Is something I've wanted to be able to do for a while (it has come up multiple times recently). So, when I was able to get free rack equipment, I gladly accepted.</p>
          <p>The interesting part is that the rack gear is old power supplies and scientific equipment, so it's not meant to house a computer. I've done some basic metal work before, so I figured it should be no problem to cut a few holes here and there. And so the adventure began.</p>
          <figure>
            <img src="/static/media/Personal_PC_Update/Mockup_1000.jpg" alt="GPU, PSU, Motherboard, and radiator position mockup in the gutted power supply case." width="1000" height="750" />
            <figcaption>Initial mockup of the main components.</figcaption>
          </figure>
          <p>With the position of the components figured out, the first thing I wanted to get made and installed was the motherboard tray. With the tray installed, the exact position of the IO shield on the back plate could be figured out. Inside the old power supply was a bent piece of sheet aluminum that was used to hold some components together. Folded out, I figured it should have enough area for a motherboard.</p>
          <figure>
            <img src="/static/media/Personal_PC_Update/TrayLayout_1000.jpg" alt="Marked cut lines on flattened aluminum." width="1000" height="750" />
            <figcaption>Cut layout for motherboard tray.</figcaption>
          </figure>
          <figure>
            <img src="/static/media/Personal_PC_Update/TrayCut_1000.jpg" alt="Cut tray down to size." width="1000" height="750" />
            <figcaption>Cuts made.</figcaption>
          </figure>
          <figure>
            <img src="/static/media/Personal_PC_Update/TrayInstalled_1000.jpg" alt="Motherboard tray installed in case." width="1000" height="750" />
            <figcaption>Motherboard tray installed.</figcaption>
          </figure>
          <p>With the tray cut and installed, the locations of the power supply and rear I/O could be determined and cut into the back plate.</p>
          <figure>
            <img src="/static/media/Personal_PC_Update/BackLayout_1000.jpg" alt="Marking the layout of holes to cut on the rear panel." width="1000" height="750" />
            <figcaption>Laying out where the holes are</figcaption>
          </figure>
          <figure>
            <img src="/static/media/Personal_PC_Update/IOShield_1000.jpg" alt="Cut out location for and installed rear I/O shield." width="1000" height="750" />
            <figcaption>Cut out I/O area.</figcaption>
          </figure>
          <figure>
            <img src="/static/media/Personal_PC_Update/IOandPSU_1000.jpg" alt="Cut out PSU area and installed PSU." width="1000" height="750" />
            <figcaption>Rear I/O shield fabricated.</figcaption>
          </figure>
          <figure>
            <img src="/static/media/Personal_PC_Update/PlateInstalled_1000.jpg" alt="Final completion of back plate with room for two-slot PCIe, I/O shield, and the PSU." width="1000" height="750" />
            <figcaption>PCIe slot cut and plate installed in case.</figcaption>
          </figure>
          <p>The back plate was one of the more difficult parts of the build. Making sure cuts were accurate was very important in keeping things lined up. The last thing to do was to cut a hole up front for the air intake. By this point, however, I was more focused on packing for school, so I made the most jagged, terrible cut ever. But that's fine because it's still better than the almost non-existent airflow in the Evolv ITX. I also installed a dust filter up front because I learned the hard way how much dust is in my dorm room last year, as well as a mesh plate to protect the two fans I plan to install outside the case eventually. The fans require a trip to the hardware store, and I didn't have time. Three fans will be plenty for now.</p>
          <figure>
            <img src="/static/media/Personal_PC_Update/Top_1000.jpg" alt="Inside of final build with custom loop liquid cooling." width="1000" height="750" />
            <figcaption>Interior.</figcaption>
          </figure>
          <figure>
            <img src="/static/media/Personal_PC_Update/Front_1000.jpg" alt="Front of completed build." width="1000" height="750" />
            <figcaption>Front.</figcaption>
          </figure>
          <figure>
            <img src="/static/media/Personal_PC_Update/Rear_1000.jpg" alt="Rear of completed build." width="1000" height="750" />
            <figcaption>Rear.</figcaption>
          </figure>
          <figure>
            <img src="/static/media/Personal_PC_Update/TopCover_1000.jpg" alt="Top of case featuring original &#39;High Voltage&#39; sticker from when it used to be a power supply." width="1000" height="750" />
            <figcaption>Top.</figcaption>
          </figure>
          <p>And with that, it was done. For the most part. When I got to school I decided that I should just install the second radiator. All I did was friction fit it in, but it's quite solid. The tubing is Tygon A-60-G (the stuff EK is trying to emulate with their ZMT line) and a metal anti-kink spring was used because the 10/13mm tubing kinked very easily. The spring solved those issues, though, and I think it looks cooler with it.</p>
          <figure>
            <img src="/static/media/Personal_PC_Update/Final_1000.jpg" alt="Final interior shot with second radiator installed." width="1000" height="750" />
            <figcaption>Final shot of inside with second radiator installed and system powered on.</figcaption>
          </figure>
          <p>Here are the specs:</p>
          <pre>
AMD Ryzen 9 5950X
32GB DDR4 3200MHz
Nvidia Titan Xp (2017)
Corsair RM850x
Samsung 970 Evo Plus 512GB
WD Blue 2TB 5400RPM
EK Fluid Gaming custom loop kit
5x Corsair Light Loop 120mm
          </pre>
          <p>Some notes about the build:</p>
          <p>Don't buy aluminum if you want a custom loop and aren't a machinist. There's not a good ecosystem of parts, and EK has pretty much abandoned their aluminum line. Also, I wouldn't buy Light Loops again. I just wanted them for a static color, but the RGB controller started freaking out after about a year of ownership, so I just removed it. Definitely get some “dumb” LED fans that don't need something like that, or just buy non-RGB fans. Also, I'm having instability with the 5950X. Lots of people seem to have a similar issue. The current fix is to make it run at base clock all the time, which is stupid. I may go back to my Ryzen 5 3600. Not sure if I can get AMD to RMA it since it was an eBay purchase from like a year ago, but I may try it. Basically, I wouldn't bother with the 5950X. Stick to the 3000 series.</p>
          <p><b>Created:</b> 2023-08-29</p>
      </article>
      <article id="202307261">
        <h2>MKE Air & Water Show 2023</h2>
        <p>While figuring out how to pass the time, a friend linked to the /r/milwaukee subreddit. Out of boredom, I opened up the link. To my surprise (I'm not that in the loop), people were posting about an air show going on. It was 1:30 PM when I found the event page and saw that the Blue Angels were on for 3:00 PM. Since I needed to be in Milwaukee by 5:00 PM anyways and I haven't seen an air show, I packed up the Sportster and hit the road. As I came off I-794 by the art museum, I was surprised to see not that much traffic at first. That fallacy was soon broken. I found a spot a few minutes after the show start time, though, and right as I got off the bike to find a spot to sit the Blue Angels flew just overhead in formation. It was loud… but awesome. Sure, I've been on an airliner, heard loud engines, and ride a relatively loud motorcycle, but the sound and feeling of several jet fighters flying some eighty feet above is something I haven't experienced. Here are a few of the videos I captured:</p>
        <p><a href="https://imgur.com/a/Lajrpbl" target="_blank" rel="noopener noreferrer">imgur album</a></p>
        <p>Overall it was a great experience. My only regret is having to hurry to get there, otherwise I would have parked somewhere else and walked down. The streets were packed… everywhere near the lake and the surrounding area. So if you want to go in the future, definitely show up early and walk/bike/skate/scooter down. You'll be much happier regardless of the weather. Sitting in locked traffic for an hour trying to get away from the lake was a bit insane. Having some plans that let you hang around for a while is even better.</p>
        <p>Anyways, the EAA Fly-in is this week in Oshkosh, and I absolutely plan on attending.</p>
        <p><b>Created:</b> 2023-07-26</p>
      </article>
      <article id="202307201">
        <h2>Jeep CJ-7 Turn Signal Repair</h2>
        <p>A while back, I noticed that the passenger side turn signal on my 1985 Jeep CJ7 was out. The right turn signal
          indicator would stay solid when the headlights were turned on. I pulled the bulb assembly and found this:</p>
        <figure>
          <img src="/static/media/Jeep_CJ7_Turn_Signal_Repair/images/Before.webp"
            alt="Disassembled turn signal lamp assembly: housing, wire harness, contact that broke off wire, degraded rubber grommet, bulb, and lens cover."
            width="1280" height="960" />
          <figcaption>Lamp disassembled.</figcaption>
        </figure>
        <p>The wire responsible for turning the bulb “high” was broken from what I assume is fatigue. The rubber meant to
          support the wire and contact pin was severely degraded and falling apart, exposing the bare wire where it met
          the pin. This also means the wire could freely flex at the joint, and going over bumbs or just general road
          vibration could have eventually wore it down. I didn't see much in the way of corrosion around the wire, so
          that's why I assume it was stress related.</p>
        <p>Anyways, the bucket was severely rusted, and the gasket was a poor excuse for one, so I cleaned up the bucket
          with some sandpaper and gave it a light coat of lubricant to hopefully hinder the rust and cut a new gasket from
          two layers of craft foam. This is definitely a short-term solution, but with school fast approaching and the
          fact that this will be garaged for the next 9 months I wasn't too concerned. Next spring is Jeep repair time,
          this summer is “cobble it together until then” time. I also cleaned up the driver side bucket the same way and
          cut a new seal just to try and keep it from rusting any more.</p>
        <figure>
          <img src="/static/media/Jeep_CJ7_Turn_Signal_Repair/images/Cleaned_Bucket.webp"
            alt="Sanded and re-foamed turn signal bucket" width="1280" height="960" />
          <figcaption>Bucket cleaned.</figcaption>
        </figure>
        <p>Next, I got to repairing the harness. The pin was a crimp-on, and there was no easy way I was going to be able
          to uncrimp it for reuse. So I did the next best thing, soldering. Anyone that takes pride in soldering would
          probably stare agasp at what I did, but again, I'll fix it correctly in the spring. I just trimmed back a bit of
          sheathing on the wire and soldered it to the bare copper on the side of the pin. Pretty or preferable? No. Does
          it work? Yes.</p>
        <figure>
          <img src="/static/media/Jeep_CJ7_Turn_Signal_Repair/images/Soldered_Harness.webp"
            alt="Soldered and repaired turn signal harness" width="1280" height="960" />
          <figcaption>Connector wires repaired.</figcaption>
        </figure>
        <p>Finally, everything was reinserted into the bucket. I reused the dryrotted rubber piece that was still in the
          bucket because it needs that to keep the pins in place and put tension on the bulb to retain it. After it was
          all reassembled, I put some Shoe Goo (it's what I had lying around) on the exposed end to try and prevent the
          same thing from happening again quickly.</p>
        <figure>
          <img src="/static/media/Jeep_CJ7_Turn_Signal_Repair/images/Final_Front.webp" alt="Front of final lamp assembly"
            width="1280" height="960" />
          <img src="/static/media/Jeep_CJ7_Turn_Signal_Repair/images/Final_Rear.webp" alt="Rear of final lamp assembly"
            width="1280" height="960" />
          <figcaption>Final Assembly.</figcaption>
        </figure>
        <p>Pretty happy with how it turned out given that I didn't spend anything or go anywhere other than my garage to
          get it done. Here's a video of it being tested:</p>
        <figure>
          <video src="/static/media/Jeep_CJ7_Turn_Signal_Repair/images/Flasher_Test.mp4"
            alt="Turn signal test, and lamp flashes as expected" controls="" width="1920" height="1080"><a
              href="/static/media/Jeep_CJ7_Turn_Signal_Repair/images/Flasher_Test.mp4">CJ7 Signal Test</a></video>
          <figcaption>Signal testing.</figcaption>
        </figure>
        <p>Now to repair the muffler I blew… but that's for another day.</p>
        <p><b>Created:</b> 2023-07-20</p>
        <p>P.S. I did end up getting a new muffler on. That'll be a future post.</p>
      </article>
      <hr style="margin-top: 2rem; border-top: 3em solid black;">
      <div class="main-bg" style="margin-top: 1.75rem;">
        <h2 class="article-h2" id="extended-archive">Extended Archive</h2>
        <p>See my original blog at <a href="https://old.scerba.org/html/blog.html" target="_blank" rel="noopener noreferrer">old.scerba.org</a></p>
      </div>
    </section>
{{ end }}