<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: AmblingAvocado</title><link>https://news.ycombinator.com/user?id=AmblingAvocado</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 25 Aug 2026 05:54:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=AmblingAvocado" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by AmblingAvocado in "Organic Maps"]]></title><description><![CDATA[
<p>I bought Maps.me Pro in 2012, used it while traveling then and was happy. Fired it back up for a similar trip this year and in spite of having paid for it already, I don't have Pro features and I get aggressive "Sale ending in 4 hours!" popovers every time I launch the app.</p>
]]></description><pubDate>Sun, 05 Jul 2026 18:03:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48796361</link><dc:creator>AmblingAvocado</dc:creator><comments>https://news.ycombinator.com/item?id=48796361</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48796361</guid></item><item><title><![CDATA[New comment by AmblingAvocado in "Organic Maps"]]></title><description><![CDATA[
<p>> the same people, who created MapsWithMe/Maps.Me app<p>Ah, the same people who I bought Maps.Me from in 2012 - that when I went to use it recently now bombards me with "sale ending in 4 hours!" pro subscription ad popovers in order to restore functionality (more than 10 offline map areas) that existed at the time I bought the app? No thanks.</p>
]]></description><pubDate>Sun, 05 Jul 2026 17:57:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48796306</link><dc:creator>AmblingAvocado</dc:creator><comments>https://news.ycombinator.com/item?id=48796306</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48796306</guid></item><item><title><![CDATA[New comment by AmblingAvocado in "Feds freaked over Fable 5 after 'fix this code', not jailbreak, say researchers"]]></title><description><![CDATA[
<p>It seems like ... it's not illegal to find exploits, it's illegal to use them. Enforcement should start there, not the nanny state approach that you might do something bad with information. It breaks down a little bit because it means there will be a period of disruption while the bad guys use exploits - but that's already illegal, and the good guys have had time to use the tool & fix things before it went public, right?</p>
]]></description><pubDate>Tue, 16 Jun 2026 14:27:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48555859</link><dc:creator>AmblingAvocado</dc:creator><comments>https://news.ycombinator.com/item?id=48555859</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48555859</guid></item><item><title><![CDATA[New comment by AmblingAvocado in "Show HN: Fata – Spaced repetition to fight skill rot from AI coding"]]></title><description><![CDATA[
<p>The big initial hump I recall was syntax for writing main and what to #include, then header guards. That, and getting clang up and running in a docker on windows so I could use new C++ features and flags that were blowing up with whatever compiler I got started on. Once I was able to iterate things started coming back quickly.</p>
]]></description><pubDate>Tue, 16 Jun 2026 04:59:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48550787</link><dc:creator>AmblingAvocado</dc:creator><comments>https://news.ycombinator.com/item?id=48550787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48550787</guid></item><item><title><![CDATA[New comment by AmblingAvocado in "Show HN: Fata – Spaced repetition to fight skill rot from AI coding"]]></title><description><![CDATA[
<p>For context, I was working in C++ when C++0x was considered exotic and a bunch of actually useful stuff was in boost, basically making boost mandatory - and the headache of setting up a project and tooling to do that was enough to push me to other languages for small projects.<p>When I picked C++ back up, I had a greenfield project I wanted to work on and I landed on this as a reference: <a href="https://github.com/AnthonyCalandra/modern-cpp-features" rel="nofollow">https://github.com/AnthonyCalandra/modern-cpp-features</a>. I just started working on my project and every time I ran into something where I knew other languages or libraries covered a gap, I would look through that guide and use it as a reference to bring it into my code. Smart pointers, auto types being two big ones. That, and threads, concurrency primitives - I remember hitting those and being like wow, you don't need a bunch of #IFDEF's to be cross platform anymore!<p>I also found there were header only libraries that were easy to vendor for things like json parsing, image processing, and thread pools. That saved me a lot of headaches, and created new ones! ha.</p>
]]></description><pubDate>Tue, 16 Jun 2026 00:15:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48548894</link><dc:creator>AmblingAvocado</dc:creator><comments>https://news.ycombinator.com/item?id=48548894</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48548894</guid></item><item><title><![CDATA[New comment by AmblingAvocado in "Show HN: Fata – Spaced repetition to fight skill rot from AI coding"]]></title><description><![CDATA[
<p>Coming at this as someone who has stepped away from coding more than once for multiple-year long stints due to various career choices - I think the concern of "skill rot" is overblown.<p>I stopped writing C++ professionally in the early 2010's. I came back to it in the early 2020's and it was extremely easy to pick up. Less like riding a bike, more like driving a car. The car got better over the last 10 years, but it still takes a bit of time to fully meld with the machine. The skills didn't rot, they just fell behind, and catching up wasn't a big deal.<p>I think the only "skill rot" people are facing today when coding by hand vs by agent is that you know you're doing something the hard way when you know there is another path of least resistance available - and that creates internal resistance to doing it the hard way. It's a mental block, not skill rot.<p>The one area I do find myself questioning is that my low level tech skills aren't growing - I'm building bigger projects that do more stuff across more areas, and as a result I'm touching lots of new technologies from a birds eye view and directing the agents to do stuff with them. I'm not personally gaining that experience of using those technologies, whereas if I were doing things the old way I would be deep in the weeds and have to know them in depth. But if I were doing things the old way I probably wouldn't be building such ambitious projects as a solo dev either.<p>IMO it's more like digging out the foundation with shovels vs using an excavator. You don't lose the shoveling skill by using the excavator, but you sure feel like a chump using a shovel when there's an excavator parked and ready next to the job site.</p>
]]></description><pubDate>Mon, 15 Jun 2026 19:02:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48545601</link><dc:creator>AmblingAvocado</dc:creator><comments>https://news.ycombinator.com/item?id=48545601</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48545601</guid></item><item><title><![CDATA[New comment by AmblingAvocado in "Oura says it gets government demands for user data"]]></title><description><![CDATA[
<p>They used iPhone pick up and orientation data to build a narrative in the trial of Alex Murdaugh, so I imagine something similar.</p>
]]></description><pubDate>Sat, 23 May 2026 16:19:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48248913</link><dc:creator>AmblingAvocado</dc:creator><comments>https://news.ycombinator.com/item?id=48248913</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48248913</guid></item><item><title><![CDATA[New comment by AmblingAvocado in "Who Wins and Who Loses in Prediction Markets? Evidence from Polymarket"]]></title><description><![CDATA[
<p>Yes, just like the "don't say HN is becoming reddit" rule. If you think it's AI downvote or flag and move on, reading "this is AI" over and over all over the internet without any substantiation is tiresome.</p>
]]></description><pubDate>Thu, 21 May 2026 17:58:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48226625</link><dc:creator>AmblingAvocado</dc:creator><comments>https://news.ycombinator.com/item?id=48226625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48226625</guid></item><item><title><![CDATA[New comment by AmblingAvocado in "Canvas is down as ShinyHunters threatens to leak schools’ data"]]></title><description><![CDATA[
<p>DKIM signature could be used to verify that Canvas' server sent the email with the given content</p>
]]></description><pubDate>Fri, 08 May 2026 03:58:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48058378</link><dc:creator>AmblingAvocado</dc:creator><comments>https://news.ycombinator.com/item?id=48058378</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48058378</guid></item><item><title><![CDATA[New comment by AmblingAvocado in "Good developers learn to program. Most courses teach a language"]]></title><description><![CDATA[
<p>yea dawg maybe if you graduated in the last 4 years lmao</p>
]]></description><pubDate>Sat, 02 May 2026 05:12:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47983515</link><dc:creator>AmblingAvocado</dc:creator><comments>https://news.ycombinator.com/item?id=47983515</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47983515</guid></item><item><title><![CDATA[Ask HN: Why did Microsoft, Meta, and PayPal update their ToS today?]]></title><description><![CDATA[
<p>I received communications about updated privacy policies and terms of service from Microsoft, Meta, and PayPal today (in that order, chronologically.) Was there a triggering event that caused them all to update at the same time?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37185461">https://news.ycombinator.com/item?id=37185461</a></p>
<p>Points: 197</p>
<p># Comments: 183</p>
]]></description><pubDate>Sat, 19 Aug 2023 04:17:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=37185461</link><dc:creator>AmblingAvocado</dc:creator><comments>https://news.ycombinator.com/item?id=37185461</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37185461</guid></item><item><title><![CDATA[New comment by AmblingAvocado in "Ask HN: What is the most impactful thing you've built?"]]></title><description><![CDATA[
<p>Legoland in my city still requires adults to be accompanied by children to enter. Kind of bizarre.</p>
]]></description><pubDate>Sat, 19 Nov 2022 01:15:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=33665559</link><dc:creator>AmblingAvocado</dc:creator><comments>https://news.ycombinator.com/item?id=33665559</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33665559</guid></item><item><title><![CDATA[Stable Diffusion based image compression]]></title><description><![CDATA[
<p>Article URL: <a href="https://matthias-buehlmann.medium.com/stable-diffusion-based-image-compresssion-6f1f0a399202">https://matthias-buehlmann.medium.com/stable-diffusion-based-image-compresssion-6f1f0a399202</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32907494">https://news.ycombinator.com/item?id=32907494</a></p>
<p>Points: 498</p>
<p># Comments: 199</p>
]]></description><pubDate>Tue, 20 Sep 2022 03:58:48 +0000</pubDate><link>https://matthias-buehlmann.medium.com/stable-diffusion-based-image-compresssion-6f1f0a399202</link><dc:creator>AmblingAvocado</dc:creator><comments>https://news.ycombinator.com/item?id=32907494</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32907494</guid></item><item><title><![CDATA[New comment by AmblingAvocado in "IPv4 pricing"]]></title><description><![CDATA[
<p>Regardless, “every one I have ever read” is no longer true. “Almost every one I have read”, perhaps?<p>I looked for market share info on Google Fiber but was unable to find it. Mind sharing your source?</p>
]]></description><pubDate>Thu, 29 Jul 2021 00:56:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=27991570</link><dc:creator>AmblingAvocado</dc:creator><comments>https://news.ycombinator.com/item?id=27991570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27991570</guid></item><item><title><![CDATA[New comment by AmblingAvocado in "IPv4 pricing"]]></title><description><![CDATA[
<p>Google Fiber AUP[0] allows for hosting of anything for non-commercial purposes. Email is allowed as long as the email sent is not "unsolicited bulk commercial email". Time to update that worldview :) Every time we repeat something like "no one allows self hosting", the more people that will hear it and repeat it and make it a self fulfilling prophecy.<p>[0] <a href="https://fiber.google.com/legal/accepteduse/residential/" rel="nofollow">https://fiber.google.com/legal/accepteduse/residential/</a></p>
]]></description><pubDate>Thu, 29 Jul 2021 00:03:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=27991269</link><dc:creator>AmblingAvocado</dc:creator><comments>https://news.ycombinator.com/item?id=27991269</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27991269</guid></item><item><title><![CDATA[New comment by AmblingAvocado in "IPv4 pricing"]]></title><description><![CDATA[
<p>When mail has gone undelivered due to non-spam reasons, I typically receive a bounce.<p>On my server, when I block a message due to trust, I reject the connection. When I block due to spam, the message is received but goes in the spam folder.<p>I get reports from Google/Microsoft/etc when other people try to send using my domains but their messages fail due to DKIM/SPF failures.<p>I just want to push back against the “it’s impossible to self host email” meme that seems comes around occasionally. Every time I’ve run into an issue there has been a solution.</p>
]]></description><pubDate>Wed, 28 Jul 2021 22:20:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=27990511</link><dc:creator>AmblingAvocado</dc:creator><comments>https://news.ycombinator.com/item?id=27990511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27990511</guid></item></channel></rss>