Skip to content

Commit e199945

Browse files
committed
some performance optimizations
1 parent 6d4bbe9 commit e199945

14 files changed

Lines changed: 9 additions & 9 deletions

_posts/2025-06-07-netbsd-openssl.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<button aria-label="Close"></button>
2727
</div>
2828
</div>
29-
<a href="/assets/imgs/posts/openssl_crash_1.jpg"><img src="/assets/imgs/posts/openssl_crash_1.jpg" class="body-photo" alt="gdb showing the program crashed with a SIGILL on an illegal instruction"></a>
29+
<a href="/assets/imgs/posts/openssl_crash_1.jpg"><img src="/assets/imgs/posts/openssl_crash_1_small.webp" class="body-photo" alt="gdb showing the program crashed with a SIGILL on an illegal instruction"></a>
3030
</div>
3131
</div>
3232
</div><br>
@@ -46,7 +46,7 @@ <h4><i>Wait, what?</i></h4>
4646
<button aria-label="Close"></button>
4747
</div>
4848
</div>
49-
<a href="/assets/imgs/posts/openssl_crash_2.jpg"><img src="/assets/imgs/posts/openssl_crash_2.jpg" class="body-photo" alt="A decompilation showing a fcfid instruction present in the code"></a>
49+
<a href="/assets/imgs/posts/openssl_crash_2.jpg"><img src="/assets/imgs/posts/openssl_crash_2_small.webp" class="body-photo" alt="A decompilation showing a fcfid instruction present in the code"></a>
5050
</div>
5151
</div>
5252
</div><br>
@@ -64,7 +64,7 @@ <h4><i>Wait, what?</i></h4>
6464
<button aria-label="Close"></button>
6565
</div>
6666
</div>
67-
<a href="/assets/imgs/posts/fcfid.jpg"><img src="/assets/imgs/posts/fcfid.jpg" class="body-photo" alt="IBM web page for the fcfid instruction; says 'Converts a 64-bit signed integer stored in a double into a double-precision floating-point value. This intrinsic is valid on any 64-bit PowerPC architecture.'"></a>
67+
<a href="/assets/imgs/posts/fcfid.jpg"><img src="/assets/imgs/posts/fcfid_small.webp" class="body-photo" alt="IBM web page for the fcfid instruction; says 'Converts a 64-bit signed integer stored in a double into a double-precision floating-point value. This intrinsic is valid on any 64-bit PowerPC architecture.'"></a>
6868
</div>
6969
</div>
7070
</div><br>
@@ -79,7 +79,7 @@ <h4><i>Wait, what?</i></h4>
7979
<button aria-label="Close"></button>
8080
</div>
8181
</div>
82-
<a href="/assets/imgs/posts/openssl_crash_3.jpg"><img src="/assets/imgs/posts/openssl_crash_3.jpg" class="body-photo" alt="GNU assembler saying 'unrecognized opcode: fcfid'"></a>
82+
<a href="/assets/imgs/posts/openssl_crash_3.jpg"><img src="/assets/imgs/posts/openssl_crash_3_small.webp" class="body-photo" alt="GNU assembler saying 'unrecognized opcode: fcfid'"></a>
8383
</div>
8484
</div>
8585
</div><br>
@@ -103,7 +103,7 @@ <h4><i>Wait, what?</i></h4>
103103
<button aria-label="Close"></button>
104104
</div>
105105
</div>
106-
<a href="/assets/imgs/posts/ppc64_probe.jpg"><img src="/assets/imgs/posts/ppc64_probe.jpg" style="width: 50%; height: 50%;" class="body-photo" alt="Source code showing the function with the 64-bit code is targeted to any PowerPC machine supported by NetBSD"></a>
106+
<a href="/assets/imgs/posts/ppc64_probe.jpg"><img src="/assets/imgs/posts/ppc64_probe_small.webp" style="width: 50%; height: 50%;" class="body-photo" alt="Source code showing the function with the 64-bit code is targeted to any PowerPC machine supported by NetBSD"></a>
107107
</div>
108108
</div>
109109
</div><br>

_posts/2025-08-14-change-refresh-rate-battery.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<button aria-label="Close"></button>
1515
</div>
1616
</div>
17-
<a href="/assets/imgs/posts/kde_batt.png"><img src="/assets/imgs/posts/kde_batt.png" alt="KDE Plasma's power management settings, on the 'low battery' section, showing two scripts to be ran. One is set to run when the 'low battery' status is entered, and the other when the status is left." class="body-photo"></a>
17+
<a href="/assets/imgs/posts/kde_batt_full.png"><img src="/assets/imgs/posts/kde_batt_small.webp" alt="KDE Plasma's power management settings, on the 'low battery' section, showing two scripts to be ran. One is set to run when the 'low battery' status is entered, and the other when the status is left." class="body-photo"></a>
1818
</div>
1919
</div>
2020
<br>

_posts/2025-08-25-chrome-bug.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<button aria-label="Close"></button>
1616
</div>
1717
</div>
18-
<a href="/assets/imgs/posts/chrome.jpg"><img src="/assets/imgs/posts/chrome.jpg" alt="Chrome's logs showing FFMpegAudioDecoder has no idea what the sample format is, followed by FFMpegDemuxer crashing with a data source error" class="body-photo"></a>
18+
<a href="/assets/imgs/posts/chrome.jpg"><img src="/assets/imgs/posts/chrome_small.webp" alt="Chrome's logs showing FFMpegAudioDecoder has no idea what the sample format is, followed by FFMpegDemuxer crashing with a data source error" class="body-photo"></a>
1919
</div>
2020
</div>
2121
<br>
29 KB
Loading

assets/imgs/posts/fcfid_small.webp

19.6 KB
Loading
78.8 KB
Loading
58.4 KB
Loading
19.7 KB
Loading
21.4 KB
Loading

0 commit comments

Comments
 (0)