This commit is contained in:
Correl Roush 2021-12-18 02:15:10 -05:00
parent 1f8fc7cde3
commit 614406f364
3 changed files with 59 additions and 1 deletions

View File

@ -7,16 +7,45 @@ I work primarily within [[id:edc0533a-9097-4f5e-a2af-6caeae2f426b][Emacs]], typi
terminal emulator alongside it, and Slack and/or other messaging apps on another
screen.
* 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]]
* Coding
- Navigating projects and source files using Projectile.
- Staging and committing changes with Magit.
+ Submitting MRs with Forge
- Running integrated code formatters, linters, and test runners.
* Writing
** Keeping a work journal
- Maintaining a work journal with [[id:4d7dffe3-4af4-41d0-85a2-270a20593c8d][Org Mode]], taking meeting notes and keeping a
record of how I accomplish non-coding work like troubleshooting issues.
** Organizing notes :ATTACH:
- Documenting things as I go in [[id:0567a35c-3afb-4ed5-a9ec-47425c5d6f06][Org-roam]] and exporting them to Confluence when
necessary.
appropriate.
[[attachment:_20211217_170445image.png]]
** Including shell commands, http calls, sql queries, and their results in my notes
** Including graphs and diagrams
** Publishing documents

29
daily/2021-12-16.org Normal file
View File

@ -0,0 +1,29 @@
:PROPERTIES:
:ID: ec05ae63-cb3b-486b-af19-4d01e9c10b2f
:END:
#+title: 2021-12-16
* Tagging validation issues
Met with Ryan M and Chris V to discuss a path forward for dealing with
troublesome data submitted to and currently stored in the [[id:7e503917-646f-4275-aab9-3a125b99cbfd][Tagging Service]].
** Tags allowing spaces
** Tags allowing commas
https://jira.aweber.io/browse/CCPANEL-11834
** Sanitizing / normalizing tags
https://jira.aweber.io/browse/CCPANEL-11888
- Tags are currently normalized to lowercase
- Should we normalize spaces?
- Should we disallow or remove commas?
- Should we validate only new tags?
- There is no way for the tagging service to know that a tag is already in use
elsewhere
- How many tags are in the system that meet our definition of malformed?
- Should we start by adding validation?
- We could implement a check that only tracks metrics when an added tag fails
validation
- This can be added to awsubs to see how many subscribers we would fail to
add
Chris will take some additional time to think through the options.

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 KiB