mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-10 07:43:03 +03:00
feat(emacs): even better text
This commit is contained in:
parent
f08585c89f
commit
2205202476
12 changed files with 192 additions and 190 deletions
166
content/posts/2023-04-13-emacs.md
Normal file
166
content/posts/2023-04-13-emacs.md
Normal file
|
|
@ -0,0 +1,166 @@
|
|||
+++
|
||||
title = "916 days of Emacs"
|
||||
author = ["Pavel Korytov"]
|
||||
date = 2023-04-12
|
||||
tags = ["emacs"]
|
||||
draft = true
|
||||
scripts = ["/js/chart.js", "/js/chartjs-adapter-date-fns.bundle.min.js", "/js/chartjs-plugin-datalabels.js", "/js/2023-04-13-emacs.js"]
|
||||
+++
|
||||
|
||||
<style>
|
||||
.quote-title {
|
||||
margin-left: 24px;
|
||||
}
|
||||
</style>
|
||||
|
||||
> Poof I made my free-time disappear
|
||||
|
||||
<p class="quote-title">- <a href="https://elken.dev">Ellis Kenyő</a>, on being called an "elisp mage"
|
||||
|
||||
Little did I know on the fateful day of **<span class="timestamp-wrapper"><span class="timestamp">[2020-10-09 Fri]</span></span>**, when I had installed [GNU Emacs](https://www.gnu.org/software/emacs/). I wasn't thinking about the [ethical aspects](https://www.gnu.org/philosophy/philosophy.html) of free software, the [aesthetics of Lisp](https://www.webofstories.com/play/marvin.minsky/44), or these other things with which an occasional layperson might explain how an almost [half a century old](https://www.jwz.org/doc/emacs-timeline.html) program can still be in [active use](https://emacsconf.org/2022/talks/survey/).
|
||||
|
||||
In fact, when considering using software X for anything, the most important question to me was: can X provide a better user experience? For Emacs, the answer to most of these questions turned out to be yes.
|
||||
|
||||
So over time, Emacs has become my programming environment, email client, window manager, knowledge base, [and a lot more](https://sqrtminusone.xyz/configs/emacs/). I think I ended up using Emacs for almost as many things as possible; I even authored a few packages that implement certain parts of my workflows that weren't readily available.
|
||||
|
||||
Among other things, the Emacs community is responsible for my introduction to [Zettelkasten](https://zettelkasten.de/), RSS, Lisps... Perhaps even my English became slightly less broken because Emacs is so text-centered. A lot has changed over the course of these short 2.5 years.
|
||||
|
||||
Anyway, this post is an attempt to quantify some aspects of that story. The numbers mostly come from projects called [ActivityWatch](https://activitywatch.net/) and [WakaTime](https://wakatime.com/).
|
||||
|
||||
Mostly I'm curious myself, but also every now and then I see Emacs people discussing their journeys through the Elisp-land, or a potential convert wondering whether this rabbit hole is worth investigating. If any of this applies to you, you might find something interesting in this document.
|
||||
|
||||
<noscript>
|
||||
Also, I use a lot of JavaScript here, but it's all open source. The only 3rd party library is the MIT-licensed <a href="https://www.chartjs.org/">chart.js</a>. So you need to enable JavaScript if you want to see the charts and some of the numbers that are dynamically calculated.
|
||||
</noscript>
|
||||
|
||||
|
||||
## Everything goes into Emacs {#everything-goes-into-emacs}
|
||||
|
||||
As I mentioned earlier, I use Emacs for a lot of things, which are described in my [Emacs config](https://sqrtminusone.xyz/configs/emacs/#introduction). Fig. 1 shows how Emacs replaced various programs over time.
|
||||
|
||||
<canvas id="chart-emacs-history">
|
||||
<p>Also, unfortunately this post turned out to be rather inaccessible for those reading that with a screen-reader. I guess, if that applies to you, just mentally skip the figure references.</p>
|
||||
|
||||
<p>I did try to describe what's going on in these in the post body.</p>
|
||||
</canvas>
|
||||
|
||||
As you can see, I used Neovim for a little over a year. We'll get into some numbers on that later.
|
||||
|
||||
The process of moving from knowing nothing about Emacs to using EXWM took about 13 months.
|
||||
|
||||
Fig. 2 shows the dynamics of the direct screen time ratio spent in Emacs per month, i.e. the average number of non-AFK seconds in the Emacs window.
|
||||
|
||||
<canvas id="chart-emacs-screen-time"></canvas>
|
||||
|
||||
It's hard to discern any general trend here. It appears that the ratio started at 0.2 in October 2020, oscillated around 0.3 for about 7 months, then moved closer to 0.4 until January 2023, after which jumped to 0.45-0.5.
|
||||
|
||||
The three peaks in September 2021 (0.526), January 2022 (0.532), and August 2022 (0.568) may correspond to my vacations, during which I didn't have to spend time in Chrome DevTools (I do web development as my "primary" job), but I'm not entirely sure.
|
||||
|
||||
The jump in January 2023 definitely matches my adoption of [telega.el](https://github.com/zevlg/telega.el) instead of the official desktop client. The time redistributes rather cleanly in the detailed ActivityWatch data.
|
||||
|
||||
It's also interesting that switching from [i3](https://i3wm.org/) to [EXWM](https://github.com/ch11ng/exwm) didn't seem to have any distinguishable effects.
|
||||
|
||||
The mean Emacs screen time ratios are 0.39 since October 2020 and 0.47 since January 2023. So, as you might infer, Emacs is quite prominent in my PC usage.
|
||||
|
||||
|
||||
## Time spent in Emacs {#time-spent-in-emacs}
|
||||
|
||||
Now let's examine the structure of time spent in Emacs. Fig. 3 shows how many Emacs-hours per month I spent on different activities, and Fig. 4 shows the same in stacked form.
|
||||
|
||||
Unlike Fig. 2, the time here is calculated with a 15-minute timeout preference, as [it's done in WakaTime](https://wakatime.com/faq#timeout). For instance, if I work on a project in Emacs for 10 minutes, then switch to something else for 10 minutes (i.e. no [heartbeats](https://wakatime.com/developers/#heartbeats) recorded during that time), then return to the project another 10 minutes, this will be counted as 30 minutes in that project.
|
||||
|
||||
This is mostly so because it's the default format for the [WakaTime export](https://wakatime.com/faq#exporting), but I also believe it's reasonable since I may open package documentation during configuration, experiment in scratch buffers while working on a package, and so on. This time really has to be included in the final tally.
|
||||
|
||||
Of course, this will also include all the times I was distracted to the [System Crafters](https://wiki.systemcrafters.net/community/chat-with-us/) Discord server, [emacs.ch](https://emacs.ch/) instance, or whatever else. Therefore, consider the numbers that follow as an upper bound.
|
||||
|
||||
<canvas id="chart-emacs-time"></canvas>
|
||||
|
||||
<canvas id="chart-emacs-time-stacked"></canvas>
|
||||
|
||||
The categories are as follows:
|
||||
|
||||
- **Config** (<span data-num="config_hours_total">[REDACTED]</span> total hours, <span data-num="config_hours_percent">[REDACTED]</span>% of all time)<br />
|
||||
Time spent on actual Emacs configuration.
|
||||
- **Emacs Packages** (<span data-num="package_hours_total">[REDACTED]</span> total hours, <span data-num="package_hours_percent">[REDACTED]</span>% of all time)<br />
|
||||
Time spent in other Emacs Lisp files, such as writing my packages or debugging other packages. See the [packages](#emacs-packages) section.
|
||||
- **Org Mode** (<span data-num="orgmode_hours_total">[REDACTED]</span> total hours, <span data-num="orgmode_hours_percent">[REDACTED]</span>% of all time)<br />
|
||||
Time spent in my `org-mode` project, which is mostly [org-journal](https://github.com/bastibe/org-journal), [org-roam](https://www.orgroam.com/) and project management. By the way, guess the month in which I read [Sönke Ahrens' book](https://www.soenkeahrens.de/en/takesmartnotes) about Zettelkasten.
|
||||
- **sqrtminusone.xyz** (<span data-num="sqrt_hours_total">[REDACTED]</span> total hours, <span data-num="sqrt_hours_percent">[REDACTED]</span>% of all time)<br />
|
||||
Working on this strange little website.
|
||||
- **Other Code** (<span data-num="other_code_hours_total">[REDACTED]</span> total hours, <span data-num="other_code_hours_percent">[REDACTED]</span>% of all time)<br />
|
||||
Doing something marginally useful in Emacs, which is mostly work, education and a few personal projects unrelated to Emacs.
|
||||
- **Misc** (<span data-num="misc_hours_total">[REDACTED]</span> total hours, <span data-num="misc_hours_percent">[REDACTED]</span>% of all time)
|
||||
Time spent in Emacs but not in an actual project (i.e. accounted by the [window watcher](https://github.com/ActivityWatch/aw-watcher-window) of ActivityWatch but not WakaTime, which watches for files). That includes reading RSS, writing emails, using messengers, doing some idle experimentation in scratch buffers, etc.
|
||||
|
||||
The <span data-num="config_hours_percent">[REDACTED]</span>% of time spent to configuration is actually less than I expected. Unsurprisingly, the first month had the highest value of around 20% (I used Emacs without WakaTime for a few days).
|
||||
|
||||
By the way, I spent just 39.0 hours configuring Neovim, although the number is probably not representative anymore because Neovim has changed a lot over these 2 years.
|
||||
|
||||
|
||||
## Switching from Neovim {#switching-from-neovim}
|
||||
|
||||
The period of my transition from Neovim to Emacs seems particularly interesting. Fig 5 zooms in on that, with the switch represented by "Other Code (Emacs)" replacing "Other Code (Vim)".
|
||||
|
||||
<canvas id="chart-emacs-vim-switch"></canvas>
|
||||
|
||||
It appears that getting from zero to somewhat productive took me about 11.1 hours over 4 days of just experimenting with Emacs, and one day with 3.8 hours on configuring and 4.4 hours on coding, apparently alternating between the two.
|
||||
|
||||
|
||||
## Configuration {#configuration}
|
||||
|
||||
Now, let's examine where these <span data-num="config_hours_total">[REDACTED]</span> config hours went.
|
||||
|
||||
Configuration sizes are a common topic of discussion among Emacs users. I'd guess that mine falls into the category of the longest, although maybe I'll do some research on that someday. Fig. 6 shows how my configuration size changed over time.
|
||||
|
||||
<canvas id="chart-emacs-config-size"></canvas>
|
||||
|
||||
So, my Emacs.org is <span data-num="emacs_org_length">[REDACTED]</span> lines long, and the resulting init.el is <span data-num="init_el_length">[REDACTED]</span> lines long.
|
||||
|
||||
As you can see, I switched to [literate configuration](https://leanpub.com/lit-config) pretty early on, and so far, I have not regretted it. It's also interesting to note how the two sizes diverged as I was writing more elaborate commentary.
|
||||
|
||||
Also, I never had any substantial issues with maintaining that configuration. Perhaps [Emacs Bankruptcies](https://www.emacswiki.org/emacs/DotEmacsBankruptcy) are just not that common nowadays.
|
||||
|
||||
For the sake of completeness, let's compare that to my Neovim usage. Fig. 7 shows the dynamics of config size for the first 400 days of using both programs.
|
||||
|
||||
<canvas id="chart-emacs-vim-config-size"></canvas>
|
||||
|
||||
As I previously mentioned, Neovim (or rather its ecosystem) seems to have undergone significant changes since I last used it, so my number of <span data-num="init_vim_length">[REDACTED]</span> init.vim lines may no longer be relevant. Nonetheless, it's quite interesting.
|
||||
|
||||
|
||||
## Emacs packages {#emacs-packages}
|
||||
|
||||
Working with Emacs packages was an interesting experience, not least because it was my first experience with Lisp. Fig. 8 shows the breakdown of the <span data-num="package_hours_total">[REDACTED]</span> hours I spent on that.
|
||||
|
||||
<canvas id="chart-emacs-packages"></canvas>
|
||||
|
||||
As I expected, my [org-journal-tags](https://github.com/SqrtMinusOne/org-journal-tags) tops the chart with <span data-num="org-journal-tags_total">[REDACTED]</span> hours. The most interesting part was implementing set logic on the [org-journal](https://github.com/bastibe/org-journal) entities to create a query engine. I'm fairly certain that I'm the only user of this package, but I use it all the time.
|
||||
|
||||
The second place, "Unknown project", stands for Emacs Lisp files that didn't belong to any project, which should be mostly built-in Emacs files.
|
||||
|
||||
My [elfeed-summary](https://github.com/SqrtMinusOne/elfeed-summary) (<span data-num="elfeed-summary_total">[REDACTED]</span> hours), [lyrics-fetcher](https://github.com/SqrtMinusOne/lyrics-fetcher.el) (<span data-num="lyrics-fetcher_total">[REDACTED]</span> hours) and [reverso](https://github.com/SqrtMinusOne/reverso.el) (<span data-num="reverso_total">[REDACTED]</span> hours) are also among the packages that I use almost daily. Thus, I do not regret investing time in developing any of those.
|
||||
|
||||
|
||||
## `org-roam` {#org-roam}
|
||||
|
||||
It's not directly related to Emacs, but I include it here because it's highly unlikely that I would have heard the term "Zettelkasten" outside the Emacs space.
|
||||
|
||||
Although I mentioned [Sönke Ahrens' book](https://www.soenkeahrens.de/en/takesmartnotes), I believe the website [zettelkasten.de](https://zettelkasten.de/posts/overview/) would be a better resource if you are curious what it's all about. And I was initially made curious by [this stream](https://www.youtube.com/watch?v=-TpWahIzueg) of David Wilson.
|
||||
|
||||
Anyway, Fig. 9 shows the dynamics of my [org-roam](https://github.com/org-roam/org-roam) node count over time. A significant fraction of my <span data-num="orgmode_hours_total">[REDACTED]</span> hours spent on Org Mode went there.
|
||||
|
||||
<canvas id="chart-roam-nodes"></canvas>
|
||||
|
||||
|
||||
## Some observations {#some-observations}
|
||||
|
||||
Let's see where all of that leads us.
|
||||
|
||||
As I said, I started from the point of zero experience with Lisp. I had a Bachelor's degree (now Master's) in software engineering, but I don't feel like it has helped me in any direct sense. At most, it exposed me to different kinds and concepts of programming, but I am confident that it's anything but a prerequisite, as also shown by the story of [Protesilaos](https://protesilaos.com/).
|
||||
|
||||
The number of <span data-num="config_hours_total">[REDACTED]</span> total hours of configuration may seem huge, but I don't think it's that much over 2.5 years and in comparison to the alternatives. For instance, it would take 6th place from the top if placed among my job projects. Also, my [AntennaPod](https://antennapod.org/) shows 196.9 hours of podcasts played since December 2021, and some of my friends report having spent thousands of hours on video games.
|
||||
|
||||
And keep in mind that I use Emacs almost as extensively as it gets. You might as well spend much less time figuring it out for a more limited or minimal use case. So, at least in my view, this weighs against describing Emacs usage in terms of sunk cost fallacy.
|
||||
|
||||
However, my story is consistent with the perception of a [steep learning curve](https://stackoverflow.com/questions/10942008/what-does-emacs-learning-curve-actually-look-like) in the Emacs community. 19.3 hours over 5 days to get started is definitely a lot.
|
||||
|
||||
So, my final opinion is that it was worth it, and would have been worth it even if it went half as good, at least inasmuch as it's possible to compare slices of personal experience against actually unknown counterfactuals.
|
||||
|
|
@ -1,164 +0,0 @@
|
|||
+++
|
||||
title = "900 days of Emacs"
|
||||
author = ["Pavel Korytov"]
|
||||
date = 2023-02-02
|
||||
tags = ["emacs"]
|
||||
draft = true
|
||||
scripts = ["/js/chart.js", "/js/chartjs-adapter-date-fns.bundle.min.js", "/js/chartjs-plugin-datalabels.js", "/js/2023-04-14-emacs.js"]
|
||||
+++
|
||||
|
||||
<style>
|
||||
.quote-title {
|
||||
margin-left: 24px;
|
||||
}
|
||||
</style>
|
||||
|
||||
> Poof I made my free-time disappear
|
||||
|
||||
<p class="quote-title">- <a href="https://elken.dev">Ellis Kenyő</a>, on being called an "elisp mage"
|
||||
|
||||
Little did I know when on the fateful day of **<span class="timestamp-wrapper"><span class="timestamp">[2020-10-09 Fri]</span></span>** I had installed [GNU Emacs](https://www.gnu.org/software/emacs/). I wasn't thinking about the [ethical aspects](https://www.gnu.org/philosophy/philosophy.html) of free software, [aesthetics of Lisp](https://www.webofstories.com/play/marvin.minsky/44), or these other things with which an occasional layperson explains to him or herself how an almost [half a century old](https://www.jwz.org/doc/emacs-timeline.html) program can still be in [active use](https://emacsconf.org/2022/talks/survey/).
|
||||
|
||||
In fact, when considering using software X for anything, the most important question to me was: can X provide a better user experience? For Emacs, the answer to most of these questions turned out to be yes.
|
||||
|
||||
So, over that time, Emacs has become my programming environment, email client, window manager, knowledge base [and a lot more](https://sqrtminusone.xyz/configs/emacs/). I think I ended up using Emacs for almost as many things as possible; I have even authored a few packages that implement certain parts of my workflows that weren't readily available.
|
||||
|
||||
Among other things, the Emacs community is responsible for my introduction to [Zettelkasten](https://zettelkasten.de/), RSS, Lisps... Perhaps even my English became slightly less broken because Emacs is so text-centered. Indeed, a lot has changed over the course of these short 2.5 years.
|
||||
|
||||
Anyway, this post is an attempt at quantifying some aspects of that story. The numbers mostly come from projects called [ActivityWatch](https://activitywatch.net/) and [WakaTime](https://wakatime.com/).
|
||||
|
||||
Mostly I'm curious myself, but also every now and then I see Emacs people discussing their journeys through the Elisp-land, or a potential convert wondering whether this rabbit hole is worth investigating. If any of this applies to you, you might find something interesting in this document.
|
||||
|
||||
<noscript>
|
||||
Also, I use a lot of JavaScript here, but it's all open source. The only 3rd party library is the MIT-licensed <a href="https://www.chartjs.org/">chart.js</a>. So you need to enable JavaScript if you want to see the charts and some of the numbers that are dynamically calculated.
|
||||
</noscript>
|
||||
|
||||
|
||||
## Everything goes into Emacs {#everything-goes-into-emacs}
|
||||
|
||||
As I said, I use Emacs for a lot of things, which is described in my [Emacs config](https://sqrtminusone.xyz/configs/emacs/#introduction) in more detail. Fig. 1 shows how Emacs was replacing various programs over time.
|
||||
|
||||
<canvas id="chart-emacs-history">
|
||||
<p>Also, unfortunately this post turned out to be rather inaccessible for those reading that with a screen-reader. I guess, if that applies to you, just mentally skip the figure references.</p>
|
||||
|
||||
<p>I did try to describe what's going on in these in the post body.</p>
|
||||
</canvas>
|
||||
|
||||
As you can see, I used Neovim for a bit more than a year. We'll get into some numbers on that later.
|
||||
|
||||
And it took me about 13 months to move from knowing nothing about Emacs to using EXWM.
|
||||
|
||||
Fig. 2 shows the dynamics of the direct screen time ratio spent in Emacs per each month, i.e. how many non-AFK seconds the Emacs window was active on average.
|
||||
|
||||
<canvas id="chart-emacs-screen-time"></canvas>
|
||||
|
||||
It's hard to distinguish any general trend here. It seems like the ratio started at 0.2 in October 2020, was oscillating around 0.3 for about 7 months, then moved closer to 0.4 until January 2023, after which jumped to 0.45-0.5.
|
||||
|
||||
The three peaks in September 2021 (0.526), January 2022 (0.532) and August 2022 (0.568) may match my vacations, in which I didn't have to spend time in Chrome DevTools (I do web development as my "main" job), but I'm not sure about that.
|
||||
|
||||
The jump is January 2023 definitely matches my adoption of [telega.el](https://github.com/zevlg/telega.el) instead of the official desktop client. The time redistributes rather cleanly in the detailed ActivityWatch data.
|
||||
|
||||
It's also interesting that switch from [i3](https://i3wm.org/) to [EXWM](https://github.com/ch11ng/exwm) didn't seem to have any particularly distinguishable effects.
|
||||
|
||||
The mean Emacs screen time ratios are 0.39 since October 2020 and 0.47 since January 2023. So, as you might infer, Emacs is quite prominent in my PC usage.
|
||||
|
||||
|
||||
## Time spent in Emacs {#time-spent-in-emacs}
|
||||
|
||||
Now let's turn to the structure of time spent in Emacs. Fig. 3 shows how many Emacs-hours per month I spent on what, Fig. 4 shows the same in the stacked form.
|
||||
|
||||
Contrary to Fig. 2, the time here is calculated with a 15-minute timeout preference, like [it's done in WakaTime](https://wakatime.com/faq#timeout). For instance, if I do something in a project in Emacs for 10 minutes, then switch to something else for 10 minutes (i.e. no [heartbeats](https://wakatime.com/developers/#heartbeats) in that time), then switch back to the project for 10 more minutes, this will be accounted as 30 minutes in that project.
|
||||
|
||||
This is mostly so because that's the default format of the [WakaTime export](https://wakatime.com/faq#exporting), but I also think that's reasonable, because I may open package documentation during configuration, experiment in scratch buffers while working on a package, etc. This time really has to be included in the final tally.
|
||||
|
||||
Of course, this will also include all the times I was distracted to the [System Crafters](https://wiki.systemcrafters.net/community/chat-with-us/) Discord server, [emacs.ch](https://emacs.ch/) (a Mastodon instance), or whatever else. So treat the numbers below as an upper bound.
|
||||
|
||||
<canvas id="chart-emacs-time"></canvas>
|
||||
|
||||
<canvas id="chart-emacs-time-stacked"></canvas>
|
||||
|
||||
The categories are as follows:
|
||||
|
||||
- **Config** (<span data-num="config_hours_total">[REDACTED]</span> total hours, <span data-num="config_hours_percent">[REDACTED]</span>% of all time)<br />
|
||||
Time spent on the actual Emacs configuration.
|
||||
- **Emacs Packages** (<span data-num="package_hours_total">[REDACTED]</span> total hours, <span data-num="package_hours_percent">[REDACTED]</span>% of all time)<br />
|
||||
Time spent in other Emacs Lisp files, i.e. writing my packages or debugging other packages. See the packages section.
|
||||
- **Org Mode** (<span data-num="orgmode_hours_total">[REDACTED]</span> total hours, <span data-num="orgmode_hours_percent">[REDACTED]</span>% of all time)<br />
|
||||
Time spent in my `org-mode` project, which is mostly [org-journal](https://github.com/bastibe/org-journal), [org-roam](https://www.orgroam.com/) and project management. By the way, guess the month in which I read [Sönke Ahrens' book](https://www.soenkeahrens.de/en/takesmartnotes) about Zettelkasten.
|
||||
- **sqrtminusone.xyz** (<span data-num="sqrt_hours_total">[REDACTED]</span> total hours, <span data-num="sqrt_hours_percent">[REDACTED]</span>% of all time)<br />
|
||||
Time spent doing something with this strange website.
|
||||
- **Other Code** (<span data-num="other_code_hours_total">[REDACTED]</span> total hours, <span data-num="other_code_hours_percent">[REDACTED]</span>% of all time)<br />
|
||||
Doing something marginally useful in Emacs, which is mostly work, education and a few personal projects that aren't related to Emacs.
|
||||
- **Misc** (<span data-num="misc_hours_total">[REDACTED]</span> total hours, <span data-num="misc_hours_percent">[REDACTED]</span>% of all time)
|
||||
Time spent in Emacs but not in an actual project (i.e. accounted by the [window watcher](https://github.com/ActivityWatch/aw-watcher-window) of ActivityWatch but not WakaTime, which watches for files). These are things like reading RSS, writing emails, using messengers, doing some idle experimentation in scratch buffers, etc.
|
||||
|
||||
<span data-num="config_hours_percent">[REDACTED]</span>% of time spent to configuration is actually less than I expected. Unsurprisingly, the first month has the highest value of about 20% (I used Emacs without WakaTime for a few days).
|
||||
|
||||
By the way, I spent just 39.0 hours configuring Neovim, although the number is probably not representative anymore because Neovim changed a lot over these 2 years.
|
||||
|
||||
|
||||
## Switching from Neovim {#switching-from-neovim}
|
||||
|
||||
The period of my switching from Neovim to Emacs seems particularly interesting. Fig 5 zooms in on that; the switch is represented by "Other Code (Emacs)" replacing "Other Code (Vim)".
|
||||
|
||||
<canvas id="chart-emacs-vim-switch"></canvas>
|
||||
|
||||
It seems like getting from zero to somewhat productive took me about 11.1 hours over 4 days of just playing with Emacs, and one day with 3.8 hours on configuring and 4.4 hours on coding, apparently alternating between the two.
|
||||
|
||||
|
||||
## Configuration {#configuration}
|
||||
|
||||
Now, let's see where these <span data-num="config_hours_total">[REDACTED]</span> hours went into.
|
||||
|
||||
Configuration sizes are a fairly common topic in Emacs discussions. I'd guess mine falls into the category of the longest, although maybe I'll do some research on that one day. Fig. 6 shows how my config size changed over time.
|
||||
|
||||
<canvas id="chart-emacs-config-size"></canvas>
|
||||
|
||||
So, my Emacs.org is <span data-num="emacs_org_length">[REDACTED]</span> lines long, and the resulting init.el is <span data-num="init_el_length">[REDACTED]</span> lines long.
|
||||
|
||||
As you can see, I switched to [literate configuration](https://leanpub.com/lit-config) pretty early on; so far I didn't regret it. It's also interesting how the two sizes diverged as I was writing more elaborate commentary.
|
||||
|
||||
I also never had any substantial issues with maintaining that configuration. Perhaps [Emacs Bankruptcies](https://www.emacswiki.org/emacs/DotEmacsBankruptcy) are just not that common nowadays.
|
||||
|
||||
For the sake of completeness, let's compare that to my Neovim usage. Fig. 7 shows the config size dynamics for the first 400 days of using both programs.
|
||||
|
||||
<canvas id="chart-emacs-vim-config-size"></canvas>
|
||||
|
||||
As I said, Neovim seems to have changed a lot since the last time I was using it, so my number of <span data-num="init_vim_length">[REDACTED]</span> init.vim lines may no longer be relevant. Still, it's pretty interesting.
|
||||
|
||||
|
||||
## Emacs packages {#emacs-packages}
|
||||
|
||||
Working with Emacs packages was an interesting experience, not least because it was my first experience with Lisp. Fig. 8 shows the structure of the <span data-num="package_hours_total">[REDACTED]</span> hours I spent on that.
|
||||
|
||||
<canvas id="chart-emacs-packages"></canvas>
|
||||
|
||||
Unsurprisingly to me, my [org-journal-tags](https://github.com/SqrtMinusOne/org-journal-tags) tops the chart with <span data-num="org-journal-tags_total">[REDACTED]</span> hours. The most interesting part was implementing set logic on the [org-journal](https://github.com/bastibe/org-journal) entities in order to make a kind of query engine. But I use that package all the time.
|
||||
|
||||
The second place, "Unknown project", stands for Emacs Lisp files that didn't belong to any project, which should be mostly built-in Emacs files.
|
||||
|
||||
My [elfeed-summary](https://github.com/SqrtMinusOne/elfeed-summary) (<span data-num="elfeed-summary_total">[REDACTED]</span> hours), [lyrics-fetcher](https://github.com/SqrtMinusOne/lyrics-fetcher.el) (<span data-num="lyrics-fetcher_total">[REDACTED]</span> hours) and [reverso](https://github.com/SqrtMinusOne/reverso.el) (<span data-num="reverso_total">[REDACTED]</span> hours) are also among the packages that I use almost daily. So I don't regret investing time in developing any of those.
|
||||
|
||||
|
||||
## `org-roam` {#org-roam}
|
||||
|
||||
It's not directly related to Emacs, but I include it here because it's highly unlikely that I would have heard the term "Zettelkasten" outside the Emacs space.
|
||||
|
||||
And although I mentioned [Sönke Ahrens' book](https://www.soenkeahrens.de/en/takesmartnotes), I think the website called [zettelkasten.de](https://zettelkasten.de/posts/overview/) would be a better resource if you're curious what it's all about. And I was initially made curious by [this stream](https://www.youtube.com/watch?v=-TpWahIzueg) of David Wilson.
|
||||
|
||||
Fig. 9 shows the dynamics of my [org-roam](https://github.com/org-roam/org-roam) nodes count over time.
|
||||
|
||||
<canvas id="chart-roam-nodes"></canvas>
|
||||
|
||||
A significant fraction of my <span data-num="orgmode_hours_total">[REDACTED]</span> hours spent on Org Mode went there.
|
||||
|
||||
|
||||
## Some observations {#some-observations}
|
||||
|
||||
So, as I said, I started from the point of zero experience with Lisp. I had a Bachelor's degree (now Master's) in software engineering, but I don't feel like it has helped me in any direct sense. At most, it exposed me to different kinds and concepts of programming, but I am confident that it's anything but a prerequisite, as also shown by the story of [Protesilaos](https://protesilaos.com/).
|
||||
|
||||
The number of <span data-num="config_hours_total">[REDACTED]</span> total hours of configuration may seem huge, but I don't think it's that much over 2.5 years and in comparison to the alternatives. For instance, it would take 6th place from the top if placed among my job projects. Also, my [AntennaPod](https://antennapod.org/) shows 196.9 hours of podcasts played since December 2021, and some of my friends report having spent thousands of hours on video games.
|
||||
|
||||
And keep in mind that I use Emacs almost as extensively as it gets. You might as well spend much less time figuring it out for a more limited use case. So, at least in my view, this weighs against describing Emacs usage in terms of sunk cost fallacy.
|
||||
|
||||
However, my story is consistent with the perception of a [steep learning curve](https://stackoverflow.com/questions/10942008/what-does-emacs-learning-curve-actually-look-like) in the Emacs community. 19.3 hours over 5 days to get started is definitely a lot.
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
#+HUGO_SECTION: posts
|
||||
#+HUGO_BASE_DIR: ../
|
||||
#+TITLE: 900 days of Emacs
|
||||
#+DATE: 2023-02-02
|
||||
#+TITLE: 916 days of Emacs
|
||||
#+DATE: 2023-04-12
|
||||
#+HUGO_TAGS: emacs
|
||||
#+HUGO_DRAFT: true
|
||||
#+HUGO_CUSTOM_FRONT_MATTER: :scripts '("/js/chart.js" "/js/chartjs-adapter-date-fns.bundle.min.js" "/js/chartjs-plugin-datalabels.js" "/js/2023-04-14-emacs.js")
|
||||
#+HUGO_CUSTOM_FRONT_MATTER: :scripts '("/js/chart.js" "/js/chartjs-adapter-date-fns.bundle.min.js" "/js/chartjs-plugin-datalabels.js" "/js/2023-04-13-emacs.js")
|
||||
|
||||
#+begin_export html
|
||||
<style>
|
||||
|
|
@ -22,11 +22,11 @@ Poof I made my free-time disappear
|
|||
|
||||
@@html:<p class="quote-title">- <a href="https://elken.dev">Ellis Kenyő</a>, on being called an "elisp mage"@@
|
||||
|
||||
Little did I know on the fateful day of *[2020-10-09 Fri]*, when I had installed [[https://www.gnu.org/software/emacs/][GNU Emacs]]. I wasn't thinking about the [[https://www.gnu.org/philosophy/philosophy.html][ethical aspects]] of free software, [[https://www.webofstories.com/play/marvin.minsky/44][aesthetics of Lisp]], or these other things with which an occasional layperson might explain how an almost [[https://www.jwz.org/doc/emacs-timeline.html][half a century old]] program can still be in [[https://emacsconf.org/2022/talks/survey/][active use]].
|
||||
Little did I know on the fateful day of *[2020-10-09 Fri]*, when I had installed [[https://www.gnu.org/software/emacs/][GNU Emacs]]. I wasn't thinking about the [[https://www.gnu.org/philosophy/philosophy.html][ethical aspects]] of free software, the [[https://www.webofstories.com/play/marvin.minsky/44][aesthetics of Lisp]], or these other things with which an occasional layperson might explain how an almost [[https://www.jwz.org/doc/emacs-timeline.html][half a century old]] program can still be in [[https://emacsconf.org/2022/talks/survey/][active use]].
|
||||
|
||||
In fact, when considering using software X for anything, the most important question to me was: can X provide a better user experience? For Emacs, the answer to most of these questions turned out to be yes.
|
||||
|
||||
So over time, Emacs has become my programming environment, email client, window manager, knowledge base [[https://sqrtminusone.xyz/configs/emacs/][and a lot more]]. I think I ended up using Emacs for almost as many things as possible; I even authored a few packages that implement certain parts of my workflows that weren't readily available.
|
||||
So over time, Emacs has become my programming environment, email client, window manager, knowledge base, [[https://sqrtminusone.xyz/configs/emacs/][and a lot more]]. I think I ended up using Emacs for almost as many things as possible; I even authored a few packages that implement certain parts of my workflows that weren't readily available.
|
||||
|
||||
Among other things, the Emacs community is responsible for my introduction to [[https://zettelkasten.de/][Zettelkasten]], RSS, Lisps... Perhaps even my English became slightly less broken because Emacs is so text-centered. A lot has changed over the course of these short 2.5 years.
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ As you can see, I used Neovim for a little over a year. We'll get into some numb
|
|||
|
||||
The process of moving from knowing nothing about Emacs to using EXWM took about 13 months.
|
||||
|
||||
Fig. 2 shows the dynamics of the direct screen time ratio spent in Emacs per each month, i.e. the average number of non-AFK seconds in the Emacs window.
|
||||
Fig. 2 shows the dynamics of the direct screen time ratio spent in Emacs per month, i.e. the average number of non-AFK seconds in the Emacs window.
|
||||
|
||||
#+begin_export html
|
||||
<canvas id="chart-emacs-screen-time"></canvas>
|
||||
|
|
@ -63,9 +63,9 @@ Fig. 2 shows the dynamics of the direct screen time ratio spent in Emacs per eac
|
|||
|
||||
It's hard to discern any general trend here. It appears that the ratio started at 0.2 in October 2020, oscillated around 0.3 for about 7 months, then moved closer to 0.4 until January 2023, after which jumped to 0.45-0.5.
|
||||
|
||||
The three peaks in September 2021 (0.526), January 2022 (0.532) and August 2022 (0.568) may correspond to my vacations, during which I didn't have to spend time in Chrome DevTools (I do web development as my "primary" job), but I'm not entirely sure.
|
||||
The three peaks in September 2021 (0.526), January 2022 (0.532), and August 2022 (0.568) may correspond to my vacations, during which I didn't have to spend time in Chrome DevTools (I do web development as my "primary" job), but I'm not entirely sure.
|
||||
|
||||
The jump is January 2023 definitely matches my adoption of [[https://github.com/zevlg/telega.el][telega.el]] instead of the official desktop client. The time redistributes rather cleanly in the detailed ActivityWatch data.
|
||||
The jump in January 2023 definitely matches my adoption of [[https://github.com/zevlg/telega.el][telega.el]] instead of the official desktop client. The time redistributes rather cleanly in the detailed ActivityWatch data.
|
||||
|
||||
It's also interesting that switching from [[https://i3wm.org/][i3]] to [[https://github.com/ch11ng/exwm][EXWM]] didn't seem to have any distinguishable effects.
|
||||
|
||||
|
|
@ -78,7 +78,7 @@ Unlike Fig. 2, the time here is calculated with a 15-minute timeout preference,
|
|||
|
||||
This is mostly so because it's the default format for the [[https://wakatime.com/faq#exporting][WakaTime export]], but I also believe it's reasonable since I may open package documentation during configuration, experiment in scratch buffers while working on a package, and so on. This time really has to be included in the final tally.
|
||||
|
||||
Of course, this will also include all the times I was distracted to the [[https://wiki.systemcrafters.net/community/chat-with-us/][System Crafters]] Discord server, [[https://emacs.ch/][emacs.ch]] instance, or whatever else. Therefore, consider the numbers that follow as an upper bound.
|
||||
Of course, this will also include all the times I was distracted by the [[https://wiki.systemcrafters.net/community/chat-with-us/][System Crafters]] Discord server, [[https://emacs.ch/][emacs.ch]] instance, or whatever else. Therefore, consider the numbers that follow as an upper bound.
|
||||
|
||||
#+begin_export html
|
||||
<canvas id="chart-emacs-time"></canvas>
|
||||
|
|
@ -95,15 +95,15 @@ The categories are as follows:
|
|||
- *Emacs Packages* ({{{num("package_hours_total")}}} total hours, {{{num("package_hours_percent")}}}% of all time)\\
|
||||
Time spent in other Emacs Lisp files, such as writing my packages or debugging other packages. See the [[*Emacs packages][packages]] section.
|
||||
- *Org Mode* ({{{num("orgmode_hours_total")}}} total hours, {{{num("orgmode_hours_percent")}}}% of all time)\\
|
||||
Time spent in my =org-mode= project, which is mostly [[https://github.com/bastibe/org-journal][org-journal]], [[https://www.orgroam.com/][org-roam]] and project management. By the way, guess the month in which I read [[https://www.soenkeahrens.de/en/takesmartnotes][Sönke Ahrens' book]] about Zettelkasten.
|
||||
Time spent in my =org-mode= project, which is mostly [[https://github.com/bastibe/org-journal][org-journal]], [[https://www.orgroam.com/][org-roam]], and project management. By the way, guess the month in which I read [[https://www.soenkeahrens.de/en/takesmartnotes][Sönke Ahrens' book]] about Zettelkasten.
|
||||
- *sqrtminusone.xyz* ({{{num("sqrt_hours_total")}}} total hours, {{{num("sqrt_hours_percent")}}}% of all time)\\
|
||||
Working on this strange little website.
|
||||
- *Other Code* ({{{num("other_code_hours_total")}}} total hours, {{{num("other_code_hours_percent")}}}% of all time)\\
|
||||
Doing something marginally useful in Emacs, which is mostly work, education and a few personal projects unrelated to Emacs.
|
||||
Doing something marginally useful in Emacs, which is mostly work, education, and a few personal projects unrelated to Emacs.
|
||||
- *Misc* ({{{num("misc_hours_total")}}} total hours, {{{num("misc_hours_percent")}}}% of all time)
|
||||
Time spent in Emacs but not in an actual project (i.e. accounted by the [[https://github.com/ActivityWatch/aw-watcher-window][window watcher]] of ActivityWatch but not WakaTime, which watches for files). That includes reading RSS, writing emails, using messengers, doing some idle experimentation in scratch buffers, etc.
|
||||
|
||||
The {{{num("config_hours_percent")}}}% of time spent to configuration is actually less than I expected. Unsurprisingly, the first month had the highest value of around 20% (I used Emacs without WakaTime for a few days).
|
||||
The {{{num("config_hours_percent")}}}% of time spent on configuration is actually less than I expected. Unsurprisingly, the first month had the highest value of around 20% (I used Emacs without WakaTime for a few days).
|
||||
|
||||
By the way, I spent just 39.0 hours configuring Neovim, although the number is probably not representative anymore because Neovim has changed a lot over these 2 years.
|
||||
|
||||
|
|
@ -150,12 +150,12 @@ As I expected, my [[https://github.com/SqrtMinusOne/org-journal-tags][org-journa
|
|||
|
||||
The second place, "Unknown project", stands for Emacs Lisp files that didn't belong to any project, which should be mostly built-in Emacs files.
|
||||
|
||||
My [[https://github.com/SqrtMinusOne/elfeed-summary][elfeed-summary]] ({{{num("elfeed-summary_total")}}} hours), [[https://github.com/SqrtMinusOne/lyrics-fetcher.el][lyrics-fetcher]] ({{{num("lyrics-fetcher_total")}}} hours) and [[https://github.com/SqrtMinusOne/reverso.el][reverso]] ({{{num("reverso_total")}}} hours) are also among the packages that I use almost daily. Thus, I do not regret investing time in developing any of those.
|
||||
My [[https://github.com/SqrtMinusOne/elfeed-summary][elfeed-summary]] ({{{num("elfeed-summary_total")}}} hours), [[https://github.com/SqrtMinusOne/lyrics-fetcher.el][lyrics-fetcher]] ({{{num("lyrics-fetcher_total")}}} hours), and [[https://github.com/SqrtMinusOne/reverso.el][reverso]] ({{{num("reverso_total")}}} hours) are also among the packages that I use almost daily. Thus, I do not regret investing time in developing any of those.
|
||||
|
||||
* =org-roam=
|
||||
It's not directly related to Emacs, but I include it here because it's highly unlikely that I would have heard the term "Zettelkasten" outside the Emacs space.
|
||||
|
||||
Although I mentioned [[https://www.soenkeahrens.de/en/takesmartnotes][Sönke Ahrens' book]], I believe the website [[https://zettelkasten.de/posts/overview/][zettelkasten.de]] would be a better resource if you are curious what it's all about. And I was initially made curious by [[https://www.youtube.com/watch?v=-TpWahIzueg][this stream]] of David Wilson.
|
||||
Although I mentioned [[https://www.soenkeahrens.de/en/takesmartnotes][Sönke Ahrens' book]], I believe the website [[https://zettelkasten.de/posts/overview/][zettelkasten.de]] would be a better resource if you are curious about it. And I was initially made curious by [[https://www.youtube.com/watch?v=-TpWahIzueg][this stream]] of David Wilson.
|
||||
|
||||
Anyway, Fig. 9 shows the dynamics of my [[https://github.com/org-roam/org-roam][org-roam]] node count over time. A significant fraction of my {{{num("orgmode_hours_total")}}} hours spent on Org Mode went there.
|
||||
|
||||
|
|
@ -166,11 +166,11 @@ Anyway, Fig. 9 shows the dynamics of my [[https://github.com/org-roam/org-roam][
|
|||
* Some observations
|
||||
Let's see where all of that leads us.
|
||||
|
||||
As I said, I started from the point of zero experience with Lisp. I had a Bachelor's degree (now Master's) in software engineering, but I don't feel like it has helped me in any direct sense. At most, it exposed me to different kinds and concepts of programming, but I am confident that it's anything but a prerequisite, as also shown by the story of [[https://protesilaos.com/][Protesilaos]].
|
||||
As I said, I started from the point of zero experience with Lisp. I had a degree in software engineering, but I don't feel like it has helped me in any direct sense. At most, it exposed me to different kinds and concepts of programming, but I am confident that it's anything but a prerequisite, as also shown by the story of [[https://protesilaos.com/][Protesilaos]].
|
||||
|
||||
The number of {{{num("config_hours_total")}}} total hours of configuration may seem huge, but I don't think it's that much over 2.5 years and in comparison to the alternatives. For instance, it would take 6th place from the top if placed among my job projects. Also, my [[https://antennapod.org/][AntennaPod]] shows 196.9 hours of podcasts played since December 2021, and some of my friends report having spent thousands of hours on video games.
|
||||
|
||||
And keep in mind that I use Emacs almost as extensively as it gets. You might as well spend much less time figuring it out for a more limited or minimal use case. So, at least in my view, this weighs against describing Emacs usage in terms of sunk cost fallacy.
|
||||
And keep in mind that I use Emacs almost as extensively as it gets. You might as well spend much less time figuring it out for a more minimal use case. So, at least in my view, this weighs against describing Emacs usage in terms of sunk cost fallacy.
|
||||
|
||||
However, my story is consistent with the perception of a [[https://stackoverflow.com/questions/10942008/what-does-emacs-learning-curve-actually-look-like][steep learning curve]] in the Emacs community. 19.3 hours over 5 days to get started is definitely a lot.
|
||||
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 17d6192394e6321e80fde5417954f84256fb6f57
|
||||
Subproject commit f12737bb44edafecec2b79b8d9a70d5ed1a1ff99
|
||||
|
|
@ -28,6 +28,6 @@
|
|||
{"period":"2022-12-01T00:00:00Z","misc_hours":90.02505416666664,"other_code_hours":70.48672027777783,"config_hours":3.6556722222222215,"orgmode_hours":24.646485833333337,"package_hours":6.301308333333334,"sqrt_hours":0.0},
|
||||
{"period":"2023-01-01T00:00:00Z","misc_hours":81.74121027777785,"other_code_hours":74.15600861111108,"config_hours":8.502313888888889,"orgmode_hours":23.546456388888878,"package_hours":1.2940805555555555,"sqrt_hours":3.091511111111111},
|
||||
{"period":"2023-02-01T00:00:00Z","misc_hours":59.22556611111115,"other_code_hours":71.66723777777779,"config_hours":6.266827777777776,"orgmode_hours":21.286059722222213,"package_hours":1.6511055555555558,"sqrt_hours":0.0},
|
||||
{"period":"2023-03-01T00:00:00Z","misc_hours":147.64586833333337,"other_code_hours":30.75426944444444,"config_hours":1.4991055555555552,"orgmode_hours":23.200755555555553,"package_hours":0.737786111111111,"sqrt_hours":0.027744444444444447},
|
||||
{"period":"2023-04-01T00:00:00Z","misc_hours":11.66882777777778,"other_code_hours":0.0,"config_hours":0.0,"orgmode_hours":0.0,"package_hours":0.0,"sqrt_hours":0.0}
|
||||
{"period":"2023-03-01T00:00:00Z","misc_hours":80.38888166666672,"other_code_hours":65.02923749999997,"config_hours":1.528583333333333,"orgmode_hours":56.1532963888889,"package_hours":0.737786111111111,"sqrt_hours":0.027744444444444447},
|
||||
{"period":"2023-04-01T00:00:00Z","misc_hours":6.3998452777777715,"other_code_hours":0.0,"config_hours":10.446358333333334,"orgmode_hours":9.446027777777772,"package_hours":0.7153416666666667,"sqrt_hours":15.621758333333334}
|
||||
]
|
||||
|
|
@ -29,5 +29,5 @@
|
|||
{"date_trunc":"2023-01-01T00:00:00Z","percent":0.5015832592260838},
|
||||
{"date_trunc":"2023-02-01T00:00:00Z","percent":0.48874221007685836},
|
||||
{"date_trunc":"2023-03-01T00:00:00Z","percent":0.43940966116785446},
|
||||
{"date_trunc":"2023-04-01T00:00:00Z","percent":0.44787489198857766}
|
||||
{"date_trunc":"2023-04-01T00:00:00Z","percent":0.5047683251058214}
|
||||
]
|
||||
|
|
@ -374,7 +374,7 @@ function emacsChart() {
|
|||
}
|
||||
|
||||
async function emacsScreenTimeChart() {
|
||||
const response = await fetch("/data/2023-03-14-emacs/emacs-screen-time.json");
|
||||
const response = await fetch("/data/2023-03-13-emacs/emacs-screen-time.json");
|
||||
const rawData = await response.json();
|
||||
const data = {
|
||||
labels: rawData.map((d) => new Date(d["date_trunc"])),
|
||||
|
|
@ -428,7 +428,7 @@ async function emacsScreenTimeChart() {
|
|||
|
||||
async function emacsTimeChart() {
|
||||
const response = await fetch(
|
||||
"/data/2023-03-14-emacs/emacs-related-time-per-month.json"
|
||||
"/data/2023-03-13-emacs/emacs-related-time-per-month.json"
|
||||
);
|
||||
const rawData = await response.json();
|
||||
const labels = [
|
||||
|
|
@ -569,7 +569,7 @@ async function emacsTimeChart() {
|
|||
}
|
||||
|
||||
async function configsChart() {
|
||||
const response = await fetch("/data/2023-03-14-emacs/lengths.csv");
|
||||
const response = await fetch("/data/2023-03-13-emacs/lengths.csv");
|
||||
const csv = await response.text();
|
||||
const lines = csv.split("\n");
|
||||
const labels = lines[0].split(",");
|
||||
|
|
@ -743,7 +743,7 @@ async function configsChart() {
|
|||
}
|
||||
|
||||
async function packagesChart() {
|
||||
const response = await fetch("/data/2023-03-14-emacs/emacs-packages.json");
|
||||
const response = await fetch("/data/2023-03-13-emacs/emacs-packages.json");
|
||||
const rawData = await response.json();
|
||||
|
||||
const data = [
|
||||
|
|
@ -804,7 +804,7 @@ async function packagesChart() {
|
|||
}
|
||||
|
||||
async function emacsVimSwitchChart() {
|
||||
const response = await fetch("/data/2023-03-14-emacs/emacs-vim-switch.json");
|
||||
const response = await fetch("/data/2023-03-13-emacs/emacs-vim-switch.json");
|
||||
const rawData = await response.json();
|
||||
const labels = [
|
||||
["config_hours", "Config", "#A989C5"],
|
||||
|
|
@ -864,7 +864,7 @@ async function emacsVimSwitchChart() {
|
|||
}
|
||||
|
||||
async function zkChart() {
|
||||
const response = await fetch("/data/2023-03-14-emacs/roam-stats.csv");
|
||||
const response = await fetch("/data/2023-03-13-emacs/roam-stats.csv");
|
||||
const csv = await response.text();
|
||||
const lines = csv.split("\n");
|
||||
const labels = lines[0].split(",");
|
||||
BIN
static/ox-hugo/lisp_cycles.png
Normal file
BIN
static/ox-hugo/lisp_cycles.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Loading…
Add table
Reference in a new issue