I just learned that there’s a binding for inactive timestamps:
C-c !
.Which is so much easier than spacemac’s
M-m m d T
. There’s definitely a skill issue going on too because sometimes I miss the shift on the last key and I get an active timestamp.Note to self: buy this wine again when possible
Or anything from the winery to try:
Or anything from that region of France:
Languedoc-Roussillon
Or any wine using that grape:
Muscaris
I can totally write from wherever I want. Shout out Tailscale and congrats on a new round of funding!
But also this would not be possible without Termux and Emacs. Sure I’m slower than if I was at my desk with my keyboard. But I love that I can navigate a tmux session quickly amd easily.
Like it should not be this easy
I’m sitting on the train listening to this album and it’s sounding so good in my Status headphones.
My favorite part of this album has to be The Continuum I - IV. The album’s namesake comes in at number 5 I think.
I don’t plan my ceramics work ahead of time enough. In college, I would always sketch in clay to get proportions and stuff right. But I don’t these days and this last weekend I thought I could use my VR headset to be virtual clay so that I can play with shapes in 3D space
The tmux server machine needs an
~/.ssh/rc
with this line in itln -sf $SSH_AUTH_SOCK ~/.ssh/ssh_auth_sock
The tmux server machine also needs a tmux config with the following line
# Use a symlink to look up SSH authentication setenv -g SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock
Then when you change the ssh auth socket, you can run this to update your current shell
eval $(tmux show-env -s |grep '^SSH_')
I forget that when I allow cloudflare to proxy a URL for me, then I get SSL for free.
And previously, I turned off the proxying for my git server so that I can connect over SSH. So I ran
certbot
to get a certificate I can use with that subdomain.And this morning I noticed that I needed a cert for my photos server too. So converted to a wildcard cert for all top level subdomains
Maybe I’ve just been out of the game for too long, but I don’t remember debugging to be as easy as
<p> {{ debug.Dump site.Thing.I.Want.To.Inspect }} </p>
By stealing
cider
’s overlay function, I don’t have to look down to the message line anymore. But it’s cool to have the usual output in the message line and in an overlay.https://endlessparentheses.com/eval-result-overlays-in-emacs-lisp.html
Peter Taoussanis said something like:
when using annonymous functions, add a name to it so that where it errors, you leave a breadcrumb back to the annonymous function in the stacktrace
MacOS emacs needs to set the following:
(add-to-list 'default-frame-alist '(ns-transparent-titlebar . t)) (add-to-list 'default-frame-alist '(ns-appearance . dark))
I commented the old value right above it in case things went south, but it seems fine for now
Today I learned you can select the columns you want displayed by
docker ps
docker ps --format "table {{ .Names }}\t{{ .Status }}\t{{ .Ports }}"
This is way less noisy
I saw in an email that Coheed put out a new single and rereleased Deranged.
I agree with the band that the single doesn’t fit with the last album - it’s too synthy. I’m not a huge fan of the new song right now. But maybe it will grow on me after another listen.
Deranged is a trip down memory lane though and I will never be tired of that song
I started doing this a while ago, but didn’t really make it that far. It doesn’t cover my mobile reading experience, but maybe I don’t care for now. I would also love to sync this with bookmarks.andylu.dev and pull stuff from there so that things actually get read.
2024 is the year that I explore rust. I think the most engaging way to do that is to use it to compile QMK into some rust-ified executible and run my daily driver keyboard off of it.
Obviously, I shouldn’t brick my main keyboard to start. But thankfully, the previous keyboard I used daily is also using the same microprocessor. So I already have a playground or two, I just need to tweak emacs to get to work.
Also I don’t want to do a ton of it from scratch. So I need to see if other people have had this thought already