summaryrefslogtreecommitdiffstats
path: root/.md
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2022-02-20 14:17:11 -0500
committermjfernez <mjf@mjfer.net>2022-02-20 14:17:11 -0500
commit82c2c085f877f6dca63d847bd2599abeebf76933 (patch)
tree4292d8d23b0e4ecdd281ac77cc0afc969d222149 /.md
parentc9e8ea00187ba3c8ef8342b22e9f741b58e2fc93 (diff)
downloadsite-files-82c2c085f877f6dca63d847bd2599abeebf76933.tar.gz
Add txt files
Diffstat (limited to '.md')
-rw-r--r--.md/thoughts/syntax/random-python-idiosyncrasies.md17
-rw-r--r--.md/thoughts/txt/.description1
-rw-r--r--.md/thoughts/txt/0.txt1
-rw-r--r--.md/thoughts/txt/complexity.txt1
-rw-r--r--.md/thoughts/txt/dystopia.txt2
-rw-r--r--.md/thoughts/txt/old-debates.txt6
-rw-r--r--.md/thoughts/txt/on-being-dumb.txt2
-rw-r--r--.md/thoughts/txt/on-immaturity.txt3
-rw-r--r--.md/thoughts/txt/why-i-like-tech.txt5
9 files changed, 38 insertions, 0 deletions
diff --git a/.md/thoughts/syntax/random-python-idiosyncrasies.md b/.md/thoughts/syntax/random-python-idiosyncrasies.md
index 22e9e25..b6683b6 100644
--- a/.md/thoughts/syntax/random-python-idiosyncrasies.md
+++ b/.md/thoughts/syntax/random-python-idiosyncrasies.md
@@ -114,3 +114,20 @@ r = requests.get("www.debian.org")
pageSize = r.json()['pageSize'] # camel case ok
```
+## 6) If it's over 100 lines, you probably need a new file (and a class)
+
+This is more of a general coding thing, but I've encountered so many
+1000 line monster out there, I need to reiterate it. I understand how
+these things come to be, having made a few myself in the beginning. You
+get an idea and want to see it through in full. Like *On the Road* it
+comes out as a scroll Merlin himself would be proud of.
+
+But coming back to the scroll in a week half-drunk and half-tired is not
+a situation you want to be caught in. You can always import *any* python
+code you write with a simple:
+
+```python
+import filename
+```
+
+As long as it's in the same directory.
diff --git a/.md/thoughts/txt/.description b/.md/thoughts/txt/.description
new file mode 100644
index 0000000..82cab52
--- /dev/null
+++ b/.md/thoughts/txt/.description
@@ -0,0 +1 @@
+A collection of.... notes I guess? In ye old txt format
diff --git a/.md/thoughts/txt/0.txt b/.md/thoughts/txt/0.txt
new file mode 100644
index 0000000..4e1e907
--- /dev/null
+++ b/.md/thoughts/txt/0.txt
@@ -0,0 +1 @@
+All aphorisms are a subtle attempt at mind control.
diff --git a/.md/thoughts/txt/complexity.txt b/.md/thoughts/txt/complexity.txt
new file mode 100644
index 0000000..331b80f
--- /dev/null
+++ b/.md/thoughts/txt/complexity.txt
@@ -0,0 +1 @@
+Making things complex is actually a rather simple thing to do.
diff --git a/.md/thoughts/txt/dystopia.txt b/.md/thoughts/txt/dystopia.txt
new file mode 100644
index 0000000..6963b7f
--- /dev/null
+++ b/.md/thoughts/txt/dystopia.txt
@@ -0,0 +1,2 @@
+One of the surest ways to create a dystopia is to try to make the world
+a better place.
diff --git a/.md/thoughts/txt/old-debates.txt b/.md/thoughts/txt/old-debates.txt
new file mode 100644
index 0000000..0b72594
--- /dev/null
+++ b/.md/thoughts/txt/old-debates.txt
@@ -0,0 +1,6 @@
+*After watching an old episode of "Firing Line":
+https://www.youtube.com/watch?v=Atk7V3W6oUc *
+
+The most depressing thing about watching arguments from the 80s and 90s
+is that we're still arguing about mostly the same stuff. And even using
+the same talking points.
diff --git a/.md/thoughts/txt/on-being-dumb.txt b/.md/thoughts/txt/on-being-dumb.txt
new file mode 100644
index 0000000..db365fe
--- /dev/null
+++ b/.md/thoughts/txt/on-being-dumb.txt
@@ -0,0 +1,2 @@
+Never let the fact that you don't know how to do something stop you from
+doing it.
diff --git a/.md/thoughts/txt/on-immaturity.txt b/.md/thoughts/txt/on-immaturity.txt
new file mode 100644
index 0000000..3d734f9
--- /dev/null
+++ b/.md/thoughts/txt/on-immaturity.txt
@@ -0,0 +1,3 @@
+I've noticed a lot of immature people tend to go on and on about how
+much of an adult they are. Maturity, I've found, starts with
+understanding we're all still kids really.
diff --git a/.md/thoughts/txt/why-i-like-tech.txt b/.md/thoughts/txt/why-i-like-tech.txt
new file mode 100644
index 0000000..c489abe
--- /dev/null
+++ b/.md/thoughts/txt/why-i-like-tech.txt
@@ -0,0 +1,5 @@
+My fundamental interest in the history of computing, software, and the
+internet really boils down to one question.
+
+How did we arrive at a place where the world is governed by technologies
+that few, if anyone, understand?