webpage

my webpage huuuh????
git clone git://fozunja.glamour.ovh/webpage
Log | Files | Refs

pc.ss (2729B)


      1 (include "src/defs.ss")
      2 (default-template "My pc" "MY PC"
      3   (tagged-card "main machine" '(
      4     hardware (
      5       "GPU: Sapphire nitro rx480"
      6       "CPU: Ryzen 9 5950x"
      7       "PSU: Corsair TX750M"
      8       "RAM: 16gb-3200+4gb-2133 (20gb-2666mhz)"
      9       "Motherboard: Asrock B450 pro 4.0"
     10       "cooling: bq! pure rock pro 3"
     11       "fans: ID-cooling 2x120mm + fan from psu which blew up 1x120mm"
     12       "storage: 1tb m2 adata ssd, 750gb WD hdd, 500gb random sata ssd"
     13       "case: darkflesh dk100")
     14     software (
     15       "OS: FreeBSD"
     16       "Term: foo terminal"
     17       "Shell: ES"
     18       "WM: dwl"
     19       "Panel: no panel"
     20       "File Manager: coreutils"
     21       "DM: no display manager"
     22       "Wallpaper: no wallpapers"
     23       "Browser: vimb"
     24       "Sound system: sndio")
     25     accessories (
     26       "monitor: LG ultragear 27\" (180hz, IPS, FHD)"
     27       "mouse: Logitech g102"
     28       keyboard (
     29         "model: monsgeek akko fun 60he pro wired"
     30         "keycaps: PBT with Tokisaki Kurumi art and sideprinted legends"
     31         "switches: mint magnetic switches"
     32         "layout: mtgap-full-ansi")
     33       "modem: tethering with ungoogled xiaomi-mido"
     34       "microphone: xiaomi-mido connected over 3.5mm jack")))
     35   (list-card "todo"
     36     "replace 4gb stick with 16gb-3200 and try to reach 3600mhz"
     37     (escape "switch to x470 because b450 vrm is slightly hot (I'm swooning >///<)")
     38     "find case with better-placed 2.5/3.5 mounts and less soft metal")
     39   (card "laptop for chat"
     40     (p "thats hillarious but I have a macbook."
     41        "i really like how warm it is, 100 degrees celsius on 14w cpu :3"
     42        "Someone just gifted it to me because they bought newer macbook."
     43        "Mostly use it to monitor chat and to experiment."
     44        "I'm lucky it doesnt have that ugly security chip.")
     45     (html-list
     46       "model: MBA 2017"
     47       "CPU: i5-5350u"
     48       "storage: ssd 128gb"
     49       "RAM: 8gb ddr3"
     50       "Display: 1440x900"
     51       "OS: NetBSD"))
     52   (p-card "what i had before desktop"
     53     "I had Dell Precision 7510 workstation with Intel i7-6820hq, 16gb ddr4 and nvidia quadro M2000M mxm gpu, I sold it."
     54     "Before it I had HP Elitebook 8570p with Intel i5-3430m, 16gb ddr3 (initially it had 4gb), and AMD HD 7570m gpu, I gifted it to someone after upgrade."
     55     "Even earlier I used pentium 4 1800mhz pc, with some nvidia gpu and TV tuner, I still have it somewhere.")
     56   (list-card "other things i have"
     57     "samsung-i9300 (black) running PostmarketOS"
     58     "samsung-royss (pink) running PostmarketOS"
     59     "sony-nicki (black) running PostmarketOS"
     60     "samsung-mint (black)"
     61     "samsung-gt-s5230 (black)"
     62     "samsung-e2330 (red)"
     63     "HP Pavilion DV5000 running FreeBSD 32bit"
     64     "Canon Notejet I486"
     65     "Motorola E398"
     66     "VEF Siringa RM290S"))