commit 0e9d486
chld
·
2026-04-25 00:23:06 +0000 UTC
parent 8583a34
update diary, cool new css
3 files changed,
+34,
-3
+0,
-2
1@@ -17,8 +17,6 @@ its touchpad is really great.. at first, i thought it was a blank touchpad - but
2 its bios is much more extensive and customizable compared to the hp bios with like 1 feature. in this dell bios i can turn off hardware devices - which serves as super useful! if i dont need the camera, i can just go to bios and disable it. the interface is also amazing.. wanna find a good operating system with that type of ui<br>
3 its hardware support also rules! gemini lake, mostly supported by most operating systems. iwm 8265, supported by all but illumos because it sucks.
4
5-<img src=https://i.dell.com/sites/csimages/App-Merchandizing_esupport_flatcontent_Images/all/bios-system-information-optiplex-7050.png alt='dell bios'>
6-
7 i think the only con is the emmc storage. 9front and netbsd didnt support it, sadly...
8 but, i think there is hope. in the awesome bios, there is a option to enable/disable some ssd storage, meaning i can add storage?
9 to be continued.
+14,
-0
1@@ -14,3 +14,17 @@ neuswc
2 <a href=wayland.fyi>wayland</a>
3 <a href=9larp.net>is down</a>
4 nusrat is unwise
5+is this fortune even random
6+you know i can just embed anything here, my go server is insecure like that
7+30 sloc go backend?
8+shoot me, <a href=shrub.industries>shrub</a>
9+<script>alert("caught you using javascript")</script>
10+runs in dillo? i think
11+css
12+fuck, woman
13+9front is cool
14+i have emmc storage
15+is this not running off of localhost
16+pita, are you hosting this?
17+join #derive on <a href=ergo.chat>irc</a>
18+exploit my website then
+20,
-1
1@@ -1,3 +1,22 @@
2 body {
3- font-family: monospace;
4+ background-color: #000000;
5+ color: #aaaaaa;
6+ font-family: monospace;
7+}
8+
9+a {
10+ color: #ffffff;
11+ text-decoration: none;
12+}
13+
14+a:hover {
15+ color: #00ffff;
16+}
17+
18+a:visited {
19+ color: #666666;
20+}
21+
22+a:active {
23+ color: #ffffff;
24 }