summaryrefslogtreecommitdiff
path: root/entry
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-14 22:16:16 +0200
committerewy <ewy0@protonmail.com>2026-04-14 22:16:16 +0200
commit6c0dde09644fdccafa00180d6788bb199e051fa8 (patch)
tree511b7284386b3fd9513ccee4238229d3d7091918 /entry
parentb07a6a9eaced0035335fb25babe0d6d260f95f85 (diff)
add new entry
Diffstat (limited to 'entry')
-rw-r--r--entry/delayed-link-and-mepik-dev/index.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/entry/delayed-link-and-mepik-dev/index.html b/entry/delayed-link-and-mepik-dev/index.html
new file mode 100644
index 0000000..b300e52
--- /dev/null
+++ b/entry/delayed-link-and-mepik-dev/index.html
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>Machine learning is not AI | 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="Launched two new projects!" property="og:title" />
+ <meta content="delayed.link and mepik.dev" property="og:description" />
+ <meta content="https://blog.ewy.one/entry/delayed-link-and-mepik-dev" property="og:url" />
+ <meta content="#3E3B37" data-react-helmet="true" name="theme-color" />
+</head>
+<body>
+<header>
+ <h1>Machine learning is not AI.</h1>
+</header>
+<main>
+ <p>
+ Launched two new projects!
+ </p>
+ <h2><a href="https://delayed.link">delayed.link</a></h2>
+ <p>
+ Have you ever wanted to send someone a link only for them to only be able to open it later? Now you can!
+ </p>
+ <h2><a href="https://mepik.dev">mepik.dev</a></h2>
+ <p>
+ Task runner that I've been working on to some extent for over three years. The "catch" are that targets are just files, integration with other task systems, fuzzy target locating and the ability to remember. This is a completely new iteration of the program as I was unable to bring it with me from my work. The rewrite was actually hugely beneficial as its purpose is now a lot more clear, letting me design all of the parts to slot into eachother perfectly, instead of being bolted on.
+ </p>
+</main>
+<footer>
+ <a href="/"><< Return</a>
+</footer>
+</body>
+</html>