last time i was installing mermaid with npm, noted that installation lasts too long. i checked and found that it is installing headless chrome under the hood...
Life saver! New version lacks OpenKeychain integration (they discuss in issues that it is also no longer maintained). Abandoned version of Android Password Store had some issues with embedded PGP manager and was not working for me.
But this fork works!
i did not get it until learning rust. and only then u realized that:
if let Some(msg) = read_message(&mut stream) {
is the same as
if msg := read_message(stream):
If you don't mind me asking: Why not use a cross-platform GUI kit? I feel like using something OS-specific is setting up barriers that we don't need to do anymore.
while inspecting some code inside loop, i prefer to put print and see all iterations at once in my screen, instead of countless clicking "continue" in debugger.
everyday i create a file if ~/self directory with name %dd-%mm-%Y.txt i put there everything, literally: code snippets, thought, todos, contacts, stack traces, links. i am in emacs, but i do not use org and git - have no idea why i should. searching is just a grep