<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: dlcarrier</title><link>https://news.ycombinator.com/user?id=dlcarrier</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 29 Jul 2026 06:37:04 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dlcarrier" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dlcarrier in "FCC bans foreign-produced solar inverters, grid lockout begins today"]]></title><description><![CDATA[
<p>If they could prohibit internet communications and allow LAN communications, that would be great.<p>Also, it should apply regardless of where they are manufactured.  It's far more likely for an attack to happen through a compromised centralized server, or a worm compromising embedded servers en masse, than it is for an authority to directly petition an attack.<p>Also, my inverter wasn't manufactured in China, but the Wi-Fi module was made by Shanghai MXCHIP Information Technology Co., so it's no less vulnerable.</p>
]]></description><pubDate>Wed, 29 Jul 2026 06:08:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=49093923</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49093923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49093923</guid></item><item><title><![CDATA[New comment by dlcarrier in "eBay pays $46M to journalists it targeted in harassment campaign"]]></title><description><![CDATA[
<p>This is the most interesting part:<p><pre><code>    Seven former eBay employees and contractors pleaded guilty, and prison sentences were issued to former eBay security executives James Baugh (57 months), David Harville (24 months), Philip Cooke (18 months), and Stephanie Popp (12 months). Two others received a year in home confinement and another was sentenced to time served and a year of supervised release.
</code></pre>
Those look like plea bargains, but getting any prison time for harassment isn't all that common, and it shows you can't hide behind a multi-million dollar settlement.</p>
]]></description><pubDate>Wed, 29 Jul 2026 05:55:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49093861</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49093861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49093861</guid></item><item><title><![CDATA[New comment by dlcarrier in "Zig's Incremental Compilation Internals"]]></title><description><![CDATA[
<p>I just looked up a Hello World program from the Zig Wikipedia article:<p><pre><code>    const std = @import("std");
    const File = std.Io.File;
    
    pub fn main(init: std.process.Init) !void {
        _ = try File.stdout().writeStreamingAll(init.io, "Hello, World!\n");
    }
</code></pre>
That's a lot to follow, just to output a plan-text message, especially after this line: "The primary goal of Zig is to be a better solution to the sorts of tasks that are currently solved with C. A primary concern in that respect is readability…"</p>
]]></description><pubDate>Tue, 28 Jul 2026 20:40:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=49089635</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49089635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49089635</guid></item><item><title><![CDATA[New comment by dlcarrier in "Please, Don't Screw Up Neuromancer"]]></title><description><![CDATA[
<p>The Lord of the Rings also taught us that it's possible to take a very short prequel novel and stretch it out so long that you have to add material, and that doing so can make it worse.</p>
]]></description><pubDate>Tue, 28 Jul 2026 20:30:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=49089515</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49089515</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49089515</guid></item><item><title><![CDATA[New comment by dlcarrier in "We Cannot 100% Trust AI-Generated Output: A Concrete Example"]]></title><description><![CDATA[
<p>We cannot 100% trust human-generated output.  In some fields, it's pretty close to 100%, or even rounds up to 100%, but it's never all the way there.<p>Some fields have such poor quality human-generated output that AI-generated output is very capable in comparison, for example: <a href="https://xkcd.com/2030/" rel="nofollow">https://xkcd.com/2030/</a></p>
]]></description><pubDate>Tue, 28 Jul 2026 20:25:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49089464</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49089464</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49089464</guid></item><item><title><![CDATA[New comment by dlcarrier in "Substack writers, you need a website"]]></title><description><![CDATA[
<p>There's enough demand for the feature that if they stop supporting it, they won't be able to compete against anyone offering the feature.</p>
]]></description><pubDate>Tue, 28 Jul 2026 20:21:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=49089423</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49089423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49089423</guid></item><item><title><![CDATA[New comment by dlcarrier in "Ads in Software Are Like Stickers on Laptops"]]></title><description><![CDATA[
<p>If ads are limited to only displaying specifications of my computer, then I'm okay with ads.  Maybe the author of the article thinks this is the case, because any time you buy something, you are instantly inundated with ads for the item you just bought.</p>
]]></description><pubDate>Tue, 28 Jul 2026 20:19:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=49089384</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49089384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49089384</guid></item><item><title><![CDATA[New comment by dlcarrier in "Ask HN: What will it take you to shift to a new social media platform?"]]></title><description><![CDATA[
<p>I have two requirements: I don't have to disclose personal information, and I nothing is preventing me from using a third-party client.<p>I generally stick with forums, as they usually meet those requirements.</p>
]]></description><pubDate>Tue, 28 Jul 2026 20:15:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49089335</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49089335</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49089335</guid></item><item><title><![CDATA[New comment by dlcarrier in "Pocketbyte: Modular ESP32-S3 Pocket Computer for Games, Music, and PDA Stuff"]]></title><description><![CDATA[
<p>I meant instead of the pogo pins, but if you do have a custom shell, then it is also a more convenient way to connect the battery, too.</p>
]]></description><pubDate>Tue, 28 Jul 2026 19:54:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=49089037</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49089037</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49089037</guid></item><item><title><![CDATA[New comment by dlcarrier in "Netflix employee fired for sharing personal details in retreat trust exercise"]]></title><description><![CDATA[
<p>That's the one.</p>
]]></description><pubDate>Tue, 28 Jul 2026 19:52:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=49089017</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49089017</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49089017</guid></item><item><title><![CDATA[New comment by dlcarrier in "Why do we think we understand the world more than we actually do?"]]></title><description><![CDATA[
<p>I can confirm that I've let the magic smoke out of multiple electronics parts, and they almost always stop working, afterward.</p>
]]></description><pubDate>Tue, 28 Jul 2026 06:53:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=49080286</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49080286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49080286</guid></item><item><title><![CDATA[New comment by dlcarrier in "Netflix employee fired for sharing personal details in retreat trust exercise"]]></title><description><![CDATA[
<p>I'm disappointed that this has none of the drama of the Plex retreat in Honduras.</p>
]]></description><pubDate>Tue, 28 Jul 2026 06:00:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=49079959</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49079959</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49079959</guid></item><item><title><![CDATA[New comment by dlcarrier in "TV Won't Connect to Open Wi-Fi Without Permission or Have a 4G Modem"]]></title><description><![CDATA[
<p>The US has a similar law, but the Supreme Court has limited its use to actual hacking: <a href="https://whistleblowersblog.org/false-claims-qui-tam-news/supreme-court-decision-in-computer-access-case-a-win-for-whistleblowers/" rel="nofollow">https://whistleblowersblog.org/false-claims-qui-tam-news/sup...</a><p>Connecting to an open WiFi network would definitely not be covered.</p>
]]></description><pubDate>Tue, 28 Jul 2026 05:58:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=49079951</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49079951</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49079951</guid></item><item><title><![CDATA[New comment by dlcarrier in "An ESP32 based plane radar for my desk"]]></title><description><![CDATA[
<p>It's the width of the band that matters, not the carrier frequency.  For example a band running from 1.21 GHz to 1.22 GHz has a 10 MHz wide band.  A heterodyne tuner would use analog circuitry to output it as a 0 to 10 MHz baseband signal that can the be sampled by the ADC.<p>GPS bands are from 11 to just over 15 MHz, depending on the band, but decoding is extremely complex, so it's usually done with dedicated hardware, so a microcontroller only needs to read the handful of bytes that hardware outputs per update, and most receivers default to only a single update per second, and max out at tens per second.</p>
]]></description><pubDate>Tue, 28 Jul 2026 05:53:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49079920</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49079920</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49079920</guid></item><item><title><![CDATA[New comment by dlcarrier in "An ESP32 based plane radar for my desk"]]></title><description><![CDATA[
<p><p><pre><code>    …a new database from scratch to compete with them all…
</code></pre>
I see you've taken this route: <a href="https://xkcd.com/927/" rel="nofollow">https://xkcd.com/927/</a></p>
]]></description><pubDate>Tue, 28 Jul 2026 05:44:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49079869</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49079869</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49079869</guid></item><item><title><![CDATA[New comment by dlcarrier in "Should We Make Daylight Saving Time Permanent?"]]></title><description><![CDATA[
<p>Of course a region could ignore that, and just choose the absolute worst time zone possible, like Boise Idaho.  They only get nine hours of sunlight in December, and they're in the Mountain time zone, which puts sunrise right aaround 8:00 and sunset right after 5:00.  If you work a regular 8-to-5 office job, and you aren't seated near a window, you could completely miss seeing the sun, unless you go outside for lunch.</p>
]]></description><pubDate>Tue, 28 Jul 2026 05:39:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49079839</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49079839</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49079839</guid></item><item><title><![CDATA[New comment by dlcarrier in "Should We Make Daylight Saving Time Permanent?"]]></title><description><![CDATA[
<p>In my experience some personality traits, such as being an early-bird, extrovert, or worrywart, inherently include a preference for everyone else to mimic that behavior, while people with the opposite personality traits, like being a night owl, introvert, or laid-back individual are okay with everyone else doing what they prefer.<p>Any time there's a conflict between any of those personality traits and their opposite, the the people in the former group will win out over time, unless the trade-offs are stark enough to force an equalization no matter peoples' preferences.  It's especially apparent in success of companies, because the competitive nature of an open market allows for changes much faster than the more stringent controls of a government operation.<p>Companies that are worrywarts don't invest in new markets, and go out of business.  This was well documented in <i>The Innovator's Dilemma</i> by Clayton Christensen. Also, companies that have strict work schedules for office employees that otherwise do not have a scheduled meeting don't attract enough productive employees and do not get as much out of their employees.  Those companies are outpaced by those with accommodating schedules.  Something similar is happening with strict requirements on where someone works, for example requiring employees to work in an office even when no one they collaborate with works in the same office.<p>Daylight savings time is a bit slower to change, due to the literal act of congress required, but forcing early-birdism is something we've tried in the past, and completely failed at, nearly 50 years ago, so it's about time we try again, likely with the same outcome as the negative effects are very clear.  We aren't like to switch permanent standard time, as the people who prefer it aren't as forceful as those who prefer not to have it, but if we did most of the negative effects of permanent daylight savings time would be reversed, so we could actually keep it.</p>
]]></description><pubDate>Tue, 28 Jul 2026 05:28:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=49079754</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49079754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49079754</guid></item><item><title><![CDATA[New comment by dlcarrier in "Netflix employee fired for sharing personal details in retreat trust exercise"]]></title><description><![CDATA[
<p>This guy's back pay of income, severance, and benefits could really add up, but that's more a factor of him getting paid a lot in the first place than wrongful termination suits being particularly fruitful.  I wouldn't really describe their payouts as being "taken to the cleaners".</p>
]]></description><pubDate>Tue, 28 Jul 2026 04:34:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=49079398</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49079398</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49079398</guid></item><item><title><![CDATA[New comment by dlcarrier in "Netflix employee fired for sharing personal details in retreat trust exercise"]]></title><description><![CDATA[
<p>If you work for a wholly owned subsidiary, the parent company has complete control and the executives have no further hindrance to hiring or firing you than they would ton anyone else, anywhere else within the rest of the company.  The CEO is always beholden to the board, and if the board of the wholly owned subsidiary isn't literally the same board as the parent company, then everyone the board is appointed by the parent company.</p>
]]></description><pubDate>Tue, 28 Jul 2026 04:31:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49079376</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49079376</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49079376</guid></item><item><title><![CDATA[New comment by dlcarrier in "Netflix employee fired for sharing personal details in retreat trust exercise"]]></title><description><![CDATA[
<p>It's more likely incompetence than malice.  There's a reason people don't share everything about their personal lives at work, and sometimes leaders think forgetting that will make everyone better off.</p>
]]></description><pubDate>Tue, 28 Jul 2026 04:21:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=49079318</link><dc:creator>dlcarrier</dc:creator><comments>https://news.ycombinator.com/item?id=49079318</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49079318</guid></item></channel></rss>