diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-14 22:16:16 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-14 22:16:16 +0200 |
| commit | 6c0dde09644fdccafa00180d6788bb199e051fa8 (patch) | |
| tree | 511b7284386b3fd9513ccee4238229d3d7091918 | |
| parent | b07a6a9eaced0035335fb25babe0d6d260f95f85 (diff) | |
add new entry
| -rw-r--r-- | entry/delayed-link-and-mepik-dev/index.html | 34 | ||||
| -rw-r--r-- | index.html | 11 |
2 files changed, 43 insertions, 2 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> @@ -13,8 +13,15 @@ <body> <h1>Ewy's thoughts.</h1> <ul> - <li><time datetime=2024-12-31 20:12>Isn't it crazy how checkers - is not the game in which you check?</time> + <li><<a href="/entry/delayed-link-and-mepik-dev"><time datetime=2026-04-14 22:13>14th of April, 2024</time> + Launched two new projects! + </a></li> + <li><a href="/entry/art"><time datetime=2025-02-23 15:00>23rd of Febuary, 2025</time> + Easy guide to living an authentic life and enjoying art + </a></li> + <li><time datetime=2024-12-31 20:12>31st of December, 2025</time> + Isn't it crazy how checkers + is not the game in which you check? </li> <li><a href="/entry/escape"> <time datetime="2024-04-04 18:57">4th of April, 2024</time> |
