It was a reckless success!
```
$ vulkaninfo | grep -i "deviceName\|driverID"
WARNING: NVK is not a conformant Vulkan implementation, testing use only.
deviceName = TU102
driverID = DRIVER_ID_MESA_NVK
$ doas inxi -G
Graphics: Device-1: Intel Raptor Lake-S GT1 [UHD Graphics 770] driver: i915 v: kernel
Device-2: NVIDIA TU102 [GeForce RTX 2080 Ti Rev. A] driver: nouveau v: kernel
Display: server: X.org 1.21.1.11 driver: loaded: nouveau note: n/a (using device driver)
resolution:
Message: Advanced graphics data unavailable for root.
```
One of my better looking ☕ roasts

GM
Gonna try running the new open source vulkan driver for an RTX 2080 card on NixOS today.
https://discourse.nixos.org/t/nvidia-vulkan-driver-nvk-documentation/42900
TIL if I just rebuild vim-huge in nix, I'll get vim with clipboard support enabled. Upstream defaults ftw. Every distro ships vim without clipboard enabled, nixos included. But this is nixos, so I can just set it in configuration.nix and forget it.
Try it out if you want:
```
nix-shell -p 'vim_configurable.overrideAttrs (oldAttrs: { features = "huge"; })'
```
Boom. You can yank to the system primary clipboard using key chorn `"+y`
Supposedly you're supposed to be able have the normal yank chords do this to by setting `set clipboard+=unnamedplus`, but that didn't work in my environement for some reason. So I just did the reckless thing and remapped them directly:
```
" -- Buffers: yank to system primary clipboard. yay!
nnoremap y "+y
nnoremap yy "+yy
noremap y "+y
```
AT LAST. YES!
Most don't care about decentralization.
They don't build anything without VC money.
They don't have a real community or any real culture.
Even if something shows up I doubt it'll last long.
Took a few seconds to go through, but it worked!

A side effect of shaming devs into doing this is not only will users bitch about high bandwidth consumption, now they'll also bitch about terrible battery life.
Do we all really need every shitpost we download from our home relay to be cryptographically verified?
That feel when you have more than zero BSD devices 🫡
Mines a cheap Intel board from AliExpress running OVPN 🤡🤷♂️
Rugged 😬
Almost same thing happened to my old Alby account
If you have an lnd node, you could run nostdress
pep8: Only use underscores in your package names, no hyphens
PyPi: Only use hyphens in your package names, no underscores
Yeah relays are the attack surface. Does the app do much without relays?
The problem is that if someone (client devs or relays or whoever) has the power to censor, they will eventually be manipulated into doing it.
My take on the question is that users who are sensitive to that should operate within their own cocoon of safety. Walled gardens can be built on nostr. Like apps that only connect to private relays.
How careful are they about relay resource consumption?
Keeping this stuff free is only going to get harder as the network grows.
