-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
post: journal entry week starting 29 December 2024
- Loading branch information
1 parent
d993c50
commit c3a9c05
Showing
1 changed file
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
--- | ||
title: A new dawn a new day its a new life | ||
date: 2024-12-29 | ||
authors: | ||
- practicalli | ||
categories: | ||
- practicalli | ||
tags: | ||
- neovim | ||
--- | ||
|
||
|
||
As we come to the end of 2025 I continue to contemplate what is next? | ||
|
||
Do I want to continue in the software engineering industry with its many systemic faults? | ||
|
||
Or should I branch out and do something completely different? | ||
|
||
[80,000 hours](https://80000hours.org/) is a guide to careers that have a positive impact on the world. | ||
|
||
My searching for a new home are currently focusing on the East coast of Scotland (which is dryer than London at the moment). Aberdeen (the granite city) has good support for cycling and a few cycle clubs in the area. | ||
|
||
Wired up my Playstation 4 and VR headset to start playing games again. During more severe covid symptoms I couldnt wear the VR headset as it put too much pressure on my head. From an hour of play today, the VR headset felt okay. | ||
|
||
I had a few quick games of Stardust and one surprisingly successful game of Polybius. | ||
|
||
<!-- more --> | ||
|
||
|
||
## Neovim | ||
|
||
[Neovim 0.11.3 released](https://github.com/neovim/neovim/releases/tag/v0.10.3). | ||
|
||
The nvim.appimage file was downloaded from the GitHub releases page, along with the SHA256 checksum. | ||
|
||
Check the integrity of the file download | ||
|
||
```shell | ||
sha256sum --check nvim.appimage.sha256sum | ||
``` | ||
|
||
Set the `nvim.appimage` file to executable. | ||
|
||
```shell | ||
chmod a+x nvim.appimage | ||
``` | ||
|
||
Move the nvim.appimage to the shared executable path to make available to all users, renaming to nvim. | ||
|
||
|
||
```shell | ||
sudo mv nvim.appimage /usr/local/bin/nvim | ||
``` | ||
|
||
### LSP file name refactor | ||
|
||
Astrocommunity has the `nvim-lsp-file-operations` plugin packaged, so taking it for a test drive to see if I can refactor filenames and update namespace names (and vice versa). | ||
|
||
--- | ||
Thank you. | ||
|
||
[:globe_with_meridians: Practical.li Website](https://practical.li){target=_blank .md-button} | ||
|
||
[:fontawesome-brands-github: Practical.li GitHub Org](https://github.com/practicalli){target=_blank .md-button} | ||
[:fontawesome-brands-github: practicalli-johnny profile](https://github.com/practicalli-johnny){target=_blank .md-button} | ||
|
||
[:fontawesome-brands-mastodon: @practicalli@clj.social](https://clj.social/@practicalli){target=_blank .md-button} | ||
[:fontawesome-brands-twitter: @practical_li](https://twitter.com/practcial_li){target=_blank .md-button} |