<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: coffeecoders</title><link>https://news.ycombinator.com/user?id=coffeecoders</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 10 Aug 2026 10:49:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=coffeecoders" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by coffeecoders in "My server is a phone now"]]></title><description><![CDATA[
<p>It only makes sense if we are measuring raw capability per dollar. Once you factor in noise, physical size, idle power, battery etc, I think the calculation changes.<p>For a home sever that's mostly idle, it is almost like commuting in a pickup truck.</p>
]]></description><pubDate>Sun, 09 Aug 2026 01:17:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=49227478</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=49227478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49227478</guid></item><item><title><![CDATA[New comment by coffeecoders in "LinkedIn Feed Blocker"]]></title><description><![CDATA[
<p>Just add this to uBlock origin:<p>```
linkedin.com##main#workspace section:has(div[componentkey*="container-update-list_mainFeed-lazy"])
```</p>
]]></description><pubDate>Sat, 08 Aug 2026 18:28:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49224479</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=49224479</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49224479</guid></item><item><title><![CDATA[New comment by coffeecoders in "We need tech news sources which exclude AI"]]></title><description><![CDATA[
<p>I think the problem is concentration. AI now absorbs almost all of the oxygen from every category. A story about new chips becomes an AI story. Cloud pricing becomes an AI story. Even personal projects get pulled into the same orbit.</p>
]]></description><pubDate>Mon, 29 Jun 2026 01:20:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48713661</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=48713661</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48713661</guid></item><item><title><![CDATA[New comment by coffeecoders in "I used Claude Code to get a second opinion on my MRI"]]></title><description><![CDATA[
<p>I need this but for dentists.</p>
]]></description><pubDate>Mon, 29 Jun 2026 01:13:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48713613</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=48713613</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48713613</guid></item><item><title><![CDATA[New comment by coffeecoders in "F3"]]></title><description><![CDATA[
<p>If I am archiving PBs of data for 10+ years, I don't want to rely on a WASM interpreter being available and performant in the future just to read a file. I want a dead-simple, heavily documented byte specification like Parquet.<p>Additionally, putting the decoding logic inside an WASM binary introduces an active execution layer into what should be a cold storage.</p>
]]></description><pubDate>Tue, 23 Jun 2026 17:50:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48648622</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=48648622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48648622</guid></item><item><title><![CDATA[New comment by coffeecoders in "Loupe – A iOS app that raises awareness about what native apps can see"]]></title><description><![CDATA[
<p>It's a selection bias issue. The categories you have listed are essentially web services wrapped in an app shell. Of course they need the internet. Consider these examples:<p>- Photo/Video editors - Snapsheed, Lightroom, Video trimmers etc.<p>- Document readers & scanners - PDF viewers, e-readers, OCR scanners<p>- Note taking - Obsidian<p>- File/Password managers - Authenticators etc.<p>- Single player games - Chess, puzzles etc.<p>- Audio/Video players - VLC players<p>We've just become conditioned to accept that every app needs to phone home for tracking and ad-delivery.</p>
]]></description><pubDate>Sun, 21 Jun 2026 20:12:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48622190</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=48622190</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48622190</guid></item><item><title><![CDATA[New comment by coffeecoders in "Loupe – A iOS app that raises awareness about what native apps can see"]]></title><description><![CDATA[
<p>This is excellent. Seeing this makes me appreciate how much visual awareness tools like this are needed.<p>I built something similar, for the web. <a href="https://neberej.github.io/exposedbydefault/" rel="nofollow">https://neberej.github.io/exposedbydefault/</a><p>Github: <a href="https://github.com/neberej/exposedbydefault" rel="nofollow">https://github.com/neberej/exposedbydefault</a></p>
]]></description><pubDate>Sun, 21 Jun 2026 05:01:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48615833</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=48615833</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48615833</guid></item><item><title><![CDATA[New comment by coffeecoders in "AI is code – and can't be prompted into being smarter"]]></title><description><![CDATA[
<p>We (software engineers) get better outcomes from the same algorithms by improving data flow, constraints, instrumentation etc. (Better) prompting, retrieval, context engineering etc seem like the LLM equivalents.<p>The model weights haven't changed but the system is making more use of the capabilities already present in the model.</p>
]]></description><pubDate>Sun, 14 Jun 2026 22:40:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48533700</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=48533700</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48533700</guid></item><item><title><![CDATA[New comment by coffeecoders in "Ask HN: What are you working on? (June 2026)"]]></title><description><![CDATA[
<p>I've been spending my time away from screens, on woodworking, mostly small projects like plant pot holders.<p>One thing I've learned is how hard it is to get things perfectly aligned.</p>
]]></description><pubDate>Sun, 14 Jun 2026 21:00:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48532649</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=48532649</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48532649</guid></item><item><title><![CDATA[New comment by coffeecoders in "Show HN: Kage – Shadow any website to a single binary for offline viewing"]]></title><description><![CDATA[
<p>I've accumulated a bunch of old website archives over the years. The funny thing is the ugly HTML dumps have been more useful than the "perfect" archive.<p>It's one of the reasons I've become a bigger fan of RSS over time. A feed from 10-ish years ago is often more usable today than a carefully preserved (application) website.</p>
]]></description><pubDate>Sun, 14 Jun 2026 20:53:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48532556</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=48532556</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48532556</guid></item><item><title><![CDATA[New comment by coffeecoders in "Ask HN: What is your (AI) dev tech stack / workflow?"]]></title><description><![CDATA[
<p>I've shifted to a "slow code" approach with AI, treating it more like a design partner than a code generator.<p>I mostly do TDD with TypeScript. I write the test, write the code myself (sometimes with the help of LLM), and then hand it to the LLM. Instead of asking it to write things for me, I use it to find edge cases, check if it's leak-proof, and verify efficiency.<p>For architecture questions, I debate with it for a while. I almost never ask for code without conversing 4-5 times first to push back on its assumptions. It's the best rubber-ducking partner I've had.<p>Personal plug: I wrote more about why/how I use AI to write slow, better code on my blog: <a href="https://nabraj.com/blog/ai-write-slow-better-code" rel="nofollow">https://nabraj.com/blog/ai-write-slow-better-code</a></p>
]]></description><pubDate>Fri, 05 Jun 2026 17:05:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48415342</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=48415342</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48415342</guid></item><item><title><![CDATA[New comment by coffeecoders in "Ask HN: Who wants to be hired? (June 2026)"]]></title><description><![CDATA[
<p>Me: Senior Full-Stack Engineer with 10+ years of experience building high-traffic web applications and scalable backend systems. I've worked exclusively with US-based companies.<p>My blog: nabraj(dot)com<p>Looking for: Senior full-stack, backend, or platform engineering roles.<p>Location: Vancouver, BC, Canada. Open to remote US opportunities.<p>Tech: TypeScript/JavaScript, Python, React, Next.js, Node.js, GraphQL, PostgreSQL, MongoDB, Kafka, RabbitMQ.<p>Email: ntemail@protonmail.com</p>
]]></description><pubDate>Mon, 01 Jun 2026 17:14:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48359725</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=48359725</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48359725</guid></item><item><title><![CDATA[New comment by coffeecoders in "Gemini 3.5 Flash"]]></title><description><![CDATA[
<p>That pelican looks like it lost 100k on NFTs and now runs a paid stock-trading group.</p>
]]></description><pubDate>Tue, 19 May 2026 23:43:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48201182</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=48201182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48201182</guid></item><item><title><![CDATA[New comment by coffeecoders in "Tell HN: I'm 60 years old. Claude Code has re-ignited a passion"]]></title><description><![CDATA[
<p>This is the reason. I have just been vibe-coding my way for a few months now, got almost all the tools (except Browser and Mail) that I use daily, designed by me (with the help of LLM).</p>
]]></description><pubDate>Sat, 07 Mar 2026 03:35:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47284234</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=47284234</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47284234</guid></item><item><title><![CDATA[New comment by coffeecoders in "Tell HN: YC companies scrape GitHub activity, send spam emails to users"]]></title><description><![CDATA[
<p>For me, its those Who's hiring or Who wants to get hired posts. I used a throwaway email once and got emails about SEO and AI projects.<p>I don’t engage. I mark as spam, block the sender/domain, and move on.</p>
]]></description><pubDate>Thu, 26 Feb 2026 18:11:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47169749</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=47169749</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47169749</guid></item><item><title><![CDATA[New comment by coffeecoders in "Windows 11 Notepad to support Markdown"]]></title><description><![CDATA[
<p>I built a tiny Notepad clone in ~5 minutes using an LLM: open/save, plain text, no surprises.<p>Lately I've been doing the same for other small utilities. Roughly half the little tools I use are ones I generated and kept because they’re predictable and easy to audit.<p>The point isn't replacing built-ins; it's reducing dependence on shifting defaults. I want to care less about what the software/os vendor changes this time.</p>
]]></description><pubDate>Wed, 25 Feb 2026 22:06:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47158697</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=47158697</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47158697</guid></item><item><title><![CDATA[New comment by coffeecoders in "Is Show HN dead? No, but it's drowning"]]></title><description><![CDATA[
<p>Slightly related, I have been writing all my local tools with the help of AIs.<p><a href="https://news.ycombinator.com/item?id=47006108">https://news.ycombinator.com/item?id=47006108</a></p>
]]></description><pubDate>Tue, 17 Feb 2026 21:22:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47053546</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=47053546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47053546</guid></item><item><title><![CDATA[New comment by coffeecoders in "Meta to retire messenger desktop app and messenger.com in April 2026"]]></title><description><![CDATA[
<p>Why not install just the Messenger app? I never install Facebook app, but I keep Messenger app to chat with my college peeps.</p>
]]></description><pubDate>Tue, 17 Feb 2026 21:19:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47053511</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=47053511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47053511</guid></item><item><title><![CDATA[New comment by coffeecoders in "Ooh.directory: a place to find good blogs that interest you"]]></title><description><![CDATA[
<p>I am a fan of <a href="https://blogs.hn/" rel="nofollow">https://blogs.hn/</a>. It is mostly HN-like content, but I visit it daily. I wish there was a "new" view though.</p>
]]></description><pubDate>Sat, 14 Feb 2026 16:08:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47015586</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=47015586</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47015586</guid></item><item><title><![CDATA[New comment by coffeecoders in "When Software Drifts, Build Your Own"]]></title><description><![CDATA[
<p>Agree on that. HN is a good example of resisting that pull. It hasn’t optimized for engagement loops.<p>Credit to @dang and the moderation team for keeping it that way.</p>
]]></description><pubDate>Fri, 13 Feb 2026 20:26:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47007394</link><dc:creator>coffeecoders</dc:creator><comments>https://news.ycombinator.com/item?id=47007394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47007394</guid></item></channel></rss>