diff --git a/content/references/definitions.mkd b/content/references/definitions.mkd index 880f243..e70b18c 100644 --- a/content/references/definitions.mkd +++ b/content/references/definitions.mkd @@ -43,7 +43,7 @@ [Convict Conditioning]: http://www.dragondoor.com/b41/ [Core Dump]: http://en.wikipedia.org/wiki/Core_dump [Crank]: http://en.wikipedia.org/wiki/Crank_%28person%29 -[Crocker's Rules]: http://wiki.lesswrong.com/wiki/Crocker%27s_rules +[Crocker's Rules]: http://www.sl4.org/crocker.html [Crown of Thorns]: http://en.wikipedia.org/wiki/Crown_of_Thorns [Crusader Kings II]: http://www.paradoxplaza.com/games/crusader-kings-ii [DSL]: http://c2.com/cgi/wiki?DomainSpecificLanguage @@ -121,7 +121,6 @@ [Lossless Data Compression]: http://en.wikipedia.org/wiki/Lossless_data_compression [Lucid dreaming]: http://en.wikipedia.org/wiki/Lucid_dreaming [Lucius Vorenus]: http://en.wikipedia.org/wiki/Lucius_Vorenus_%28Rome_character%29 -[Luminosity]: http://wiki.lesswrong.com/wiki/Luminosity [Löb's Theorem]: https://en.wikipedia.org/wiki/L%C3%B6b%27s_theorem [MAO-I]: https://en.wikipedia.org/wiki/Monoamine_oxidase_inhibitor [MCD]: http://www.alljapaneseallthetime.com/blog/series/mcd-revolution diff --git a/content/references/videos.mkd b/content/references/videos.mkd index 8f6122e..18581da 100644 --- a/content/references/videos.mkd +++ b/content/references/videos.mkd @@ -97,4 +97,3 @@ [Komm Süßer Tod]: https://www.youtube.com/watch?v=vEq8wa1Oydc [Die Interimsliebenden]: http://vimeo.com/36592271 [Heidegger xtra]: https://www.youtube.com/watch?v=uSdHoNJu5fU -[Craig nothing]: https://www.youtube.com/watch?v=0qn5V6Cgg1o diff --git a/content_blog/consciousness/illusion.mkd b/content_blog/consciousness/illusion.mkd index f4ba547..afab2c7 100644 --- a/content_blog/consciousness/illusion.mkd +++ b/content_blog/consciousness/illusion.mkd @@ -87,7 +87,7 @@ In other words, Truman might realize that the happiness he knew didn't *depend* And somehow, this strikes me as *wrong*. Could you really imagine telling Truman that he might try convincing the director to write him some new scripts? Or worse, that Truman might try writing fanfic about his own life, and extract his happiness from it? After all, his previous life was just as fake, so what's the difference? -With sufficiently strong [luminosity][Luminosity], you ought to be able to realize that whatever good you experienced from things you thought were independent agents, but that turned out to be illusions, wasn't *caused* by those agents (because they never existed). The power was in your brain all along.[^bias] +With sufficiently strong luminosity, you ought to be able to realize that whatever good you experienced from things you thought were independent agents, but that turned out to be illusions, wasn't *caused* by those agents (because they never existed). The power was in your brain all along.[^bias] [^bias]: Figuring out if something is a bias or a value is [incredibly hard][LW bias value]. diff --git a/extract_links.sh b/extract_links.sh index c9fe627..07985d8 100755 --- a/extract_links.sh +++ b/extract_links.sh @@ -2,5 +2,5 @@ # Copyright muflax , 2012 # License: GNU GPL 3 -grep -ahorP '(https?[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]' content*/**/*.(mkd|org) +grep -ahorP '(https?[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]' content*/**/*.(mkd|org) | grep -v "muflax\.com"