<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: leansensei</title><link>https://news.ycombinator.com/user?id=leansensei</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 29 Jul 2026 00:53:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=leansensei" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by leansensei in "Scriptc by Vercel: TypeScript-to-Native compiler, no JavaScript engine in binary"]]></title><description><![CDATA[
<p>Oh no, we do, because the software world has been abusing what engineering means for decades, in order to inflate job titles. Most people are programmers, not software engineers, and that's OK.</p>
]]></description><pubDate>Mon, 27 Jul 2026 07:21:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49066118</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=49066118</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49066118</guid></item><item><title><![CDATA[New comment by leansensei in "GLM-5.2 – How to Run Locally"]]></title><description><![CDATA[
<p>Not really, you can do great things without them. I've been summarizing hundreds of documents. I've added MCP servers to my internal business tools (Elixir apps) and can chat with the Nous Hermes agent over Telegram about pending orders, inventory level, historical product prices, etc., without having to click/dick around with a web UI.<p>Sure, it cannot replace SOTA models for agentic coding, except for small, well-scoped refactorings. But even a model like ministral-3:8b or qwen3.5:9b is a boon for so many smaller use cases!</p>
]]></description><pubDate>Tue, 23 Jun 2026 16:16:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48647304</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=48647304</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48647304</guid></item><item><title><![CDATA[New comment by leansensei in "GLM-5.2 – How to Run Locally"]]></title><description><![CDATA[
<p>Europe was never at the frontier of any tech? Huh what now?</p>
]]></description><pubDate>Tue, 23 Jun 2026 15:54:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48647019</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=48647019</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48647019</guid></item><item><title><![CDATA[New comment by leansensei in "Major European payment processor can't send email to Google Workspace users"]]></title><description><![CDATA[
<p>...and you'd be wrong.</p>
]]></description><pubDate>Thu, 12 Feb 2026 17:40:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=46992094</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=46992094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46992094</guid></item><item><title><![CDATA[New comment by leansensei in "I let LLMs write an Elixir NIF in C; it mostly worked"]]></title><description><![CDATA[
<p>Thanks, that was not clear to me from skimming the docs.<p>However, this NIF also returns more fields than the disksup function.</p>
]]></description><pubDate>Sat, 16 Aug 2025 04:36:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=44920213</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=44920213</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44920213</guid></item><item><title><![CDATA[New comment by leansensei in "I let LLMs write an Elixir NIF in C; it mostly worked"]]></title><description><![CDATA[
<p>It's because the most familiar thing to me that uses a NIF was Exqlite, so that was my starting point.<p>Using Rust and Rustler turned out to be way easier and it also now works across Elixir versions 1.14 to 1.18.</p>
]]></description><pubDate>Sat, 16 Aug 2025 04:33:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=44920199</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=44920199</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44920199</guid></item><item><title><![CDATA[New comment by leansensei in "I let LLMs write an Elixir NIF in C; it mostly worked"]]></title><description><![CDATA[
<p>The post explains why I don't want to use disksup. You have to start an extra application (os_mon) and configure disksup to update the starts more frequently than the default of every 30 minutes.<p>Do we really need to do all that instead of the equivalent of a df?<p>Agree about the C code, which is why the latest version (on GitHub, the HEAD, not yet released in Hex.pm) is now using Rust and Rustler.</p>
]]></description><pubDate>Fri, 15 Aug 2025 22:59:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=44918249</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=44918249</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44918249</guid></item><item><title><![CDATA[New comment by leansensei in "I let LLMs write an Elixir NIF in C; it mostly worked"]]></title><description><![CDATA[
<p>Why not C? It made no difference, we're talking about a few function calls.</p>
]]></description><pubDate>Fri, 15 Aug 2025 19:00:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=44916221</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=44916221</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44916221</guid></item><item><title><![CDATA[New comment by leansensei in "Abogen – Generate audiobooks from EPUBs, PDFs and text"]]></title><description><![CDATA[
<p>"Abo" in German means "subscription" (from the French abonnement). Show some cultural sensitivity about these languages.</p>
]]></description><pubDate>Mon, 11 Aug 2025 21:25:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=44869648</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=44869648</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44869648</guid></item><item><title><![CDATA[New comment by leansensei in "Debian 13 “Trixie”"]]></title><description><![CDATA[
<p>Thank you for ntfy, it's such a useful piece of software!</p>
]]></description><pubDate>Sat, 09 Aug 2025 22:53:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=44851122</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=44851122</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44851122</guid></item><item><title><![CDATA[New comment by leansensei in "Atlassian's Trello redesign may be 'worst in tech history' say frustrated users"]]></title><description><![CDATA[
<p>Wekan looks close to pre-Atlassian Trello.</p>
]]></description><pubDate>Fri, 08 Aug 2025 06:52:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=44834251</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=44834251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44834251</guid></item><item><title><![CDATA[New comment by leansensei in "Trello: How the project management app's update is causing customers to revolt"]]></title><description><![CDATA[
<p>Just use Wekan. Problem solved.</p>
]]></description><pubDate>Tue, 05 Aug 2025 07:01:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=44795081</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=44795081</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44795081</guid></item><item><title><![CDATA[New comment by leansensei in "Show HN: Built a desktop app to organize photos locally with duplicate detection"]]></title><description><![CDATA[
<p>apt install geeqie<p>That's all.</p>
]]></description><pubDate>Mon, 14 Jul 2025 12:27:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=44559368</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=44559368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44559368</guid></item><item><title><![CDATA[New comment by leansensei in "The $25k car is going extinct?"]]></title><description><![CDATA[
<p>That's the VAG marketing strategy. Share most parts, have the customer pay for the brand.</p>
]]></description><pubDate>Mon, 30 Jun 2025 09:05:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=44421055</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=44421055</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44421055</guid></item><item><title><![CDATA[New comment by leansensei in "Show HN: S3mini – Tiny and fast S3-compatible client, no-deps, edge-ready"]]></title><description><![CDATA[
<p>Also try out Garage.</p>
]]></description><pubDate>Wed, 11 Jun 2025 15:42:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=44248830</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=44248830</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44248830</guid></item><item><title><![CDATA[New comment by leansensei in "Ask HN: What are you working on? (May 2025)"]]></title><description><![CDATA[
<p>I've been working on a kinda-sequel to my first technical book, Northwind Elixir Traders. This one (Phoenix Product Codex) is about developing and deploying a production-grade REST API with Elixir and Phoenix.</p>
]]></description><pubDate>Sun, 25 May 2025 22:00:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=44091599</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=44091599</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44091599</guid></item><item><title><![CDATA[New comment by leansensei in "Zed: High-performance AI Code Editor"]]></title><description><![CDATA[
<p>Zed is great but not so great if you are trying to copy/cut/paste with the keyboard layout being anything other than latin.</p>
]]></description><pubDate>Wed, 07 May 2025 21:14:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=43920619</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=43920619</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43920619</guid></item><item><title><![CDATA[New comment by leansensei in "Ask HN: What are you working on? (April 2025)"]]></title><description><![CDATA[
<p>I'm working on my second self-published technical book related to Elixir. The first one has been a surprising success, but since it was about learning to use Ecto on the basis of an old pedagogical toy database (and tiny dataset), the new book is about the development of a production-grade REST API with Elixir and Phoenix.<p>I find that many books out there are focused on documenting the "happy path" for rather small and simplistic applications without boundary conditions or business thinking behind them.<p>So, I thought (as with the first books) that it mix things up by also documenting the business context, the questions, decisions, and the decision-making process itself, as well as all the gotchas and "side-quests",  rather than showing "here's how you do it" and then expecting the reader to suddenly make the jump from tutorial hell to actually software engineering.<p>Overall, it's enormously enjoyable, and I hope it goes as far as the first book, and possibly even farther.</p>
]]></description><pubDate>Mon, 28 Apr 2025 20:29:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=43825759</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=43825759</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43825759</guid></item><item><title><![CDATA[New comment by leansensei in "I just want to code (2023)"]]></title><description><![CDATA[
<p>This is The Incredible Story of Deft... <a href="https://leanpub.com/deft" rel="nofollow">https://leanpub.com/deft</a></p>
]]></description><pubDate>Mon, 28 Apr 2025 12:03:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=43820441</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=43820441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43820441</guid></item><item><title><![CDATA[New comment by leansensei in "Widespread power outage in Spain and Portugal"]]></title><description><![CDATA[
<p>There are degrees of dependence on others, you make it sound as if it's a binary choice.</p>
]]></description><pubDate>Mon, 28 Apr 2025 11:59:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=43820394</link><dc:creator>leansensei</dc:creator><comments>https://news.ycombinator.com/item?id=43820394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43820394</guid></item></channel></rss>