|
6 | 6 | <description>Recent content on mrnice.dev</description> |
7 | 7 | <generator>Hugo</generator> |
8 | 8 | <language>en-us</language> |
9 | | - <lastBuildDate>Wed, 22 May 2024 18:34:02 +0300</lastBuildDate> |
| 9 | + <lastBuildDate>Tue, 18 Jun 2024 09:48:22 +0200</lastBuildDate> |
10 | 10 | <atom:link href="https://www.mrnice.dev/index.xml" rel="self" type="application/rss+xml" /> |
| 11 | + <item> |
| 12 | + <title>בנינו כלי פנימי לצוותי הפיתוח שלנו, והלא ייאמן קרה: הם היו מרוצים</title> |
| 13 | + <link>https://www.mrnice.dev/posts/how-to-build-a-command-line-aka-cli-app-with-go/</link> |
| 14 | + <pubDate>Tue, 18 Jun 2024 09:48:22 +0200</pubDate> |
| 15 | + <guid>https://www.mrnice.dev/posts/how-to-build-a-command-line-aka-cli-app-with-go/</guid> |
| 16 | + <description></description> |
| 17 | + </item> |
11 | 18 | <item> |
12 | 19 | <title>Added a Now Page to my Hugo Blog</title> |
13 | 20 | <link>https://www.mrnice.dev/posts/added-a-now-page/</link> |
|
43 | 50 | <guid>https://www.mrnice.dev/posts/airpods-alias/</guid> |
44 | 51 | <description>So, one early morning, and I’m just getting my coffee. For fun, let’s automate connecting to bluetooth AirPods without touching the mouse. Quick Google brings up blueutil, and a tiny bit of jq was all the glue needed:
brew install blueutil blueutil --connect $(blueutil --paired --format json-pretty | jq -r &#34;.[] | select(.name | contains(\&#34;Shay’s AirPods Pro\&#34;)) | .address) The first time you run this, you&rsquo;ll need to give the terminal permission to get access to bluetooth:</description> |
45 | 52 | </item> |
46 | | - <item> |
47 | | - <title>A few Go tools for production-level developer applications (Orca Meetup)</title> |
48 | | - <link>https://www.mrnice.dev/posts/a-few-go-tools-for-production-level-developer-applications/</link> |
49 | | - <pubDate>Sat, 23 Mar 2024 23:22:44 +0300</pubDate> |
50 | | - <guid>https://www.mrnice.dev/posts/a-few-go-tools-for-production-level-developer-applications/</guid> |
51 | | - <description></description> |
52 | | - </item> |
53 | 53 | <item> |
54 | 54 | <title>Designing Data-Intensive Applications: Flashcards for a Book Club</title> |
55 | 55 | <link>https://www.mrnice.dev/posts/designing-data-intensive-applications-bookclub-flashcards/</link> |
|
0 commit comments