<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: m0zzie</title><link>https://news.ycombinator.com/user?id=m0zzie</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 05 Sep 2026 09:27:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=m0zzie" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by m0zzie in "GPT-6 Astra"]]></title><description><![CDATA[
<p>I find this very amusing, given we humans are also highly susceptible to this.</p>
]]></description><pubDate>Fri, 04 Sep 2026 00:49:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=49559120</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=49559120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49559120</guid></item><item><title><![CDATA[New comment by m0zzie in "Lessons from 14 years at Google"]]></title><description><![CDATA[
<p>That site happily flags writing older than the modern AI era. It's a worthless grift, which has unfortunately suckered many.</p>
]]></description><pubDate>Mon, 05 Jan 2026 02:40:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46494746</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=46494746</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46494746</guid></item><item><title><![CDATA[New comment by m0zzie in "Perfect Freehand – Draw perfect pressure-sensitive freehand lines"]]></title><description><![CDATA[
<p>Use tldraw. Steve rolled the perfect freehand library into tldraw and the tldraw implementation has been improved since then IIRC. So you can get the same experience and easily grab an SVG.</p>
]]></description><pubDate>Tue, 19 Aug 2025 22:09:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=44956716</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=44956716</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44956716</guid></item><item><title><![CDATA[New comment by m0zzie in "Has any YC founder ever gone to jail for startup-related crimes?"]]></title><description><![CDATA[
<p>IIRC there have been a few but the only one I specifically remember is uBiome: <a href="https://en.m.wikipedia.org/wiki/UBiome" rel="nofollow">https://en.m.wikipedia.org/wiki/UBiome</a><p>YC has yet to back a Theranos-scale fraud.. unless there is one that simply hasn't been discovered yet.</p>
]]></description><pubDate>Fri, 01 Aug 2025 02:52:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=44752567</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=44752567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44752567</guid></item><item><title><![CDATA[New comment by m0zzie in "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability"]]></title><description><![CDATA[
<p>Your follow up post and edits help with clarifying the tone, hopefully readers see that.</p>
]]></description><pubDate>Fri, 23 May 2025 03:16:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=44069546</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=44069546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44069546</guid></item><item><title><![CDATA[New comment by m0zzie in "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability"]]></title><description><![CDATA[
<p>Apologies if you already know this, but I noticed you’re getting flagged so thought I’d add some context: the author is the CEO of Obsidian and has a few successful projects, so bragging about your 500 stars and saying things like “when I was just starting out, I didn't tell people to feel free to help. I put the effort in” is probably rubbing people the wrong way.</p>
]]></description><pubDate>Fri, 23 May 2025 02:51:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=44069428</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=44069428</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44069428</guid></item><item><title><![CDATA[New comment by m0zzie in "Apple Invites"]]></title><description><![CDATA[
<p>> Flutter apps feel completely _wrong_ on any platform except Android [...] Flutter explicitly eschews standard web technologies in favour of either one big canvas or lots of little canvases.<p>I think you're confused about how Flutter works on Android. It's not native to Android, it uses canvas with custom drawn implementations of most components there too – same as it does for iOS/macOS/web.</p>
]]></description><pubDate>Tue, 04 Feb 2025 22:47:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=42940200</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=42940200</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42940200</guid></item><item><title><![CDATA[New comment by m0zzie in "Translating 10M lines of Java to Kotlin"]]></title><description><![CDATA[
<p>The value in the conversion of existing code in this particular case isn't 100% clear to me either, but I think calling Kotlin a weaker choice than Java at this time is naive, particularly when preceding that with "there are a mountain of tools" that you can bolt on to Java to give it features that are built in to Kotlin.<p>What makes Kotlin such a strong choice for many orgs today is its batteries-included multiplatform capability. We are able to write data models, validation logic, business logic, etc just once and compile to JVM, WASM, and native targets. For orgs with very large codebases and frontend applications (web + iOS + Android) this is an attractive capability because we can have a single codebase for a ton of core functionality, and have each frontend import a library which is native to its own platform.<p>Of course many technologies with this promise have come and gone over the years, but this is the first one with a strong backing that has allowed us to _natively_ interoperate with each target platform.<p>I believe these are all driving factors that have been pushing well known companies, that were previously Java shops, toward Kotlin. If you speak to a broad range of people in the industry you'll find many more orgs moving from Java to Kotlin than from Kotlin back to Java. We can simply get more work done with less code and ship to all our frontend platforms, and unless Java can do the same, I don't see the industry moving in that direction.</p>
]]></description><pubDate>Sun, 22 Dec 2024 02:12:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=42483929</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=42483929</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42483929</guid></item><item><title><![CDATA[New comment by m0zzie in "Google Pixel 9 Pro"]]></title><description><![CDATA[
<p>> the Zenfone 10 is also 5.8” and is adored for it<p>Adoration alone does not pay salaries. At the end of the day the manufacturers are businesses looking to generate as large a profit as possible (some even want to build the best tech possible while doing so), so as much as any of us may adore one feature or another, the only thing that really matters is sales volume and the resulting profits.</p>
]]></description><pubDate>Wed, 14 Aug 2024 07:53:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=41243664</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=41243664</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41243664</guid></item><item><title><![CDATA[New comment by m0zzie in "Claude 3.5 Sonnet"]]></title><description><![CDATA[
<p>To clarify, I think it's extremely powerful and useful too. It's just that I get more misses than hits when using it as a rubber duck and coding assistant.</p>
]]></description><pubDate>Thu, 27 Jun 2024 03:33:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=40806924</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=40806924</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40806924</guid></item><item><title><![CDATA[New comment by m0zzie in "Claude 3.5 Sonnet"]]></title><description><![CDATA[
<p>Can anyone comment on its coding ability?<p>Considering cancelling my subscription with OpenAI as I was previously using GPT-4 quite heavily as a multiplier for myself, guiding it and editing outputs as required, but GPT-4o feels significantly worse for this use case. It is certainly better in many other areas, but its coding ability is not great.<p>I tried to revert back to standard GPT-4 but it is now so slow to respond (higher load?) that it breaks my mental flow, so I'm exploring other options.</p>
]]></description><pubDate>Thu, 27 Jun 2024 03:21:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=40806868</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=40806868</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40806868</guid></item><item><title><![CDATA[New comment by m0zzie in "Ask HN: How is Kotlin and Compose multiplatform over flutter?"]]></title><description><![CDATA[
<p>You are correct, that part of my comment was more a feature Kotlin multiplatform which Compose is built on top of. When building with Compose it has been a really nice experience to just call out to Foundation APIs on iOS in the same way I can from Swift, which has been the most impressive part to me. In Compose for Desktop apps you use JNA for native access IIRC. Kotlin multiplatform itself can compile natively to macOS, Windows and Linux without JVM, but you'd be running in a separate process to your Compose app which is JVM based on desktop.<p>Apologies my original comment was unclear on that.</p>
]]></description><pubDate>Sat, 15 Jun 2024 13:21:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=40689634</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=40689634</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40689634</guid></item><item><title><![CDATA[New comment by m0zzie in "Ask HN: How is Kotlin and Compose multiplatform over flutter?"]]></title><description><![CDATA[
<p>Compose multiplatform is the future. I've used Flutter extensively but I created my first Compose Desktop app about 2 years ago and haven't looked back. Everything was alpha back then, and the tooling was only okay, but it is quite an impressive dev experience now, and there are two huge advantages over Flutter:<p>- it is truly native, in the sense I can directly talk to native APIs on each platform without going through bridging code and there's no special runtime<p>- Kotlin exists outside of Compose Multiplatform. I love Dart as a language, but the reality is it is irrelevant outside of Flutter. Due to Kotlin gaining some popularity across various platforms and domains, it has an advantage that people who already know the language will decide they want to try Compose Multiplatform, because it's low risk and low effort to try it out</p>
]]></description><pubDate>Sat, 15 Jun 2024 09:59:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=40688691</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=40688691</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40688691</guid></item><item><title><![CDATA[New comment by m0zzie in "Git cheat sheet [pdf]"]]></title><description><![CDATA[
<p>Wow, TIL `git diff --staged` exists and is an alias to `git diff --cached`, which I have used for many years. "staged" certainly feels more intuitive, but will I ever be able to undo this muscle memory?!</p>
]]></description><pubDate>Mon, 27 May 2024 01:51:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=40486944</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=40486944</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40486944</guid></item><item><title><![CDATA[New comment by m0zzie in "DOS game “F-15 Strike Eagle II” reverse engineering/reconstruction war stories"]]></title><description><![CDATA[
<p>> Delta Force Land Warrior<p>There's a name I've not heard in a long time. I loved that game so much, the engine and gameplay was ahead of its time (or felt that way). It was sad to see NovaLogic fall behind in the years that followed.</p>
]]></description><pubDate>Tue, 14 May 2024 06:07:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=40352114</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=40352114</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40352114</guid></item><item><title><![CDATA[New comment by m0zzie in "Reverse engineering a software crack"]]></title><description><![CDATA[
<p>> Is this how people communicate technically in the newer generations?<p>I suspect this question is in bad faith but I'll answer anyway: this live tweeted thread is more like someone's thought stream, it is not a technical report.<p>Many humans are capable of both technical writing, free of cursing, and also of dumping a swear-filled thought stream right into their favourite medium - especially when excitedly reverse engineering, or doing anything they're passionate about.<p>This has been happening for a long time and is not about "the newer generation". You could've found me writing in a similar way on IRC in the late 90s, also talking about reversing.<p>FWIW your comment feels valid enough up until your final sentence, you just didn't need to attack "the newer generations".</p>
]]></description><pubDate>Tue, 23 Apr 2024 21:23:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=40137459</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=40137459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40137459</guid></item><item><title><![CDATA[New comment by m0zzie in "LLaMA-Pro-8B"]]></title><description><![CDATA[
<p>> then they pivoted into the whole ai thing like many other companies<p>I have nothing to do with the company, nor do I really use their platform, but I felt a need to point something out: your statement is a pretty egregious trivialisation of huggingface and their contributions to AI. They were releasing NLP papers in early 2018, and in the same year open-sourced one of the most impactful ML libraries in the industry's history. The original chatbot app was dropped very early on and their full focus became the research, tooling, and platform.</p>
]]></description><pubDate>Sat, 06 Jan 2024 22:31:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=38896210</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=38896210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38896210</guid></item><item><title><![CDATA[New comment by m0zzie in "Can a pill prevent deaths from venomous snakebites?"]]></title><description><![CDATA[
<p>They antagonise the funnel-web until it begins striking and the venom is dripping from its fangs, and then they use a liquid dropper to suck that venom up. It is wild.<p>Here's a video of the place near where I live doing it: <a href="https://youtube.com/watch?v=tN-mHIXoXlQ" rel="nofollow">https://youtube.com/watch?v=tN-mHIXoXlQ</a></p>
]]></description><pubDate>Wed, 03 Jan 2024 02:48:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=38850083</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=38850083</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38850083</guid></item><item><title><![CDATA[New comment by m0zzie in "Ask HN: What apps have you created for your own use?"]]></title><description><![CDATA[
<p>Over the years I had used a number of reddit clients for Android, all of which had some features I loved and some which annoyed me, so last year I started building my own.<p>I released an alpha build early this year (<a href="https://play.google.com/store/apps/details?id=ai.morrissey.mellow">https://play.google.com/store/apps/details?id=ai.morrissey.m...</a>) but abandoned it because I stopped using reddit altogether, and didn't love the idea of potentially having to pay reddit for an app I was giving away for free.<p>Was certainly fun building it though, no regrets.</p>
]]></description><pubDate>Wed, 13 Dec 2023 11:20:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=38625724</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=38625724</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38625724</guid></item><item><title><![CDATA[New comment by m0zzie in "Razor 1911"]]></title><description><![CDATA[
<p>I have vivid memories of reopening game installers from CLASS, long after installing, just so I could keep listening to the music. This one by Maktone still pops into my head from time to time, almost 25 years on: <a href="https://www.youtube.com/watch?v=7NjxgaZtHqA">https://www.youtube.com/watch?v=7NjxgaZtHqA</a></p>
]]></description><pubDate>Mon, 30 Oct 2023 19:34:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=38074552</link><dc:creator>m0zzie</dc:creator><comments>https://news.ycombinator.com/item?id=38074552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38074552</guid></item></channel></rss>