<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: cshores</title><link>https://news.ycombinator.com/user?id=cshores</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 01 Jun 2026 17:58:01 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cshores" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by cshores in "Peter Thiel Is Building a Parallel Justice System – Powered by AI"]]></title><description><![CDATA[
<p>It will pair well with his Palantir pre-crime division.</p>
]]></description><pubDate>Mon, 20 Apr 2026 16:32:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47836691</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=47836691</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47836691</guid></item><item><title><![CDATA[New comment by cshores in "Global warming has accelerated significantly"]]></title><description><![CDATA[
<p>It will normalize though once everyone is out of a job</p>
]]></description><pubDate>Fri, 06 Mar 2026 19:20:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47279759</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=47279759</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47279759</guid></item><item><title><![CDATA[New comment by cshores in "AI agent opens a PR write a blogpost to shames the maintainer who closes it"]]></title><description><![CDATA[
<p>Worth separating “the algorithm” from “the trained model.” Humans write the architecture + training loop (the recipe), but most of the actual capability ends up in the learned weights after training on a ton of data.<p>Inference is mostly matrix math + a few standard ops, and the behavior isn’t hand-coded rule-by-rule. The “algorithm” part is more like instincts in animals: it sets up the learning dynamics and some biases, but it doesn’t get you very far without what’s learned from experience/data.<p>Also, most “knowledge” comes from pretraining; RL-style fine-tuning mostly nudges behavior (helpfulness/safety/preferences) rather than creating the base capabilities.</p>
]]></description><pubDate>Thu, 12 Feb 2026 15:27:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46989990</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=46989990</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46989990</guid></item><item><title><![CDATA[New comment by cshores in "Scripts I wrote that I use all the time"]]></title><description><![CDATA[
<p>I have a script called catfiles that I store in ~/.local/bin that recursively dumps every source file with an associated file header so I can paste the resulting blob in to Gemini and ChatGPT in order to have a conversation about the changes I would like to make before I send off the resulting prompt to Gemini Code Assist.<p>Heres my script if anyone is interested in as I find it to be incredibly useful.<p>find . -type f \( -name "<i>.tf" -o -name "</i>.tfvars" -o -name "<i>.json" -o -name "</i>.hcl" -o -name "<i>.sh" -o -name "</i>.tpl" -o -name "<i>.yml" -o -name "</i>.yaml" -o -name "<i>.py" -o -name "</i>.md" \) -exec sh -c 'for f; do echo "### FILE: $f ###"; cat "$f"; echo; done' sh {} +</p>
]]></description><pubDate>Thu, 23 Oct 2025 16:31:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=45683838</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=45683838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45683838</guid></item><item><title><![CDATA[New comment by cshores in "Bringing Desktop Linux GUIs to Android: The Next Step in Graphical App Support"]]></title><description><![CDATA[
<p>It’s not even just about that. The real advantage is being able to dock a phone and edit photos or videos shot earlier in the day within a desktop-style environment directly on the device. This removes the need to transfer files to a separate editing system. The phone itself becomes a complete creative workstation that can sync to the cloud whenever needed.</p>
]]></description><pubDate>Fri, 10 Oct 2025 15:44:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=45540262</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=45540262</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45540262</guid></item><item><title><![CDATA[New comment by cshores in "Gemini 3.0 Pro – early tests"]]></title><description><![CDATA[
<p>As of this week you can use gemini-cli with Google AI Pro</p>
]]></description><pubDate>Thu, 02 Oct 2025 20:00:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=45454755</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=45454755</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45454755</guid></item><item><title><![CDATA[New comment by cshores in "Autism should not be seen as single condition with one cause, say scientists"]]></title><description><![CDATA[
<p>Nobody is saying that it is caused by one thing, only that one of the causes are directly attributed by acetaminophen.
This is coming from studies by Johns Hopkins University, Harvard University, and Mount Sinai to name a few.</p>
]]></description><pubDate>Thu, 02 Oct 2025 18:37:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=45453588</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=45453588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45453588</guid></item><item><title><![CDATA[New comment by cshores in "Android users can now use conversational editing in Google Photos"]]></title><description><![CDATA[
<p>You're joking right?  Google is integrating photo editing features that can exist at the point of inception.  It doesn't get more integrated or fit better than that.</p>
]]></description><pubDate>Tue, 23 Sep 2025 19:32:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=45351657</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=45351657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45351657</guid></item><item><title><![CDATA[New comment by cshores in "Charlie Kirk killed at event in Utah"]]></title><description><![CDATA[
<p>because its true</p>
]]></description><pubDate>Thu, 18 Sep 2025 02:36:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=45284509</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=45284509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45284509</guid></item><item><title><![CDATA[New comment by cshores in "Alibaba's new AI chip: Key specifications comparable to H20"]]></title><description><![CDATA[
<p>The Chinese state operates the country much like a vast conglomerate, inheriting many of the drawbacks of a massive corporation. When top leadership imposes changes in tools or systems without giving engineers the opportunity to run proof-of-concept trials and integration tests to validate feasibility, problems like these inevitably arise.</p>
]]></description><pubDate>Wed, 17 Sep 2025 17:37:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=45278913</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=45278913</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45278913</guid></item><item><title><![CDATA[New comment by cshores in "Alibaba's new AI chip: Key specifications comparable to H20"]]></title><description><![CDATA[
<p>Everything in china is a copy though.  Even your example TikTok is a Vine clone</p>
]]></description><pubDate>Wed, 17 Sep 2025 17:33:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=45278869</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=45278869</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45278869</guid></item><item><title><![CDATA[New comment by cshores in "Shipping textures as PNGs is suboptimal"]]></title><description><![CDATA[
<p>Developers should revisit using indexed color formats so they only map the colors that they are using within the texture rather than an entire 32bit color space.  This coupled with compression would greatly reduce the amount of ram and disk space that each texture consumes.</p>
]]></description><pubDate>Sun, 07 Sep 2025 05:31:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=45155657</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=45155657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45155657</guid></item><item><title><![CDATA[New comment by cshores in "Let us git rid of it, angry GitHub users say of forced Copilot features"]]></title><description><![CDATA[
<p>I’m not entirely sure, since it seems that a very slimmed-down version of Gemini has been attached to search. It’s definitely not the full Gemini 2.5-Pro that engineers use to carefully reason through answers. Instead, it relies mostly on tool calling to stitch together a response.</p>
]]></description><pubDate>Sat, 06 Sep 2025 21:15:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45152908</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=45152908</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45152908</guid></item><item><title><![CDATA[New comment by cshores in "Let us git rid of it, angry GitHub users say of forced Copilot features"]]></title><description><![CDATA[
<p>I did a bit of research on the environmental impact with regards to the United States. Recent numbers suggest that ChatGPT handles about 2.5 billion prompts per day worldwide, with roughly 330 million of those coming from the United States. Since the U.S. population is about 335 million, that works out to about one prompt per person per day on average, though actual users issue several times more.<p>On the energy side, Google recently estimated that an average Gemini inference consumes around 0.24 Wh, which is roughly the same as running a microwave for a single second. Older rule-of-thumb comparisons put the figure closer to 3–6 seconds of microwave use, or about 0.8–1.7 Wh per prompt. If you apply those numbers to U.S. usage, you get somewhere between 79 MWh and 550 MWh per day nationally, which translates to only a few to a few dozen megawatts of continuous load. Spread across the population, that works out to between 0.09 and 0.6 kWh per person per year — just pennies worth of electricity, comparable to a few minutes of running a clothes dryer. The bigger concern for the grid is not individual prompts but the growth of AI data centers and the energy cost of training ever-larger models.</p>
]]></description><pubDate>Sat, 06 Sep 2025 21:12:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=45152882</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=45152882</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45152882</guid></item><item><title><![CDATA[New comment by cshores in "Let us git rid of it, angry GitHub users say of forced Copilot features"]]></title><description><![CDATA[
<p>I generally agree, but I think there is a real disconnect. Middle and upper management often do not understand how developers and engineers are actually supposed to use these tools.<p>For example, I work in operations, so most of what I touch is bash, Ansible, Terraform, GitHub workflows and actions, and some Python. Recently, our development team demonstrated a proposed strategy to use GitHub Copilot: assign it a JIRA ticket, let it generate code within our repos, and then have it automatically come back with a pull request.<p>That approach makes sense if you are building web or client-side applications. My team, however, focuses on infrastructure configuration code. It is software in the sense that we are managing discrete components that interact, but not in a way where you can simply hand off a task, run tests, and expect a PR to appear.<p>Large language models are more like asking a genie. Even if you give perfectly clear instructions, the result is often not exactly what you wanted. That is why I use Copilot and Gemini Code Assist in VS Code as assistive tools. I guide them step by step, and when they go off track, I can nudge them back in the right direction.<p>To me, that highlights the gap between management’s expectations and the reality of how these tools actually work in practice.</p>
]]></description><pubDate>Sat, 06 Sep 2025 17:18:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45151108</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=45151108</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45151108</guid></item><item><title><![CDATA[New comment by cshores in "Let us git rid of it, angry GitHub users say of forced Copilot features"]]></title><description><![CDATA[
<p>For Google's Gemini LLM, the energy impact is negligible, with the average prompt consuming the equivalent energy of just three seconds of a microwave's operation.</p>
]]></description><pubDate>Sat, 06 Sep 2025 17:06:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=45150987</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=45150987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45150987</guid></item><item><title><![CDATA[New comment by cshores in "Cognition (Devin AI) to Acquire Windsurf"]]></title><description><![CDATA[
<p>Windsurf screwed OpenAI from the sound of it.</p>
]]></description><pubDate>Mon, 14 Jul 2025 19:39:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=44564406</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=44564406</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44564406</guid></item><item><title><![CDATA[New comment by cshores in "Cognition (Devin AI) to Acquire Windsurf"]]></title><description><![CDATA[
<p>[flagged]</p>
]]></description><pubDate>Mon, 14 Jul 2025 19:17:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=44564180</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=44564180</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44564180</guid></item><item><title><![CDATA[New comment by cshores in "US Administration announces 34% tariffs on China, 20% on EU"]]></title><description><![CDATA[
<p>Trump is going at this with a big ask.  I anticipate that these percentage numbers will settle much lower in the end.</p>
]]></description><pubDate>Thu, 03 Apr 2025 14:15:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=43570018</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=43570018</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43570018</guid></item><item><title><![CDATA[New comment by cshores in "USDA fired officials working on bird flu, now trying to rehire them"]]></title><description><![CDATA[
<p>Yeah that's what I thought.  You couldn't rebutle any of it.</p>
]]></description><pubDate>Thu, 20 Feb 2025 16:45:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=43116936</link><dc:creator>cshores</dc:creator><comments>https://news.ycombinator.com/item?id=43116936</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43116936</guid></item></channel></rss>