summary refs log tree commit diff
path: root/emacs/etc
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/etc')
-rw-r--r--emacs/etc/elfeed.org36
-rw-r--r--emacs/etc/interview.org11
-rw-r--r--emacs/etc/new-project.org15
-rw-r--r--emacs/etc/weekly_review.org40
4 files changed, 102 insertions, 0 deletions
diff --git a/emacs/etc/elfeed.org b/emacs/etc/elfeed.org
new file mode 100644
index 0000000..900f615
--- /dev/null
+++ b/emacs/etc/elfeed.org
@@ -0,0 +1,36 @@
+#+TITLE: list of feeds
+
+* blogs                                                              :elfeed:
+** [[https://apenwarr.ca/log/rss.php][apenwarr]]
+** [[https://crawshaw.io/atom.xml][david crawshaw]]
+** [[https://nullprogram.com/feed/][chris wellons]]
+** [[https://vincent.bernat.ch/en/blog/atom.xml][vincent bernat]]
+** [[https://www.tbray.org/ongoing/ongoing.atom][tim bray]]
+** [[https://utcc.utoronto.ca/~cks/space/blog/?atom][chris siebenmann]]
+** [[https://sachachua.com/blog/category/emacs/feed][sacha]]
+** [[https://karl-voit.at/feeds/lazyblorg-all.atom_1.0.links-only.xml][karl voit]]
+** [[http://endlessparentheses.com/atom.xml][endless parantheses]]
+** [[https://trmm.net/api.php?hidebots=1&days=7&limit=50&action=feedrecentchanges&feedformat=atom][Trammel Hudson]]
+** [[https://so.nwalsh.com/feed/fulltext.xml][Norman Walsh]]
+** [[https://metebalci.com/index.xml][Mete Balci]]
+** [[https://blog.thelifeofkenneth.com/feeds/posts/default][Kenneth]]
+** [[http://fabiensanglard.net/rss.xml][Fabien Sanglard]]
+** [[https://blog.acolyer.org/feed/][The Morning Paper]]
+** [[https://www.unixsheikh.com/feed.rss][Unix Sheikh]]
+** [[http://www.brendangregg.com/blog/rss.xm][Brendan Gregg]]
+** [[http://www.masteringemacs.org/feed/][Mickey Petersen]]
+** [[https://www.with-emacs.com/rss.xml][with emacs]]
+** [[http://endlessparentheses.com/atom.xml][Endless Parentheses]]
+** [[http://blog.fogus.me/feed/][Mike Fogus]]
+** [[https://www.manueluberti.eu/feed.xml][Manuel Uberti]]
+* aggregators                                                        :elfeed:
+** [[https://lobste.rs/rss][lobste.rs]]
+** [[https://news.ycombinator.com/rss][hacker news]]
+** [[https://lwn.net/headlines/newrss][LWN]]
+** [[https://undeadly.org/cgi?action=rss&full=on][undeadly]]
+** [[http://planet.emacsen.org/atom.xml][planet emacsen]]
+* sites                                                              :elfeed:
+** [[https://usesthis.com/feed.atom][uses this]]
+* companies                                                          :elfeed:
+** [["https://oxide.computer/blog/index.xml][oxide]]
+** [[https://research.fb.com/feed/][FB research]]
diff --git a/emacs/etc/interview.org b/emacs/etc/interview.org
new file mode 100644
index 0000000..dfb24b1
--- /dev/null
+++ b/emacs/etc/interview.org
@@ -0,0 +1,11 @@
+* %U %^{Candidate name}                                              :interview:
+:PROPERTIES:
+:Created: %U
+:PairingWith: %^{pairing with}
+:Team: %^{which team}
+:Position: %^{name of the position}
+:END:
+** Notes for the interview
+** Feedback
+** Concerns
+** Outcome
diff --git a/emacs/etc/new-project.org b/emacs/etc/new-project.org
new file mode 100644
index 0000000..3d17d55
--- /dev/null
+++ b/emacs/etc/new-project.org
@@ -0,0 +1,15 @@
+* TODO %^{Project name}
+DEADLINE: %^t
+:PROPERTIES:
+:STARTDATE: %u
+:END:
+%^{OUTCOME}p
+%?
+- [ ] Add project tags for context (e.g. work, personal)
+- [ ] List specific tasks
+- [ ] Schedule next actions from generated tasks
+- [ ] Add links to wiki pages / tickets
+
+** Links
+** Tasks
+** Notes
diff --git a/emacs/etc/weekly_review.org b/emacs/etc/weekly_review.org
new file mode 100644
index 0000000..a7d2581
--- /dev/null
+++ b/emacs/etc/weekly_review.org
@@ -0,0 +1,40 @@
+* %U Review                                                                                                     :review:
+** Get Clear [0/3]
+- [ ] Collect Loose Papers and Materials.
+- [ ] Get "IN" to Zero:
+  - [ ] Papers
+  - [ ] Physical Notebook
+  - [ ] Physical Objects
+  - [ ] Text Messages
+  - [ ] Email Inbox
+  - [ ] [[https://read.amazon.com/kp/notebook][Kindle highlights]]
+  - [ ] Browser Tabs
+  - [ ] [[file:~/Downloads][Downloads]] Folder
+  - [ ] [[file:~/Desktop][Desktop]] Folder
+- [ ] Empty Your Head: New projects, tasks, waiting-fors, someday/maybes?
+** Get Current [0/7]
+- [ ] Review Action Lists
+#+BEGIN_SRC emacs-lisp
+  (progn
+    (org-agenda nil "a")
+    (org-agenda-day-view))
+#+END_SRC
+- [ ] Archive completed or inactive projects
+- [ ] Review calendar data
+- [ ] Review Upcoming Calendar
+- [ ] Review Waiting For List
+- [ ] Review Project (and Larger Outcome) Lists
+- [ ] Review Stuck Projects
+- [ ] Review Any Relevant Checklists
+** Get Creative [0/2]
+- [ ] Review Someday Maybe List
+- [ ] Be Creative and Courageous
+** Journal
+*** How are you doing right now?
+*** What went well this week?
+*** What didn't go so well this week?
+*** Did I learn anything important this week?
+*** Is there anything I can tweak, simplify, or eliminate?
+*** What is currently holding me back?
+*** What urgent questions do I have?
+*** What do I feel grateful for in my life and work/school?