From: Evgenii Akentev Date: Thu, 31 Jul 2025 20:20:44 +0000 (+0400) Subject: update X-Git-Url: https://git.xn--bdkaa.com/?a=commitdiff_plain;ds=sidebyside;p=xn--bdkaa.com.git update --- diff --git a/config.toml b/config.toml index 2de21a1..ce18f7d 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://ak3n.com/" +baseURL = "https://xn--bdkaa.com/" languageCode = "en-us" title = "evgenii akentev" theme = "theme" @@ -9,7 +9,7 @@ uglyurls = true rssLimit = 10 disableKinds = ["taxonomy", "term", "categories"] [params] - sitename = "ak3n.com" + sitename = "ツツツ" author = "Evgenii Akentev" [permalinks] diff --git a/content/posts/implementations-of-the-handle-pattern.html b/content/posts/implementations-of-the-handle-pattern.html index 71804ba..ca0f55d 100644 --- a/content/posts/implementations-of-the-handle-pattern.html +++ b/content/posts/implementations-of-the-handle-pattern.html @@ -10,7 +10,7 @@ called Handle or Service pattern. In this post, I want to show different implementations of the Handle pattern and compare them. All examples described below are available in this repository -https://git.ak3n.com/?p=handle-examples.git. +https://git.ツツツ.com/?p=handle-examples.git. When you might need the Handle pattern -------------------------------------- diff --git a/content/posts/wisdom-and-software-engineering.html b/content/posts/wisdom-and-software-engineering.html index 533a579..f20e13c 100644 --- a/content/posts/wisdom-and-software-engineering.html +++ b/content/posts/wisdom-and-software-engineering.html @@ -72,7 +72,7 @@ no matter how much time I invested in Vim/Emacs/&c. or other terminals. I think it's important to be aware of this state. Because of it, I think, we become programmers — we like to program. We like to work and build things, to iterate, to see the results, edit, compile, edit, &c. I mentioned it in -https://ak3n.com/posts/on-short-lived-software.html, that this is what makes +https://ツツツ.com/posts/on-short-lived-software.html, that this is what makes programming interesting, not the result, which is almost always temporary. What's even more important than to be aware of the flow state — the ability to control it. diff --git a/deploy.sh b/deploy.sh index 47ba11c..1b67499 100755 --- a/deploy.sh +++ b/deploy.sh @@ -4,6 +4,6 @@ hugo tar -C public -cvz . > site.tar.gz -ssh ak3n@ak3n.com "rm -rf public/*" -scp site.tar.gz ak3n@ak3n.com:public/ -ssh ak3n@ak3n.com "cd public; tar -xf site.tar.gz; rm site.tar.gz" +ssh evgenii@xn--bdkaa.com "rm -rf public/*" +scp site.tar.gz evgenii@xn--bdkaa.com:public/ +ssh evgenii@xn--bdkaa.com "cd public; tar -xf site.tar.gz; rm site.tar.gz" diff --git a/themes/theme/layouts/index.html b/themes/theme/layouts/index.html index 65d9c7e..06861da 100644 --- a/themes/theme/layouts/index.html +++ b/themes/theme/layouts/index.html @@ -23,39 +23,38 @@ projects - https://hackage.haskell.org/package/line-indexed-cursor Line-indexed file reader. -- https://git.ak3n.com/?p=machines.hs.git +- https://git.ツツツ.com/?p=machines.hs.git Abstract & Virtual machines in Haskell -- https://git.ak3n.com/?p=machines.rs.git +- https://git.ツツツ.com/?p=machines.rs.git Abstract & Virtual machines in Rust -- https://git.ak3n.com/?p=gcs.git +- https://git.ツツツ.com/?p=gcs.git Garbage collection algorithms -- https://git.ak3n.com/?p=temple.lean.git +- https://git.ツツツ.com/?p=temple.lean4.git A rudimentary template engine written in Lean4 without fancy dependent types and useful operators yet. It can parse, build a tree, and substitute using de Bruijn Indices. -- https://git.ak3n.com/?p=hub.go.git +- https://git.ツツツ.com/?p=hub.go.git A small websocket server in Go to track the TON's blockchain contracts. -- https://git.ak3n.com/?p=handle-examples.git +- https://git.ツツツ.com/?p=handle-examples.hs.git Examples of the Handle pattern in Haskell +- https://git.ツツツ.com/?p=cubicaltt-web.git + A web version of https://github.com/mortberg/cubicaltt, built in Haskell + using Reflex, GHCJS and Monaco, to reduce the entrance barrier. + - https://ulearn.me/Course/fpintroduction An online course on functional programming that I helped to create and teach between 2019 and 2021. Designed for bachelor students at Ural Federal University (taught in Russian). -- https://cubicaltt.ak3n.com - A web version of https://github.com/mortberg/cubicaltt, built in Haskell - using Reflex, GHCJS and Monaco, to reduce the entrance barrier. Source code - is available at https://git.ak3n.com/?p=cubicaltt.git. - contact ------- -hi @ ak3n.com +hi @ ツツツ.com {{ partial "footer.html" . }}