<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: glennpratt</title><link>https://news.ycombinator.com/user?id=glennpratt</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 05 Jun 2026 08:29:52 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=glennpratt" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by glennpratt in "Waymo blocking ambulance during deadly Austin shooting"]]></title><description><![CDATA[
<p>Nobody gets arrested, you get a ticket.</p>
]]></description><pubDate>Sun, 01 Mar 2026 22:59:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47211681</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=47211681</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47211681</guid></item><item><title><![CDATA[New comment by glennpratt in "Automatic K8s pod placement to match external service zones"]]></title><description><![CDATA[
<p>Comparing systemd and Kubernetes for this scenario is like comparing an apple tree to a citrus grove.<p>You can specify just about anything, including exact nodes, for Kubernetes workloads.<p>This is just injecting some of that automatically.<p>I'm not knocking systemd, it's just not relevant.</p>
]]></description><pubDate>Tue, 14 Oct 2025 18:52:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=45583441</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=45583441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45583441</guid></item><item><title><![CDATA[New comment by glennpratt in "ADHD drug treatment and risk of negative events and outcomes"]]></title><description><![CDATA[
<p>I agree, except I've been much happier with Wellbutrin. After getting through the initial insomnia a few years ago and switching to normal release, not extended, I have good focus and don't have tremors or back pain like I did with stimulants.</p>
]]></description><pubDate>Sat, 16 Aug 2025 14:51:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=44923976</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=44923976</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44923976</guid></item><item><title><![CDATA[New comment by glennpratt in "Covert Web-to-App Tracking via Localhost on Android"]]></title><description><![CDATA[
<p>> do Android "business profiles" also include browser sessions<p>I believe that is typical.<p>My business profile has it's own instance of Chrome. Mostly used for internal and external sites that require corporate SSO or client certificates. Of course it could be used to browse anything.</p>
]]></description><pubDate>Tue, 03 Jun 2025 17:56:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=44172731</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=44172731</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44172731</guid></item><item><title><![CDATA[New comment by glennpratt in "The Headlight Brightness Wars"]]></title><description><![CDATA[
<p>The Elantra N is not electric.</p>
]]></description><pubDate>Tue, 17 Dec 2024 18:39:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=42443980</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=42443980</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42443980</guid></item><item><title><![CDATA[New comment by glennpratt in "Vista Equity writes off PluralSight value, after $3.5B buyout"]]></title><description><![CDATA[
<p>I'm not GP, but perhaps something like the following would be a reason (investigation might be a more accurate term than post-mortem in that case).<p>>In October 2020, Vista's CEO Robert F. Smith and investor Robert T. Brockman were named in a tax evasion case.[33][34] That month, Smith signed a non-prosecution agreement with the IRS, agreeing to pay $139 million and testify against Brockman.[33]<p><a href="https://en.wikipedia.org/wiki/Vista_Equity_Partners#Tax_evasion" rel="nofollow">https://en.wikipedia.org/wiki/Vista_Equity_Partners#Tax_evas...</a></p>
]]></description><pubDate>Fri, 31 May 2024 19:40:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=40539384</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=40539384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40539384</guid></item><item><title><![CDATA[New comment by glennpratt in "New startup sells coffee through SSH"]]></title><description><![CDATA[
<p>Aha, yes, `-o IdentityAgent=/dev/null` is better for my intent. I was confused that `-i` wasn't removing .ssh/id_rsa from the candidates, but that was ssh-agent.<p><pre><code>  ssh -a -i /dev/null -o IdentityAgent=/dev/null terminal.shop
</code></pre>
That looks pretty solid. Thanks!</p>
]]></description><pubDate>Wed, 01 May 2024 23:19:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=40230804</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=40230804</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40230804</guid></item><item><title><![CDATA[New comment by glennpratt in "New startup sells coffee through SSH"]]></title><description><![CDATA[
<p>I'm curious why you added `-i /dev/null`. IIUC, this doesn't remove ssh-agent keys.<p>If you want to make sure no keys are offered, you'd want:<p><pre><code>  ssh -a -o IdentitiesOnly=yes terminal. Shop
</code></pre>
I'm not sure if the `-i` actually prevents anything, I believe things other than /dev/null will still be tried in sequence.</p>
]]></description><pubDate>Wed, 01 May 2024 19:50:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=40228462</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=40228462</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40228462</guid></item><item><title><![CDATA[New comment by glennpratt in "USPS jumps to first place as most imitated brand in phishing attacks"]]></title><description><![CDATA[
<p>US is 15th in median wealth and it's population exceeds the 14 countries ahead combined. That's a big target.<p><a href="https://en.wikipedia.org/wiki/List_of_countries_by_wealth_per_adult" rel="nofollow">https://en.wikipedia.org/wiki/List_of_countries_by_wealth_pe...</a><p>Your question seems like a false dichotomy.</p>
]]></description><pubDate>Mon, 08 Apr 2024 18:12:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=39972306</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=39972306</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39972306</guid></item><item><title><![CDATA[New comment by glennpratt in "Paris cycling numbers double in one year thanks to investment"]]></title><description><![CDATA[
<p>I pack some backup clothes (undershirt, underwear, socks), they mostly stay in my bike bag because I rarely use them. If I do need them, I just go to the bathroom, then change back into the bike clothes for the ride home. If it's really hot, I might switch it up and put the office clothes in the bag from the start - meaning I know I'll need a change.<p>Really not that complicated.</p>
]]></description><pubDate>Mon, 18 Mar 2024 16:14:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=39746403</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=39746403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39746403</guid></item><item><title><![CDATA[New comment by glennpratt in "Zed, a collaborative code editor, is now open source"]]></title><description><![CDATA[
<p>> Zed supports GitHub Copilot out of the box, and you can use GPT-4 generate or refactor code by pressing ctrl-enter and typing a natural language prompt.
<a href="https://zed.dev/" rel="nofollow">https://zed.dev/</a><p>Seems like that ship has sailed. Maybe it's a plugin already or could be in the future, but that's not on GP's suggestion.</p>
]]></description><pubDate>Wed, 24 Jan 2024 17:57:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=39120432</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=39120432</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39120432</guid></item><item><title><![CDATA[New comment by glennpratt in "Why I didn't play this harpsichord sooner"]]></title><description><![CDATA[
<p>I don't think it's comparing LA to anything other than their Adventist upbringing.</p>
]]></description><pubDate>Wed, 03 Jan 2024 22:40:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=38860819</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=38860819</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38860819</guid></item><item><title><![CDATA[New comment by glennpratt in "An Open Letter to the Python Software Foundation"]]></title><description><![CDATA[
<p>> the foundation likely being an US nonprofit, so integrating foreigners in the board may be extremely difficult.<p>As far as I know, it's not a problem. At first glance, PSF board  and officers bios appear fairly international currently.<p>A foreign controlled, foreign benefitting organization that sends nearly all contributions to foreign organizations might not be tax exempt in the US, but that doesn't sound like the PSF.</p>
]]></description><pubDate>Wed, 06 Dec 2023 22:52:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=38550604</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=38550604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38550604</guid></item><item><title><![CDATA[New comment by glennpratt in "Why aren't motherboards mostly USB-C by now? (2021)"]]></title><description><![CDATA[
<p>The dirt cheap mechanical keyboard I just bought is USB-C. Which was great, because I didn't need an adapter.</p>
]]></description><pubDate>Sun, 19 Nov 2023 05:53:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=38329552</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=38329552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38329552</guid></item><item><title><![CDATA[New comment by glennpratt in "FCC imposes record penalty against transnational illegal robocalling operation"]]></title><description><![CDATA[
<p>When my doctor calls, I cannot get a call back through their system, I've tried, and I don't have a list of their outgoing numbers.</p>
]]></description><pubDate>Fri, 04 Aug 2023 15:08:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=37001063</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=37001063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37001063</guid></item><item><title><![CDATA[New comment by glennpratt in "Electric Mercedes-Benz drove 747 miles without recharging, 2x Tesla's Model S"]]></title><description><![CDATA[
<p>> an EV is very compelling as a secondary vehicle<p>This is a strange way to think about it. Our secondary vehicle has a huge gas tank and other things we need rarely. Our primary vehicle has what we need day to day, just enough seats for the family and space for groceries.</p>
]]></description><pubDate>Sun, 26 Jun 2022 20:07:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=31887458</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=31887458</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31887458</guid></item><item><title><![CDATA[New comment by glennpratt in "Google's most ridiculous trick to force users into adding phone number"]]></title><description><![CDATA[
<p>It does make sense from one perspective I've seen. Scammers are using 2FA to lock people out of their own accounts and demand a ransom for the tokens. Happened to a friend of mine a couple months ago.</p>
]]></description><pubDate>Tue, 03 May 2022 20:01:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=31252857</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=31252857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31252857</guid></item><item><title><![CDATA[New comment by glennpratt in "Tesla to recall vehicles that may disobey stop signs"]]></title><description><![CDATA[
<p>Sounds like trash, but then that's not relevant to what I said.</p>
]]></description><pubDate>Tue, 01 Feb 2022 19:38:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=30167978</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=30167978</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30167978</guid></item><item><title><![CDATA[New comment by glennpratt in "Tesla to recall vehicles that may disobey stop signs"]]></title><description><![CDATA[
<p>I'll give you FSD, but autopilot makes sense to me as someone familiar with aviation.</p>
]]></description><pubDate>Tue, 01 Feb 2022 19:31:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=30167858</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=30167858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30167858</guid></item><item><title><![CDATA[New comment by glennpratt in "The Windows 11 taskbar is an annoying step backward"]]></title><description><![CDATA[
<p>I'm one of the few who couldn't care less. I just want it hidden, same with the dock on macOS.<p>Use the keyboard to launch and switch apps.</p>
]]></description><pubDate>Fri, 21 Jan 2022 05:36:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=30019582</link><dc:creator>glennpratt</dc:creator><comments>https://news.ycombinator.com/item?id=30019582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30019582</guid></item></channel></rss>