Skip to content

Commit

Permalink
new stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hparra committed May 1, 2023
1 parent 8c381ee commit 8cc1aeb
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
insert_final_newline = true

[*.md]
indent_size = 2
# https://daringfireball.net/projects/markdown/syntax#block
trim_trailing_whitespace = false
6 changes: 6 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"MD012": false,
"MD013": false,
"MD032": true,
"MD034": false
}
Binary file added media/think-about-it.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion notes/editors.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ i usually associate them with a phase, even if i still use them. (⭐️)

[Sunsetting Atom](https://github.blog/2022-06-08-sunsetting-atom/). github blog. rip.

[hgpa](/README.md)
[hgpa/notes](/notes/README.md)

[hgpa](/README.md)
2 changes: 1 addition & 1 deletion notes/emoji.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## mac os x

why do they make it so hard?
why do they make it so hard to use these?

## references

Expand Down
16 changes: 13 additions & 3 deletions notes/quotes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
---
---

quotes
======
# quotes

> Simple things should be simple, complex things should be possible
-- Alan Kay

> There are known knowns. These are things we know that we know. There are known unknowns. That is to say, there are things that we know we don't know. But there are also unknown unknowns. There are things we don't know we don't know.
-- Donald Rumsfeld

> All problems in computer science can be solved by another level of indirection, except for the problem of too many layers of indirection.
-- David Wheeler

> Simple things should be simple, complex things should be possible. [Alan Kay]

0 comments on commit 8cc1aeb

Please sign in to comment.