<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: molsongolden</title><link>https://news.ycombinator.com/user?id=molsongolden</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 18 Aug 2026 02:03:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=molsongolden" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by molsongolden in "Asus Bike Booster"]]></title><description><![CDATA[
<p>This bike booster will probably come in at less than half the cost but the Bimotal kit is another option that doesn't have the tire wear issue, offers better performance, and the form factor is much nicer.<p><a href="https://bimotal.com/products/elevate" rel="nofollow">https://bimotal.com/products/elevate</a></p>
]]></description><pubDate>Sun, 16 Aug 2026 04:11:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49316837</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=49316837</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49316837</guid></item><item><title><![CDATA[Where Does the Foundation Come From? (Training New SWEs)]]></title><description><![CDATA[
<p>Article URL: <a href="https://queue.acm.org/detail.cfm?id=3831359">https://queue.acm.org/detail.cfm?id=3831359</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49116785">https://news.ycombinator.com/item?id=49116785</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 30 Jul 2026 22:41:08 +0000</pubDate><link>https://queue.acm.org/detail.cfm?id=3831359</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=49116785</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49116785</guid></item><item><title><![CDATA[New comment by molsongolden in "Why Software Factories Fail (or: harness engineering is not enough)"]]></title><description><![CDATA[
<p>Just in case this isn't a compliment, I'll note that I think Dex has been pretty good about admitting when they were wrong, explaining why they were wrong, and what they're doing now instead.</p>
]]></description><pubDate>Thu, 23 Jul 2026 20:06:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49027315</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=49027315</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49027315</guid></item><item><title><![CDATA[New comment by molsongolden in "Stripe and Advent have made a joint offer to acquire PayPal – sources"]]></title><description><![CDATA[
<p>There are much cheaper ways to acquire a bank charter though?</p>
]]></description><pubDate>Wed, 15 Jul 2026 22:23:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48927914</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=48927914</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48927914</guid></item><item><title><![CDATA[New comment by molsongolden in "AI demands more engineering discipline. Not less"]]></title><description><![CDATA[
<p>Agreed and I think the author agrees with this too. One of the ideas is that the devs should be discussing and documenting their intent outside of the code then letting AI tools generate the code as specified. "Engineering" should occupy the time that was previously occupied by "coding" and the context and writing should exist as intentional written context, not just poorly documented code.</p>
]]></description><pubDate>Wed, 17 Jun 2026 18:05:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48574253</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=48574253</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48574253</guid></item><item><title><![CDATA[New comment by molsongolden in "AI demands more engineering discipline. Not less"]]></title><description><![CDATA[
<p>I wonder if the reception is so variable due to differing exposure to 1) infra as code and 2) engineering teams that don't produce any artifacts outside of their code.<p>> When starting on a new codebase, how do you make yourself into a helpful contributor as quickly as possible? I go straight for the humans and their human docs. What problem was the system originally built to solve? What was the original design, and what were its biggest problems? Who is currently using it? If you know these, reading the code is much easier because you can guess why things were done the way they are.<p>This is the way but plenty of engineering teams don't have any human docs at all. Decisions are made in one engineer's head or in a chat that isn't saved. The spec was just a few notes in a ticket that was deleted during cleanup or lost when the team changed trackers. There's no map of the codebase or features, no ADRs, minimal observability. All you have is the code. You read the code to try and figure out what is going on then ping an engineer who made a recent commit to a specific area to ask if they remember why something was done the way it was. Someone makes a change and it breaks something on the other side of the codebase that they thought was totally unrelated, etc.</p>
]]></description><pubDate>Wed, 17 Jun 2026 15:49:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48572170</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=48572170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48572170</guid></item><item><title><![CDATA[New comment by molsongolden in "AI demands more engineering discipline. Not less"]]></title><description><![CDATA[
<p>I think the point is that there are better engineering artifacts to review instead of lines of code. Encoding the decisions, structure, requirements, testing, monitoring, then reviewing those and having AI generate and regenerate code based on them. The code itself doesn't matter if enough thought and rigor has gone into the structure that produces the code.<p>> What does "ideal" mean here? When I was growing up "show your work" was the rule for all examinations. Why? Because we're working to improve mental models and thought processes for the next generation, not just products we will release tomorrow.<p>They're saying that the mental models and thought processes are incredibly important but that code is not the place for that work to live.</p>
]]></description><pubDate>Wed, 17 Jun 2026 15:29:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48571854</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=48571854</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48571854</guid></item><item><title><![CDATA[New comment by molsongolden in "Dangerous hormone-disrupting chemicals found in US breast milk samples"]]></title><description><![CDATA[
<p>Has anyone seen evidence of lower levels in other countries? I searched for recent studies and it sounds like Canada and the EU have also reported similar findings but there isn't much widespread testing or totally comparable testing across locations.</p>
]]></description><pubDate>Sun, 14 Jun 2026 15:41:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48528421</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=48528421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48528421</guid></item><item><title><![CDATA[New comment by molsongolden in "What we lost when we stopped letting kids leave the front yard"]]></title><description><![CDATA[
<p>> Have online worlds become the last free places for children?<p>> [...]This evidence tells us something important about human development: children want to explore together and build independent peer cultures that are partially distinct from the ways of adults. Yet since the early 1970s, many Western countries have increasingly limited the social and physical independence of children.<p>> In physical spaces, we restrict the movement of children and refuse to let them play and explore without us. But that doesn’t mean they won’t look for ways to escape.<p>> In the past two decades, children have found a new place to roam: the endless jungle of the internet.<p><a href="https://psyche.co/ideas/have-online-worlds-become-the-last-free-places-for-children" rel="nofollow">https://psyche.co/ideas/have-online-worlds-become-the-last-f...</a></p>
]]></description><pubDate>Tue, 26 May 2026 13:35:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48279707</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=48279707</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48279707</guid></item><item><title><![CDATA[New comment by molsongolden in "If America's so rich, how'd it get so sad?"]]></title><description><![CDATA[
<p>A lot of these articles and social media discussions miss by not contemplating the fact that by increasing productivity and incomes we have also increased the cost of leisure.<p>In the vein of The Harried Leisure Class, the more opportunities that are available to you, the more likely you are to feel like you are wasting time, need to optimize everything, etc. People are also pushed to be even more individualistic because the cost of slowing down and interacting with the community has increased.<p>There are many other factors at work but this one seems pretty clear but doesn't seem to see enough discussion.</p>
]]></description><pubDate>Thu, 23 Apr 2026 22:10:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47882801</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=47882801</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47882801</guid></item><item><title><![CDATA[New comment by molsongolden in "I guess I kinda get why people hate AI"]]></title><description><![CDATA[
<p>Many AI initiatives have had massive ROI though. The implementation problems are similar to any pre-AI tech rollout and hugely expensive non-AI tech implementations fail all the time.</p>
]]></description><pubDate>Mon, 16 Feb 2026 18:45:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47038603</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=47038603</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47038603</guid></item><item><title><![CDATA[New comment by molsongolden in "OpenAI should build Slack"]]></title><description><![CDATA[
<p>Zulip is awesome \m/</p>
]]></description><pubDate>Sun, 15 Feb 2026 05:32:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47021320</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=47021320</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47021320</guid></item><item><title><![CDATA[New comment by molsongolden in "I'm not worried about AI job loss"]]></title><description><![CDATA[
<p>Another component or view of this is that automating the rote work is "eliminating the boring parts" (I love this and have worked extensively on this) but it is also eliminating the less cognitively demanding work.<p>Once you have automated extensively, all of the remaining work is cognitively demanding and doing 8 hours of that work every day is exhausting.</p>
]]></description><pubDate>Sat, 14 Feb 2026 04:16:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47011505</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=47011505</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47011505</guid></item><item><title><![CDATA[New comment by molsongolden in "San Francisco Graffiti"]]></title><description><![CDATA[
<p>Scraping these from the city violations DB was a cool idea.</p>
]]></description><pubDate>Mon, 26 Jan 2026 20:12:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46770852</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=46770852</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46770852</guid></item><item><title><![CDATA[New comment by molsongolden in "Capital One to acquire Brex for $5.15B"]]></title><description><![CDATA[
<p>In 2022, Brex shifted away from SMB to refocus their offering. They cut "tens of thousands" of SMB customers who didn't fit their new ICP. They announced this in June 2022 and gave all of those customers 2mo to find a new provider and move their funds.<p>The new qualifications to be a Brex customer at that time were:<p>> Received an equity investment of any amount (accelerator, angel, VC or web3 token);<p>> More than $1 million a year in revenue;<p>> More than 50 employees;<p>> More than $500k in cash;<p>> Tech startups who are on a path to meeting the criteria above, and are referred by an existing customer or partner.</p>
]]></description><pubDate>Thu, 22 Jan 2026 23:26:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=46726446</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=46726446</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46726446</guid></item><item><title><![CDATA[New comment by molsongolden in "Ford kills the All-Electric F-150"]]></title><description><![CDATA[
<p>It could definitely be a niche thing with me squarely in the niche. It was my top pick for our mix of activities in the mountain west.</p>
]]></description><pubDate>Tue, 16 Dec 2025 04:06:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46284656</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=46284656</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46284656</guid></item><item><title><![CDATA[New comment by molsongolden in "Ford kills the All-Electric F-150"]]></title><description><![CDATA[
<p>Pretty surprised here and I think it was really just bad marketing or I guess unsustainable unit economics.<p>Price out the cheapest F-150 (XL) with a supercrew cab and 4x4 and you are looking at $50k. Trucks are just expensive. The Lightning is expensive but not that much more than any other truck and the Ford incentives + EV credit brought it down quite a bit. The Lightning Flash (extended range) was routinely selling OTD < $60k with 0% financing.<p>I'd put off buying a pickup for a decade because I couldn't find the right one and the Lightning is awesome. I was skeptical at first due to range concerns but there are chargers in the middle of nowhere in 2025.<p>I think a lot of the other commenters might change their thoughts if they drove one for a bit.<p>Edit: I get somewhere around 50mpg (dollar equivalent when charging at home) in a full-size truck that fits my whole family and our gear + handles better in the snow than any ICE truck + can do plenty of hauling and light towing.</p>
]]></description><pubDate>Tue, 16 Dec 2025 01:26:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46283560</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=46283560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46283560</guid></item><item><title><![CDATA[New comment by molsongolden in "Charlie Kirk killed at event in Utah"]]></title><description><![CDATA[
<p>They also might be least aware of the consequences as they've grown up during the least violent time in US and human history.</p>
]]></description><pubDate>Wed, 10 Sep 2025 22:57:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=45205237</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=45205237</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45205237</guid></item><item><title><![CDATA[New comment by molsongolden in "What's happening to reading?"]]></title><description><![CDATA[
<p>I need to read books like this with extra intentionality or it all just flows through and I  might retain a couple of key concepts if I'm lucky.<p>1) Highlighting or underlining along with folding page corners to make it easy to find high impact passages when flipping through later.<p>2) Writing a short chapter summary in the blank space at the end of each chapter. Just a couple of minutes to reflect on what I just read and to summarize the core message of the chapter.</p>
]]></description><pubDate>Wed, 16 Jul 2025 18:34:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=44585450</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=44585450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44585450</guid></item><item><title><![CDATA[New comment by molsongolden in "Meta invests $14.3B in Scale AI to kick-start superintelligence lab"]]></title><description><![CDATA[
<p>Sounds like they're getting paid based on his note to employees:<p>> "The proceeds from Meta's investment will be distributed to those of you who are shareholders and vested equity holders [...] The exceptional team here has been the key to our success, so I'm thrilled to be able to return the favor with this meaningful liquidity distribution."<p><a href="https://x.com/alexandr_wang/status/1933328165306577316" rel="nofollow">https://x.com/alexandr_wang/status/1933328165306577316</a></p>
]]></description><pubDate>Fri, 13 Jun 2025 17:30:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=44270456</link><dc:creator>molsongolden</dc:creator><comments>https://news.ycombinator.com/item?id=44270456</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44270456</guid></item></channel></rss>