Skip to content

Instantly share code, notes, and snippets.

@mistune
mistune / gtd.md
Created April 3, 2023 03:57 — forked from omgreenfield/gtd.md
Getting things done (GTD)

Getting Things Done (GTD)

Since I could remember, I've been obsessed with structure and organization that facilitate clarity and efficiency. I'm always trying to find the perfect way to leverage Jira, Confluence, Trello, and a thousand other tools to make work and life easier. It's gotten better, but it's far from perfect.

Recently, I started listening to the David Allen's audio book, "Getting Things Done: The Art of Stress-Free Productivity". In only a few chapters, this audio book has inspired me to completely revamp how I "get things done".

While I haven't heard the entire GTD system or even fully grasped everything I've heard, here are a few concepts that have already helped me become more productive at work and helped my family become more productive at home.

Get it out of your head

@mistune
mistune / notes.md
Last active December 23, 2022 10:00 — forked from sgherbst/notes.md
Installing Verilator on Windows 10 using a fresh MSYS2 install
  1. Download and install MSYS2: https://sourceforge.net/projects/msys2/
  2. Open MSYS2 shell and run pacman -Syu
  3. After some time you will be prompted to close the MSYS2 shell by clicking the "X" button, which you should do :-)
  4. Relaunch MSYS2 shell and run pacman -Su
  5. Install the required packages for Verilator:
> pacman -S git make autoconf gcc flex bison man perl python3
  1. Clone the Verilator source and build the latest stable release: