From 1723de39decf009d98e0924238504107e8e9bc80 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 26 Dec 2024 00:15:15 -0800 Subject: new commit on laptop --- config/emacs.el | 5 ++++- config/emacs.org | 5 ++++- index.org | 6 +++--- mindmap/lrc_circuit.png | Bin 3271 -> 3271 bytes 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/config/emacs.el b/config/emacs.el index d1a4b50..4df7fc8 100644 --- a/config/emacs.el +++ b/config/emacs.el @@ -256,7 +256,10 @@ Otherwise, just insert the typed character." (use-package eglot :config (add-hook 'prog-mode-hook 'eglot-ensure) - (add-hook 'prog-mode-hook 'lsp)) + (add-to-list 'eglot-server-programs '(nix-mode . ("nil"))) + (add-hook 'prog-mode-hook 'lsp) + :hook + (nix-mode . eglot-ensure)) (use-package projectile :init diff --git a/config/emacs.org b/config/emacs.org index dcc4a0e..1fcca6c 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -321,7 +321,10 @@ We set up eglot, the LSP manager for emacs, now built in: (use-package eglot :config (add-hook 'prog-mode-hook 'eglot-ensure) - (add-hook 'prog-mode-hook 'lsp)) + (add-to-list 'eglot-server-programs '(nix-mode . ("nil"))) + (add-hook 'prog-mode-hook 'lsp) + :hook + (nix-mode . eglot-ensure)) #+end_src ** Projectile Manages projects and shit. diff --git a/index.org b/index.org index f18d8a8..8d59da4 100644 --- a/index.org +++ b/index.org @@ -73,20 +73,20 @@ it be used as a means of exchange? Probably not, but it's cool and free for me t An anonymous form of ecash, the only one out of these that is actually being used for the purpose of currency (on the dark web): #+begin_example -42eCG7GXqhofN9X4m8kTiwBLWr7b2m6QgdSd1NTtKZWqKCUzC7xuRcWUzct7SydZfUCqpf7KsWC6FhFmuP1ffGFwFskuURH +88DQVgiowjJLwsHfTaNjNgJ9Wu4Pw9msie89M2fMrTVJeDEnzqwYMQjX9nAnEDegWrU9LsJdNYp5EKkzxT73DuD6EGa9eWf #+end_example ** ETH (And associated tokens) Utility in the form of smart contracts (which are perhaps useful for something important in the future), with first mover advantage in this regard: #+begin_example -0x8512B753D1613143A379d0ba39bd335e94F37DCF +0x135Ed80afB7Cd06E494e5Bb737Da8D4B23153480 #+end_example Note that this includes subprojects such as LINK which I find to have some value. ** BTC The standard, and probably will continue to be used as a prediction market/speculative asset for the efficacy of other cryptocurrencies: #+begin_example -bc1qjxec4e08hzv09h0ss8q80ey0kc7356p6c8fg8h +bc1qaymk2ky8unwq7jdydjw6y9a5xr9z60mkds9ttq #+end_example Note that all of the above cryptocurrencies I believe are either potentially useful for some niche, or have value because of their de-facto link to other currencies that are useful for some niche. diff --git a/mindmap/lrc_circuit.png b/mindmap/lrc_circuit.png index 7356424..dd3cd56 100644 Binary files a/mindmap/lrc_circuit.png and b/mindmap/lrc_circuit.png differ -- cgit