summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorEwout Wieten <ewout@ewy.one>2023-01-10 14:09:13 +0100
committerEwout Wieten <ewout@ewy.one>2023-01-10 14:09:13 +0100
commit26d498fb85ac1301fc0933d64250a0d48d3e0880 (patch)
treebeaaae1418439c45ab3e4bfba3f2dcdf2c6881cf /index.html
Initial commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..57d7e6f
--- /dev/null
+++ b/index.html
@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>Blog | ewy.one</title>
+ <meta charset="UTF-8" />
+ <link rel="stylesheet" type="text/css" href="/reset.css"/>
+ <link rel="stylesheet" type="text/css" href="/terminal.css"/>
+ <meta content="Ewy's Thoughts" property="og:title" />
+ <meta content="The ramblings of a madman." property="og:description" />
+ <meta content="https://blog.ewy.one" property="og:url" />
+ <meta content="#3E3B37" data-react-helmet="true" name="theme-color" />
+</head>
+<body>
+<h1>Ewy's thoughts.</h1>
+<ul>
+ <li><a href="/entry/ai">
+ <time datetime="2022-06-15 10:34:00">15th of June, 2022</time>
+ Machine learning is not AI.
+ <li><a href="/entry/crypto-ponzi">
+ <time datetime="2022-01-16 23:11:00">16th of January, 2022</time>
+ Cryptocurrency is a ponzi scheme.
+ </a></li>
+ <li><a href="/entry/stop-it">
+ <time datetime="2022-01-03 11:58:33">3rd of January, 2022</time>
+ Stop consuming caffeine.
+ </a></li>
+ <li><a href="/entry/ten-years">
+ <time datetime="2021-12-14 18:38">14th of December, 2022</time>
+ Where do you see yourself in ten years?
+ </a></li>
+ <li><a href="/entry/to-be-continued">
+ <time datetime="2021-12-13 20:00">13th of December, 2022</time>
+ On things that do not yet exist.
+ </a></li>
+ <li><a href="/entry/theme">
+ <time datetime="2021-12-13 19:46">13th of December, 2022</time>
+ Themes are the opiate of the nerds.
+ </a></li>
+</ul>
+<h4>Reach me at: <a title="Base64 encoded">ZXdvdXRAZXd5Lm9uZQ==</a></h4>
+</body>
+</html>