updates
This commit is contained in:
parent
5e333c0a7a
commit
2c7ff5de38
8 changed files with 22 additions and 17 deletions
|
@ -49,10 +49,6 @@ notes can later be referenced when building up a full piece. In all likelyhood,
|
|||
they won't be copied straight in, but instead built upon further.
|
||||
|
||||
* Chapter 6: Simplicity Is Paramount
|
||||
:PROPERTIES:
|
||||
:ID: c88743b1-79b2-48f5-8702-fbbbc0ffb848
|
||||
:END:
|
||||
|
||||
#+begin_quote
|
||||
A typical mistake is made by many diligent students who are adhering to the
|
||||
advice to keep a scientific journal. A friend of mine does not let any idea,
|
||||
|
|
|
@ -10,5 +10,5 @@ find entries, they tend to be extremely narrowly focused to the exact problem
|
|||
being tackled at the time, and as they're written in the heat of solving those
|
||||
problems, they don't tend to include much elaboration on the bigger picture. The
|
||||
difficulty in sifting through a chronological work journal with entries of
|
||||
varying quality is noted plainly in Dr. Ahren's book, specifically [[id:c88743b1-79b2-48f5-8702-fbbbc0ffb848][Chapter 6:
|
||||
varying quality is noted plainly in Dr. Ahren's book, specifically [[file:20200716231656-how_to_take_smart_notes.org::*Chapter 6: Simplicity Is Paramount][Chapter 6:
|
||||
Simplicity Is Paramount]].
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#+title: Support groups
|
||||
|
||||
- [[file:20200713191259-slaa.org][Sex and Love Addicts Anonymous]]
|
||||
- [[file:20200718145643-trans_peer_network.org][Trans Peer Network]]
|
|
@ -6,4 +6,4 @@ version of themselves, grow, and eventually reach some conclusion and start anew
|
|||
on another path.
|
||||
|
||||
Each cycle could represent a sort of [[file:20200721011049-hero_s_journey.org][Hero's Journey]]. I'm particularly fond of
|
||||
the progression through [[id:127314ce-175c-41ef-b987-e185d0159b63][The Major Arcana of The Tarot]].
|
||||
the progression through [[file:20200721011247-the_tarot.org::*The Major Arcana][The Major Arcana of the Tarot]].
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
#+title: The Tarot
|
||||
* The Major Arcana
|
||||
:PROPERTIES:
|
||||
:ID: 127314ce-175c-41ef-b987-e185d0159b63
|
||||
:END:
|
||||
|
||||
The 22 trump cards of a tarot deck. In order, hey can be seen to depict a [[file:20200721011049-hero_s_journey.org][Hero's
|
||||
Journey]] from ignorant optimism (0, The Fool) through to completion (XXI, The
|
||||
World).
|
||||
|
|
7
20200723095845-software_development.org
Normal file
7
20200723095845-software_development.org
Normal file
|
@ -0,0 +1,7 @@
|
|||
#+title: Software Development
|
||||
|
||||
* Topics
|
||||
- [[file:20200723095958-cross_site_request_forgery.org][Cross-Site Request Forgery]]
|
||||
* Conferences
|
||||
- [[file:strangeloop-2018.org][Strange Loop 2018]]
|
||||
- [[file:abstractions-ii.org][Abstractions II]] (2019)
|
11
20200723095958-cross_site_request_forgery.org
Normal file
11
20200723095958-cross_site_request_forgery.org
Normal file
|
@ -0,0 +1,11 @@
|
|||
#+title: Cross-Site Request Forgery
|
||||
#+roam_alias: "CSRF"
|
||||
|
||||
* Using tokens with AJAX
|
||||
Consider hooking form posts to fetch a CSRF token before submitting the form
|
||||
POST request. This should help to ensure the client has a valid CSRF token for
|
||||
their session.
|
||||
|
||||
* Resources
|
||||
- [[https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html][Cross-Site Request Forgery Prevention Cheat Sheet]]
|
||||
- [[https://medium.com/@iaincollins/csrf-tokens-via-ajax-a885c7305d4a][CSRF Tokens via AJAX]]
|
|
@ -3,8 +3,7 @@
|
|||
A collection of entry points to various interests and ideas.
|
||||
|
||||
- [[file:20200719003936-being_transgender.org][Being transgender]]
|
||||
- [[file:20200719003435-conferences.org][Conferences]]
|
||||
- [[file:20200711111302-emacs.org][Emacs]]
|
||||
- [[file:20200721011317-the_phoenix_inquisitor.org][The Phoenix Inquisitor]]
|
||||
- [[file:20200719004542-support_groups.org][Support groups]]
|
||||
- [[file:20200723095845-software_development.org][Software Development]]
|
||||
- [[file:20200716214603-taking_better_notes.org][Taking better notes]]
|
||||
- [[file:20200721011317-the_phoenix_inquisitor.org][The Phoenix Inquisitor]]
|
||||
|
|
Loading…
Reference in a new issue