Compare commits
2 Commits
acabb2cdd4
...
47f43a5775
Author | SHA1 | Date |
---|---|---|
|
47f43a5775 | |
|
0c3e19eca7 |
|
@ -24,7 +24,7 @@
|
||||||
effect would be exacerbated if you fed an agent a firehose of information
|
effect would be exacerbated if you fed an agent a firehose of information
|
||||||
from your camera-glasses, which is exactly how much information your own
|
from your camera-glasses, which is exactly how much information your own
|
||||||
monkey brain is intaking.
|
monkey brain is intaking.
|
||||||
<br />
|
<br /><br />
|
||||||
Human memory should be used as a model: when information is repeated, we
|
Human memory should be used as a model: when information is repeated, we
|
||||||
remember it more strongly, and if it's not, we forget. Additionally, humans
|
remember it more strongly, and if it's not, we forget. Additionally, humans
|
||||||
spend time "alone with our thoughts" reflecting on our memories and creating
|
spend time "alone with our thoughts" reflecting on our memories and creating
|
||||||
|
|
|
@ -27,8 +27,10 @@ a:visited {
|
||||||
|
|
||||||
aside {
|
aside {
|
||||||
background-color: var(--background-overlay);
|
background-color: var(--background-overlay);
|
||||||
max-width: 30%;
|
width: 30ch;
|
||||||
|
min-width: 30ch;
|
||||||
padding: var(--line-height) 1ch;
|
padding: var(--line-height) 1ch;
|
||||||
|
margin: var(--line-height) 1ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside:empty {
|
aside:empty {
|
||||||
|
|
Loading…
Reference in New Issue