David Peach

David Peach

  • Journal
  • Programming
  • Virtual Photography
  • Notes
  • Junji Ito Manga Reviews
  • πŸ“‚ Programming
    11th September 2023

    Using a single file neovim configuration file

    When I first moved my Neovim configuration over to using lua, as opposed to the more traditional vimscript, I thought I was clever separating it up into many files and includes. Turns out that it became annoying to edit my configuration. Not difficult; just faffy. So I decided to just stick it all into a…


  • πŸ“‚ Journal
    30th August 2023

    Don’t stop building

    I really enjoy building scripts for my own workflow. I wish I had the skills to build things in the real world, but until then I’ll keep building stuff in the digital space only. Although I love working with PHP and Laravel, it is Bash that has re-ignited a passion in me to just build…


  • πŸ“‚ Programming
    30th August 2023

    Lupo static site generator

    What is Lupo? Lupo is a simple static site generator, written in Bash. I built it for myself to publish to a simple website of my own directly from the command line. It was inspired by Rob Muhlestein and his approach to the Zettelkasten method. Installation Running through the following set of commands will install…


  • Using ansible to prepare a digital ocean droplet to host a static website
    πŸ“‚ Programming
    29th August 2023

    Using ansible to prepare a digital ocean droplet to host a static website

    Preface This guide comes logically after the previous one I wrote about setting up a digital ocean server with Terraform. You can clone my website’s ansible repository for reference. The main logic for this Ansible configuration happens in the setup.yml file. This file can be called whatever you like as we’ll call it by name…


  • Setting up a Digital Ocean droplet for a Lupo website with Terraform
    πŸ“‚ Programming
    29th August 2023

    Setting up a Digital Ocean droplet for a Lupo website with Terraform

    Overview of this guide My Terraform Repository used in this guide Terraform is a program that enables you to set up all of your cloud-based infrastructure with configuration files. This is opposed to the traditional way of logging into a cloud provider’s dashboard and manually clicking buttons and setting up things yourself. This is known…


  • Beyond Aliases — define your development workflow with custom bash scripts
    πŸ“‚ Programming
    25th August 2023

    Beyond Aliases — define your development workflow with custom bash scripts

    Being a Linux user for just over 10 years now, I can’t imagine my life with my aliases. Aliases help with removing the repetition of commonly-used commands on a system. For example, here’s some of my own that I use with the Laravel framework: You can set these in your ~/.bashrc file. See mine in…


  • πŸ“‚ Notes
    25th August 2023

    Strange Things are Afoot

    Complete a task for a stranger Red Dead Redemption


  • πŸ“‚ Notes
    23rd August 2023

    Clemency Pays

    Capture a bounty alive


  • πŸ“‚ Notes
    23rd August 2023

    That Government Boy


  • Foxglove at Pipe Hall Farm
    πŸ“‚ Photos
    15th June 2023

    Foxglove at Pipe Hall Farm

    nice flower.


  • Setting up a GPG Key with git to sign your commits
    πŸ“‚ Programming
    5th June 2023

    Setting up a GPG Key with git to sign your commits

    Signing your git commits with GPG is really easy to set up and I’m always surprised by how many developers I meet that don’t do this. Of course it’s not required to push commits and has no baring on quality of code. But that green verified message next to your commits does feel good. Essentially…


  • πŸ“‚ Programming
    1st April 2023

    How I use vimwiki in neovim

    This post is currently in-progress, and is more of a brain-dump right now. But I like to share as often as I can otherwise I’d never share anything πŸ™‚ Please view the official Vimwiki Github repository for up-to-date details of Vimwiki usage and installation. This page just documents my own processes at the time. Installation…


Previous Page
1 … 20 21 22 23 24 … 204
Next Page

.

Categories

  • Chats (34)
  • Destiny 2 Progress (5)
  • Interviews (13)
  • Journal (81)
  • Junji Ito Manga Reviews (65)
  • Music Reviews (58)
  • Notes (1,687)
  • Photos (80)
  • Programming (49)
  • Reposts (18)
  • Virtual Photography (353)
    • A Plague Tale: Innocence Virtual Photography (2)
    • Control Virtual Photography (3)
    • Cyberpunk 2077 Virtual Photography (17)
    • Days Gone Virtual Photography (32)
    • Dead By Daylight Virtual Photography (9)
    • Death Stranding 2: On The Beach (27)
    • Death Stranding Virtual Photography (13)
    • Everybody's gone to the Rapture Virtual Photography (3)
    • God of War Virtual Photography (5)
    • Hellblade Senua's Sacrifice Virtual Photography (9)
    • Horizon Forbidden West (10)
    • Horizon Zero Dawn Virtual Photography (80)
    • Kena Bridge of Spirits Virtual Photography (4)
    • No Man's Sky Virtual Photography (5)
    • Ratchet and Clank Rift Apart Virtual Photography (1)
    • Red Dead Redemption 2 Virtual Photography (5)
    • Resident Evil 2 Virtual Photography (29)
    • Resident Evil 4 Virtual Photography (12)
    • Resident Evil 7 Virtual Photography (2)
    • Resident Evil Village Virtual Photography (12)
    • The Last of Us part 2 Virtual Photography (25)
    • The Last of Us Virtual Photography (27)
    • Uncharted 4 Virtual Photography (21)

David Peach

Built with WordPress