<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: ksdme9</title><link>https://news.ycombinator.com/user?id=ksdme9</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 08 Apr 2026 12:58:45 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ksdme9" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ksdme9 in "Never buy a .online domain"]]></title><description><![CDATA[
<p>On a side note, thanks for wisp. I was looking for something like it so I could use it to quickly test the web builds of my tauri mobile app.</p>
]]></description><pubDate>Wed, 25 Feb 2026 19:03:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47156181</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=47156181</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47156181</guid></item><item><title><![CDATA[New comment by ksdme9 in "Show HN: ut – Rust based CLI utilities for devs and IT"]]></title><description><![CDATA[
<p>Someone contributed v7 already!</p>
]]></description><pubDate>Tue, 07 Oct 2025 11:14:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=45501735</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=45501735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45501735</guid></item><item><title><![CDATA[New comment by ksdme9 in "Show HN: ut – Rust based CLI utilities for devs and IT"]]></title><description><![CDATA[
<p>I checked for conflicts but didn't go all the way to check for games. What is that anyway?</p>
]]></description><pubDate>Tue, 07 Oct 2025 11:13:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=45501725</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=45501725</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45501725</guid></item><item><title><![CDATA[New comment by ksdme9 in "Show HN: ut – Rust based CLI utilities for devs and IT"]]></title><description><![CDATA[
<p>I don't have a strict idea of "done" for ut. But, I am not keen on adding increasing complex things to it either. It's purpose is convenience not exhaustiveness.</p>
]]></description><pubDate>Mon, 06 Oct 2025 06:48:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45488333</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=45488333</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45488333</guid></item><item><title><![CDATA[New comment by ksdme9 in "Show HN: ut – Rust based CLI utilities for devs and IT"]]></title><description><![CDATA[
<p>Hey, yeah, fair concern. Some tools already have tests, but, I do plan on adding it to all of them.</p>
]]></description><pubDate>Mon, 06 Oct 2025 06:45:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=45488316</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=45488316</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45488316</guid></item><item><title><![CDATA[New comment by ksdme9 in "Show HN: ut – Rust based CLI utilities for devs and IT"]]></title><description><![CDATA[
<p>You don't even have to go that far, `base64` is a coreutil (<a href="https://github.com/coreutils/coreutils/blob/ebfd80083b4fe4ae37f50bbc2fcf3cfaee50a248/src/basenc.c#L467" rel="nofollow">https://github.com/coreutils/coreutils/blob/ebfd80083b4fe4ae...</a>).<p>The point of ut is not to replace or invent new tooling. It is meant to be a set of tools that are simple, self exploratory and work out of the box with sane defaults. So, essentially, something that you don't have to remember syntax for or go through help/man pages everytime you want to use it.</p>
]]></description><pubDate>Sun, 05 Oct 2025 19:50:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=45484630</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=45484630</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45484630</guid></item><item><title><![CDATA[New comment by ksdme9 in "Show HN: ut – Rust based CLI utilities for devs and IT"]]></title><description><![CDATA[
<p>This looks cool, thanks!</p>
]]></description><pubDate>Sun, 05 Oct 2025 19:41:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=45484550</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=45484550</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45484550</guid></item><item><title><![CDATA[Show HN: ut – Rust based CLI utilities for devs and IT]]></title><description><![CDATA[
<p>Hey HN,<p>I find myself reaching for tools like it-tools.tech or other random sites every now and then during development or debugging. So, I built a toolkit with a sane and simple CLI interface for most of those tools.<p>For the curious and lazy, at the moment, ut has tools for,<p>- Encoding: base64 (encode, decode), url (encode, decode)<p>- Hashing: md5, sha1, sha224, sha256, sha384, sha512<p>- Data Generation: uuid (v1, v3, v4, v5), token, lorem, random<p>- Text Processing: case (lower, upper, camel, title, constant, header, sentence, snake), pretty-print, diff<p>- Development Tools: calc, json (builder), regex, datetime<p>- Web & Network: http (status), serve, qr<p>- Color & Design: color (convert)<p>- Reference: unicode<p>For full disclosure, parts of the toolkit were built with Claude Code (I wanted to use this as an opportunity to play with it more).
Feel free to open feature requests and/or contribute.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45483531">https://news.ycombinator.com/item?id=45483531</a></p>
<p>Points: 170</p>
<p># Comments: 63</p>
]]></description><pubDate>Sun, 05 Oct 2025 17:36:20 +0000</pubDate><link>https://github.com/ksdme/ut</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=45483531</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45483531</guid></item><item><title><![CDATA[New comment by ksdme9 in "Forking Chrome to render in a terminal (2023)"]]></title><description><![CDATA[
<p>It looks so much better than I expected. This is cool.</p>
]]></description><pubDate>Fri, 05 Sep 2025 05:16:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=45135192</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=45135192</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45135192</guid></item><item><title><![CDATA[New comment by ksdme9 in "Show HN: Interactive pinout for the Raspberry Pi Pico 2"]]></title><description><![CDATA[
<p>This looks awesome, thanks! The best thing about this imo is that I can remember the url instead of having to dig through pages to find the official pinout pdf.</p>
]]></description><pubDate>Fri, 11 Jul 2025 08:38:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=44529714</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=44529714</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44529714</guid></item><item><title><![CDATA[New comment by ksdme9 in "Show HN: Self hosted bangs and go links with jmp"]]></title><description><![CDATA[
<p>I wanted to start using golinks in my workflow and I am a fan of the duckduckgo bangs. So, I built a Rust based web server that can act can act as your default search engine and handle bangs and go links for you.<p>It is configurable via a toml file.</p>
]]></description><pubDate>Sun, 25 May 2025 16:12:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44088824</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=44088824</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44088824</guid></item><item><title><![CDATA[Show HN: Self hosted bangs and go links with jmp]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/ksdme/jmp">https://github.com/ksdme/jmp</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44088823">https://news.ycombinator.com/item?id=44088823</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 25 May 2025 16:12:22 +0000</pubDate><link>https://github.com/ksdme/jmp</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=44088823</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44088823</guid></item><item><title><![CDATA[New comment by ksdme9 in "Show HN: I built a vector illustration generator"]]></title><description><![CDATA[
<p>Site doesn't load.<p>> Application error: a server-side exception has occurred while loading www.illustration.app (see the server logs for more information).<p>Digest: 2002552852</p>
]]></description><pubDate>Fri, 14 Mar 2025 14:46:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=43363123</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=43363123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43363123</guid></item><item><title><![CDATA[New comment by ksdme9 in "Show HN: Subtrace – Wireshark for Docker Containers"]]></title><description><![CDATA[
<p>Have not played around with it, but, curious, how does debugging on production work for a specific request/session? Can I filter by some sort if request trace id or something?</p>
]]></description><pubDate>Wed, 19 Feb 2025 21:07:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=43107705</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=43107705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43107705</guid></item><item><title><![CDATA[New comment by ksdme9 in "Show HN: Printercow – Turn any thermal printer into an API endpoint"]]></title><description><![CDATA[
<p>The whole twitch demo thing is genius and fun. Do printer companies usually not provide a first party apps or integrations?</p>
]]></description><pubDate>Tue, 21 Jan 2025 14:07:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=42780197</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=42780197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42780197</guid></item><item><title><![CDATA[New comment by ksdme9 in "Show HN: An SSH based utility to transfer pipes across machines – beam"]]></title><description><![CDATA[
<p>Thanks for the kind words. I am so glad you found it useful.</p>
]]></description><pubDate>Sat, 04 Jan 2025 17:00:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=42595937</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=42595937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42595937</guid></item><item><title><![CDATA[New comment by ksdme9 in "Show HN: An SSH based utility to transfer pipes across machines – beam"]]></title><description><![CDATA[
<p>Yup, wormhole and portal are better in most aspects. Beam is helpful when you have novel constraints like not being able to install arbitrary binaries, or if you have the need to transfer streams and not just files, or maybe even pub key based white-listing of access.</p>
]]></description><pubDate>Sat, 04 Jan 2025 12:44:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=42594384</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=42594384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42594384</guid></item><item><title><![CDATA[New comment by ksdme9 in "Show HN: An SSH based utility to transfer pipes across machines – beam"]]></title><description><![CDATA[
<p>You don't have to interpret it in its strongest flavor. I meant more of inbound isolation when I said it.</p>
]]></description><pubDate>Sat, 04 Jan 2025 12:21:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=42594301</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=42594301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42594301</guid></item><item><title><![CDATA[New comment by ksdme9 in "Show HN: An SSH based utility to transfer pipes across machines – beam"]]></title><description><![CDATA[
<p>Yup, you are right.<p>You can do this using a regular SSH server and some elbow grease. This is meant to be a simple setup and forget system that is relatively locked down and doesn't expose any more functionality than strictly necessary.</p>
]]></description><pubDate>Sat, 04 Jan 2025 12:07:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=42594244</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=42594244</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42594244</guid></item><item><title><![CDATA[New comment by ksdme9 in "Show HN: An SSH based utility to transfer pipes across machines – beam"]]></title><description><![CDATA[
<p>This is meant for cases when the machines are isolated, for example, when you attach to a remote container and want to download a file from it to your machine.</p>
]]></description><pubDate>Sat, 04 Jan 2025 10:46:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=42593931</link><dc:creator>ksdme9</dc:creator><comments>https://news.ycombinator.com/item?id=42593931</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42593931</guid></item></channel></rss>