Skip to content

Commit 27c2e0a

Browse files
committed
Doc up dates - thinking
1 parent ef332cf commit 27c2e0a

File tree

4 files changed

+27
-1
lines changed

4 files changed

+27
-1
lines changed

Diff for: ActualCode.md

+16
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,19 @@ Other related
136136
6. The expressiveness of code.
137137
* [These are the storytelling lessons I learned from Steve Jobs](https://www.fastcompany.com/90747313/steve-jobs-lessons-tony-fadell-build-book-excerpt)
138138
* The story is more important than the product
139+
* [YOU SHOULD START A COMPUTER CLUB IN THE PLACE THAT YOU LIVE](https://startacomputer.club/)
140+
* [Recurse Center: Social rules ](https://www.recurse.com/social-rules)
141+
* No well-actually’s
142+
* > Alice: I just installed Linux on my computer!
143+
> Bob: It’s actually called GNU/Linux.
144+
* No feigned surprise
145+
* > Dan: What’s the command line?
146+
> Carol: Wait, you’ve never used the command line?
147+
* No backseat driving
148+
* > Bob: What’s the name of the string copy function?
149+
> Alice: Strncpy.
150+
> Eve: (from across the room) You should use strlcpy. It’s safer.
151+
* No subtle -isms
152+
* > Carol: Windows is hard to use.
153+
> Bob: No way. Windows is so easy to use that even my mom can use it.
154+

Diff for: book/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -389,4 +389,10 @@ https://github.com/s-macke/concepts-of-programming-languages
389389
* A novel concept (completely new to the learner)
390390

391391
Analogy? Students taught many lingustic languages at once to improve them all - they can say the name of farmyard animals in 4 languages, but can't hold a conversation in any of them.
392-
Can the same be true for programming/coding?
392+
Can the same be true for programming/coding?
393+
394+
* [Money lessons without money: The financial literacy fallacy](https://anandsanwal.me/financial-literacy-fallacy/)
395+
* You can't teach young people financial literacy in the classroom
396+
* The principle of the article is good, but it misses practical reality. The article suggests young people starting a business. And also argues about teaching compound interest. There is no way a business for a few months or even years could convey longer term patterns. Especially as the money use will be very spikey.
397+
* Some good links to a range of articles that inspired this article. Largely ragging on education for not being effective.
398+

Diff for: code_environments.md

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Skills
8484
* Look at the colours of the brackets - indentation
8585
* Multiple terminals
8686
* Hotkeys to move tabs + run
87+
* See more in mapOfComputing hotkeys
88+
* understand whitespace (and different newlines, tabs, spaces)
8789
* Get a small program that works - commit! - add functionality - Read the errors
8890
* Devtools
8991
* Network (request response? cors?)

Diff for: teachprogramming/static/projects/tools/commandline/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ bash, terminal, command line, commandline, shell
66

77
* https://github.com/onceupon/Bash-Oneliner
88

9+
xargs in general https://stackoverflow.com/questions/35589179/when-to-use-xargs-when-piping
10+
911
find | xargs
1012
get cookie from browser - export use in `curl`
1113
curl | jq

0 commit comments

Comments
 (0)