commit 7436ca2

chld  ·  2026-04-24 23:58:13 +0000 UTC
parent 6e2e1c6
some fortunes, improve diary
2 files changed,  +3, -2
M srv.go
+1, -1
1@@ -13,7 +13,7 @@ the *'rive*'s ever-so irritating hivemind cant stop me. but, they probably dont
2 <h3>2026 23 apr</h3>
3 i just got the <a href=https://www.dell.com/support/manuals/en-us/latitude-11-3190-laptop/latitude_3190_owners_manual/technical-specifications?guid=guid-8be0e657-f5fa-4ebb-bf14-3ee91e1a5775&lang=en-us>dell latitude 3190</a> and i have a list of pros and cons.<br> 
4 here are its pros:<br>
5-its touchpad is really great.. at first, i thought it was a blank touchpad - but then i looked more into it. the line at the bottom of the tab seperates _m1_ from _m3_. one can click on that line and also summon a _m2_! this is a upgrade from those bleak ugly blank touchpads with edge click for _m3_-<br> 
6+its touchpad is really great.. at first, i thought it was a blank touchpad - but then i looked more into it. the line at the bottom of the tab seperates <b>m1</b> from <b>m3</b>. one can click on that line and also summon a <b>m2</b>! this is a upgrade from those bleak ugly blank touchpads with edge click for <b>m3</b>-<br> 
7 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>   
8 its hardware support also rules! gemini lake, mostly supported by most operating systems. iwm 8265, supported by all but illumos because it sucks.
9    
M srv.go
+2, -1
 1@@ -9,7 +9,8 @@ import (
 2 )
 3 
 4 func handler(w http.ResponseWriter, r *http.Request) {
 5-	var fortune = [...]string{"so good", "its chld", "who you know and hate", "fuck", "cholodu", "codeberg.org"}
 6+	var fortune = [...]string{"so good", "its chld","who you know and hate","fuck","cholodu", "codeberg.org","im unsure", 
 7+	"imo", "im green", "neuswc", "wayland", "<a href=9larp.net>is down</a>"}
 8 	rand.Seed(time.Now().UnixNano())
 9 
10 	f, _ := os.ReadFile("./a/style.css")