<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: Asmod4n</title><link>https://news.ycombinator.com/user?id=Asmod4n</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 30 May 2026 20:06:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Asmod4n" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Asmod4n in "It's hard to justify buying a Framework 12"]]></title><description><![CDATA[
<p>The framework 12 is the ideal couch device for a developer, in ultra power saving mode it’s good enough for most websites, and it having a quickly getting hot 13th gen intel cpu means you also got a dev machine on the low end spectrum, not a vm, but an actual piece of hardware a typical user might have and not some 32 thread 64 gb monster</p>
]]></description><pubDate>Fri, 29 May 2026 18:20:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48327177</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=48327177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48327177</guid></item><item><title><![CDATA[New comment by Asmod4n in "'Fuck you, Bambu': How one private message could change the face of 3D printing"]]></title><description><![CDATA[
<p>He just copied their AGPL licensed code, they send the DMCA notice because he didn’t change their user agent string.</p>
]]></description><pubDate>Sun, 24 May 2026 07:07:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48255174</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=48255174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48255174</guid></item><item><title><![CDATA[New comment by Asmod4n in "A 0-click exploit chain for the Pixel 10"]]></title><description><![CDATA[
<p>__builtin_add_overflow Exists and it’s basically free on most CPUs out there.</p>
]]></description><pubDate>Fri, 15 May 2026 15:45:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48150098</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=48150098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48150098</guid></item><item><title><![CDATA[New comment by Asmod4n in "CERT is releasing six CVEs for serious security vulnerabilities in dnsmasq"]]></title><description><![CDATA[
<p>they could try and exploit any device on your network, and since they see which servers you connect to and how often you communicate with one they can write phishing mails which are tailored just for you.</p>
]]></description><pubDate>Tue, 12 May 2026 20:26:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48114037</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=48114037</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48114037</guid></item><item><title><![CDATA[New comment by Asmod4n in "Ask HN: What are you working on? (May 2026)"]]></title><description><![CDATA[
<p>I'm building a small framework to make desktop apps in mruby, targeting Linux, Mac and Windows. The aim is a native app for the kind of thing you'd usually ship as a webserver and tell users to connect to via localhost. <a href="https://github.com/Asmod4n/hypha-mrb" rel="nofollow">https://github.com/Asmod4n/hypha-mrb</a></p>
]]></description><pubDate>Mon, 11 May 2026 10:49:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48093344</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=48093344</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48093344</guid></item><item><title><![CDATA[New comment by Asmod4n in "Windows API is Successful Cross-Platform API (2024)"]]></title><description><![CDATA[
<p>Can’t run most desktops apps that way, nor apps that depend on mesa.</p>
]]></description><pubDate>Tue, 05 May 2026 16:14:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48024557</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=48024557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48024557</guid></item><item><title><![CDATA[New comment by Asmod4n in "Windows API is Successful Cross-Platform API (2024)"]]></title><description><![CDATA[
<p>they don't run without a runtime, and that runtime is backed by glibc, they just moved the issue one more layer.<p>Virtually all software for the desktop is compiled once and then shipped to users and they never see the source.<p>This works for Windows and macOS because their ABI allows it.
For Linux you have to target each and every distro like a whole OS and keep up with it or your app won't run anymore after a few years.<p>This is also the reason why Linux has package managers and windows didn't have a official one for nearly 40 years. So its not all bad.</p>
]]></description><pubDate>Sun, 03 May 2026 07:28:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47994347</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=47994347</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47994347</guid></item><item><title><![CDATA[New comment by Asmod4n in "Windows API is Successful Cross-Platform API (2024)"]]></title><description><![CDATA[
<p>glibc is the main reason linux on the desktop has such a low adoption rate.<p>you cant just go and download a precompiled blob from a website and run it everywhere, like you can with macOS and Windows.<p>glibc only targets one audience, one which can recompile its apps when needed.<p>What linux badly needs is a stable ABI for Userspace Apps, and Win32 is just that sadly.</p>
]]></description><pubDate>Sun, 03 May 2026 07:06:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47994213</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=47994213</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47994213</guid></item><item><title><![CDATA[New comment by Asmod4n in "Localsend: An open-source cross-platform alternative to AirDrop"]]></title><description><![CDATA[
<p>Afaik the hardware supports it for a while now, but there is no firmware to expose the functionality.</p>
]]></description><pubDate>Wed, 29 Apr 2026 08:24:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47945579</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=47945579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47945579</guid></item><item><title><![CDATA[New comment by Asmod4n in "Localsend: An open-source cross-platform alternative to AirDrop"]]></title><description><![CDATA[
<p>No WiFi cards for pcs support it.</p>
]]></description><pubDate>Tue, 28 Apr 2026 15:54:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47936207</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=47936207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47936207</guid></item><item><title><![CDATA[New comment by Asmod4n in "Localsend: An open-source cross-platform alternative to AirDrop"]]></title><description><![CDATA[
<p>There is an open standard for that which is included in Apple devices since the iPhone 15. google implements it since the pixel 3. It’s called NAN. There are no WiFi cards available for consumers to buy which expose that as part of their firmware sadly. But wpa_supplicant has implemented part of the standard.</p>
]]></description><pubDate>Tue, 28 Apr 2026 15:53:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47936194</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=47936194</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47936194</guid></item><item><title><![CDATA[New comment by Asmod4n in "Spinel: Ruby AOT Native Compiler"]]></title><description><![CDATA[
<p>He has been using it for quite a long time for mruby already.<p>For Ruby and c development it’s the best llm we got right now, the others lag behind by a lot sadly.<p>With openAI it’s so bad for my usecase it’s basically unusable.</p>
]]></description><pubDate>Fri, 24 Apr 2026 11:25:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47888678</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=47888678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47888678</guid></item><item><title><![CDATA[New comment by Asmod4n in "A new spam policy for “back button hijacking”"]]></title><description><![CDATA[
<p>That’s surely bounded now much it can show, so an attacker can just fill it up till the api throws an error</p>
]]></description><pubDate>Tue, 14 Apr 2026 06:51:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47762130</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=47762130</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47762130</guid></item><item><title><![CDATA[New comment by Asmod4n in "Taking on CUDA with ROCm: 'One Step After Another'"]]></title><description><![CDATA[
<p>In the python eco system you can just replace CUDA with DirectML in at least one popular framework and it just runs. You are limited to windows then though.</p>
]]></description><pubDate>Mon, 13 Apr 2026 10:08:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47749969</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=47749969</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47749969</guid></item><item><title><![CDATA[New comment by Asmod4n in "Microsoft suspends dev accounts for high-profile open source projects"]]></title><description><![CDATA[
<p>Have gone back to Linux after 23 years, Ive only had to go to the console once to make all hardware of my framework 12 work since i chose to use a non supported distro.
That's definitely a breath of fresh air compared to the old times, where getting wifi to work was a major hassle, anyone remember ndiswrapper? ouch.</p>
]]></description><pubDate>Fri, 10 Apr 2026 13:35:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47717943</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=47717943</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47717943</guid></item><item><title><![CDATA[New comment by Asmod4n in "Adobe modifies hosts file to detect whether Creative Cloud is installed"]]></title><description><![CDATA[
<p>Defender warns you this happened.</p>
]]></description><pubDate>Mon, 06 Apr 2026 18:39:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47665037</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=47665037</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47665037</guid></item><item><title><![CDATA[New comment by Asmod4n in "Issue: Claude Code is unusable for complex engineering tasks with Feb updates"]]></title><description><![CDATA[
<p>I’ve tried to use Claude code for a month now. It has a 100% failure rate so far.<p>Comparing that to create a project and just chat with it solves nearly everything I have thrown at it so far.<p>That’s with a pro plan and using sonnet since opus drains all tokens for a claude code session with one request.</p>
]]></description><pubDate>Mon, 06 Apr 2026 16:32:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47663152</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=47663152</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47663152</guid></item><item><title><![CDATA[New comment by Asmod4n in "Apple removes iPhone vibe coding app from app store"]]></title><description><![CDATA[
<p>ish runs a full blown x86 alpine linux distro.</p>
]]></description><pubDate>Wed, 01 Apr 2026 17:04:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47603565</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=47603565</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47603565</guid></item><item><title><![CDATA[New comment by Asmod4n in "TruffleRuby"]]></title><description><![CDATA[
<p>With truffle Ruby you don’t have to rewrite anything: Ruby code gets way faster and so does c code.</p>
]]></description><pubDate>Wed, 01 Apr 2026 15:46:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47602452</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=47602452</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47602452</guid></item><item><title><![CDATA[New comment by Asmod4n in "Anthropic: Claude Code users hitting usage limits 'way faster than expected'"]]></title><description><![CDATA[
<p>When asking it to write a http library which can decode/parse/encode all three versions of it the usage limit of the day gets hit with one sentence. In the pro plan. Even when you hand it a library which does hpack/huffmann.</p>
]]></description><pubDate>Tue, 31 Mar 2026 13:23:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47587009</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=47587009</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47587009</guid></item></channel></rss>