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 Dec 31, 2024
1 parent d993c50 commit f569331
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions docs/posts/2024/december/29.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
title: A new dawn a new day its a new life
date: 2024-12-29
authors:
- practicalli
categories:
- practicalli
tags:
- clojure
---


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.



<!-- 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
```

---
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 f569331

Please sign in to comment.