-
-
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 f569331
Showing
1 changed file
with
60 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,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} |