<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: ckugblenu</title><link>https://news.ycombinator.com/user?id=ckugblenu</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 06 Jun 2026 13:10:46 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ckugblenu" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: Portdetective – A tiny, fast rust CLI for port inspection]]></title><description><![CDATA[
<p>Hi HN,<p>I kept getting annoyed having to track down which process was sitting on a port so I could kill it, so I built a tiny CLI tool that shows you exactly what’s using a given port and having the option to kill it. Sharing it here in case it helps someone else too.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46426086">https://news.ycombinator.com/item?id=46426086</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 29 Dec 2025 21:42:57 +0000</pubDate><link>https://github.com/cmakafui/portdetective</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=46426086</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46426086</guid></item><item><title><![CDATA[The Asymmetric Lakehouse Discovery]]></title><description><![CDATA[
<p>Article URL: <a href="https://substack.com/home/post/p-165553590">https://substack.com/home/post/p-165553590</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44230380">https://news.ycombinator.com/item?id=44230380</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 09 Jun 2025 22:44:25 +0000</pubDate><link>https://substack.com/home/post/p-165553590</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=44230380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44230380</guid></item><item><title><![CDATA[New comment by ckugblenu in "Show HN: HelixDB – Open-source vector-graph database for AI applications (Rust)"]]></title><description><![CDATA[
<p>Very interesting project. Would be curious of a comparison with memgraph. Will definitely give it to try for my knowledge graph use case.</p>
]]></description><pubDate>Wed, 14 May 2025 13:45:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=43984482</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=43984482</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43984482</guid></item><item><title><![CDATA[Verifying DeepResearch: Building the Truth Layer]]></title><description><![CDATA[
<p>Article URL: <a href="https://substack.com/home/post/p-160398991">https://substack.com/home/post/p-160398991</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43559571">https://news.ycombinator.com/item?id=43559571</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 02 Apr 2025 18:11:38 +0000</pubDate><link>https://substack.com/home/post/p-160398991</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=43559571</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43559571</guid></item><item><title><![CDATA[Breaking the Serverless Ceiling: Building a Durable AI Pipeline]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.cmakafui.com/breaking-the-serverless-ceiling-building-a-durable-ai-pipeline-for-large-datasets">https://blog.cmakafui.com/breaking-the-serverless-ceiling-building-a-durable-ai-pipeline-for-large-datasets</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43453069">https://news.ycombinator.com/item?id=43453069</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 23 Mar 2025 14:14:32 +0000</pubDate><link>https://blog.cmakafui.com/breaking-the-serverless-ceiling-building-a-durable-ai-pipeline-for-large-datasets</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=43453069</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43453069</guid></item><item><title><![CDATA[Show HN: BatchWizard – A CLI tool for managing OpenAI batch processing jobs]]></title><description><![CDATA[
<p>BatchWizard is an open-source CLI tool I've been working on to simplify and streamline OpenAI batch processing jobs.<p>It's built with Python and can be easily installed via pipx or pip.<p>I'd appreciate any feedback or suggestions from the HN community.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41358668">https://news.ycombinator.com/item?id=41358668</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 26 Aug 2024 16:12:09 +0000</pubDate><link>https://github.com/cmakafui/batchwizard</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=41358668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41358668</guid></item><item><title><![CDATA[New comment by ckugblenu in "Ask HN: What are you working on (August 2024)?"]]></title><description><![CDATA[
<p>I've been working on BatchWizard, a CLI tool for managing OpenAI batch processing jobs. It lets you easily upload files, create batch jobs, check status, and download results - all from the command line. Handles multiple jobs concurrently with async processing. I built it to simplify working with OpenAI's batch APIs.
Check it out on GitHub if you're interested: <a href="https://github.com/cmakafui/batchwizard">https://github.com/cmakafui/batchwizard</a></p>
]]></description><pubDate>Sun, 25 Aug 2024 05:21:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=41344610</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=41344610</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41344610</guid></item><item><title><![CDATA[How to Build with Rust and Lambda]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.binaryheap.com/rust-and-lambda/">https://www.binaryheap.com/rust-and-lambda/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39303687">https://news.ycombinator.com/item?id=39303687</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 08 Feb 2024 16:13:11 +0000</pubDate><link>https://www.binaryheap.com/rust-and-lambda/</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=39303687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39303687</guid></item><item><title><![CDATA[Silver bullet or fool's gold? Ghana's e-tax marred by scepticism]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.reuters.com/world/africa/silver-bullet-or-fools-gold-ghanas-e-tax-marred-by-scepticism-2022-03-29/">https://www.reuters.com/world/africa/silver-bullet-or-fools-gold-ghanas-e-tax-marred-by-scepticism-2022-03-29/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=30843970">https://news.ycombinator.com/item?id=30843970</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 29 Mar 2022 15:34:51 +0000</pubDate><link>https://www.reuters.com/world/africa/silver-bullet-or-fools-gold-ghanas-e-tax-marred-by-scepticism-2022-03-29/</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=30843970</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30843970</guid></item><item><title><![CDATA[Virtual Movie Theater]]></title><description><![CDATA[
<p>Article URL: <a href="https://scener.com">https://scener.com</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=26796935">https://news.ycombinator.com/item?id=26796935</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 13 Apr 2021 18:34:43 +0000</pubDate><link>https://scener.com</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=26796935</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26796935</guid></item><item><title><![CDATA[WaSCC: A dynamic, elastically scalable WebAssembly host runtime]]></title><description><![CDATA[
<p>Article URL: <a href="https://wascc.dev/">https://wascc.dev/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=23338619">https://news.ycombinator.com/item?id=23338619</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 28 May 2020 15:43:58 +0000</pubDate><link>https://wascc.dev/</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=23338619</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23338619</guid></item><item><title><![CDATA[Machine Learning on Mobile and Edge Devices with TensorFlow Lite]]></title><description><![CDATA[
<p>Article URL: <a href="https://youtu.be/21DDda82oWo">https://youtu.be/21DDda82oWo</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=23323327">https://news.ycombinator.com/item?id=23323327</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 27 May 2020 13:59:23 +0000</pubDate><link>https://youtu.be/21DDda82oWo</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=23323327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23323327</guid></item><item><title><![CDATA[New comment by ckugblenu in "Show HN: The Gives – Watch videos with friends"]]></title><description><![CDATA[
<p>Rave.io is an alternative that really impressed me. With features like watching videos with friends on Gdrive</p>
]]></description><pubDate>Mon, 20 Apr 2020 15:48:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=22924947</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=22924947</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22924947</guid></item><item><title><![CDATA[State of Web Development]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/KiddBubu/status/1187120868259979269">https://twitter.com/KiddBubu/status/1187120868259979269</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=21346855">https://news.ycombinator.com/item?id=21346855</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 24 Oct 2019 17:22:28 +0000</pubDate><link>https://twitter.com/KiddBubu/status/1187120868259979269</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=21346855</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21346855</guid></item><item><title><![CDATA[A Survey of Blockchain Applications, Challenges, and Opportunities(Open Access)]]></title><description><![CDATA[
<p>Article URL: <a href="https://ieeexplore.ieee.org/document/8805074">https://ieeexplore.ieee.org/document/8805074</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=20864507">https://news.ycombinator.com/item?id=20864507</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 03 Sep 2019 08:02:11 +0000</pubDate><link>https://ieeexplore.ieee.org/document/8805074</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=20864507</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20864507</guid></item><item><title><![CDATA[Struggling with your academic writing? Try these experiments]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.sciencemag.org/careers/2019/06/struggling-your-academic-writing-try-these-experiments-get-words-flowing">https://www.sciencemag.org/careers/2019/06/struggling-your-academic-writing-try-these-experiments-get-words-flowing</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=20288226">https://news.ycombinator.com/item?id=20288226</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 26 Jun 2019 19:19:09 +0000</pubDate><link>https://www.sciencemag.org/careers/2019/06/struggling-your-academic-writing-try-these-experiments-get-words-flowing</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=20288226</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20288226</guid></item><item><title><![CDATA[Super Mario Royale]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.infernoplus.com">http://www.infernoplus.com</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=20250715">https://news.ycombinator.com/item?id=20250715</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 22 Jun 2019 17:32:05 +0000</pubDate><link>http://www.infernoplus.com</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=20250715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20250715</guid></item><item><title><![CDATA[African Folktales Podcast]]></title><description><![CDATA[
<p>Article URL: <a href="https://podcasts.apple.com/fi/podcast/african-folktales-podcast/id1466699089">https://podcasts.apple.com/fi/podcast/african-folktales-podcast/id1466699089</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=20131685">https://news.ycombinator.com/item?id=20131685</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 08 Jun 2019 10:28:50 +0000</pubDate><link>https://podcasts.apple.com/fi/podcast/african-folktales-podcast/id1466699089</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=20131685</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20131685</guid></item><item><title><![CDATA[New comment by ckugblenu in "ARM memo tells staff to stop working with Huawei"]]></title><description><![CDATA[
<p>This looks more like a global chess match than anything else.</p>
]]></description><pubDate>Wed, 22 May 2019 11:27:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=19979973</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=19979973</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19979973</guid></item><item><title><![CDATA[Lara: Nigeria's Personal Directions Assistant]]></title><description><![CDATA[
<p>Article URL: <a href="https://lara.ng">https://lara.ng</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=19847914">https://news.ycombinator.com/item?id=19847914</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 07 May 2019 09:51:42 +0000</pubDate><link>https://lara.ng</link><dc:creator>ckugblenu</dc:creator><comments>https://news.ycombinator.com/item?id=19847914</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19847914</guid></item></channel></rss>