Skip to content

Commit

Permalink
post: journal entry week starting 29 December 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Jan 2, 2025
1 parent d993c50 commit c3a9c05
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions docs/posts/2024/december/29.md
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}

0 comments on commit c3a9c05

Please sign in to comment.