<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>package Archives | Ciprian Mandache</title>
<atom:link href="https://ciprian.51k.eu/tag/package/feed/" rel="self" type="application/rss+xml" /><link></link>
<description>Software Engineer and more</description>
<lastBuildDate>Tue, 28 Jul 2026 19:21:35 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>
hourly	</sy:updatePeriod>
<sy:updateFrequency>
1	</sy:updateFrequency><image>
<url>https://ciprian.51k.eu/upld/2019/02/cropped-terminal-icon-32x32.png</url><title>package Archives | Ciprian Mandache</title><link></link>
<width>32</width>
<height>32</height>
</image>
<item><title>slog-configurator: Same Zero-Config Logging, Now on the Standard Library</title><link>https://ciprian.51k.eu/slog-configurator-stdlib-logging-zero-config/</link>
<dc:creator><![CDATA[Ciprian Mandache]]></dc:creator>
<pubDate>Wed, 29 Apr 2026 23:25:03 +0000</pubDate>
<category><![CDATA[Golang]]></category>
<category><![CDATA[configuration]]></category>
<category><![CDATA[Go programming language]]></category>
<category><![CDATA[golang]]></category>
<category><![CDATA[helper]]></category>
<category><![CDATA[logging]]></category>
<category><![CDATA[package]]></category>
<category><![CDATA[quickie]]></category>
<category><![CDATA[slog]]></category>
<category><![CDATA[stdlib]]></category>
<category><![CDATA[wrapper]]></category>
<guid
isPermaLink="false">https://ciprian.51k.eu/slog-configurator-stdlib-logging-zero-config/</guid><description><![CDATA[<img
width="300" height="163" src="https://ciprian.51k.eu/upld/2026/04/360_F_1527695117_xLoJujJNYHNRJsEANNICi3tVN367XcMB-300x163.webp" class="webfeedsFeaturedVisual wp-post-image" alt="" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" srcset="https://ciprian.51k.eu/upld/2026/04/360_F_1527695117_xLoJujJNYHNRJsEANNICi3tVN367XcMB-300x163.webp 300w, https://ciprian.51k.eu/upld/2026/04/360_F_1527695117_xLoJujJNYHNRJsEANNICi3tVN367XcMB.webp 661w" sizes="(max-width: 300px) 100vw, 300px" />A while back I wrote about logrus-configurator — a small package that auto-configures logrus from environment variables so you stop copy-pasting the same setup boilerplate into every Go project. It ...]]></description>
</item>
<item><title>goenv: Three Functions, One Env Var, Zero Fucks Given</title><link>https://ciprian.51k.eu/goenv-three-functions-one-env-var-zero-fucks-given/</link>
<dc:creator><![CDATA[Ciprian Mandache]]></dc:creator>
<pubDate>Mon, 16 Mar 2026 09:00:00 +0000</pubDate>
<category><![CDATA[Golang]]></category>
<category><![CDATA[configuration]]></category>
<category><![CDATA[environment variables]]></category>
<category><![CDATA[go package]]></category>
<category><![CDATA[Go programming language]]></category>
<category><![CDATA[goenv]]></category>
<category><![CDATA[golang]]></category>
<category><![CDATA[helper]]></category>
<category><![CDATA[library]]></category>
<category><![CDATA[package]]></category>
<category><![CDATA[quickie]]></category>
<category><![CDATA[servicepack]]></category>
<guid
isPermaLink="false">https://ciprian.51k.eu/goenv-three-functions-one-env-var-zero-fucks-given/</guid><description><![CDATA[<img
width="300" height="300" src="https://ciprian.51k.eu/upld/2026/03/goenv-300x300.png" class="webfeedsFeaturedVisual wp-post-image" alt="" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" fetchpriority="high" srcset="https://ciprian.51k.eu/upld/2026/03/goenv-300x300.png 300w, https://ciprian.51k.eu/upld/2026/03/goenv-150x150.png 150w, https://ciprian.51k.eu/upld/2026/03/goenv-768x768.png 768w, https://ciprian.51k.eu/upld/2026/03/goenv.png 1024w" sizes="(max-width: 300px) 100vw, 300px" />Every service I write needs exactly one piece of information before it does anything else: is this thing running in prod, or is some poor bastard (me, at 2am, half ...]]></description>
</item>
<item><title>servicepack: The Go Framework That Actually Understands How Real Development Works</title><link>https://ciprian.51k.eu/servicepack-the-go-framework-that-actually-understands-how-real-development-works/</link>
<dc:creator><![CDATA[Ciprian Mandache]]></dc:creator>
<pubDate>Wed, 17 Sep 2025 21:02:53 +0000</pubDate>
<category><![CDATA[Golang]]></category>
<category><![CDATA[ai skill]]></category>
<category><![CDATA[architecture]]></category>
<category><![CDATA[boilerplate]]></category>
<category><![CDATA[clawhub]]></category>
<category><![CDATA[cli]]></category>
<category><![CDATA[code structure]]></category>
<category><![CDATA[framework]]></category>
<category><![CDATA[go framework]]></category>
<category><![CDATA[Go programming language]]></category>
<category><![CDATA[golang]]></category>
<category><![CDATA[microservices]]></category>
<category><![CDATA[monolith]]></category>
<category><![CDATA[package]]></category>
<category><![CDATA[service-based]]></category>
<category><![CDATA[single-repo microservices]]></category>
<guid
isPermaLink="false">https://ciprian.51k.eu/?p=972</guid><description><![CDATA[<img
width="300" height="171" src="https://ciprian.51k.eu/upld/2025/10/Screenshot_2025-10-07_00-00-49-300x171.png" class="webfeedsFeaturedVisual wp-post-image" alt="" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" srcset="https://ciprian.51k.eu/upld/2025/10/Screenshot_2025-10-07_00-00-49-300x171.png 300w, https://ciprian.51k.eu/upld/2025/10/Screenshot_2025-10-07_00-00-49-1024x584.png 1024w, https://ciprian.51k.eu/upld/2025/10/Screenshot_2025-10-07_00-00-49-768x438.png 768w, https://ciprian.51k.eu/upld/2025/10/Screenshot_2025-10-07_00-00-49.png 1238w" sizes="(max-width: 300px) 100vw, 300px" />Look, I&#8217;ve built a lot of shit in Go. Worked on microservices that were basically just glorified HTTP handlers talking to each other across Docker networks. Debugged race conditions at ...]]></description>
</item>
<item><title>gorpitx: Twelve Ways to Turn a Raspberry Pi Into a Broadcast Tower (and a Legal Problem)</title><link>https://ciprian.51k.eu/gorpitx-twelve-ways-to-turn-a-raspberry-pi-into-a-broadcast-tower-and-a-legal-problem/</link>
<dc:creator><![CDATA[Ciprian Mandache]]></dc:creator>
<pubDate>Fri, 12 Sep 2025 09:00:00 +0000</pubDate>
<category><![CDATA[Embedded]]></category>
<category><![CDATA[Golang]]></category>
<category><![CDATA[Radio]]></category>
<category><![CDATA[embedded]]></category>
<category><![CDATA[go package]]></category>
<category><![CDATA[Go programming language]]></category>
<category><![CDATA[golang]]></category>
<category><![CDATA[gorpitx]]></category>
<category><![CDATA[library]]></category>
<category><![CDATA[package]]></category>
<category><![CDATA[piraterf]]></category>
<category><![CDATA[pizero]]></category>
<category><![CDATA[radio]]></category>
<category><![CDATA[raspberry pi]]></category>
<category><![CDATA[rf transmission]]></category>
<category><![CDATA[rpitx]]></category>
<category><![CDATA[wrapper]]></category>
<guid
isPermaLink="false">https://ciprian.51k.eu/gorpitx-twelve-ways-to-turn-a-raspberry-pi-into-a-broadcast-tower-and-a-legal-problem/</guid><description><![CDATA[<img
width="300" height="300" src="https://ciprian.51k.eu/upld/2025/09/gorpitx-300x300.png" class="webfeedsFeaturedVisual wp-post-image" alt="" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" srcset="https://ciprian.51k.eu/upld/2025/09/gorpitx-300x300.png 300w, https://ciprian.51k.eu/upld/2025/09/gorpitx-150x150.png 150w, https://ciprian.51k.eu/upld/2025/09/gorpitx-768x768.png 768w, https://ciprian.51k.eu/upld/2025/09/gorpitx.png 1024w" sizes="(max-width: 300px) 100vw, 300px" />When I was building PIrateRF, I had two options. Option one: shell out to a pile of C binaries from rpitx every time I wanted to key up a transmitter, ...]]></description>
</item>
<item><title>Commander: Bcuz Go&#8217;s os/exec Made Me Want to Shart on My Laptop&#8217;s Screen</title><link>https://ciprian.51k.eu/commander-bcuz-gos-os-exec-made-me-want-to-shart-on-my-laptops-screen/</link>
<dc:creator><![CDATA[Ciprian Mandache]]></dc:creator>
<pubDate>Sun, 07 Sep 2025 23:11:25 +0000</pubDate>
<category><![CDATA[Golang]]></category>
<category><![CDATA[command execution]]></category>
<category><![CDATA[commander]]></category>
<category><![CDATA[exec wrapper]]></category>
<category><![CDATA[execution manager]]></category>
<category><![CDATA[golang]]></category>
<category><![CDATA[package]]></category>
<category><![CDATA[process manager]]></category>
<category><![CDATA[shell]]></category>
<category><![CDATA[shell exec]]></category>
<category><![CDATA[stream]]></category>
<guid
isPermaLink="false">https://ciprian.51k.eu/?p=955</guid><description><![CDATA[<img
width="300" height="115" src="https://ciprian.51k.eu/upld/2025/09/Screenshot_2025-09-08_02-03-32-300x115.png" class="webfeedsFeaturedVisual wp-post-image" alt="" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" srcset="https://ciprian.51k.eu/upld/2025/09/Screenshot_2025-09-08_02-03-32-300x115.png 300w, https://ciprian.51k.eu/upld/2025/09/Screenshot_2025-09-08_02-03-32.png 627w" sizes="(max-width: 300px) 100vw, 300px" />Let&#8217;s be fucking honest here – if you&#8217;ve ever tried to do anything serious with Go&#8217;s&#160;os/exec&#160;package, you know it&#8217;s about as user-friendly as a cactus suppository. Want to stream output ...]]></description>
</item>
<item><title>ctxerrors: Because Go&#8217;s Error Handling Doesn&#8217;t Have to Be Complete Shit</title><link>https://ciprian.51k.eu/ctxerrors-because-gos-error-handling-doesnt-have-to-be-complete-shit/</link>
<dc:creator><![CDATA[Ciprian Mandache]]></dc:creator>
<pubDate>Sun, 07 Sep 2025 15:20:44 +0000</pubDate>
<category><![CDATA[Golang]]></category>
<category><![CDATA[context]]></category>
<category><![CDATA[contexterrors]]></category>
<category><![CDATA[ctx]]></category>
<category><![CDATA[debugging]]></category>
<category><![CDATA[error]]></category>
<category><![CDATA[golang]]></category>
<category><![CDATA[library]]></category>
<category><![CDATA[package]]></category>
<guid
isPermaLink="false">https://ciprian.51k.eu/?p=945</guid><description><![CDATA[<img
width="300" height="187" src="https://ciprian.51k.eu/upld/2025/09/Screenshot_2025-09-07_18-20-01-300x187.png" class="webfeedsFeaturedVisual wp-post-image" alt="" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" srcset="https://ciprian.51k.eu/upld/2025/09/Screenshot_2025-09-07_18-20-01-300x187.png 300w, https://ciprian.51k.eu/upld/2025/09/Screenshot_2025-09-07_18-20-01-768x478.png 768w, https://ciprian.51k.eu/upld/2025/09/Screenshot_2025-09-07_18-20-01-480x300.png 480w, https://ciprian.51k.eu/upld/2025/09/Screenshot_2025-09-07_18-20-01-640x400.png 640w, https://ciprian.51k.eu/upld/2025/09/Screenshot_2025-09-07_18-20-01.png 870w" sizes="(max-width: 300px) 100vw, 300px" />Look, I&#8217;m gonna be straight with you. Go&#8217;s error handling is fucking verbose, and debugging without context is like trying to find your keys in a pitch-black room while drunk. ...]]></description>
</item>
<item><title>Stop Fighting logrus Configuration: Meet logrus-configurator</title><link>https://ciprian.51k.eu/stop-fighting-logrus-configuration-meet-logrus-configurator/</link>
<dc:creator><![CDATA[Ciprian Mandache]]></dc:creator>
<pubDate>Wed, 08 Nov 2023 12:59:00 +0000</pubDate>
<category><![CDATA[Golang]]></category>
<category><![CDATA[configuration]]></category>
<category><![CDATA[Go programming language]]></category>
<category><![CDATA[golang]]></category>
<category><![CDATA[helper]]></category>
<category><![CDATA[logging]]></category>
<category><![CDATA[logrus]]></category>
<category><![CDATA[package]]></category>
<category><![CDATA[quickie]]></category>
<category><![CDATA[wrapper]]></category>
<guid
isPermaLink="false">https://ciprian.51k.eu/?p=941</guid><description><![CDATA[<img
width="300" height="190" src="https://ciprian.51k.eu/upld/2025/09/Screenshot_2025-09-07_15-58-03-300x190.png" class="webfeedsFeaturedVisual wp-post-image" alt="" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" srcset="https://ciprian.51k.eu/upld/2025/09/Screenshot_2025-09-07_15-58-03-300x190.png 300w, https://ciprian.51k.eu/upld/2025/09/Screenshot_2025-09-07_15-58-03.png 698w" sizes="(max-width: 300px) 100vw, 300px" />⚠️ Archived in favor of slog-configurator. Go&#8217;s standard library now ships log/slog, which covers everything logrus offered with proper context propagation and zero third-party dependencies. logrus-configurator still works and existing ...]]></description>
</item>
</channel>
</rss>
<!--
*** This site runs WP Super Minify plugin v2.0.1 - http://wordpress.org/plugins/wp-super-minify ***
*** Total size saved: 3.25% | Size before compression: 14522 bytes | Size after compression: 14050 bytes. ***
-->