<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: pineconewarrior</title><link>https://news.ycombinator.com/user?id=pineconewarrior</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 02:44:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=pineconewarrior" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by pineconewarrior in "Deleting 50k Lines of Code in 3 Days"]]></title><description><![CDATA[
<p>Common? Perhaps in less than ideal or legacy situations. Best practice, definitely not.<p>A lot of website projects I have worked on in the past included composer or node dependencies in the repository. It really slows down the whole git system.</p>
]]></description><pubDate>Thu, 14 Dec 2023 12:58:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=38640826</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=38640826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38640826</guid></item><item><title><![CDATA[New comment by pineconewarrior in "Oink's Pink Palace"]]></title><description><![CDATA[
<p>I miss OiNK, Waffles, and What so dearly. Music has never been the same for me since.</p>
]]></description><pubDate>Thu, 16 Nov 2023 13:29:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=38289266</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=38289266</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38289266</guid></item><item><title><![CDATA[New comment by pineconewarrior in "4K4D: Real-Time 4D View Synthesis at 4K Resolution"]]></title><description><![CDATA[
<p>Incredible!<p>How many cameras does this method require? As far as I can tell from the paper it still generates from multi-view source data. I can't say for sure but it seems like a large number from what I can parse as a layman.</p>
]]></description><pubDate>Wed, 18 Oct 2023 01:37:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=37923891</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=37923891</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37923891</guid></item><item><title><![CDATA[New comment by pineconewarrior in "Detroit man steals 800 gallons using Bluetooth to hack gas pumps at station"]]></title><description><![CDATA[
<p>It's a local news piece so it's not meant for a technical audience. That's why they lead with the typical "random bystander" quotation.</p>
]]></description><pubDate>Tue, 03 Oct 2023 16:44:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=37754290</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=37754290</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37754290</guid></item><item><title><![CDATA[New comment by pineconewarrior in "I applied to 250 jobs and timed how long each one took"]]></title><description><![CDATA[
<p>Workday is not great for applicants either. Maybe the back-end is nice?</p>
]]></description><pubDate>Tue, 03 Oct 2023 16:37:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=37754199</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=37754199</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37754199</guid></item><item><title><![CDATA[New comment by pineconewarrior in "Show HN: A JavaScript function that looks and behaves like a pipe operator"]]></title><description><![CDATA[
<p>Gulp[1] and node streams sortof do this<p><pre><code>  gulp.src(config.src)
    .pipe(uglify())
    .pipe(gulp.dest(config.dest))
    .pipe(size());

</code></pre>
[1] <a href="https://www.npmjs.com/package/gulp" rel="nofollow noreferrer">https://www.npmjs.com/package/gulp</a></p>
]]></description><pubDate>Wed, 27 Sep 2023 16:36:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=37677260</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=37677260</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37677260</guid></item><item><title><![CDATA[New comment by pineconewarrior in "Apple will charge way less to fix cracked back glass on an iPhone 15 Pro"]]></title><description><![CDATA[
<p>As would I, but watching the clip makes it pretty clear that the 15 is easier to damage (in this way) than previous models.</p>
]]></description><pubDate>Mon, 25 Sep 2023 13:22:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=37643349</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=37643349</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37643349</guid></item><item><title><![CDATA[New comment by pineconewarrior in "Discussing CNET’s content-pruning to improve SEO ranking"]]></title><description><![CDATA[
<p>Yes, sortof. 'Crawl budget' issues.</p>
]]></description><pubDate>Sun, 13 Aug 2023 17:56:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=37112313</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=37112313</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37112313</guid></item><item><title><![CDATA[New comment by pineconewarrior in "Show HN: Phind V2 – A GPT-4 agent that’s connected to the internet and your code"]]></title><description><![CDATA[
<p>Is there any chance you'll create Intellij / IDEA extensions?</p>
]]></description><pubDate>Mon, 07 Aug 2023 17:53:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=37038030</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=37038030</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37038030</guid></item><item><title><![CDATA[New comment by pineconewarrior in "Successful room temperature ambient-pressure magnetic levitation of LK-99"]]></title><description><![CDATA[
<p>I tried searching this strange string of nouns but was met with some strange results.<p>What are you referencing?</p>
]]></description><pubDate>Fri, 04 Aug 2023 14:57:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=37000913</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=37000913</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37000913</guid></item><item><title><![CDATA[New comment by pineconewarrior in "Recreate the cavity-preventing GMO bacteria BCS3-L1 from precursor"]]></title><description><![CDATA[
<p>The bacteria which cause cavities also evolved alongside us. The problem worsened as we introduced more food for the bacteria (from the agrarian diet).</p>
]]></description><pubDate>Thu, 13 Jul 2023 01:07:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=36703869</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=36703869</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36703869</guid></item><item><title><![CDATA[New comment by pineconewarrior in "Ask HN: What tech newsletters are you currently subscribing to?"]]></title><description><![CDATA[
<p><a href="https://sidebar.io/" rel="nofollow noreferrer">https://sidebar.io/</a><p>Mostly for front-end web but its quite useful.</p>
]]></description><pubDate>Mon, 10 Jul 2023 19:56:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=36672087</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=36672087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36672087</guid></item><item><title><![CDATA[New comment by pineconewarrior in "Samsung Foundry Tracking 2nm In 2025"]]></title><description><![CDATA[
<p>It's dang easy on Mac. You just hit alt + the key it looks similar to.<p>Å = opt (AKA alt) + shift + a</p>
]]></description><pubDate>Sat, 01 Jul 2023 05:16:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=36546854</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=36546854</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36546854</guid></item><item><title><![CDATA[New comment by pineconewarrior in "Docker Acquires Mutagen"]]></title><description><![CDATA[
<p>I use it with ddev for local development.<p><a href="https://ddev.readthedocs.io/" rel="nofollow noreferrer">https://ddev.readthedocs.io/</a></p>
]]></description><pubDate>Tue, 27 Jun 2023 19:21:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=36497458</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=36497458</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36497458</guid></item><item><title><![CDATA[New comment by pineconewarrior in "I post when browser makers announce their intent to ship features in web engines"]]></title><description><![CDATA[
<p>Subgrid is going to be so nice to have. Layouts that designers consider 'obvious' will be trivial to implement. No more hackery to make nested elements vertically align.</p>
]]></description><pubDate>Wed, 21 Jun 2023 13:47:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=36418389</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=36418389</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36418389</guid></item><item><title><![CDATA[New comment by pineconewarrior in "The end of Reddit? Why the blackout is still going – and what happens next"]]></title><description><![CDATA[
<p>Likewise. I made all of my comment history into gibberish as well!</p>
]]></description><pubDate>Wed, 14 Jun 2023 15:30:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=36327460</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=36327460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36327460</guid></item><item><title><![CDATA[New comment by pineconewarrior in "Reddit stripping moderators of rights and forcing subreddits to go public"]]></title><description><![CDATA[
<p>This is the nail in the coffin for me. I can't support Reddit as a platform until there is a clear change of heart (and leadership).</p>
]]></description><pubDate>Tue, 13 Jun 2023 20:57:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=36317185</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=36317185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36317185</guid></item><item><title><![CDATA[New comment by pineconewarrior in "MacBook Pro featuring M2 Pro and M2 Max"]]></title><description><![CDATA[
<p>M2 Pro supports 3, M2 supports 2</p>
]]></description><pubDate>Tue, 17 Jan 2023 16:14:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=34414312</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=34414312</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34414312</guid></item><item><title><![CDATA[New comment by pineconewarrior in "For Want of a JOIN"]]></title><description><![CDATA[
<p>I took several classes on it and I still didn't really 'get' it until I had to work on challenging problems in the real world. Granted, my education was not great quality overall.</p>
]]></description><pubDate>Thu, 22 Dec 2022 14:01:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=34093283</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=34093283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34093283</guid></item><item><title><![CDATA[New comment by pineconewarrior in "Xbrowsersync – open-source Bookmark Synching"]]></title><description><![CDATA[
<p>I use bookmarks to enhance this. I save a page and then rename the bookmark to some letter codes, for hackernews it's "hn: Hacker News", which makes typing "hn" bring up the bookmark no matter how cluttered, or recently cleared, my browser history becomes.</p>
]]></description><pubDate>Thu, 22 Dec 2022 13:51:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=34093185</link><dc:creator>pineconewarrior</dc:creator><comments>https://news.ycombinator.com/item?id=34093185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34093185</guid></item></channel></rss>