Skip to content

Commit 532f4f1

Browse files
committed
Publish Tue Jul 29 09:20:53 PM PDT 2025
1 parent bef62fc commit 532f4f1

File tree

12 files changed

+325
-325
lines changed

12 files changed

+325
-325
lines changed
-47 Bytes
Loading

blog/2025-07-26/the-ys-core-yaml-schema/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<link rel="prev" href="../../2025-07-25/ys-on-the-go/">
1919

2020

21-
<link rel="next" href="../../2025-07-27/fun-in-the-fridays/">
21+
<link rel="next" href="../../2025-07-27/fun-in-the-sundays/">
2222

2323

2424
<link rel="alternate" type="application/rss+xml" title="RSS feed" href="/rss.xml">
@@ -2686,13 +2686,13 @@ <h2 id="__comments">Comments</h2>
26862686

26872687

26882688

2689-
<a href="../../2025-07-27/fun-in-the-fridays/" class="md-footer__link md-footer__link--next" aria-label="Next: Fun in the FridaYS">
2689+
<a href="../../2025-07-27/fun-in-the-sundays/" class="md-footer__link md-footer__link--next" aria-label="Next: Fun in the SundaYS">
26902690
<div class="md-footer__title">
26912691
<span class="md-footer__direction">
26922692
Next
26932693
</span>
26942694
<div class="md-ellipsis">
2695-
Fun in the FridaYS
2695+
Fun in the SundaYS
26962696
</div>
26972697
</div>
26982698
<div class="md-footer__button md-icon">

blog/2025-07-27/fun-in-the-fridays/index.html renamed to blog/2025-07-27/fun-in-the-sundays/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta name="author" content="Ingy döt Net">
1313

1414

15-
<link rel="canonical" href="https://yamlscript.org/blog/2025-07-27/fun-in-the-fridays/">
15+
<link rel="canonical" href="https://yamlscript.org/blog/2025-07-27/fun-in-the-sundays/">
1616

1717

1818
<link rel="prev" href="../../2025-07-26/the-ys-core-yaml-schema/">
@@ -29,7 +29,7 @@
2929

3030

3131

32-
<title>Fun in the FridaYS - YS — YAML Done Wisely</title>
32+
<title>Fun in the SundaYS - YS — YAML Done Wisely</title>
3333

3434

3535

@@ -127,7 +127,7 @@
127127

128128
<meta property="og:type" content="website" >
129129

130-
<meta property="og:title" content="Fun in the FridaYS - YS — YAML Done Wisely" >
130+
<meta property="og:title" content="Fun in the SundaYS - YS — YAML Done Wisely" >
131131

132132
<meta property="og:description" content="Program in YAML — Code is Data" >
133133

@@ -139,11 +139,11 @@
139139

140140
<meta property="og:image:height" content="630" >
141141

142-
<meta property="og:url" content="https://yamlscript.org/blog/2025-07-27/fun-in-the-fridays/" >
142+
<meta property="og:url" content="https://yamlscript.org/blog/2025-07-27/fun-in-the-sundays/" >
143143

144144
<meta name="twitter:card" content="summary_large_image" >
145145

146-
<meta name="twitter:title" content="Fun in the FridaYS - YS — YAML Done Wisely" >
146+
<meta name="twitter:title" content="Fun in the SundaYS - YS — YAML Done Wisely" >
147147

148148
<meta name="twitter:description" content="Program in YAML — Code is Data" >
149149

@@ -209,7 +209,7 @@
209209
<a href="/">
210210
<span class="md-ellipsis">
211211

212-
Fun in the FridaYS
212+
Fun in the SundaYS
213213

214214
</span>
215215
</a>
@@ -2506,7 +2506,7 @@
25062506
</a>
25072507

25082508

2509-
<h1>Fun in the FridaYS</h1>
2509+
<h1>Fun in the SundaYS</h1>
25102510

25112511
<p>Let's do a Fun FridaYS post on Sunday.</p>
25122512
<p>I wrote the YS one liner to open 40 random Rosetta Code tasks written in
@@ -2515,7 +2515,7 @@ <h1>Fun in the FridaYS</h1>
25152515
$<span class="w"> </span>vim<span class="w"> </span><span class="k">$(</span>ys<span class="w"> </span>-e<span class="w"> </span><span class="s1">&#39;sh-out(&quot;find Lang/Clojure&quot;):lines:shuffle</span>
25162516
<span class="s1"> .mapv(fn([d] sh-out(&quot;ls $d&quot;):lines</span>
25172517
<span class="s1"> .mapv(fn([f] say(&quot;$d/$f&quot;)))))&#39;</span><span class="w"> </span><span class="p">|</span>
2518-
<span class="w"> </span>grep<span class="w"> </span>-v<span class="w"> </span><span class="s1">&#39;\-[0-9]&#39;</span><span class="w"> </span><span class="p">|</span><span class="w"> </span>
2518+
<span class="w"> </span>grep<span class="w"> </span>-v<span class="w"> </span><span class="s1">&#39;\-[0-9]&#39;</span><span class="w"> </span><span class="p">|</span>
25192519
<span class="w"> </span>head<span class="w"> </span>-40<span class="k">)</span>
25202520
</code></pre></div>
25212521
<p>Pretty cool, right?</p>
@@ -2596,7 +2596,7 @@ <h2 id="clojure-solution">Clojure Solution<a class="headerlink" href="#clojure-s
25962596
<span class="w"> </span><span class="nv">println</span><span class="p">)</span>
25972597
</code></pre></div>
25982598
<p>Run it:</p>
2599-
<div class="highlight"><pre><span></span><code>$<span class="w"> </span>clj<span class="w"> </span>-M<span class="w"> </span>best-shuffle.clj<span class="w"> </span>
2599+
<div class="highlight"><pre><span></span><code>$<span class="w"> </span>clj<span class="w"> </span>-M<span class="w"> </span>best-shuffle.clj
26002600
<span class="o">[[</span>abracadabra<span class="w"> </span>racrababaad<span class="w"> </span><span class="m">0</span><span class="o">]</span><span class="w"> </span><span class="o">[</span>seesaw<span class="w"> </span>wssaee<span class="w"> </span><span class="m">0</span><span class="o">]</span><span class="w"> </span><span class="o">[</span>elk<span class="w"> </span>kel<span class="w"> </span><span class="m">0</span><span class="o">]</span><span class="w"> </span><span class="o">[</span>grrrrrr<span class="w"> </span>rgrrrrr<span class="w"> </span><span class="m">5</span><span class="o">]</span><span class="w"> </span><span class="o">[</span>up<span class="w"> </span>pu<span class="w"> </span><span class="m">0</span><span class="o">]</span><span class="w"> </span><span class="o">[</span>a<span class="w"> </span>a<span class="w"> </span><span class="m">1</span><span class="o">]]</span>
26012601
</code></pre></div>
26022602
<h2 id="ported-to-ys">Ported to YS<a class="headerlink" href="#ported-to-ys" title="Permanent link">🔗</a></h2>

blog/2025-07-28/ys-on-jank-bb-and-ys/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link rel="canonical" href="https://yamlscript.org/blog/2025-07-28/ys-on-jank-bb-and-ys/">
1616

1717

18-
<link rel="prev" href="../../2025-07-27/fun-in-the-fridays/">
18+
<link rel="prev" href="../../2025-07-27/fun-in-the-sundays/">
1919

2020

2121

@@ -2746,7 +2746,7 @@ <h2 id="__comments">Comments</h2>
27462746
<nav class="md-footer__inner md-grid" aria-label="Footer" >
27472747

27482748

2749-
<a href="../../2025-07-27/fun-in-the-fridays/" class="md-footer__link md-footer__link--prev" aria-label="Previous: Fun in the FridaYS">
2749+
<a href="../../2025-07-27/fun-in-the-sundays/" class="md-footer__link md-footer__link--prev" aria-label="Previous: Fun in the SundaYS">
27502750
<div class="md-footer__button md-icon">
27512751

27522752
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z"/></svg>
@@ -2756,7 +2756,7 @@ <h2 id="__comments">Comments</h2>
27562756
Previous
27572757
</span>
27582758
<div class="md-ellipsis">
2759-
Fun in the FridaYS
2759+
Fun in the SundaYS
27602760
</div>
27612761
</div>
27622762
</a>

blog/archive/2025/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,9 +1991,9 @@
19911991
</li>
19921992

19931993
<li class="md-nav__item">
1994-
<a href="#fun-in-the-fridays" class="md-nav__link">
1994+
<a href="#fun-in-the-sundays" class="md-nav__link">
19951995
<span class="md-ellipsis">
1996-
Fun in the FridaYS
1996+
Fun in the SundaYS
19971997
</span>
19981998
</a>
19991999

@@ -2629,9 +2629,9 @@
26292629
</li>
26302630

26312631
<li class="md-nav__item">
2632-
<a href="#fun-in-the-fridays" class="md-nav__link">
2632+
<a href="#fun-in-the-sundays" class="md-nav__link">
26332633
<span class="md-ellipsis">
2634-
Fun in the FridaYS
2634+
Fun in the SundaYS
26352635
</span>
26362636
</a>
26372637

@@ -2948,22 +2948,22 @@ <h2 id="ys-on-jank-bb-and-ys"><a class="toclink" href="../../2025-07-28/ys-on-ja
29482948
</div>
29492949
</header>
29502950
<div class="md-post__content md-typeset">
2951-
<h2 id="fun-in-the-fridays"><a class="toclink" href="../../2025-07-27/fun-in-the-fridays/">Fun in the FridaYS</a></h2>
2951+
<h2 id="fun-in-the-sundays"><a class="toclink" href="../../2025-07-27/fun-in-the-sundays/">Fun in the SundaYS</a></h2>
29522952
<p>Let's do a Fun FridaYS post on Sunday.</p>
29532953
<p>I wrote the YS one liner to open 40 random Rosetta Code tasks written in
29542954
Clojure.</p>
29552955
<div class="highlight"><pre><span></span><code>$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>RosettaCodeData
29562956
$<span class="w"> </span>vim<span class="w"> </span><span class="k">$(</span>ys<span class="w"> </span>-e<span class="w"> </span><span class="s1">&#39;sh-out(&quot;find Lang/Clojure&quot;):lines:shuffle</span>
29572957
<span class="s1"> .mapv(fn([d] sh-out(&quot;ls $d&quot;):lines</span>
29582958
<span class="s1"> .mapv(fn([f] say(&quot;$d/$f&quot;)))))&#39;</span><span class="w"> </span><span class="p">|</span>
2959-
<span class="w"> </span>grep<span class="w"> </span>-v<span class="w"> </span><span class="s1">&#39;\-[0-9]&#39;</span><span class="w"> </span><span class="p">|</span><span class="w"> </span>
2959+
<span class="w"> </span>grep<span class="w"> </span>-v<span class="w"> </span><span class="s1">&#39;\-[0-9]&#39;</span><span class="w"> </span><span class="p">|</span>
29602960
<span class="w"> </span>head<span class="w"> </span>-40<span class="k">)</span>
29612961
</code></pre></div>
29622962
<p>Pretty cool, right?</p>
29632963

29642964

29652965
<nav class="md-post__action">
2966-
<a href="../../2025-07-27/fun-in-the-fridays/">
2966+
<a href="../../2025-07-27/fun-in-the-sundays/">
29672967
Continue reading
29682968
</a>
29692969
</nav>

blog/category/summer-of-ys/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2162,9 +2162,9 @@
21622162
</li>
21632163

21642164
<li class="md-nav__item">
2165-
<a href="#fun-in-the-fridays" class="md-nav__link">
2165+
<a href="#fun-in-the-sundays" class="md-nav__link">
21662166
<span class="md-ellipsis">
2167-
Fun in the FridaYS
2167+
Fun in the SundaYS
21682168
</span>
21692169
</a>
21702170

@@ -2629,9 +2629,9 @@
26292629
</li>
26302630

26312631
<li class="md-nav__item">
2632-
<a href="#fun-in-the-fridays" class="md-nav__link">
2632+
<a href="#fun-in-the-sundays" class="md-nav__link">
26332633
<span class="md-ellipsis">
2634-
Fun in the FridaYS
2634+
Fun in the SundaYS
26352635
</span>
26362636
</a>
26372637

@@ -2948,22 +2948,22 @@ <h2 id="ys-on-jank-bb-and-ys"><a class="toclink" href="../../2025-07-28/ys-on-ja
29482948
</div>
29492949
</header>
29502950
<div class="md-post__content md-typeset">
2951-
<h2 id="fun-in-the-fridays"><a class="toclink" href="../../2025-07-27/fun-in-the-fridays/">Fun in the FridaYS</a></h2>
2951+
<h2 id="fun-in-the-sundays"><a class="toclink" href="../../2025-07-27/fun-in-the-sundays/">Fun in the SundaYS</a></h2>
29522952
<p>Let's do a Fun FridaYS post on Sunday.</p>
29532953
<p>I wrote the YS one liner to open 40 random Rosetta Code tasks written in
29542954
Clojure.</p>
29552955
<div class="highlight"><pre><span></span><code>$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>RosettaCodeData
29562956
$<span class="w"> </span>vim<span class="w"> </span><span class="k">$(</span>ys<span class="w"> </span>-e<span class="w"> </span><span class="s1">&#39;sh-out(&quot;find Lang/Clojure&quot;):lines:shuffle</span>
29572957
<span class="s1"> .mapv(fn([d] sh-out(&quot;ls $d&quot;):lines</span>
29582958
<span class="s1"> .mapv(fn([f] say(&quot;$d/$f&quot;)))))&#39;</span><span class="w"> </span><span class="p">|</span>
2959-
<span class="w"> </span>grep<span class="w"> </span>-v<span class="w"> </span><span class="s1">&#39;\-[0-9]&#39;</span><span class="w"> </span><span class="p">|</span><span class="w"> </span>
2959+
<span class="w"> </span>grep<span class="w"> </span>-v<span class="w"> </span><span class="s1">&#39;\-[0-9]&#39;</span><span class="w"> </span><span class="p">|</span>
29602960
<span class="w"> </span>head<span class="w"> </span>-40<span class="k">)</span>
29612961
</code></pre></div>
29622962
<p>Pretty cool, right?</p>
29632963

29642964

29652965
<nav class="md-post__action">
2966-
<a href="../../2025-07-27/fun-in-the-fridays/">
2966+
<a href="../../2025-07-27/fun-in-the-sundays/">
29672967
Continue reading
29682968
</a>
29692969
</nav>

blog/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2362,9 +2362,9 @@
23622362
</li>
23632363

23642364
<li class="md-nav__item">
2365-
<a href="#fun-in-the-fridays" class="md-nav__link">
2365+
<a href="#fun-in-the-sundays" class="md-nav__link">
23662366
<span class="md-ellipsis">
2367-
Fun in the FridaYS
2367+
Fun in the SundaYS
23682368
</span>
23692369
</a>
23702370

@@ -2684,22 +2684,22 @@ <h2 id="ys-on-jank-bb-and-ys"><a class="toclink" href="2025-07-28/ys-on-jank-bb-
26842684
</div>
26852685
</header>
26862686
<div class="md-post__content md-typeset">
2687-
<h2 id="fun-in-the-fridays"><a class="toclink" href="2025-07-27/fun-in-the-fridays/">Fun in the FridaYS</a></h2>
2687+
<h2 id="fun-in-the-sundays"><a class="toclink" href="2025-07-27/fun-in-the-sundays/">Fun in the SundaYS</a></h2>
26882688
<p>Let's do a Fun FridaYS post on Sunday.</p>
26892689
<p>I wrote the YS one liner to open 40 random Rosetta Code tasks written in
26902690
Clojure.</p>
26912691
<div class="highlight"><pre><span></span><code>$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>RosettaCodeData
26922692
$<span class="w"> </span>vim<span class="w"> </span><span class="k">$(</span>ys<span class="w"> </span>-e<span class="w"> </span><span class="s1">&#39;sh-out(&quot;find Lang/Clojure&quot;):lines:shuffle</span>
26932693
<span class="s1"> .mapv(fn([d] sh-out(&quot;ls $d&quot;):lines</span>
26942694
<span class="s1"> .mapv(fn([f] say(&quot;$d/$f&quot;)))))&#39;</span><span class="w"> </span><span class="p">|</span>
2695-
<span class="w"> </span>grep<span class="w"> </span>-v<span class="w"> </span><span class="s1">&#39;\-[0-9]&#39;</span><span class="w"> </span><span class="p">|</span><span class="w"> </span>
2695+
<span class="w"> </span>grep<span class="w"> </span>-v<span class="w"> </span><span class="s1">&#39;\-[0-9]&#39;</span><span class="w"> </span><span class="p">|</span>
26962696
<span class="w"> </span>head<span class="w"> </span>-40<span class="k">)</span>
26972697
</code></pre></div>
26982698
<p>Pretty cool, right?</p>
26992699

27002700

27012701
<nav class="md-post__action">
2702-
<a href="2025-07-27/fun-in-the-fridays/">
2702+
<a href="2025-07-27/fun-in-the-sundays/">
27032703
Continue reading
27042704
</a>
27052705
</nav>

0 commit comments

Comments
 (0)