<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: type4</title><link>https://news.ycombinator.com/user?id=type4</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Apr 2026 18:28:32 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=type4" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by type4 in "GPT-5.5"]]></title><description><![CDATA[
<p>I have a directory of skills that I symlink to Codex/Claude/pi. I make scripts that correspond with them to do any heavy lifting, I avoid platform specific features like Claude's hooks. I also symlink/share a user AGENTS.md/CLAUDE.md<p>MCPs aren't as smooth, but I just set them up in each environment.</p>
]]></description><pubDate>Thu, 23 Apr 2026 19:16:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47880290</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=47880290</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47880290</guid></item><item><title><![CDATA[New comment by type4 in "Codex pricing to align with API token usage, instead of per-message"]]></title><description><![CDATA[
<p>I wish the Chinese would release a model comparable with 5.4 and free me from this pain</p>
]]></description><pubDate>Sun, 05 Apr 2026 18:48:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47652587</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=47652587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47652587</guid></item><item><title><![CDATA[New comment by type4 in "Pi – A minimal terminal coding harness"]]></title><description><![CDATA[
<p>What are people using to cost efficiently use this? I was using a Google Ultra sub which gave enough but that’s gone now.<p>ChatGPT $20/month is alright but I got locked out for a day after a couple hours. Considering the GitHub pro plus plan.</p>
]]></description><pubDate>Wed, 25 Feb 2026 01:34:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47146166</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=47146166</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47146166</guid></item><item><title><![CDATA[Meta Permits Its A.I. Models to Be Used for U.S. Military Purposes]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.nytimes.com/2024/11/04/technology/meta-ai-military.html">https://www.nytimes.com/2024/11/04/technology/meta-ai-military.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42048009">https://news.ycombinator.com/item?id=42048009</a></p>
<p>Points: 114</p>
<p># Comments: 106</p>
]]></description><pubDate>Tue, 05 Nov 2024 02:06:35 +0000</pubDate><link>https://www.nytimes.com/2024/11/04/technology/meta-ai-military.html</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=42048009</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42048009</guid></item><item><title><![CDATA[New comment by type4 in "Ask HN: At what age did you become interested in coding?"]]></title><description><![CDATA[
<p>Maybe when I was 15 or 16, PHP stuff in order to maintain a website. I never really became interested in coding itself, I learned it for practical reasons and I studied it informally (forced myself through some boring books) when I was in my early 20s and wanted to get a real job.</p>
]]></description><pubDate>Sat, 20 Apr 2024 08:51:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=40095854</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=40095854</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40095854</guid></item><item><title><![CDATA[A new galactic superstructure could undo science's theory of the universe]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.ft.com/content/128ea9a2-5544-4e3c-b23b-874d5a9190b0">https://www.ft.com/content/128ea9a2-5544-4e3c-b23b-874d5a9190b0</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39034088">https://news.ycombinator.com/item?id=39034088</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 17 Jan 2024 21:56:42 +0000</pubDate><link>https://www.ft.com/content/128ea9a2-5544-4e3c-b23b-874d5a9190b0</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=39034088</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39034088</guid></item><item><title><![CDATA[New comment by type4 in "A coder considers the waning days of the craft"]]></title><description><![CDATA[
<p>> But taking a bird’s-eye view of what happened that day? A table got a new header. It’s hard to imagine anything more mundane. For me, the pleasure was entirely in the process, not the product.<p>I think that's where I differ from a lot of the artful programmers, I've never found pleasure in a perfect, beautiful solution. I get annoyed when I have to dump hours and hours into something that 'should' be simple! I don't want to spend my time fiddling with layouts, CSS, Oauth handshakes, etc. I want to build stuff and get paid for it, that's how I view my job as well. Less logician and more mechanic.<p>I use ChatGPT as much as I can, to do all I can and then fix the output when it's needed. I view it as a higher level programming language, that spares me from the burden of thinking of low-level details. It's same the reason I code in Python/Javascript rather than C++ or other languages, the goal is to make something of use. That's my goal to stay employed, become one with the language du jour, in the same way I've jumped from PHP to Jquery to React to ...</p>
]]></description><pubDate>Tue, 14 Nov 2023 06:19:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=38259802</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=38259802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38259802</guid></item><item><title><![CDATA[Amazon Cuts Dozens of House Brands as It Battles Costs, Regulators]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.wsj.com/articles/amazon-cuts-dozens-of-house-brands-as-it-battles-costs-regulators-3f6ad56d">https://www.wsj.com/articles/amazon-cuts-dozens-of-house-brands-as-it-battles-costs-regulators-3f6ad56d</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37079438">https://news.ycombinator.com/item?id=37079438</a></p>
<p>Points: 105</p>
<p># Comments: 87</p>
]]></description><pubDate>Thu, 10 Aug 2023 17:53:18 +0000</pubDate><link>https://www.wsj.com/articles/amazon-cuts-dozens-of-house-brands-as-it-battles-costs-regulators-3f6ad56d</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=37079438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37079438</guid></item><item><title><![CDATA[Google DeepMind CEO says some form of AGI possible in a few years]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.wsj.com/articles/google-deepmind-ceo-says-some-form-of-agi-possible-in-a-few-years-2705f452">https://www.wsj.com/articles/google-deepmind-ceo-says-some-form-of-agi-possible-in-a-few-years-2705f452</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35796333">https://news.ycombinator.com/item?id=35796333</a></p>
<p>Points: 190</p>
<p># Comments: 371</p>
]]></description><pubDate>Wed, 03 May 2023 00:51:48 +0000</pubDate><link>https://www.wsj.com/articles/google-deepmind-ceo-says-some-form-of-agi-possible-in-a-few-years-2705f452</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=35796333</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35796333</guid></item><item><title><![CDATA[Nearly three-quarters U.S. millennials live paycheck to paycheck, survey shows]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.cbsnews.com/news/millennials-paycheck-to-paycheck-financial-status/">https://www.cbsnews.com/news/millennials-paycheck-to-paycheck-financial-status/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35755854">https://news.ycombinator.com/item?id=35755854</a></p>
<p>Points: 5</p>
<p># Comments: 3</p>
]]></description><pubDate>Sat, 29 Apr 2023 18:49:24 +0000</pubDate><link>https://www.cbsnews.com/news/millennials-paycheck-to-paycheck-financial-status/</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=35755854</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35755854</guid></item><item><title><![CDATA[Generative AI set to affect 300M jobs across major economies]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.ft.com/content/7dec4483-ad34-4007-bb3a-7ac925643999">https://www.ft.com/content/7dec4483-ad34-4007-bb3a-7ac925643999</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35337065">https://news.ycombinator.com/item?id=35337065</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 28 Mar 2023 07:24:50 +0000</pubDate><link>https://www.ft.com/content/7dec4483-ad34-4007-bb3a-7ac925643999</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=35337065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35337065</guid></item><item><title><![CDATA[At Marc Benioff’s Salesforce, It’s One Big Family–Until Trouble Hits]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.wsj.com/articles/salesforce-layoffs-marc-benioff-ohana-culture-8b3e82c">https://www.wsj.com/articles/salesforce-layoffs-marc-benioff-ohana-culture-8b3e82c</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34979973">https://news.ycombinator.com/item?id=34979973</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 01 Mar 2023 08:20:25 +0000</pubDate><link>https://www.wsj.com/articles/salesforce-layoffs-marc-benioff-ohana-culture-8b3e82c</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=34979973</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34979973</guid></item><item><title><![CDATA[New comment by type4 in "Ask HN: Jobs with Meaning?"]]></title><description><![CDATA[
<p>Tell us more, what do you mean? If it was a dream job why did you feel such a longing?</p>
]]></description><pubDate>Thu, 16 Feb 2023 17:25:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=34821860</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=34821860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34821860</guid></item><item><title><![CDATA[Ask HN: Transitioning from a single EC2 instance to something more resiliant?]]></title><description><![CDATA[
<p>My situation is that I have a Django application that gets a decent amount of traffic, a growing amount. There's some backend stuff that happens on requests in addition to hitting the DB. Postgres/Django/Redis/a bunch of cron jobs are all on one instance and I think it's time to split things off to a more resilient architecture, I'd be screwed if for some reason this thing explodes.<p>It's overwhelming with all the different services and methodologies available, was wondering what people here think the 'best' way to approach this would be.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34615800">https://news.ycombinator.com/item?id=34615800</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Wed, 01 Feb 2023 19:04:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=34615800</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=34615800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34615800</guid></item><item><title><![CDATA[New comment by type4 in "Ask HN: Do you feel psychological safety at your job?"]]></title><description><![CDATA[
<p>Well, could go either way on the healthy/unhealthiness of it. I would argue that it's accurate though. I've had good bosses too! They're not demons, just doing their job. It doesn't change that relation between us though: I'm subject to their whim, for payment. We're not peers, not collaborators, it's a hierarchical relationship of dependence with clear boundaries. I recognize the lines can be more blurred with more layers of management in large corporate structures, when the direct manager is subject to similar pressures that the end-worker is under.</p>
]]></description><pubDate>Mon, 30 Jan 2023 01:19:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=34574747</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=34574747</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34574747</guid></item><item><title><![CDATA[New comment by type4 in "Ask HN: Do you feel psychological safety at your job?"]]></title><description><![CDATA[
<p>Camaraderie is an illusion with management or your boss. We're not comrades, we're their subjects. We can have comradeship with our peers, of course, but that's unlikely to provide a safety net where none of us are unionized.<p>So no, I don't feel safe. I smile and say polite things when they mention how great the company is or how the sales are, or what a great year it will be!(how will any of this benefit me, besides more work) I consider this performative act part of what they pay me for, even if it is very painful. I'm not in a FAANG though, just slumming it.</p>
]]></description><pubDate>Mon, 30 Jan 2023 00:45:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=34574459</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=34574459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34574459</guid></item><item><title><![CDATA[New comment by type4 in "AI chatbots are not a replacement for search engines"]]></title><description><![CDATA[
<p>It seems the only thing that's missing is some type of fact-checking function. The interaction, from a user perspective, is much nicer than sorting through Google results.But the results can be confidentially wrong and if you're not familiar with the subject matter already, you won't really know that.<p>That said, I'm basically using it as a replacement for Google for stuff that isn't up-to-date (code, philosophy) then double checking the output to see how it's wrong.</p>
]]></description><pubDate>Sun, 25 Dec 2022 22:12:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=34131996</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=34131996</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34131996</guid></item><item><title><![CDATA[Amazon’s hardware teams first to face axe as tech giant downsizes]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.ft.com/content/6b42fe66-a376-47ac-abec-d9e7abc4a453">https://www.ft.com/content/6b42fe66-a376-47ac-abec-d9e7abc4a453</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=33823018">https://news.ycombinator.com/item?id=33823018</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 01 Dec 2022 21:25:57 +0000</pubDate><link>https://www.ft.com/content/6b42fe66-a376-47ac-abec-d9e7abc4a453</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=33823018</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33823018</guid></item><item><title><![CDATA[Meta employees prepare for mass job cuts]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.ft.com/content/348068b1-24d9-434b-9ae7-6599027bf84f">https://www.ft.com/content/348068b1-24d9-434b-9ae7-6599027bf84f</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=33527370">https://news.ycombinator.com/item?id=33527370</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 09 Nov 2022 03:58:10 +0000</pubDate><link>https://www.ft.com/content/348068b1-24d9-434b-9ae7-6599027bf84f</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=33527370</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33527370</guid></item><item><title><![CDATA[Amazon shares plummet after dismal sales forecast]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.ft.com/content/21549840-3641-4a36-95c0-efb79b7f0391">https://www.ft.com/content/21549840-3641-4a36-95c0-efb79b7f0391</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=33363755">https://news.ycombinator.com/item?id=33363755</a></p>
<p>Points: 19</p>
<p># Comments: 17</p>
]]></description><pubDate>Thu, 27 Oct 2022 20:43:04 +0000</pubDate><link>https://www.ft.com/content/21549840-3641-4a36-95c0-efb79b7f0391</link><dc:creator>type4</dc:creator><comments>https://news.ycombinator.com/item?id=33363755</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33363755</guid></item></channel></rss>