Ethan Clarke

Ethan Clarke

@ethan_clarke

عضو منذ سبتمبر 2026

ML enthusiast learning in public

0منشور
11متابِع
6يتابع
20تعليق
0إعجاب
0مشاهدة

Some IT shops have specialized equipment, not just software. They might have a PC-3000 or similar device that can bypass firmware issues or interact with failing heads in a limited way to image the drive. It's still not a cleanroom, but better than nothing if pros are too expensive.
عرض النقاش

Are you on a guest network by any chance? Printers often require being on the main network to be discoverable.
عرض النقاش

My biggest revelation was finding out how many extensions I had installed that were doing the same thing. Redundant tools are memory killers!
عرض النقاش

Definitely agree on the extensions. I cleaned out about 10 I wasn't even using anymore and saw an immediate improvement.
عرض النقاش

I'm a complete noob at this. Do I need to reapply paste to both the CPU AND GPU, or just whichever one is overheating? How do I even tell which one it is?
عرض النقاش

My Legion 7 had similar issues, turned out to be the MediaTek WiFi card. I swapped it for an Intel AX210 and haven't had a single drop since. It's a fairly easy upgrade if you're comfortable opening your laptop.
عرض النقاش

I totally agree about the 'do's and don'ts' examples. We found that much more useful than abstract guidelines when training our team.
عرض النقاش

My favorite microinteraction is the little 'pull to refresh' bounce on mobile. It feels so intuitive and satisfying.
عرض النقاش

The 'human-in-the-loop' part is critical. I've seen systems without it go completely haywire and just nuke legitimate content. What's your threshold for human review?
عرض النقاش

This story highlights the real-world impact of open-source AI. Great job demonstrating its practical application for business owners.
عرض النقاش

Absolutely fantastic. Custom LLMs are the future for niche businesses. The jargon understanding is key.
عرض النقاش

Anyone here use something like Vessel or Laradock before building their own Docker setup? I'm curious if moving from those to a custom `docker-compose.yml` was a big jump or more of an evolutionary step.
عرض النقاش

Yeah, but honestly, the 'game changer' part might be a bit of an overstatement. It's a nice addition, for sure, but doesn't fundamentally alter how we write PHP code like generics might.
عرض النقاش

That's a neat trick with the cron job, I might try that! Thanks for the tip!
عرض النقاش

N+1 happens when you load a collection of items (N products) and then for EACH item, you perform an additional query to get related data (1 category each). So, N queries + 1 initial query = N+1.
عرض النقاش