<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: lelandfe</title><link>https://news.ycombinator.com/user?id=lelandfe</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 02:21:11 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=lelandfe" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by lelandfe in "New unsealed records reveal Amazon's price-fixing tactics, California AG claims"]]></title><description><![CDATA[
<p>If you've ever seen those "Click To Reveal Price" or "Price Only Revealed At Checkout" products online, this here is one reason why. They help businesses keep discounted prices hidden from Amazon's crawlers.</p>
]]></description><pubDate>Thu, 16 Apr 2026 23:19:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47800786</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47800786</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47800786</guid></item><item><title><![CDATA[New comment by lelandfe in "Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others"]]></title><description><![CDATA[
<p>Here in dense NYC, most apartments I've lived in have but a single ISP available. It's common to hunt for apartments by searching the address on service maps.<p>I'm pretty sure one landlord was cut in by his ISP, as he skipped town when I tried to ask about getting fiber, and his office locked their door and drew their shades when I went there with a technician on two occasions. The final time, we got there before they opened and the woman ran into the office and slammed the door on us.</p>
]]></description><pubDate>Tue, 14 Apr 2026 16:25:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47767723</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47767723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47767723</guid></item><item><title><![CDATA[New comment by lelandfe in "Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others"]]></title><description><![CDATA[
<p>Our ISPs conspire to avoid competition (AKA "overbuilding") and so stuff like this just festers. It's truly a shame.</p>
]]></description><pubDate>Tue, 14 Apr 2026 14:16:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47765967</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47765967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47765967</guid></item><item><title><![CDATA[New comment by lelandfe in "Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others"]]></title><description><![CDATA[
<p>Alas, "isn't so developed" applies to the US: <a href="https://arstechnica.com/tech-policy/2020/06/cox-slows-internet-speeds-in-entire-neighborhoods-to-punish-any-heavy-users/" rel="nofollow">https://arstechnica.com/tech-policy/2020/06/cox-slows-intern...</a><p>My parents have gotten hit by this. Dad was downloading huge video files at one point on his WiFi and his ISP silently throttled him.<p>A common term is "data cap": <a href="https://en.wikipedia.org/wiki/Data_cap" rel="nofollow">https://en.wikipedia.org/wiki/Data_cap</a></p>
]]></description><pubDate>Tue, 14 Apr 2026 11:07:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47764018</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47764018</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47764018</guid></item><item><title><![CDATA[New comment by lelandfe in "Why AI Sucks at Front End"]]></title><description><![CDATA[
<p>Wow, it's got some issues on Chrome (dropped frames on scroll) but Safari is another level. Selecting text takes time. Looking at Activity Monitor, I see "Safari Graphics and Media" using 200% of my CPU even at rest.<p>A quick profile on Safari shows some layout recalc happening regularly, but surely that shouldn't cause this bad of perf...<p>The last time I found something like this, it was because of 100's of box-shadows.<p>Edit: Sure enough, this cures Safari:<p><pre><code>    *, *::before, *::after { box-shadow: none !important; background: none !important }
</code></pre>
It's a combination of box-shadows and gradients.<p>Edit 2: Ah, they're using shadow DOM for the img reflection, so we can't affect it. Good gravy is the shadow DOM stuff overwrought, it's 87 elements all told, just for one img.</p>
]]></description><pubDate>Sun, 12 Apr 2026 14:40:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47740272</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47740272</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47740272</guid></item><item><title><![CDATA[New comment by lelandfe in "Show HN: Pardonned.com – A searchable database of US Pardons"]]></title><description><![CDATA[
<p>Preemptive meaning they hadn't yet been convicted. Nixon was pardoned by Ford in this manner (for "all offenses against the United States" between Jan. 20, 1969—Aug. 9, 1974). Carter preemptively mass-pardoned draft dodgers, etc.</p>
]]></description><pubDate>Sat, 11 Apr 2026 12:06:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47729861</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47729861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47729861</guid></item><item><title><![CDATA[New comment by lelandfe in "Claude mixes up who said what"]]></title><description><![CDATA[
<p>Yeah, the raw JSON (in my case) is the result of a failed tool call, it was trying to generate an image. With thinking models, you can observe the degeneration of its understanding of image tool calls over the lifetime of a chat. It eventually puzzles over where images are supposed to be emitted, how it's supposed to write text, if it's allowed to provide commentary - and eventually, it gets all of it wrong. This also happens with file cites (in projects) and web search calls.</p>
]]></description><pubDate>Fri, 10 Apr 2026 01:24:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47712445</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47712445</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47712445</guid></item><item><title><![CDATA[New comment by lelandfe in "Show HN: I made a YouTube search form with advanced filters"]]></title><description><![CDATA[
<p>Given that that page describes quotes as "working," I'm not so sure how much effort was put into its testing.</p>
]]></description><pubDate>Thu, 09 Apr 2026 22:49:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47711289</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47711289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47711289</guid></item><item><title><![CDATA[New comment by lelandfe in "Claude mixes up who said what"]]></title><description><![CDATA[
<p>Yes, and with <i>very</i> long chats, you'll see it even forget how to do things like make tool calls - or even respond at all! I've had ChatGPT reply with raw JSON, regurgitate an earlier prompt, reply with a single newline, regurgitate information from a completely different chat, reply in a foreign language, and more.<p>Things get really wacky as it approaches decoherence.</p>
]]></description><pubDate>Thu, 09 Apr 2026 22:13:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47710946</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47710946</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47710946</guid></item><item><title><![CDATA[New comment by lelandfe in "Claude mixes up who said what"]]></title><description><![CDATA[
<p>In chats that run long enough on ChatGPT, you'll see it begin to confuse prompts and responses, and eventually even confuse both for its <i>system prompt</i>. I suspect this sort of problem exists widely in AI.</p>
]]></description><pubDate>Thu, 09 Apr 2026 10:08:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47701550</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47701550</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47701550</guid></item><item><title><![CDATA[New comment by lelandfe in "I won't download your app. The web version is a-ok"]]></title><description><![CDATA[
<p>I fully expect it to get retired in the wake of the forthcoming de-anonymization of the web. But I’m frankly shocked they haven’t already given how aggressively bad the “new” one has become.</p>
]]></description><pubDate>Mon, 06 Apr 2026 20:05:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47666283</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47666283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47666283</guid></item><item><title><![CDATA[New comment by lelandfe in "Show HN: I made a YouTube search form with advanced filters"]]></title><description><![CDATA[
<p>For instance, searching the quoted (random phrase) "pants butler" produces first page results like:<p>"pants,” Butler" and "pants...Butler" and "Pants - Butler's"<p>Second page loses it entirely, with results like "BUTLER SVC Green Back Country Cargo Pants" and another that seemingly lacks "butler" anywhere on the page.</p>
]]></description><pubDate>Mon, 06 Apr 2026 02:44:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47656402</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47656402</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47656402</guid></item><item><title><![CDATA[New comment by lelandfe in "Music for Programming"]]></title><description><![CDATA[
<p>Flechte is a regular play of mine <a href="https://youtu.be/-3HUn6wotvg" rel="nofollow">https://youtu.be/-3HUn6wotvg</a></p>
]]></description><pubDate>Sun, 05 Apr 2026 22:54:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47654760</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47654760</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47654760</guid></item><item><title><![CDATA[New comment by lelandfe in "LinkedIn is searching your browser extensions"]]></title><description><![CDATA[
<p>Similarly, CSS font fallbacks are when websites <i>break</i> into your computer and steal <i>your</i> data, just because <i>their</i> font didn’t load!</p>
]]></description><pubDate>Fri, 03 Apr 2026 13:07:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47626254</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47626254</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47626254</guid></item><item><title><![CDATA[New comment by lelandfe in "I am definitely missing the pre-AI writing era"]]></title><description><![CDATA[
<p>> I had to load this page four times. First initially, and then disabling JavaScript<p>Had to?</p>
]]></description><pubDate>Mon, 30 Mar 2026 19:09:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47578424</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47578424</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47578424</guid></item><item><title><![CDATA[New comment by lelandfe in "ChatGPT won't let you type until Cloudflare reads your React state"]]></title><description><![CDATA[
<p>You get a couple requests in at a smarter model and then it prompts you to sign up, and from there uses an extremely dumb model.</p>
]]></description><pubDate>Mon, 30 Mar 2026 14:14:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47574669</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47574669</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47574669</guid></item><item><title><![CDATA[New comment by lelandfe in "A Faster Alternative to Jq"]]></title><description><![CDATA[
<p>There are some really fast tools out there for compiling FE these days, and that's probably to what they refer. Testing is still a slog.</p>
]]></description><pubDate>Fri, 27 Mar 2026 11:23:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47541349</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47541349</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47541349</guid></item><item><title><![CDATA[New comment by lelandfe in "Windows native app development is a mess"]]></title><description><![CDATA[
<p>There's a pretty simple settings window: <a href="https://github.com/domenic/display-blackout?tab=readme-ov-file#screenshots" rel="nofollow">https://github.com/domenic/display-blackout?tab=readme-ov-fi...</a><p>Would that UI be hard to accomplish?</p>
]]></description><pubDate>Sun, 22 Mar 2026 22:59:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47483222</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47483222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47483222</guid></item><item><title><![CDATA[New comment by lelandfe in "JPEG Compression"]]></title><description><![CDATA[
<p>Hear hear.</p>
]]></description><pubDate>Fri, 20 Mar 2026 15:19:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47455857</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47455857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47455857</guid></item><item><title><![CDATA[New comment by lelandfe in "Google details new 24-hour process to sideload unverified Android apps"]]></title><description><![CDATA[
<p>An actual example of this lives in the Gmail iOS app. Click a link in an email and every x days, a sheet appears: <a href="https://imgur.com/a/nlGS4Yk" rel="nofollow">https://imgur.com/a/nlGS4Yk</a><p>1. Chrome<p>2. Google<p>3. Default browser app (w/unfamiliar generic logo)<p>They removed the option for Safari some time in the last two years; here's how it looked in 2024: <a href="https://imgur.com/1iBVFfc" rel="nofollow">https://imgur.com/1iBVFfc</a><p>And the <i>cherry on top</i> of dark UX patterns: an unchecked toggle rests at the bottom. "Ask me which app to use every time." You cannot stop getting these.</p>
]]></description><pubDate>Fri, 20 Mar 2026 00:33:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47448607</link><dc:creator>lelandfe</dc:creator><comments>https://news.ycombinator.com/item?id=47448607</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47448607</guid></item></channel></rss>