1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>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.one" property="og:title"/>
<meta content="writer of binary prose" property="og:description"/>
<meta content="https://blog.ewy.one" property="og:url"/>
<meta content="#3E3B37" data-react-helmet="true" name="theme-color"/>
</head>
<body>
<header>
<h1><a href="/" class="fakelink">ewy.one</a></h1>
</header>
<main>
<section>
<h2>projects</h2>
<ul>
<li><h3><a href="https://delayed.link">delayed.link</a></h3>
Share time-locked links. The anticipation makes the receiving more meaningful.
</li>
<li><h3><a href="https://mepik.dev" title="pik is short for pickaxe">pik</a></h3>
File-based task runner. Smart target invocation, memory and a TUI for when you get lost.
</li>
</ul>
</section>
<section>
<h2>"blog"</h2>
<ul>
<li><a href="/entry/delayed-link-and-mepik-dev">
<time datetime="2026-04-14 22:13">14th of April, 2026</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>
Escaping the Strigo environment.
</a></li>
<li><a href="/entry/dock">
<time datetime="2023-09-09 17:28">9th of September, 2023</time>
Dockuments.
</a></li>
<li><a href="/entry/tax">
<time datetime="2023-01-29 03:04">29th of January, 2023</time>
Tax evasion is your moral duty.
</a></li>
<li><a href="/entry/cmd">
<time datetime="2023-01-10 14:44:00">10th of January, 2023</time>
Separation of term and shell.
</a></li>
<li><a href="/entry/ai">
<time datetime="2022-06-15 10:34:00">15th of June, 2022</time>
Machine learning is not AI.
</a></li>
<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>
</section>
</main>
<footer>
<h4>Reach me at: <a title="Base64 encoded">ZXd5MEBwcm90b25tYWlsLmNvbQ</a></h4>
</footer>
</body>
</html>
|