<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: cloud8421</title><link>https://news.ycombinator.com/user?id=cloud8421</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 05 Jun 2026 00:18:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cloud8421" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Elixir v1.20: Now a gradually typed language]]></title><description><![CDATA[
<p>Article URL: <a href="https://elixir-lang.org/blog/2026/06/03/elixir-v1-20-0-released/">https://elixir-lang.org/blog/2026/06/03/elixir-v1-20-0-released/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48388324">https://news.ycombinator.com/item?id=48388324</a></p>
<p>Points: 960</p>
<p># Comments: 382</p>
]]></description><pubDate>Wed, 03 Jun 2026 19:02:26 +0000</pubDate><link>https://elixir-lang.org/blog/2026/06/03/elixir-v1-20-0-released/</link><dc:creator>cloud8421</dc:creator><comments>https://news.ycombinator.com/item?id=48388324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48388324</guid></item><item><title><![CDATA[New comment by cloud8421 in "Ask HN: How is AI-assisted coding going for you professionally?"]]></title><description><![CDATA[
<p>At $WORK, my team is relatively small (< 10 people) and a few people really invested in getting the codebase (a large Elixir application with > 3000 modules) in shape for AI-assisted development with a very comprehensive set of skills, and some additional tooling.<p>It works really well (using Claude Code and Opus 4.6 primarily). Incremental changes tend to be well done and mostly one-shotted provided I use plan mode first, and larger changes are achievable by careful planning with split phases.<p>We have skills that map to different team roles, and 5 different skills used for code review. This usually gets you 90% there before opening a PR.<p>Adopting the tool made me more ambitious, in the sense that it lets me try approaches I would normally discard because of gaps in my knowledge and expertise. This doesn't mean blindly offloading work, but rather isolating parts where I can confidently assess risk, and then proceed with radically different implementations guided by metrics. For example, we needed to have a way to extract redlines from PDF documents, and in a couple of days went from a prototype with embedded Python to an embedded Rust version with a robust test oracle against hundreds of document.<p>I don't have multiple agents running at the same time working on different worktrees, as I find that distracting. When the agent is implementing I usually still think about the problem at hand and consider other angles that end up in subsequent revisions.<p>Other things I've tried which work well: share an Obsidian note with the agent, and collaboratively iterate on it while working on a bug investigation.<p>I still write a percentage of code by hand when I need to clearly visualise the implementation in my head (e.g. if I'm working on some algo improvement), or if the agent loses its way halfway through because they're just spitballing ideas without much grounding (rare occurrence).<p>I find Elixir very well suited for AI-assisted development because it's a relatively small language with strong idioms.</p>
]]></description><pubDate>Sun, 15 Mar 2026 19:12:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47390808</link><dc:creator>cloud8421</dc:creator><comments>https://news.ycombinator.com/item?id=47390808</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47390808</guid></item><item><title><![CDATA[New comment by cloud8421 in "Bridging Elixir and Python with Oban"]]></title><description><![CDATA[
<p>> I don't see the point of Elixir now. LLMs work better with mainstream languages which make up a bigger portion of their training set.<p>I can't say if it works better with other languages, but I can definitely say both Opus and Codex work really well with Elixir. I work on a fairly large application and they consistently produce well structured working code, and are able to review existing code to find issues that are very easy to miss.<p>The LLM needs guidance around general patterns, e.g. "Let's use a state machine to implement this functionality" but it writes code that uses language idioms, leverages immutability and concurrency, and generally speaking it's much better than any first pass that I would manually do.<p>I have my ethical concerns, but it would be foolish of me to state that it works poorly - if anything it makes me question my own abilities and focus in comparison (which is a whole different topic).</p>
]]></description><pubDate>Thu, 19 Feb 2026 15:16:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47074694</link><dc:creator>cloud8421</dc:creator><comments>https://news.ycombinator.com/item?id=47074694</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47074694</guid></item><item><title><![CDATA[New comment by cloud8421 in "Show HN: I quit coding years ago. AI brought me back"]]></title><description><![CDATA[
<p>I feel the same way. The only way I found that lets me cope with this is by having 1-2 personal projects, closed source, with me as the only user, where I slowly build things the way I enjoy, and where the outcome is useful software that doesn't try to monetise at the expense of the end user.</p>
]]></description><pubDate>Mon, 19 Jan 2026 11:01:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46677558</link><dc:creator>cloud8421</dc:creator><comments>https://news.ycombinator.com/item?id=46677558</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46677558</guid></item><item><title><![CDATA[New comment by cloud8421 in "At the end you use `git bisect`"]]></title><description><![CDATA[
<p>I think your last sentence is the key point - the times I've used bisect have been related to code I didn't really know, and where the knowledgeable person was not with the company more or on holiday.</p>
]]></description><pubDate>Sun, 02 Nov 2025 18:17:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=45792243</link><dc:creator>cloud8421</dc:creator><comments>https://news.ycombinator.com/item?id=45792243</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45792243</guid></item><item><title><![CDATA[New comment by cloud8421 in "Why does my ripped CD have messed up track names? And why is one track missing?"]]></title><description><![CDATA[
<p>Note that the scope of the project goes beyond CDs, it's a catalogue for pretty much any format where you can play music.</p>
]]></description><pubDate>Thu, 12 Jun 2025 18:08:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=44260767</link><dc:creator>cloud8421</dc:creator><comments>https://news.ycombinator.com/item?id=44260767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44260767</guid></item><item><title><![CDATA[New comment by cloud8421 in "Why Does My Ripped CD Have Messed Up Track Names? and Why Is One Track Missing?"]]></title><description><![CDATA[
<p>> Even with a significant amount of time double checking and fixing the metadata, I consider it a good use of time. I was not simply ripping my CDs, I was helping maintain the historical record.<p>This is the spirit - I've started doing the same for releases that don't appear in MusicBrainz and it feels great knowing that I'm not just doing this for myself.</p>
]]></description><pubDate>Thu, 12 Jun 2025 18:06:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44260738</link><dc:creator>cloud8421</dc:creator><comments>https://news.ycombinator.com/item?id=44260738</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44260738</guid></item><item><title><![CDATA[New comment by cloud8421 in "Why does my ripped CD have messed up track names? And why is one track missing?"]]></title><description><![CDATA[
<p>I use MusicBrainz and donate every month - yeah data is not perfect, but you can go and fix it yourself if needed, and the UI is extremely functional without any frills.</p>
]]></description><pubDate>Thu, 12 Jun 2025 18:04:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=44260719</link><dc:creator>cloud8421</dc:creator><comments>https://news.ycombinator.com/item?id=44260719</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44260719</guid></item><item><title><![CDATA[New comment by cloud8421 in "Ask HN: What are you working on? (May 2025)"]]></title><description><![CDATA[
<p>I’m still working on my physical music management application.<p>It integrates with MusicBrainz and Last.fm, so that I can easily add records, scrobble them, and search/track stats.<p>I want to figure out how to track availability for records I want to buy, which would involve interacting with marketplaces.<p>Using Elixir, SQLite and Phoenix LiveView, which is what I know best and lets me focus on UX and UI.</p>
]]></description><pubDate>Mon, 26 May 2025 09:44:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=44095678</link><dc:creator>cloud8421</dc:creator><comments>https://news.ycombinator.com/item?id=44095678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44095678</guid></item><item><title><![CDATA[New comment by cloud8421 in "Ask HN: What are you working on? (February 2025)"]]></title><description><![CDATA[
<p>For a few months I've been working on an application to manage my physical music collection. Records I own, records I want to find, with some stats/search/metadata that actually use.<p>It's built with Elixir and Phoenix LiveView, backed by SQLite. Records are imported via MusicBrainz, and data enriched via Last.fm.<p>I'm looking now to add notes for each artist and record, along with arbitrary associations. Think supergroups, side projects, etc. and some trivia/quotes/stories that I can easily add for my own reference.</p>
]]></description><pubDate>Mon, 24 Feb 2025 12:48:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=43158934</link><dc:creator>cloud8421</dc:creator><comments>https://news.ycombinator.com/item?id=43158934</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43158934</guid></item><item><title><![CDATA[New comment by cloud8421 in "Ask HN: Who wants to be hired? (February 2025)"]]></title><description><![CDATA[
<p>Claudio Ortolina<p><pre><code>  Location: London, England, UK
  Remote: Yes
  Willing to relocate: no
  Technologies: Elixir/Erlang, JavaScript, PostgreSQL, SQLite
  Resume: https://www.linkedin.com/in/claudioortolina
  Website: https://claudio-ortolina.org
  Email: cloud8421@gmail.com
</code></pre>
I’m a software professional with 15 years of commercial experience in complex web
applications, apis and highly available distributed systems.<p>I’ve worked both as an engineer directly building products and as a manager at
different scales, with my last work experience as a CTO for an industry-leading
document company.<p>I'm coming back from a year-long sabbatical where I focused on my family.<p>I'm looking for a product development role (so no management) where I can also train/coach other engineers, in a company that values taking part in the development community of the tools they're using.</p>
]]></description><pubDate>Mon, 03 Feb 2025 21:18:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=42923304</link><dc:creator>cloud8421</dc:creator><comments>https://news.ycombinator.com/item?id=42923304</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42923304</guid></item><item><title><![CDATA[New comment by cloud8421 in "Get the Funk Out"]]></title><description><![CDATA[
<p>Sadly I’ve never seen them live. Nuno is really one of the great ones, when you’re that good it’s easy to go overboard and lose track of what the song needs.<p>How was Living Colour? That’s one I have on the bucket list.</p>
]]></description><pubDate>Sat, 11 Jan 2025 14:23:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=42666064</link><dc:creator>cloud8421</dc:creator><comments>https://news.ycombinator.com/item?id=42666064</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42666064</guid></item><item><title><![CDATA[New comment by cloud8421 in "Get the Funk Out"]]></title><description><![CDATA[
<p>What an album Pornograffitti!</p>
]]></description><pubDate>Thu, 09 Jan 2025 19:40:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=42649138</link><dc:creator>cloud8421</dc:creator><comments>https://news.ycombinator.com/item?id=42649138</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42649138</guid></item><item><title><![CDATA[New comment by cloud8421 in "Reflections"]]></title><description><![CDATA[
<p>From my perspective, the negativity stems from a general disregard of environmental impact, copyright or intellectual property, or education around hallucinations.</p>
]]></description><pubDate>Mon, 06 Jan 2025 15:09:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=42611172</link><dc:creator>cloud8421</dc:creator><comments>https://news.ycombinator.com/item?id=42611172</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42611172</guid></item><item><title><![CDATA[New comment by cloud8421 in "To Nerves from Elixir"]]></title><description><![CDATA[
<p>I built a few hobby projects, and have another one in the pipeline for when I have time. All of them are based on Raspberry PI Zero kits from Pimoroni (shop.pimoroni.com) and sadly some of them are not in stock, and won’t be stocked again according to their support.<p>I built:<p>- a clock with an internal task scheduler (e.g. send me an email digest every morning), based on <a href="https://shop.pimoroni.com/products/scroll-bot-pi-zero-w-project-kit?variant=38476730378" rel="nofollow">https://shop.pimoroni.com/products/scroll-bot-pi-zero-w-proj...</a><p>- a lamp that follows the solar cycle for the given location (e.g. it turns purple at twilight), based on <a href="https://shop.pimoroni.com/products/mood-light-pi-zero-w-project-kit?variant=38477389450" rel="nofollow">https://shop.pimoroni.com/products/mood-light-pi-zero-w-proj...</a><p>I’ve also got some impression (<a href="https://shop.pimoroni.com/search?q=impression&stock=true" rel="nofollow">https://shop.pimoroni.com/search?q=impression&stock=true</a>) kits that I want to program for a family photo tree kinda thing.<p>A summary of my experience:<p>- these are not complex projects, and required (in the worst case scenario) some porting of the original python examples provided by pimoroni to interface with the hardware.<p>- deploying via ssh is fast and reliable<p>- can quickly experiment by pasting a new version of a module in the device shell. Got an editor keybinding to do that by targeting a tmux pane.<p>- OTP constructs help structuring code beyond the standard infinite loop that you have in other languages. And you can have pub-sub and state machines just with the standard library.<p>- it’s easy to abstract the hardware bits away using dependency injection, so that you can work on the host machine if needed.<p>- working with time and time zones is possible thanks to the ecosystem packages.<p>- any dependency with native extension can be a problem if not built with cross compilation in mind, and if it crashes on device that’s where debugging becomes a bit harder (might need a serial cable).<p>- if needed, I usually add a simple web yo for config/customization.<p>- there are great tools in the ecosystem to troubleshoot memory issues etc.<p>- sometimes I have WiFi issues and I suspect it’s related to power management, but I haven’t checked thoroughly yet.</p>
]]></description><pubDate>Sat, 31 Aug 2024 14:06:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=41408970</link><dc:creator>cloud8421</dc:creator><comments>https://news.ycombinator.com/item?id=41408970</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41408970</guid></item></channel></rss>