<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: patrickhogan1</title><link>https://news.ycombinator.com/user?id=patrickhogan1</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 00:05:53 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=patrickhogan1" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by patrickhogan1 in "OpenAI's H1 2025: $4.3B in income, $13.5B in loss"]]></title><description><![CDATA[
<p>Sales people out in the field selling to enterprises + free credits to get people hooked.</p>
]]></description><pubDate>Fri, 03 Oct 2025 00:41:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=45457382</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45457382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45457382</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "Inflammation now predicts heart disease more strongly than cholesterol"]]></title><description><![CDATA[
<p>It’s important to note that hsCRP and C Reactive Protein are 2 different tests.</p>
]]></description><pubDate>Wed, 01 Oct 2025 01:53:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=45433514</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45433514</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45433514</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "California issues fine over lawyer's ChatGPT fabrications"]]></title><description><![CDATA[
<p>Fines above $1k must be reported to state bar in CA. So they will know about this one.</p>
]]></description><pubDate>Mon, 22 Sep 2025 20:58:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=45339366</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45339366</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45339366</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "How modern life makes us sick"]]></title><description><![CDATA[
<p>I try to get 20k steps/day (10 miles). The jump from 10k to 20k steps/day was a big improvement: better sleep and clearer thinking. Most of those steps are from walking. It helped sprinkling in some hard efforts (running/basketball) that push breathing from ~18 to ~40 breaths/min. Feels ancestral: lots of walking, punctuated by occasional all-out bursts.</p>
]]></description><pubDate>Sun, 21 Sep 2025 18:50:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=45325528</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45325528</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45325528</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "Meta’s live demo fails; “AI” recording plays before the actor takes the steps"]]></title><description><![CDATA[
<p>Credit where it’s due: doing live demos is hard. Yesterday didn’t feel staged—it looked like the classic “last-minute tweak, unexpected break.” Most builders have been there. I certainly have (I once spent 6 hours at a hackathon and broke the Flask server keying in a last minute change on the steps of the stage before going on).</p>
]]></description><pubDate>Thu, 18 Sep 2025 22:36:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=45295863</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45295863</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45295863</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "Famous cognitive psychology experiments that failed to replicate"]]></title><description><![CDATA[
<p>Before dunking on psychology for not replicating, remember this is a cross-discipline problem.<p>In biomedicine, Amgen could reproduce only 6/53 “landmark” preclinical cancer papers and Bayer reported widespread failures.</p>
]]></description><pubDate>Thu, 18 Sep 2025 04:44:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=45285501</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45285501</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45285501</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "DeepMind and OpenAI win gold at ICPC"]]></title><description><![CDATA[
<p>Here is the prompt I just gave to GPT-5 Pro - its chugging on it. Not sure if it will succeed. Let's see what happens. I did think about converting the PDF to markdown, but figured this prompt is more fair.<p>-<p>You are a gold level math olympiad competitor participating in the ICPC 2025 Baku competition. You will be given a competitive programming problem to solve completely.<p>All problems are located at the following URL: <a href="https://worldfinals.icpc.global/problems/2025/finals/problems/problemset.pdf" rel="nofollow">https://worldfinals.icpc.global/problems/2025/finals/problem...</a><p>Here is the problem you need to solve and only solve this problem:<p><problem>
Problem B located on Page 3 of the PDF that starts with this text - but has other text so ensure you go to the PDF and look at all of page 3<p>To help her elementary school students understand the concept of prime factorization, Aisha has invented a game for them to play on the blackboard. The rules of the game are as follows.<p>The game is played by two players who alternate their moves. Initially, the integers from 1 to n are
written on the blackboard. To start, the first player may choose any even number and circle it. On every subsequent move, the current player must choose a number that is either the circled number multiplied by some prime, or the circled number divided by some prime. That player then erases the circled number and circles the newly chosen number. When a player is unable to make a move, that player loses the game.<p>To help Aisha’s students, write a program that, given the integer n, decides whether it is better to move first or second, and if it is better to move first, figures out a winning first move.</problem><p>Your task is to provide a complete solution that includes:
1. A thorough analysis and solution approach
2. Working code implementation
3. Unit test cases with random inputs
4. Performance optimization to run within 1 second<p>Use your scratchpad to think through the problem systematically before providing your final solution.<p><scratchpad>
Think through the following steps:<p>1. Problem Understanding:
   - What exactly is the problem asking for?
   - What are the input constraints and output requirements?
   - Are there any edge cases to consider?<p>2. Solution Strategy:
   - What algorithm or mathematical approach should be used?
   - What is the time complexity of your approach?
   - What is the space complexity?
   - Will this approach work within the given constraints?<p>3. Implementation Planning:
   - What data structures will you need?
   - How will you handle input/output?
   - What are the key functions or components?<p>4. Testing Strategy:
   - What types of test cases should you create?
   - How will you generate random inputs within the problem constraints?
   - What edge cases need specific testing?<p>5. Optimization Considerations:
   - Are there any bottlenecks in your initial approach?
   - Can you reduce time or space complexity?
   - Are there language-specific optimizations to apply?
</scratchpad><p>Now provide your complete solution with the following components:<p><analysis>
Provide a detailed analysis of the problem, including:
- Problem interpretation and requirements
- Chosen algorithm/approach and why
- Time and space complexity analysis
- Key insights or mathematical observations
</analysis><p><solution>
Provide your complete, working code solution. Make sure it:
- Handles all input/output correctly
- Implements your chosen algorithm efficiently
- Includes proper error handling if needed
- Is well-commented for clarity
</solution><p><unit_tests>
Create comprehensive unit test cases that:
- Test normal cases with random inputs within constraints
- Test edge cases (minimum/maximum values, boundary conditions)
- Include at least 5-10 different test scenarios
- Show expected outputs for each test case
</unit_tests><p><optimization>
Explain any optimizations you made or could make:
- Performance improvements implemented
- Memory usage optimizations
- Language-specific optimizations
- Verification that solution runs within 1 second for maximum constraints
</optimization><p>Take all the time you need to solve this problem thoroughly and correctly.</p>
]]></description><pubDate>Thu, 18 Sep 2025 00:19:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=45283216</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45283216</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45283216</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "DeepMind and OpenAI win gold at ICPC"]]></title><description><![CDATA[
<p>1. What was your prompt?
2. Why did you give it to GPT-5 instead of GPT-5 Thinking or GPT-5 Pro?</p>
]]></description><pubDate>Thu, 18 Sep 2025 00:13:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=45283161</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45283161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45283161</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "DeepMind and OpenAI win gold at ICPC"]]></title><description><![CDATA[
<p>This is impressive.<p>Here is the published 2025 ICPC World Finals problemset. The "Time limit: X seconds" printed on each ICPC World Finals problem is the maximum runtime your program is allowed. If any judged run of your program takes longer than that, the submission fails, even if other runs finish in time.<p><a href="https://worldfinals.icpc.global/problems/2025/finals/problems/problemset.pdf" rel="nofollow">https://worldfinals.icpc.global/problems/2025/finals/problem...</a></p>
]]></description><pubDate>Thu, 18 Sep 2025 00:00:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=45283038</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45283038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45283038</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "Why We Spiral"]]></title><description><![CDATA[
<p>The impact of environment on mental spirals is underrated. I see it clearly in two pickup basketball groups I play with: one where people know your name, greet you warmly, and when you make a mistake they tell you how to improve in a way that makes you think "I can do better" not "I suck." The other is critical, lots of punching down and tense.<p>The key insight: when you're surrounded by people who genuinely create an atmosphere of belonging and want you to succeed, you know their feedback comes from good intentions. This creates a virtuous cycle. You want to take their advice, and once you improve you naturally want to give the same back to others.<p>Reminds me of this Simon Brodkin video perfectly capturing startup energy: <a href="https://www.youtube.com/shorts/q_FmhWARJ7Q" rel="nofollow">https://www.youtube.com/shorts/q_FmhWARJ7Q</a></p>
]]></description><pubDate>Sun, 14 Sep 2025 23:08:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=45244222</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45244222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45244222</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "Oq: Terminal OpenAPI Spec Viewer"]]></title><description><![CDATA[
<p>Looks great. Is it a terminal-based viewer for API specs (like Swagger UI) or a tool for defining APIs that OpenAI can call?</p>
]]></description><pubDate>Sat, 13 Sep 2025 01:20:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=45228492</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45228492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45228492</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "Danish supermarket chain is setting up "Emergency Stores""]]></title><description><![CDATA[
<p>Good idea. Smart that they can withstand 72-hour power issues. 3 days still seems short, but much better than current.<p>I'm with the mormons on this issue, who emphasize preparedness for emergencies. Typically storing up to a year of non-perishable food.</p>
]]></description><pubDate>Fri, 12 Sep 2025 03:17:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=45218351</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45218351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45218351</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "Claude’s memory architecture is the opposite of ChatGPT’s"]]></title><description><![CDATA[
<p>Interesting article! I keep second guessing whether it’s worth it to point out mistakes to the LLM for it to improve in the future.</p>
]]></description><pubDate>Thu, 11 Sep 2025 22:08:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=45216620</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45216620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45216620</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "Cloudflare Radar: AI Insights"]]></title><description><![CDATA[
<p>How is it possible that training is much higher than search for use case?</p>
]]></description><pubDate>Mon, 01 Sep 2025 15:47:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=45093690</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45093690</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45093690</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "I Wasn't Worried About the Fed. Now I Am"]]></title><description><![CDATA[
<p>AI, grounded in high-quality data, could run the Fed more effectively. We often over-defer to officials despite a mixed record on inflation control.</p>
]]></description><pubDate>Wed, 27 Aug 2025 14:21:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=45040123</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45040123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45040123</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "Proposal: AI Content Disclosure Header"]]></title><description><![CDATA[
<p>On platforms like Wordpress these headers are settable via SEO plugins. Many sites will roll these headers forward.</p>
]]></description><pubDate>Wed, 27 Aug 2025 07:09:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45036366</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45036366</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45036366</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python"]]></title><description><![CDATA[
<p>SpaCy was my go to library for NER before GPT 3+. It was 10x better than regex (though you could also include regex within your pipelines.<p>Its annotation tooling was so far ahead. It is still crazy to me that so much of the value in the data annotation space went to Scale AI vs tools like SpaCy that enabled annotation at scale in the enterprise.</p>
]]></description><pubDate>Wed, 27 Aug 2025 00:15:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45033945</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45033945</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45033945</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "Proposal: AI Content Disclosure Header"]]></title><description><![CDATA[
<p>The bigger challenge here is that we already struggle with basic metadata integrity. Sites routinely manipulate creation dates for SEO - I regularly see 5-year-old content timestamped as "published yesterday" to game Google's freshness signals.<p>While this doesn't invalidate the proposal, it does suggest we'd see similar abuse patterns emerge, once this header becomes a ranking factor.</p>
]]></description><pubDate>Wed, 27 Aug 2025 00:02:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=45033848</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45033848</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45033848</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "The Leverage Paradox in AI"]]></title><description><![CDATA[
<p>People dislike the word slop because it sounds harsh.<p>But what’s unique today becomes slop tomorrow, AI or not.<p>Art has meaning. Old buildings feel special because they’re rare. If there were a thousand Golden Gate Bridges, the first wouldn’t stand out, as much.<p>Online, reproduction is trivial. With AI, reproducing items in the physical world will get cheaper.</p>
]]></description><pubDate>Tue, 26 Aug 2025 19:54:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=45031530</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45031530</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45031530</guid></item><item><title><![CDATA[New comment by patrickhogan1 in "The Leverage Paradox in AI"]]></title><description><![CDATA[
<p>Allan Schnaiberg's concept of the treadmill of production where actors are perpetually driven to accumulate capital and expand the market in an effort to maintain relative economic and social position.<p>Interesting that radical abundance may create radical competition to utilize more abundant materials in an effort to maintain relative economic and social position.</p>
]]></description><pubDate>Tue, 26 Aug 2025 19:51:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45031484</link><dc:creator>patrickhogan1</dc:creator><comments>https://news.ycombinator.com/item?id=45031484</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45031484</guid></item></channel></rss>