So I was enabling some new Windows Security settings in Windows 11. What could go wrong, right? One of them was Microsoft Defender System Guard and it apparently disables S3 sleep mode. It took me half a day to troubleshoot as there's lack of any info on it. I even thought that sleep mode was disabled because of Hyper-V or WSL2, but I've had that for ages. Lots of misleading info everywhere, sadly.

For a few months I've been ignoring errors on the disk sdb (the one where liberty_cryptb is located). Now the situation got worse:

plantroon@liberty:~$ sudo zpool status
  pool: liberty_crypt
 state: ONLINE
status: One or more devices has experienced an unrecoverable error.  An
        attempt was made to correct the error.  Applications are unaffected.
action: Determine if the device needs to be replaced, and clear the errors
        using 'zpool clear' or replace the device with 'zpool replace'.
   see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-9P
  scan: scrub repaired 0B in 00:26:56 with 0 errors on Sun Jun 11 00:50:58 2023
config:

        NAME                STATE     READ WRITE CKSUM
        liberty_crypt       ONLINE       0     0     0
          mirror-0          ONLINE       0     0     0
            liberty_crypta  ONLINE       1     2     0
            liberty_cryptb  ONLINE       0    10     0

errors: No known data errors

SMART data for both disks shows no errors whatsoever, even after running tests. The error is most likely related to SATA link going down, which can be attributed to the fact that the disk sdb is in my Thinkpad's ultrabay adapter. I should probably stop messing around with laptop as a server, especially if it can't support 2 disks by default? IDK what the best solution is here, I don't have anywhere to move my stuff to.

I was never really into social networks (and related apps) so I thought I dodged the doomscrolling phenomenon... until I started counting my time on Youtube, which is basically a social network.

On top of that, I have RSS feeds sent to my mailbox. Last week I created a separate folder for them and turned off notifications for this folder. It helped tremendously! I still read them, but in bigger batches which does in the long run free up time. Before I used to glimpse at the news all the time which obviously wasn't healthy and hampered my productivity.

I wanted to look at some old stuff on www.win-raid.com forums and found level1techs forums link instead. So while the original is no more, level1techs saved this piece of tinkerer's history and knowledge: winraid.level1techs.com/t/win-…

I wanted a Thinkpad T470s to remember its keyboard backlight state across sleep cycles (and reboots). As ridiculous as it may be, this cannot be done through 1st party Lenovo utilities. So the next best thing were some github projects that aim to resolve this, the easiest one to use being lbcservice: github.com/JooJooBee666/LBCSer… - easy to install and will keep the backlight on. No remembering of last state though ;(

The big migration


So I finally have the desired Fediverse setup. Here's the changes that I did:
- moved Friendica from social.plantroon.com to plantroon.com
- restored all the posts I could from social.plantroon.com that ran on Pleroma
- imported contacts
- recompressed photos from my feed
- on matrix side, I cancelled any reference to matrix.plantroon.com domain

The best thing is that I can still have my blog at plantroon.com. So no losses at all. One of possible scenarios was moving the blog to blog.plantroon.com subdomain while having Friendica at the root domain.

So I just wasted 6 hours trying to get macOS in KVM to run on an iGPU. I am writing this here to remind myself that it doesn't work because q35 machine type is required for macOS with passthrough, however iGPU passthrough requires i440fx machine type. This is for legacy passthrough where macOS would be on the laptop's screen itself. And new iGPUs don't support this afaik. Oh what could have been...
⇧