<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://onp4.com/@vadim/~programming</id>
    <title>Programming</title>
    <updated>2026-05-11T11:30:19.170Z</updated>
    <generator>P4 - P for posting</generator>
    <author>
        <name>Vadim Dalecky</name>
        <uri>https://onp4.com/@vadim</uri>
    </author>
    <link rel="alternate" href="https://onp4.com/@vadim/~programming"/>
    <subtitle>Programming</subtitle>
    <icon>https://appsets.onp4.com/p4-universal/0.0.0-production.1706/public/favicon.ico</icon>
    <rights>Copyright, P4</rights>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/k20lb6ajkv</id>
        <link href="https://onp4.com/@vadim/p/k20lb6ajkv"/>
        <updated>2026-04-28T09:44:01.277Z</updated>
        <content type="html"><![CDATA[To code, or to vibe code? That's the questions.]]></content>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/7aioe2kt9y</id>
        <link href="https://onp4.com/@vadim/p/7aioe2kt9y"/>
        <updated>2026-03-04T20:54:43.880Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/i83mxk490z</id>
        <link href="https://onp4.com/@vadim/p/i83mxk490z"/>
        <updated>2026-03-03T21:29:15.546Z</updated>
        <content type="html"><![CDATA[Key-prefixed encoding for JSON-like data. Inspired by [PEON](https://www.bartoszsypytkowski.com/peon/).

```json
{
  "users": [
    { "name": "Alice", age: 23 },
    { "name": "Bob", age: 31 }
  ]
}
```

In PEON:

```
0|.users[0].age = 23
8|.name = Alice
6|[1].age = 31
8|.name = Bob
```

Where leading prefix at start of each line, is the length of JSON Path re-used from the previous line.

Instead of using number of characters as key-prefix, use the node depth instead:

```
0|.users[0].age = 23
2|.name = Alice
1|[1].age = 31
2|.name = Bob
```

Removing un-necessary punctuation:

```
0.users:0.age 23
2.name Alice
1:1.age 31
2.name Bob
```]]></content>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/tf4hjhhdcm</id>
        <link href="https://onp4.com/@vadim/p/tf4hjhhdcm"/>
        <updated>2026-03-01T15:37:07.581Z</updated>
        <content type="html"><![CDATA[    > This is ten percent luck, twenty percent skill,
    > Fifteen percent concentrated power of will,
    > Five percent prompt, fifty percent pain,
    > And a hundred percent of electricity bill to pay!
]]></content>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/kbzq5jivhq</id>
        <link href="https://onp4.com/@vadim/p/kbzq5jivhq"/>
        <updated>2026-01-02T18:40:54.789Z</updated>
        <content type="html"><![CDATA[# 3-color terminal symbol set

Recently I was playing with [image to terminal ANSI art conversion](https://ansi-art.com/). There are some nice symbols that allow to more precisely describe an area shape. There are some more common ones, and some not supported yet on many platforms and many fonts.

But regardless, all those symbols are limited to only two colors: foreground and background. And that cannot be changed. However there is a way to synthetically create a third color by dithering fg and bg colors.

Thus I created the below *3-color symbol* set, which allows to introduce a third color in a cell by dithering the fg and bg colors. This should improve significantly (in statistical sense) the box-drawing and image generation abilities in the terminal.
]]></content>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/nhtnqy9a1j</id>
        <link href="https://onp4.com/@vadim/p/nhtnqy9a1j"/>
        <updated>2025-11-22T18:58:00.939Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/i5mcgs0h65</id>
        <link href="https://onp4.com/@vadim/p/i5mcgs0h65"/>
        <updated>2025-11-22T18:04:35.820Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/uwqy5whhuz</id>
        <link href="https://onp4.com/@vadim/p/uwqy5whhuz"/>
        <updated>2025-11-22T14:58:19.716Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/o9j57fjg2v</id>
        <link href="https://onp4.com/@vadim/p/o9j57fjg2v"/>
        <updated>2025-11-22T14:31:59.570Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/d91wvg0rdt</id>
        <link href="https://onp4.com/@vadim/p/d91wvg0rdt"/>
        <updated>2025-11-22T09:18:18.806Z</updated>
        <content type="html"><![CDATA[> *Dumb zone*]]></content>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/xuitc8sn8i</id>
        <link href="https://onp4.com/@vadim/p/xuitc8sn8i"/>
        <updated>2025-11-15T17:33:44.256Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/6vqa1m9nwe</id>
        <link href="https://onp4.com/@vadim/p/6vqa1m9nwe"/>
        <updated>2025-11-14T14:14:24.523Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/2efmeprthe</id>
        <link href="https://onp4.com/@vadim/p/2efmeprthe"/>
        <updated>2025-11-13T13:36:01.379Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/99i9av9mmr</id>
        <link href="https://onp4.com/@vadim/p/99i9av9mmr"/>
        <updated>2025-11-13T13:22:55.208Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/zhs57gmbko</id>
        <link href="https://onp4.com/@vadim/p/zhs57gmbko"/>
        <updated>2025-11-13T10:10:42.119Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/fi92768569</id>
        <link href="https://onp4.com/@vadim/p/fi92768569"/>
        <updated>2025-11-11T19:03:21.731Z</updated>
        <content type="html"><![CDATA[When asked to find simple illustrations for a kids book using a browser, AI decided it is *too manual* - and instead created a Python script that draws basic SVG illustrations.]]></content>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/ubbpzn6vrv</id>
        <link href="https://onp4.com/@vadim/p/ubbpzn6vrv"/>
        <updated>2025-11-11T18:56:54.298Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/73tzfs1cqv</id>
        <link href="https://onp4.com/@vadim/p/73tzfs1cqv"/>
        <updated>2025-11-11T18:55:52.445Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/uxplrgiwd2</id>
        <link href="https://onp4.com/@vadim/p/uxplrgiwd2"/>
        <updated>2025-11-11T14:47:24.957Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/7ixtxnc7z0</id>
        <link href="https://onp4.com/@vadim/p/7ixtxnc7z0"/>
        <updated>2025-11-11T14:29:39.844Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/ymwkl8kem0</id>
        <link href="https://onp4.com/@vadim/p/ymwkl8kem0"/>
        <updated>2025-11-11T12:05:16.743Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/huhmj32sw7</id>
        <link href="https://onp4.com/@vadim/p/huhmj32sw7"/>
        <updated>2025-11-11T12:04:57.483Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/0efnk9dlzr</id>
        <link href="https://onp4.com/@vadim/p/0efnk9dlzr"/>
        <updated>2025-11-08T20:56:41.958Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/sdfpcj0s98</id>
        <link href="https://onp4.com/@vadim/p/sdfpcj0s98"/>
        <updated>2025-11-08T18:58:34.292Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/4uz1gxmuqd</id>
        <link href="https://onp4.com/@vadim/p/4uz1gxmuqd"/>
        <updated>2025-11-08T10:19:55.167Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/qa1i7y2fo2</id>
        <link href="https://onp4.com/@vadim/p/qa1i7y2fo2"/>
        <updated>2025-11-08T10:00:07.967Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/qk5aeioi38</id>
        <link href="https://onp4.com/@vadim/p/qk5aeioi38"/>
        <updated>2025-11-03T15:01:16.762Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/oemf857v94</id>
        <link href="https://onp4.com/@vadim/p/oemf857v94"/>
        <updated>2025-11-03T14:43:05.326Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/0yn7h7467n</id>
        <link href="https://onp4.com/@vadim/p/0yn7h7467n"/>
        <updated>2025-11-03T00:02:29.223Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[]]></title>
        <id>https://onp4.com/@vadim/p/52i0czay5x</id>
        <link href="https://onp4.com/@vadim/p/52i0czay5x"/>
        <updated>2025-11-01T22:07:46.827Z</updated>
        <author>
            <name>Vadim Dalecky</name>
            <uri>https://onp4.com/@vadim</uri>
        </author>
    </entry>
</feed>