diff options
Diffstat (limited to 'site/microblog.html')
-rw-r--r-- | site/microblog.html | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/site/microblog.html b/site/microblog.html new file mode 100644 index 0000000..94cab80 --- /dev/null +++ b/site/microblog.html @@ -0,0 +1,48 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Yuchen's Microblog</title> + <link rel="stylesheet" href="../assets/css/default.css" /> + <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script> + </head> + <body> + <header> + <span class="logo"> + <a href="microblog.html">Yuchen's Microblog</a> + </span> + <nav> + <a href="index.html">About</a><a href="microblog-feed.xml">Feed</a> + </nav> + </header> + + <div class="main"> + <div class="bodyitem"> + <p>2018-04-06</p> + <blockquote> +<ul> +<li>Access to computers—and anything that might teach you something about the way the world works—should be unlimited and total. Always yield to the Hands-On Imperative!</li> +<li>All information should be free.</li> +<li>Mistrust Authority—Promote Decentralization.</li> +<li>Hackers should be judged by their hacking, not bogus criteria such as degrees, age, race, or position.</li> +<li>You can create art and beauty on a computer.</li> +<li>Computers can change your life for the better.</li> +</ul> +</blockquote> +<p><a href="https://en.wikipedia.org/wiki/Hacker_ethic">The Hacker Ethic</a>, <a href="https://en.wikipedia.org/wiki/Hackers:_Heroes_of_the_Computer_Revolution">Hackers: Heroes of Computer Revolution</a>, by Steven Levy</p> + +</div> +<div class="bodyitem"> + <p>2018-03-23</p> + <blockquote> +<p>“Static site generators seem like music databases, in that everyone eventually writes their own crappy one that just barely scratches the itch they had (and I’m no exception).”</p> +</blockquote> +<p><a href="https://news.ycombinator.com/item?id=7747651">__david__@hackernews</a></p> +<p>So did I.</p> + +</div> + + </div> + + </body> +</html> |