Blog: 2023-09-06

From razwiki
Revision as of 13:34, 6 September 2023 by Razzi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How pass decryption password to weechat using expect

$ env WEECHATPASS=(pass weechat) expect -c '
 spawn weechat
 expect "=> "
 send -- "$env(WEECHATPASS)\r"
 interact'

Thinking about browser sync stuff

Ideally there would be some good layering, then again a lot of stuff I'm interested in would require deep integration (like peer-to-peer)

Though to be fair, probably most of the functionality could be a browser extension.

Anyways, was trying to get tabs to squeeze but I think I'm just going to close a bunch of tabs. Would be nice to have my music player standalone app


Now that I'm thinking about it, it's kinda nice that a password is something I can know and then use from any client. Maybe there's a way to say "if I have my local password store setup, I can access the server" which I guess uses gpg as its cryptography backend.