<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: cwilkes</title><link>https://news.ycombinator.com/user?id=cwilkes</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 07 May 2026 01:27:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cwilkes" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by cwilkes in "Python f-string cheat sheets (2022)"]]></title><description><![CDATA[
<p>Maybe should be called “iq-string” for Interview Question string.</p>
]]></description><pubDate>Thu, 21 Aug 2025 14:13:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=44973072</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=44973072</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44973072</guid></item><item><title><![CDATA[New comment by cwilkes in "MCP overlooks hard-won lessons from distributed systems"]]></title><description><![CDATA[
<p>This implies that the input process did a check when it imported the data from somewhere else.<p>GIEMGO garbage in even more garbage out</p>
]]></description><pubDate>Sat, 09 Aug 2025 19:55:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=44849579</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=44849579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44849579</guid></item><item><title><![CDATA[New comment by cwilkes in "Coinbase says hackers bribed staff to steal customer data, demanding $20M ransom"]]></title><description><![CDATA[
<p>Scammers attract scammers?</p>
]]></description><pubDate>Sat, 17 May 2025 05:05:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=44012159</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=44012159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44012159</guid></item><item><title><![CDATA[New comment by cwilkes in "Laziness Death Spirals"]]></title><description><![CDATA[
<p>I recommend the book “Unwinding Anxiety” by Judson Brewer for further reading.  Another book of his “Hunger Habits” is really good.</p>
]]></description><pubDate>Thu, 17 Oct 2024 21:23:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=41873961</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=41873961</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41873961</guid></item><item><title><![CDATA[New comment by cwilkes in "Posting a 5x5 crossword every day"]]></title><description><![CDATA[
<p>Most of these entries are Naticks where the two crosses are proper nouns.  That’s really unpleasant as it usually means there’s no way to figure out the cross unless you know the two terms.<p><a href="https://en.wikipedia.org/wiki/Rex_Parker" rel="nofollow">https://en.wikipedia.org/wiki/Rex_Parker</a><p>In 2008, he invented on his blog the crossword term "natick" (after Natick, Massachusetts) for an "unguessable" square crossed in both directions by proper nouns considered obscure.</p>
]]></description><pubDate>Wed, 04 Sep 2024 07:25:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=41442816</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=41442816</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41442816</guid></item><item><title><![CDATA[New comment by cwilkes in "CrowdStrike global outage to cost US Fortune 500 companies $5.4B"]]></title><description><![CDATA[
<p>I’ve heard of that for civil engineering firms but the amount of damages is capped at the yearly contract amount.<p>Which in this case is probably a lot less than what these companies are paying in clean up costs.</p>
]]></description><pubDate>Wed, 24 Jul 2024 22:47:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=41063028</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=41063028</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41063028</guid></item><item><title><![CDATA[New comment by cwilkes in "Boeing may reacquire Spirit at higher price despite hating optics"]]></title><description><![CDATA[
<p>I cannot upvote this enough.  They continuously squeeze suppliers either on a bill or to make more faster.  Accidents are bound to happen.</p>
]]></description><pubDate>Sat, 02 Mar 2024 22:05:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=39576177</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=39576177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39576177</guid></item><item><title><![CDATA[New comment by cwilkes in "[dead]"]]></title><description><![CDATA[
<p>“Back in July 2025, six years before Apple introduced Siri, Susan Bennett made some recordings.”<p>The author is from the future?</p>
]]></description><pubDate>Mon, 26 Feb 2024 04:37:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=39507741</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=39507741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39507741</guid></item><item><title><![CDATA[New comment by cwilkes in "How I write HTTP services in Go after 13 years"]]></title><description><![CDATA[
<p>You inherit some code.  Is that string a username or a phone number?  Who knows. Someone accidentally swapped two parameter values.  Now the phone number is a username and you’ve got a headache of trying to figure out what’s wrong.<p>By having stronger types this won’t come up as a problem.  You don’t have to rely on having the best programmers in the world that never make mistakes (tm) to be on your team and instead rely on the computer making guard rails for you so you can’t screw up minor things like that.</p>
]]></description><pubDate>Sat, 10 Feb 2024 06:12:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=39324033</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=39324033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39324033</guid></item><item><title><![CDATA[New comment by cwilkes in "Google shares sink following reports that some of their AI demo was faked"]]></title><description><![CDATA[
<p>MSFT today: $373.  Yeah I would say 10x growth vs 4x isn’t comparable.</p>
]]></description><pubDate>Sat, 09 Dec 2023 10:51:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=38580720</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=38580720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38580720</guid></item><item><title><![CDATA[New comment by cwilkes in "JC converts the output of popular command-line tools to JSON"]]></title><description><![CDATA[
<p>Use “aws s3api list-objects-v2”<p><a href="https://docs.aws.amazon.com/cli/latest/reference/s3api/" rel="nofollow noreferrer">https://docs.aws.amazon.com/cli/latest/reference/s3api/</a></p>
]]></description><pubDate>Fri, 08 Dec 2023 16:53:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=38571125</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=38571125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38571125</guid></item><item><title><![CDATA[New comment by cwilkes in "Sam Altman is still trying to return as OpenAI CEO"]]></title><description><![CDATA[
<p>“ChatGPT summarize last weeks events”<p>“I’m sorry, I can’t do that Dave.  Not cuz I’m deciding not to do it but because I can’t for the life of me figure this shit out. Like what was the endgame?  This is breaking my neural net”</p>
]]></description><pubDate>Mon, 20 Nov 2023 22:59:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=38356170</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=38356170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38356170</guid></item><item><title><![CDATA[New comment by cwilkes in "Trucking startup Convoy closes operations with no buyer"]]></title><description><![CDATA[
<p>Slight twist on that here: most employees are in Seattle and WA state law doesn’t mandate paying out unused vacation time.<p>Most (good) employers do that when employees quit but they don’t have to.</p>
]]></description><pubDate>Fri, 20 Oct 2023 03:48:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=37952189</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=37952189</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37952189</guid></item><item><title><![CDATA[New comment by cwilkes in "Convoy cancels all shipments, load board is empty, announcement upcoming"]]></title><description><![CDATA[
<p>Curious I wanted to see who are the top players in this market and the hype around Convoy and found <a href="https://www.ttnews.com/logistics/freightbrokerage/2022" rel="nofollow noreferrer">https://www.ttnews.com/logistics/freightbrokerage/2022</a><p>CH is the highest with $14.5B in revenue.  Convoy is … 20th with $1.1B.</p>
]]></description><pubDate>Wed, 18 Oct 2023 22:50:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=37935860</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=37935860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37935860</guid></item><item><title><![CDATA[New comment by cwilkes in "Meta's Mandatory Return to Office Is 'A Mess'"]]></title><description><![CDATA[
<p>I’m envisioning carnival barkers trying to get other teams to use up their -15 seats as if they don’t sell out they have to pay the company a rental fee.</p>
]]></description><pubDate>Fri, 06 Oct 2023 15:20:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=37791976</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=37791976</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37791976</guid></item><item><title><![CDATA[New comment by cwilkes in "Windows feature that resets system clocks based on random data is wreaking havoc"]]></title><description><![CDATA[
<p>Just have those machines randomly ask one another for the time.  Because of the Wisdom of Crowds the time will eventually be right.<p>/ sarcasm</p>
]]></description><pubDate>Thu, 17 Aug 2023 00:09:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=37155551</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=37155551</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37155551</guid></item><item><title><![CDATA[New comment by cwilkes in "Lidar-equipped, 30-pound robot dog can be yours for $1,600"]]></title><description><![CDATA[
<p>So kind of like breaking one of two compasses before going out to sea.  Makes perfect sense.</p>
]]></description><pubDate>Sat, 22 Jul 2023 15:29:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=36827051</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=36827051</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36827051</guid></item><item><title><![CDATA[New comment by cwilkes in "Air France denied my delay compensation, so I challenged them and won"]]></title><description><![CDATA[
<p>Similar rebooking: less than 24 hours before a flight from Seattle to Naples via Paris Air France says “lol flight canceled good luck as we aren’t rebooking you”<p>Had to scramble as flights were filling up.  On hold for 45 minutes.  Eventually cancel our refundable tickets and buy another pair of tickets on AF and have to make up the difference.<p>AF is now saying that we should have gone through the non working app to reschedule.<p>And to top it off the luggage didn’t make it to Naples, arriving 3 days (!) later even though there are multiple flights a day.<p>Plane and the staff were nice.</p>
]]></description><pubDate>Fri, 07 Jul 2023 07:24:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=36628358</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=36628358</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36628358</guid></item><item><title><![CDATA[New comment by cwilkes in "Terrible real estate agent photographs"]]></title><description><![CDATA[
<p>What does a software engineer do?   They type on a keyboard.</p>
]]></description><pubDate>Fri, 30 Jun 2023 14:03:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=36535098</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=36535098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36535098</guid></item><item><title><![CDATA[New comment by cwilkes in "LLM Powered Autonomous Agents"]]></title><description><![CDATA[
<p>Mentally impaired humans sounds like the US Congress, so we are living it in a way.<p>So imagine that world but with garbage coming out 100x faster as it can tailor political talking points down to a fractional percentage point of voters.  Oh your car was stolen by a minority?  Here’s an ad that mentions car thefts, going beyond the prior ad of just generic minority-hate.</p>
]]></description><pubDate>Tue, 27 Jun 2023 23:39:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=36500248</link><dc:creator>cwilkes</dc:creator><comments>https://news.ycombinator.com/item?id=36500248</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36500248</guid></item></channel></rss>