2020-05-10: Weekly Review
Preamble
Most of the articles this week are on the topic of structured knowledge management. Perhaps not the biggest shocker since I'm both working on a startup to help people manage their information as well as taking an online course on that very topic. Just like parallel computing, I think our ability to effectively apply the information that is available could be improved by many orders of magnitude using the right tools and systems.
Structure
- Thoughts: What I'm thinking about based on articles I'm reading and things I'm working on
- Systems: Tools and workflows I'm experimenting with to more effectively learn and get things done
- Outputs: Things I'm working on in various stages of completion
Thoughts
-
Structured Knowledge Management
- Articles
- 🌱 My blog is a digital garden, not a blog
Using this newest-first approach makes the site impenetrable and less useful for me and especially for anybody that might be visiting to learn or research
- How to Make A Memex - Sarah Constantin
Social media has a short memory. The defaults don't permit you to organize your own space.
- Principle 5: Conform to the patterns and expectations of the genre and schemas | I'd Rather Be Writing
A schema is a cognitive framework or concept that helps organize and interpret information. Schemas can be useful because they allow us to take shortcuts in interpreting the vast amount of information that is available in our environment. (What Is a Schema in Psychology?)
- John Locke’s Method for Common-Place Books (1685) – The Public Domain Review
In general, the commonplace book would result in a wonderfully tangled mixture of reading and writing, where disparate ideas could be fruitfully thrown together onto the same pages, fixed together only by a formal method (and of course similar word roots).
- 🌱 My blog is a digital garden, not a blog
- Notes
- Structuring information in a way that is easy to capture, reference and make connections from is hard. With physical constraints (eg. books and paper), people had to get creative to index and compress all that they cared about. In today's world of digital abundance, both from an information and tools perspective, people seem to have all but given up on trying to "manage information". Linear newsfeeds are great for dopamine hits and scrolling addiction but are hard to make use of when the moment has passed. But it doesn't need to be this way.
- Articles
-
When the status quo is "good enough"
- Articles
- Sunsetting Documentation - Meta Stack Overflow
Stack Overflow is already good enough at providing documentation of obscure features. Even when considering just the company's mission of helping programmers “learn, share their knowledge and build their careers”, Documentation isn’t the most efficient use of resources.
- Sunsetting Documentation - Meta Stack Overflow
- Notes
- Post-mortem of the stack overflow documentation effort. Was following it closely when it launched but like a lot of people mentioned in the retrospective, ultimately didn't use it. Existing documentation was "good enough" and when it wasn't, regular Stack Overflow worked. This one hit close to home because I did a similar post-mortem for the initial preview of Dendron. At that time, it was focused on consolidating all AWS documentation in one place with a small consistent hierarchy. It suffered from much of the same problems.
- Articles
Systems
-
Using
awless
as a replacement for aws-cli:- Notes
- I can never do anything on the AWS CLI without looking it up on the AWS CLI Reference page.
awless
makes it more manageable by reducing most commonly used commands to a small hierarchical set with sane defaults.been using https://t.co/bYbwX9ycdV for the past week. it's a CLI for managing #aws. enables easy ad-hoc inspection/prototypes without going into the console. favorite features: small and hierarchical set of commands to manage resources and references resources by name
— Kevin S Lin (@kevins8) May 9, 2020
- I can never do anything on the AWS CLI without looking it up on the AWS CLI Reference page.
- Notes
-
Using a project completion checklist
-
Notes
- Got the idea from Tiago of fortelabs. Basically a checklist to do at the end of a project. My own checklist below as reference (it's pretty basic).
- [ ] mark out in task manager (rtm) - [ ] review and consolidate project notes - [ ] move projects into archives - [ ] update related areas
-
Output
- Dendron
- Integrate outline editor into product
- 6x Customer Interviews
- Thence Consulting
- Automate provisioning/bootstrapping of a bunch of services
- Figuring out if there was a better way of transfering 50GB of data from EBS to EFS besides rsync (there wasn't unless you count parallel rsync)
anyone know if there is a better way to transfer 50gb from an EBS volume to EFS than mounting them on the same EC2 instance and doing rsync? #aws #ebs 🤔
— Kevin S Lin (@kevins8) May 6, 2020