Skip to content

Commit

Permalink
post: add footer to existing posts
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Jan 15, 2024
1 parent 5818b80 commit 69c526c
Show file tree
Hide file tree
Showing 33 changed files with 175 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/posts/100-days-of-code/day-094.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ The aim of the talk was to show off the advantages of Emacs, so I created my pre

See [[file:~/Documents/emacs-spacemacs.org][~/Documents/emacs-spacemacs.org]]

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/100-days-of-code/day-095.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ Carried on adding to the 4Clojure repository of solution write-ups. Discussing

There was a fairly easy solution using take and drop. However, with a little digging into the `clojure.core` the `juxt` function was a great way to show some abstraction over the drop and take.

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/100-days-of-code/day-096.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ This seemed a little about face, as we should be focusing more on how the user i
I documented the solution to 4Clojure echallenge #50 whilst travelling on the train home from the meeting with the AI product client.


---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/100-days-of-code/day-097.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ We use destructuring to define local names from data structures, both in `let` f

The challenge itself was fairly straight-forward, demonstrating a nested destructuring example.

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

6 changes: 6 additions & 0 deletions docs/posts/100-days-of-code/day-098.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,9 @@ Then the resulting partitions needed to be flattened to get the right shape of d
 c (first (sort-by count > b))]
 (concat (first c) (map last (rest c)))))
```

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/100-days-of-code/day-099.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ Wrote up previous 4Clojure solutions #12 to #15

Lots of fun with sequences and sequence related functions. Also included two exercises on defining your own functions.

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/100-days-of-code/day-100-4clojure.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ Continuing to write up a description on how I solved each 4Clojure exercise, exp

Today was a write up and elaboration on the exercises I covered in yesterdays Clojure study group broadcast.

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/100-days-of-code/day-101-an-extra-day-of-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ The test report buffer is shown, replacing an an existing buffer if the test buf

The [Spacemacs Window Purpose layer](https://github.com/bmag/spacemacs-config/tree/master/layers/window-purpose) could be used to modify the behaviour of the test report buffer placement and window positions for other kinds of buffer (not something I have tried yet)

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/100-days-of-code/day-106.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ Refactor the `play-game` function to take `starting-board` and `player-sequence`

It could be interesting to make an AI for both players and watch the output as a game progresses. A dynamic web page view of the game simulation could producing a simulation like that seen at the end of the [War Games movie](https://en.wikipedia.org/wiki/WarGames){target=_blank}.

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

7 changes: 7 additions & 0 deletions docs/posts/2023/december-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,10 @@ A summary of the tooling projects created and regularly maintained by Practicall
## Social visits

Catch up with the neighbour who looks after my cats when away and I look after theirs. Making plans for cat sitting over the holidays.


---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

7 changes: 7 additions & 0 deletions docs/posts/2023/december-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ Set up Zsh on the Lenovo AMD laptop using the [:fontawesome-brands-github: prezt
The prezto configuration includes an option for fish shell style completion, showing the last matching command in full as a command is typed. This completion is a nice complement to the command line history.

A nice dark powerline10k terminal prompt theme was defined and added to the [:fontawesome-brands-github: practicalli/dotfiles](https://github.com/practicalli/dotfiles) repository.


---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/2023/december-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,8 @@ This kind of Git issue rarely occurs, so having an inline help message if very h

Its assumed the root cause is some change to the LuaSnip commit history after the plugin was previously installed locally. Or something locally was added by Neovim. As the fix is very simple and fast to implement, there isnt much value in digging deeper unless this kind of issue occurs much more often.

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/2023/december-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ Using Notion.so which has a Daily Journal template to keep a work specific histo

I am sure there was an Emacs mode for Notion :)

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/2023/december-05.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ Hopefully there are key bindings to control more of the MacOSX desktop and I can

People have suggested Rectangle as a way to have a more keyboard controlled experience with the MacOSX desktop.

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/2023/december-06.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ Luckily I found some semi-respectable clothes to wear and was pleasently surpris

I joined in time to take part in the company dinner so this week is a great chance to meet lots of people in person and start building relationships.

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/2023/december-09.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,8 @@ Today I did 5km in 35 minutes and 5 seconds, which is 20 seconds faster than las

I came 37th in my age group with an age-graded score of 42.42% (double the meaning of life). The age-graded score is a measure against world record running times for a specific age range, so it seems I wont be breaking any world records for a while :)

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/2023/december-17.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,8 @@ Practicalli Neovim
b6bed92 Add config (3 months ago)
```

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

4 changes: 4 additions & 0 deletions docs/posts/2023/december-24.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,8 @@ A walk on Sunday for an hour helped streatch my legs. Walking is a good way to
I joined the local 5 km park run event on December 25h and manage a time of 34 minutes and 34 seconds, although [the run on Strava it was 33 minutes and 59 seconds](https://www.strava.com/activities/10433750076).


---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

6 changes: 6 additions & 0 deletions docs/posts/2023/december-31.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,9 @@ Subscribed to Spotify using a free 3 month plan and work email address. Will us
## Misc

The title of this post is an homage to the original Tron movie.

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/2023/november-19.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ The first phase of the project would provide a website that included the most co

[mkdocks-:fontawesome-brands-github: Which Libraries Project - GitHub issue](https://github.com/practicalli/which-clojure-library/issues/1){target=_blank .md-button}

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

6 changes: 6 additions & 0 deletions docs/posts/2023/november-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,9 @@ Carry out adminsitrative tasks as required and type `exit` to leave the root aco
Terminal applications (e.g. [Kitty](https://practical.li/engineering-playbook/command-line/kitty-terminal/){target=_blank}) can open multiple tabs, so one of the tabs can be used to `su` to the root account.

[:fontawesome-solid-book-open: Kitty Terminal - Practicalli Engineering Playbook](https://practical.li/engineering-playbook/command-line/kitty-terminal/){target=_blank .md-button}

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/2023/november-21.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,8 @@ Ubuntu adds the user account created during initial install to the sudo list, wh

The debian approach does require remembering two passwords, one for the daily user account and one for root administration account. However, the root password could be added to a secure password manager, e.g. NordPass.

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/2023/november-22.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,8 @@ My previous experience with MacBook was mared by the elusive `#` character, so I
[MacBook Keyboard guide](https://keyshorts.com/blogs/blog/41999105-the-ultimate-guide-to-macbook-keyboard){target=_blank .md-button}


---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

6 changes: 6 additions & 0 deletions docs/posts/2023/november-23.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,9 @@ The Google account App Password is used to send @practical.li emails via Google
Backing up a Lenovo laptop to get ready to install Debian Linux.

Backup [Asus Eze PC 900](https://en.wikipedia.org/wiki/Asus_Eee_PC) and installed Debian Linux using i386 net iso image.

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/2023/november-24.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,8 @@ Firefox ESR has DRM disabled by default, so streaming video sites like Amazon Pr

Amazon Prime shows an error describing how to enable the Widevine Content Decryption Module, however this plugin will not show in the `about:plugins` until the Settings > General > Play DRM Content option is checked.

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

6 changes: 6 additions & 0 deletions docs/posts/2023/november-25.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ Wrapped up warm with multiple layers:
A little more research into understanding the Neovim quickfix mode.

Lots of notes that need organising when I'm not really sleepy from cycling.

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/2023/november-26.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ Interesting articles:

[Global Find and Replace in Neovim](https://elanmed.dev/blog/global-find-and-replace-in-neovim){target=_blank .md-button}

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/2023/november-27.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ There are lots more things to sell and give away, so will be having another push

I have plenty of parcel tape for my tape 'gun' and plenty of empty cardboard boxes, so boxing things up is covered.

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/2023/november-28.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,8 @@ Donating my existing office chair on Freecycle tomorrow, hopefully it will find

I'll hunt through the house tomorrow to see if there are other items to donate.

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

6 changes: 6 additions & 0 deletions docs/posts/2023/november-29.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,9 @@ Update AstroNvim to 3.39.0 from within AstroNvim, using `SPC p A`.

○ telescope.nvim  Telescope  nvim-neoclip.lua  telescope-file-browser.nvim
```

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/2023/november-30.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,8 @@ Debian documentation recommends a full upgrade after making such a change

Continuing with Debian Linux install on Thinkpad with AMD chipset, using trixie (current testing) as the distribution verion.

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

5 changes: 5 additions & 0 deletions docs/posts/2024/january/01.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,8 @@ Started following some simple Pilates videos specifically designed to strengthen

As I am organising my work calendar this month, I will ensure there is time for exercise each day and get into a routine that includes walking, yoga and pilates.

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

6 changes: 6 additions & 0 deletions docs/posts/2024/january/08.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,9 @@ Generate insights on lines written by language, repository, and time. Easily emb
```

Communicate directly with [Use the GitHub Trends API](https://github.com/avgupta456/github-trends/blob/main/docs/API.md) to create customize cards.

---
Thank you.

[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button}

0 comments on commit 69c526c

Please sign in to comment.