Enjoyed watching the Tetris movie and wondered just how much was real and dramatised. Reading the background to the game it does seem the main thread of the movie is accurate, with perhaps some additional dramatic effect. It was a very enjoyable movie regardless.
I do remember the break-up of the USSR when it happened, first with Gorbachev as leader and then Boris Yeltsin. Then the Oligarchs (super rich) moved in and supported a more draconian leader in Putin (assumingly so they could keep hold of all their money).
I also remember Robert Maxwell as a disgraced billionaire that stole from his own company and mysteriously vanished from his luxury yacht.
API Security is typically managed by issuing a token for authentication. Only requests that include a valid token are processed, any requests with an expired or missing token are rejected. HTTP code 401 Unauthorised error message is returned for rejected requests.
When dealing with very sensitive data and higher risk actions common in financial services, additional security mechanisms are required. So I have been looking at mTLS and HTTP Message Signatures (RFC9421) this week.
Not going to be a productive week as I am full of flu. Given the time of year its most likely a variant of Covid. So far I've only had a headache, congested chest / nose / ears and some fatigue. Taking lots of paracetamol and drinking lots of water to try keep the inflammation at bay.
Edit: I was mostly okay by the weekend, although still had a sore throat and coughing.
Practicalli Astro config for Clojure development with Neovim initial release.
Presented my experiences with Component libraries to London Clojurians this week, specifically comparing Integrant and Donut-party/system. I discussed my Service REPL workflow to show the benefits and constraints of these two libraries.
For component libraries to work well, then code should be reloadable. There are a few parts of the Clojure language that do make it harder to reload code, (deftype, defrecord, etc), although I tend to avoid those parts anyway.
Monthly updates for Practicalli projects, driven by a scheduled version GitHub workflow that uses antq to report on project library dependencies and GitHub action library versions.
Release: Clojure CLI Config - 2024-07-07
Release: Project Templates - 2024-07-07
Which-key version 3 released, fixing localleader issue and providing a horizontal menu option.
I enjoyed the interview with Flexiana team this week, they are very friendly and it we had some very interesting discussions. I included my interview preparation notes which were mosty the same as shared in the video.
A blip with Emacs 29.4 release stopped the which-key menu from showing when in a major mode. This affected both the leader and local leader key. Within a couple of hours the issue was resolved before I really figured out the cause. I installed Emacs 29.4 on Termux to replicate an issue that was reported in the #spacemacs channel of the Clojurians Community slack community.
Updated to Kitty 0.35.1 easily and switching between dark and light themes working instantly again.
Diagnosed a 'new buffer' error with Conjure when using Neovim 0.9.0 and when opening a Clojure file, although everything works well in 0.10.0. EDIT: The maintainer added a fix to the develop branch for testing.
Video editing of footage taken by the front mounted camera on my bicycle. Advanced cycle training at Gravesend at the start of June.
Bigfoot Cycling Club at Gravesent Cyclopark
Took a few days away from the computer to work on the garden as its nice and sunny. A mostly sunny ride on Saturday around the Kent countryside.
More Neovim updates and getting closer to a release of Practicalli Astro-config
I have been using Neovim (and Emacs) on Termux, so I can code on my Android tablet or Android smart phone. I typically use an external keyboard (e.g. Keyboard.io Atreus or Model100), especially when considerable typing is involved.
As the hardware and compilation tooling is different for Android Linux (compared to amd64 linux) the Clojure and Lua LSP language servers would not install via the Mason manager. As these two languages are in the top 3 languages I use, then it is a great boost to get these servers working locally and configuring Neovim to use them instead.
I use the date command when I had a need to tweak the time on my Linux computer, saves launching the Settings app and using the mouse.
Timezones made easy
time.is makes figuring out timezones really simple. See the current time in any timezone across the world.
time.is very useful for events where people attend from different timezones. Set the local time and share a link for others who will see the event time in their own timezone.
I'm making some changes to the Practicalli AstroNvim configuration (AstroNvim4) over the next few days.
All my personal Neovim & plugin options (and associated workflow biases) will only be in lua/plugins/practicalli.lua. With these options only in one file, anyone else using the configuration can easily disable them.
I will encourage other users to create there own lua/plugins/personal.lua customisation so any changes from upstream will be easier to merge.
The GitHub repository will be renamed to practicalli/astro-config which its much easier to write and say during screencasts. GitHub should redirect when pulling updates
This week I will update Practicalli Neovim book install guide with new repo and further info on how to use the config effectively (especially with your own customisations)
Then the first official release of the config will be created via GitHub releases.
If I have time, there are lots of things to add to Practicalli Neovim book too (including a few more plugins I'm using in the config)