roam/20210218134000-how_i_work.org

56 lines
2.8 KiB
Org Mode
Raw Permalink Normal View History

2021-07-29 22:51:04 +00:00
:PROPERTIES:
:ID: df5b2861-3838-409d-b4e4-fce7f302f778
:END:
2021-02-20 02:30:40 +00:00
#+title: How I Work
2021-07-29 22:51:04 +00:00
I work primarily within [[id:edc0533a-9097-4f5e-a2af-6caeae2f426b][Emacs]], typically with a Chromium web browser and/or a
2021-02-20 02:30:40 +00:00
terminal emulator alongside it, and Slack and/or other messaging apps on another
screen.
2021-12-18 07:15:10 +00:00
* Organizing my space
- Using a tiling window manager ([[https://github.com/koekeishiya/yabai][yabai]] in OSX
) to keep windows I need to see where I need to see them, and avoid getting
jumbled with things getting hidden behind each other.
- Splitting my ultrawide so I can provide a desktop for sharing my workspace
remotely
- Keeping a dedicated monitor for Slack communication
#+begin_src ditaa :cmdline -T :file monitor-layout.png
/----------------+---------------+----------------------+------------\ /-------------------------------\
| | | | | | |
| Documentation | Video Call | | App in | | |
| |cAFA | | Browser | | |
| +---------------+ Emacs |cAFF | | Slack |
| | | +------------+ | |
| | Misc. | | | | |
| | | | Terminal | | |
|cAFF |cFAF |cFAA |cAAA | |cAAF |
\----------------+---------------+----------------------+------------/ \-------------------------------/
#+end_src
#+RESULTS:
[[file:monitor-layout.png]]
2021-02-20 02:30:40 +00:00
* Coding
- Navigating projects and source files using Projectile.
- Staging and committing changes with Magit.
2021-07-29 22:51:04 +00:00
+ Submitting MRs with Forge
2021-02-20 02:30:40 +00:00
- Running integrated code formatters, linters, and test runners.
* Writing
2021-12-18 07:15:10 +00:00
** Keeping a work journal
2021-07-29 22:51:04 +00:00
- Maintaining a work journal with [[id:4d7dffe3-4af4-41d0-85a2-270a20593c8d][Org Mode]], taking meeting notes and keeping a
2021-02-20 02:30:40 +00:00
record of how I accomplish non-coding work like troubleshooting issues.
2021-12-18 07:15:10 +00:00
** Organizing notes :ATTACH:
2021-07-29 22:51:04 +00:00
- Documenting things as I go in [[id:0567a35c-3afb-4ed5-a9ec-47425c5d6f06][Org-roam]] and exporting them to Confluence when
2021-12-18 07:15:10 +00:00
appropriate.
[[attachment:_20211217_170445image.png]]
2021-02-20 02:30:40 +00:00
** Including shell commands, http calls, sql queries, and their results in my notes
** Including graphs and diagrams
** Publishing documents
2021-07-29 22:51:04 +00:00
* Tracking things to do
- Capturing /and scheduling/ tasks
- Using the [[id:4d7dffe3-4af4-41d0-85a2-270a20593c8d][Org Mode]] agenda view to plan my day
2021-10-19 21:02:47 +00:00
- [[id:038c58e9-2fe9-495a-8dfb-bc3c1c538ad1][Managing projects]]