|
2 | 2 | <feed xmlns="http://www.w3.org/2005/Atom"> |
3 | 3 | <id>https://blog.ferki.it/</id> |
4 | 4 | <title>agile sysadmin</title> |
5 | | - <updated>2025-02-03T00:00:00Z</updated> |
| 5 | + <updated>2025-02-26T00:00:00Z</updated> |
6 | 6 | <link href="https://blog.ferki.it/index.atom" rel="self" /> |
7 | 7 | <link href="https://blog.ferki.it/" rel="alternate" /> |
8 | 8 | <author> |
9 | 9 | <name>Ferenc Erki</name> |
10 | 10 | </author> |
11 | 11 | <generator version="0.098">Statocles</generator> |
12 | 12 |
|
| 13 | + <entry> |
| 14 | + <id>https://blog.ferki.it/2025/02/26/virtues-of-rex/</id> |
| 15 | + <title>Virtues of Rex</title> |
| 16 | + <author><name>Ferenc Erki</name></author> |
| 17 | + <link href="https://blog.ferki.it/2025/02/26/virtues-of-rex/" rel="alternate" /> |
| 18 | + <content type="html"><![CDATA[ |
| 19 | + <p>We follow a set of guiding principles while developing <a href="https://metacpan.org/pod/Rex">Rex, the friendly |
| 20 | +automation framework</a>:</p> |
| 21 | +
|
| 22 | +<ol> |
| 23 | +<li>Use a programming language as DSL</li> |
| 24 | +<li>Empower users through trust</li> |
| 25 | +<li>Enable graceful bootstrapping</li> |
| 26 | +</ol> |
| 27 | +
|
| 28 | +<p>While we summarize these concepts briefly on <a href="https://www.rexify.org/">our |
| 29 | +website</a>, I consider it worthwhile to elaborate on the |
| 30 | +underlying details.</p> |
| 31 | +
|
| 32 | +<p>Let’s take a closer look at why we find these choices important.</p> |
| 33 | +
|
| 34 | + <p><a href="https://blog.ferki.it/2025/02/26/virtues-of-rex/#section-2">Continue reading...</a></p> |
| 35 | +
|
| 36 | + <p>Tags: |
| 37 | + <a href="https://blog.ferki.it/tag/rex/">rex</a> |
| 38 | + </p> |
| 39 | +
|
| 40 | + ]]></content> |
| 41 | + <updated>2025-02-26T00:00:00Z</updated> |
| 42 | + <category term="rex" /> |
| 43 | + </entry> |
13 | 44 | <entry> |
14 | 45 | <id>https://blog.ferki.it/2025/02/03/lint-early-lint-often/</id> |
15 | 46 | <title>Lint early, lint often</title> |
@@ -130,37 +161,5 @@ for fellow Gentoo users.</p> |
130 | 161 | <category term="overlay" /> |
131 | 162 | <category term="clight" /> |
132 | 163 | </entry> |
133 | | - <entry> |
134 | | - <id>https://blog.ferki.it/2024/05/01/packaging-vale-3-4-2-for-gentoo/</id> |
135 | | - <title>Packaging vale-3.4.2 for Gentoo</title> |
136 | | - <author><name>Ferenc Erki</name></author> |
137 | | - <link href="https://blog.ferki.it/2024/05/01/packaging-vale-3-4-2-for-gentoo/" rel="alternate" /> |
138 | | - <content type="html"><![CDATA[ |
139 | | - <p><a href="https://vale.sh">Vale</a>, the “syntax-aware linter for prose built with speed |
140 | | -and extensibility in mind”, has a new <a href="https://github.com/errata-ai/vale/releases/tag/v3.4.2">v3.4.2 |
141 | | -release</a>.</p> |
142 | | -
|
143 | | -<p><a href="https://github.com/ferki/gentoo-overlay">My overlay</a> already makes it |
144 | | -available for fellow Gentoo users. I also contributed the same ebuild to the |
145 | | -official Gentoo <a href="https://wiki.gentoo.org/wiki/Project:GURU">GURU overlay</a>, |
146 | | -where it should reach the reviewed branch soon.</p> |
147 | | -
|
148 | | -
|
149 | | - <p>Tags: |
150 | | - <a href="https://blog.ferki.it/tag/gentoo/">Gentoo</a> |
151 | | - <a href="https://blog.ferki.it/tag/ebuild/">ebuild</a> |
152 | | - <a href="https://blog.ferki.it/tag/overlay/">overlay</a> |
153 | | - <a href="https://blog.ferki.it/tag/guru/">GURU</a> |
154 | | - <a href="https://blog.ferki.it/tag/vale/">vale</a> |
155 | | - </p> |
156 | | -
|
157 | | - ]]></content> |
158 | | - <updated>2024-05-01T00:00:00Z</updated> |
159 | | - <category term="Gentoo" /> |
160 | | - <category term="ebuild" /> |
161 | | - <category term="overlay" /> |
162 | | - <category term="GURU" /> |
163 | | - <category term="vale" /> |
164 | | - </entry> |
165 | 164 | </feed> |
166 | 165 |
|
0 commit comments