<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: thisissomething</title><link>https://news.ycombinator.com/user?id=thisissomething</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 20 Jun 2026 16:53:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=thisissomething" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by thisissomething in "Engineers who dismiss AI"]]></title><description><![CDATA[
<p>It really depends on how you use it. I really like using AI for prototyping new ideas (it can run on the background while I work on the main project) and for getting the boring grunt work (such as creating CRUD endpoints on a RESTful API) out of the way. Leaving me more time to focus on the code that really is challenging and need a deeper understanding of the business or the system as a whole.</p>
]]></description><pubDate>Fri, 19 Dec 2025 13:36:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46325691</link><dc:creator>thisissomething</dc:creator><comments>https://news.ycombinator.com/item?id=46325691</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46325691</guid></item><item><title><![CDATA[New comment by thisissomething in "Engineers who dismiss AI"]]></title><description><![CDATA[
<p>> how can I utilize AI without degenerating my own abilities?<p>Couldn't the same statement, to some extent, be applied to using a sorting lib instead of writing your own sorting algorithm? Or how about using a language like python instead of manually handling memory allocation and garbage collection in C?<p>> What I want above all is AI that helps me become better at my job and continue to build skills and knowledge<p>So far, on my experience, the quality of what AI outputs is directly related to the quality of the input. I've seen some AI projects made by junior devs that a incredibly messy and confusing architecture, despite they using the same language and LLM model that I use? The main difference? The AI work was based on the patterns and architecture that I designed thanks to my knowledge, which also happens to ensure that the AI will produce less buggy software.</p>
]]></description><pubDate>Fri, 19 Dec 2025 13:27:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46325597</link><dc:creator>thisissomething</dc:creator><comments>https://news.ycombinator.com/item?id=46325597</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46325597</guid></item><item><title><![CDATA[New comment by thisissomething in "Engineers who dismiss AI"]]></title><description><![CDATA[
<p>AI is a tool. As every other tool under the sun, it has strengths and weaknesses, it's our job, as software engineers to try it out and understand when/how to use it on our workflows, or if if fits our use cases at all.<p>If you disagree with the above statement, try replacing "AI" with "Docker", "Kubernetes", "Microservices architecture", "NoSQL", or any other tool/language/paradigm that was widely adopted in the software development industry until people realized it's awesome for some scenarios but not a be-all and end-all solution.</p>
]]></description><pubDate>Fri, 19 Dec 2025 13:21:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46325530</link><dc:creator>thisissomething</dc:creator><comments>https://news.ycombinator.com/item?id=46325530</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46325530</guid></item><item><title><![CDATA[New comment by thisissomething in "For all that's holy, can you just leverage the web, please?"]]></title><description><![CDATA[
<p>> This must be the case for so many discarded appliances these days, especially underengineered ones with common issues.<p>While it's true that lots of those old appliances are easily fixable, depending on how old they are it's better to replace due to other factors.<p>I just recently replaced my 10 years old washing machine instead of fixing it. I was absolutely surprised by the difference. The newer one uses less electricity, less water, washes and dries in half the time, and is absolutely silent.<p>I only hope it lasts as long as the old one.</p>
]]></description><pubDate>Wed, 03 Sep 2025 16:50:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=45117968</link><dc:creator>thisissomething</dc:creator><comments>https://news.ycombinator.com/item?id=45117968</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45117968</guid></item><item><title><![CDATA[New comment by thisissomething in "Cloudlflare builds OAuth with Claude and publishes all the prompts"]]></title><description><![CDATA[
<p>Yeah, but how fast can you write compared to how fast you think?<p>How many times have you read a story card and by the time you finished reading it you thought "It's an easy task, should take me 1 hour of work to write the code and tests"?<p>In my experience, in most of those cases the AI can do the same amount of code writing in under 10 minutes, leaving me the other 50 minutes to review the code, make/ask for any necessary adjustments, and move on to another task.</p>
]]></description><pubDate>Tue, 03 Jun 2025 12:46:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=44169397</link><dc:creator>thisissomething</dc:creator><comments>https://news.ycombinator.com/item?id=44169397</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44169397</guid></item><item><title><![CDATA[New comment by thisissomething in "Cloudlflare builds OAuth with Claude and publishes all the prompts"]]></title><description><![CDATA[
<p>Completely agree with you. I was working on the front-end of an application and I prompted Claude the following: "The endpoint /foo/bar is returning the json below ##json goes here##, show this as cards inside the component FooBaz following the existing design system".<p>In less than 5 minutes Claude created code that:
- encapsulated the api call
- modeled the api response using Typescript
- created a re-usable and responsive ui component for the card (including a load state)
- included it in the right part of the page<p>Even if I typed at 200wpm I couldn't produce that much code from such a simple prompt.<p>I also had similar experiences/gains refactoring back-end code.<p>This being said, there are cases in which writing the code yourself is faster than writing a detailed enough prompt, BUT those cases are becoming exception with new LLM iteration. I noticed that after the jump from Claude 3.7 to Claude 4 my prompts can be way less technical.</p>
]]></description><pubDate>Tue, 03 Jun 2025 12:40:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=44169348</link><dc:creator>thisissomething</dc:creator><comments>https://news.ycombinator.com/item?id=44169348</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44169348</guid></item><item><title><![CDATA[New comment by thisissomething in "Brazil's government-run payments system has become dominant"]]></title><description><![CDATA[
<p>With everything that Pix offers but WhatsApp Pay doesn't, I don't think WhatsApp Pay would hold a candle even if it were launched before.</p>
]]></description><pubDate>Tue, 08 Apr 2025 12:59:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=43621247</link><dc:creator>thisissomething</dc:creator><comments>https://news.ycombinator.com/item?id=43621247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43621247</guid></item><item><title><![CDATA[New comment by thisissomething in "Brazil's government-run payments system has become dominant"]]></title><description><![CDATA[
<p>>  there's no FLOSS app (AFAIK) to use it.<p>Does this mean that you also don't use your bank Android/iPhone APP? So your entire financial life is handled via a browser?</p>
]]></description><pubDate>Tue, 08 Apr 2025 12:57:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=43621225</link><dc:creator>thisissomething</dc:creator><comments>https://news.ycombinator.com/item?id=43621225</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43621225</guid></item><item><title><![CDATA[New comment by thisissomething in "I genuinely don't understand why some people are still bullish about LLMs"]]></title><description><![CDATA[
<p>What changed my point of view regarding LLMs was when I realized how crucial context is in increasing output quality.<p>Treat the AI as a freelancer working on your project. How would you ask a freelancer to create a Kanban system for you? By simply asking "Create a Kanban system", or by providing them a 2-3 pages document describing features, guidelines, restrictions, requirements, dependencies, design ethos, etc?<p>Which approach will get you closer to your objective?<p>The same applies to LLM (when it comes to code generation). When well instructed, it can quickly generate a lot of working code, and apply the necessary fixes/changes you request inside that same context window.<p>It still can't generate senior-level code, but it saves hours when doing grunt work or prototyping ideas.<p>"Oh, but the code isn't perfect".<p>Nor is the code of the average jr dev, but their codes still make it to production in thousands of companies around the world.</p>
]]></description><pubDate>Fri, 28 Mar 2025 13:37:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=43505300</link><dc:creator>thisissomething</dc:creator><comments>https://news.ycombinator.com/item?id=43505300</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43505300</guid></item><item><title><![CDATA[New comment by thisissomething in "I genuinely don't understand why some people are still bullish about LLMs"]]></title><description><![CDATA[
<p>"How to ask for it" is the most important part. As soon as you realize that you have to provide the AI with CONTEXT and clear instructions (you know, like a top-notch story card on a scrum board), the quality and assertiveness of the results increase a LOT.<p>Yes, it WON'T produce senior-level code for complex tasks, but it's great at tackling down junior to mid-level code generation/refactoring, with minor adjustments (just like a code review).<p>So, it's basically the same thing as having a freelancer jr dev at your disposal, but it can generate working code in 5 min instead of 5 hours.</p>
]]></description><pubDate>Fri, 28 Mar 2025 13:27:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=43505203</link><dc:creator>thisissomething</dc:creator><comments>https://news.ycombinator.com/item?id=43505203</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43505203</guid></item><item><title><![CDATA[New comment by thisissomething in "I genuinely don't understand why some people are still bullish about LLMs"]]></title><description><![CDATA[
<p>It really depends on what you're trying to achieve.<p>I was trying to prototype a system and created a one-pager describing the main features, objectives, and restrictions. This took me about 45 minutes.<p>Then I feed it into Claude and asked to develop said system. It spent the next 15 minutes outputting file after file.<p>Then I ran "npm install" followed by "npm run" and got a "fully" (API was mocked) functional, mobile-friendly, and well documented system in just an hour of my time.<p>It'd have taken me an entire day of work to reach the same point.</p>
]]></description><pubDate>Fri, 28 Mar 2025 13:22:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=43505145</link><dc:creator>thisissomething</dc:creator><comments>https://news.ycombinator.com/item?id=43505145</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43505145</guid></item><item><title><![CDATA[New comment by thisissomething in "Apple Invites"]]></title><description><![CDATA[
<p>This is definitely what happened in Brazil.<p>When Whatsapp launched, SMS still wasn't free, the exception being some carriers that offered "free" SMS to numbers of the same carrier if the sender was on a premium coverage plan. In sum, majority of the population was still paying $0,10-$0,20 despite already having data plans. So it was an easy win for WhatsApp.</p>
]]></description><pubDate>Wed, 05 Feb 2025 13:32:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=42948221</link><dc:creator>thisissomething</dc:creator><comments>https://news.ycombinator.com/item?id=42948221</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42948221</guid></item><item><title><![CDATA[New comment by thisissomething in "How WhatsApp for business changed the world"]]></title><description><![CDATA[
<p>I believe he meant that you (personal account) can use this feature to protect yourself from scam companies using Whatsapp Business to "cold call" you</p>
]]></description><pubDate>Wed, 11 Dec 2024 17:25:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=42390233</link><dc:creator>thisissomething</dc:creator><comments>https://news.ycombinator.com/item?id=42390233</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42390233</guid></item><item><title><![CDATA[New comment by thisissomething in "Evolving my ergonomic setup (or, my laptop with extra steps)"]]></title><description><![CDATA[
<p>ahahahahh, good catch. small oopsie from a non-native speaker.</p>
]]></description><pubDate>Wed, 11 Dec 2024 17:21:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=42390175</link><dc:creator>thisissomething</dc:creator><comments>https://news.ycombinator.com/item?id=42390175</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42390175</guid></item><item><title><![CDATA[New comment by thisissomething in "Evolving my ergonomic setup (or, my laptop with extra steps)"]]></title><description><![CDATA[
<p>>  This is often not obvious, because the muscle you need to reinforce / train are often not actually the one hurting.<p>As someone who has done physical therapy for different issues, this is spot on. Lower back issues were actually due to weak hamstrings, and ankle issues due to weak calves.<p>Doing daily mobility and strength exercises as part of my mourning routine improved my health as a whole. A couple months in, and all random aches, pains, and soreness that i'd feel upon waking up or during the day were simply gone. And it only takes me 30 minutes a day. It's a pretty awesome alternative to doom scrolling.</p>
]]></description><pubDate>Wed, 11 Dec 2024 12:17:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=42387005</link><dc:creator>thisissomething</dc:creator><comments>https://news.ycombinator.com/item?id=42387005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42387005</guid></item></channel></rss>