Almost without noticing I’ve gradually migrated some of my passwords to pass
:
❯ pass web
web
├── bitstamp.net
├── bitwig.com
├── element.kapsi.fi
├── fabfilter.com
│ ├── license
│ └── password
├── firefox.com
├── gitlab.com
├── google.com
├── icloud.com
│ ├── password
│ └── recovery
├── pypi.org
│ └── recovery
├── steampowered.com
├── storj.io
│ ├── password
│ ├── projects
│ │ └── my-cloud
│ └── recovery-codes
└── tuni.fi
Nice thing is that you can store hierarchically also other data than passwords to leaves. storj.io
is a great example of this use.
I drew this 12 months ago, as LLM code assistants were just becoming available.
Has it held up?
I don’t really understand the cause and effect here but I finally got rid of “GPU HANG” issue with #i915, i.e.
Jul 02 21:20:50 suppilovahvero kernel: i915 0000:03:00.0: [drm] GPU HANG: ecode 12:1:84dfd7f7, in ChaosGate.exe >
Jul 02 21:20:50 suppilovahvero kernel: i915 0000:03:00.0: [drm] ChaosGate.exe[40919] context reset due to GPU ha>
I did the following:
/etc/modprobe.d/i915.conf
and run sudo dracut --force
(in Fedora).The contents of /etc/modprobe.d/i915.conf
are the following:
options i915 enable_guc=3
options i915 enable_fbc=1
I put these there because I found multiple forum posts etc. where this was the suggested solution but obviously I have zero idea what they’re doing 🤷 I’ve played Chaos Gate as a test without hangs, and it used to hang within just few minutes.
It is still a bit weird that #Fedora 40 with its default settings gives such crap results on Intel Arc A770.