Categories
Bronze Playstation Achievements

Astute Appraiser – Resident Evil 4

Sell a single treasure for at least 100000 ptas.

Categories
Bronze Playstation Achievements

Amateur Shooter – Resident Evil 4

Complete a game at the shooting range.

Categories
Bronze Playstation Achievements

Shield Your Eyes – Resident Evil 4

Defeat 3 enemies at once with a flash grenade.

Categories
Bronze Playstation Achievements

Overkill – Resident Evil 4

Use a cannon to defeat a zealot.

Categories
Bronze Playstation Achievements

Talk About Near-Death Experience! – Resident Evil 4

Rescue Ashley as she’s being carried away by the enemy.

Categories
Playstation Achievements Silver

Grilled Big Cheese – Resident Evil 4

Defeat Bitores Méndez.

Categories
Bronze Playstation Achievements

Harpoon Hurler – Resident Evil 4

Defeat Del Lago.

Categories
Programming

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 […]

Categories
Bronze Playstation Achievements

Revolt Against the Revolting – Resident Evil 4

Destroy a Clockwork Castellan.

Categories
Bronze Playstation Achievements

My Preferred Piece – Resident Evil 4

Upgrade a weapon.

Categories
Bronze Playstation Achievements

Nice One, Stranger! – Resident Evil 4

Complete a request for the Merchant.

Categories
Bronze Playstation Achievements

Knife Basics – Resident Evil 4

Parry an enemy with a knife.

Categories
Bronze Playstation Achievements

Mapmatician – Resident Evil Village

Complete the village map.

Categories
Bronze Playstation Achievements

When You Gotta Go… – Resident Evil Village

Open the door to every outhouse in the village in a single playthrough.

Categories
Programming

General plugins I use in Neovim

I define a “general plugin” as a plugin that I use regardless of the filetype I’m editing. These will add extra functionality for enhancing my Neovim experience. I use Which-key for displaying keybindings as I type them. For example if I press my <leader> key and wait a few milliseconds, it will display all keybindings […]

Categories
Programming

Passive plugins I use in Neovim

These plugins I use in Neovim are ones I consider “passive”. That is, they just sit there doing their thing in the background to enhance my development experience. Generally they wont offer extra keybindings or commands I will use day to day. You can view all the plugins I use in my plugins.lua file in […]